/*btn-style*/
.btn-more {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 52px;
    border-radius: 100px;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(90deg, #7FBC5D 0%, #CCD382 100%);
    box-shadow: none;
    transition: box-shadow 0.3s ease;
    min-width: 180px;
    margin-top: 3rem;
}

.btn-more::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #CCD382 0%, #7FBC5D 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.btn-more:hover::before {
    opacity: 1;
    transition: opacity 0.4s ease !important;
}

.btn-more .text {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 1.5px;
    pointer-events: none;
    z-index: 1;
    white-space: nowrap;
}

.btn-more .icon {
    position: absolute;
    left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 2;
    transition:
        left 0.42s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.42s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.42s ease;
}

.btn-more .icon::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(/UserFiles/image/index/arrow_right_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 9px;
    border: 1px #fff solid;
    border-radius: 50%;
    box-shadow: 0 0 10px #7FBC5D;
}

.btn-more:hover .icon::after {
    background-image: url(/UserFiles/image/index/arrow_right_green.png);
}

.btn-more:hover .icon {
    left: calc(100% - 46px);
    transform: scale(1.12);
    background: #FFF !important;
}

.btn-more:has(.icon) {
    min-width: 200px;
}

.btn-more:has(.icon) .text {
    padding-left: 0;
}


/*----------------------------------*/

/*nav*/
/*header .navbar-div,
header .mobile-navbar .navbar {
    box-shadow: none;
}

header .nav-menu .item.nav-contact a i {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

header .navbar-div.fixed {
    padding: 15px;
}

header .navbar-div.shrink {
    background-color: rgba(255, 255, 255, 0.95);
}

header .navbar-div .navbar {
    padding: 0 2.5rem;
}

header .nav-menu .item {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 35px;
}

header .nav-menu .item a {
    padding: 0px 20px;
    border-radius: 50px;
    border: 1px #7dab64 solid;
    background-color: rgba(255, 255, 255, 0.8);
}

header .nav-menu .item:hover a,
header .nav-menu .item.active a,
header .mobile-navbar .menu-item .link a {
    background-color: #7dab64;
}

header .nav-menu .item.nav-contact {
    padding: 0;
    line-height: 45px;
    margin-left: 5px;
    border-radius: 50px;
}

header .navbar-div.shrink .nav-menu .item.nav-contact {
    line-height: 45px;
}

header .nav-menu .item.nav-contact a {
    padding: 0 20px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

header .nav-menu .item.nav-contact a i {
    margin-right: 15px;
    width: auto;
}

header .nav-menu .item::before {
    background-color: rgba(0, 0, 0, 0) !important;
    background-size: 100%;
    width: 40px;
    height: 40px;
}


header .nav-menu .item:hover::before,
header .nav-menu .item.active::before {
    top: -28px;
}

header .navbar-div.shrink .nav-menu .item:hover::before,
header .navbar-div.shrink .nav-menu .item.active::before {
    top: -25px;
}

header .mobile-navbar .navbar {
    padding: 0.75rem;
}

header .mobile-navbar .navbar.shrink {
    padding: 0.5rem;
    background-color: #ffffff !important;
}

header .mobile-navbar .mobile-navbar-content {
    background-color: #7dab64;
}

@media screen and (max-width: 1199px) {
    header .nav-menu .item a {
        padding: 0px 15px;
    }
}*/

/*-----------------*/

header.dy-nav .navbar-div .navbar {
    flex-direction: row-reverse;
    justify-content: space-between !important;
    padding: 1.5rem 3.5rem;
}

.nav-contact-btn {
    display: none !important;
}


header.dy-nav .navbar-brand {
    position: absolute;
    left: 0;
}

header.dy-nav .navbar-brand a .logo-img {
    max-height: 50px !important;
}

header.dy-nav .nav-menu {
    align-items: center !important;
    justify-content: flex-end !important;
    position: relative;
}

header.dy-nav .nav-menu .item {
    padding: 0 !important;
    margin: 0 5px;
}

header.dy-nav .nav-menu .item a,
header.dy-nav .navbar-div.shrink .nav-menu .item a {
    line-height: 35px;
    border: 1px #7dab64 solid;
    border-radius: 50px;
    padding: 0px 20px;
}

header.dy-nav .nav-menu .item:hover a,
header.dy-nav .nav-menu .item a.active {
    background-color: #7dab64;
    transform: translateY(4px);
}

header.dy-nav .nav-menu .item .active span,
header.dy-nav .nav-menu .item:hover a span {
    color: #fff;
}

header.dy-nav .navbar-div,
header.dy-nav .navbar-div .nav-content,
header.dy-nav .navbar-div.shrink .nav-content {
    height: auto;
}

header.dy-nav .navbar-div.shrink .navbar {
    padding: 1rem 0.75rem;
}

header.dy-nav .navbar-div.shrink .navbar-brand a .logo-img {
    max-height: 40px !important;

}

