:root {
  --bg-desktop: none;
  --bg-mobile: none;
}

main {
  margin-top: 109px;
}

section {
  padding: 40px 0;
  scroll-margin-top: 40px;
}

ul,
ol,
.ul,
.ol {
  margin-bottom: 0;
}

.side-link {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 999;
  transform: translateX(102px);
  transition: 0.5s ease-in-out;
}
.side-link:hover {
  transform: translateX(0);
}
.side-link span {
  transform: rotate(270deg);
  position: absolute;
  left: -70px;
  top: 33px;
  background-color: #0076BB;
  color: #ffffff;
  padding: 9px 0.955rem;
  font-size: 0.8125rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 8px;
}
.side-link ul {
  padding-left: 0;
  list-style: none;
  background-color: #E9F5FF;
  border: 1px solid #CBE9F7;
  padding-top: 10px;
}
.side-link ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100px;
  padding: 5px 15px;
  text-align: center;
}
.side-link ul li a img {
  width: 26px;
}
.side-link ul li a p {
  font-size: 0.75rem;
  color: #131314;
  word-wrap: break-word;
}

a.theme-link {
  color: #EB008B;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  height: 65dvh;
}
.page-hero.career-hero {
  background: linear-gradient(173.18deg, #E9F7FF 5.34%, #CBE9F7 94.66%);
  height: 45dvh;
}
.page-hero.career-hero .job-title h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 48px;
  color: #115FAD;
}
.page-hero.request-hero {
  background: unset;
  height: 50px;
}
.page-hero.has-top-gap {
  margin-top: 160px;
}
.page-hero.auto-height {
  height: auto;
}
.page-hero.no-bg .page-hero-content .breadcumb ul li {
  color: #828E9F;
}
.page-hero.no-bg .page-hero-content .breadcumb ul li a {
  color: #828E9F;
}
.page-hero.no-bg .page-hero-content .breadcumb ul li i {
  color: #828E9F;
}
.page-hero.news-blog {
  background: linear-gradient(173.18deg, #E9F7FF 5.34%, #CBE9F7 94.66%);
  min-height: 100dvh;
}
.page-hero.news-blog .page-hero-content {
  justify-content: flex-start;
}
.page-hero.news-blog .page-hero-content .page-title h2 {
  color: #0076BB;
  margin-bottom: 10px;
}
.page-hero.news-blog .page-hero-content .breadcumb ul li {
  color: #828E9F;
}
.page-hero.news-blog .page-hero-content .breadcumb ul li i {
  color: #828E9F;
}
.page-hero.has-bg-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 74, 138, 0.8) 0%, rgba(217, 217, 217, 0) 100%);
}
.page-hero .page-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-hero .page-hero-content .breadcumb ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-hero .page-hero-content .breadcumb ul li {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 400;
}
.page-hero .page-hero-content .breadcumb ul li.rotate i {
  transform: rotate(180deg);
  font-size: 16px;
}
.page-hero .page-hero-content .breadcumb ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 400;
}
.page-hero .page-hero-content .breadcumb ul li a i {
  color: #FFFFFF;
}
.page-hero .page-hero-content .breadcumb ul li a img {
  width: 16px;
  margin-bottom: 2px;
}
.page-hero .page-hero-content .breadcumb ul li i {
  color: #FFFFFF;
}
.page-hero .page-hero-content .page-title {
  margin-bottom: 50px;
}
.page-hero .page-hero-content .page-title h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 48px;
  margin-bottom: 0;
  display: inline-block;
  background-color: rgba(130, 142, 159, 0.6980392157);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 8px 15px;
  border-radius: 12px;
}
.page-hero .page-hero-content .page-title h5 {
  color: #495669;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.has-dropdown-menu .page-hero .page-hero-content .breadcumb ul {
  margin-top: 20px;
}

.has-dropdown-menu .dropdown-menu .megamenu-top-nav {
  top: unset;
}

img.radius-12 {
  border-radius: 12px;
}
img.radius-8 {
  border-radius: 8px;
}

.section-heading h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}
.section-heading h3.text-dark {
  color: #131314;
}
.section-heading h3.text-blue {
  color: #0096D5;
}
.section-heading .text-dark {
  color: #131314;
}
.section-heading .text-blue {
  color: #0096D5;
}
.section-heading h5 {
  color: #131314;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
.section-heading p {
  color: #495669;
  font-weight: 500;
  font-size: 1.125rem;
}

.swiper-arrow {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
  gap: 10px;
}
.swiper-arrow.between-arrow {
  position: unset;
}
.swiper-arrow.between-arrow .swiper-arrow-btn {
  position: absolute;
}
.swiper-arrow.between-arrow .swiper-arrow-btn.swiper-button-next {
  left: unset;
  right: 220px;
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-arrow.between-arrow .swiper-arrow-btn.swiper-button-prev {
  left: 220px;
  right: unset;
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-arrow .swiper-button-next {
  left: unset;
  right: unset;
  top: unset;
}
.swiper-arrow .swiper-button-prev {
  left: unset;
  right: unset;
  top: unset;
}
.swiper-arrow .swiper-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 20px;
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  opacity: 1;
  position: relative;
  margin-top: unset;
}
.swiper-arrow .swiper-arrow-btn i {
  color: #A2AABA;
  font-size: 18px;
}
.swiper-arrow .swiper-arrow-btn:hover i {
  color: #EB008B;
}
.swiper-arrow .swiper-arrow-btn::after {
  display: none;
}

.pagination-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-navigation .swiper-pagination {
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  width: auto;
}
.pagination-navigation .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: rgba(237, 2, 140, 0.1215686275);
  opacity: 1;
}
.pagination-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EB008B;
}

.heading-with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.style-bullets {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
ul.style-bullets li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
ul.style-bullets li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9E789B;
  border-radius: 100%;
}
ul.style-bullets li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9E789B;
  border-radius: 100%;
}

a.back-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #828E9F;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.4s all;
}
a.back-link i {
  color: #828E9F;
  transition: 0.4s all;
}
a.back-link:hover {
  color: #131314;
}
a.back-link:hover i {
  color: #131314;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 767px) {
  .side-link {
    bottom: 150px;
  }
  .page-hero .page-hero-content .page-title h2 {
    font-size: 1.5rem;
    line-height: 28px;
    padding: 12px 15px;
  }
  .page-hero.has-bg-overlay::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgb(5, 74, 138) 0%, rgba(217, 217, 217, 0) 100%);
  }
  .breadcumb {
    display: none;
  }
  .page-hero .page-hero-content {
    justify-content: flex-end;
  }
  .page-hero .page-hero-content .page-title {
    margin-bottom: 30px;
  }
}
html,
body {
  font-family: "Brutalista";
  font-weight: 400;
  color: #101828;
  background-color: #F8FAFE;
}

