:root {
  --white: #fff;
  --black: #000000;
  --gray-50: #f6f6f6;
  --gray-100: #e7e7e7;
  --gray-300: #b0b0b0;
  --gray-500: #737584;
  --gray-600: #5d5d5d;
  --gray-900: #393941;
  --gray-950: #000000;
  --primary-50: #f4f7fb;
  --primary-100: #e8eff6;
  --primary-200: #c2dcf4;
  --primary-350: #77b4e1;
  --primary-700: #2d5577;
  --primary-900: #284259;
  --yellow-600: #d87607;

  --gap-16: 16px;
  --gap-24: 24px;
  --gap-32: 32px;
  --gap-40: 40px;
  --gap-80: 80px;
  --gap-120: 120px;
  --gap-160: 160px;
  --gap-200: 200px;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Italic хувилбарууд */
@font-face {
  font-family: "CeraPro";
  src: url("/fonts/CeraPro-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro";
  src: url("/fonts/CeraPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "CeraPro", sans-serif;
  /* font-family: "Roboto", sans-serif; */
  background-color: var(--white);
  line-height: 1.4;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.4px;
  overflow-x: hidden;
}
a {
  color: var(--primary-900);
}
h1 {
  font-size: 48px;
  font-weight: bold;
}
h2 {
  font-size: 40px;
  font-weight: bold;
}
h3 {
  font-size: 32px;
  font-weight: 500;
}
h4 {
  font-size: 28px;
  font-weight: 500;
}
h5 {
  font-size: 20px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-weight: 500;
}
.fs-24 {
  font-size: 24px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #192938;
}
.bg-abs {
  position: absolute;
  inset: 0;
}
.index-0 {
  z-index: 0;
}
.index-1 {
  z-index: 1;
}
.index-2 {
  z-index: 2;
}
.index-3 {
  z-index: 3;
}
.gap-16 {
  gap: var(--gap-16);
}
.gap-24 {
  gap: var(--gap-24);
}
.gap-32 {
  gap: var(--gap-32);
}
.gap-40 {
  gap: var(--gap-40);
}
.gap-80 {
  gap: var(--gap-80);
}
.mt-16 {
  margin-top: var(--gap-16);
}
.mb-16 {
  margin-bottom: var(--gap-16);
}
.mt-24 {
  margin-top: var(--gap-24);
}
.mb-24 {
  margin-bottom: var(--gap-24);
}
.mb-32 {
  margin-bottom: var(--gap-32);
}
.mt-32 {
  margin-top: var(--gap-32);
}
.mb-40 {
  margin-bottom: var(--gap-40);
}
.opacity-01 {
  opacity: 0.1;
}
.space80 {
  display: block;
  height: var(--gap-80);
}
.space120 {
  display: block;
  height: var(--gap-120);
}
.space160 {
  display: block;
  height: var(--gap-160);
}
.space200 {
  display: block;
  height: var(--gap-200);
}

.fw-medium b,
.fw-medium strong{
	font-weight: 500 !important;
}
.container {
  max-width: 1464px;
}
.container-fluid {
  padding-right: var(--gap-80);
  padding-left: var(--gap-80);
}
.container-fluid.vc_row {
  padding-right: 60px;
  padding-left: 60px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
}
.vc_row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.vc_column_container > .vc_column-inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill
  + .vc_vc_row
  > .vc_row
  > .vc_vc_column
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill
  + .vc_vc_row_inner
  > .vc_row
  > .vc_vc_column_inner
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill
  > .vc_row
  > .vc_vc_column
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill
  > .vc_vc_column_inner
  > .vc_column_container
  > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0 !important;
}
.lang-dropdown{
	border-radius:12px !important;
}
.loader-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;

  overflow: hidden;
  transition: height 1s ease;
}

.loader-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000;
  opacity: 0.4;
  /* transition: opacity 1.5s ease; */
}

.pageloaded .loader-wrap {
  height: 104px;
  pointer-events: none;
}
.pageloaded .loader-wrap::after {
  opacity: 0;
}
.pageloaded-content {
  opacity: 0;
  transition: opacity 2s ease 0.5s;
}
.pageloaded .pageloaded-content,
.pageloaded .navbar-brand,
.pageloaded .nav-link {
  opacity: 1 !important;
}