header.dy-nav .navbar-div.fixed {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

header.dy-nav .nav-contact-info .com-name {
    display: none;
}

header.dy-nav .nav-contact-info i {
    width: 40px;
    height: 40px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    font-size: 20px;
    color: #fff;
}

header.dy-nav .mobile-navbar .navbar {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
}

header.dy-nav .mobile-navbar .menu-btn .burger span {
    background: #7dab64;
}


header.dy-nav .mobile-navbar .fixed-top {
    box-shadow: 0 5px 10px rgba(206, 176, 176, 0.2);
}

header.dy-nav .mobile-navbar .logo {
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

header.dy-nav .mobile-navbar .navbar.shrink {
    height: auto;
    transition: all 0.3s ease-in-out;
    padding: 8px 0.75rem;
}

header.dy-nav .mobile-navbar .logo .logo-image {
    max-height: 50px;
}

header.dy-nav .mobile-navbar .navbar.shrink .logo .logo-image {
    max-height: 40px;
    border-radius: 0;
    margin-top: 0;
}

header.dy-nav .mobile-navbar .mobile-navbar-content {
    padding-top: 0;
    background-color: #85b06e;
}

header.dy-nav .mobile-navbar .menu-item .link a {
    color: #fff;
}

header.dy-nav .nav-menu .item:not(:last-child)::after {
    content: none;
}

/*banner*/


.dy-home-banner {
    position: relative;
    padding: 90px 3rem 0rem;
}


.dy-home-banner::after {
    content: '';
    position: absolute;
    display: block;
    /* background-image: url(/UserFiles/image/index/banner_bg.png); */
    background-color: #f0f6d1;
    background-size: 100%;
    top: 20%;
    left: 0%;
    right: 0;
    bottom: 10%;
}

.dy-home-banner .banner-img::before {
    background-color: rgba(0, 0, 0, 0);
}

.dy-home-banner .banner-title {
    overflow: hidden;
}

.dy-home-banner .banner-txt {
    opacity: 1 !important;
    transition: transform 0.8s ease-in-out !important;
}

.dy-home-banner .swiper-slide-active .banner-txt {
    transform: translate(0, 0) !important;
}


.dy-home-banner .banner-title .banner-txt {
    position: relative;
    left: 0;
    bottom: -120px;
    z-index: 1033;
    background: linear-gradient(90deg, #7FBC5D 0%, #CCD382 100%) !important;
    padding: 2rem 3rem;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}

.dy-home-banner .banner-title .banner-txt::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -10px;
    display: block;
    background-image: url(/UserFiles/image/index/Best_partner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 190px;
    height: 68px;
}

.dy-home-banner .swiper-slide-active .banner-txt {
    transform: none;
}

.dy-home-banner .swiper-slide-active .banner-txt .b-title,
.dy-home-banner .swiper-slide-active .banner-txt,
.dy-home-banner .swiper-slide-active .banner-txt .s-title {
    text-align: left;
    text-shadow: none;
    letter-spacing: 6px;
}

.dy-home-banner .swiper-slide .banner-txt .b-title {
    font-size: 40px;
}

.dy-home-banner .swiper-slide .banner-txt .s-title {
    font-size: 30px;
}

.dy-home-banner .banner-title {
    justify-content: flex-start;
    margin: 0;
}

.dy-home-banner .banner-txt .b-title,
.dy-home-banner .banner-txt .s-title {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    letter-spacing: 6px;
}

.dy-home-banner .swiper-pagination-bullet {
    background-color: #7dab64;
}

.dy-home-banner .swiper-pagination-bullet-active {
    border: 2px #7dab64 solid;
    background-color: #fff;
}



@media screen and (max-width: 991px) {
    .dy-home-banner {
        padding: 86px 1rem 0;
    }

    .dy-home-banner .banner-title .banner-txt {
        padding: 1rem 2rem;
    }

    .dy-home-banner .swiper-slide .banner-txt .b-title {
        font-size: 30px;
    }

    .dy-home-banner .swiper-slide .banner-txt .s-title {
        font-size: 20px;
    }

    .dy-home-banner .banner-img::before {
        padding-bottom: 75%;
    }

    .dy-home-banner .banner-title .banner-txt::after {
        width: 130px;
        height: 46px;
    }
}

@media screen and (max-width: 767px) {
    .dy-home-banner .swiper-slide .banner-txt .b-title {
        font-size: 25px;
        letter-spacing: 2px;
        min-width: 290px;
    }

    .dy-home-banner .swiper-slide .banner-txt .s-title {
        font-size: 16px;
        letter-spacing: 2px;
        min-width: 290px;
    }

    .dy-home-banner .banner-title .banner-txt {
        padding: 0.5rem 1rem;
        bottom: 0;
    }

}

@media screen and (max-width: 475px) {

    .dy-home-banner::after {
        top: 30%;
        bottom: 10%;
    }

    .dy-home-banner .swiper-pagination {
        margin-bottom: 1rem;
    }
}

/*home-service*/
.svc-section {
    background-image: url(/UserFiles/image/index/Rectangle_20.png), url(/UserFiles/image/index/ser_bg.png), url(/UserFiles/image/index/ser_bg_01.png), url(/UserFiles/image/index/bg01.jpg);
    background-position: center top -200px, right -30px top 90px, bottom -50px left -60px, center;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-size: cover, 15%, 25%, cover;
    padding: 5rem 0;
}

/*home-about*/

.home-about003 {
    background-image: url(/UserFiles/image/index/ser_bg01.png);
    background-position: right 30px bottom 40px;
    background-repeat: no-repeat;
    background-size: 180px 180px;
}

.home-about003 .about-img {
    border-radius: 0;
    width: 90%;
}

.home-about003 .btn-more {
    background: linear-gradient(90deg, #7FBC5D 0%, #CCD382 100%) !important;
    border-radius: 50px;
    margin-top: 1rem;
}

.home-about003 .about-box .sub {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #7DAB64 !important;
}

.home-about003 .about-box .sub span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-about003 .about-box .sub span::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #8aaa7a;
}

.home-about003 .btn-more .icon {
    width: 30px;
    height: 30px;
    background: none;
}

.home-about003 .btn-more .text {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .home-about003 .about-box .sub span {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 1rem;
    }
}


/*home-works*/

.home-yc-works::before {
    background-image: none;
    background-color: #f0f6d1;
}

.home-yc-works .works-marquee .works-box .works-div {
    text-decoration: none;
}

.sec-header-row {
    padding: 1rem 0 4rem;
}

.sec-header-right .btn-more {
    margin-top: 0;
}

/*home-aera*/

.svc-header.aera {
    position: relative;
    z-index: 1;
}

.home-service004 {
    background-color: #fff;
    padding: 180px 0 150px;
    margin-top: -180px;
    background-image: url(/UserFiles/image/index/ser_bg01.png);
}

.home-service004 .title-box {
    display: none !important;

}

.home-service004 .office-county {
    margin-top: 20px;
    border: 1px #659A48 solid;
    box-shadow: none;
}

.home-service004 .office-county::after {
    content: none;
}

.service-aera-info {
    margin-top: -100px;
    position: relative;
    text-align: center;
    background-color: rgba(255, 252, 230, 0.8);
    padding: 8px;
    border-radius: 8px;
    border: 1px #7DAB64 solid;
    font-size: 17px;
    font-weight: 600;
    color: #2F551A;
}

@keyframes mapPulse {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.08);
    }

    30% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}


.home-service004 .container .row>div:nth-child(1) .ser-img {
    animation: mapPulse 4.5s ease-in-out infinite;
    animation-delay: 0s;
}

.home-service004 .container .row>div:nth-child(2) .ser-img {
    animation: mapPulse 4.5s ease-in-out infinite;
    animation-delay: 1.5s;
}

.home-service004 .container .row>div:nth-child(3) .ser-img {
    animation: mapPulse 4.5s ease-in-out infinite;
    animation-delay: 3s;
}

@media screen and (max-width: 991px) {
    .service-aera-info {
        margin-top: -150px;
    }
}

@media screen and (max-width: 420px) {
    .home-service004 {
        margin-top: -220px;
    }

}

/*home-news*/

/*.home-news006 {
    position: relative;
    padding: 6rem 20px;
    background: url(/UserFiles/image/index/news_bg.png) no-repeat bottom right;
    background-color: #ffffff;
    background-size: 220px;
}

.home-news006::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/UserFiles/image/index/news_bg.png') no-repeat bottom right;
    background-size: 250px;
    transform: scale(-1);
    z-index: 0;
}

.home-news006 .header {
    z-index: 1;
}

.home-news006 .news-list {
    background-color: rgba(254, 255, 240, 0.8);
    box-shadow: 0px 0px 8px 0px rgb(127 170 91 / 25%);
}

.home-news006 .news-list .item {
    border-bottom: 1px #e5e6d9 solid;
}

.home-news006 .news-list .item .info .date {
    font-weight: bold;
}

.home-news006 .news-list .item .info .date i {
    display: none;
}

@media screen and (max-width: 991px) {
    .home-news006 {
        padding: 4rem 20px;
    }

    .home-news006 .header {
        margin: 1rem 0 3rem;
    }
}

@media screen and (max-width: 767px) {
    .home-news006 .news-list {
        padding: 0 15px;
    }

    .home-news006 .news-list .item .info {
        flex-direction: column;
        padding: 10px 5px;

    }
}
*/

/*home-concact*/

/*.home-contact001 {
    margin: 2rem;
}

.home-contact001 .container {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 5rem auto;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(35 56 19 / 10%);
}

.home-contact001-bg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/UserFiles/image/index/con_bg.jpg) !important;
}

.home-contact001 .con-tel {
    margin-bottom: 1rem;
}

.home-contact001 .con-tel .text a {
    font-family: Arial, Helvetica, sans-serif;
}

.home-contact001 .con-link {
    border-radius: 50px;
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .home-contact001 .container {
        padding: 3rem 2rem;
    }

    .home-contact001 .con-slogan span img {
        left: 0px;
        top: 0;
        margin-bottom: 1rem;
    }
}*/

/*footer*/

footer {
    overflow: hidden;
}

footer::after,
footer::before {
    content: '';
    position: absolute;
    z-index: 0;
    background-image: url(/UserFiles/image/index/footer_img.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 260px;
    height: 177px;
    opacity: 0.3;
}

footer::after {
    bottom: 0;
    right: 0;
    transform: rotate(-6deg);
}

footer::before {
    top: 0;
    left: 0;
    transform: scale(-1) rotate(-4deg);
}

footer .container {
    padding: 1.5rem 0;
    flex-direction: column !important;
}

footer .container>.flex-column {
    flex-direction: row !important;
    align-items: center;
}

footer .container>.align-items-end {
    flex-direction: column !important;
    z-index: 1;
    color: #fff;
    margin-top: 1rem;
    align-items: center !important;
}

footer .footer-info-div>.d-flex>div {
    margin: 0 -52px 0 0.5rem;
    align-items: center;
    display: flex;
}

footer .copyright a span {
    color: #fff !important;
}

footer .footer-logo-div {
    margin-bottom: 0;
    margin-right: 1rem;
}

footer .footer-logo-div .foot-logo {
    margin-bottom: 1rem;
}

.footer-info-div>div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.footer-info-div>div a {
    background-color: #789f62;
    transform: translateX(-52px);
    position: relative;
    display: inline-block;
    font-size: 36px;
}

footer .footer-info-div>.d-flex>div i {
    font-size: 23px;
}

.footer-info-div>div.flex-xl-row {
    display: none !important;
}

footer .footer-logo {
    max-height: 58px;
}

footer .footer-link-div .link-list .item {
    margin: 0rem 0.5rem;
}

footer .footer-link-div .link-list .item a {
    color: #fff !important;
}

footer .footer-attest-div {
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 991px) {
    footer .container {
        margin-bottom: 38px;
    }

    footer .footer-info-div>.d-flex>div {
        margin-left: 0;
    }

    footer .footer-attest-div .copyright {
        flex-direction: column;
    }

}

@media (max-width: 767px) {
    footer .container>.flex-column {
        flex-direction: column !important;
        align-items: center;
    }

    footer .container>.align-items-end {
        margin-top: 0rem;
    }

    footer .footer-logo-div {
        margin-right: 0;
    }

    .footer-info-div {
        margin-bottom: 0rem;
        margin-top: 1.5rem;
        padding-bottom: 1rem;
    }

    footer::after,
    footer::before {
        width: 190px;
        height: 117px;
        top: 20%;
        opacity: 0.2;
    }
}


.page-content h2 {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    display: flex;
    align-items: baseline;
    line-height: 185%;
}

.page-content h2::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/UserFiles/image/index/ser_bg02.png);
    margin-right: 10px;
    background-size: 100%;
    z-index: 0;
    flex: 0 0 25px;
}