h1 {
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

h2 {
  font-size: 2rem;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.0375rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.0313rem;
}

h4 {
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon/icomoon.eot?14nx0a");
  src: url("../fonts/icon/icomoon.eot?14nx0a#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf?14nx0a") format("truetype"), url("../fonts/icon/icomoon.woff?14nx0a") format("woff"), url("../fonts/icon/icomoon.svg?14nx0a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-health:before {
  content: "\e900";
  color: #828e9f;
}

.icon-other:before {
  content: "\e901";
  color: #828e9f;
}

.icon-leisure:before {
  content: "\e902";
  color: #828e9f;
}

.icon-food:before {
  content: "\e903";
  color: #828e9f;
}

.icon-lifestyle:before {
  content: "\e904";
  color: #828e9f;
}

.icon-supermarket:before {
  content: "\e905";
  color: #828e9f;
}

.icon-all:before {
  content: "\e906";
  color: #828e9f;
}

.btn-theme-blue {
  background-color: #0076BB;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 20px;
  border: none;
}
.btn-theme-blue.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-blue.with-icon i.lni-paperclip-1 {
  font-size: 22px;
  transform: rotate(45deg);
}
.btn-theme-blue:hover {
  background-color: #0069a7;
  color: #ffffff;
}
.btn-theme-blue:focus {
  background-color: #0069a7;
  color: #ffffff;
}
.btn-theme-blue:focus-visible {
  background-color: #0069a7;
  color: #ffffff;
}
.btn-theme-blue:active {
  background-color: #0069a7 !important;
  color: #ffffff !important;
}

.btn-theme-pink {
  background-color: #EB008B;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 20px;
  border: 1px solid #EB008B;
}
.btn-theme-pink.with-left-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-pink.with-left-arrow-icon i {
  transform: rotate(180deg);
  font-size: 1.125rem;
}
.btn-theme-pink.with-right-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-pink.with-right-arrow-icon i {
  font-size: 1.125rem;
}
.btn-theme-pink.with-long-left-arrow {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  height: 48px;
}
.btn-theme-pink.with-long-left-arrow i {
  font-size: 1.125rem;
}
.btn-theme-pink:hover {
  background-color: #BE036E;
  color: #ffffff;
}
.btn-theme-pink:focus {
  background-color: #EB008B;
  color: #ffffff;
}
.btn-theme-pink:focus-visible {
  background-color: #EB008B;
  color: #ffffff;
}
.btn-theme-pink:active {
  background-color: #EB008B !important;
  color: #ffffff !important;
}

.btn-theme-outline {
  background-color: transparent;
  border-radius: 6px;
  color: #A2AABA;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 20px;
  border: 1px solid #A2AABA;
}
.btn-theme-outline:hover {
  background-color: #EB008B;
  color: #ffffff;
  border: 1px solid #EB008B;
}
.btn-theme-outline:focus {
  background-color: unset;
  color: #A2AABA;
}
.btn-theme-outline:focus-visible {
  background-color: unset;
  color: #A2AABA;
}
.btn-theme-outline:active {
  background-color: transparent !important;
  color: #A2AABA !important;
}
.btn-theme-outline.no-radius {
  border-radius: 0;
}
.btn-theme-outline.with-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-outline.with-arrow-icon i {
  font-size: 1.125rem;
}
.btn-theme-outline.with-left-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-outline.with-left-arrow-icon i {
  transform: rotate(180deg);
  font-size: 1.125rem;
}
.btn-theme-outline.with-right-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-outline.with-right-arrow-icon i {
  font-size: 1.125rem;
}
.btn-theme-outline.with-long-left-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.btn-theme-outline.with-long-left-arrow-icon i {
  font-size: 1.125rem;
}

.btn-theme-white {
  background-color: #ffffff;
  border-radius: 6px;
  color: #151515;
  font-weight: 400;
  font-size: 1rem;
  padding: 10px 20px;
  border: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0px 1px 2px 0px rgba(23, 23, 23, 0.0588235294);
}
header nav.navbar .navbar-nav .nav-item .nav-link {
  color: #828E9F;
  font-size: 0.8125rem;
}
header nav.navbar .navbar-nav .nav-item .nav-link.active-link {
  color: #EB008B;
}
header nav.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #EB008B;
}
header nav.navbar .navbar-nav .nav-item.phone {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header nav.navbar .navbar-nav .nav-item.phone .nav-link {
  font-size: 0.875rem;
  color: #115FAD;
}
header nav.navbar .navbar-nav .nav-item.has-megamenu .nav-link {
  font-size: 1rem;
  color: #495669;
  position: relative;
}
header nav.navbar .navbar-nav .nav-item.has-megamenu .nav-link.show::before {
  position: absolute;
  content: "";
  bottom: -24px;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 9999;
}
header nav.navbar .navbar-nav .nav-item.has-megamenu .nav-link:hover {
  color: #EB008B;
}
header nav.navbar .navbar-nav .nav-item.as-btn .nav-link {
  background-color: #EB008B;
  color: #ffffff;
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header nav.navbar .navbar-nav .nav-item.as-btn .nav-link i {
  font-size: 1.125rem;
}
header nav.navbar .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle::after {
  display: none;
}
header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item {
  font-size: 0.8125rem;
  color: #495669;
  padding: 10px 12px;
  background-color: #F8FAFE;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: 0.4s all;
}
header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item.active-link {
  color: #EB008B;
}
header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item:hover {
  color: #EB008B;
}
header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child a.dropdown-item {
  margin-bottom: 0;
}
header nav.navbar .navbar-nav.right-menu {
  gap: 15px;
}
header nav.navbar .navbar-nav.right-menu .dropdown-menu {
  border-radius: 8px;
  padding: 8px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  z-index: 100;
}
header nav.navbar.top-bar {
  background-color: #F8FAFE;
  border-bottom: 1px solid #E5E9F0;
}
header nav.navbar.main-nav-bar {
  padding: 15px 0;
}
header nav.navbar.main-nav-bar .navbar-nav {
  gap: 25px;
}
header nav.navbar.main-nav-bar .navbar-nav .nav-link {
  font-size: 1rem;
  color: #495669;
  position: relative;
}
header nav.navbar.main-nav-bar .navbar-nav .nav-link.active-link {
  color: #EB008B;
}

.dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  z-index: 10;
}
.dropdown-menu .megamenu-top-nav {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  background: #E8F5FA;
  padding: 18px 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  top: 15px;
  position: relative;
}
.dropdown-menu .megamenu-top-nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.dropdown-menu .megamenu-top-nav ul li {
  line-height: 16px;
}
.dropdown-menu .megamenu-top-nav ul li a {
  color: #495669;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s all;
}
.dropdown-menu .megamenu-top-nav ul li a.active-link {
  color: #115FAD;
}
.dropdown-menu .megamenu-top-nav ul li a:hover {
  color: #115FAD;
}
.dropdown-menu .megamenu-top-nav ul li.has-submenu .submenu {
  background-color: #E9F8FF;
  padding: 25px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100vw;
}
.dropdown-menu .megamenu-top-nav ul li.has-submenu .submenu.show {
  display: block;
}
.dropdown-menu .megamenu-top-nav ul li.has-submenu .submenu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.dropdown-menu .megamenu-top-nav ul li.has-submenu .submenu ul li a {
  color: #495669;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s all;
}
.dropdown-menu .megamenu-top-nav ul li.has-submenu .submenu ul li a:hover {
  color: #131314;
}

.navbar-toggler {
  border: unset;
  padding-right: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
}

.hamburger .line {
  width: 24px;
  height: 3px;
  background-color: #EB008B;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

.ma5menu__container {
  background-color: #F8FAFE;
}
.ma5menu__container .ma5menu__head {
  border-bottom: unset;
}
.ma5menu__container .ma5menu__panel {
  background-color: #ffffff;
}
.ma5menu__container .ma5menu__panel .input-group input {
  border-color: #E5E9F0;
  border-radius: 8px;
}
.ma5menu__container .ma5menu__panel .input-group input:focus {
  box-shadow: unset;
  border-color: #E5E9F0;
}
.ma5menu__container .ma5menu__panel .input-group button {
  border-left: none;
  background-color: #FFFFFF;
  border-color: #E5E9F0;
  border-radius: 8px;
}
.ma5menu__container .ma5menu__panel .mobile-language {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 0;
  gap: 15px;
  margin-bottom: 5px;
}
.ma5menu__container .ma5menu__panel .mobile-language .nav-link {
  color: #828E9F;
  font-size: 0.8125rem;
  padding: 0px;
}
.ma5menu__container .ma5menu__panel .mobile-telephone {
  padding-left: 0;
  gap: 15px;
  margin-bottom: 15px;
}
.ma5menu__container .ma5menu__panel .mobile-telephone .phone {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  color: #115FAD;
}
.ma5menu__container .ma5menu__panel .mobile-telephone .phone .nav-link {
  font-size: 0.8125rem;
  color: #115FAD;
  padding: 0px;
}
.ma5menu__container .ma5menu__panel .mobile-top-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 0;
  gap: 5px;
}
.ma5menu__container .ma5menu__panel .mobile-top-links .nav-link {
  color: #828E9F;
  font-size: 0.8125rem;
  text-transform: capitalize;
  padding: 0px;
}
.ma5menu__container .ma5menu__panel ul li a {
  padding: 25px 20px 25px 20px;
}
.ma5menu__container .ma5menu__panel.ma5menu__panel--active-enter ul li a {
  padding: 15px 20px 15px 20px;
}

.ma5menu-search-inserted {
  background-color: #F8FAFE;
}

.ma5menu__logo {
  display: none;
}

.ma5menu__container .ma5menu__panel > ul li a {
  color: #495669;
  font-size: 1.125rem;
  text-transform: math-auto;
  font-weight: 500;
}

.ma5menu__close {
  background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.0341 0.29282C21.4245 -0.0976413 22.0576 -0.0975267 22.4481 0.29282C22.8386 0.683343 22.8386 1.31636 22.4481 1.70688L12.7899 11.3641L22.4598 21.034C22.8503 21.4245 22.8502 22.0576 22.4598 22.4481C22.0693 22.8386 21.4363 22.8386 21.0458 22.4481L11.3759 12.7782L1.70691 22.4491C1.31648 22.8394 0.683354 22.8392 0.292847 22.4491C-0.0976776 22.0585 -0.0976776 21.4246 0.292847 21.034L9.96179 11.3641L0.304565 1.70688C-0.0859588 1.31636 -0.0859588 0.683344 0.304565 0.29282C0.695101 -0.0975612 1.32815 -0.0976566 1.71863 0.29282L11.3759 9.95005L21.0341 0.29282Z" fill="%23EB008B"/></svg>');
  background-size: auto;
  background-repeat: no-repeat;
}

.ma5menu__toggle:hover .ma5menu__close {
  background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.0341 0.29282C21.4245 -0.0976413 22.0576 -0.0975267 22.4481 0.29282C22.8386 0.683343 22.8386 1.31636 22.4481 1.70688L12.7899 11.3641L22.4598 21.034C22.8503 21.4245 22.8502 22.0576 22.4598 22.4481C22.0693 22.8386 21.4363 22.8386 21.0458 22.4481L11.3759 12.7782L1.70691 22.4491C1.31648 22.8394 0.683354 22.8392 0.292847 22.4491C-0.0976776 22.0585 -0.0976776 21.4246 0.292847 21.034L9.96179 11.3641L0.304565 1.70688C-0.0859588 1.31636 -0.0859588 0.683344 0.304565 0.29282C0.695101 -0.0975612 1.32815 -0.0976566 1.71863 0.29282L11.3759 9.95005L21.0341 0.29282Z" fill="%23EB008B"/></svg>');
}

.ma5menu__container .ma5menu__panel--active-enter {
  background-color: #E8F5FA;
}
.ma5menu__container .ma5menu__panel--active-enter ul li a {
  font-size: 0.875rem;
  font-weight: 400;
}
.ma5menu__container .ma5menu__panel--active-enter ul li:first-child .ma5menu__leave {
  background-color: #FFFFFF;
}

.ma5menu__container .ma5menu__panel > ul li a:hover {
  color: #115FAD;
}

.ma5menu__btn--enter {
  background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3535 6.1194H0V4.71378H13.3535V6.1194Z" fill="%23A2AABA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0625 5.41667L8.63977 0.99393L9.6337 0L14.5534 4.9197C14.8279 5.19417 14.8279 5.63917 14.5534 5.91363L9.6337 10.8333L8.63977 9.8394L13.0625 5.41667Z" fill="%23A2AABA"/></svg>');
  background-size: auto;
}
.ma5menu__btn--enter:hover {
  color: #0077BD;
  background-image: unset;
}

.ma5menu__leave {
  color: #0077BD !important;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: start;
}
.ma5menu__leave .ma5menu__btn--leave {
  background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.4058 6.11944H14.7593V4.71381H1.4058V6.11944Z" fill="%23A2AABA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.69677 5.41667L6.11951 0.99393L5.12558 0L0.205875 4.9197C-0.068592 5.19417 -0.068592 5.63917 0.205875 5.91363L5.12558 10.8333L6.11951 9.8394L1.69677 5.41667Z" fill="%23A2AABA"/></svg>');
  background-size: auto;
}
.ma5menu__leave:hover .ma5menu__btn--leave {
  color: #0077BD !important;
  background-image: unset;
}

.ma5menu__container .bottom-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  gap: 15px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ma5menu__container .bottom-menu li a {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}
.ma5menu__container .bottom-menu li a img {
  width: 38px;
}

.ma5menu__footer a {
  color: #fff;
}

.hamburger:hover {
  cursor: pointer;
}

.ma5menu__toggle:hover {
  color: #fff;
  background-color: transparent;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.has-dropdown-menu .page-hero {
  margin-top: 160px;
}

.ma5menu--active:before {
  background-color: rgba(0, 0, 0, 0.4);
}

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 14px;
  }
}
@media (min-width: 576px) {
  .right-menu .dropdown .dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
  }
  .right-menu .dropdown:hover > .dropdown-menu {
    margin-top: 0.125em;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .logo .navbar-brand img {
    width: 100%;
  }
  .mobile-header-content {
    width: 100%;
  }
  .mobile-header-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .mobile-header-content ul li.as-btn .nav-link {
    background-color: #EB008B;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
  }
  .mobile-header-content ul li.as-btn .nav-link i {
    font-size: 1rem;
  }
  .mobile-header-content ul li.dropdown .nav-link.dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  main {
    margin-top: 70px;
  }
  .logo .navbar-brand img {
    width: 100%;
  }
  .mobile-header-content {
    width: 100%;
  }
  .mobile-header-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .mobile-header-content ul li.as-btn .nav-link {
    background-color: #EB008B;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
  }
  .mobile-header-content ul li.as-btn .nav-link i {
    font-size: 1rem;
  }
  .mobile-header-content ul li.dropdown .nav-link.dropdown-toggle::after {
    display: none;
  }
}
footer .search-bar {
  background: linear-gradient(90deg, #0076bb 0%, #18b4e9 100%);
  padding: 30px 0;
}
footer .search-bar .input-group input {
  height: 80px;
  color: #131314;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #e5e9f0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 25px;
  padding-right: 15px;
}
footer .search-bar .input-group input::-moz-placeholder {
  color: #828e9f;
}
footer .search-bar .input-group input::placeholder {
  color: #828e9f;
}
footer .search-bar .input-group input:focus {
  box-shadow: unset;
}
footer .search-bar .input-group button {
  background-color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 25px;
}
footer .search-bar .input-group button:active {
  background-color: #ffffff;
  border: none;
}
footer .contact-container {
  padding: 20px 0 0 0;
  background-color: #004a80;
}
footer .contact-container .contact-bar {
  background-color: #004374;
  padding: 30px 0;
  border-radius: 8px;
}
footer .contact-container .contact-bar .contact-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .contact-container .contact-bar .contact-box .icon-box {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .contact-container .contact-bar .contact-box .icon-box img {
  width: 40px;
}
footer .contact-container .contact-bar .contact-box .contact-info h5 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 1px;
}
footer .contact-container .contact-bar .contact-box .contact-info a {
  color: #0096d5;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
}
footer .contact-container .contact-bar .contact-box .contact-info a:hover {
  color: #eb008b;
}
footer .contact-container .contact-bar .contact-box .contact-info span {
  color: #0096d5;
}
footer .links-bar {
  background-color: #004a80;
  padding: 40px 0;
}
footer .links-bar h6 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .links-bar ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .links-bar ul li a {
  color: #c5cdd9;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s all;
}
footer .links-bar ul li a:hover {
  color: #eb008b;
}
footer .color-bar {
  width: 100%;
  display: flex;
  align-items: center;
}
footer .color-bar .column-1 {
  height: 40px;
  width: 10%;
  background-color: #e12490;
}
footer .color-bar .column-2 {
  height: 40px;
  width: 20%;
  background-color: #0076bb;
}
footer .color-bar .column-3 {
  height: 40px;
  width: 70%;
  background-color: #238dc1;
}
footer .social-and-app-bar {
  padding: 30px 0;
}
footer .social-and-app-bar .app-image {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .social-and-app-bar .app-image a {
  text-decoration: none;
}
footer .social-and-app-bar .app-image a img {
  width: auto;
}
footer .social-and-app-bar .social-links ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
footer .social-and-app-bar .social-links ul li a {
  text-decoration: none;
}
footer .social-and-app-bar .social-links ul li a img {
  width: 32px;
  transition: 0.4s all;
  transform: scale(1);
}
footer .social-and-app-bar .social-links ul li a:hover img {
  transform: scale(1.1);
}
footer .bottom-bar {
  padding: 15px 0;
  border-top: 1px solid #e5e9f0;
}
footer .bottom-bar .copyright ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
footer .bottom-bar .copyright ul li {
  color: #828e9f;
  font-size: 0.875rem;
  font-weight: 400;
}
footer .bottom-bar .copyright ul li a {
  color: #828e9f;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s all;
}
footer .bottom-bar .copyright ul li a:hover {
  color: #eb008b;
}
footer .bottom-bar .credit {
  text-align: right;
}
footer .bottom-bar .credit a {
  text-decoration: none;
  color: #828e9f;
  font-size: 0.875rem;
  font-weight: 400;
}
footer .bottom-bar .credit span {
  color: #eb008b;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 767px) {
  footer .social-and-app-bar .app-image a img {
    width: 100%;
  }
  footer .social-and-app-bar .social-links ul {
    justify-content: center;
  }
  footer .contact-container {
    padding: 20px 0 20px 0;
  }
  footer .contact-container .contact-bar {
    padding: 30px 20px;
  }
  footer .links-bar ul {
    gap: 6px;
  }
}
.hero-section {
  position: relative;
  padding: 0;
}
.hero-section .swiper {
  width: 100%;
  height: 80vh;
}
.hero-section .swiper .swiper-slide video {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-content {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 12;
}
.hero-section .hero-content .greeting-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: rgba(130, 142, 159, 0.6980392157);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 40px 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-section .hero-content .greeting-box img {
  width: 60px;
}
.hero-section .hero-content .greeting-box h4 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
}
.hero-section .hero-content .greeting-box h6 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}

.reveal {
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.featured-service a {
  text-decoration: none;
}
.featured-service a .card {
  background-color: rgba(24, 180, 233, 0.8);
  border-radius: 8px;
  padding: 20px;
  border: none;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.featured-service a .card:hover {
  background-color: #18b4e9;
}
.featured-service a .card .card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.featured-service a .card .card-info img {
  width: 60px;
}
.featured-service a .card .card-info h6 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
}

.card-slider-section {
  position: relative;
}
.card-slider-section .swiper {
  width: 100%;
  height: 100%;
}
.card-slider-section .swiper .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-slider-section .swiper .swiper-slide::before {
  position: absolute;
  content: "";
  width: 97%;
  height: 94%;
  background: linear-gradient(88.95deg, #ffffff 3.62%, rgba(255, 255, 255, 0) 99.16%);
  border-radius: 8px;
}
.card-slider-section .swiper .swiper-slide .card-box-info {
  position: relative;
  z-index: 10;
}
.card-slider-section .swiper .swiper-slide .card-box-info img {
  width: 280px;
  margin-bottom: 15px;
}
.card-slider-section .swiper .swiper-slide .card-box-info h2 {
  color: #0076bb;
  font-size: 2rem;
  font-weight: 400;
  line-height: 48px;
}
.card-slider-section .swiper .swiper-slide .card-box-info p {
  color: #495669;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
.card-slider-section .swiper .swiper-arrow {
  position: absolute;
  right: 90px;
  bottom: 80px;
}
.card-slider-section .swiper .swiper-arrow .swiper-button-next {
  left: unset;
  right: 0px;
}
.card-slider-section .swiper .swiper-arrow .swiper-button-prev {
  left: 0px;
  right: unset;
}
.card-slider-section .swiper .swiper-arrow .swiper-arrow-btn i {
  color: #a2aaba;
  font-size: 18px;
}
.card-slider-section .swiper .swiper-arrow .swiper-arrow-btn:hover i {
  color: #eb008b;
}
.card-slider-section .swiper .swiper-arrow .swiper-arrow-btn::after {
  display: none;
}

.where-to-begin-section {
  padding: 0;
}
.where-to-begin-section .section-box {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  border-radius: 12px;
  padding: 50px;
  padding-bottom: 0;
}
.where-to-begin-section .section-box .service-box-container .service-box {
  background-color: rgba(255, 255, 255, 0.8392156863);
  padding: 20px 15px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 8px;
  will-change: transform, opacity;
}
.where-to-begin-section .section-box .service-box-container .service-box .icon {
  margin-bottom: 15px;
}
.where-to-begin-section .section-box .service-box-container .service-box .icon img {
  width: 60px;
}
.where-to-begin-section .section-box .service-box-container .service-box h4 {
  color: #0076bb;
  font-size: 1.375rem;
  font-weight: 400;
}
.where-to-begin-section .section-box .service-box-container .service-box p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.where-to-begin-section .section-box img {
  width: 100%;
}

.currency-section .converter-box {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  height: 100%;
}
.currency-section .converter-box .rate-box {
  background-color: #f8fafe;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
}
.currency-section .converter-box .rate-box .buying-selling h4 {
  color: #0076bb;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0;
}
.currency-section .converter-box .rate-box .buying-selling h6 {
  color: #495669;
  font-size: 0.875rem;
  font-weight: 400;
}
.currency-section .converter-box p {
  color: #828e9f;
  font-weight: 400;
  line-height: 20px;
}
.currency-section .inner-circle {
  background-color: #e9f8ff;
  border-radius: 12px;
}
.currency-section .inner-circle img {
  width: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.currency-section .inner-circle .inner-circle-link {
  padding-top: 40px;
}
.currency-section .inner-circle .inner-circle-link p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.currency-section .inner-circle .inner-circle-link a {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #a2aaba;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0px 1px 3px 0px rgba(23, 23, 23, 0.0392156863);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
}
.currency-section .inner-circle .inner-circle-link a:hover {
  color: #eb008b;
}

.digital-bank-section .box {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  padding: 40px 0 40px 40px;
  border-radius: 12px;
  height: 100%;
}
.digital-bank-section .box .info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.digital-bank-section .box .info-box .info p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.digital-bank-section .box .info-box .info a {
  text-decoration: none;
  color: #eb008b;
  font-size: 0.875rem;
  font-weight: 400;
}
.digital-bank-section .box .info-box .app-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.digital-bank-section .box .info-box .app-logo a {
  text-decoration: none;
}
.digital-bank-section .box .info-box .app-logo a img {
  width: 108px;
}
.digital-bank-section .box .info-box a {
  text-decoration: none;
  color: #115fad;
  font-size: 0.875rem;
  font-weight: 400;
}
.digital-bank-section .box .app-image {
  margin: 0;
}
.digital-bank-section .box .app-image img {
  width: 100%;
}

.need-help-section .need-help-box {
  padding: 40px 0 40px 40px;
  border-radius: 12px;
  background-color: #ffffff;
}
.need-help-section .need-help-box p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.need-help-section .need-help-box .swiper {
  width: 100%;
  height: 100%;
}
.need-help-section .need-help-box .swiper .swiper-slide {
  background-color: #e9f8ff;
  border-radius: 8px;
  transition: 0.4s all;
}
.need-help-section .need-help-box .swiper .swiper-slide a {
  padding: 25px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.need-help-section .need-help-box .swiper .swiper-slide a h6 {
  color: #828e9f;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
.need-help-section .need-help-box .swiper .swiper-slide a i {
  font-size: 1.125rem;
  color: #828e9f;
}
.need-help-section .need-help-box .swiper .swiper-slide:hover {
  background-color: #e9f8ff;
}
.need-help-section .need-help-box .swiper .swiper-slide:hover a h6 {
  color: #115fad;
}
.need-help-section .need-help-box .swiper .swiper-slide:hover a i {
  color: #115fad;
}

.blog-section .blog-box {
  padding: 40px 0 40px 40px;
  border-radius: 12px;
  background-color: #e9f8ff;
}
.blog-section .blog-box .swiper {
  width: 100%;
}
.blog-section .blog-box .swiper .swiper-slide a {
  text-decoration: none;
}
.blog-section .blog-box .swiper .swiper-slide a .box img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 12px;
  min-height: 220px;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-box .swiper .swiper-slide a .box h5 {
  color: #131314;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.4s all;
}
.blog-section .blog-box .swiper .swiper-slide a .box .date-time {
  color: #828e9f;
  font-weight: 400;
  font-size: 0.8125rem;
}
.blog-section .blog-box .swiper .swiper-slide a:hover .box h5 {
  color: #115fad;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.swiper .home-card-pagination {
  left: 0px;
  text-align: left;
  bottom: 28px;
}
.swiper .home-card-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: rgba(237, 2, 140, 0.1215686275);
  opacity: 1;
}
.swiper .home-card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EB008B;
}

@media (max-width: 767px) {
  .card-slider-section .swiper .swiper-slide {
    background-position: 100% 50%;
    align-items: flex-end;
  }
  .card-slider-section .swiper .swiper-slide::before {
    height: 65%;
    background: linear-gradient(17deg, #ffffff 3.62%, rgba(255, 255, 255, 0) 99.16%);
  }
  .card-slider-section .swiper .swiper-slide .card-box-info {
    top: -50px;
    left: -15px;
  }
  .card-slider-section .swiper .swiper-slide .card-box-info h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .where-to-begin-section .section-box {
    padding: 25px;
  }
  .currency-section .converter-box {
    padding: 20px;
  }
  .select2-container {
    width: 100% !important;
  }
  .currency-section .inner-circle .inner-circle-link {
    padding: 40px 20px;
  }
  .digital-bank-section .box .info-box .app-logo a img {
    width: 75%;
  }
  .digital-bank-section .box {
    padding: 40px 20px 40px 20px;
  }
  .digital-bank-section .box.online-banking {
    padding: 40px 0px 40px 20px;
  }
  .need-help-section .need-help-box {
    padding: 40px 0 40px 20px;
  }
  .blog-section .blog-box {
    padding: 40px 0 40px 25px;
  }
  .digital-bank-section .box .info-box {
    gap: 20px;
  }
  .digital-bank-section .box .info-box .app-logo {
    flex-wrap: wrap;
  }
  .where-to-begin-section .section-box .service-box-container .service-box h4 {
    font-size: 1.125rem;
  }
  .where-to-begin-section .section-box .service-box-container .service-box p {
    font-size: 0.875rem;
  }
  .currency-section .inner-circle img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: unset;
  }
}
.purpose-section img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.purpose-section .info {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  padding: 30px;
  height: 100%;
  border-radius: 12px;
}
.purpose-section .info p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #495669;
  line-height: 20px;
}

.sustainability .purpose-section .row .info .policy h1,
.sustainability .purpose-section .row .info .policy h2,
.sustainability .purpose-section .row .info .policy h3,
.sustainability .purpose-section .row .info .policy h4,
.sustainability .purpose-section .row .info .policy h5,
.sustainability .purpose-section .row .info .policy h6 {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 700;
}
.sustainability .purpose-section .row .info .policy ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.sustainability .purpose-section .row .info .policy ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.sustainability .purpose-section .row .info .policy ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.sustainability .purpose-section .row .info .policy ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.our-values-setion .info-box {
  background-color: #e9f8ff;
  border-radius: 12px;
  padding: 30px;
}
.our-values-setion .info-box .swiper .swiper-slide:first-child .box {
  background-color: #0096d5;
}
.our-values-setion .info-box .swiper .swiper-slide:nth-child(2) .box {
  background-color: #0077BD;
}
.our-values-setion .info-box .swiper .swiper-slide:nth-child(3) .box {
  background-color: #054A8A;
}
.our-values-setion .info-box .swiper .swiper-slide:nth-child(4) .box {
  background-color: #004A7F;
}
.our-values-setion .info-box .box {
  padding: 20px;
  border-radius: 8px;
  transition: background-color 0.4s all;
  min-height: 260px;
}
.our-values-setion .info-box .box:hover {
  background-color: rgba(0, 119, 189, 0.8) !important;
}
.our-values-setion .info-box .box img {
  width: 60px;
  margin-bottom: 20px;
}
.our-values-setion .info-box .box h5 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.our-values-setion .info-box .box p {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.corporate-information-setion table {
  border-color: rgba(255, 255, 255, 0.3215686275);
  background-color: rgba(17, 151, 214, 0.0784313725);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.corporate-information-setion table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.8392156863);
}
.corporate-information-setion table tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.6392156863);
}
.corporate-information-setion table tr th {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  background-color: #0076bb;
  padding: 15px;
  width: 20%;
}
.corporate-information-setion table tr th.border-top-left-radius {
  border-top-left-radius: 12px;
}
.corporate-information-setion table tr th.border-bottom-left-radius {
  border-bottom-left-radius: 12px;
}
.corporate-information-setion table tr td {
  padding: 15px 20px;
  vertical-align: middle;
  color: #495669;
  font-weight: 400;
  font-size: 1rem;
}
.corporate-information-setion table tr td.border-top-right-radius {
  border-top-right-radius: 12px;
}
.corporate-information-setion table tr td.border-bottom-right-radius {
  border-bottom-right-radius: 12px;
}
.corporate-information-setion table tr td a {
  text-decoration: none;
  color: #115fad;
}
.corporate-information-setion table tr td ul {
  padding-left: 0;
  list-style: none;
}

.directors-management-section .swiper .swiper-slide {
  padding: 15px;
  border-radius: 12px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.directors-management-section .swiper .swiper-slide .box img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}
.directors-management-section .swiper .swiper-slide .box .info h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  color: #131314;
  margin-bottom: 0;
  transition: 0.4s all;
}
.directors-management-section .swiper .swiper-slide .box .info p {
  color: #828e9f;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.directors-management-section .swiper .swiper-slide:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.directors-management-section .swiper .swiper-slide:hover .info h6 {
  color: #0076bb;
}

#teamModal .modal-content {
  border-radius: 12px;
}
#teamModal .modal-sidebar {
  height: 100%;
  background-color: #0077bd;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}
#teamModal .modal-sidebar::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #eb008b;
  height: 12px;
  border-bottom-left-radius: 12px;
}
#teamModal .modal-sidebar img {
  width: 100%;
  border-top-left-radius: 12px;
}
#teamModal .modal-sidebar .info-box {
  padding: 20px;
  min-height: 250px;
}
#teamModal .modal-sidebar .info-box h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
#teamModal .modal-sidebar .info-box h6 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #e5e9f0;
}
#teamModal .person-info {
  padding: 80px 40px;
}
#teamModal .person-info p {
  color: #495669;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
}
#teamModal .person-info .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.csr-section .csr-box {
  background-color: #e9f8ff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.csr-section .csr-box img {
  width: 60px;
  margin-bottom: 15px;
}
.csr-section .csr-box h5 {
  color: #0076bb;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 24px;
}
.csr-section .csr-box h3, .csr-section .csr-box h4, .csr-section .csr-box h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  margin-bottom: 10px;
}
.csr-section .csr-box ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.csr-section .csr-box ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.csr-section .csr-box ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.csr-section .csr-box ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.esg-reports-section .box {
  padding: 30px;
  background-color: #ffffff;
}
.esg-reports-section .box .pdf-box {
  padding: 10px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  border-radius: 12px;
}
.esg-reports-section .box .pdf-box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.esg-reports-section .box .pdf-box:hover a h6 {
  color: #0076bb;
}
.esg-reports-section .box .pdf-box a {
  text-decoration: none;
}
.esg-reports-section .box .pdf-box a img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}
.esg-reports-section .box .pdf-box a h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}

