.position_box {
    width: 100%;
    height: calc(20px + 5rem);
    background: url(../images/product_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;
            object-fit: cover;

        }
    }
}

.product_main_box {
    width: 100%;
    padding-top: calc(10px + 1.5rem);
    padding-bottom: calc(4px + 2rem);

    .product_main1 {
        max-width: 1500px;
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: space-between;


        .product_main_left {
            width: 20.5333%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: calc(8px + 1.5rem);

            .product_main_left_1_box {
                width: 100%;
                padding-top: calc(6px + 0.5rem);
                padding-bottom: calc(8px + 1.5rem);
                padding-left: calc(5px + 0.5rem);
                padding-right: calc(5px + 0.5rem);
                background: rgba(150, 144, 144, 0);
                box-shadow: 0px calc(0px + 0.2rem) calc(5px + 0.25rem) 0px rgba(0, 0, 0, 0.1);
                border-radius: 0px 0px 0px 0px;

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

                    .line {
                        width: calc(20px + 2rem);
                        height: 1px;
                        background: #104D8C;
                        border-radius: 0px 0px 0px 0px;
                        border: 1px solid #104D8C;
                        margin-top: calc(5px + 0.25rem);
                    }
                }

                .product_nav_box {
                    margin-top: calc(13px + 0.5rem);
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    gap: calc(1px + 1rem);

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

                        p {

                            font-family: Inter_Regular;
                            font-weight: 400;
                            font-size: calc(6px + 0.5rem);
                            color: #666666;
                            line-height: calc(4px + 1rem);
                            text-align: left;
                            font-style: normal;
                            text-transform: none;
                            padding-left: calc(3px + 0.5rem);
                        }

                        svg {
                            fill: #ffffff;
                        }
                    }

                    .product_nav_item:hover {
                        p {
                            color: #104D8C;
                        }
                    }

                    .product_nav_item_act {
                        width: 100%;
                        padding: calc(3px + 0.25rem) calc(3px + 0.5rem);
                        background: #104D8C;
                        border-radius: 0px 0px 0px 0px;
                        border: 1px solid #104D8C;

                        p {
                            color: #ffffff;
                        }
                    }
                }
            }
        }
    }
}