.navbar {
  position: fixed;
  width: 100%;
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 99;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  margin-right: 0;
  opacity: 0;
  transition: opacity 0s ease 1s;
}
.navbar-nav {
  margin-left: -17px;
  margin-right: -17px;
}
.navbar .nav-link {
  height: 44px;
  padding: 12px 17px;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transition: opacity 2s ease;
}
.navbar .nav-link path {
  fill: var(--white);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: inherit;
}
/* Жишээ white class style */
.navbar.white {
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.95);
  /* transition: all 0.3s ease; */
  color: var(--black);
}
.navbar.white .brand-svg path,
.navbar.white .brand-svg rect {
  fill: var(--primary-900) !important;
}
.navbar.white .nav-link path {
  fill: var(--black);
}
.navbar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar.white .nav-link:hover {
  background-color: var(--gray-100);
}
.navbar-nav .dropdown-menu {
  top: 98%;
  position: absolute;
  border-radius: 0;
  background-color: var(--gray-50);
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-dropdown-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -27px;
  margin-right: -27px;
}
.custom-dropdown-menu li {
  width: 25%; /* 100% / 4 багана */
  padding: 10px;
  box-sizing: border-box;
}
.form-label {
  font-size: 13px;
  color: var(--gray-600);
}
.form-control {
  border-radius: 12px;
  padding: 10px 16px;
  height: 44px;
}
.form-control.ghost {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--gray-300);
  border: none;
}
.form-control.ghost::placeholder {
  color: var(--gray-300);
  opacity: 1; /* зарим browser дээр тод харагдуулах */
}
.form-control.white {
  background-color: var(--white);
  color: var(--gray-300);
  border: none;
}
textarea.form-control {
  height: 80px;
}
.btn {
  line-height: 1.4;
  height: 44px;
  border-radius: 12px;
  padding: 10px 17px;
  font-size: 16px;
  font-weight: 500;
}
.btn-ghost-light {
  background-color: transparent;
  color: var(--white);
}
.btn-ghost-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}
.btn-primary {
  background-color: var(--primary-350);
  color: var(--white);
  border: none;
}
/* main css */
.main {
  /* padding-top: 104px; */
  /* overflow-x: hidden; */
}
.section {
}
.section-padding {
  padding-top: var(--gap-80);
  padding-bottom: var(--gap-80);
}
.section-padding2 {
  padding-top: var(--gap-200);
  padding-bottom: var(--gap-160);
}

.hero-item {
  background-color: #284259;
  min-height: calc(100vh - 20px);
  padding-bottom: var(--gap-80);
  color: var(--white);
  display: flex;
  align-items: end;
}
.hero-item.half {
  min-height: 560px;
  height: 560px;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 1) 100%
  );
}
.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: #192938;
}
.hero-title {
  max-width: 800px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.hero-icon {
  max-width: 150px;
  height: auto;
}
.presentation-wrap {
  max-width: 560px;
  padding-top: var(--gap-24);
  border-top: 1px solid var(--white);
  color: var(--white);
}
.presentation-wrap.black {
  color: var(--black);
  border: none !important;
  padding: 0;
}
.presentation-title {
  font-size: 24px;
  font-weight: 500;
}

.presentation-wrap.big {
  max-width: 520px;
}
.presentation-wrap.big .presentation-title {
  font-size: 32px;
}

/* boxed infos */
.card {
  display: flex;
  flex-direction: column;
  gap: var(--gap-40);
  padding: var(--gap-40);
  border-radius: 12px;
  box-shadow: none;
}
.card.shadow {
  border: none !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06) !important;
}
.card.halfborder {
  border-width: 2px;
  padding-bottom: 0;
  border-right: none;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-color: var(--primary-100);
  transition: border-color 0.3s ease;
}
.card.halfborder:hover {
  border-color: var(--primary-200);
}

.card ul {
  padding-left: 24px;
  padding-right: 12%;
}
.card strong {
  font-weight: 600;
  color: var(--primary-350);
}
.card-stat {
  color: var(--primary-350);
  font-size: 56px;
  font-weight: 400;
}
.card small {
  font-size: 15px;
  font-weight: normal;
}

.page-navigation-space {
  display: block;
  height: 200px;
}
.page-navigation-wrap {
  position: absolute;
  width: 220px;
  right: 20px;
}