.our-initiatives .box {
  background-color: #ffffff;
  padding: 10px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  border-radius: 12px;
  height: 100%;
}
.our-initiatives .box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.our-initiatives .box:hover a h6 {
  color: #0076bb;
}
.our-initiatives .box a {
  text-decoration: none;
  display: block;
}
.our-initiatives .box a img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}
.our-initiatives .box a .tag {
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  border-radius: 2px;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 15px;
}
.our-initiatives .box a .tag.bg-brown {
  background-color: #987552;
}
.our-initiatives .box a .tag.bg-green {
  background-color: #5c9e36;
}
.our-initiatives .box a .tag.bg-ash {
  background-color: #9ea192;
}
.our-initiatives .box a h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px;
  transition: 0.4s all;
}

.detail-page-section .content-box .content {
  background-color: #e9f8ff;
  padding: 30px 30px 20px 30px;
  border-radius: 12px 12px 0 0;
}
.detail-page-section .content-box .content h5 {
  color: #131314;
  font-size: 1.125rem;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}
.detail-page-section .content-box .content p {
  color: #495669;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
.detail-page-section .content-box .slider-content {
  background-color: rgba(175, 143, 111, 0.1215686275);
  padding: 15px;
  border-top: 1px solid rgba(175, 143, 111, 0.1215686275);
  border-radius: 0 0 12px 12px;
}
.detail-page-section .content-box .slider-content .swiper .swiper-slide img {
  width: 100%;
}

.recent-initiatives-section {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
}
.recent-initiatives-section .swiper-slide {
  height: auto;
}
.recent-initiatives-section .box {
  background-color: #ffffff;
  padding: 10px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  border-radius: 12px;
  height: 100%;
}
.recent-initiatives-section .box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.recent-initiatives-section .box:hover a h6 {
  color: #0076bb;
}
.recent-initiatives-section .box a {
  text-decoration: none;
  display: block;
}
.recent-initiatives-section .box a img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}
.recent-initiatives-section .box a .tag {
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  background-color: #987552;
  border-radius: 2px;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 15px;
}
.recent-initiatives-section .box a h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px;
  transition: 0.4s all;
}