@media (max-width: 991px) {
    .page-content h2::before {
        left: -7px;
    }
}

.page-content h3 {
    position: relative;
    font-size: 21px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 185%;
    display: flex;
    color: #7dab64;
}

.page-content h3::before {
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    top: 10px;
    display: block;
    flex: 0 0 15px;
    margin-right: 7px;
    border-radius: 50% 50% 0;
    background-color: #eab419;
}

.page-content h2.ab5-cta-title {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.page-content .page-banner {
    margin: 1rem 2.5rem;
}

.page-content .page-banner .banner-image {
    height: 150px;
    margin-top: 90px;
    border-radius: 20px;
}

.page-banner .banner-image .title-div .title .text {
    color: #2a451b;
    text-shadow: none;
}

.page-banner .banner-image .title-div .title .en-text {
    font-weight: 300;
    font-family: "Microsoft JhengHei", "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â»Ã…Â¸ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ©Ã‚Â«Ã¢â‚¬Â", sans-serif;
    font-size: 18px;
    color: #7dab64;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 5px;
}


.page-banner .banner-image .page-info-box {
    padding-top: 23px;
}

.page-banner .banner-image .title-div {
    padding-top: 0;
    border-left: none;
}

.page-banner .banner-image .title-div::before {
    content: none;
    height: 30px;
    background-color: #efba1e;
}

.page-banner .banner-image .title-div .en-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
}

