.mainHead {
    .rightHead {
        &::before {
            height: 92%;
        }
    }
}

.lineHeading {
    &::before {
        width: 360px;
        bottom: 75px;
    }

    &::after {
        left: 236px;
        top: 20px;

    }
}

.managementPage {
    .leftAsideWrap {
        .leftAside {
            .imgBoxMain {
                position: relative;
                margin-bottom: 6px;

                &:before {
                    content: '';
                    height: 5px;
                    bottom: 0;
                    left: -120px;
                    width: 530px;
                    position: absolute;
                    background-color: #e31937;
                }
            }

            .imgCont {
                position: relative;
                padding: 50px 0px;

                &:before,
                &:after {
                    width: 51px;
                    content: '';
                    height: 33px;
                    position: absolute;
                    background-size: contain;
                    background-position: 0 0;
                    background-repeat: no-repeat;
                }

                &:before {
                    top: 0;
                    left: 0;
                    background-image: url(../images/message-from-chairman/quoteTopImg.png);
                }

                &:after {
                    left: 0;
                    bottom: 0;
                    background-image: url(../images/message-from-chairman/quoteBottomImg.png);
                }
            }
        }
    }

    .rightMainWrap {
        .eachMangeBox {
            margin-left: -15px;
            margin-right: -15px;

            .imgIcoWrapHolder {
                .imgIcoInner {
                    height: 100%;
                    padding-bottom: 30px;
                    border-bottom: 2px solid #000;

                    .imgIcoWrap {
                        .imgTitle {
                            width: calc(100% - 80px);
                            padding-right: 15px;
                        }

                        .imgIco {
                            width: 80px;
                            height: 80px;
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;

                            img {}
                        }
                    }
                }
            }
        }

        .impactListWrap {
            .impactList {
                display: flex;
                flex-wrap: wrap;

                &>li {
                    width: 33.33%;
                    position: relative;

                    &:before {
                        top: 0;
                        left: 0;
                        width: 2px;
                        content: '';
                        bottom: 30px;
                        position: absolute;
                        background-color: #e31937;
                    }

                    .impactBlock {
                        .numBlock {
                            padding: 20px;
                            line-height: 0.8rem;
                            margin-bottom: 20px;
                        }

                        .impactBlockInner {
                            height: 300px;
                            padding-left: 15px;
                            margin-bottom: 20px;

                            .impactList_2 {
                                li {
                                    strong {
                                        margin-bottom: 10px;
                                    }
                                }
                            }
                        }

                        .eachTitleWrap {
                            height: 50px;
                            position: relative;
                            display: inline-block;

                            .eachTitle {
                                height: 100%;
                                display: block;
                                color: #fff;
                                padding: 10px 15px;
                                border-radius: 30px 0 0 30px;
                                background-color: #e31937;
                            }

                            &:after {
                                top: 0;
                                right: -30px;
                                bottom: 0;
                                width: 0px;
                                height: 0px;
                                content: '';
                                z-index: 10;
                                position: absolute;
                                border-left: 30px solid #e31937;
                                border-top: 25px solid transparent;
                                border-bottom: 25px solid transparent;
                            }
                        }
                    }
                }
            }
        }
    }
}

.col_4d4d4f {
    color: #4d4d4f;
}

.bg_fce5de {
    background-color: #fce5de;
}

.bg_e31937 {
    background-color: #e31937;
}

@media(max-width: 1600px) {}

@media(max-width: 1600px) {
    .managementPage {
        .leftAsideWrap {
            .leftAside {
                .imgBoxMain {
                    &:before {
                        left: 0px;
                        width: 100%;
                    }
                }
            }
        }

        .rightMainWrap {
            .eachMangeBox {
                .imgIcoWrapHolder {
                    &.wid_33 {
                        width: 100%;
                    }
                }
            }
        }
    }

    .managementPage {
        .rightMainWrap {
            .impactListWrap {
                .impactList {
                    >li {
                        width: 100%;
                        position: relative;
                        margin-bottom: 20px;

                        .impactBlock {
                            .impactBlockInner {
                                height: auto;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 1540px) {
    .managementPage {
        & .rightMainWrap {
            & .impactListWrap {
                & .impactList {
                    &>li {
                        & .impactBlock {
                            & .eachTitleWrap {
                                &:after {
                                    right: -29px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 1440px) {
    .redText {
        &.fz_30 {
            font-size: 24px !important;
        }
    }
}

@media(max-width: 767px) {
    .managementPage {
        .rightMainWrap {
            padding-top: 20px;
        }
    }
}

@media(max-width: 575px) {
    .mainHead {
        .rightHead {
            &::before {
                height: 2px;
            }
        }
    }

    .managementSec {
        .row_1.mb_100 {
            margin-bottom: 0px !important;
        }
    }

    .redText {
        &.fz_30 {
            font-size: 22px !important;
        }
    }

    .msgCrLftImg {
        width: 100%!important;
        margin-bottom: 15px;
        padding-right: 0!important;
    }
    .msgCrRgtImg {
        width: 100%!important;
        padding-left: 0!important;
    }
}