.news-blog .swiper {
  width: 100%;
  height: auto;
}
.news-blog .swiper .swiper-wrapper {
  align-items: center;
}
.news-blog .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  transform: scale(0.7);
  opacity: 0.5;
  z-index: 1;
}
.news-blog .swiper .swiper-wrapper .swiper-slide.swiper-slide-next, .news-blog .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: scale(0.75) translateY(0px);
  z-index: 2;
  opacity: 0.8;
}
.news-blog .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(0.75) translateX(-800px);
}
.news-blog .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: scale(0.75) translateX(800px);
}
.news-blog .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1) translateY(0);
  z-index: 3;
  opacity: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.news-blog .swiper .swiper-wrapper .swiper-slide .info .date {
  display: flex;
  align-items: center;
  gap: 15px;
}
.news-blog .swiper .swiper-wrapper .swiper-slide .info .date img {
  width: 20px;
}
.news-blog .swiper .swiper-wrapper .swiper-slide .info .date span {
  color: #828e9f;
  font-size: 0.8125rem;
  font-weight: 400;
}
.news-blog .swiper .swiper-wrapper .swiper-slide .info h3 {
  color: #131314;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}

.news-by-year-section .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-by-year-section .accordion .accordion-item {
  background-color: rgba(255, 255, 255, 0.8392156863);
  border: none;
}
.news-by-year-section .accordion .accordion-item .accordion-header button {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  background-color: #0076bb;
  border-radius: 12px;
  justify-content: space-between;
}
.news-by-year-section .accordion .accordion-item .accordion-header button i {
  transition: 0.4s all;
  transform: rotate(360deg);
}
.news-by-year-section .accordion .accordion-item .accordion-header button[aria-expanded=true] i {
  transform: rotate(180deg);
}
.news-by-year-section .accordion .accordion-item .accordion-header button::after {
  display: none;
}
.news-by-year-section .accordion .accordion-item .accordion-body .box {
  background-color: #ffffff;
  padding: 10px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  border-radius: 12px;
}
.news-by-year-section .accordion .accordion-item .accordion-body .box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.news-by-year-section .accordion .accordion-item .accordion-body .box .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.news-by-year-section .accordion .accordion-item .accordion-body .box:hover .img-box img {
  transform: scale(1.1);
}
.news-by-year-section .accordion .accordion-item .accordion-body .box img {
  transition: 0.4s all;
  width: 100%;
}
.news-by-year-section .accordion .accordion-item .accordion-body .box .info .date {
  display: flex;
  align-items: center;
  gap: 15px;
}
.news-by-year-section .accordion .accordion-item .accordion-body .box .info .date img {
  width: 20px;
}
.news-by-year-section .accordion .accordion-item .accordion-body .box .info .date span {
  color: #828e9f;
  font-size: 0.8125rem;
  font-weight: 400;
}
.news-by-year-section .accordion .accordion-item .accordion-body .box .info p {
  color: #131314;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  max-width: 100%;
}

.knowledge-hub-section .box-container {
  background-color: #e9f8ff;
  padding: 50px 0;
  border-radius: 12px;
}
.knowledge-hub-section .box-container p {
  color: #495669;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.knowledge-hub-section .box-container a {
  text-decoration: none;
}
.knowledge-hub-section .box-container a .box .img-box {
  overflow: hidden;
  transition: 0.4s all;
  position: relative;
  border-radius: 12px;
}
.knowledge-hub-section .box-container a .box .img-box img {
  width: 100%;
  border-radius: 12px;
  transform: scale(1);
  transition: 0.4s all;
  min-height: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.knowledge-hub-section .box-container a .box h5 {
  color: #131314;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.4s all;
}
.knowledge-hub-section .box-container a .box .date-time {
  color: #828e9f;
  font-weight: 400;
  font-size: 0.8125rem;
}
.knowledge-hub-section .box-container a:hover .box img {
  transform: scale(1.1);
}
.knowledge-hub-section .box-container a:hover .box h5 {
  color: #eb008b;
}
.knowledge-hub-section .box-container .featured .box .img-box {
  overflow: hidden;
  transition: 0.4s all;
  position: relative;
  border-radius: 12px;
}
.knowledge-hub-section .box-container .featured .box .img-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(353.18deg, #02395a 5.34%, rgba(0, 119, 189, 0) 94.66%);
  border-radius: 12px;
  z-index: 8;
}
.knowledge-hub-section .box-container .featured .box .img-box img {
  width: 100%;
  border-radius: 12px;
  transform: scale(1);
  transition: 0.4s all;
  min-height: 315px;
  max-height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}
.knowledge-hub-section .box-container .featured .box .img-box .info {
  z-index: 10;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.knowledge-hub-section .box-container .featured .box .img-box .info h5 {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: 0.4s all;
}
.knowledge-hub-section .box-container .featured .box .img-box .info .date-time {
  color: #e5e9f0;
  font-weight: 400;
  font-size: 0.8125rem;
  margin-bottom: 15px;
}
.knowledge-hub-section .box-container .featured .box .img-box .info a {
  font-size: 14px;
  padding: 6px 12px;
  color: #ffffff;
  border-color: #ffffff;
}

.recent-post-section {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  overflow: hidden;
  padding: 50px 0;
}
.recent-post-section .box {
  background-color: #ffffff;
  padding: 10px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  border-radius: 12px;
}
.recent-post-section .box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.recent-post-section .box .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.recent-post-section .box:hover .img-box img {
  transform: scale(1.1);
}
.recent-post-section .box:hover .info p {
  color: #eb008b;
}
.recent-post-section .box img {
  transition: 0.4s all;
  width: 100%;
}
.recent-post-section .box .info .date {
  display: flex;
  align-items: center;
  gap: 15px;
}
.recent-post-section .box .info .date img {
  width: 20px;
}
.recent-post-section .box .info .date span {
  color: #828e9f;
  font-size: 0.8125rem;
  font-weight: 400;
}
.recent-post-section .box .info p {
  color: #131314;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  max-width: 100%;
}

.press-detail-section {
  padding: 50px 0;
}
.press-detail-section .title-header {
  background-color: #e9f8ff;
  padding: 20px 30px;
  border-radius: 8px 8px 0 0;
}
.press-detail-section .title-header .date {
  display: flex;
  align-items: center;
  gap: 15px;
}
.press-detail-section .title-header .date img {
  width: 20px;
}
.press-detail-section .title-header .date span {
  color: #828e9f;
  font-size: 0.8125rem;
  font-weight: 400;
}
.press-detail-section .title-header h3 {
  color: #0096d5;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 42px;
}
.press-detail-section .content .image-box {
  background-color: #ffffff;
}
.press-detail-section .content .image-box img {
  width: 100%;
}
.press-detail-section .content .description {
  background-color: #e9f8ff;
  padding: 30px 40px;
  border-radius: 0 0 8px 8px;
}
.press-detail-section .content .description p {
  color: #495669;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
}

.news-blog .page-hero-content .page-title h2 {
  background-color: unset;
  padding-left: 0;
}

@media (max-width: 767px) {
  .purpose-section .info {
    padding: 20px;
  }
  .our-values-setion .info-box {
    padding: 20px;
  }
  .detail-page-section .content-box .content {
    padding: 20px;
  }
  .news-blog .swiper .swiper-wrapper .swiper-slide .info h3 {
    font-size: 1rem;
    line-height: 22px;
  }
  .press-detail-section .title-header h3 {
    font-size: 1.5rem;
    line-height: 28px;
  }
  .press-detail-section .content .description {
    padding: 20px 20px;
  }
}
.product-list-section .product-box {
  background-color: #ffffff;
  padding: 10px;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ffffff;
  border-radius: 12px;
  will-change: transform, opacity;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-list-section .product-box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.product-list-section .product-box .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-list-section .product-box .info h5 {
  color: #131314;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}
.product-list-section .product-box .info p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
}
.product-list-section .product-box .info a {
  display: flex;
  justify-content: center;
}
.product-list-section .product-box .info ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.product-list-section .product-box .info ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.product-list-section .product-box .info ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.product-list-section .product-box .info ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.open-account-section .box-container {
  background-color: #e9f8ff;
  border-radius: 12px;
  padding: 30px;
}
.open-account-section .box-container p {
  color: #495669;
  font-weight: 400;
  font-size: 1rem;
}
.open-account-section .box-container h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  color: #0096D5;
}
.open-account-section .box-container h2 strong {
  font-weight: 400;
}
.open-account-section .box-container h4 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.open-account-section .box-container ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.open-account-section .box-container ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.open-account-section .box-container ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.open-account-section .box-container ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}
.open-account-section .box-container small {
  color: #828e9f;
}
.open-account-section .box-container .precentages {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.open-account-section .box-container .precentages .amount-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px 15px;
}
.open-account-section .box-container .precentages .amount-box.top {
  border-radius: 8px 8px 0 0;
}
.open-account-section .box-container .precentages .amount-box.bottom {
  border-radius: 0 0 8px 8px;
}
.open-account-section .box-container .precentages .amount-box img {
  width: 66px;
}
.open-account-section .box-container .precentages .amount-box p {
  color: #495669;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
}
.open-account-section .box-container .precentages .amount-box h3 {
  color: #0096d5;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0;
}

.benefits-section .box-container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
}
.benefits-section .box-container .swiper .swiper-slide .info-box {
  background-color: #0096d5;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  min-height: 200px;
  transition: background-color 0.4s all;
}
.benefits-section .box-container .swiper .swiper-slide .info-box:hover {
  background-color: rgba(0, 119, 189, 0.8);
}
.benefits-section .box-container .swiper .swiper-slide .info-box img {
  width: 60px;
  margin-bottom: 15px;
}
.benefits-section .box-container .swiper .swiper-slide .info-box p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.benefits-section .box-container .swiper .swiper-slide .info-box p a {
  color: #ffffff;
}

.eligibility-section .box-container {
  background-color: rgba(17, 151, 214, 0.0784313725);
  border-radius: 12px;
  padding: 30px;
}
.eligibility-section .box-container.inner-circle {
  background-color: #ffffff;
}
.eligibility-section .box-container.inner-circle h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.eligibility-section .box-container .info-box {
  text-align: center;
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 12px;
}
.eligibility-section .box-container .info-box img {
  width: 60px;
  margin-bottom: 15px;
}
.eligibility-section .box-container .info-box p {
  color: #495669;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.eligibility-section .document-box {
  background-color: #004a7f;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.eligibility-section .document-box .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1607843137);
}
.eligibility-section .document-box .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.eligibility-section .document-box .title img {
  width: 32px;
}
.eligibility-section .document-box .title h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.eligibility-section .document-box .links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.eligibility-section .document-box .links.with-icon {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 12px;
}
.eligibility-section .document-box .links.with-icon a {
  width: 100%;
}
.eligibility-section .document-box .links.with-icon a img {
  width: 22px;
}
.eligibility-section .document-box .links a {
  border: 1px solid #fff;
  padding: 8px 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  flex: 1 1 0px;
  transition: 0.4s all;
}
.eligibility-section .document-box .links a:hover {
  background-color: rgba(255, 255, 255, 0.0784313725);
}
.eligibility-section .document-box .links a i {
  font-size: 18px;
  color: #ffffff;
}
.eligibility-section .table {
  border-color: rgba(17, 151, 214, 0.1215686275);
  border-radius: 8px;
}
.eligibility-section .table thead tr th {
  background-color: #054a8a;
  padding: 15px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: middle;
}
.eligibility-section .table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.eligibility-section .table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
.eligibility-section .table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px;
}
.eligibility-section .table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.eligibility-section .table tbody tr th[scope=row] {
  background-color: #054a8a;
  padding: 12px 15px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  vertical-align: middle;
  height: 100px;
}
.eligibility-section .table tbody tr th[scope=row] span {
  display: block;
  margin-top: 15px;
}
.eligibility-section .table tbody tr th[scope=row] ul {
  padding-left: 1.5rem;
}
.eligibility-section .table tbody tr th[scope=row] ul li {
  font-weight: 400;
  color: #e5e9f0;
}
.eligibility-section .table tbody tr td {
  padding: 12px 15px;
  color: #495669;
  font-weight: 400;
  line-height: 22px;
}
.eligibility-section .conditions {
  color: #495669;
}

