.banner_n{
    width:100%;
    height:500px;
    background:url('/wp-content/uploads/2025/04/1649920233699917.jpg');
    background-size:cover;
}
.banner_n>div{
    width:86%;
    margin:0 auto;
}
.banner_n>div h2{
    margin:0;
    padding-top:244px;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 75px;
    letter-spacing: 2px;
    color: #FFFFFF;
}
.banner_n>div .banner_line{
    width:100px;
    height:10px;
    background:#00A37A;
}
.crumbs{
    width:100%;
    height:58px;
    border-bottom:1px solid #e5e5e5;
}
.crumbs .crumbs_info{
    width:86%;
    margin:0 auto;
    display:flex;
    flex-direction:row;
}
.crumbs .crumbs_info .crumbs_left{
    width:75%;
    height:58px;
}
.crumbs .crumbs_info .crumbs_right{
    width:25%;
    height:58px;
    display:flex;
    justify-content:flex-end;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content{
    display:flex;
    flex-direction:row;
    width:auto;
    align-items:center;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content img{
    width:22px;
    height:21px;
    margin-right:6px;
    margin-top:-3px;
    object-fit:cover;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link{
    cursor:pointer;
    list-style: none;
    border: none;
    font-size: 16px;
    font-family: Arial;
    color: #343434;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link:hover{
    color:#E6830E;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content .osvg{
    width:14px;
    height:14px;
    box-sizing:border-box;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content .osvg svg{
    color:#999;
    border-color:#999;
    fill:#999;
    width:14px;
    height:14px;
}
.curmb_cate{
    overflow:hidden;
}
.curmb_cate>div{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    height:58px;
}
.curmb_cate .shop_cate{
    font-size:16px;
    font-weight:bold;
    color:#343434;
    position:relative;
    height:58px;
    width:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 50px;
    cursor:pointer;
    transition: 0.36s;
}
.curmb_cate .shop_cate.active{
    color: #fff;
    background: #00A37A;
    transition: 0.36s;
}
.curmb_cate .shop_cate::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #333;
    left: 0px;
    bottom: 0px;
    z-index: -2;
    transform: translateY(100%);
    transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96);
}
.curmb_cate .shop_cate::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00A37A;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transform: translateY(100%);
    transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.26s;
}
.curmb_cate .shop_cate:hover{
    color:#fff;
}
.curmb_cate .shop_cate:hover::before {
    transform: translateY(0);
    animation-delay: 3s;
}
.curmb_cate .shop_cate:hover::after {
    transform: translateY(0);
    animation-delay: 2s;
}
.single_content_bg{
    width:100%;
    height:auto;
}
.single_content_bg .single_content{
    width:80%;
    height:auto;
    margin:0 auto;
    color:#333;
}
.single_content_bg .single_content .single_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0;
    margin: 0 0 10px 0;
    line-height: 32px;
    border-bottom: 1px solid #d9d9d9;
}
.single_content_bg .single_content .date_data{
    font-size: 14px;
    padding: 15px 0;
    color: #888;
}
.single_content_bg .single_content .excerpt{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
}
.single_content_bg .single_content .detail{
    width: 100%;
}
.single_content_bg .single_content .detail img{
    max-width: 100%;
}
.post-navigation{
    width:100%;
    display:flex;
    flex-direction:row;
    margin-top:50px;
    margin-bottom:50px;
}
.post-navigation .previous-post{
    width:50%;
    padding: 0 10px 0 80px;
    background: #f4f4f4;
    transition: 0.36s ease 0s;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    background-image:url('/wp-content/uploads/2025/04/news02.png');
    background-repeat:no-repeat;
    background-position:left center;
}
.post-navigation .previous-post a{
    color:#454545;
}
.post-navigation .previous-post:hover{
    background-color:#00A37A;
    background-image:url('/wp-content/uploads/2025/04/news02H.png');
}
.post-navigation .previous-post:hover a{
    color:#fff;
}
.post-navigation .next-post{
    width:50%;
    background: #eee;
    text-align: right;
    padding: 0 80px 0 20px;
    transition: 0.36s ease 0s;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    background-image:url('/wp-content/uploads/2025/04/news03.png');
    background-repeat:no-repeat;
    background-position:right center;
    color:#343434;
}
.post-navigation .next-post a{
    color:#343434;
}
.post-navigation .next-post:hover{
    background-color:#00A37A;
    background-image:url('/wp-content/uploads/2025/04/news03H.png');
}
.post-navigation .next-post:hover a{
    color:#fff;
}
.post-navigation a{
    text-decoration:none;
}