.page-col-content {
  width: 100%;
  padding-right: 260px;
}
.page-col-navitaion {
  min-width: 220px;
  width: 220px;
}
.guiding-navigation-wrap {
  position: absolute;
  min-width: 220px;
  width: 220px;
  height: 100%;
  z-index: 90;
  right: 0;
}
.guiding-navigation {
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
  background-color: var(--primary-50);
  padding: var(--gap-24);
  border-radius: 12px;
  list-style: none;
  font-size: 14px;
  line-height: 1;
}
.guiding-navigation li {
  margin-bottom: var(--gap-24);
  cursor: pointer;
}
.guiding-navigation li:last-child {
  margin-bottom: 0;
}
.guiding-navigation .active {
  font-weight: bold;
}
.guiding-navigation a {
  text-decoration: none;
}

/* structure */

/* core item */
.core-item {
  font-size: 16px;
  text-align: center;
}
.core-item-image {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* value chain */
.value-chain-item {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.value-chain-content {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--gap-32);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.value-chain-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
/* shareholder item */
.shareholder-item {
  display: flex;
  gap: 40px;
  align-items: stretch; /* чухал: аль алины өндөр ижил болгож сунгана */
}
.shareholder-logo-wrap {
  aspect-ratio: 1 / 1;
  width: 360px;
  /* flex-shrink: 0; */
  border: 2px solid var(--primary-100);
  border-radius: 12px;
  padding: var(--gap-40);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.3s ease;
}
.shareholder-logo-wrap:hover {
  border-color: var(--primary-200);
}
.shareholder-logo-wrap a {
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.shareholder-logo-wrap a svg {
  margin-left: 8px;
}
.shareholder-content-wrap {
  flex: 1;
}
.shareholder-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: var(--gap-32);
}
.shareholder-content p {
  margin-bottom: var(--gap-32);
}
.shareholder-content p:last-child {
  margin-bottom: 0;
}
/* metric tag */
.metric-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  border-radius: 12px;
  padding: 12px;
  background-color: var(--primary-100);
}
.metric-tag p {
  margin-bottom: 0;
}
/* line */
.line {
  display: block;
  height: 2px;
  background-color: var(--primary-100);
}
/* advantage item */
.advantage-item {
  padding: var(--gap-40);
  border-radius: 12px;
  border: 2px solid var(--primary-100);
  display: flex;
  transition: border-color 0.3s ease;
  font-size: 16px;
}
.advantage-item:hover {
  border-color: var(--primary-200);
}

.advantage-item-col {
  flex: 1;
}

.advantage-item p:last-child {
  margin-bottom: 0;
}
.advantage-item-content {
  font-size: 16px;
  padding-left: var(--gap-40);
}
.advantage-item-image {
  background-color: var(--primary-50);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage-item-image img {
  max-width: 200px;
  max-height: 200px;
}
/* partner item */
.partner-item {
  width: 100%;
  border-radius: 12px;
  padding: var(--gap-40);
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 4;
  min-height: 380px;
}
.partner-overlay {
  position: absolute;
  inset: 0;
  background: #001528;
  background: linear-gradient(
    180deg,
    rgba(0, 21, 40, 0.4) 0%,
    rgba(45, 85, 119, 0) 40%,
    rgba(45, 85, 119, 1) 70%,
    rgba(45, 85, 119, 1) 100%
  );
}
.partner-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
}
.partner-text {
  font-size: 16px;
  color: var(--white);
}
.partner-text ul {
  padding-left: 22px;
  margin-bottom: 0;
}

/* core service item */
.core-service-video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;

  min-height: 300px;
  height: 100%;
}

.accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
}
.accordion-button {
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--primary-350);
  font-size: inherit;
  border-top: 2px solid var(--primary-700);
  padding: 0px;
  padding-top: var(--gap-40);
  padding-bottom: var(--gap-40);
  box-shadow: none !important;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-350);
  border-top: 2px solid var(--primary-350);
}
.accordion-button .acc-minus {
  display: none;
}
.accordion-button .acc-plus {
  display: block;
}
.accordion-button:not(.collapsed) .acc-minus {
  display: block;
}
.accordion-button:not(.collapsed) .acc-plus {
  display: none;
}

.accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  color: var(--white);
  padding-bottom: var(--gap-40);
}
.accordion-button::after {
  display: none !important;
}

/* bank exchange item */
.exchange-bank-item {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  background-color: var(--primary-350);
  color: var(--white);
}
.exchange-bank-col {
  width: 50%;
}
.exchange-bank-content {
  font-size: 16px;
  padding: var(--gap-40) var(--gap-32);
  min-height: 360px;
  display: flex;
  align-items: center;
}
.exchange-bank-image {
  background-color: #192938;
}
.exchange-bank-item .bg-cover {
  opacity: 0.2 !important;
  filter: grayscale(100%);
}