.page-banner .banner-image .title-div .en-text::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #a5c992;
}

.page-info-box .breadcrumb,
.breadcrumb-item+.breadcrumb-item:before,
.breadcrumb-item a:hover,
.breadcrumb-item a {
    color: #608c48 !important;
}

.breadcrumb-item a i.icon-home {
    border-radius: 50% 50% 0;
    background-color: #97be82;
    padding: 12px;
}

.page-content .content::before {
    content: '';
    display: block;
    position: fixed;
    left: 20px;
    top: 370px;
    width: 100px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/UserFiles/image/index/ser_bg01.png);
    -webkit-animation: rotate2 60s linear infinite;
    animation: rotate2 60s linear infinite;
    z-index: -1;
    opacity: 0.5;
}

.page-content .content::after {
    content: '';
    display: block;
    position: fixed;
    right: 20px;
    bottom: 270px;
    width: 100px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/UserFiles/image/index/ser_bg01.png);
    -webkit-animation: rotate 60s linear infinite;
    animation: rotate 60s linear infinite;
    z-index: -1;
    opacity: 0.8;
}

@media (max-width: 991px) {

    .page-content .content::before,
    .page-content .content::after {
        content: none;
    }

    .page-content .page-banner {
        margin: 1rem;
    }
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


.home-product003 .product-list .item .info .title a {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #124A83;
    padding: 10px;
    text-decoration: none;
    color: #fff !important;
    line-height: 185%;
    font-size: 17px;
}

.page-banner .banner-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 150px;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .page-content .page-banner .banner-image {
        height: 100px;
        margin-top: 95px;
    }

    .page-banner .banner-image .page-info-box {
        padding-top: 18px;
    }
}

