.solution {
    margin-top: 80px;
    /* padding: 0 139px; */
}

.solution .header {
    color: #005993;
    /*font-family: SVN-Gilroy;*/
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
}

.solution .list-pack {
    margin-top: 40px;
    display: flex;
}

.solution .list-pack .item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    background: var(--color-fill-neutral-bold-default, #F2F6F8);
    justify-content: center;
}

.solution .list-pack .item.active {
    background: var(--color-fill-accent-bluelight-default, #D8F2FD);
}

.solution .list-pack .item span {
    color: var(--color-boder-selected, #004776);
    /* Paragraph/Header/S */
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.solution .list-slt {
    display: flex;
    margin: 60px 30px;
}

.solution .row {
    display: flex;
}

.solution .list-slt .item {
    padding: 15px;
    flex: 1 0 20%;
    border: 1px solid var(--color-icon-disabled, #C0D1DC);
    display: flex;
    flex-direction: column;
}

.solution .list-slt .item .title {
    color: var(--color-boder-cursor, #13344A);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    flex-grow: 1;
}

.solution .list-slt .view-more {

    line-height: 28px;
    /* 140% */
}

.solution .list-slt .viewSolution {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 20px 50px 10px 0px;
    justify-content: flex-end;
}

/* quang css */

.itemSolution {
    position: relative;
}

.itemSolution img {
    max-width: 280px !important;
    max-height: 202px;
}

.itemSolution .title {
    position: absolute;
    bottom: 12px;
    left: 32px;
}

.itemSolution .title>strong {
    background: linear-gradient(to right, #005993, #2183db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.solution .list-slt .viewSolution .view-more:first-child {
    /* border-right: 1px solid black; */
    color: #005993;
    font-weight: 600;
    font-size: 17px;
    padding-right: 23px;
    text-decoration: underline !important;
}

.solution .list-slt .viewSolution .view-more:nth-child(2) {
    color: #c9c3c3;
    font-weight: 400;
    font-size: 17px;
    padding-left: 23px;
}

.container-header {
    display: flex;
    align-items: end;
    gap: 30px;
}

.container-header .header {
    color: black;
    font-size: 40px;
    font-weight: 600;
    width: 40%;
}

.container-header .header>strong {
    color: #005993;
}

.container-header .tab-menu {
    width: 100%;
    border-bottom: 1px solid #00000026;
}

.container-header .tab-menu .tab-menu-text {
    width: fit-content;
    background: #e6f4ff;
    border-radius: 6px 6px 0 0;
    padding: 12px 24px;
    color: #0253c6;
    font-weight: 600;
    font-size: 14px;
}

.dnone-solution {
    display: none;
}

@media (min-width: 1400px) {
    .block-wellcome-solution {
        max-width: 84% !important;
    }
}