.icwKa .swiper-pagination.white .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background: #DDDDDD;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  padding: 0;
  margin: 0 8px !important;
}
.icwKa .swiper-pagination.white .swiper-pagination-bullet-active{
  width:24px;
  border-radius: 8px;
  background-color: #117876;
  margin: 0 0 !important;
  border: none;
}
.icwKa .text-111{
  color: #111111;
}

@media (max-width: 768px) {
  .swiper-banner-homepage {
    margin-top: 60px;
  }
}
.site-header.active{
  display: none;
}

/* ----------- Section controller -------------- */
.icwKa .section-controller .ka-sticky-bar{
  max-height: none;
  opacity: 1;
}
.icwKa .section-controller .ka-sticky-bar li a{
  font-weight: 600;
}
.icwKa .section-controller.active{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.icwKa .section-controller .ka-sticky-bar .bar-desktop{
  padding: 18px 0px 17px;
}

.icwKa .section-controller .ka-sticky-bar .bar-mobile{
  display: none;
}
.icwKa .section-controller .bar-desktop__download{
  display: flex;
  align-items: center;
  gap: 8px;
}
.icwKa .section-controller .bar-desktop__download p{
  font-family: "kurious", sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}
.icwKa .ka-sticky-bar .bar-desktop .bar-desktop__text-bar {
  width: 100%;
}
.icwKa .ka-sticky-bar .bar-desktop .bar-desktop__text-bar .bar-desktop__bar-list {
  width: 100%;  
  gap: 0px;
  justify-content: space-between;
}
.icwKa .bar-desktop__text-bar .title{
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-family: "kurious", sans-serif;
}
/*👉@media screen and (max-width:992px) {
  .icwKa .section-controller.active .ka-sticky-bar .bar-mobile{
    display: block;
  }
  
}👈*/
@media screen and (max-width:1200px) {
  .icwKa .ka-sticky-bar .bar-desktop .bar-desktop__text-bar .bar-desktop__bar-list {
    gap: 24px;
  }
  .icwKa .section-controller.active .ka-sticky-bar .bar-mobile{
    display: block;
  }
  .icwKa .ka-sticky-bar .bar-desktop{
    display: none;
  }

}


/* ----------- Section Digital Service ------------ */
.icwKa .section-digital-service .sc-inner {
  padding: 60px 0;
}
.icwKa .section-digital-service .section-digital-service__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.icwKa .section-digital-service .ka-introduce-wrapper .img-service {
  width: 267px;
}

.icwKa .section-digital-service .ka-introduce-wrapper .img-service>img {
  border-radius: 8px;
  max-height: 208px;
  width: 100%;
  object-fit: cover;
}
.icwKa .section-digital-service .ka-introduce-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.icwKa .section-digital-service .ka-introduce-wrapper .text-service {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.icwKa .section-digital-service .ka-introduce-wrapper .text-head {  
  color: #333;
}
.icwKa .section-digital-service .row-custom{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.icwKa .row-custom .items {
  flex: 0 0 auto;
  /* width: 25%; */
}
.icwKa .row-custom .items .img-service {
  transition: all 0.3s;
  overflow: hidden;
  max-height: 208px;
}
.icwKa .row-custom .items .text-head {
  transition: all 0.3s;
}
.icwKa .row-custom .items:hover .img-service {
  transform: scale(1.1);
}
.icwKa .row-custom .items:hover .text-head {
  color: #117876;
}


@media (min-width: 1200px) {
  .icwKa .section-digital-service .row-custom{
    gap: 32px 24px;
  }
  /* .icwKa .row-custom .items {
    width: 22%;
  } */
}

@media screen and (max-width: 768px) {
  .icwKa .section-digital-service .sc-inner {
    padding: 48px 0;
  }
  .icwKa .section-digital-service .section-digital-service__wrapper {
    gap: 24px;
  }
  .icwKa .row-custom .items:hover .img-service {
    transform: none
  }
  .icwKa .section-digital-service .ka-introduce-wrapper .img-service > img{
    height: 100%;
  }
  .icwKa .section-digital-service .ka-introduce-wrapper{
    gap: 16px;
  }
  .icwKa .section-digital-service .ka-introduce-wrapper .text-head{
    font-size: 16px;
  }
  .icwKa .section-digital-service .ka-introduce-wrapper p{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }
}

@media screen and (max-width: 1200px){
  .icwKa .row-custom .items {
    width: 30%;
  }
}

@media screen and (max-width: 992px) {
  .icwKa .section-digital-service .ka-introduce-wrapper .img-service{
    width: 156px;
    height: 122px;
  }
}
@media screen and (max-width: 450px){
  .icwKa .row-custom {
    gap: 24px 16px;
  }
  .icwKa .row-custom .items {
    width: 47%;
  }
}



/* ----------- End Section Digital Service ------------ */

/* ----------- Section-introduce ------------ */

.icwKa .ka-introduce-wrapper .ka-introduce-wrapper__img {
  width: 100%;
}

.icwKa .ka-introduce-wrapper .ka-introduce-wrapper__content {
  background: url("img/bg-feature-01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 8px;
  width: 100%;
  padding: 48px 20px 56px;
  text-align: left;
}
.icwKa .ka-introduce-wrapper .ka-introduce-wrapper__content * {
  font-size: 34px;
  font-weight: 600;
  text-align: left;
}

@media (min-width: 576px) {
  .icwKa .ka-introduce-wrapper {
    position: relative;
    z-index: 2;
    /* margin-bottom: 4%; */
  }
  .icwKa .ka-introduce-wrapper .ka-introduce-wrapper__img {
    position: relative;
    z-index: 10;
    width: 61%;
  }
  .icwKa .ka-introduce-wrapper .ka-introduce-wrapper__content {
    position: absolute;
    top: 16%;
    right: 0;
    z-index: 1;
    height: 400px;
    padding-top: 8%;
    padding-left: 31%;
    width: 63%;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
/* ----------- END Section-introduce ------------ */


/* ----------- Section-manual ------------ */
.icwKa .section-manual {
  /* background: url(/SiteCollectionDocuments/assets/ka-revamp2023/pages/service/img/bg-section-manual.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  position: relative;
  z-index: 1;
}
.icwKa .section-manual .container-lg {
  margin: 0;
  max-width: 100%;
  padding-right: 0;
}
.icwKa .section-manual .sc-inner {
  padding: 48px 0 88px;
}
.icwKa .section-manual .ka-manual__wrapper {
  display: grid;
  grid-template-columns: minmax(186px, 1fr) minmax(500px, 1040px);
  max-width: 100%;
  gap: 104px
}
.icwKa .section-manual .ka-manual-menu__wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.icwKa .section-manual .ka-manual-menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.icwKa .section-manual .ka-manual-menu ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.icwKa .section-manual .ka-manual-menu ul > li {
  list-style: none;
}
.icwKa .section-manual .ka-manual-menu ul > li > ul {
  margin-top: 0.5rem;
}
.icwKa .section-manual .ka-manual-menu ul > li > ul > li {
  list-style: none;
  margin-bottom: 6px;
  font-weight: normal;
  margin-left: 1rem;
  position: relative;
}
.icwKa .section-manual .ka-manual__wrapper ul > li > ul > li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 32px;
  background: #dce7e7;
  opacity: 0.8;
  z-index: 1;
}

.icwKa .section-manual .ka-manual__wrapper ul.collapse.show li {
  position: relative;
  color: var(--bs-primary);
}
.icwKa .section-manual .ka-manual__wrapper ul.collapse.show li a {
  color: #333;
  font-size: 18px;
}
.icwKa .section-manual .ka-manual__wrapper ul.collapse.show li a.active {
  color: var(--bs-primary);
}
.icwKa .section-manual .ka-manual__wrapperr ul.collapse.show li:has(a.active)::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 32px;
  background: var(--bs-primary);
  border-radius: 8px;
  z-index: 2;
}
.icwKa .ka-kmyfund-manualSwiper_register, 
.icwKa .ka-kmyfund-benefitSwiper{
  overflow-y: visible;
}
.icwKa .ka-kmyfund-manualSwiper_register .swiper-slide ,
.icwKa .ka-kmyfund-benefitSwiper .swiper-slide{
  width: fit-content;
}
.icwKa .ka-kmyfund-register-container-navigation-swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -40px;
}
.icwKa .ka-manual-wrapper .swiper-button-prev:after,
.icwKa .ka-manual-wrapper .swiper-button-next:after {
  background: #106F6D;
  padding: 13px 16.5px;
}
.icwKa .ka-manual-wrapper .swiper-button-next,
.icwKa .ka-manual-wrapper .swiper-button-prev {
  color: #fff;
}
.icwKa .ka-manual-wrapper .swiper-button-next{
  right: -10px;
}
.icwKa .ka-manual-wrapper .swiper-button-prev{
  left: -14px;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.icwKa .ka-manual-wrapper .swiper-button-next::after {
  margin-right: 1rem;
}
.icwKa .ka-manual-menu .choices[data-type*="select-one"]::after {
  border-style: none;
  background: url("img/arrow-gray.svg") no-repeat center center;
  background-size: cover;
  width: 16px;
  height: 9px;
  top: 54%;
  transform: translateY(-50%);
  right: 1rem;
}
.icwKa .ka-manual-menu .choices[data-type*=select-one].is-open::after{
  transform: rotate(180deg);
}

.icwKa .ka-manual-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.icwKa .ka-manual-card_img img {
  max-height: 416px;
}
.icwKa .section-manual .ka-manual-content__wrapper .swiper-slide {
  counter-increment: ka-manual-card__content;
}
.icwKa .ka-manual-card__content {
  display: flex;
  gap: 4px;
}
.icwKa .ka-manual-card__content .p2 {
  line-height: 19.6px;
  color: #000000;
}
.icwKa .ka-manual-card__content::before{
  content: counter(ka-manual-card__content) '. ';
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  display: inline-block;
  width: 20px;
  text-align: end;
}
.icwKa .choices__list--dropdown,
.icwKa .choices__list[aria-expanded] {
  z-index: 100;
}

.icwKa .ka-manual-menu .collapsing {
  opacity: 0;
}
.icwKa .ka-manual-menu .nav-link {
  color: #777777;
  padding: 0;
}
.icwKa .ka-manual-menu .nav-link.active {
  color: var(--bs-primary);
  background: transparent;
}
.icwKa .ka-manual-menu .choices[data-type*="select-one"] .choices__inner{
  border-color:#0E6664;
}
.icwKa .ka-manual-menu .choices__list--single .choices__item{
  color: #333;
}

/* custom select input with select2 library */
.select2.select2-container.select2-container--default {  
  width: 100% !important;
}
.icwKa .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17.57px;
  right: 23.67px;
}
.icwKa .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url("img/dropdown-arrow-down-black.svg") no-repeat center center / 100%;
  background-color: transparent;
  background-size: contain;
  border: none;
  height: 7.62px ;
  width: 13.33px ;
  margin: auto ;
  transform-origin: center;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%);
  left: 0 ;
}
.icwKa .select2-container--default .select2-selection--single {
  border: none ;
  border-radius: 8px ;
  display: flex ;
  align-items: center;
}
.icwKa .select2-container .select2-selection--single {
  height: 58px ;
}
.icwKa .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform:  rotate(-180deg) translateY(50%);
}
.icwKa .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option--selectable {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 16px 70px 16px 24px;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 100% ;
  padding: 0;
}
.select2-container--open .select2-dropdown--below {
  border: none ;
}
/* end custom select input with select2 library */

.icwKa .ka-manual-card__content .ka-p1 {
  font-size: 14px;
}

.icwKa .ka-manual-card__content .ka-p1 {
  font-size: 14px;
}

.icwKa .ka-manual-card_img {
  height: auto;
}


@media screen and (max-width: 576px) {
  .icwKa .section-manual .swiper-pagination .swiper-pagination-bullet  {
    width: 6px;
    height: 6px;
  }
  .icwKa .section-manual .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
}

@media (max-width: 768px) {
  .icwKa .section-manual {
    background: url("img/bg-section-manual-mb.jpg") no-repeat center center;
    background-size: cover;
  }

  .icwKa .section-manual .sc-inner {
    padding-bottom: 160px;
  }

  .icwKa .section-manual .ka-manual__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .icwKa .section-manual .ka-manual-menu__wrapper {
    justify-content: center;
    margin-right: 16px;
  }

  .icwKa .section-manual .ka-manual-menu {
    gap: 16px;
    max-width: 328px;
    width: 100%;
  }

  .icwKa .section-manual .ka-manual-menu .h2 {
    text-align: center;
  }

  .icwKa .section-manual .ka-manual-menu .nav-pills {
    display: none;
  }

  .icwKa .ka-manual-wrapper .nav-link {
    padding: 0rem;
  }

  .icwKa .ka-manual-wrapper ul.nav-pills {
    position: relative;
  }

  .icwKa .ka-manual-wrapper ul>li>ul>li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 32px;
    width: 100%;
    height: 2px;
    background: #dce7e7;
    opacity: 0.8;
    z-index: 1;
  }

  .icwKa .ka-manual-wrapper ul.collapse.show li:has(a.active)::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 32px;
    width: 100%;
    height: 4px;
    background: var(--bs-primary);
    border-radius: 8px;
    z-index: 2;
  }

  .icwKa .ka-manual-wrapper ul>li>ul {
    margin-top: 1.5rem;
  }

  .icwKa .section-manual .ka-manual-menumobile {
    display: block;    
  }

  .icwKa .section-manual .nav-link {
    display: none;
  }

  .icwKa .swiper-button-next:after,
  .icwKa .swiper-button-prev:after {
    padding: 8px 11px;
  }

  .icwKa .ka-manual-card__content .p2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
  }

  .icwKa .ka-manual-card__content::before {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
  }
}