@media (max-width: 767px) {
    .page-content.contact {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

/*page-about*/

.ab5-hero {
    text-align: center;
    padding: 0 1rem;
}

.ab5-en-tag {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #7ab86a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0.8rem;
}

.ab5-en-tag::before,
.ab5-en-tag::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #9fc890;
}

.ab5-hero-title {
    font-size: 28px;
    font-weight: 900;
    color: #1c2b1c;
    letter-spacing: 4px;
    margin-bottom: 0.5rem;
}

.ab5-hero-sub {
    font-size: 20px;
    color: #4a8a3a;
    font-weight: 500;
    letter-spacing: 4px;
}


.ab-philosophy {
    text-align: center;
    padding: 3rem 1rem 4rem;
    position: relative;
    overflow: hidden;
}

.ab-philosophy::before {
    content: 'YACHIEN';
    position: absolute;
    font-size: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgba(74, 138, 58, 0.04);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 8px;
}

.ab-philosophy-en {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: #7ab86a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1.2rem;
}

.ab-philosophy-en::before,
.ab-philosophy-en::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #9fc890;
}

.ab-philosophy-title {
    font-size: 30px;
    font-weight: 900;
    color: #1c2b1c;
    line-height: 1.5;
    letter-spacing: 6px;
    position: relative;
}

.ab-philosophy-title em {
    font-style: normal;
    color: #3a8a2a;
    position: relative;
}

.ab-philosophy-title em::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #9fd880;
    opacity: 0.45;
    border-radius: 2px;
}


.ab5-step-row {
    padding: 1rem 0;
    align-items: center;
}

.ab5-step-row--alt {
    background: #f9fcf7;
}


.ab5-step-text {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ab5-step-en {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #7ab86a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.7rem;
}

.ab5-step-en::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #9fc890;
}

.ab5-step-title {
    font-size: clamp(1.3rem, 2.8vw, 1.8rem);
    font-weight: 900;
    color: #1c2b1c;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.ab5-step-desc {
    font-size: 16px;
    color: #000000;
    line-height: 185%;
    margin-bottom: 1rem;
}


.ab5-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ab5-feature-list li {
    font-size: 18px;
    color: #5e814a;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.ab5-check {
    color: #ffffff;
    font-weight: 700;
    font-size: 19px;
    background-color: #f9bd1f;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.ab5-img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.ab5-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}


.ab5-cta {
    background: #fefff4;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    text-align: center;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
    border: 1px #9fc890 dashed;
}

.ab5-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(93, 181, 69, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
}

.ab5-cta-en {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #7ab86a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1rem;
    position: relative;
}

.ab5-cta-en::before,
.ab5-cta-en::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #4a8a3a;
}

.ab5-cta-title {
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 900;
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 0.6rem;
    position: relative;
}

.ab5-cta-desc {
    font-size: 18px;
    color: rgb(0 0 0 / 100%);
    line-height: 1.85;
    margin-bottom: 1.2rem;
    position: relative;
    letter-spacing: 4px;
}

