
footer .sc-inner {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  footer .sc-inner {
    padding-top: 32px;
  }
}
.site-header {
  position: fixed !important;
  height: 120px;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* .site-header .row {
  margin-left: -30px;
  margin-right: -30px;
} */
.site-header .header-top a {
  font-size: 14px;
}

@media (max-width: 1200px) {
  .site-header {
    height: 63px;
  }
}

@media (min-width: 1200px) {
  .header-sticky .site-header {
    height: 80px;
  }
}

@media (max-width: 1200px) {
  .site-header .row {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.site-header .logo {
  width: auto;
  height: 50px;
}

@media (max-width: 1200px) {
  .site-header .logo {
    height: 32px;
  }
}

@media (min-width: 1200px) {
  .navigation-item {
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

@media (max-width: 1199px) and (min-width: 1200px) {
  .navigation-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.navigation-item.has-children {
  position: relative;
}

@media (min-width: 1200px) {
  .navigation-item.has-children::after {
    bottom: -16px;
    left: 50%;
    border-bottom: 8px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: -5px;
  }

  .navigation-item.has-children::before {
    height: 60px;
    left: 0;
    right: 0;
    top: 150%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.8);
  }

  .navigation-item.has-children::before,
  .navigation-item.has-children::after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, opacity 0.2s;
    transition: opacity 0.2s, opacity 0.2s;
    content: "";
  }
}

.navigation-item:hover::before,
.navigation-item:hover::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible;
}

.navigation-link {
  white-space: nowrap;
  -webkit-transition: color 0.3s, opacity 0.2s;
  transition: color 0.3s, opacity 0.2s;
  /* font-size: 18px; */
}

@media (max-width: 1200px) {
  .navigation-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navigation-link.is-active {
  color: var(--bs-secondary) !important;
}

@media (hover: hover) {
  .navigation-item .navigation-link:not(.is-active):hover {
    opacity: 0.5;
  }
}

@media (min-width: 1200px) {
  .navigation-item.has-children .navigation-link::after {
    position: absolute;
    border: none;
    content: "";    
    /* top: 16px; */
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 16px;
    height: 16px;
    background: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-down.svg")
      no-repeat center center;
    border: none;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .navigation-item.has-children:hover .navigation-link::after {
    -webkit-transform: scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
  }
}

@media (max-width: 1200px) {
  .navigation {
    position: fixed !important;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, visibility 0.2s, transform 0.3s;
    transition: opacity 0.2s, visibility 0.2s, transform 0.3s,
      -webkit-transform 0.3s;
    height: auto !important;
    max-height: calc(var(--site-height) - 60px);
  }

  .open-menu .navigation {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
  }

  header .navigation::after {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    backdrop-filter: saturate(200%) blur(10px);
  }

  .navigation .navigation-inner {
    background: #f7fcf8;
    padding: 20px 0;
    overflow-y: auto;
    max-height: calc(var(--site-height) - 122px);
  }

  .navigation-link {
    color: var(--bs-primary) !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    font-weight: 600;
    display: block;
    text-decoration: none;
    font-size: 18px;
  }

  .navigation-link.is-active {
    font-weight: 600;
    color: var(--bs-primary) !important;
  }

  .navigation-item.has-children .navigation-link {
    position: relative;
  }

  .icwKa header .navigation-footer {
    height: fit-content;
    border: none;
    padding-left: 32px;
    padding-right: 32px;
    background: #f7fcf8;
  }

  .navigation-footer .lang-switcher svg {
    width: 20px;
    height: auto;
  }

  .navigation-footer-social svg {
    width: 20px;
    height: auto;
    fill: #fff;
  }
  .navigation-footer .lang-switcher .dropdown-toggle::after {
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 50%;
    right: -26px;
    transform: translateY(-50%);
  }
  .navigation-footer .small {
    font-size: 12px;
    font-weight: 500;
  }

  .navigation .navigation-mega h3,
  .navigation .navigation-mega .h3,
  .navigation .navigation-item.has-children > a {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%23333333' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 341.4 341.4' style='enable-background:new 0 0 341.4 341.4;' xml:space='preserve'%3E%3Cpolygon points='192,149.4 192,0 149.4,0 149.4,149.4 0,149.4 0,192 149.4,192 149.4,341.4 192,341.4 192,192 341.4,192 341.4,149.4 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
  }

  .navigation .navigation-mega h3.is-open,
  .navigation .navigation-mega .is-open.h3,
  .navigation .navigation-item.has-children.is-open > a {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%23333333' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 341.333 341.333' style='enable-background:new 0 0 341.333 341.333;' xml:space='preserve'%3E%3Crect y='149.333' width='341.333' height='42.667'/%3E%3C/svg%3E");
  }
}

.navigation-mega {
  background: #fff;
  text-align: left;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

@media (min-width: 1200px) {
  .navigation-mega {
    position: fixed;
    top: 6.75rem;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 16px 94px rgba(8, 97, 95, 0.38);
    box-shadow: 0px 16px 94px rgba(8, 97, 95, 0.38);
  }
}

@media (max-width: 1200px) {
  .navigation-mega {
    opacity: 1 !important;
    visibility: visible !important;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    background: transparent;
    border-top: solid 1px #e8e8e8;
    /* border-bottom: solid 1px #e8e8e8; */
  }

  .navigation-mega .container-md {
    max-width: none;
    position: relative;
    padding: 0 !important;
  }

  .navigation-mega ul {
    display: none;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    background: transparent;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: solid 1px #e8e8e8;
  }

  .navigation-mega div[class*="col-"]:not(:last-child) ul {
    border-bottom: solid 1px #e8e8e8;
  }

  header .navigation-mega div[class*="col-"]:last-child h3,
  header .navigation-mega div[class*="col-"]:last-child .h3 {
    padding-bottom: 20px;
    background-position: right 16px top 15px !important;
  }

  header .navigation-mega div[class*="col-"]:first-child h3,
  header .navigation-mega div[class*="col-"]:first-child .h3 {
    padding-top: 20px;
    background-position: right 16px top 25px !important;
  }

  .navigation-mega h3.is-open + ul,
  .navigation-mega .is-open.h3 + ul {
    display: block;
  }

  .navigation-mega .row,
  .navigation-mega div[class*="col-"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .navigation-mega h3,
  .navigation-mega .h3 {
    position: relative;
    font-size: 18px;
    color: var(--bs-primary) !important;
    margin: 0 -16px !important;
    padding: 10px 16px;
    font-weight: 400;
  }
}

.navigation-item.is-open .navigation-mega {
  display: block !important;
}

body.header-sticky .navigation-mega {
  top: 5rem;
}

@media (min-width: 1200px) {
  .navigation-item .navigation-mega {
    opacity: 0;
    visibility: hidden;
  }
  .navigation-item:hover .navigation-mega {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}

@media (min-width: 1200px) {
  .navigation-mega h3,
  .navigation-mega .h3 {
    background-image: url("data:image/svg+xml, %3Csvg class='flex-shrink-0 me-3' width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.23857 3.57121C0.842004 4.73017 0.13191 6.34507 0.0764337 7.00766C-0.0955422 8.97856 0.0764337 11 0.0764337 11C0.0764337 11 0.0764368 10.4307 1.95708 8.97188C3.83772 7.51302 5.72325 6.40193 6.21764 6.04747C6.85672 5.58928 7.0054 4.93568 6.99985 4.66616V0C6.74466 0.707504 5.63514 2.41225 3.23857 3.57121Z' fill='%23FFCB44' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left top 0.375rem;
  }
}

.navigation-mega a {
  text-decoration: none;
  color: var(--bs-dark);
  font-weight: 600;
}
.navigation-mega .navmega-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
}

.navigation-mega a:hover {
  color: var(--bs-secondary);
}

.navigation-mega li:not(:last-child) {
  margin-bottom: 10px;
}

.navigation-mega-footer {
  line-height: 2;
  -webkit-box-shadow: 0px 16px 94px rgba(8, 97, 95, 0.38);
  box-shadow: 0px 16px 94px rgba(8, 97, 95, 0.38);
}

.navigation-mega-footer a {
  color: #fff;
}
.icwKa .navigation-mega-footer a[href^="tel"],
.navigation-mega-footer .icwKa a[href^="mail"] {
  color: #fff;
}

.navigation .background svg {
  margin-top: -120px;
}

.site-header .navigation .navigation-item {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color:#FFFFFF;
}

.gap-16px {
  gap: 16px;
}

/* header main */
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
}
.header-main__icon {
  height: 34px;
}
.header-main__icon img {
  height: 100%;
}

.header-main__tool__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .header-main__icon {
    height: 24px;
  }
  .header-main {
    padding: 16px;
  }
  .header-main__tool__container {
    gap: 8px;
  }
}
/* navigation */
.navigation-inner {
  display: flex;
  gap: 16px;
}
/* navigation-inner flex-column flex-xl-row d-flex align-items-xl-center justify-content-xl-center list-unstyled my-0 mx-auto h-100 fw-semibold position-relative z-3 gap-16px */
@media screen and (max-width: 1200px) {
  .navigation-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
}
/* ----------- navigation-search ------------ */

input.ka-searchbox {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: var(--bs-primary);
  background: #fff;
  position: relative;
}
input.ka-searchbox::placeholder {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #666666;
}
header input.ka-searchbox + .ka-searchinput-icon {
  position: absolute;
  right: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.navigation-search {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 100dvh; */
  height: -webkit-fill-available;
  
}
@media screen and (max-width: 767px) {
  .navigation-search{
    overflow-y: scroll;
    overflow-x:hidden;
  }
}
.navigation-search__tag-wrapper {
  font-family: "kurious-looped", sans-serif;
  font-size: 14px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .navigation-search__tag-wrapper {
    overflow-x: scroll;
  }
}

.navigation-search__tag-wrapper::-webkit-scrollbar {
  display: none;
  /* margin-top: 8px;
  height: 4px;
  width: 2px;
  background-color: #fff; */
}
.navigation-search__tag-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(17, 120, 118, 0.5);
  border-radius: 10px;
  width: 50px;
}
.navigation-search__tag {
  color: var(--bs-primary);
  font-weight: 600;
  min-width: fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #88bcbb;
  border-radius: 5px;
  padding: 5px 12px;
  cursor: pointer;
}
.navigation-search__tag.is-active {
  border: 1px solid var(--bs-primary);
  box-shadow: 0px 0px 10px rgba(17, 120, 118, 0.5);
  font-weight: 600;
}
.navigation-search__card {
  border-radius: 4px;
  padding: 44px 24px 20px;
  background: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/bg-search-card.png")
    no-repeat;
  background-size: cover;
  max-width: 322px;
  margin: 0 auto;
}
.navigation-search__card a:hover {
  text-decoration: underline;
}
.navigation-search h3 {
  font-size: 28px;
}
.navigation-search__card-risk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 1px 0px 1px 9px;
  font-size: 10px;
}
.navigation-search__card-risk-text {
  font-size: 10px !important;
  padding-right: 4px;
  color: #666;
}
.navigation-search__card-risk .risk-level {
  font-weight: 600;
  color: #333;
  background: #f2f2f2;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
  margin-right: 0px;
}
.navigation-search-background {
  background: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/bg-navigation-serach.svg")
    no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 150;
  min-height: fit-content;
  overflow: auto;
}
.navigation-search-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
  /* display: none; */
  height: 100dvh;
}
.navigation-search .searchbox-suggestion {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  z-index: 200;
  width: calc(100% - 66px);
  border: 1px solid #eeeeee;
}
.navigation-search .searchbox-suggestion__wrapper {
  padding-left: 31px;
}
.navigation-search .searchbox-suggestion__link {
  color: #666;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.navigation-search .searchbox-suggestion__link:hover {
  color: var(--bs-primary);
}
.navigation-search .searchbox-suggestion__link-keyword {
  color: #666;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.navigation-search .searchbox-suggestion__link-keyword:hover {
  color: var(--bs-primary);
  font-weight: 600;
}
.navigation-search .form-check {
  width: 220px;
}
.navigation-search input[type="radio"]:checked + label {
  color: #333;
  font-weight: 600;
}
.searchbox-suggestion--border {
  border-right: 1px solid #eeeeee;
  border-bottom: 0;
}
.navigation-search__recommender .allfunds:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .searchbox-suggestion--border {
    border-bottom: 1px solid #eeeeee;
    border-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .navigation-search__card {
    max-width: 100%;
  }

  .navigation-search__recommender h3 {
    font-size: 24px;
  }
  .navigation-search__tag {
    font-size: 14px;
  }
  .navigation-search__tag img {
    width: 24px;
  }

  .swiper-pagination.navigation-search__card-pagination {
    bottom: 39px;
  }
}
header .swiper-navigation-card {
  overflow: hidden;
}

/* ----------- END navigation-search ------------ */

.header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  /* background: linear-gradient(280.12deg, #fff -62.12%, #e2e6e5 130.35%); */
  background: #FFFFFF;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  padding-left: 48px;
  padding-right: 48px;
}

.header-sticky .header-top {
  display: none;
  height: 0;
}
/* .header-sticky .navigation-search {
  top: 5rem;
} */

.header-top-icon {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: var(--bs-primary);
}

.header-top-icon svg {
  width: 14px;
  height: auto;
  fill: #fff;
}
.header-top .ka-topnav__container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  color: #117B76;
}
.header-top .header-top-nav-expandable {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.header-top .header-top-nav-expandable:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-header-footer-down-green.svg")
    no-repeat center center;
}
.ka-topnav-expand-wrapper {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  z-index: 200;
  width: 250px;
  border: 1px solid #eeeeee;
  padding: 24px 20px;
}
.ka-topnav-expand-wrapper.expand-right {
  left: auto;
  right: -1.25rem;
}

.ka-topnav-expand__lv1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.ka-topnav-expand__lv2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  position: relative;
}
.ka-topnav-expand__lv2 ul {
  height: 0;
  overflow: hidden;
}
.ka-topnav-expand__lv2.active ul {
  height: fit-content;
  overflow: visible;
  transition: height 0.2s;
}

.ka-topnav-expand__lv2:after {
  position: absolute;
  content: "";
  background-image: url(../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-down-green.svg);
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: cover;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.ka-topnav-expand__lv2.active:after {
  transform: rotate(0deg);
}
.ka-topnav-expand__lv1 li a {
  font-size: 16px !important;
  font-weight: 600;
  color: #333;
  /* margin-bottom: 24px; */
}
.ka-topnav-expand__lv1 li a:hover {
  color: var(--bs-primary);
}

.ka-topnav-expand-wrapper > ul > li > ul > li a {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.ka-topnav-expand-wrapper > ul > li > ul > li {
  margin-bottom: 12px;
}
.ka-topnav-expand-wrapper > ul > li > ul > li:first-child {
  margin-top: 12px;
}
.ka-topnav-expand-wrapper > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.lang-switcher {
  border-left: 1px solid #117876;
  padding-left: 16px;
}
.lang-switcher .dropdown-toggle::after {
  position: absolute;
  border: none;
  content: "";
  top: 6px;
  right: -16px;
  width: 12px;
  height: 12px;
  background: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-down-green.svg")
    no-repeat center center;
}
.lang-switcher .dropdown-menu.show {
  padding: 1rem;
  inset: 0 -32px auto auto !important;
  min-width: 60px;
  border: none;
}

.header-top-kbank-logo {
  width: 27px;
}

.header-top a:hover {
  opacity: 1;
}

.header-login-dropdown {
  position: relative;
  width: 200px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 61px rgba(16, 113, 111, 0.5);
  box-shadow: 0px 4px 61px rgba(16, 113, 111, 0.5);
  border-radius: 0px 0px 6px 6px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.header-login:hover .header-login-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-login-dropdown::after {
  position: absolute;
  bottom: 100%;
  right: 30px;
  border-bottom: 6px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin-left: 0.5rem;
  content: "";
}

.header-login-dropdown li:not(:last-child) {
  margin-bottom: 8px;
}

.header-login-dropdown li a:hover {
  color: var(--bs-primary);
}

.header-login-select {
  border: none;
  background: var(--bg-light);
  outline: none;
  width: 80px;
}

.lang-switcher {
  /* padding: 1.625rem 0.5rem */
}
.icwKa .btn-search {
  background: url(../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-magnify.svg)
    no-repeat center center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
}
.icwKa .btn-search.is-active {
  background: url(../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-magnify-green.svg)
      no-repeat center center;
    background-color: #e0fff7;
  background-size: contain;
  border-radius: 50%;
  cursor: pointer;
}
.icwKa .btn-filter {
  border-radius: 50%;
  padding: 12px;
}

@media screen and (max-width: 1200px) {
  .header-top {
    display: none;
  }
  .lang-switcher {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .icwKa .btn-search {
    border-radius: 50%;
    padding: 2px;
    width: 24px;
    height: 24px;
    background-size: cover;
  }
  .icwKa .btn-search.is-active{
    width: 24px;
    height: 24px;
  }
  .icwKa .btn-filter {
    border-radius: 50%;
    padding: 12px;
  }
  /* .navigation-search {
    top: 60px;
  } */
  /* .header-sticky .navigation-search {
    top: 60px;
  } */
  .navigation-mega .navmega-title {
    font-size: 16px;
  }
  .navigation-mega li a {
    font-size: 14px;
  }
}

.hamburger {
  height: 17px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s, -webkit-transform 0.15s;
  transition: background-color 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, background-color 0.15s;
  transition: transform 0.15s, background-color 0.15s, -webkit-transform 0.15s;
  text-transform: none;
  border: 0;
  background-color: transparent;
}

.hamburger-menu {
  padding: 3.5px 2px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  color: #fff;
}

@media screen and (max-width: 360px) {
  .hamburger-menu {
    margin-left: 0;
  }
}

html.menu-sticky .hamburger-menu {
  top: 8px;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 17px;
}

.open-menu .hamburger-box {
  width: 20px;
}

.hamburger-inner {
  position: absolute;
  top: 0;
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.open-menu .hamburger-inner {
  width: 20px;
}

html.menu-sticky .hamburger-inner {
  background: #fff;
}

.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 3px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: opacity 0.15s, background-color 0.15s,
    -webkit-transform 0.15s;
  transition: opacity 0.15s, background-color 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, opacity 0.15s, background-color 0.15s;
  transition: transform 0.15s, opacity 0.15s, background-color 0.15s,
    -webkit-transform 0.15s;
}

html.menu-sticky .hamburger-inner::before,
html.menu-sticky .hamburger-inner::after {
  background: #fff;
}

.open-menu .hamburger-inner::before,
.open-menu .hamburger-inner::after {
  width: 20px;
}

.hamburger-inner::before {
  top: 7px;
}

.hamburger-inner::after {
  top: 14px;
}

.open-menu .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.open-menu .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7136px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.7136px, -6px, 0);
  opacity: 0;
}

.open-menu .hamburger-inner::after {
  width: 20px;
  margin: 0;
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.page-header {
  background-color: rgba(184, 184, 184, 0.1);
  -webkit-box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
  .page-header {
    margin-top: -2.5rem;
  }
}

.navigation .navigation-mega h3,
.navigation .navigation-mega .h3,
.navigation .navigation-item.has-children > a {
  background-image: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-down-green.svg");
  background-repeat: no-repeat;
  /* background-position: right 0px center; */
  background-size: 16px;
  font-weight: 600;
  padding-right: 16px;
}

.navigation .navigation-mega a ,
.navigation .navigation-mega a.h3 {
  background-image: unset;
  font-size: 13px;
  font-weight: 500;
}

.navigation .navigation-mega h3.is-open,
.navigation .navigation-mega .is-open.h3,
.navigation .navigation-item.has-children.is-open > a {
  background-image: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-up-green.svg");
}

/* ------------ CUSTOM MOBILE MENU style --------------- */

@media (max-width: 1200px) {
  .icwKa .navigation-inner {
    padding: 32px 32px 0;
  }
  .icwKa .navigation-item {
    border-bottom: 1px solid #e0eeec;
    /* padding:12px 0; */
  }
  .icwKa header .navigation-item:last-child {
    border-bottom: none;
  }
  .icwKa .link-light:focus,
  .icwKa .link-light:hover {
    color: #117876 !important;
    font-weight: 600;
  }
}

/* ------------ END CUSTOM MOBILE MENU style --------------- */

/* ------------ FOOTER 2023.08.16 --------------- */

/* footer start */
/* .icwKa footer {
      position: relative;
    } */
/* .icwKa footer::after{
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 2px;
      background: rgb(17,120,118);
      background: -moz-linear-gradient(90deg, rgba(17,120,118,1) 0%, rgba(20,72,72,1) 100%);
      background: -webkit-linear-gradient(90deg, rgba(17,120,118,1) 0%, rgba(20,72,72,1) 100%);
      background: linear-gradient(90deg, rgba(17,120,118,1) 0%, rgba(20,72,72,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#117876",endColorstr="#144848",GradientType=1);
    } */
.icwKa footer {
  border-top: 2px solid rgb(17, 120, 118);
}
.icwKa .footer-logo-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}
.icwKa .footer-logo-wrapper img {
  width: 278px;
}
.icwKa .footer-accordian {
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.icwKa .footer-header .footer-accordian {
  border: none;
}
.icwKa .footer-header .footer-accordian .accordion-body {
  /* gap: 40px; */
}
.icwKa .footer-header .footer-others {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.icwKa .footer-header .footer-others a {
  color: #777777;
}
.footer-accordian .footer-title {
  position: relative;
  padding-right: 20px;
  justify-content: start;
  width: fit-content;
}
/* .footer-accordian .footer-title.accordion-button:after , */
.footer-accordian .footer-title.accordion-button[aria-expanded="true"]:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 16px;
  height: 16px;
  background: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-up-green.svg")
    no-repeat center center;
}
/* .footer-accordian .footer-title.accordion-button:not(.collapsed):after , */
.footer-accordian .footer-title.accordion-button[aria-expanded="false"]:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 16px;
  height: 16px;
  background: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-down-green.svg")
    no-repeat center center;
}

.icwKa .footer-title {
  width: max-content;
  padding-right: 21px;
  color: #11706e;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "kurious-looped", sans-serif;
}
.icwKa .footer-content {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.icwKa a.footer-content:hover ,
.icwKa .footer-phone-number:hover{
  color: #11706E ;
}
.icwKa .footer-phone-number {
  font-family: "kurious-looped", sans-serif;
  color: #333333;
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
}

.icwKa .footer-item-two-col {
  /* height: 50%; */
  height: unset;
}

.icwKa .footer-item-two-col .accordion-body {
  /* height: 50%; */
  min-height: 199px;
}

.icwKa .footer-item-two-col:last-child .accordion-body {
  min-height: unset;
}

.icwKa .ka-contact-center-icon-group {
  display: flex;
  gap: 16px;
}
.icwKa .ka-contact-center-icon-group img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

/* accdian */

.icwKa .ka-footer-mobile {
  border-top: 1px solid #eeeeee;
  /* border-bottom: 1px solid #eeeeee; */
  /* padding-bottom: 30px; */
}

@media screen and (max-width: 767px ) {
  .icwKa .ka-footer-mobile {
    border-top-width: 0px;
  }
}

.footer-directory {
  padding: 45px 0;
}

.footer-utility {
  display: flex;
  justify-content: space-between;
}
.footer-utility .links {
  float: right;
  margin-top: 9px;
  border-bottom: none;
}
.footer-utility .links li {
  white-space: nowrap;
  padding-left: 15px;
  margin-bottom: 0;
  font-size: 12px;
  color: #777;
  font-weight: 600;
}
.footer-utility .affiliate-websites {
  /* float: left; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.affiliate-websites li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding: 5px 0;
}
.affiliate-websites li:last-child {
  margin-right: 0;
}
.affiliate-websites .img {
  height: 21px;
}
.affiliate-websites .img-kbtg {
  height: 25px !important;
}

/* Responsive */
@media screen and (min-width: 1200px) {
  .icwKa .footer-wrapper {
    width: auto;
    min-width: 228px;
  }
  .icwKa .footer-new .footer-wrapper {
    width: 20%;
  }
  :lang(en) .icwKa .footer-wrapper {
    min-width: 250px;
  }
  :lang(en) .icwKa .footer-new .footer-wrapper {
    width: 22%;
  }
  :lang(en) .icwKa .footer-new .footer-wrapper:nth-child(4) {
    width: 26%;
  }
  :lang(en) .icwKa .footer-new .footer-wrapper:nth-child(5) {
    width: 8%;
    min-width: 50px;
  }
  .icwKa .contact-center-group {
    font-family: "kurious-looped", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    width: fit-content;
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .footer-utility {
    margin-top: 0;
  }
  .footer-utility .links {
    padding: 0;
  }
  .container {
    padding: 0 15px;
  }
  .footer-logo-wrapper {
    text-align: center;
    width: 100%;
  }
}
/* footer end */

@media (max-width: 1200px) {
  .ka-footer-mobile .navigation {
    position: relative !important;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, visibility 0.2s, transform 0.3s;
    transition: opacity 0.2s, visibility 0.2s, transform 0.3s,
      -webkit-transform 0.3s;
    height: fit-content;
    max-height: fit-content;
  }

  .ka-footer-mobile .navigation {
    opacity: 1;
    visibility: visible;
    top: 0;
    z-index: 0;
  }

  .ka-footer-mobile .navigation::after {
    /* position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    backdrop-filter: saturate(200%) blur(10px); */
    content: "";
    background: none;
    backdrop-filter: none;
  }

  .ka-footer-mobile .navigation .navigation-inner {
    background: #fff;
    padding: 0px 0 20px;
    overflow-y: auto;
    /* max-height: calc(var(--site-height) - 122px); */
    max-height: 100%;
  }

  .ka-footer-mobile .navigation-link {
    color: #11706e !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    font-size: 16px;
  }

  .ka-footer-mobile .navigation-link.is-active {
    font-weight: 600;
    color: var(--bs-primary) !important;
  }

  .ka-footer-mobile .navigation-item.has-children .navigation-link {
    position: relative;
  }
  .ka-footer-mobile .contact-center-group .contact-social .contact-center-title,
  .ka-footer-mobile .contact-center-group .contact-call .contact-center-title {
    font-family: "kurious-looped", sans-serif;
    font-size: 12px;
    color: #333333;
  }
  .ka-footer-mobile .contact-center-group .contact-call .footer-phone-number {
    font-family: "kurious-looped", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
  }
  .ka-footer-mobile .contact-center-group .contact-social .ka-contact-center-icon-group  {
    gap: 9px;
  }
  .ka-footer-mobile .contact-center-group .contact-social .ka-contact-center-icon-group img  {
    width: 32px;
    height: 32px;
  }
  .footer-others  {
  }


  .icwKa .navigation-footer {
    height: fit-content;
    border: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navigation-footer-social svg {
    width: 20px;
    height: auto;
    fill: #fff;
  }

  .ka-footer-mobile .navigation .navigation-mega h3,
  .ka-footer-mobile .navigation .navigation-mega .h3,
  .ka-footer-mobile .navigation .navigation-item.has-children > a {
    background-image: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-down-green.svg");
    background-repeat: no-repeat;
    background-position: right 16px !important;
    background-size: 16px;
  }
  .ka-footer-mobile .navigation .navigation-mega h3.ka-nav-noexpand {
    background-image: none !important;
  }

  .ka-footer-mobile .navigation .navigation-mega h3.is-open,
  .ka-footer-mobile .navigation .navigation-mega .is-open.h3,
  .ka-footer-mobile .navigation .navigation-item.has-children.is-open > a {
    background-image: url("../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-chevron-up-green.svg");
  }
  .ka-footer-mobile .navigation-mega ul {
    background: #fff;
  }

  .ka-footer-mobile .navigation-mega div[class*="col-"]:last-child h3,
  .ka-footer-mobile .navigation-mega div[class*="col-"]:last-child .h3, 
  .ka-footer-mobile .navigation-mega div[class*="col-"]:last-child a {
    padding-bottom: 16px;
    background-position: right 0px top 16px !important;
  }

  .ka-footer-mobile .navigation-mega div[class*="col-"]:first-child h3,
  .ka-footer-mobile .navigation-mega div[class*="col-"]:first-child .h3,
  .ka-footer-mobile .navigation-mega div[class*="col-"]:first-child a {
    padding-top: 16px;
    background-position: right 0px top 16px !important;
  }
  .ka-footer-mobile .navigation-footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: fit-content;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
  }
  .ka-footer-mobile .contact-call {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .ka-footer-mobile .contact-social {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .ka-footer-mobile .contact-center-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;

  }
  .ka-footer-mobile .footer-header .footer-others {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.ka-footer-mobile .navigation-mega {
  background: #fff;
  text-align: left;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

/* ------------ END FOOTER 2023.08.16 --------------- */
/* footer-layout */
.footer-layout__container {
  display: grid;
  grid-template-columns: 1fr;
}
.footer-layout.first {
  display: flex;
  /* grid-template-columns: minmax(340px, 676px) minmax(220px, 444px); */
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EEEEEE;
}
.footer-layout.second {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 212px));
  gap: 20px;
  padding-top: 32px;
}
.footer-layout.contact-details {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 24px;
}
/* footer-desktop */

.footer-desktop__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-desktop__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

/* sub */
.footer-desktop__sub__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.icwKa .footer-desktop__sub__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

/* content */
.icwKa .footer-desktop__content {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.footer-desktop__content__container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* wrapper */
.footer-desktop__wrapper:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 212px));
  row-gap: 16px;
  column-gap: 20px;
}
.footer-desktop__wrapper:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 212px));
  gap: 20px;
} 
/* mutual-funds */
.footer-desktop__wrapper.footer-desktop__mutual-funds {
 
}
.footer-desktop__mutual-funds .footer-desktop__title__container {
  grid-column: 1 / 4;
}


/* contact-center-group*/
/* call */
.contact-center-group__call__container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: end;
}
.icwKa .contact-center-group__call__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #144B48;
}
.icwKa a[href^="tel"].contact-center-group__call__number {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #144B48;
}

/* icon */
.contact-center-group__icon__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.icwKa .contact-center-group__icon__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #144B48;
}