@media screen and (max-width:1024px) {
    .banner_n{
        width:100%;
        height:500px;
        background:url('/wp-content/uploads/2025/04/1649920233699917.jpg');
        background-size:cover;
    }
    .banner_n>div{
        width:92%;
        margin:0 auto;
    }
    .banner_n>div h2{
        margin:0;
        padding-top:200px;
        font-size: 40px;
        text-transform: uppercase;
        line-height: 60px;
        letter-spacing: 2px;
        color: #FFFFFF;
    }
    .banner_n>div .banner_line{
        width:100px;
        height:10px;
        background:#00A37A;
    }
    .crumbs{
        width:100%;
        height:58px;
        border-bottom:1px solid #e5e5e5;
    }
    .crumbs .crumbs_info{
        width:92%;
        margin:0 auto;
        display:flex;
        flex-direction:row;
    }
    .crumbs .crumbs_info .crumbs_left{
        width:50%;
        height:58px;
    }
    .crumbs .crumbs_info .crumbs_right{
        width:50%;
        height:58px;
        display:flex;
        justify-content:flex-end;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content{
        display:flex;
        flex-direction:row;
        width:auto;
        align-items:center;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content img{
        width:22px;
        height:21px;
        margin-right:6px;
        margin-top:-3px;
        object-fit:cover;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link{
        cursor:pointer;
        list-style: none;
        border: none;
        font-size: 16px;
        font-family: Arial;
        color: #343434;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link:hover{
        color:#E6830E;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .osvg{
        width:14px;
        height:14px;
        box-sizing:border-box;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .osvg svg{
        color:#999;
        border-color:#999;
        fill:#999;
        width:14px;
        height:14px;
    }
    .curmb_cate{
        overflow:hidden;
    }
    .curmb_cate>div{
        width:100%;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        height:58px;
    }
    .curmb_cate .shop_cate{
        font-size:16px;
        font-weight:bold;
        color:#343434;
        position:relative;
        height:58px;
        width:auto;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0 50px;
        cursor:pointer;
        transition: 0.36s;
    }
    .curmb_cate .shop_cate.active{
        color: #fff;
        background: #00A37A;
        transition: 0.36s;
    }
    .curmb_cate .shop_cate::before{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #333;
        left: 0px;
        bottom: 0px;
        z-index: -2;
        transform: translateY(100%);
        transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96);
    }
    .curmb_cate .shop_cate::after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #00A37A;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        transform: translateY(100%);
        transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.26s;
    }
    .curmb_cate .shop_cate:hover{
        color:#fff;
    }
    .curmb_cate .shop_cate:hover::before {
        transform: translateY(0);
        animation-delay: 3s;
    }
    .curmb_cate .shop_cate:hover::after {
        transform: translateY(0);
        animation-delay: 2s;
    }
    .banner_line{
        width:100%;
        height:auto;
    }
    .single_content_bg .single_content{
        width:92%;
        height:auto;
        margin:0 auto;
        color:#333;
    }
    .single_content_bg .single_content .single_title{
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        padding: 30px 0;
        margin: 0 0 10px 0;
        line-height: 32px;
        border-bottom: 1px solid #d9d9d9;
    }
    .single_content_bg .single_content .date_data{
        font-size: 14px;
        padding: 15px 0;
        color: #888;
    }
    .single_content_bg .single_content .excerpt{
        width: 100%;
        background: #f5f5f5;
        padding: 10px;
        margin-bottom: 15px;
        line-height: 26px;
        font-size: 14px;
    }
    .post-navigation{
        width:100%;
        display:flex;
        flex-direction:row;
        margin-top:50px;
        margin-bottom:50px;
    }
    .post-navigation .previous-post{
        width:50%;
        padding: 0 10px 0 80px;
        background: #f4f4f4;
        transition: 0.36s ease 0s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        background-image:url('/wp-content/uploads/2025/04/news02.png');
        background-repeat:no-repeat;
        background-position:left center;
    }
    .post-navigation .previous-post a{
        color:#454545;
    }
    .post-navigation .previous-post:hover{
        background-color:#00A37A;
        background-image:url('/wp-content/uploads/2025/04/news02H.png');
    }
    .post-navigation .previous-post:hover a{
        color:#fff;
    }
    .post-navigation .next-post{
        width:50%;
        background: #eee;
        text-align: right;
        padding: 0 80px 0 20px;
        transition: 0.36s ease 0s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        background-image:url('/wp-content/uploads/2025/04/news03.png');
        background-repeat:no-repeat;
        background-position:right center;
        color:#343434;
    }
    .post-navigation .next-post a{
        color:#343434;
    }
    .post-navigation .next-post:hover{
        background-color:#00A37A;
        background-image:url('/wp-content/uploads/2025/04/news03H.png');
    }
    .post-navigation .next-post:hover a{
        color:#fff;
    }
    .post-navigation a{
        text-decoration:none;
    }
}

@media screen and (max-width:768px) {
    .banner_n{
        width:100%;
        height:450px;
        background:url('/wp-content/uploads/2025/04/1649920233699917.jpg');
        background-size:cover;
    }
    .banner_n>div{
        width:92%;
        margin:0 auto;
    }
    .banner_n>div h2{
        margin:0;
        padding-top:200px;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 40px;
        letter-spacing: 2px;
        color: #FFFFFF;
    }
    .banner_n>div .banner_line{
        width:100px;
        height:10px;
        background:#00A37A;
    }
    .crumbs{
        width:100%;
        height:58px;
        border-bottom:1px solid #e5e5e5;
    }
    .crumbs .crumbs_info{
        width:92%;
        margin:0 auto;
        display:flex;
        flex-direction:row;
    }
    .crumbs .crumbs_info .crumbs_left{
        width:50%;
        height:58px;
    }
    .crumbs .crumbs_info .crumbs_right{
        width:50%;
        height:58px;
        display:none;
        justify-content:flex-end;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content{
        display:flex;
        flex-direction:row;
        width:auto;
        align-items:center;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content img{
        width:22px;
        height:21px;
        margin-right:6px;
        margin-top:-3px;
        object-fit:cover;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link{
        cursor:pointer;
        list-style: none;
        border: none;
        font-size: 16px;
        font-family: Arial;
        color: #343434;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link:hover{
        color:#E6830E;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .osvg{
        width:14px;
        height:14px;
        box-sizing:border-box;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .osvg svg{
        color:#999;
        border-color:#999;
        fill:#999;
        width:14px;
        height:14px;
    }
    .curmb_cate{
        overflow:hidden;
    }
    .curmb_cate>div{
        width:100%;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        height:58px;
    }
    .curmb_cate .shop_cate{
        font-size:16px;
        font-weight:bold;
        color:#343434;
        position:relative;
        height:58px;
        width:auto;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0 25px;
        cursor:pointer;
        transition: 0.36s;
    }
    .curmb_cate .shop_cate.active{
        color: #fff;
        background: #00A37A;
        transition: 0.36s;
    }
    .curmb_cate .shop_cate::before{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #333;
        left: 0px;
        bottom: 0px;
        z-index: -2;
        transform: translateY(100%);
        transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96);
    }
    .curmb_cate .shop_cate::after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #00A37A;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        transform: translateY(100%);
        transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.26s;
    }
    .curmb_cate .shop_cate:hover{
        color:#fff;
    }
    .curmb_cate .shop_cate:hover::before {
        transform: translateY(0);
        animation-delay: 3s;
    }
    .curmb_cate .shop_cate:hover::after {
        transform: translateY(0);
        animation-delay: 2s;
    }
    .banner_line{
        width:100%;
        height:auto;
    }
    .single_content_bg .single_content{
        width:92%;
        height:auto;
        margin:0 auto;
        color:#333;
    }
    .single_content_bg .single_content .single_title{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        padding: 15px 0;
        margin: 0 0 10px 0;
        line-height: 28px;
        border-bottom: 1px solid #d9d9d9;
    }
    .single_content_bg .single_content .date_data{
        font-size: 14px;
        padding: 15px 0;
        color: #888;
    }
    .single_content_bg .single_content .excerpt{
        width: 100%;
        background: #f5f5f5;
        padding: 10px;
        margin-bottom: 15px;
        line-height: 26px;
        font-size: 14px;
    }
    .post-navigation{
        width:100%;
        display:flex;
        flex-direction:row;
        margin-top:50px;
        margin-bottom:50px;
    }
    .post-navigation .previous-post{
        width:50%;
        padding: 0 10px 0 80px;
        background: #f4f4f4;
        transition: 0.36s ease 0s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        background-image:url('/wp-content/uploads/2025/04/news02.png');
        background-repeat:no-repeat;
        background-position:left center;
    }
    .post-navigation .previous-post a{
        color:#454545;
    }
    .post-navigation .previous-post:hover{
        background-color:#00A37A;
        background-image:url('/wp-content/uploads/2025/04/news02H.png');
    }
    .post-navigation .previous-post:hover a{
        color:#fff;
    }
    .post-navigation .next-post{
        width:50%;
        background: #eee;
        text-align: right;
        padding: 0 80px 0 20px;
        transition: 0.36s ease 0s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        background-image:url('/wp-content/uploads/2025/04/news03.png');
        background-repeat:no-repeat;
        background-position:right center;
        color:#343434;
    }
    .post-navigation .next-post a{
        color:#343434;
    }
    .post-navigation .next-post:hover{
        background-color:#00A37A;
        background-image:url('/wp-content/uploads/2025/04/news03H.png');
    }
    .post-navigation .next-post:hover a{
        color:#fff;
    }
    .post-navigation a{
        text-decoration:none;
    }
}