.ab5-cta-phone {
    font-size: 40px;
    font-weight: 900;
    color: #f89b0a;
    letter-spacing: 3px;
    margin-bottom: 0.3rem;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.ab5-cta-name {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
}

/**/
@media (max-width: 991px) {
    .ab5-timeline-col {
        display: none;
    }

    .ab5-step-text {
        padding: 1rem 0.5rem;
    }

    .ab5-img-wrap {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .ab5-step-row {
        padding: 2rem 0;
    }

    .ab5-cta {
        padding: 2.5rem 1.5rem;
    }
}

/*page-service*/

.ya-section {
    padding: 3rem 0;
}

.ya-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #3a6b2a;
    margin-bottom: 0.5rem;
}

.ya-section-title::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #7ab648;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.ya-lead {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.ya-card {
    position: relative;
    border-bottom: 1.5px dashed #d4e9c2;
    border-radius: 0;
    padding: 1rem 1.25rem;
    display: flex;
    gap: 10px;
    transition: box-shadow 0.2s, border-color 0.2s;
    height: 100%;
    align-items: center;
}

.ya-card.y04,
.ya-card.y05,
.ya-card.y06 {
    border-bottom: unset;
}

.ya-card::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translate(0, -50%);
    display: block;
    width: 1px;
    height: 85px;
    border-right: 1px #d4e9c2 dashed;
}

.ya-card.y03::after,
.ya-card.y06::after {
    content: none;
}


.ya-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #eaf5dc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 55px;
}

.ya-icon i {
    font-size: 22px;
    color: #5a9a28;
}

.ya-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #2e5a1a;
    margin: 0;
}

.ya-card-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.85;
    margin: 0;
}

.ya-badge {
    display: inline-block;
    background: #eaf5dc;
    color: #3a6b2a;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .ya-card {
        padding: 2rem 0;
    }

    .ya-card::after {
        content: none;
    }

    .ya-card.y04,
    .ya-card.y05,
    .ya-card.y06 {
        border-bottom: 1.5px dashed #d4e9c2;
    }
}

@media (max-width: 767px) {
    .ya-card {
        padding: 1.5rem 0;
        flex-direction: column;
        text-align: center;
    }
}

/*page-news*/

/*.news-info-div {
    display: flex;
    align-items: center;
    gap: 17px;
}

.article-list004-1 .news-list .item .date {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #7dab64 !important;
    font-weight: bold;
    padding: 0;
}

.article-list004-1 .news-list .item {
    background-color: #f7fbf4;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 1rem;
    border-bottom: none;
}

.article-list004-1 .news-list .item .arrow {
    display: none;
}

.article-list004-1 .news-list .item:hover {
    background-color: #fff8de !important;
}

@media (max-width: 767px) {
    .article-list004-1 .news-info-div {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}*/

/*page-works*/

.album-detail001 .album-intro {
    display: none;
}

.album-detail001 .album-photo-list .photo-card .photo-img-div,
.album-detail001 .album-photo-list .photo-card .photo-img-div .overflow-hidden {
    border-radius: 20px;
}

.album-detail001 .album-photo-list .photo-card .photo-img-div {
    padding: 6px;
    background-color: #f0f4df;
}

.album-detail001 .album-photo-list .photo-card .photo-info {
    height: 50px;
    margin-top: 11px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px #7dab64 dashed;
}

.album-photo-list .photo-card:hover .photo-info,
.photo-card:hover .album-photo-link .photo-img-div {
    background-color: #7dab64 !important;
}

/*page-contact*/

/*.contact006-1-wrapper .contact-info-box {
    background-color: #7dab64 !important;
}

.contact006-1-wrapper .contact-form .form-group>label.required::after {
    background-color: #7dab64 !important;
}

.contact006-1-wrapper .contact-button-div .submit-btn {
    border-color: #fff !important;
    border-radius: 50px;
    background: linear-gradient(90deg, #7FBC5D 0%, #CCD382 100%);
    color: #fff !important;
}

.contact006-1-wrapper .contact-button-div .submit-btn:hover {
    background: linear-gradient(90deg, #CCD382 0%, #7FBC5D 100%);
}

.contact006-1-wrapper .contact-form .form-group .form-select,
.contact006-1-wrapper .contact-form .form-group .form-control {
    border-bottom-color: #7FBC5D !important;
}

.contact006-1-wrapper .con-title {
    position: relative;
    flex-direction: column-reverse;
    gap: 8px;
    margin-bottom: 0rem;
}

.contact006-1-wrapper .con-title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/UserFiles/image/index/ser_bg01.png);
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .contact006-1-wrapper .con-info .group .value a {
        font-size: 16px;
    }

    .contact006-1-wrapper .contact-box .con-info .group .label i {
        font-size: 16px;
        margin-right: 0;
    }

    .contact006-1-wrapper .con-info .group .value span {
        font-size: 16px;
    }

    .contact006-1-wrapper .contact-info-box {
        padding: 3rem 1.5rem 2rem;
    }

    .contact006-1-wrapper .con-title .text {
        font-size: 38px;
    }

    .contact006-1-wrapper .con-info {
        gap: 30px;
        margin: 2rem 1rem;
    }
}

@media screen and (max-width: 991px) {
    .contact006-1-wrapper .con-form-box {
        padding: 3rem;
    }

    .contact006-1-wrapper .contact-form>.row {
        flex-direction: column-reverse;
    }

    .contact006-1-wrapper .contact-info-box {
        margin: 3rem auto 0;
        max-width: 100%;
        padding: 2rem 1.5rem 1rem;
    }
}

@media (max-width: 767px) {
    .contact006-1-wrapper .contact-info-box {
        margin: 3rem auto 0;
    }
}

@media screen and (max-width: 575px) {
    .contact006-1-wrapper .con-form-box {
        margin-top: 0;
    }
}
*/

