﻿@media(min-width: 425px) {
    .main-menu {
        padding: 0;
        margin: 0;
        /* min-height: 331px; */
    }

    .sub1 > a {
        padding: 17px 4px;
    }
}

:root {
    /* --navBasecolor: #ff4747*/
}


.n_pr .post-thumb img {
    height: 112px;
    object-fit: contain;
}

.blog-module.n_pr li .post-thumb {
    height: 121px;
}


.proImg img {
    object-fit: contain !important;
}


.about-img-wrap {
    display: flex;
    position: relative;
    z-index: 1;
}

    .about-img-wrap .shape-1 {
        position: absolute;
        right: 55px;
        bottom: -98px;
        z-index: -1;
    }

    .about-img-wrap .about-img {
        overflow: hidden;
    }

    .about-img-wrap .about-img {
        overflow: hidden;
    }

        .about-img-wrap .about-img img {
            border-radius: 10px;
            max-width: 88%;
            height: 314px;
            object-fit: cover;
        }

        .about-img-wrap .about-img:first-child {
            padding-right: 15px;
        }

        .about-img-wrap .about-img:last-child {
            padding-left: 15px;
            margin-top: 75px;
        }

.about-content-wrap {
    padding-left: 90px;
}

    .about-content-wrap .text {
        font-size: 16px;
        line-height: 30px;
        margin-top: 25px;
    }

    .about-content-wrap .about-list-03 {
        border-top: 1px solid #e1e1e1;
        margin-top: 40px;
        padding-top: 15px;
    }

        .about-content-wrap .about-list-03 .about-list-item-03 {
            padding-right: 40px;
            margin-top: 25px;
        }

            .about-content-wrap .about-list-03 .about-list-item-03 .title {
                font-size: 18px;
                line-height: 30px;
                font-weight: 700;
                color: #231e32;
            }

            .about-content-wrap .about-list-03 .about-list-item-03 p {
                font-size: 16px;
                line-height: 30px;
            }

@media only screen and (max-width: 1199px) {
    .about-img-wrap .shape-1 {
        right: 10px;
        bottom: -30px;
        width: 370px;
    }

    .about-content-wrap {
        padding-left: 40px;
    }

        .about-content-wrap .about-list-03 .about-list-item-03 {
            padding-right: 10px;
        }
}

@media only screen and (max-width: 991px) {
    .about-img-wrap {
        justify-content: center;
        padding-right: 11px;
    }

        .about-img-wrap .shape-1 {
            right: 75px;
            width: inherit;
        }

    .about-content-wrap {
        padding-left: 0px;
        padding-top: 60px;
    }

        .about-content-wrap .about-list-03 .about-list-item-03 {
            padding-right: 40px;
        }
}

@media only screen and (max-width: 767px) {
    body .about-img-wrap .about-img img {
        height: 244px !important;
        width: 89%; /* margin-right: 21px; */
    }

    .about-img-wrap .shape-1 {
        right: 40px;
        width: 330px;
    }

    .about-content-wrap .about-list-03 .about-list-item-03 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .about-img-wrap .about-img:last-child {
        /* margin-right: 24px; */
        padding-left: 0px;
    }

    body .about-img-wrap .about-img img {
        height: 167px !important;
        width: 91%;
        /* margin-right: 21px; */
    }

    .about-img-wrap .shape-1 {
        /* display: none; */
        right: 0px;
        top: -95px;
        width: 91%;
    }
}