.open-account-section .box-container {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  border-radius: 12px;
  padding: 30px;
}
.open-account-section .box-container .swiper {
  padding-top: 40px;
  padding-bottom: 15px;
}
.open-account-section .box-container .swiper .swiper-slide .info-box {
  background-color: rgba(255, 255, 255, 0.8392156863);
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  min-height: 225px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all;
}
.open-account-section .box-container .swiper .swiper-slide .info-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.open-account-section .box-container .swiper .swiper-slide .info-box .step {
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background-color: #ffffff;
  color: #495669;
  font-size: 0.8125rem;
  font-weight: 400;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  text-align: center;
  position: absolute;
  top: -33px;
  padding: 10px;
  width: 80px;
  text-transform: uppercase;
}
.open-account-section .box-container .swiper .swiper-slide .info-box .step span {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
}
.open-account-section .box-container .swiper .swiper-slide .info-box img {
  width: 60px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.open-account-section .box-container .swiper .swiper-slide .info-box p {
  color: #495669;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.faq-section .accordion {
  background-color: rgba(17, 151, 214, 0.0784313725);
  padding: 5px;
  border-radius: 8px;
  gap: 3px;
  display: flex;
  flex-direction: column;
}
.faq-section .accordion .accordion-item {
  border-radius: 8px;
  background-color: transparent;
}
.faq-section .accordion .accordion-item .accordion-header button {
  color: #131314;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid rgba(17, 151, 214, 0.0784313725);
  border-radius: 8px;
}
.faq-section .accordion .accordion-item .accordion-header button:focus {
  box-shadow: unset;
}
.faq-section .accordion .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: unset;
  background-color: rgba(255, 255, 255, 0.6392156863);
  color: #115fad;
  border-radius: 8px 8px 0 0;
}
.faq-section .accordion .accordion-item .accordion-body {
  background-color: rgba(255, 255, 255, 0.8392156863);
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  line-height: 22px;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}
.faq-section .accordion .accordion-item .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.faq-section .accordion .accordion-item .accordion-body ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.faq-section .accordion .accordion-item .accordion-body ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.faq-section .accordion .accordion-item .accordion-body ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.calculator-section .box-container {
  border-radius: 12px;
}
.calculator-section .box-container .box-inner-left {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px 0 0 12px;
  height: 100%;
}
.calculator-section .box-container .box-inner-left p {
  color: #495669;
  font-weight: 400;
  font-size: 1rem;
}
.calculator-section .box-container .box-inner-left h4 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.calculator-section .box-container .box-inner-left h2 {
  color: #0076BB;
  font-size: 2rem;
  line-height: 48px;
  font-weight: 400;
}
.calculator-section .box-container .box-inner-left ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.calculator-section .box-container .box-inner-left ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.calculator-section .box-container .box-inner-left ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.calculator-section .box-container .box-inner-left ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}
.calculator-section .box-container .calculator-box {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  padding: 30px;
  border-radius: 0 12px 12px 0;
  height: 100%;
}
.calculator-section .box-container .calculator-box .radio-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.calculator-section .box-container .calculator-box .radio-container .form-check .form-check-input:checked {
  background-color: #eb008b;
  border-color: #eb008b;
}
.calculator-section .box-container .calculator-box h4 {
  color: #115fad;
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
.calculator-section .box-container .calculator-box h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.calculator-section .box-container .calculator-box .form-control,
.calculator-section .box-container .calculator-box .form-select {
  border: 1px solid #a2aaba;
  background-color: #ffffff;
  height: 50px;
  border-radius: 4px;
}
.calculator-section .box-container .calculator-box .result-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 2px;
}
.calculator-section .box-container .calculator-box .result-box .info p {
  color: #495669;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.calculator-section .box-container .calculator-box .result-box .info .result {
  color: #0096d5;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -2%;
}
.calculator-section .box-container .calculator-box table {
  background-color: rgba(17, 151, 214, 0.0784313725);
  border-collapse: separate;
}
.calculator-section .box-container .calculator-box table td {
  padding: 18px 12px;
  background-color: rgba(255, 255, 255, 0.8392156863);
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
}
.calculator-section .box-container .calculator-box table td[scope=row] {
  background-color: rgba(255, 255, 255, 0.6392156863);
  font-size: 0.875rem;
  font-weight: 500;
  color: #131314;
}
.calculator-section .box-container .calculator-box table tr td:first-child {
  border-radius: 4px 0 0 4px;
}
.calculator-section .box-container .calculator-box table tr td:last-child {
  border-radius: 0 4px 4px 0;
}