.side-menu004 {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
}

table {
    border-collapse: collapse;
}

table td,
table th {
    border: 1px solid #ccc;
    padding: 0.25rem 0.5rem;
}

.product-list004 .product-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-list004 .product-info {
    display: flex;
}

.content.show {
    padding-top: 0px;
}

.article-detail001-1 .article-box .detail-text {
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 2.5rem 0 0;
    margin-top: -46px;
    box-shadow: inherit;
}

.page-content .content {
    padding-bottom: 60px;
    padding-top: 50px;
}

.page-content .content>.container {
    min-height: 500px;
}

.category-row .category-bg {
    background-color: #dceebf !important;
}

.category-row .category-link::before {
    background-color: #ffffff !important;
}

.category-row .category-link:hover a,
.category-row .category-link.active a {
    color: #5e814a !important;
    font-weight: bold !important;
}

.category-select-btn {
    width: 90%;
    padding: 10px 10px 10px 10px;
    text-align-last: center;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDRfNjI4KSI+CjxtYXNrIGlkPSJtYXNrMF80NF82MjgiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij4KPHBhdGggZD0iTTQgMEgwVjVINFYwWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzQ0XzYyOCkiPgo8cGF0aCBkPSJNMiAwTDAgMkg0TDIgMFpNMiA1TDAgM0g0TDIgNVoiIGZpbGw9IiM3REFCNjQiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQ0XzYyOCI+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjUiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==') no-repeat right .75rem center / 8px 10px;
    background-color: #fdffe7;
    border-color: #7FBC5D;
    color: #7FBC5D;
    border-radius: 50px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .page-content .content {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .category-box {
        display: none;
    }

    .category-select-btn-wrapper {
        text-align: center;
        padding-bottom: 26px;
    }
}


#baguetteBox-overlay .full-image figcaption {
    color: #fff;
    background-color: rgb(121 173 59 / 80%);
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
}


/*page-link*/

.pagination .page-link {
    color: #7dab64 !important;
    border: 1px #7dab64 solid;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.pagination .page-item:hover .page-link {
    background: #7dab64 !important;
    color: #FFF !important;
}

.pagination .page-item.active .page-link {
    background: #7dab64 !important;
    border-color: #7dab64;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-item .page-link.next:hover,
.pagination .page-item .page-link.prev:hover {
    background: #7dab64 !important;
}


.pagination .page-item .page-link.next:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDdMMC43NSAxMy45MjgyTDAuNzUwMDAxIDAuMDcxNzk2NUw5IDdaIiBmaWxsPSIjRkY5QjA1Ii8+Cjwvc3ZnPgo=') no-repeat center center;
    width: 7px;
    height: 19px;
    background-size: 100%;
}

.pagination .page-item .page-link.next:hover:before {
    background: url(' data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDdMMC43NSAxMy45MjgyTDAuNzUwMDAxIDAuMDcxNzk2NUw5IDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center center;
    background-size: 100%;
    width: 7px;
    height: 19px;
}

.pagination .page-item .page-link.prev:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDdMMC43NSAxMy45MjgyTDAuNzUwMDAxIDAuMDcxNzk2NUw5IDdaIiBmaWxsPSIjRkY5QjA1Ii8+Cjwvc3ZnPgo=') no-repeat center center;
    transform: scale(-1);
    width: 7px;
    height: 19px;
    background-size: 100%;
}