.product_main_right {
    width: 73.8666%;

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

    .p2 {
        font-family: Inter_Bold;
        font-weight: bold;
        font-size: calc(10px + 0.5rem);
        color: #104D8C;
        line-height: calc(10px + 0.5rem);
        letter-spacing: 1px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: calc(1px + 3rem);
    }

    .line {
        width: calc(20px + 2rem);
        height: 1px;
        background: #104D8C;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #104D8C;
        margin: auto;
        margin-top: calc(3px + 1rem);
    }

    .p3 {
        margin-top: calc(10px + 1.5rem);

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

.product_4_list {
    display: flex;
    justify-content: flex-start;
    gap: calc(0px + 1.5rem);
    margin-top: calc(7px + 1.5rem);
    flex-wrap: wrap;
.product_4_list_item:hover .p3{
    background: #104D8C;
    color: #fff;
}
    .product_4_list_item {
        width: 31.4079%;
        height:calc(145px + 17rem);
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #D9D9D9;

        .product_4_list_item_pic {
            width: 100%;
            height: calc(84px + 10rem);
            overflow: hidden;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: .5s;
            }
        }

        .p1 {
            padding: 0 calc(5px + 1rem);
         line-height: 1.5;
            font-family: Inter_Medium;
            font-weight: 500;
            font-size: calc(6px + 0.5rem);
            color: #333333;
            line-height: calc(10px + 0.5rem);
            letter-spacing: 1px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin-top: calc(10px + 1rem);
        }

        .p2 {
            font-family: Inter_Regular;
            font-weight: 400;
            font-size: calc(6px + 0.5rem);
            color: #999999;
            line-height: calc(4px + 1rem);
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin-top: calc(5px + 0.5rem);
        }

        .p3 {
            margin: auto;
            width: calc(30px + 5rem);
            line-height:calc(5px + 1.5rem);
            text-align: center;
            font-family: Inter_Regular;
            font-weight: 400;
            font-size: calc(6px + 0.5rem);
            color: #666666;
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin-top: calc(15px + 2rem);
        }
    }

    .product_4_list_item:hover {
        img {
            transform: scale(1.1);
        }
    }
}

.product_popular_list {
    margin-top: calc(15px + 1rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(7px + 1.5rem);

    .product_popular_item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: calc(2px + 0.5rem);

        .product_popular_item_pic {
            width: calc(1px + 5rem);
            height: calc(7px + 3rem);
            border: 1px rgb(221, 221, 221) solid;

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

        p {
            width: calc(67px + 5rem);
            font-family: Inter_Medium;
            font-weight: 500;
            font-size: calc(2px + 0.5rem);
            color: #666666;
            line-height: calc(4px + 1REM);
            text-align: left;
            font-style: normal;
            text-transform: none;
        }
    }

    .product_popular_item:hover {
        p {
            color: #104D8C;
        }
    }
}

.product_contact_box {
    .product_contact_box_name {
        font-family: Inter_Bold;
        font-weight: bold;
        font-size: calc(4px + 0.5rem);
        color: #666666;
        line-height: calc(4px + 1rem);
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: calc(1px + 1rem);
    }

    .product_contact_list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(7px + 0.5rem);
        margin-top: calc(6px + 1rem);

        p {
            font-family: Inter_Regular;
            font-weight: 400;
            font-size: calc(4px + 0.5rem);
            color: #666666;
            line-height: calc(4px + 1rem);
            text-align: left;
            font-style: normal;
            text-transform: none;
            border-bottom: 2px #F2F3F5 solid;
            padding-bottom: calc(7px + 0.5rem);
        }

        p:nth-last-of-type(1) {
            border: none;
        }
    }
}

.msg_pic {
    width: 100%;
    height: calc(20px + 5rem);
    background: url(../images/msg_pic.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
        width: calc(4px + 1.5rem);
    }
}


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

            .product_main_left {
             
                width: 100%;

                .product_main_left_1_box {
                    .product_main_left_1_box_title {
                        .p1 {
                            font-size: calc(12px + 1rem);
                        }
                    }
                }
                .product_main_left_1_box:nth-of-type(2), .product_main_left_1_box:nth-of-type(3){
                    display: none;
                }

                .product_main_left_1_box {
                    .product_nav_box {
                        gap: calc(1px + 3rem);
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        flex-wrap: wrap;
                        a{
                              width: 45%;
                             .product_nav_item {
                          width: 100%;
                            p {
                                font-size: calc(10px + 1rem);
                                line-height: 1.5;
                            }
                        }
                        }
                       
                    }
                }


            }
            .product_main_right {
                width: 100%;

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

                }

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

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

                .product_4_list {
                    .product_4_list_item {
                        width: 100%;
                        height: calc(155px + 45rem);

                        .p2 {
                            padding: 0 calc(5px + 0.5rem);
                        }

                        .p3 {
                            font-size: calc(12px + 1rem);
                            width: max-content;
                        }
                    }
                }
            }
        }
    }

    .product_popular_list {
        .product_popular_item {
            .product_popular_item_pic {
                width: calc(1px + 24rem);
                height: calc(7px + 16rem);

            }

            p {
                width: 60%;
                font-size: calc(10px + 1rem);
                line-height: 1.5;
                padding-left: calc(5px + 0.5rem);
            }
        }
    }

    .product_contact_box {
        .product_contact_box_name {
            font-size: calc(10px + 1rem);
            margin-top: calc(10px + 1rem);
        }
        .product_contact_list {
            p {
               font-size: calc(10px + 1rem);
               line-height: 1.5;
            }
        }
    }
    .msg_pic {
      display:none;
        height: calc(20px + 24rem);
        img {
            width: calc(30px + 1.5rem);
        }
    }

  
}