.card-more-info .card-more-info-box {
  background-color: #e9f8ff;
  border-radius: 12px;
  height: 100%;
}
.card-more-info .card-more-info-box .info {
  padding: 40px 25px;
  height: 100%;
}
.card-more-info .card-more-info-box .info h5 {
  color: #115fad;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 20px;
}
.card-more-info .card-more-info-box .info p {
  color: #495669;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 20px;
}
.card-more-info .card-more-info-box img {
  width: 100%;
  border-radius: 0 12px 12px 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-section .box-container {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  border-radius: 12px;
  padding: 30px;
}
.cards-section .box-container .card-slider-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.cards-section .box-container .card-slider-box .swiper .swiper-slide img {
  width: 100%;
}
.cards-section .box-container .box-inner-left p {
  color: #495669;
  font-weight: 400;
  font-size: 1rem;
}
.cards-section .box-container .box-inner-left h4 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.cards-section .box-container .box-inner-left h2 {
  color: #0076BB;
  font-size: 2rem;
  line-height: 48px;
  font-weight: 400;
}
.cards-section .box-container .box-inner-left ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.cards-section .box-container .box-inner-left ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.cards-section .box-container .box-inner-left ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.cards-section .box-container .box-inner-left ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.page-menu-sections ul.nav-pills {
  background-color: #6c7788;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 0;
}
.page-menu-sections ul.nav-pills li.nav-item button.nav-link {
  color: #c5cdd9;
  font-size: 0.875rem;
}
.page-menu-sections ul.nav-pills li.nav-item button.nav-link.active {
  background-color: unset;
  color: #ffffff;
}

.remittance-section .box-container {
  background: #e9f8ff;
  border-radius: 12px;
  padding: 30px;
}
.remittance-section .box-container .tab-content p {
  color: #495669;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
}
.remittance-section .box-container .tab-content p a {
  color: #115fad;
}
.remittance-section .box-container .tab-content table {
  border-color: rgba(17, 151, 214, 0.1215686275);
  background-color: rgba(255, 255, 255, 0.3215686275);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.remittance-section .box-container .tab-content table th {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #0076bb;
  padding: 20px 15px;
  border-color: rgba(255, 255, 255, 0.3215686275);
}
.remittance-section .box-container .tab-content table td {
  font-size: 1rem;
  font-weight: 500;
  color: #131314;
  padding: 15px;
  vertical-align: middle;
  border-color: rgba(17, 151, 214, 0.1215686275);
}
.remittance-section .box-container .tab-content table td img {
  height: 35px;
  width: auto;
}
.remittance-section .box-container .tab-content table tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
.remittance-section .box-container .tab-content table tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
.remittance-section .box-container .tab-content table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.remittance-section .box-container .tab-content table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.remittance-section .box-container .tab-content .contact-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
}
.remittance-section .box-container .tab-content .contact-box .box h6 {
  color: #495669;
  font-weight: 500;
  font-size: 1rem;
}
.remittance-section .box-container .tab-content .contact-box .box ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.remittance-section .box-container .tab-content .contact-box .box ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.remittance-section .box-container .tab-content .contact-box .box ul li a {
  text-decoration: none;
  color: #0096d5;
  font-weight: 400;
  font-size: 1rem;
}

.ic-jounior-section .box-container {
  background: rgba(17, 151, 214, 0.1215686275);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.ic-jounior-section .box-container p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}
.ic-jounior-section img {
  width: 100%;
}

.ic-our-value-section .box-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
}
.ic-our-value-section .box-container .info-box {
  background-color: #e9f8ff;
  padding: 15px;
  border-radius: 8px;
  height: 100%;
}
.ic-our-value-section .box-container .info-box img {
  width: 100%;
  margin-bottom: 20px;
}
.ic-our-value-section .box-container .info-box h5 {
  color: #131314;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.ic-our-value-section .box-container .info-box p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}

.products-section .box-container {
  background: #e9f8ff;
  border-radius: 12px;
  padding: 30px;
}
.products-section .box-container .product-box {
  height: 100%;
  background-color: #ffffff;
  padding: 10px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  border-radius: 12px;
  will-change: transform, opacity;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-section .box-container .product-box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.products-section .box-container .product-box .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.products-section .box-container .product-box .info h5 {
  color: #131314;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 18px;
  font-weight: 400;
}
.products-section .box-container .product-box .info a {
  display: inline-flex;
  justify-content: center;
}

.service-section .box-container {
  background: #e9f8ff;
  border-radius: 12px;
  padding: 30px 50px 30px 30px;
  height: 100%;
}
.service-section .box-container .info h5 {
  color: #131314;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.service-section .box-container .info p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}
.service-section img {
  border-radius: 12px;
  width: 100%;
}
.service-section .trade-solution-container .row:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .calculator-section .box-container {
    padding: 15px !important;
  }
  .calculator-section .box-container .box-inner-left {
    padding: 20px;
  }
  .calculator-section .box-container .calculator-box {
    padding: 20px;
  }
  .products-section .box-container .product-box .info .btn-theme-outline {
    padding: 12px 10px;
    font-size: 14px;
  }
  .products-section .box-container .product-box .info h5 {
    font-size: 1rem;
  }
  .eligibility-section .box-container,
  .open-account-section .box-container,
  .benefits-section .box-container,
  .remittance-section .box-container,
  .products-section .box-container {
    padding: 15px;
  }
  .page-menu-sections .container.container-wide {
    max-width: 100% !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .page-menu-sections ul.nav-pills {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .page-menu-sections ul.nav-pills li button {
    white-space: nowrap;
  }
}
.culture-info-section .box-container {
  background: #e9f8ff;
  border-radius: 12px;
  padding: 30px 50px 30px 30px;
  height: 100%;
}
.culture-info-section .box-container .info h5 {
  color: #131314;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.culture-info-section .box-container .info p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}
.culture-info-section img {
  border-radius: 12px;
  width: 100%;
}

.tesimonial-section .box-container {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  border-radius: 12px;
  padding: 30px 0;
  height: 100%;
}
.tesimonial-section .box-container .swiper .swiper-slide .info-box {
  padding: 15px;
  border: 1px solid #e5e9f0;
  background-color: rgba(255, 255, 255, 0.8392156863);
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
}
.tesimonial-section .box-container .swiper .swiper-slide .info-box img {
  width: 400px;
  height: auto;
  border-radius: 4px;
}
.tesimonial-section .box-container .swiper .swiper-slide .info-box .info img {
  width: 32px;
}
.tesimonial-section .box-container .swiper .swiper-slide .info-box .info h6 {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
  color: #131314;
  margin-bottom: 2px;
}
.tesimonial-section .box-container .swiper .swiper-slide .info-box .info p {
  color: #495669;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
}
.tesimonial-section .box-container .swiper .swiper-slide .info-box .info p small {
  color: #828e9f;
  font-size: 13px;
}

.career-section .box-container {
  position: relative;
  display: flex;
  align-items: center;
}
.career-section .box-container img {
  width: 100%;
  border-radius: 12px;
}
.career-section .box-container .info-box {
  background-color: rgba(255, 255, 255, 0.8392156863);
  padding: 30px;
  border-radius: 8px;
  height: 250px;
  position: absolute;
  left: 50px;
}
.career-section .box-container .info-box p {
  color: #495669;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

.job-table-section .box-container {
  background: #e9f8ff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.job-table-section .box-container table {
  border-color: rgba(17, 151, 214, 0.1215686275);
  background-color: rgba(255, 255, 255, 0.3215686275);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  text-align: start;
}
.job-table-section .box-container table th {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #0076bb;
  padding: 20px 15px;
  border-color: rgba(255, 255, 255, 0.3215686275);
}
.job-table-section .box-container table td {
  font-size: 1rem;
  font-weight: 500;
  color: #131314;
  padding: 15px;
  vertical-align: middle;
  border-color: rgba(17, 151, 214, 0.1215686275);
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.3215686275);
}
.job-table-section .box-container table tbody tr:hover td {
  background-color: #ffffff;
}
.job-table-section .box-container table tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
.job-table-section .box-container table tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
.job-table-section .box-container table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.job-table-section .box-container table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.form-section .box-container {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.form-section .box-container form {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6392156863);
  border-radius: 12px;
}
.form-section .box-container form .file-drop-area {
  position: relative;
  border: 1px solid #a2aaba;
  border-radius: 6px;
  padding: 10px 12px;
  text-align: center;
  color: #6c757d;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-section .box-container form .file-drop-area span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #c5cdd9;
}
.form-section .box-container form .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-section .box-container form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #495669;
}
.form-section .box-container form .form-control,
.form-section .box-container form .form-select {
  border: 1px solid #a2aaba;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 8px 12px;
}
.form-section .box-container form .form-control::-moz-placeholder, .form-section .box-container form .form-select::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #c5cdd9;
}
.form-section .box-container form .form-control::placeholder,
.form-section .box-container form .form-select::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #c5cdd9;
}
.form-section .box-container form p {
  line-height: 18px;
}
.form-section .box-container form p small {
  color: #828e9f;
  font-size: 13px;
}

.job-detail-section .box-container {
  background-color: rgba(17, 151, 214, 0.0784313725);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.job-detail-section .box-container table {
  background-color: rgba(255, 255, 255, 0.6392156863);
  border-radius: 8px;
}
.job-detail-section .box-container table thead tr th {
  padding: 20px;
  color: #131314;
  font-weight: 500;
  font-size: 0.8125rem;
}
.job-detail-section .box-container table thead tr th span {
  display: block;
  color: #495669;
  font-weight: 400;
  font-size: 0.8125rem;
}
.job-detail-section .box-container table thead tr:first-child th:first-child {
  border-radius: 8px 0 0 8px;
}
.job-detail-section .box-container table thead tr:first-child th:last-child {
  border-radius: 0 8px 8px 0;
}
.job-detail-section .box-container p {
  color: #495669;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
}
.job-detail-section .box-container h5 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.job-detail-section .box-container ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.job-detail-section .box-container ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.job-detail-section .box-container ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.job-detail-section .box-container ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.job-form-section .box-container {
  background-color: rgba(17, 151, 214, 0.0784313725);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.job-form-section .box-container table {
  background-color: rgba(255, 255, 255, 0.6392156863);
  border-radius: 8px;
}
.job-form-section .box-container table thead tr th {
  padding: 20px;
  color: #131314;
  font-weight: 500;
  font-size: 0.8125rem;
}
.job-form-section .box-container table thead tr th span {
  display: block;
  color: #495669;
  font-weight: 400;
  font-size: 0.8125rem;
}
.job-form-section .box-container table thead tr:first-child th:first-child {
  border-radius: 8px 0 0 8px;
}
.job-form-section .box-container table thead tr:first-child th:last-child {
  border-radius: 0 8px 8px 0;
}
.job-form-section .box-container form {
  padding: 40px 100px;
  background-color: rgba(255, 255, 255, 0.6392156863);
  border-radius: 12px;
}
.job-form-section .box-container form .file-drop-area {
  position: relative;
  border: 1px solid #a2aaba;
  border-radius: 6px;
  padding: 10px 12px;
  text-align: center;
  color: #6c757d;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-form-section .box-container form .file-drop-area span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #c5cdd9;
}
.job-form-section .box-container form .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.job-form-section .box-container form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #495669;
}
.job-form-section .box-container form .form-control,
.job-form-section .box-container form .form-select {
  border: 1px solid #a2aaba;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 8px 12px;
  font-size: 0.875rem;
}
.job-form-section .box-container form .form-control::-moz-placeholder, .job-form-section .box-container form .form-select::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #c5cdd9;
}
.job-form-section .box-container form .form-control::placeholder,
.job-form-section .box-container form .form-select::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #c5cdd9;
}
.job-form-section .box-container form p {
  line-height: 18px;
}
.job-form-section .box-container form p small {
  color: #828e9f;
  font-size: 13px;
}

.request-form-section .box-container {
  background-color: rgba(17, 151, 214, 0.0784313725);
  border-radius: 12px;
  padding: 30px 30px 50px 30px;
  height: 100%;
}
.request-form-section .box-container h2 {
  color: #115FAD;
  font-size: 2rem;
  line-height: 48px;
  letter-spacing: -2%;
  font-weight: 400;
  margin-bottom: 0;
}
.request-form-section .box-container p {
  color: #495669;
}
.request-form-section .box-container form {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6392156863);
  border-radius: 12px;
}
.request-form-section .box-container form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #495669;
}
.request-form-section .box-container form .file-drop-area {
  position: relative;
  border: 1px solid #A2AABA;
  border-radius: 6px;
  padding: 10px 12px;
  text-align: center;
  color: #6c757d;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.request-form-section .box-container form .file-drop-area span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #C5CDD9;
}
.request-form-section .box-container form .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.request-form-section .box-container form .form-control,
.request-form-section .box-container form .form-select {
  border: 1px solid #A2AABA;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 8px 12px;
  font-size: 0.875rem;
}
.request-form-section .box-container form .form-control::-moz-placeholder, .request-form-section .box-container form .form-select::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #C5CDD9;
}
.request-form-section .box-container form .form-control::placeholder,
.request-form-section .box-container form .form-select::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #C5CDD9;
}
.request-form-section .box-container form .form-check label {
  color: #828E9F;
}
.request-form-section .box-container form p {
  line-height: 18px;
}
.request-form-section .box-container form p span {
  color: #CF4920;
  font-size: 13px;
}
.request-form-section .box-container form p small {
  color: #828E9F;
  font-size: 13px;
}

