.about {
    display: flex;
    margin-top: 125px;
    flex-wrap: wrap;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.about .left {
    width: 50%;
    display: flex;
    align-items: center;
}

.about .group {
    width: 519px;
}

.about .header {
    color: #005993;
    /*font-family: SVN-Gilroy;*/
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
}

.about .content {
    color: #000;
    /* UI/label/little/L */
    /*font-family: SVN-Gilroy;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    margin-top: 15px;
    margin-bottom: 30px;
}

.about .check-list {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #000;
    /*font-family: SVN-Gilroy;*/
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 250% */
}

.about .check-list span {
    font-size: 16px;
    max-width: 461px;
}

.about .right {
    width: 50%;
    position: relative;
    height: 432px;
}

.about .box {
    position: absolute;
    border-radius: 2px;
}

.about .box .lv-1 {
    text-align: center;
    /*font-family: SVN-Gilroy;*/
    font-size: 35.99px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.986px;
    /* 150% */
    background: linear-gradient(317deg, #005993 5.52%, #75C6FA 104.21%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about .box .lv-2 {
    color: var(--subtlest, #799AB0);
    text-align: center;
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.about .box-1 {
    width: 302px;
    height: 169px;
    flex-shrink: 0;
    border-radius: 2px;
    background: linear-gradient(110deg, #FFF 14.41%, #EAEEF2 100%);
    padding: 35px 47px 35px 50px;
    top: 0;
    left: 0;
}

.about .box-2 {
    width: 326px;
    /* height: 187px; */
    flex-shrink: 0;
    border-radius: 2px;
    background: linear-gradient(210deg, #FFF 14.41%, #EAEEF2 100%);
    padding: 52px 21px 39px 27px;
    top: 245px;
    left: 37px;
    z-index: 1;
}

.about .box-3 {
    width: 304px;
    height: 187px;
    flex-shrink: 0;
    border-radius: 2px;
    background: linear-gradient(120deg, #FFF 14.41%, #EAEEF2 100%);
    padding: 49px 37px 35px 62px;
    top: 110px;
    right: 0px;
}

.about .box-4 {
    width: 302px;
    height: 16px;
    flex-shrink: 0;
    background: linear-gradient(103deg, #FFF 78.75%, #EAEEF2 100%);
    top: 48px;
    left: 65px;
    z-index: -1;
}

.about .box-5 {
    width: 62px;
    height: 16px;
    flex-shrink: 0;
    background: linear-gradient(110deg, #FFF 14.41%, #EAEEF2 100%);
    left: calc(302px + 71px);
    top: 77px;
}

.about .box-6 {
    width: 28px;
    height: 3px;
    flex-shrink: 0;
    background: linear-gradient(110deg, #FFF 14.41%, #EAEEF2 100%);
    left: calc(302px + 155px);
    top: 64px;
}

.about .box-7 {
    width: 28px;
    height: 3px;
    flex-shrink: 0;
    background: linear-gradient(110deg, #FFF 14.41%, #EAEEF2 100%);
    left: calc(302px + 133px);
    top: 7px;
}

.about .box-8 {
    width: 302px;
    height: 16px;
    flex-shrink: 0;
    background: linear-gradient(110deg, #FFF 14.41%, #EAEEF2 100%);
    border-radius: 2px;
    left: -326px;
    top: calc(169px + 162px);
    z-index: -1;
}

/* css eco 2 */

.about-eco-s2 {
    margin-top: 65px;
}

.about-eco-s2 .about-eco-s2-title {
    text-align: center;
    max-width: 920px;
    margin: auto;
}

.about-eco-s2 .title-eco {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    padding-bottom: 15px;
}

.about-eco-s2 .title-eco str {
    color: #005993;
}

.about-eco-s2 .des-eco {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 50px;
}

.about-eco-s2 .about-eco-s2-boxIcon {
    text-align: center;
}

.about-eco-s2 .about-eco-s2-boxIcon>img {
    max-width: 783px;
    max-height: 565px;
}

.diagonal-line {
    position: absolute;
    top: -125px;
    left: -80%;
    width: 200%;
    height: 2px;
    background: #aed3fa;
    transform: rotate(21deg);
    z-index: 1;
}

.diagonal-wrapper {
    position: relative;
}

.diagonal-line-s2 {
    top: -12px;
}

.block-about-eco-2024 {
    margin: unset !important;
    max-width: 100%;
}

.block-about-2024 {
    max-width: 100%;
}

.eco-banner img {
    width: 100%;
    max-height: 860px;
    object-fit: cover;
}

.eco-banner {
    margin-top: 150px;
    position: relative;
}

.line-right {
    position: absolute;
    right: 350px;
    top: 250px;
}

.line-left {
    position: absolute;
    left: 350px;
    bottom: 360px;
}

.line-right,
.line-left {
    font-size: 40px;
    font-weight: 600;
}

.line-right>strong,
.line-left>strong {
    color: #005993;
}

.block-wellcome-about {
    margin: unset !important;
    max-width: 100%;
    overflow: hidden;
}

.boxIcon {
    max-width: 100%;
    justify-content: center;
    display: flex;
    gap: 20px;
    justify-items: center;
    align-items: center;
    position: relative;
}

.boxIcon .item {
    background: #f7f7f7;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.boxIcon .item::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center,
            rgba(0, 153, 255, 0.1),
            transparent 60%);
    transition: opacity 0.6s ease;
    opacity: 0;
    z-index: 0;
}

.boxIcon .item:hover::before {
    opacity: 1;
}

.boxIcon .item:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 123, 255, 0.3);
    border: 1px solid #339dff;
    background: #fff;
}

.boxIcon .item img {
    transition: transform 0.4s ease;
    z-index: 1;
}

.boxIcon .item:hover img {
    transform: scale(1.1);
}

.boxIcon .item p {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #111;
    z-index: 1;
}

.boxIcon .item img {
    margin-bottom: 10px;
}

.boxIcon .row-box1 {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
    align-items: end;
}

.boxIcon .row-box2 {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.boxIcon .row-box3 {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
}

.boxIcon .item1 {
    width: 254px;
    height: 254px;
}

.boxIcon .item1 img {
    width: 88px;
    height: 88px;
}

.boxIcon .item2 {
    width: 141px;
    height: 141px;
}

.boxIcon .item2 img {
    width: 64px;
    height: 64px;
}

.boxIcon .item3 {
    width: 254px;
    height: 254px;
}

.boxIcon .item3 img {
    width: 110px;
    height: 110px;
}

.boxIcon .item4 {
    width: 252px;
    height: 278px;
}

.boxIcon .item4 img {
    width: 65px;
    height: 65px;
}

.boxIcon .item5 {
    width: 141px;
    height: 141px;
}

.boxIcon .item5 img {
    width: 60px;
    height: 60px;
}

.boxIcon .item6 {
    width: 217px;
    height: 187px;
}

.boxIcon .item6 img {
    width: 110px;
    height: 110px;
}

.about .check-list1 svg {
    margin-bottom: 39px;
}

.smlFont {
    font-size: 20px !important;
}