.pagination .page-item .page-link.prev:hover:before {
    background: url(' data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDdMMC43NSAxMy45MjgyTDAuNzUwMDAxIDAuMDcxNzk2NUw5IDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center center;
    background-size: 100%;
    width: 7px;
    height: 19px;
    transform: scaleX(-1);
}


.page-btn a {
    text-decoration: none;
}

.page-btn .prev a,
.page-btn .next a {
    color: #7dab64;
}

.page-btn .home a {
    text-decoration: none;
    color: #fff;
    background-color: #7dab64;
    padding: 5px 10px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.page-btn .home a:hover {
    background-color: #5e8747;
    transition: all 0.3s ease-in-out;
}

.page-btn .next,
.page-btn .prev {
    border: 1px #7dab64 solid;
    border-radius: 50px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

.page-btn .next:hover,
.page-btn .prev:hover {
    background-color: #5e8747;
    border-color: #5e8747;
    transition: all 0.3s ease-in-out;
}

.page-btn .next:hover a,
.page-btn .prev:hover a {
    color: #fff;
}

.page-btn {
    padding-bottom: 3rem;
    padding-top: 0;
}

.page-btn .next:after {
    display: inline-block;
    content: "";
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80NV82MzQpIj4KPHBhdGggZD0iTTkgNi45OTk5OEwwLjc1IDEzLjkyODJMMC43NTAwMDEgMC4wNzE3NzczTDkgNi45OTk5OFoiIGZpbGw9IiM3REFCNjQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80NV82MzQiPgo8cmVjdCB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K') no-repeat center center;
    background-size: 100%;
    width: 7px;
    height: 19px;
    vertical-align: sub;
    margin-left: 4px;
}

.page-btn .next:hover:after {
    background: url(' data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDdMMC43NSAxMy45MjgyTDAuNzUwMDAxIDAuMDcxNzk2NUw5IDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center center;
    background-size: 100%;
    width: 7px;
    height: 19px;
}

.page-btn .prev:before {
    display: inline-block;
    content: "";
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80NV82MzQpIj4KPHBhdGggZD0iTTkgNi45OTk5OEwwLjc1IDEzLjkyODJMMC43NTAwMDEgMC4wNzE3NzczTDkgNi45OTk5OFoiIGZpbGw9IiM3REFCNjQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80NV82MzQiPgo8cmVjdCB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K') no-repeat center center;
    background-size: 100%;
    width: 7px;
    height: 19px;
    vertical-align: sub;
    margin-right: 4px;
    transform: scaleX(-1);
}


.page-btn .prev:hover:before {
    background: url(' data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDdMMC43NSAxMy45MjgyTDAuNzUwMDAxIDAuMDcxNzk2NUw5IDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center center;
    background-size: 100%;
    width: 7px;
    height: 19px;
    transform: scaleX(-1);
}

.mobile-bottom .fixed-bottom {
    margin: 0 0.75rem;
}

.mobile-bottom .button:nth-child(3n-1) {
    display: none;
}

.mobile-bottom .button:nth-child(3n-1) i {
    color: #486a2f;
}

.mobile-bottom .button:nth-child(3n-2) {
    background: #eca80c;
    flex: 4;
}

.mobile-bottom .button:nth-child(3n-2) .text a{
    font-size: 16px;
    font-weight: bold;
}

.mobile-bottom .button:nth-child(3n) {
    background: #5c851a;
    color: #fff;
    font-weight: bold;
}


.mobile-bottom .button:nth-child(3n) i {
    color: #e8a50d;
}


/*btn-fixed*/

.btn-fixed {
    right: 4px;
    bottom: 120px;
}

.btn-fixed .btn-list>* {
    margin-top: 7px;
}

.btn-fixed .btn-list {
    width: 56px;
}

.btn-fixed .btn-list>.community-link {
    width: 56px;
    height: 56px;
}


.go-top,
.go-top.show {
    width: 50px;
    right: 6px;
}

.sitemap-tree-wrap {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background: #f5f8f2;
    border-radius: 12px;
    padding: 6rem 2.5rem;
    border: 1px solid #e0eeda;
}

.sitemap-tree-root {
    display: flex;
    justify-content: center;
}

.sitemap-tree-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sitemap-tree-vline {
    width: 1.5px;
    height: 24px;
    background: #9fc890;
}

.sitemap-tree-hline {
    width: 85%;
    height: 1.5px;
    background: #9fc890;
}

.sitemap-tree-children {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px;
    width: 100%;
    padding-top: 20px;
}

.sitemap-tree-children .sitemap-tag {
    position: relative;
}

.sitemap-tree-children .sitemap-tag::before {
    content: '';
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5px;
    height: 20px;
    background: #9fc890;
}

.sitemap-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #3a7a2a;
    text-decoration: none;
    border: 1.5px solid #9fc890;
    border-radius: 100px;
    padding: 0.4rem 30px;
    background: white;
    letter-spacing: 0.5px;
    transition: all 0.22s;
    min-width: 197px;
    text-align: center;
    justify-content: center;
}

.sitemap-tag:hover {
    background: #3a7a2a;
    color: white;
    border-color: #3a7a2a;
}

.sitemap-tag--solid {
    background: #3a7a2a;
    color: white;
    border-color: #3a7a2a;
    font-weight: 700;
}

.sitemap-tag--solid:hover {
    background: #2e6a2e;
    border-color: #2e6a2e;
}

@media (max-width: 1399px) {
    .sitemap-tag {
        min-width: 189px;
    }
}

@media (max-width: 767px) {
    .sitemap-tree-hline {
        width: 90%;
    }

    .sitemap-tag {
        font-size: 18px;
        padding: 0.4rem 23px;
    }
}