.block-region-content section:nth-child(1) {
    max-width: 100%;
}

.banner-24 {
    top: -100px;
    left: 0;
    width: 100%;
    /* margin-left: -20px;
      margin-right: -20px; */
    height: 400px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70.3%, #FFF 88.39%), url(/vtb/openbanking/sites/vtb.openbanking.apiportal-test.icbv.com/files/inline-images/banner.jpg);
    /* padding: 0 139px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 25%;
}

.group-bg {
    background: #FAFAFA;
    position: relative;
    top: -80px;
}

.group {
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    gap: 25px;
}

.view-detail {
    color: var(--color-icon-link-pressing, #2A74C8);
    text-align: right;
    /*font-family: SVN-Gilroy;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 150% */
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
}

.prd-category {
    display: flex;
    justify-content: space-between;

}

.prd-category .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.item {
    cursor: pointer;
    padding: 10px;
    transition:
        border-bottom 0.2s ease-in-out,
        transform 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
    border-bottom: 10px solid transparent;
}

/* Hover: gạch chân và nổi lên */
.item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 255, 0.1);
    /* bóng nhẹ màu xanh */
}

/* Click (active): gạch chân đậm */
.item.active {
    border-bottom: 4px solid #3ABCF4;
    background-color: #F2F6F8;
}

.prd-category .icon {
    position: relative;
    width: 145px;
    height: 145px;
    scale: 1.5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prd-category .icon svg {
    position: absolute;
}

/* .prd-category .icon svg:nth-child(1){
      top: 36px;
      left: 36px;
      z-index: 1;
  }
  .prd-category .icon svg:nth-child(2){
      bottom: 0px;
      left: -46px;
  } */
.prd-category .item .title {
    margin-top: 14px;
    background: linear-gradient(289deg, #1F5796 -9.39%, #3491FA 118.59%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    /*font-family: SVN-Gilroy;*/
    font-size: 24px;
    font-style: normal;
    height: 80px;
    font-weight: 600;
    line-height: 40px;
    /* 166.667% */
}

.prd-category .item .sub {
    margin-top: 10px;
    color: var(--subtlest, #799AB0);
    text-align: justify;
    /*font-family: SVN-Gilroy;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 150% */
}

.product-view {
    display: flex;
    flex-wrap: wrap;
}

.product-view .view-filters {
    width: 30%;
}

.product-view .view-content {
    width: 70%;
}

.product-view .view-content::after {
    content: "";
    width: 30%;
}

.product-view .pager-nav {
    margin-left: calc(30% + 2rem);
    width: 70%;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
}

.pr-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 2rem;
}

.bx--card {
    width: auto;
    max-width: 100%;
}

.node.bx--card {
    margin-left: 2rem;
    height: 100%;
}

.pager-nav .pager__item a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    border: none;
    color: #667085;
    border-radius: 8px !important;
    font-size: 14px;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.pager-nav .pagination {
    gap: 2px;
}

.pager-nav .pager__item.is-active.active a {
    color: #005993;
    background-color: #D8F2FD;
}

.bx--global-light-ui .views-exposed-form {
    flex-direction: column;
    justify-content: center;
}

.bx--global-light-ui .views-exposed-form::before {
    content: "Bộ lọc";
    font-weight: 600;
    line-height: 32px;
    font-size: 24px;
}

.bx--global-light-ui .view-filters.form-group input.form-text {
    width: auto;
    height: auto;
    border: 1px solid #3ABCF4;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    color: #3ABCF4;
}

.bx--global-light-ui .view-filters.form-group input.form-text::placeholder {
    color: #667085;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}

.bx--global-light-ui .view-filters.form-group input.form-text:focus {
    border: 2px solid #3ABCF4;
    outline: none;
}


.prd-category .ct.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.prd-category .ct svg {
    stroke: #3ABCF4;
}

.prd-category .ct:hover {
    background: #9dcff0;
}

.prd-category .ct-left {
    transform: rotate(180deg);
    width: 3rem;
    height: 3rem;
    margin-right: 10px;
    border: none;
    align-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.prd-category .ct-right {
    width: 3rem;
    height: 3rem;
    margin-left: 10px;
    border: none;
    align-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.prd-category .item {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    justify-items: center;
    transition: background-color 0.5s, transform 0.1s, color 0.5s;
}

.prd-category .item:hover {
    background: #E6F4FF;
    color: #799AB0;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transform: scale(1.05);
}

.item-in-slider {
    width: 19%;
}

.slider-items {
    justify-content: space-between;
    display: flex;
    transition: transform 0.3s ease-in-out;

}

.container-slider {
    align-items: center;
}

.icon svg:nth-child(2) {
    z-index: 1 !important;
    margin-top: 23px;
    margin-right: 9px;
}

.prd-category .item .icon svg:nth-child(1) {
    z-index: 10;
}

.fix-logo-size {
    width: 7.35rem;
    height: 7.35rem;
}