/* commodity item */
.commodity-item {
  font-size: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--primary-100);
  transition: border-color 0.3s ease;
}
.commodity-item:hover {
  border-color: var(--primary-200);
}
.commodity-item-title {
  font-weight: 500;
  font-size: 24px;
}
.commodity-item-content {
  padding: var(--gap-40);
}
.commodity-item-image {
  height: 140px;
}

/* table */
.table-striped > tbody > tr:nth-of-type(odd),
.table {
  color: var(--primary-900) !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--primary-50) !important;
}
.table thead th {
  background-color: var(--primary-350) !important;
  color: var(--white);
  padding-top: var(--gap-32);
  padding-bottom: var(--gap-32);
  text-align: center;
  font-size: 14px;
}
.table th,
.table td {
  text-align: center;
  color: var(--primary-900);
}
.table th:first-child {
  text-align: left;
}
.table th,
.table td {
  padding-left: var(--gap-32);
  padding-right: var(--gap-32);
}
.table tbody th,
.table tbody td {
  padding-top: var(--gap-24);
  padding-bottom: var(--gap-24);
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: none !important;
}
.table > :not(caption) > * > * {
  box-shadow: none !important;
}
.table {
  border-radius: 12px;
  overflow: hidden;
  font-size: 16px;
}
.table > :not(caption) > * > * {
  background: unset !important;
}
/* boxed item */
.boxed-item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.boxed-item {
  flex-grow: 1;
  display: flex;

  font-size: 16px;
  color: var(--gray-900);
  border-radius: 12px;
  overflow: hidden;
  outline: 2px solid var(--primary-100);
}
.boxed-item.medium .boxed-content {
  min-height: 270px;
}
.boxed-item.reverse {
  flex-direction: row-reverse;
}
.boxed-item.col .boxed-content {
  height: auto;
  flex: initial;
}

.boxed-item.fill {
  outline: none;
  background-color: var(--primary-50);
}
.boxed-title {
  color: var(--black);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}
