@media(max-width:969px) {
    header .logo {
        width: 62px;
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .main-menu {
        display: none;
    }

    .m-s-slide .desc {
        top: calc(50%);
        width: 100%;
    }

    .c-single {
        height: fit-content;
        margin: 15px 0;
    }

    .news-desc-wrap {
        height: fit-content;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 50px;
    }

    .big-link {
        font-size: 23px;
    }

    .home-news .title {
        font-size: 40px;
        line-height: normal;
    }

    .slide-tools .numbers {
        font-size: 40px;
    }

    .news-slider .title {
        font-size: 26px;
        line-height: normal;
    }

    .home-intellectual {
        padding: 0 0 100px 0;

        .p-0 {
            padding-right: calc(var(--bs-gutter-x)* .5) !important;
            padding-left: calc(var(--bs-gutter-x)* .5) !important;
        }

        .h-i-bg {
            height: 300px;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
            object-fit: cover;
            border-radius: 30px;
        }

        .i-card {
            margin-top: -50px;

            .title {
                font-size: 30px;
                line-height: 35px;
                padding-top: 10px;
            }

            .i-wrap {
                padding: 0 10px 0 0!important;

                span {
                    font-size: 17px !important;
                    line-height: 20px !important;
                }

                img {
                    height: 70px;
                }
            }
        }
    }

    .home-thinking {

        .title {
            font-size: 40px;
            line-height: 45px;
        }
    }

    .home-news {
        padding: 0;
    }

    .home-sustainable .title {
        font-size: 40px;
        line-height: normal;
    }

    .more-than-shape {
        height: 60%;
    }

    footer {
        padding: 50px 0 50px 0;
        text-align: center;
    }
    footer .foot-logo {
        width: 114px;
        margin-bottom: 40px;
    }
    .m-hide {
        display: none;
    }

    .foot-menu:last-of-type {
        width: 100%;
    }

    .foot-social {
        float: none;
        margin-right: 0px;
        margin-left: 10px;
    }
    .foot-menu {
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px;
        margin-bottom: 15px;
        padding: 0 30px;
    }

    .box-list .col-lg-2 {
        margin-bottom: 20px;
    }

    .slide-info .title {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 40px;
        color: #E01546;
        padding-top: 15px;
    }

    .mml-30 {
        margin-left: 30px;
    }

    .back-to-top {
        display: none;
    }

    .mtext-center {
        text-align: center !important;

        .foot-social {
            float: none;
            margin-right: 10px;
            margin-left: 10px;
        }
    }

    .foot-desc {
        text-align: center;
        margin-top: 30px;
    }

    .slide-info {
        width: 100%;
        bottom: 30px;
        position: relative;
    }

    .big-img {
        width: 100%;
    }

    .about-slider {

        .slide-bottom {
            position: absolute;
            right: 15px;
            bottom: 30px;
            width: initial;
            left: 15px;
        }
    }

    .about-firms {
        .box {
            margin-bottom: 30px;
        }
    }

    .our-philosophy {
        .title {
            font-size: 40px;
        }

        .desc {
            gap: 30px;
            margin-top: 30px;

            img {
                display: none;
            }
        }
    }

    .our-vision {
        margin-top: 100px;
    }

    .our-vision {
        .box {
            margin-right: 0;
            flex-direction: column;
        }

        .left,
        .right {
            width: 100% !important;
            position: relative;
        }

        .right img {
            position: absolute !important;
            width: 109% !important;
            left: -15px !important;
            top: -30px !important;
            right: 0 !important;
            height: fit-content !important;
        }
    }

    .our-mission {
        margin-top: 200px;

        .box {
            padding: 30px;
            border: 1px solid #C8C2C0;
            border-radius: 20px;
            display: flex;
            gap: 0;
            flex-direction: column-reverse;
            position: relative;
            margin-left: 0;

            .left,
            .right {
                width: 100%;
                position: relative;
            }

            .left img {
                position: absolute;
                width: 109%;
                left: -15px;
                top: 10px;
                height: fit-content;
                object-fit: cover;
                border-radius: 20px;
            }
        }
    }

    .sfg-investment {
        .title {
            font-size: 30px;
            line-height: 30px;
            margin-top: 120px;
        }

        .box {
            padding: 15px;
            width: 100%;
        }

        .col-6 {
            padding-bottom: 30px;
        }
    }

    .menu-btn {
        display: flex;
        width: 35px;
        height: 20px;
        position: relative;
        flex-direction: column;
        justify-content: space-between;

        span {
            width: 100%;
            height: 2px;
            background: #fff;
            display: block;
            transition: all .5s ease;
        }
    }

    .menu-btn.active {
        span {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
        }

        span:first-of-type {
            transform: rotate(45deg);
        }

        span:nth-of-type(2) {
            display: none !important;
        }

        span:last-of-type {
            transform: rotate(-45deg);
        }
    }

    .mobile-menu {
        position: fixed;
        top: 120px;
        z-index: 9999;
        left: 15px;
        right: 15px;
        padding: 30px;
        border-radius: 20px;
        background-color: #262223B2;
        backdrop-filter: blur(10px);

        ul li a {
            color: #fff;
            font-size: 20px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #6e6e6e;
            padding: 15px 0;
        }

        ul li {

            .sub-menu {
                display: none;
                margin-top: 15px;
            }
        }

        ul li:last-of-type a {
            border-bottom: 0;
        }

        .menu-icon {
            width: 40px;
            height: 40px;
            /* background: #e50140; */
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
        }

        .dropdown .drop-icon {
            width: 15px;
            margin-left: 0;
            transition: all .3s ease;
        }

        .sub-menu li a {
            font-size: 18px !important;
            font-weight: 500 !important;
            color: #b4b4b4 !important;
            padding: 5px 0 5px 30px !important;
            border-left: 0;
            margin-left: 0;
            transition: all .3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 0 !important;
        }

        .dropdown:hover .drop-icon {
            transform: rotateX(0);
        }
    }

    .corporate-governance {
        .mini-title {
            margin-top: 30px;
        }

        .pl-50 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .page-title {
        line-height: 72px;
    }

    .m-scroll {
        width: 1400px;
    }

    .our-firms-brand-list {
        overflow-x: scroll;
        overflow-y: visible;
        padding: 90px 0;
        margin-top: -390px;

        .box {
            min-height: 250px;
        }
    }

    .our-firms-brand-list::-webkit-scrollbar {
        display: none;
    }

    .o-mobile {
        display: block;
    }

    .o-desk {
        display: none;
    }

    .our-firms-slide-area {
        margin-top: -110px;
    }

    .circle {
        width: 230px;
        height: 230px;
    }

    .c-top .circle:nth-of-type(2) img {
        right: -20px;
        top: -65px;
        width: 190px;
    }

    .c-bottom .circle:nth-of-type(1) img {
        left: -7px;
        bottom: -79px;
        width: 185px;
    }

    .c-top .circle:nth-of-type(1) img {
        left: -13px;
        top: -65px;
        width: 185px;
    }

    .c-bottom .circle:nth-of-type(2) img {
        right: -15px;
        bottom: -65px;
        width: 185px;
    }

    

    .circle p {
        font-size: 14px;
        max-width: 130px;
    }

    .card-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .investing-cards {
        .i-card {
            width: 100%;
        }
    }
    .banner {
        padding: 40px 100px 40px 40px;
    }

    .detail-title span {
        line-height: 40px;
    }

    .investing-cards {
        flex-direction: column;
    }

    .investing-box {
        span {
            text-align: center;
            line-height: 48px;
        }
    }

    .boxs-container {
        margin: 0 15px;
    }

    .boxs-container {
        .boxs {
            grid-template-columns: repeat(1, 1fr);
            margin: 0 0px;
        }
    }

    .box-detail {
        margin: 20px 0px;
    }

    .sustainable-title {
        margin: 0 0px;
    }

    .eco-box {
        flex-direction: column;
    }

    .eco {
        margin: 15px -5%;
        width: 110%;
    }

    .sc-content {
        .sc-detail {
            padding: 70px 20px;
        }
    }
    .sc-content {
        & .sc-detail {
            h1 {
                position: absolute;
                top: 0px;
                color: #104C8F1A;
                font-weight: 700;
                font-size: 54px;
            }
        }
    }
    .vng-grid {
        grid-template-columns: repeat(1, 1fr);

        .vng {
            .vng-img {
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }

    .form-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .p-b-s {
        .desc-wrap {
            background: #ECF4FF;
            padding: 50px 50px 90px 50px;
            border-radius: 20px;
            margin-top: 100px;
            position: relative;
            margin-right: 0;
        }

        .list-wrap {
            position: relative;
            right: 0;
            top: 30px;
            bottom: 0px;
            width: 100%;
        }

        .pbs-shape {
            position: absolute;
            top: 5%;
            left: 70%;
            transform: translate(-50%, 0);
        }
    }

    .p-b-s-2 {
        .desc-wrap {
            background: #ECF4FF;
            padding: 50px 50px 90px 50px;
            border-radius: 20px;
            margin-top: 100px;
            position: relative;
            margin-left: 0;
        }

        .list-wrap {
            position: relative;
            left: 0;
            top: 30px;
            bottom: 0px;
            width: 100%;
        }

        .pbs-shape {
            position: absolute;
            top: 5%;
            left: 70%;
            transform: translate(-50%, 0);
        }
    }

    .sp-in-venture-nexus {
        .box {
            height: fit-content;
            margin-bottom: 30px;
        }

        .box-content {
            flex-direction: column;

            .box {
                width: 100%;
                border-right: 0;
                border-radius: 0;
                padding-right: 0;
                border-bottom: 1px solid #e01546;
                padding-bottom: 30px;
            }

            .big-content {
                width: 100%;
                padding-left: 0;

                .left {
                    width: 100%;
                    float: left;

                    img {
                        width: fit-content !important;
                        display: block;
                    }
                }

                .right {
                    width: 100%;
                    float: left;
                    padding-left: 0;
                    margin-top: 40px;
                }
            }
        }
    }

    .partners-box {
        margin: 400px 0 0 0 !important;

        .p-content {
            display: block;

            img {
                margin-top: -350px;
            }
        }

        .p-cards {
            margin-top: 0px;
            margin-right: 0px;

            .p-card {
                img {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    bottom: 0;
                    height: 150px;
                    margin-top: 0;
                    transform: translate(0, -50%);
                }
            }
        }
    }

    .impact-box {
        margin: 0;

        .impact-img {
            img {
                position: relative;
                bottom: 0;
                right: auto;
                max-height: fit-content;
                width: 100%;
                left: 0;
                top: auto;
            }
        }
    }

    .npcm-desk {
        display: none;
    }

    .npcm-mobile {
        display: block;
    }

    .opening-partnerships {
        .op-bg {
            padding: 70px 15px;

            .top-desc {
                padding: 0;
            }

            .title {
                font-size: 27px;
                line-height: 35px;
            }
        }
    }

    .conclusion {
        .conc-bg {
            padding: 70px 15px;

            .c-wrap {
                flex-direction: column;

                .left,
                .right {
                    width: 100%;
                    padding: 0;
                }

                .left {
                    border-bottom: 1px solid #fff;
                    border-right: 0;
                    margin-bottom: 30px;
                }
            }
        }
    }

    .vimdm-first {

        .row:first-of-type {
            flex-direction: column-reverse;
        }

        .vmdm-1 {
            margin-right: 0 !important;
            margin-top: 0 !important;
            width: 100% !important;
        }
    }

    .vimdm-second {
        .desc {
            padding-right: 0;
            margin-bottom: 50px;
        }
    }

    .box-l:last-of-type,
    .box-r:last-of-type {
        border-bottom: 2px solid #E01E4F !important;
        margin-bottom: 50px !important; 
    }
    .sic-section {
        & .container {
            & .box-l, & .box-r {
                .title {
                    font-size: 25px;
                    line-height: 32px;
                }
            }
        }
    }
    .search-icon{
        display: none;
    }
    .mmt-50{
        margin-top: 50px;
    }

    .home-intellectual {
        .i-card {
            padding: 50px 0px;
        }
    }
    .home-intellectual {
        .h-i-wrap {
            background: #fff;
            box-shadow: 0px 3px 8px 0px #0000000D, 0px 14px 14px 0px #0000000A, 0px 31px 19px 0px #00000008, 0px 56px 22px 0px #00000003, 0px 87px 24px 0px #00000000;
            border-radius: 20px;
            padding: 30px 15px;
        }
    }
    .home-intellectual {
        & .i-card {
            & .icons {
                & .i-wrap {
                    img {
                        width: 50px;
                        height: 50px;
                        object-fit: contain;
                        margin-right: 5px;
                    }
                }
            }
        }
    }
    .foot-menu .title {
    a {
        display: flex;
        font-size: 20px;
        font-weight: 600;
        color: #F4F3F2;
        justify-items: center;
        justify-content: center;
    }
    .menu-icon {
        margin-left: 10px;
    }    
}
.foot-doc {
    display: table;
    width: 100%;
    padding: 10px 0;
    }
.p-b-s {
        .desc-wrap {
            display: block !important;
        }
    }
    .p-b-s, .p-b-s-2 {
    & .desc-wrap {
        .ptd {
            width: 100%;
            padding-right: 0px;
            padding-left: 0;
        }
    }
    }
    .p-b-s-2 {
        .desc-wrap {
            display: block !important;
        }
    }
     .p-b-s-2 {
        .ptd {
             padding-left: 0;
             padding-top: 80px;
           
        }
    }
    .log-wrap {
    a.back-link {
        padding-left: 20px;
    }
    }
    .our-firms-slide-area .o-mobile {
        margin-top: 70px;
    }
    .contact-info {
    display: block;
    }
    .contact-info {
        .info {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }
        .map {
        width: 100%;
        }
    }

    .contact-sidebar {
    position: relative;
    top: 0px;
    left: 0;
    display: flex;
    justify-content: center;

    a {
        font-weight: 400;
        font-size: 16px;
        color: #71717A;
        display: block;
        margin-bottom: 30px;
        transition: all .3s ease;
        padding-right: 20px;
    }    

    }
    
}