.position_box {
    width: 100%;
    height: calc(20px + 5rem);
    background: url(../images/about_banner.jpg) no-repeat;
    background-size: cover;

    .position_main {
        max-width: 1500px;
        width: 85%;
        margin: auto;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: calc(1px + 0.2rem);

        p {
            font-family: Archivo, Archivo;
            font-weight: 400;
            font-size: calc(10px + 0.5rem);
            color: #FFFFFF;
            line-height: calc(10px + 1rem);
            letter-spacing: 1px;

        }
    }
}

.about_mian_box {
    width: 100%;
    padding: calc(20px + 3rem) 0;
    position: relative;

    .about_main {
        max-width: 1500px;
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .about_main_left {
            width: 43.2667%;

            .p1 {
                font-family: Inter_Medium;
                font-weight: 500;
                font-size: calc(10px + 0.5rem);
                color: #00A1E5;
                line-height: 20px;
                letter-spacing: 1px;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }

            .p2 {
                font-family: Inter_Semi_Bold;
                font-weight: normal;
                font-size: calc(10px + 1.5rem);
                color: #333333;
                line-height: calc(30px + 0.5rem);
                letter-spacing: 2px;
                margin-top: calc(9px + 1rem);

            }

            .p3 {
                margin-top: calc(7px + 1rem);

                p {
                    font-family: Inter_Regular;
                    font-weight: 400;
                    font-size: calc(6px + 0.5rem);
                    color: #666666;
                    line-height: calc(8px + 1rem);
                    text-align: justified;
                    font-style: normal;
                    text-transform: none;
                }
            }

            .p4 {
                margin-top: calc(20px + 2rem);

                p {
                    font-family: Inter_Regular;
                    font-weight: 400;
                    font-size: calc(6px + 0.5rem);
                    color: #333333;
                    line-height: calc(8px + 1rem);
                    text-align: justified;
                    font-style: normal;
                    text-transform: none;
                }
            }
        }

        .about_main_pic {
            width: 48%;
            height: calc(40px + 30rem);

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

    .about_nav {
        width: calc(77px + 50rem);
        height: calc(58px + 5rem);
        background: #F2F3F5;
        border-radius: calc(0px + 0.2rem);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(20px + 3rem);

        .line {
            width: 2px;
            height: calc(8px + 1.5rem);
            background: #104D8C;
            border-radius: 0px 0px 0px 0px;
        }

        .line:nth-last-of-type(1) {
            display: none;
        }

        .about_nav_item {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: calc(5px + 1rem);

            .about_nav_item_icon {
                width: calc(10px + 1.5rem);

                img {
                    width: 100%;
                }
            }

            .about_nav_item_con {
                .p1 {

                    font-family: Inter_Regular;
                    font-weight: 400;
                    font-size: calc(6px + 0.5rem);
                    color: #104D8C;
                    line-height: calc(8px + 1rem);

                    span {

                        font-family: Inter_Bold;
                        font-weight: bold;
                        font-size: calc(4px + 1rem);
                        color: #104D8C;

                    }
                }

                .p2 {
                    font-family: Inter_Regular;
                    font-weight: 400;
                    font-size: calc(6px + 0.5rem);
                    color: #104D8C;
                    line-height: calc(8px + 1rem);

                }
            }
        }
    }
}

.culture_box {
    width: 100%;
    margin-top: calc(48px + 5rem);

    .culture {
        max-width: 1230px;
        width: 85%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(21px + 5rem);

        .culture_item {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .culture_con {
                width: 42.2764%;

                .p1 {
                    font-family: Inter_Semi_Bold;
                    font-weight: normal;
                    font-size: calc(6px + 1.5rem);
                    color: #333333;
                    line-height: calc(10px + 0.5rem);
                    letter-spacing: 1px;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }

                .p2 {
                    font-family: Inter_Regular;
                    font-weight: 400;
                    font-size: calc(6px + 0.5rem);
                    color: #333333;
                    line-height: calc(8px + 1rem);
                    text-align: justified;
                    font-style: normal;
                    text-transform: none;
                    margin-top: calc(10px + 1.5rem);
                }
            }

            .culture_pic {
                width: 48.7804%;
                height: calc(60px + 15rem);

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

        .culture_item:nth-of-type(2) {
            flex-flow: row-reverse;
        }
    }
}

.equ_box {
    width: 100%;
    padding: calc(30px + 5rem) 0;

    .equ_title {
        font-family: Lalezar_Regular;
        font-weight: 400;
        font-size: calc(6px + 1.5rem);
        color: #333333;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
    }

    .equ_swiper {
        margin-top: calc(8px + 3rem);
        width: 100%;

        .mySwiper {
            width: 100%;
            overflow: hidden;

            .swiper-slide {
                width: 27.0833%;
                height: calc(100px + 10rem);
                position: relative;

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

                .equ_mask {
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.6);
                    position: absolute;
                    top: 0;
                    opacity: 0;
                    transition: .5s;
                    cursor: pointer;

                    .equ_mask_icon {
                        width: calc(20px + 3rem);
                        height: calc(6px + 2rem);
                        background: #00A1E5;
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                        img {
                            width: calc(15px + 0.5rem);
                        }
                    }
                }

                .equ_mask:hover {
                    opacity: 1;
                }
            }
        }
    }
}

@media (max-width: 800px) {
    .about_mian_box {
        .about_main {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: calc(10px + 1rem);

            .about_main_left {
                width: 100%;

                .p3 {
                    p {
                        font-size: calc(10px + 1rem);
                        line-height: 1.5;
                    }

                }

                .p4 {
                    p {
                        font-size: calc(10px + 1rem);
                        line-height: 1.5;
                    }
                }

            }

            .about_main_pic {
                width: 100%;
                height: calc(10px + 54rem);
            }
        }

        .about_nav {
            height: calc(58px + 63rem);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: calc(10px + 8rem);
            padding: 0 calc(10px + 1rem);
            bottom: calc(-50px - 50rem);

            .line {
                display: none;
            }

            .about_nav_item {
                .about_nav_item_icon {
                    width: calc(43px + 1.5rem);
                }

                .about_nav_item_con {
                    .p1 {
                        font-size: calc(12px + 1rem);

                        span {
                            font-size: calc(10px + 1rem);
                        }
                    }

                    .p2 {
                        font-size: calc(12px + 1rem);
                        line-height: 1.5;
                    }
                }
            }
        }
    }

    .culture_box {
        width: 100%;
        margin-top: calc(48px + 60rem);

        .culture {
            .culture_item {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                gap: calc(10px + 1rem);

                .culture_con {
                    width: 100%;

                    .p1 {
                        font-size: calc(14px + 1rem);
                    }

                    .p2 {
                        font-size: calc(10px + 1rem);
                        line-height: 1.5;
                    }
                }

                .culture_pic {
                    width: 100%;
                    height: calc(60px + 32rem);
                }
            }

            .culture_item:nth-of-type(2) {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                gap: calc(10px + 1rem);

            }
        }
    }

    .equ_box {
        .equ_title {
            font-size: calc(14px + 1rem);
        }



        .equ_swiper {
            .mySwiper {
                .swiper-slide {
                    width: 50% !important;
                    height: calc(100px + 10rem);
                    position: relative;
                }
            }
        }
    }
}