@media (max-width: 767px) {
  .form-section .box-container {
    padding: 10px;
  }
  .form-section .box-container form {
    padding: 10px;
  }
  .form-section .box-container form .file-drop-area span {
    font-size: 0.75rem;
  }
  .form-section .box-container form .file-drop-area button {
    font-size: 0.75rem;
    padding: 5px 8px;
    gap: 2;
  }
  .tesimonial-section .box-container .swiper .swiper-slide .info-box {
    flex-direction: column;
  }
  .tesimonial-section .box-container .swiper .swiper-slide .info-box img {
    width: 100%;
  }
}
.promotions-section {
  overflow: hidden;
}
.promotions-section .filter-set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.promotions-section .filter-set button {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  gap: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #828e9f;
  font-size: 0.875rem;
  background-color: #e9f8ff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  transition: 0.4s all;
}
.promotions-section .filter-set button i {
  font-size: 1.875rem;
}
.promotions-section .filter-set button.active {
  background-color: #0096d5;
  color: #ffffff;
}
.promotions-section .filter-set button.active i::before {
  color: #ffffff;
}
.promotions-section .filter-set button:hover {
  background-color: #0096d5;
  color: #ffffff;
}
.promotions-section .filter-set button:hover i::before {
  color: #ffffff;
}

.promo-box {
  background-color: #ffffff;
  padding: 10px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  border-radius: 12px;
}
.promo-box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.promo-box .promo-image {
  position: relative;
}
.promo-box .promo-image .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 0.8125rem;
  background-color: #0077bd;
  border-radius: 0 0 0 8px;
  padding: 8px 15px;
}
.promo-box .info h5 {
  color: #131314;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.promo-box .info h6 {
  color: #495669;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 400;
}
.promo-box .info a {
  display: flex;
  justify-content: center;
}
.promo-box .promo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.promo-box .promo-footer small {
  font-size: 0.8125rem;
  color: #828e9f;
}
.promo-box .promo-footer a {
  white-space: nowrap;
}
.promo-box .promo-footer a.btn-theme-outline {
  padding: 8px 10px;
}

.hidden {
  display: none !important;
}

.promotion-detail .info-header {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  padding: 0 0 0 30px;
  border-radius: 12px 12px 0 0;
}
.promotion-detail .info-header .tag {
  background-color: #ffffff;
  color: #828e9f;
  font-size: 0.8125rem;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.promotion-detail .info-header h1 {
  color: #115fad;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 0;
}
.promotion-detail .info-header img {
  border-radius: 0 12px 0 0;
}
.promotion-detail .eligibility-info {
  padding: 30px 50px;
  background: rgba(17, 151, 214, 0.0784313725);
}
.promotion-detail .eligibility-info h1,
.promotion-detail .eligibility-info h2,
.promotion-detail .eligibility-info h3,
.promotion-detail .eligibility-info h4,
.promotion-detail .eligibility-info h5,
.promotion-detail .eligibility-info h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.promotion-detail .eligibility-info p {
  color: #828e9f;
  margin-bottom: 0;
}
.promotion-detail .eligibility-info ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.promotion-detail .eligibility-info ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.promotion-detail .eligibility-info ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.promotion-detail .eligibility-info ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.other-promo-section {
  background-color: #e9f8ff;
}

.api-section {
  background-color: #E9F8FF;
  padding: 30px;
  border-radius: 12px;
}
.api-section .swiper .swiper-slide .info-box {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 12px;
}
.api-section .swiper .swiper-slide .info-box img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}
.api-section .swiper .swiper-slide .info-box p {
  color: #131314;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0;
}

.developer-section .swiper .swiper-slide .info-box {
  background-color: #0096D5;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  min-height: 200px;
}
.developer-section .swiper .swiper-slide .info-box img {
  width: 60px;
  margin-bottom: 15px;
}
.developer-section .swiper .swiper-slide .info-box h6 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.125rem;
}
.developer-section .swiper .swiper-slide .info-box p {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.latest-financial-section .box-container {
  background: linear-gradient(173.18deg, #E9F7FF 5.34%, #CBE9F7 94.66%);
  border-radius: 12px;
  padding: 30px;
}
.latest-financial-section .box-container a {
  text-decoration: none;
}
.latest-financial-section .box-container .info-box {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  min-height: 200px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.latest-financial-section .box-container .info-box img {
  width: 60px;
  margin-bottom: 20px;
}
.latest-financial-section .box-container .info-box h5 {
  font-weight: 500;
  font-size: 1.125rem;
  color: #495669;
  line-height: 24px;
  margin-bottom: 0;
}

.shareholder-section .box-container {
  background: linear-gradient(173.18deg, #E9F7FF 5.34%, #CBE9F7 94.66%);
  border-radius: 12px;
  padding: 40px;
  height: 100%;
}
.shareholder-section .box-container p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
}
.shareholder-section .box-container .contact-info-box {
  background-color: rgba(255, 255, 255, 0.3215686275);
  border-radius: 12px;
  padding: 30px;
}
.shareholder-section .box-container .contact-info-box h5 {
  color: #495669;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.shareholder-section .box-container .contact-info-box ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  padding-left: 1rem;
}
.shareholder-section .box-container .contact-info-box ul li .info {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.shareholder-section .box-container .contact-info-box ul li .info img {
  width: 1.5rem;
}
.shareholder-section .box-container .contact-info-box ul li .info h6 {
  font-size: 1rem;
  color: #495669;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.shareholder-section .box-container .contact-info-box ul li .info p {
  color: #828E9F;
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 0;
}
.shareholder-section .box-container .contact-info-box ul li .info a {
  text-decoration: none;
  color: #0096D5;
}

.report-section .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.report-section .accordion .accordion-item {
  border-radius: 8px;
  background-color: transparent;
}
.report-section .accordion .accordion-item .accordion-header button {
  color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid rgba(17, 151, 214, 0.0784313725);
  border-radius: 8px;
  background-color: #0077BD;
}
.report-section .accordion .accordion-item .accordion-header button:focus {
  box-shadow: unset;
}
.report-section .accordion .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: unset;
  background-color: #0077BD;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.report-section .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.report-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.report-section .accordion .accordion-item .accordion-body {
  background-color: rgba(255, 255, 255, 0.8392156863);
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0 0 8px 8px;
  padding: 20px;
}
.report-section .accordion .accordion-item .accordion-body table {
  background-color: #E9F8FF;
}
.report-section .accordion .accordion-item .accordion-body table thead th {
  background-color: #0076BB;
  color: #FFFFFF;
  font-weight: 500;
  padding: 12px;
}
.report-section .accordion .accordion-item .accordion-body table tbody tr.table-active {
  --bs-table-bg-state: #1197D652;
  font-weight: 500;
}
.report-section .accordion .accordion-item .accordion-body table tbody tr.table-active td {
  background-color: rgba(17, 151, 214, 0.3215686275);
  font-size: 1.125rem;
  color: #131314;
  font-weight: 500;
}
.report-section .accordion .accordion-item .accordion-body table tbody tr td {
  color: #131314;
  padding: 15px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #E9F8FF;
}
.report-section .accordion .accordion-item .accordion-body table tbody tr td a {
  text-decoration: none;
}
.report-section .accordion .accordion-item .accordion-body table tbody tr td a.file {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #131314;
}
.report-section .accordion .accordion-item .accordion-body .title-box {
  background-color: #0076BB;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
  padding: 20px;
  border-radius: 8px 0 0 8px;
}
.report-section .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}
.report-section .accordion .accordion-item .accordion-body a {
  text-decoration: none;
}
.report-section .accordion .accordion-item .accordion-body a .report-box img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}
.report-section .accordion .accordion-item .accordion-body a .report-box h6 {
  font-weight: 500;
  font-size: 1rem;
  color: #131314;
}

.calculator-section ul.nav {
  display: flex;
  gap: 15px;
  align-items: center;
}
.calculator-section ul.nav li.nav-item {
  flex: 1;
}
.calculator-section ul.nav li.nav-item button.nav-link {
  background-color: #E9F8FF;
  padding: 15px 30px;
  color: #495669;
  font-size: 1.125rem;
  line-height: 20px;
  border-radius: 8px;
}
.calculator-section ul.nav li.nav-item button.nav-link.active {
  background-color: #0077BD;
  color: #FFFFFF;
}
.calculator-section .box-container {
  background: linear-gradient(173.18deg, #E9F7FF 5.34%, #CBE9F7 94.66%);
  border-radius: 12px;
  padding: 40px;
}
.calculator-section .box-container .form-box {
  background-color: rgba(255, 255, 255, 0.6392156863);
  border-radius: 12px;
  padding: 40px;
}
.calculator-section .box-container .form-box .radio-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.calculator-section .box-container .form-box .radio-container .form-check .form-check-input:checked {
  background-color: #EB008B;
  border-color: #EB008B;
}
.calculator-section .box-container .form-box h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.calculator-section .box-container .form-box .form-control,
.calculator-section .box-container .form-box .form-select {
  border: 1px solid #A2AABA;
  background-color: #FFFFFF;
  height: 50px;
  border-radius: 4px;
  color: #74787e;
}
.calculator-section .box-container .form-box .nav-tabs .nav-link {
  color: #131314;
  font-size: 1.125rem;
  font-weight: 500;
  border: unset;
  padding: 5px 15px;
}
.calculator-section .box-container .form-box .nav-tabs .nav-link.active {
  color: #FFFFFF;
  background-color: rgba(0, 74, 127, 0.8);
  border-radius: 8px 8px 0 0;
}
.calculator-section .box-container .result-box {
  background-color: rgba(5, 74, 138, 0.6980392157);
  border-radius: 12px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.calculator-section .box-container .result-box h4 {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 2rem;
}
.calculator-section .box-container .result-box .amount {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
}
.calculator-section .box-container .result-box p {
  color: #E5E9F0;
  font-size: 1.125rem;
}

.filter-section .box-container {
  background: linear-gradient(173.18deg, #E9F7FF 5.34%, #CBE9F7 94.66%);
  border-radius: 12px;
  padding: 30px;
}
.filter-section .box-container form .btn-group .btn-check:checked + .btn-theme-white {
  background-color: #054A8A;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}
.filter-section .box-container form .btn-group label {
  border-radius: 8px !important;
  flex: 1;
}
.filter-section .box-container form .btn-group label:hover {
  background-color: #054A8A;
  color: #fff;
}
.filter-section .box-container form .btn-group .btn-theme-white {
  font-weight: 500;
  font-size: 1.125rem;
}
.filter-section .box-container form .input-set a {
  height: 50px;
  justify-content: center;
}
.filter-section .box-container form .input-set label {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.filter-section .box-container form .input-set .form-control,
.filter-section .box-container form .input-set .form-select {
  border: 1px solid #A2AABA;
  background-color: #FFFFFF;
  height: 50px;
  border-radius: 4px;
  color: #74787e;
}

.map-section iframe {
  border-radius: 12px;
}
.map-section .box-container {
  background: linear-gradient(173.18deg, #E9F7FF 5.34%, #CBE9F7 94.66%);
  border-radius: 12px;
  padding: 30px 20px 30px 30px;
}
.map-section .box-container .location-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 500px;
  overflow-y: auto;
  padding-right: 20px;
}
.map-section .box-container .location-list .address-box {
  border-radius: 12px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6392156863);
}
.map-section .box-container .location-list .address-box h5 {
  color: #115FAD;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.map-section .box-container .location-list .address-box h6 {
  font-weight: 500;
  font-size: 1.125rem;
  color: #131314;
  margin-bottom: 10px;
}
.map-section .box-container .location-list .address-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-section .box-container .location-list .address-box ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-section .box-container .location-list .address-box ul li a {
  font-size: 1rem;
  color: #495669;
  text-decoration: none;
}
.map-section .box-container .location-list .address-box ul li p {
  font-size: 1rem;
  color: #495669;
  text-decoration: none;
  margin-bottom: 0;
}
.map-section .box-container .location-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.map-section .box-container .location-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3215686275);
}
.map-section .box-container .location-list::-webkit-scrollbar-thumb {
  background: rgba(0, 74, 127, 0.8);
  border-radius: 6px;
}
.map-section .box-container .location-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 74, 127, 0.8);
}
.map-section .box-container .location-list::-webkit-scrollbar-button {
  display: none;
}
.map-section .box-container .location-list::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0.3215686275);
}