.boxed-content {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.boxed-content-padder {
  flex: 1;
  padding: var(--gap-40);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.boxed-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  margin-top: 24px;
}
.boxed-image-wrap {
  flex: 1;
  box-sizing: border-box;
  padding-left: var(--gap-40);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 170px;
}
.boxed-item.reverse .boxed-image-wrap {
  padding-left: 0;
  padding-right: var(--gap-40);
}
.boxed-image {
  flex: 1;
  position: relative;
}
.boxed-item.col {
  flex-direction: column;
}

.boxed-item.col .boxed-image-wrap {
  padding: 0 !important;
}

.boxed-item.dark {
  outline-color: var(--primary-700);
}
.boxed-item.dark,
.boxed-item.dark a {
  color: var(--white);
}
.boxed-item.dark .boxed-title {
  color: var(--primary-350);
}
.boxed-item.dark.fill {
  background-color: var(--primary-900);
}
.boxed-item.dark path {
  fill: var(--white);
}
.boxed-item {
  transition: outline-color 0.3s ease;
}
.boxed-item:not(.fill):hover {
  outline-color: var(--primary-200);
}
.boxed-item-space {
  display: block;
  height: 40px;
}
/* contact item */
.contact-item {
  display: flex;
  flex-direction: column;
  gap: var(--gap-32);
  font-weight: 500;
  font-size: 20px;
}
.contact-item a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.contact-item .get-direction {
  font-size: 16px;
}

/* modal */
.modal-dialog {
  max-width: 800px;
}
.modal-content {
  background-color: var(--primary-50);
  border-radius: 24px;
}
.modal-body {
  padding: var(--gap-80);
}
.modal-title {
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: var(--gap-16);
}
.modal-desc {
  font-size: 18px;
}
.modal-closer {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.modal-content {
  z-index: 9999;
}

.custom-inline-form p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wpcf7 {
  width: 100%;
}
/* footer */
.footer {
  padding: var(--gap-80);
  padding-bottom: 0;
  background-color: var(--primary-50);
}
.footer-top {
  font-size: 16px;
  font-weight: 500;
}
.footer-label {
  color: var(--primary-700);
  margin-bottom: 18px;
}
.footer-col {
  max-width: 400px;
}
.footer-nav {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-nav li {
  margin-bottom: 12px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}

.footer-nav a {
  color: var(--black);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-bottom {
  border-top: 1px solid var(--gray-100);
  font-size: 16px;
  color: var(--gray-300);
  padding-top: var(--gap-24);
  padding-bottom: var(--gap-24);
}

/* vc component */
.vc_row-o-equal-height .vc_column-inner .wpb_wrapper {
  height: 100%;
}
.vc_row.vc_row-no-padding .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.animated-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 2s ease forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.animated-structure {
  max-width: 100%;
}
.animated-structure path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawPath 2s ease-out forwards;
}

.animated-structure text {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 2s;
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* responsive */
.toggle-line {
  width: 25px;
  height: 2px;
  background-color: var(--white);
}
.navbar.white .toggle-line {
  background-color: var(--black);
}
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  transition: right 0.3s ease;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
}
.mobile-drawer.open {
  right: 0;
}

.mobile-drawer-inner {
  padding: var(--gap-40);
}
.mobile-nav {
  list-style: none;
  padding: 0;
}
.mobile-nav a {
  height: 44px;
  padding: 12px 17px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 2s ease;
  text-decoration: none;
}
.mobile-nav .sub-menu {
  list-style: none;
  z-index: 2;
  position: relative;
}
.mobile-nav .sub-menu a {
  color: var(--gray-600);
}

.drawer-close {
  background: none;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  right: 15px;
}

@media (max-width: 1640px) {
  .container {
    padding-left: var(--gap-80);
    padding-right: var(--gap-80);
  }
}
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
  .container,
  .container-fluid {
    padding-right: var(--gap-40);
    padding-left: var(--gap-40);
  }
  .container-fluid.vc_row {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 40px;
  }
  .presentation-wrap.big {
    max-width: 80%;
    margin-bottom: var(--gap-40);
  }
  .footer {
    padding: var(--gap-40);
    padding-top: var(--gap-80);
  }
  .table th,
  .table td {
    padding-left: var(--gap-16);
    padding-right: var(--gap-16);
  }
  .advantage-item {
    flex-direction: column;
  }
  .advantage-item-image {
    padding: var(--gap-40);
  }
  .advantage-item-content {
    padding-left: 0;
    margin-top: var(--gap-40);
  }
  .guiding-navigation-wrap {
    display: none;
  }
  .page-col-content {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  :root {
    --gap-16: 12px;
    --gap-24: 16px;
    --gap-32: 24px;
    --gap-40: 32px;
    --gap-80: 40px;
    --gap-120: 80px;
    --gap-160: 120px;
    --gap-200: 160px;
  }
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .fs-24 {
    font-size: 24px;
  }
  .mobile-nav a,
  .navbar .nav-link {
    font-size: 13px;
  }
  .hero-title {
    font-size: 36px;
  }
  .navbar-brand {
    width: 80px;
    margin-left: -40px;
  }
  .navbar-brand svg {
    width: 100%;
  }
  .loader-wrap svg {
    width: 80px;
  }
  .toggle-line {
    height: 1px;
  }

  .navbar {
    padding-top: var(--gap-16);
    padding-bottom: var(--gap-16);
  }
  .container,
  .container-fluid {
    padding-right: var(--gap-32);
    padding-left: var(--gap-32);
  }
  .container-fluid.vc_row {
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hero-icon {
    max-width: 100px;
  }
  .section-padding2 {
    padding-top: var(--gap-160);
    padding-bottom: var(--gap-120);
  }
  .hero-item {
    min-height: calc(100vh - 20px);
    padding-top: 200px;
  }
  .exchange-bank-item {
    flex-direction: column;
  }
  .exchange-bank-col {
    width: 100%;
  }
  .exchange-bank-image {
    padding: 40px;
  }
  .presentation-wrap.big {
    max-width: 100%;
  }
  .contact-item {
    gap: 15px;
    margin-bottom: 32px;
  }
  .boxed-item-space {
    display: none;
  }
  .boxed-item{
    flex-direction: column !important;
  }
  .boxed-item.reverse .boxed-image-wrap{
    padding-right: 0;
  }
  .boxed-image-wrap{
    padding-left: 0;
  }
  .boxed-item.medium .boxed-content{
    min-height: unset;
  }
}
@media (max-width: 575.98px) {
  .footer-col {
    margin-bottom: 40px;
  }
  .presentation-wrap.big .presentation-title {
    font-size: 24px;
  }
  .custom-inline-form .form-control {
    min-width: 13px;
  }
}
