.lbanner-box {
    display: none !important;
}

.lbanner-pp {
    /* padding: 8.6% 0 !important; */
}

.about_main {
    margin-top: 4%;
}

.about_box .about_tips {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: var(--dominant-color);
    line-height: 1.5;
}

.about_box .about_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 58px;
    color: #000000;
    line-height: 60px;
    max-width: 655px;
    margin: 15px 0;
}

.about_box .about_title span {
    color: var(--dominant-color);
}

.related_product .pro_top .pro_title {
    font-family: 'Poppins-Bold' !important;
    font-size: 58px !important;
    line-height: 60px !important;
}

@media (max-width: 950px) {
    .related_product .pro_top .pro_title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

.about_box .about_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-bottom: 15px;
}

.about_box .about_btn a {
    display: block;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: var(--dominant-color);
    line-height: 24px;
    position: relative;
    max-width: 120px;
}

.about_box .about_btn a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 2px;
    background-color: var(--dominant-color);
    transition: all ease-in-out .35s;
}

.about_box .about_btn a:hover::after {
    -webkit-transform: scaleX(1.3);
    transform: scaleX(1.3);
}

.about_box .about_video {
    margin-top: 20px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}


.about_box .about_video lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.our_story {
    margin-top: 5%;
    padding: 10% 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.our_story .story_hr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
}

.our_story .story_item {
    display: grid;
    height: auto;
    position: relative;
    justify-items: start;
    grid-template-rows: 1fr 1fr;
    text-align: center;
    overflow: unset;
    padding-left: 3%;
}

.our_story .story_item:nth-child(odd):before {
    content: "";
    width: 1px;
    height: 45%;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    top: 5%;
    left: 1%;
    background-repeat: no-repeat;
}

.our_story .story_item:nth-child(even):before {
    content: "";
    width: 1px;
    height: 45%;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    bottom: 5%;
    left: 1.5%;
    background-repeat: no-repeat;
}

.our_story .story_item:nth-child(odd) .story_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10%;
}

.our_story .story_item:nth-child(even) .story_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    padding: 10% 0 0 12%;
}

.our_story .story_item .story_box {
    width: 100%;
    position: relative;
}



.our_story .story_item .story_time {
    background-color: #358f8d;
    width: 100%;
    height: auto;
    max-width: 109px;
    max-height: 36px;
}

.our_story .story_item:nth-child(odd) .story_time::before {
    content: "";
    width: 28px;
    height: 24px;
    background-image: url(../img/cate_btn.png);
    position: absolute;
    top: 8px;
    left: -13.5%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:1200px) {
    .our_story .story_item:nth-child(odd) .story_time::before {
        left: -9%;
    }
}

.our_story .story_item:nth-child(even) .story_time::before {
    content: "";
    width: 32px;
    height: 24px;
    background-image: url(../img/cate_btn.png);
    position: absolute;
    bottom: 9px;
    left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.our_story .story_item .story_time .time_wrap {
    max-width: 101px;
    margin: 0 auto;
    padding: 5px;
    background-color: var(--dominant-color);
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.our_story .story_item .story_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 15px 0;
    text-align: left;
}

.our_story .story_item .story_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
}

.our_story .story_item .steps {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: -97%;
    bottom: 0;
    top: 0;
    right: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto !important;
}

.steps_line {
    color: transparent;
    line-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.steps_line::before,
.steps_line::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.steps_line::before {
    right: 50%;
    background-color: #FFFFFF;
}

.steps_line::after {
    left: 50%;
    background-color: #FFFFFF;
}

.steps_dot {
    background-color: #FFFFFF;
    display: block;
    line-height: normal;
    font-size: 14px;
    margin: auto;
    width: 6px;
    height: 6px;
    z-index: 2;
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
}

.steps_dot::before {
    position: absolute;
    width: 0px;
    height: 0;
    border-radius: 50%;
    background: #FFFFFF;
    content: '';
    left: 7px;
    top: 7px;
}

.our_story .story_item:nth-child(even) .story_box .story_time {
    order: 3;
}

.our_story .story_item:nth-child(even) .story_box .story_title {
    margin: 0;
}

.our_story .story_item:nth-child(even) .story_box .story_desc {
    margin: 15px 0;
}


.our_team {
    margin-top: 5%;
    margin-bottom: 4%;
}

.our_team .team_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 58px;
    color: #000000;
    line-height: 60px;
    text-align: center;
}

.our_team .team_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    max-width: 803px;
    margin: 30px auto;
}

.our_team .team_item {
    width: 31%;
    margin-right: 40px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 33%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.our_team .team_item:last-child {
    margin-right: 0;
}

.our_team .team_item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.our_team .team_item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width:950px) {
    .related_cer .pro_btn {
        display: none;
    }

    .related_product .pro_top .pro_box {
        margin-bottom: 0 !important;
    }

    .about_box .about_title {
        font-size: 30px;
        line-height: 40px;
    }

    .our_story .story_item {
        padding-left: 9.2%;
    }

    .our_team .team_title {
        font-size: 30px;
        line-height: 40px;
    }

    .our_team .team_desc {
        margin: 20px 0;
    }

    .our_team .team_list {
        flex-wrap: wrap;
    }

    .our_team .team_item {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        padding-bottom: 108%;
    }

    .our_story {
        padding: 20% 0;
    }

    .our_story .story_hr {
        display: none;
    }

    .our_story .layout {
        width: 100% !important;
    }

    .our_story .story_item {
        grid-template-rows: auto;
    }

    .our_story .story_item .steps {
        bottom: unset;
        top: 95%;
    }

    .our_story .story_item:nth-child(even) .story_box {
        position: relative;
        padding: 0;
    }

    .our_story .story_item:nth-child(odd):before {
        content: "";
        width: 1px;
        height: 87%;
        background-color: #FFFFFF;
        display: block;
        position: absolute;
        top: 9%;
        left: 1.5%;
        background-repeat: no-repeat;
    }

    .our_story .story_item:nth-child(even):before {
        content: "";
        width: 1px;
        height: 87%;
        background-color: #FFFFFF;
        display: block;
        position: absolute;
        top: 9%;
        left: 1.5%;
        background-repeat: no-repeat;
    }

    .our_story .story_item:nth-child(even) .story_box .story_time {
        order: 1;
    }

    .our_story .story_item:nth-child(even) .story_time::before {
        left: -9%;

    }

    .our_story .story_item:nth-child(odd) .story_time::before {
        left: -8.5%;
    }

    .our_story .story_item:nth-child(even) .story_time::before {
        content: "";
        width: 28px;
        height: 24px;
        background-image: url(../img/cate_btn.png);
        position: absolute;
        top: 8px;
        left: -8.5%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .our_story .story_item:nth-child(even) .story_box .story_title {
        order: 2;
        margin: 10px 0;
    }

    .our_story .story_item:nth-child(even) .story_box .story_desc {
        order: 3;
    }

    @media (max-width:480px) {
        .our_story .story_item:nth-child(odd) .story_time::before {
            top: 6px;
        }

        .our_story .story_item:nth-child(even) .story_time::before {
            top: 6px;
        }
    }
}