.feedback-form-section .box-container {
  background: linear-gradient(173.18deg, #E9F7FF 5.34%, #CBE9F7 94.66%);
  border-radius: 12px;
  padding: 40px 30px;
}
.feedback-form-section .box-container .form-box {
  background-color: rgba(255, 255, 255, 0.6392156863);
  border-radius: 12px;
  padding: 40px;
}
.feedback-form-section .box-container .form-box form .file-drop-area {
  position: relative;
  border: 1px solid #A2AABA;
  border-radius: 6px;
  padding: 10px 12px;
  text-align: center;
  color: #6c757d;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback-form-section .box-container .form-box form .file-drop-area span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #C5CDD9;
}
.feedback-form-section .box-container .form-box form .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.feedback-form-section .box-container .form-box form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #495669;
}
.feedback-form-section .box-container .form-box form .form-control,
.feedback-form-section .box-container .form-box form .form-select {
  border: 1px solid #A2AABA;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 8px 12px;
}
.feedback-form-section .box-container .form-box form .form-control::-moz-placeholder, .feedback-form-section .box-container .form-box form .form-select::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #C5CDD9;
}
.feedback-form-section .box-container .form-box form .form-control::placeholder,
.feedback-form-section .box-container .form-box form .form-select::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #C5CDD9;
}
.feedback-form-section .box-container .form-box form p {
  line-height: 18px;
}
.feedback-form-section .box-container .form-box form p small {
  color: #828E9F;
  font-size: 13px;
}

.table-section .box-container {
  background-color: #E9F8FF;
  border-radius: 12px;
  padding: 30px;
}

.fixed-rate-table table {
  --bs-body-bg: #FFFFFF52;
}
.fixed-rate-table thead tr th {
  background-color: #0076BB;
  padding: 25px 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  border-right: 2px solid rgba(93, 191, 238, 0.5019607843);
  white-space: nowrap;
}
.fixed-rate-table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.fixed-rate-table thead tr th:last-child {
  border-radius: 0 8px 0 0;
  border-right: unset;
}
.fixed-rate-table thead th.duration {
  text-align: center;
}
.fixed-rate-table tbody td {
  padding: 15px 10px;
  border-bottom: 2px solid rgba(17, 151, 214, 0.1215686275);
  vertical-align: middle;
  border-right: 2px solid rgba(17, 151, 214, 0.1215686275);
}
.fixed-rate-table .currency {
  width: 110px;
  font-weight: 400;
  text-align: left;
  color: #131314;
  border-left: 2px solid rgba(17, 151, 214, 0.1215686275);
}
.fixed-rate-table .deposit-type {
  width: 260px;
  color: #131314;
  font-size: 14px;
  line-height: 20px;
}
.fixed-rate-table .rate {
  text-align: center;
  font-weight: 400;
  color: #131314;
  white-space: normal;
  font-size: 1rem;
}
.fixed-rate-table .rate .aer {
  display: block;
  font-weight: 400;
  color: #131314;
  margin-top: 4px;
  font-size: 1rem;
}
.fixed-rate-table .group-sep td {
  border-bottom: 5px solid #B9D3FD;
  background: transparent;
  padding: 0;
}

.saving-rate-table table {
  --bs-body-bg: #FFFFFF52;
}
.saving-rate-table .notice {
  padding: 15px;
  background-color: #fff;
  color: #495669;
  font-size: 1.125rem;
  line-height: 24px;
  border-radius: 8px;
}
.saving-rate-table thead tr th {
  background-color: #0076BB;
  padding: 20px 15px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  text-align: start;
  border-right: 2px solid rgba(93, 191, 238, 0.5019607843);
  white-space: nowrap;
}
.saving-rate-table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.saving-rate-table thead tr th:last-child {
  border-radius: 0 8px 0 0;
  border-right: unset;
}
.saving-rate-table thead tr th.no-curve {
  border-radius: 0;
  border-right: 2px solid rgba(93, 191, 238, 0.5019607843);
}
.saving-rate-table tbody tr td:first-child {
  border-left: 2px solid rgba(17, 151, 214, 0.1215686275);
}
.saving-rate-table tbody tr td {
  padding: 25px 15px;
  border-bottom: 2px solid rgba(17, 151, 214, 0.1215686275);
  vertical-align: middle;
  border-right: 2px solid rgba(17, 151, 214, 0.1215686275);
}

.rates-list-section .rate-box {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rates-list-section .rate-box img {
  width: 60px;
  height: auto;
}
.rates-list-section .rate-box .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rates-list-section .rate-box .info h5 {
  color: #131314;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: 400;
}
.rates-list-section .rate-box .info p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 20px;
}
.rates-list-section .rate-box .info a {
  justify-content: center;
}

.notice {
  padding: 15px;
  background-color: #fff;
  color: #495669;
  font-size: 1.125rem;
  line-height: 24px;
  border-radius: 8px;
}

.credit-card-fees-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.credit-card-fees-table table {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
  table-layout: auto;
  border: 2px solid rgba(17, 151, 214, 0.32);
}
.credit-card-fees-table table .description-cell {
  width: 250px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0 10px;
}
.credit-card-fees-table table .remark-cell {
  max-width: 150px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.credit-card-fees-table table th,
.credit-card-fees-table table td {
  border: 3px solid rgba(17, 151, 214, 0.32);
  padding: 12px 15px;
  font-size: 13px;
  word-break: break-word;
  white-space: normal;
  text-align: left;
}
.credit-card-fees-table table td {
  background-color: #E9F8FF;
}
.credit-card-fees-table table td:last-child {
  border-right: 1px solid rgba(17, 151, 214, 0.32);
}
.credit-card-fees-table table thead {
  background-color: #0071bc;
  color: #fff;
}
.credit-card-fees-table table thead th {
  font-weight: normal;
  text-align: center;
  max-width: 130px;
  vertical-align: middle;
}
.credit-card-fees-table table tbody tr {
  background-color: #f9fcff;
}
.credit-card-fees-table table .row-header {
  color: #000;
  font-weight: bold;
  text-align: left;
}
.credit-card-fees-table table .row-header td {
  background-color: #ffffff !important;
}
.credit-card-fees-table table .category-header {
  background-color: rgba(17, 151, 214, 0.32) !important;
  font-weight: bold;
  text-align: left;
}
.credit-card-fees-table table .category-header td {
  border: 1px solid #0071bc;
  background-color: rgba(17, 151, 214, 0.32) !important;
  color: #000;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    line-height: 32px;
    font-weight: 800;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 800;
  }
  h3 {
    font-size: 1.375rem;
    line-height: 26px;
    font-weight: 800;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 24px;
    font-weight: 800;
  }
  h5 {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 700;
  }
  h6 {
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 700;
  }
  section {
    padding: 30px 0;
  }
  .container {
    padding: 0 20px;
  }
  .bg-image {
    background-image: var(--bg-mobile);
  }
  main {
    margin-top: 55px;
  }
  .has-dropdown-menu .page-hero {
    margin-top: 0px;
  }
  .section-heading h3 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .bg-image {
    background-image: var(--bg-desktop);
  }
  .swiper-container {
    padding-left: max(15px, (100% - 700px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .swiper-container {
    padding-left: max(15px, (100% - 1024px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1180px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1125px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 15px;
  }
}
@media (min-width: 1300px) {
  .container-wide {
    max-width: 1280px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1160px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .container-wide {
    max-width: 1380px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1350px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1500px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1800px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 2000px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