@media screen and (min-width: 768.99px) {
  .icwKa .section-manual .ka-manual-menumobile {
    display: none;
  }

  .icwKa .section-manual .nav-link {
    display: block;
  }
}

@media screen and (min-width: 1441px) {
  .icwKa .section-manual .container-lg {
    margin: auto;
    max-width: 1140px;
    padding-right: 0;
  }
}
/* ----------- END Section-manual ------------ */

/* ----------- section-tax-saving ------------ */
.icwKa .section-tax-saving {
  background: #F0FEFC;
}
.icwKa .section-tax-saving .sc-inner {
  padding: 64px 0;
}
.icwKa .section-tax-saving .tax-saving__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.icwKa .section-tax-saving .tax-saving__content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.ka-comparison-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 24px;
  width: 100%;
}
.icwKa .ka-comparison-card {
  flex: 1;
  padding: 0;
  background: #fff;
  border-radius: 8px;
  width: calc(50% - 40px);
  /* box-shadow: 0 16px 22px rgba(0, 0, 0, 0.05); */
}
@media (max-width: 576px) {
  .icwKa .ka-comparison-card {
    width: 100%;
  }  
  .ka-comparison-wrapper{
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}

.icwKa .ka-comparison-card .ka-comparison-card__header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  flex-direction: column;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.icwKa .ka-comparison-card .ka-comparison-card__header .h3 { 
  color: #EEEEEE;
}
.icwKa .ka-comparison-card .ka-comparison-card__header.header-01 {
  background: linear-gradient(90deg, #019C8E 0%, #107775 100%);
}
.icwKa .ka-comparison-card .ka-comparison-card__header.header-02 {
  background: linear-gradient(90deg, #144949 0%, #293A41 100%);
}
.icwKa .ka-comparison-card .ka-comparison-card__imgHeader {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 195px;
}

.icwKa .ka-comparison-card .ka-comparison-card__content {
  background: #fff;
  padding: 36px 36px 36px 24px;
  text-align: left;
  border-radius: 8px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}
.icwKa .ka-comparison-card .ka-comparison-card__content .ka-comparison-card__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.icwKa .ka-comparison-card .ka-comparison-card__content .ka-comparison-card__text .h6 {
  font-weight: 600;
}
.icwKa .ka-comparison-card .ka-comparison-card__list li:last-child {
  margin-bottom: 0px!important;
}
.icwKa .ka-comparison-card .ka-comparison-card__list li {
  list-style: decimal;
  margin-bottom: 8px;
  color: var(--bs-dark);
  position: relative;
  margin-left: 24px;
  /* font-family: "kurious", sans-serif; */
}
.icwKa .ka-comparison-card .ka-comparison-card__list li:last-of-type {
  margin-bottom: 6px;
}

.icwKa .section-img-banner > img{
  border-radius: 8px;
}

@media (max-width: 768px) {
  .icwKa .section-tax-saving .sc-inner {
    padding: 48px 0;
  }
  .icwKa .section-tax-saving .tax-saving__wrapper {
    gap: 24px;
  }
  .icwKa .section-tax-saving .tax-saving__content__wrapper {    
    gap: 24px;
  }
  .icwKa .ka-comparison-card .ka-comparison-card__header {
    flex-direction: row;
    gap: 25px;
    padding: 16px;
    align-items: center;
  }
  .ka-comparison-card__iconheader{
    height: 55px;
    width: 55px;
  }
  .icwKa .ka-comparison-card .ka-comparison-card__list li::before{
    width: 24px;
    height: 24px;
    left: -28px;
  }
  .icwKa .ka-comparison-card .ka-comparison-card__content{
    padding: 24px;
    gap: 16px;
  }
  .icwKa .ka-comparison-card .ka-comparison-card__list li{
    margin-left: 1rem;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 19.5px;
  }
  .icwKa .ka-comparison-card .ka-comparison-card__imgHeader {
    width: 129px;
    max-height: 104px;
  }
  .icwKa .ka-comparison-card .ka-comparison-card__header .h3 { 
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .icwKa .ka-comparison-card .ka-comparison-card__content .ka-comparison-card__text {
    gap: 8px;
  }
  .icwKa .ka-comparison-card .ka-comparison-card__content .ka-comparison-card__text .h6 {
    line-height: 24px;
  }
}

/* ----------- END section-tax-saving ------------ */


/* ----------- Section download ----------------- */
.icwKa .section-download{
  background: url("img/bg-section-Kbank.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.icwKa .section-download .sc-inner {
  padding: 64px 0;  
}
.icwKa .section-download .funds-download__wrapper{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.icwKa .section-download .funds-download__navbar__wrapper{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.icwKa .section-download .funds-download__navbar__wrapper .h2 {
  color: #FFFFFF;
}
.icwKa .section-download .nav-control__container {  
  width: 100%;
  overflow: scroll;
}
.icwKa .section-download .funds-download__navbar__wrapper .nav-control__wrapper {
  width: fit-content;
}
.icwKa .section-download .funds-download__navbar__wrapper .nav-underline::after {
  background-color: #EEEEEE;
  opacity: 0.6;
}
.icwKa .section-download .funds-download__navbar__wrapper .nav-underline .nav-link.active:after {
  background-color: #EEEEEE;  
  opacity: 1;
}
.icwKa .section-download .funds-download__navbar__wrapper .nav-underline .nav-link:hover::after {
  background-color: #EEEEEE;
}
.icwKa .section-download .nav-link{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #EEEEEE;
  opacity: 60%;
  padding-bottom: 11px;
}
.icwKa .section-download .nav-link.active,
.icwKa .section-download .nav-link:hover{
  opacity: 1;
  color: #EEEEEE;
}
.icwKa .section-download .section-invest .list-download{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.icwKa .section-download .section-invest .item-download{
  display: flex;
  align-items: center;
}
.icwKa .section-download .section-invest .item-download img{
  margin-right: 13px;
}
.icwKa .section-download .section-invest .item-download p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #EEEEEE;
  margin-bottom: 0;
}
.icwKa .section-download .section-invest .item-download p:hover{
 text-decoration: underline;

}

@media screen and (max-width: 768px) {
  .icwKa .section-download .sc-inner {
    padding: 48px 0;
  }
  .icwKa .section-download .funds-download__navbar__wrapper .h2 {
    text-align: center;
    color: #EEEEEE;
  }
  .icwKa .section-download .nav-underline .nav::after {
    content: none;
  }
  .icwKa .section-download .section-invest .item-download p {
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
  }
  .icwKa .section-faq .funds-faq__wrapper .funds-faq__content__wrapper {
    gap: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .icwKa .section-download{
    background: url("img/bg-section-Kbank-m.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .icwKa .section-download .section-invest .item-download {
    align-items: start;
  }
  .icwKa .section-download .nav-link{
    font-size: 16px;
  }
}


/* ----------- END Section download ----------------- */


/* ----------- navigation-search ------------ */

input.ka-searchbox-dropdown {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  color: var(--bs-primary);
  background: #fff;
  padding: 0 1rem;
  position: relative;
}
input.ka-searchbox-dropdown::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
input.ka-searchbox-dropdown + .ka-searchinput-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

input.ka-searchbox-dropdown:focus {
  border: 1px solid var(--bs-primary);
}

.section-filter .navigation-search {
  position: relative;
  height: 100%;
  /* top: 0; */
}
.section-result-table .section-filter .ka-btn-searchfund.disabled {
  background: #DDDDDD;
  color: #777 !important;
  opacity: 1;
}
.section-filter__tag-wrapper {
  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) {
  .section-filter .navigation-search {
    /* top: 6rem; */
    top:auto;
  }
}
@media (max-width: 991px) {
  .section-filter__tag-wrapper {
    overflow-x: scroll;
  }
  .section-filter{
    padding: 0;
  }
}

.section-filter__tag-wrapper::-webkit-scrollbar {
  margin-top: 8px;
  height: 4px;
  width: 2px;
  background-color: #fff;
}
.section-filter__tag-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(17, 120, 118, 0.5);
  border-radius: 10px;
  width: 50px;
}
.section-filter__tag {
  color: var(--bs-primary);
  font-weight: 300;
  min-width: fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #88bcbb;
  border-radius: 5px;
  padding: 5px 12px;
  cursor: pointer;
}
.section-filter__tag.is-active {
  border: 1px solid var(--bs-primary);
  box-shadow: 0px 0px 10px rgba(17, 120, 118, 0.5);
  font-weight: 600;
}
.section-filter__card {
  border-radius: 4px;
  padding: 40px 24px 20px;
  background: url("../../theme/img/bg-search-card.png")
    no-repeat;
  background-size: cover;
  max-width: 322px;
  margin: 0 auto;
}
.section-filterh3 {
  font-size: 28px;
}
.section-filter__card-risk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 1px 0px 1px 9px;
  font-size: 10px;
}
.section-filter__card-risk .risk-level {
  font-weight: 600;
  background: #f2f2f2;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
}
.navigation-search-background {
  background: url("../../theme/img/bg-navigation-serach.svg")
    no-repeat;
  background-size: cover;
  z-index: 150;
  min-height: fit-content;
}
.section-filter .navigation-search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  /* display: none; */
  height: 100dvh;
}
.section-filter.searchbox-suggestion {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  z-index: 200;
  width: calc(100% - 60px);
  border: 1px solid #eeeeee;
}
.section-filter.form-check {
  width: 150px;
}
.section-filterinput[type="radio"]:checked + label {
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .section-filter__card {
    max-width: 100%;
  }
  .section-filter {
    position: relative;
    /* top: 0px; */
    top: 0;
  }
  .section-filter__recommender h3 {
    font-size: 24px;
  }
  .section-filter__tag {
    font-size: 14px;
  }
  .section-filter__tag img {
    width: 24px;
  }

  .swiper-pagination.section-filter__card-pagination {
    bottom: 30px;
  }
}

/* ----------- END navigation-search ------------ */

/* ----------- START section table ------------ */
.icwKa .section-content .icon-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.icwKa .section-content .icon-info::after {
  content: "";
  background-image: url("img/ic-info.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.icwKa .section-content .icon-info img {
  max-height: 100%;
}
.icwKa .section-content .btn-download-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  height: 48px;
  max-width: 257px;
}
.icwKa .section-content .btn-download-button::before {
  content: none;
}
.icwKa .section-result-table {
  background-image: url("img/bg-section-result-table.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.icwKa .section-result-table .sc-inner {
  padding: 64px 0;
}
.icwKa .section-topic .sc-inner {
  padding: 0;
}
.icwKa .section-content .sc-inner {
  padding-top: 24px;
  padding-bottom: 0px;
}
.icwKa .section-content .content-table__container {
  gap: 24px;
}
.icwKa .ka-asset-table-container .table-blocking__scrollable.table-backlog th {
  padding: 8px 16px;
  width: 205px;
}
.icwKa .ka-asset-table-container .table-blocking__scrollable.table-backlog th:first-child {
  width: 320px;
}
.icwKa .section-content .btn-download__container {
  display: flex;
  justify-content: center
}
.icwKa .ka-asset-table-container::-webkit-scrollbar {
  height: 3px;
  /* width: 8px; */
  background: #f2f2f2;
}
.icwKa .ka-asset-table-container::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}
.icwKa .section-result-table .choices[data-type*="select-one"] {
  width: 308px;
}
.icwKa .section-result-table .choices[data-type*="select-one"].is-open::after {
  transform: rotate(180deg);
}
.icwKa .section-result-table .choices[data-type*="select-one"]::after {
  border-style: none;
  background: url("img/arrow-gray.svg") no-repeat center center;
  background-size: cover;
  width: 16px;
  height: 9px;
  top: 55%;
  transform: translateY(-50%);
  right: 1.25rem;
}

.icwKa .choices__list--single .choices__item.choices__placeholder{
  font-size: 18px;
}

.icwKa .section-result-table .link.searchbox-link {
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 1200px) {
  .icwKa .ka-asset-table-container .table-blocking__scrollable.table-backlog th:first-child {
    width: 164px;
  }
  .icwKa .ka-asset-table-container .table-blocking__scrollable.table-backlog th {
    width: 123px;
  }
}

@media screen and (max-width:992px){  
  .icwKa .ka-asset-table-container{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .icwKa .section-result-table .sc-inner {
    padding: 48px 0;
  }
  .icwKa .section-topic .sc-inner {
    padding: 0;
  }
  .icwKa .section-content .sc-inner {
    padding: 0;
    padding-top: 48px;
  }
  .icwKa .section-content .content-table__container {
    gap: 48px;
  }
  .icwKa .section-result-table .ka-btn-searchfund{
    width: auto;
  }
  .icwKa .section-result-table .choices[data-type*="select-one"] {
    width: 100%;
  }
  .icwKa .section-result-table .table-logo{
    margin-top: 16px;
  }  
}

/* ----------- END section table ------------ */

/* ----------- Section-faq ------------ */

.icwKa .section-faq {
  background: #FAFAFA;
}
.icwKa .section-faq .sc-inner {
  padding: 64px 0;
}
.icwKa .section-faq .funds-faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.icwKa .section-faq .funds-faq__content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.icwKa .section-faq .funds-faq__content__wrapper .funds-faq__nav__wrapper {
  overflow-x: auto;
}
.icwKa .section-faq .nav-control__container {  
  width: 100%;
  overflow: scroll;
}
.icwKa .nav-control__container::-webkit-scrollbar {
  display: none;
}
.icwKa .section-faq .nav-control__wrapper {  
  width: fit-content;
  margin: 0 auto;
}
.icwKa .section-faq .nav-underline::after {  
  background-color: #EEEEEE;
}
.icwKa .section-faq .nav-underline .nav-link{
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.icwKa .section-faq .ka-faq-accordion .accordion-button{
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;  
}
.icwKa .section-faq .ka-faq-accordion .accordion-body {
  border-left: 4px solid #117B76
}
.icwKa .section-faq .section-invest .accordion li{
  /* font-family: "kurious", sans-serif; */
  color: #555;
}
.icwKa .section-faq .section-invest .accordion ol li{
  list-style: decimal;
}
.icwKa .section-faq .section-invest .accordion ul li{
  list-style: disc;
}
.icwKa .section-faq .section-invest .section-invest__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.icwKa .section-faq .section-invest .funds-faq__accordion__wrapper {
  align-self: center;
  width: 100%;
  max-width: 850px;
}
.icwKa .funds-faq__accordion__wrapper .ka-faq-accordion .accordion-item {
  margin-bottom: 0;
}
.icwKa .accordion.ka-faq-accordion{
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 850px;
  width: 100%;
  border-bottom: none;
}
.icwKa .ka-faq-accordion .accordion-button::after{
  scale: 0.6;
  top: 45%;
}
.icwKa .section-faq .accordion-item{
  display: none;
}
.icwKa .section-faq .accordion-item:nth-child(1),
.icwKa .section-faq .accordion-item:nth-child(2),
.icwKa .section-faq .accordion-item:nth-child(3){
  display: block;
}

@media (max-width: 767px){
  .icwKa .section-faq .sc-inner {
    padding: 48px 0;
  }
  .icwKa .accordion.ka-faq-accordion{
    width: 100%;
  }  
}

@media (max-width: 576px) {
  .icwKa .section-faq .nav-underline .nav-link{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;    
  }  
  .icwKa .section-faq .ka-faq-accordion .accordion-button::after{
    scale: 0.5;
    transform: translateY(-100%);
  }
  .icwKa .ka-faq-accordion .accordion-body p{
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
  }
  .icwKa .section-faq .ka-faq-accordion .accordion-button{
    padding: 16px 42px 16px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .icwKa .section-faq .ka-faq-accordion .accordion-body {
    padding: 0 16px 16px;
  }
  .icwKa .section-faq .section-invest .container-lg {
    padding: 0;
  }
}

/* ----------- END Section-faq ------------ */

.icwKa .btn-loadMore {
  overflow: hidden;
}