body {
    height: auto;
}

@keyframes navLightSweep {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100vw);
    }
}

.navbar-div,
header .mobile-navbar .fixed-top .navbar {
    position: relative;

}

header .mobile-navbar .fixed-top .navbar {
    padding: 10px 0.75rem 15px;
}

.navbar-div::before,
header .mobile-navbar .fixed-top .navbar::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgb(255 218 122);
}

.navbar-div::after,
header .mobile-navbar .fixed-top .navbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 4px;
    background: linear-gradient(to right, transparent 0%, rgba(240, 208, 120, 0.5) 20%, rgb(255 251 237) 50%, rgba(240, 208, 120, 0.5) 80%, transparent 100%);
    z-index: 2;
    animation: navLightSweep 3s ease-in-out infinite;
    animation-delay: 0s;
}

header .mobile-navbar .logo-img img {
    max-height: 40px;
}

header .mobile-navbar .navbar.shrink .logo-img img {
    max-height: 30px;
}

header .mobile-navbar .navbar-button-group {
    padding: 0;
}

header .mobile-navbar .navbar-collapse {
    background-color: rgb(12 21 43 / 98%);
}

body.no-scroll header .mobile-navbar .navbar {
    border-bottom: unset;
}

header .navbar-brand a .logo-img {
    max-height: 51px;
}

header .navbar-div .navbar {
    padding: 0.5rem 1.5rem;
    /* border-bottom: 2px #ebc078 solid; */
}


header .navbar-div.shrink .navbar {
    padding: 5px 0.75rem;
}

header .navbar-div.shrink .navbar-brand a .logo-img {
    max-height: 40px;
}

header .nav-menu .item.nav-contact a {
    padding: 2px 16px;
}

header .nav-menu .item.nav-contact a i {
    background-color: #b07c4b !important;
    color: #fff !important;
    margin-right: 10px;
    justify-content: flex-start;
    width: auto;
}

header .nav-menu .item.nav-contact:hover a i {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff !important;
}

header .nav-menu .item.nav-contact {
    padding: 0;
    line-height: 40px;
}

header .nav-menu .item::before {
    background-color: #ebc078 !important;
    z-index: 4;
}

header .nav-menu .item:hover::before,
header .nav-menu .item.active::before {
    top: 60px;
}

header .nav-menu .item:hover a,
header .nav-menu .item.active a {
    top: 0;
}

header .navbar-div.shrink .nav-menu .item:hover::before,
header .navbar-div.shrink .nav-menu .item.active::before {
    top: 55px;
}

header .navbar-div.shrink .nav-menu .item.nav-contact {
    line-height: 40px;
}


.home-banner.bn001 .banner-txt {
    border: 1px #e1b243 solid;
    margin-top: 4rem;
}

.home-banner.bn001 .banner-txt .b-title {
    font-size: 40px;
    border-bottom: 1px #e1b243 solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 1399px) {
    header .nav-menu .item {
        padding-left: 10px;
        padding-right: 10px;
    }

    header .nav-menu .item.nav-contact a {
        padding: 2px 10px;
    }
}

@media (max-width: 1199px) {

    header .navbar-div .navbar {
        padding: 0.5rem 0.75rem;
    }

    header .navbar-brand a .logo-img {
        max-height: 40px;
    }

    header .navbar-div.shrink .navbar-brand a .logo-img {
        max-height: 35px;
    }

    header .nav-menu .item {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 991px) {
    .home-banner.bn001 .swiper-slide-active .banner-txt .b-title {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }

    .home-banner.bn001 .swiper-slide-active .banner-txt .s-title {
        font-size: 21px;
        letter-spacing: 2px;
        padding: 5px 0;
    }
}


/*home-hero*/

.features-section {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .feature-desc {
        letter-spacing: 0px;
    }
}

/*home-service*/

.home-news001 {
    background-color: #ffffff;
    padding-top: 355px;
    margin-top: -316px;
    padding-bottom: 20rem;
    z-index: 1;
    /* background-image: url(/UserFiles/image/index/ser_bg.jpg); */
    background: repeating-linear-gradient(120deg, transparent, transparent 8px, rgba(255, 214, 164, 0.2) 8px, rgba(255, 214, 164, 0.2) 9px) #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-news001 .header {
    display: none !important;
}

.home-news001 .news-list .swiper-button-next,
.home-news001 .news-list .swiper-button-prev {
    width: 30px;
    height: 50px;
    border-radius: 0;
}

/*home-about*/
.home-about.about001 {
    padding-bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0) !important;
}

.home-about.about001 .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    margin-top: -15rem;
}

.home-about.about001 .about-box>.text {
    flex-direction: column-reverse !important;
}

.home-about.about001 .about-box .title {
    color: #000 !important;
    line-height: 1.5 !important;
}

.home-about.about001 .about-box .title span {
    position: relative;
}

.home-about.about001 .about-box .title span::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #b07c4b;
    margin-top: 1rem;
}

.home-about.about001 .about-box .sub {
    color: #BC8B3C !important;
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 0;
}


.home-about.about001 .about-box .text-box {
    margin: 30px 3rem 30px 0;
    font-weight: 500;
}

.home-about.about001 .btn-more .icon i::before {
    content: '';
    display: block;
    width: 41px;
    height: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDQxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjYwOTM3NSIgeTE9IjYuNjE4NzciIHgyPSIzOS43MzUiIHkyPSI2LjYxODc4IiBzdHJva2U9IndoaXRlIi8+CjxsaW5lIHkxPSItMC41IiB4Mj0iMTAuNjg2OCIgeTI9Ii0wLjUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjc5NDI0OSAtMC42MDc1OTIgMC43OTQyNDkgLTAuNjA3NTkyIDQwLjcxOTIgNi42MTA4NCkiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat center center;
}

.home-about.about001 .about-img-box .about-img::after {
    content: none;
}

@media (max-width: 991px) {
    .home-about.about001 .about-box .text-box {
        margin: 40px auto;
    }
}


/*home-step*/

.process-section {
    padding: 30px 0 60px;
}

/*home-faq*/

.hone-service002-faq {
    background-color: #fff;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
    z-index: 1;
}

.hone-service002-faq .container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.head-div {
    text-align: left;
    flex: 0 0 400px;
}

.hone-service002-faq .home-title {
    text-align: left;
}

.hone-service002-faq .home-title .title-en {
    text-align: left;
}

.hone-service002-faq .home-title .title-cn {
    align-items: center;
    justify-content: flex-start;
}

.hone-service002-faq .home-title .title-cn span {
    padding: 0;
}

.hone-service002-faq .home-info-txt {
    text-align: left;
}

.hone-service002-faq .home-title .title-cn::before,
.hone-service002-faq .home-title .title-cn::after {
    content: none;
}

.hone-service002-faq .home-faq-box .h-faq-item {
    background-color: #FFFCF7;
    border: 1px #b07c4b solid !important;
    border-radius: 5px;
    margin: 25px 0;
    padding: 10px 15px;
}

.h-faq-item .answer-text {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.hone-service002-faq .home-faq-box .h-faq-item.is-open .answer-text {
    height: auto;
    margin-top: 1rem;
    font-size: 16px;
}

.hone-service002-faq .home-faq-box .h-faq-item.is-open .question-text {
    border-bottom: 1px #f2e2c6 solid;
    padding-bottom: 10px;
}

.hone-service002-faq .home-faq-box .h-faq-item .question-text {
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    font-size: 18px;
}

.h-faq-item .question-text::after {
    content: '+';
    margin-left: auto;
    font-size: 20px;
    color: #b89a5a;
    transition: transform 0.3s ease-in-out;
    line-height: 1;
}

.h-faq-item.is-open .question-text::after {
    transform: rotate(45deg);
}

.hone-service002-faq .home-faq-box .h-faq-item .question-text::before,
.hone-service002-faq .home-faq-box .h-faq-item .answer-text::before {
    width: 35px;
    height: 35px;
    font-size: 20px;
    flex: 0 0 35px;
}

@media (max-width: 991px) {
    .hone-service002-faq {
        padding: 3rem 0;
    }

    .hone-service002-faq .container {
        flex-direction: column;
        gap: 0px;

    }

    .hone-service002-faq .head-div {
        text-align: center;
        flex: 0;
    }

    .hone-service002-faq .home-title,
    .hone-service002-faq .home-title .title-en,
    .hone-service002-faq .home-info-txt {
        text-align: center;
    }

    .hone-service002-faq .home-title .title-cn {
        justify-content: center;
    }


}

/*home-news*/
/*.home-news005 .header>.text {
    flex-direction: column-reverse !important;
}

.home-news005 .header>.text .title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.home-news005 .header>.text .sub {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 16px !important;
    margin-bottom: 8px;
}

.home-news005 .header::before,
.home-news005 .header::after {
    height: 1px;
}

.home-news005 .btn-more i::before {
    content: '';
    display: block;
    width: 41px;
    height: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDQxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjYwOTM3NSIgeTE9IjYuNjE4NzciIHgyPSIzOS43MzUiIHkyPSI2LjYxODc4IiBzdHJva2U9IndoaXRlIi8+CjxsaW5lIHkxPSItMC41IiB4Mj0iMTAuNjg2OCIgeTI9Ii0wLjUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjc5NDI0OSAtMC42MDc1OTIgMC43OTQyNDkgLTAuNjA3NTkyIDQwLjcxOTIgNi42MTA4NCkiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat center center;
}

.home-news005 .news-list .item{
    padding: 0.4rem 0.4rem 0.4rem 1rem;
}

.home-news005 .news-list .item .more-btn {
    background-color: #b07c4b;
}

.home-news005 .news-list .item .info .date {
    display: none !important;
}


@media (max-width: 991px) {
    .home-news005 {
        padding: 40px 0 !important;
    }

    .home-news005 .news-list .item .info {
        flex-direction: column;
    }

}

@media (max-width: 767px) {
    .home-news005 {
        height: auto;

    }

    .home-news005 .news-list .item {
        padding: 1rem;
    }
}
*/
/*home-news2*/
.dy-home-news {
    background: repeating-linear-gradient(120deg, transparent, transparent 8px, rgba(255, 214, 164, 0.2) 8px, rgba(255, 214, 164, 0.2) 9px) #ffffff;
}

.dy-home-news::before {
    content: none;
}

.dy-home-news .title-box {
    padding: 0 !important;
    margin-top: 0 !important;
    align-items: center;
    position: relative;
}

.title-box .sub {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 16px !important;
    margin-bottom: 8px;
    font-weight: 500;
}

.title-box .sub::before {
    content: none;
}

.title-box .title span {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
}

.dy-home-news .dy-news-list {
    margin: 3rem 0 0;
}

.dy-home-news .news-item .news-info .date {
    display: none;
}

.dy-home-news .news-item .news-info .news-more {
    background-color: #b07c4b !important;
    font-size: 13px;
    font-weight: 500 !important;
}

.dy-home-news .title-box::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    top: 50%;
    left: 0px;
    background-color: #e4d2aa;
}

.dy-home-news .title-box::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    top: 50%;
    right: 0px;
    background-color: #e4d2aa;
}



.dy-home-news .news-item .news-info .title a {
    font-size: 20px;
}

.dy-home-news .news-item:hover .news-info .title a {
    color: #966537 !important;
}

.dy-home-news .news-item:hover .news-info .news-more {
    background-color: #966537 !important;
}

.dy-home-news .news-item {
    background-color: #fffaf1 !important;
    margin-bottom: 2rem;
    border-radius: 10px;
    border: 1px #e3ba75 solid !important;
}

.dy-home-news .news-item .news-info .text {
    -webkit-line-clamp: 3;
    height: 85px;
}

.dy-home-news .news-item .news-info .title {
    border-bottom-color: #cba972 !important;
}

.dy-home-news .news-item:hover {
    background-color: #fff6e3 !important;
}


.dy-home-news .btn-more {
    background-color: #b07c4b;
    padding: 8px 22px;
    display: flex;
    align-items: center;
    border-radius: 0;
    margin-top: 3rem;
    transition: 0.3s all linear;
    line-height: unset;
    font-weight: 500;
}

.dy-home-news .btn-more::after {
    background-color: rgba(0, 0, 0, 0);
}


.dy-home-news .btn-more .icon i {
    display: none;
}

.dy-home-news .btn-more .icon::after {
    content: '';
    display: block;
    width: 41px;
    height: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDQxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjYwOTM3NSIgeTE9IjYuNjE4NzciIHgyPSIzOS43MzUiIHkyPSI2LjYxODc4IiBzdHJva2U9IndoaXRlIi8+CjxsaW5lIHkxPSItMC41IiB4Mj0iMTAuNjg2OCIgeTI9Ii0wLjUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjc5NDI0OSAtMC42MDc1OTIgMC43OTQyNDkgLTAuNjA3NTkyIDQwLjcxOTIgNi42MTA4NCkiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat center center;
}

.dy-home-news .btn-more:hover {
    background-color: #966537 !important;
}


@media (max-width: 991px) {

    .dy-home-news .title-box::before,
    .dy-home-news .title-box::after {
        width: 30%;
    }
}

/*title-style*/

.title-box {
    position: relative;
    z-index: 2;
    padding-top: 4rem;
}

.services-header-label {
    text-align: center;
    letter-spacing: 0.2em;
    color: #b89a5a;
    font-size: 16px;
    margin-bottom: 8px;
}

.services-header-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.services-header-divider {
    text-align: center;
    line-height: 1;
}

.services-header-divider span {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #b89a5a;
}

.process-section .services-header-title {
    color: #fff;
}

/*mobile-bottom*/
.mobile-bottom .button:nth-child(3n-2) {
    background: #c09144;
}

.mobile-bottom .button:nth-child(3n-1) {
    background: #e9d1a6;
}

.mobile-bottom .button:nth-child(3n-1) i,
.mobile-bottom .button:nth-child(3n-1) .text a {
    color: #6f4400;
}

.mobile-bottom .button:nth-child(3n-1),
.mobile-bottom .button:nth-child(3n-2),
.mobile-bottom .button:nth-child(3n) {
    flex: 1;
}

.mobile-bottom .button:nth-child(3n) {
    background: #34c754;
    color: #fff;
}

.mobile-bottom .button:nth-child(3n) a {
    color: #fff;
}

.mobile-bottom .button:nth-child(3n) i {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0%;
    font-size: 27px;
}

.mobile-bottom .fixed-bottom {
    padding: 0 0.75rem;
}

/*page-contact*/

.contact-title .title-box {
    padding-top: 0;
}


.page-banner .banner-image .container {
    position: relative;
    z-index: 0;
}

.page-banner .breadcrumb {
    color: #fff;
}

.page-content .page-banner .banner-image {
    height: 230px;
}

.page-banner .banner-image .title-div .title .text {
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
}

.page-banner .banner-image .title-div {
    padding-top: 100px;
}

.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 {
    margin-top: 0;
}

.page-banner .banner-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 230px;
    background-color: rgb(84 84 84 / 60%);
    z-index: 0;
}

.article-list005 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

.article-list005 .news-list .item {
    border: 1px #ede0c1 solid;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 9px;
}

.article-list005 .news-list .item .info .title a {
    font-size: 20px;
}

.article-list005 .news-list .item .info .more-btn {
    background-color: #b07c4b !important;
}

.article-list005 .news-list .item:hover .more-btn {
    background-color: #966537 !important;
}

.article-list005 .news-list .item:hover .info .title a {
    color: #b07c4b !important;
}

@media (max-width: 1199px) {
    .article-list005 .news-list .item .info .title a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .page-content .page-banner .banner-image {
        height: 160px;
    }

    .page-banner .banner-image::before {
        top: 0;
        padding-bottom: 160px;

    }
}


/**/

.side-menu004 {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
}

.pagination .page-item.active .page-link {
    background: #b07c4b !important;
}

.pagination .page-link {
    color: #b07c4b !important;
}

.pagination .page-item:hover .page-link {
    background: #b07c4b !important;
}

/* table */

.row .block .nowarpTable,
.row .column .nowarpTable {
    border: 1px #f8e0a3 solid;
    border-radius: 0;
    background-color: rgb(255 255 255);
}

.row .nowarpTable p {
    margin-bottom: 0;
}

.row .block table tr td,
.row .block table tr th,
.row .column table tr td,
.row .column table tr th {
    padding: 6px;
    border-width: 3px;
}

.row .block table tr,
.row .column table tr {
    border-color: rgb(255 255 255);
    border-width: 0px;
}

.row .block table tr th,
.row .column table tr th {
    color: #ffffff;
    font-weight: bold;
    background-color: #d9c079;
    border-radius: 0;
    font-size: 18px;
}

.row .block table tr td,
.row .column table tr td {
    background-color: #fffbf1;
    border-radius: 0;
}

.row .block table tr td:first-child,
.row .column table tr td:first-child {
    position: relative;
    color: #b07c4b;
    background-color: #fff2cc;
    padding-left: 24px;
    max-width: 240px;
    font-weight: bold;
}

.row .block table tr td:first-child::before,
.row .column table tr td:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    background-color: #e6ba90;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
}

.row .column h3,
.row .block h3 {
    font-size: 24px;
}


.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 .page-title,
.page-content .page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 2rem;
    position: relative;
    color: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}

.article-detail001-1 .article-box a {
    text-decoration: none;
}


/*.article-detail001-1 .article-box .page-title::before,
.page-content .page-title::before {
    content: '';
    flex: 1;
    max-width: 100%;
    height: 9px;
    background: linear-gradient(90deg, transparent, #b8913a) left 5px / calc(100% - 17px) 1px no-repeat,
        linear-gradient(#b8913a, #b8913a) calc(100% - 10px) 2px / 7px 7px no-repeat;
}


.article-detail001-1 .article-box .page-title::after,
.page-content .page-title::after {
    content: '';
    flex: 1;
    max-width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #b8913a, transparent) right 5px / calc(100% - 17px) 1px no-repeat,
        linear-gradient(#b8913a, #b8913a) 10px 2px / 7px 7px no-repeat;
}
*/

.article-detail001-1 .article-box .date {
    margin-bottom: 2rem;
    margin-top: 1rem;
    top: 0;
}

.article-detail001-1 .article-box .page-title span,
.page-content .page-title span {
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.22em;
    white-space: nowrap;
    position: relative;
    margin: 0 auto;
}


.article-detail001-1 .article-box .page-title span,
.article-detail001-1 .article-box .page-title h1,
.page-content .page-title span,
.page-content .page-title {
    font-size: 30px;
    color: #aa7646;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

.article-detail001-1 .article-box .toc-wrapper {
    display: none;
}

.article-detail001-1 .article-box .detail-text {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0;
    margin-top: 0;
    box-shadow: inherit;
}

.page-content .content {
    padding-top: 60px;
    padding-bottom: 60px;
    background: repeating-linear-gradient(120deg, transparent, transparent 8px, rgba(255, 214, 164, 0.2) 8px, rgba(255, 214, 164, 0.2) 9px) #ffffff;
}

@media (max-width: 991px) {

    .page-content .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .home-news001 {
        height: auto;
    }
}

.home-news001 .news-list .item {
    border: 1px #ede0c1 solid;
    background-color: rgba(255, 255, 255, 0.5);
}

.home-news001 .news-list .item .img-div {
    position: relative;
    overflow: hidden;
}

.home-news001 .news-list .item .img-div::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 1;
    transition: transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}

.home-news001 .news-list .item:hover .img-div::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

.home-news001 .news-list .item .info .title a {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .home-news001 .news-list .item .info .title a {
        font-size: 20px;
    }
}

@media (max-width: 991px) {

    .article-detail001-1 .article-box .page-title span,
    .article-detail001-1 .article-box .page-title h1,
    .page-content .page-title span,
    .page-content .page-title {
        font-size: 26px;
        line-height: 175%;
        white-space: wrap;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

/*footer*/

@media (max-width: 1399px) {
    .sc-action {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .footer {
        margin-bottom: 50px;
    }

    .contact-phone {
        font-size: 32px;
        gap: 6px;
        width: 100%;
        justify-content: center;
    }

    .contact-addr {
        width: 100%;
        font-size: 20px;
    }

    .contact-addr i {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-contact-list li {
        gap: 6px;
    }



    .footer-social-cards .sc-at {
        font-size: 22px;
    }
}

/*btn-fixed*/

.btn-fixed {
    right: 4px;
    bottom: 120px;
}

.btn-fixed .btn-list>* {
    margin-top: 7px;
}

.btn-fixed .btn-list {
    width: 50px;
}

.btn-fixed .btn-list>.community-link {
    width: 50px;
    height: 50px;
}

.go-top,
.go-top.show {
    width: 50px;
    right: 6px;
}

@media (max-width: 991px) {
    .go-top.show {
        bottom: 65px;
        display: block !important;
    }
}

/*page-btn*/

.page-btn a {
    text-decoration: none;
}

.page-btn .home a {
    text-decoration: none;
    color: #fff;
    background-color: #b07c4b;
    padding: 5px 10px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.page-btn .home a:hover {
    background-color: #966537;
    transition: all 0.3s ease-in-out;
}

.page-btn .next,
.page-btn .prev {
    border: 1px #b07c4b solid;

    border-radius: 50px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

.page-btn .prev a,
.page-btn .next a {
    color: #b07c4b !important;
}

.page-btn .next:hover,
.page-btn .prev:hover {
    background-color: #fff2e6;
    transition: all 0.3s ease-in-out;
}

.page-btn {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

@media (max-width: 991px) {
    .page-btn {
        padding-bottom: 1rem;
    }
}


/*page-service*/

.svc-wrap {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.svc-wrap h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.5rem 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #c8a96e;
    display: inline-block;
    width: 100%;
}

.svc-intro {
    color: #555;
    margin: 0 0 1.75rem;
    font-size: 16px;
}

.svc-divider {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 1.5rem 0;
}

.svc-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.25rem 0 1.5rem;
    padding-left: 10px;
    border-left: 3px solid #c8a96e;
}

/*ser01*/

.detail-text h2,
.page-content .row h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #c8a96e;
    display: inline-block;
    width: 100%;
    line-height: 185%;
}

.detail-text h3,
.page-content .row h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.25rem 0 1rem;
    padding-left: 10px;
    border-left: 3px solid #c8a96e;
}

.detail-text h4,
.page-content .row h4 {
    font-size: 19px;
    color: #aa7646;
    font-weight: bold;
}

@media (max-width: 991px) {

    .detail-text h2,
    .page-content .row h2 {
        font-size: 22px;
    }

    .detail-text h3,
    .page-content .row h3 {
        font-size: 19px;
    }
}

.footer-contact-list li:nth-child(2) {
    -webkit-touch-callout: none;
    pointer-events: none;
}


.contact-addr {
    -webkit-touch-callout: none;
    pointer-events: none;
}

.s-title span {
    -webkit-touch-callout: none;
    pointer-events: none;
}

/*page-contact*/
.contact001-2-wrapper .contact-box>div {
    padding: 1rem;
}


.contact001-2-wrapper .contact-box .logo {
    display: none;
}

.contact001-2-wrapper .contact-box>div h2 {
    margin-top: 0;
}

.contact001-2-wrapper .contact-box .con-info .group {
    border: 1px #c8a96f solid;
    background-color: #fffdf8 !important;
}

.contact001-2-wrapper .contact-box .con-info .group .label span {
    letter-spacing: 1px;
}

.contact001-2-wrapper .contact-box .con-info .group .label i {
    color: #c8a96f !important;
}

.contact001-2-wrapper button.btn.submit-btn {
    background-color: #b07c4b !important;
    border-radius: 0;
}

.contact001-2-wrapper button.btn.submit-btn:hover {
    background-color: #966537 !important;
}


.sitemap-wrap {
    background: #fdfaf3;
    border: 1px solid #ddd0b0;
    border-radius: 14px;
    padding: 40px 48px;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    box-shadow: 0 4px 20px rgba(44, 26, 14, 0.07);
}

/*sitemap*/
.sitemap-wrap {
    background: #fffbf3;
    border: 1px solid rgba(201, 168, 76, 0.27);
    border-top: 3px solid #c9a84c;
    padding: 5rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 0;
    position: relative;
    border-radius: 0;
}


.sitemap-wrap::before,
.sitemap-wrap::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #c9a84c;
    border-style: solid;
}

.sitemap-wrap::before {
    bottom: -1px;
    left: -1px;
    border-width: 0 0 2px 2px;
}

.sitemap-wrap::after {
    bottom: -1px;
    right: -1px;
    border-width: 0 2px 2px 0;
}


.sitemap-col {
    padding: 0 40px;
    border-right: 1px solid rgba(201, 168, 76, 0.2);
}

.sitemap-col:first-child {
    padding-left: 0;
}

.sitemap-col:last-child {
    border-right: none;
    padding-right: 0;
}


.sitemap-col h3 {
    font-size: 21px;
    font-weight: 700;
    color: #0d0901;
    letter-spacing: 0.25em;
    margin-bottom: 6px;
    border-left: none !important;
    padding-left: 0 !important;
}

.sitemap-col h3::after {
    content: '';
    display: block;
    margin-top: 10px;
    margin-bottom: 22px;
    width: 50px;
    height: 3px;
    background: #c9a84c;
}


.sitemap-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 0;
}

.sitemap-col ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}


.dash {
    color: rgb(176 124 75);
    font-size: 14px;
    flex-shrink: 0;
}

.sitemap-col ul li a {
    color: #b07c4b;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    transition: color .2s, letter-spacing .2s;
}

.sitemap-col ul li a:hover {
    color: #c9a84c;
    letter-spacing: 0.14em;
}

.sitemap-col:nth-child(2) ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px 24px;
}

.sitemap-col:nth-child(2) ul li {
    width: calc(50% - 12px);
}

@media (max-width: 991px) {
    .sitemap-wrap {
        padding: 0 2rem;
        grid-template-columns: 1fr;
    }

    .sitemap-col {
        padding: 0;
        margin: 1rem 0;
        border-right: unset;
    }

    .sitemap-col:nth-child(2) ul {
        gap: 13px 25px;
    }

    .sitemap-col:nth-child(2) ul li {
        width: 100%;
    }
}

/*service-page*/
.zj-section-header {
    text-align: center;
    margin-bottom: 0;
}

.zj-section-header .zj-eyebrow {
    font-size: 11.5px;
    letter-spacing: 0.2em;
    color: #9a7c3e;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.zj-section-header h1 {
    font-size: 24px;
    font-weight: 500;
    color: #2c2c2a;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.zj-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0.75rem;
}

.zj-divider-line {
    width: 44px;
    height: 1px;
    background: #c5a55a;
}

.zj-divider-dot {
    width: 5px;
    height: 5px;
    background: #c5a55a;
    transform: rotate(45deg);
}


.zj-intro {
    background: #fdf9ee;
    border: 0.5px solid #e8d48a;
    border-radius: 12px;
    padding: 1.4rem 1.75rem;
    margin-bottom: 2.25rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.zj-intro .zj-intro-icon {
    font-size: 18px;
    color: #b8922a;
    flex-shrink: 0;
    margin-top: 4px;
}

.zj-intro p {
    font-size: 16px;
    color: #5f5e5a;
    margin: 0;
}

.zj-intro strong {
    color: #8a6820;
    font-weight: bold;
}

.zj-loan-card {
    background: #fff;
    border: 0.5px solid #d3d1c7;
    border-radius: 12px;
    padding: 1.2rem 1.25rem;
    transition: border-color 0.2s;
    height: 100%;
}

.zj-loan-card:hover {
    border-color: #c5a55a;
}

.zj-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.zj-card-num {
    width: 26px;
    height: 26px;
    background: #f5eedc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #8a6820;
    flex-shrink: 0;
}

.zj-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2a;
}

.zj-card-desc {
    font-size: 16px;
    color: #5f5e5a;
    line-height: 1.75;
    border-top: 0.5px solid #e8d48a;
    padding-top: 10px;
    margin: 0;
}



.zj-shared-footer {
    border-top: 0.5px solid #d3d1c7;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.zj-steps-list {
    display: flex;
    flex-direction: column;
}

.zj-step-row {
    display: flex;
}

.zj-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48px;
    flex-shrink: 0;
    padding-top: 2px;
}

.zj-step-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #c5a55a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #8a6820;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.zj-step-line {
    width: 1.5px;
    flex: 1;
    background: #e8d48a;
    margin: 4px 0;
}

.zj-step-row:last-child .zj-step-line {
    display: none;
}

.zj-step-body {
    flex: 1;
    padding: 2px 0 1.5rem 1rem;
}

.zj-step-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2a;
    line-height: 32px;
    margin-bottom: 5px;
}

.zj-step-desc {
    font-size: 16px;
    color: #5f5e5a;
    line-height: 1.75;
    margin: 0;
}

.zj-adv-list {
    display: flex;
    flex-direction: column;
}

.zj-adv-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 0.5px solid #d3d1c7;
}

.zj-adv-row:first-child {
    border-top: 0.5px solid #d3d1c7;
}

.zj-adv-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #b8922a;
    font-size: 25px;
}

.zj-adv-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2a;
    margin-bottom: 4px;
}

.zj-adv-desc {
    font-size: 16px;
    color: #5f5e5a;
    line-height: 1.75;
    margin: 0;
}

.zj-contact-grid {
    margin-bottom: 0;
}

.zj-contact-grid [class*="col"] {
    margin-bottom: 14px;
}

.zj-contact-info {
    background: #fff;
    border: 0.5px solid #d3d1c7;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.zj-contact-eyebrow {
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #888780;
    margin-bottom: 0.75rem;
}

.zj-contact-phone {
    font-size: 28px;
    font-weight: bold;
    color: #2c2c2a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zj-contact-phone .zj-ico {
    font-size: 18px;
    color: #b8922a;
}

.zj-contact-row {
    font-size: 18px;
    color: #5f5e5a;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0.55rem;
}

.zj-contact-row .zj-ico {
    font-size: 14px;
    color: #b8922a;
    flex-shrink: 0;
}

.zj-contact-btns {
    background: #fdf9ee;
    border: 0.5px solid #e8d48a;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
}

.zj-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;
    text-decoration: none !important;
    transition: opacity 0.15s;
    color: #fff !important;
}

.zj-action-btn:hover {
    opacity: 0.85;
}

.zj-action-btn .zj-ico {
    font-size: 21px;
}

.zj-btn-line {
    background: #00b900;
}

.zj-btn-fb {
    background: #1877f2;
}

.zj-btn-mail {
    background: #7a5c18;
}


.zj-highlight-block {
    background: #fdf9ee;
    border: 0.5px solid #e8d48a;
    border-radius: 12px;
    padding: 1.4rem 1.75rem;
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-top: 2rem;
}

.zj-highlight-icon {
    font-size: 18px;
    color: #b8922a;
    flex-shrink: 0;
    margin-top: 3px;
}

.zj-highlight-block p {
    font-size: 14.5px;
    line-height: 1.9;
    color: #5f5e5a;
    margin: 0;
}

.zj-card-icon {
    width: 28px;
    height: 28px;
    background: #f5eedc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #8a6820;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .zj-loan-card {
        height: auto;
        /* margin: 1rem 0; */
    }
}

/*cta*/


.pawnshop-cta__heading {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pawnshop-cta__heading::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    flex: 1;
    width: 32%;
    height: 9px;
    background: linear-gradient(90deg, transparent, #b8913a) left 5px / calc(100% - 17px) 1px no-repeat, linear-gradient(#b8913a, #b8913a) calc(100% - 10px) 2px / 7px 7px no-repeat;
}

.pawnshop-cta__heading::after {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    flex: 1;
    width: 30%;
    height: 10px;
    background: linear-gradient(90deg, #b8913a, transparent) right 5px / calc(100% - 17px) 1px no-repeat, linear-gradient(#b8913a, #b8913a) 10px 2px / 7px 7px no-repeat;
}

.pawnshop-cta__heading h2 {
    font-size: 21px !important;
    font-weight: bold !important;
    color: #8e6117 !important;
    margin-bottom: 6px !important;
    letter-spacing: 2px !important;
    border-bottom: unset !important;
}

.pawnshop-cta__heading p {
    font-size: 18px;
    color: rgb(190 148 93);
    margin: 0;
}

.pawnshop-cta__cols {
    display: flex;
    align-items: stretch;
}

.pawnshop-cta__col {
    flex: 1;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 0.5px solid rgb(223 196 158);
}

.pawnshop-cta__col:last-child {
    border-right: none;
}

.pawnshop-cta__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgb(174 138 88);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    flex-shrink: 0;
}

.pawnshop-cta__icon i {
    font-size: 23px;
    color: rgb(174 138 88);
}

.pawnshop-cta__col h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #000000 !important;
    margin-bottom: 1.1rem !important;
    letter-spacing: 2px;
    border-left: unset !important;
    margin: 0 0 1rem !important;
    padding-left: 0 !important;
}

.pawnshop-cta__phone {
    font-size: 30px;
    font-weight: bold;
    color: #815822;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0;
}

.pawnshop-cta__addr {
    font-size: 16px;
    color: rgb(0 0 0);
    margin-top: 6px;
    margin-bottom: 1.25rem;
    line-height: 1.85;
}

.pawnshop-cta__desc {
    font-size: 16px;
    color: rgb(125 83 27);
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.pawnshop-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    margin-top: auto;
    cursor: pointer;
    transform: translateY(0);
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    user-select: none;
}

.pawnshop-cta__btn--white {
    background: #dcac40;
    color: #ffffff;
    box-shadow: 0 5px 0 #a07828;
}

.pawnshop-cta__btn--white:hover {
    background: #9a7848;
    color: #fff;
    transform: translateY(2px);
    box-shadow: 0 2px 0 #7c5f36;
}

.pawnshop-cta__btn--white:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #7c5f36;
    color: #fff;
}

.pawnshop-cta__btn--line {
    background: #06C755;
    color: #fff;
    box-shadow: 0 5px 0 #049040;
}

.pawnshop-cta__btn--line:hover {
    background: #05b04c;
    color: #fff;
    transform: translateY(2px);
    box-shadow: 0 2px 0 #049040;
}

.pawnshop-cta__btn--line:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #049040;
    color: #fff;
}

.pawnshop-cta__btn--fb {
    background: #1877F2;
    color: #fff;
    box-shadow: 0 5px 0 #0f55b8;
}

.pawnshop-cta__btn--fb:hover {
    background: #1468d4;
    color: #fff;
    transform: translateY(2px);
    box-shadow: 0 2px 0 #0f55b8;
}

.pawnshop-cta__btn--fb:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #0f55b8;
    color: #fff;
}

.pawnshop-cta__social {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: auto;
}

@media (max-width: 991px) {
    .pawnshop-cta {
        border: 1px #ffebc7 solid;
        border-radius: 20px;
    }

    .pawnshop-cta__heading::before,
    .pawnshop-cta__heading::after {
        display: none;
    }

    .pawnshop-cta__cols {
        flex-direction: column;
    }

    .pawnshop-cta__btn {
        width: 60%;
    }

    .pawnshop-cta__social {
        flex-direction: row;
        width: 70%;
    }

    .pawnshop-cta__col {
        border-right: unset;
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .pawnshop-cta__btn {
        width: 100%;
    }

    .pawnshop-cta__social {
        flex-direction: column;
        width: 100%;
    }
}



/*anchor*/

.zj-toc {
    border: 1.5px solid #C8A96E;
    border-radius: 10px;
    padding: 20px 24px 16px;
    background: #FFFDF8;
}

.zj-toc h3 {
    color: #7A5522 !important;
    margin: 0 0 14px !important;
    padding-left: 0 !important;
    border-left: unset !important;
}


.zj-toc h3 i {
    margin-right: 0.5rem;
}

.zj-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.zj-toc ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #5C3D1A;
    text-decoration: none;
    padding: 3px 4px;
    border-radius: 6px;
}

.zj-toc ul li a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #C8A96E;
    flex-shrink: 0;
}

.zj-toc ul li a:hover {
    background: #FDF3E3;
    color: #7A5522;
}

.related-wrap img {
    display: block !important;
    border: none !important;
    vertical-align: middle !important;
    max-width: 100% !important;
}


.related-wrap {
    position: static !important;
}

.related-heading {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #7a5520 !important;
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-top: 2rem;
}

.related-heading i {
    color: #9a7540 !important;
}

.related-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
}

.related-card {
    border-radius: 12px !important;
    overflow: hidden !important;
    display: flex !important;
    border: 0.5px solid #d4c99a !important;
    background: #fff !important;
    position: relative !important;
    isolation: isolate !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.35s ease !important;
    gap: 10px;
    min-height: 160px;
}

.related-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(120, 85, 20, 0.14) !important;
    border-color: #c8a96e !important;
    background: #faf6ef !important;
}


.related-card-link {
    text-decoration: none !important;
    color: inherit !important;
    font-size: 19px !important;
    font-weight: bold !important;
    color: #5a4010 !important;
    line-height: 1.4 !important;
    display: block !important;
    margin-bottom: 2px !important;
    transition: font-size 0.2s ease !important;
}

.related-card:hover .related-card-link {
    font-size: 18px !important;
}

.related-card-link::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

.related-card-img {
    width: 200px !important;
    min-width: 150px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
}

.related-card-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.45s ease !important;
}

.related-card:hover .related-card-body {
    transform: translateY(0px) !important;
}

.related-card:hover .related-card-img img {
    transform: scale(1.1) !important;
}

.related-card-body {
    flex: 1 !important;
    padding: 16px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: hidden !important;
    transform: translateY(-9px) !important;
}

.related-card-tag {
    font-size: 13px !important;
    font-weight: 500 !important;
    background: #c8a96e !important;
    color: #fff !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    margin-bottom: 7px !important;
    width: fit-content !important;
    opacity: 0 !important;
    transform: translateY(29px) !important;
    transition: opacity 0.25s ease 0.05s, transform 0.25s ease 0.05s !important;
}

.related-card:hover .related-card-tag {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.related-card-desc {
    font-size: 16px !important;
    color: #9a8050 !important;
    line-height: 1.65 !important;
    transition: color 0.25s ease !important;
}

.related-card:hover .related-card-desc {
    color: #5a4010 !important;
}

.related-card-more {
    font-size: 14px !important;
    color: #9a7540 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease 0.1s, margin-top 0.3s ease 0.1s !important;
}

.related-card:hover .related-card-more {
    max-height: 26px !important;
    margin-top: 3px !important;
}

@media (max-width: 991px) {
    .related-grid {
        grid-template-columns: 1fr !important;
    }

    .related-card-tag {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .related-card-link {
        font-size: 18px !important;
    }

    .related-card .related-card-more {
        max-height: 26px !important;
        margin-top: 3px !important;
    }

    .related-card-body {
        transform: translateY(0) !important;
    }

    .related-card-img {
        width: 200px !important;
    }

    .related-card {
        min-height: auto;
        align-items: center;
    }

}

@media (max-width: 475px) {
    .related-card-img {
        width: 150px !important;
        height: 110px;
        margin-left: 15px;
    }
}


/*page-news*/

.article-list-box004 .article-list004 .item {
    margin: 0 auto 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.article-list-box004 .article-list004 .item:hover {
    background-color: #fef3e2;
}

.article-list-box004 .article-list004 .item .more-btn {
    background-color: #b07c4b;
}

.article-list-box004 .article-list004 .item:hover .more-btn {
    background-color: #966537;
}

.article-list-box004 .article-list004 .item .info .date {
    display: flex;
    align-items: center;
}

.article-list-box004 .article-list004 .item .info .date:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODU4NTYgMTQuMjQyMkM3LjU4NzA0IDE0LjI0MjIgNy4zNTkyNyAxNC4xNTAyIDcuMTc1MjcgMTMuOTY2MkM2Ljk5MTI3IDEzLjc4MjIgNi44OTk1OSAxMy41NTQ3IDYuOTAwMjMgMTMuMjgzOUM2LjkwMDIzIDEzLjAxMjMgNi45OTIyMyAxMi43ODQ2IDcuMTc2MjMgMTIuNjAwNkM3LjM2MDIzIDEyLjQxNjYgNy41ODc2NyAxMi4zMjQ5IDcuODU4NTYgMTIuMzI1NUM4LjEzMDA5IDEyLjMyNTUgOC4zNTc4NSAxMi40MTc1IDguNTQxODUgMTIuNjAxNUM4LjcyNTg1IDEyLjc4NTUgOC44MTc1MyAxMy4wMTMgOC44MTY5IDEzLjI4MzlDOC44MTY5IDEzLjU1NTQgOC43MjQ5IDEzLjc4MzEgOC41NDA5IDEzLjk2NzFDOC4zNTY5IDE0LjE1MTEgOC4xMjk0NSAxNC4yNDI4IDcuODU4NTYgMTQuMjQyMlpNMTEuNjkxOSAxNC4yNDIyQzExLjQyMDQgMTQuMjQyMiAxMS4xOTI2IDE0LjE1MDIgMTEuMDA4NiAxMy45NjYyQzEwLjgyNDYgMTMuNzgyMiAxMC43MzI5IDEzLjU1NDcgMTAuNzMzNiAxMy4yODM5QzEwLjczMzYgMTMuMDEyMyAxMC44MjU2IDEyLjc4NDYgMTEuMDA5NiAxMi42MDA2QzExLjE5MzYgMTIuNDE2NiAxMS40MjEgMTIuMzI0OSAxMS42OTE5IDEyLjMyNTVDMTEuOTYzNCAxMi4zMjU1IDEyLjE5MTIgMTIuNDE3NSAxMi4zNzUyIDEyLjYwMTVDMTIuNTU5MiAxMi43ODU1IDEyLjY1MDkgMTMuMDEzIDEyLjY1MDIgMTMuMjgzOUMxMi42NTAyIDEzLjU1NTQgMTIuNTU4MiAxMy43ODMxIDEyLjM3NDIgMTMuOTY3MUMxMi4xOTAyIDE0LjE1MTEgMTEuOTYyOCAxNC4yNDI4IDExLjY5MTkgMTQuMjQyMlpNMTUuNTI1MiAxNC4yNDIyQzE1LjI1MzcgMTQuMjQyMiAxNS4wMjU5IDE0LjE1MDIgMTQuODQxOSAxMy45NjYyQzE0LjY1NzkgMTMuNzgyMiAxNC41NjYzIDEzLjU1NDcgMTQuNTY2OSAxMy4yODM5QzE0LjU2NjkgMTMuMDEyMyAxNC42NTg5IDEyLjc4NDYgMTQuODQyOSAxMi42MDA2QzE1LjAyNjkgMTIuNDE2NiAxNS4yNTQzIDEyLjMyNDkgMTUuNTI1MiAxMi4zMjU1QzE1Ljc5NjggMTIuMzI1NSAxNi4wMjQ1IDEyLjQxNzUgMTYuMjA4NSAxMi42MDE1QzE2LjM5MjUgMTIuNzg1NSAxNi40ODQyIDEzLjAxMyAxNi40ODM2IDEzLjI4MzlDMTYuNDgzNiAxMy41NTU0IDE2LjM5MTYgMTMuNzgzMSAxNi4yMDc2IDEzLjk2NzFDMTYuMDIzNiAxNC4xNTExIDE1Ljc5NjEgMTQuMjQyOCAxNS41MjUyIDE0LjI0MjJaTTQuOTgzNTYgMjEuOTA4OUM0LjQ1NjQ4IDIxLjkwODkgNC4wMDUxIDIxLjcyMSAzLjYyOTQ0IDIxLjM0NTRDMy4yNTM3NyAyMC45Njk3IDMuMDY2MjYgMjAuNTE4NiAzLjA2NjkgMTkuOTkyMlY2LjU3NTUyQzMuMDY2OSA2LjA0ODQ0IDMuMjU0NzMgNS41OTcwNiAzLjYzMDQgNS4yMjE0QzQuMDA2MDYgNC44NDU3MyA0LjQ1NzEyIDQuNjU4MjIgNC45ODM1NiA0LjY1ODg1SDUuOTQxOVYyLjc0MjE5SDcuODU4NTZWNC42NTg4NUgxNS41MjUyVjIuNzQyMTlIMTcuNDQxOVY0LjY1ODg1SDE4LjQwMDJDMTguOTI3MyA0LjY1ODg1IDE5LjM3ODcgNC44NDY2OSAxOS43NTQ0IDUuMjIyMzVDMjAuMTMgNS41OTgwMiAyMC4zMTc1IDYuMDQ5MDggMjAuMzE2OSA2LjU3NTUyVjE5Ljk5MjJDMjAuMzE2OSAyMC41MTkzIDIwLjEyOTEgMjAuOTcwNiAxOS43NTM0IDIxLjM0NjNDMTkuMzc3NyAyMS43MjIgMTguOTI2NyAyMS45MDk1IDE4LjQwMDIgMjEuOTA4OUg0Ljk4MzU2Wk00Ljk4MzU2IDE5Ljk5MjJIMTguNDAwMlYxMC40MDg5SDQuOTgzNTZWMTkuOTkyMloiIGZpbGw9IiM4QThBOEEiLz4KPC9zdmc+Cg==) no-repeat center center;
    margin-right: 5px;
    transition: 0.2s all linear;
}


@media (max-width: 767px) {
    .article-list-box004 .article-list004 {
        padding: 0;
    }
}

/*article-list006*/
.article-list006-1 .news-list {
    margin: 0;
}

.article-list006-1 .news-item .news-info {
    width: 100% !important;
}

.article-list006-1 .news-item {
    background-color: #fffaf1 !important;
    margin-bottom: 2rem;
    border-radius: 10px;
    border: 1px #e3ba75 solid !important;
}

.article-list006-1 .news-item .news-info .news-more {
    background-color: #b07c4b !important;
}

.article-list006-1 .news-item:hover .news-info .news-more {
    background-color: #966537 !important;
}

.article-list006-1 .news-item:hover .news-info .title a {
    color: #966537 !important;
}

.article-list006-1 .news-item:hover {
    background-color: #fff6e3 !important;
}

.article-list006-1 .news-item .news-info .date {
    display: none;
}

.article-list006-1 .news-item .news-info .date i {
    color: #966537 !important;
}


.article-list006-1 .news-item .news-info .title {
    border-bottom-color: #cba972 !important;
}

.article-list006-1 .news-item .news-info .title a {
    font-size: 20px;
}

.article-list006-1 .news-item .news-info .news-more {
    font-size: 13px;
    padding: 3px 7px;
    font-weight: 500;
}

.article-list006-1 .news-item .news-info .text {
    -webkit-line-clamp: 3;
    height: 85px;
}

@media (max-width: 767px) {

    .article-list006-1 .container {
        padding: 0;

    }
}

.article-detail002-1 .date {
    display: none;
}

.article-detail002-1 .page-title {
    border-bottom: unset;
}

.article-detail002-1 .page-title span {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
    white-space: wrap;
    padding-bottom: 0.5rem;
}

.article-detail002-1 .news-detail-text .toc-wrapper {
    display: none;
}



/* Ã¢â€â‚¬Ã¢â€â‚¬ zj-loan-table Ã¢â€â‚¬Ã¢â€â‚¬ */
.zj-table--compare thead tr th.zj-col-highlight {
    background: #8a6820;
    color: #fff;
    font-weight: 500;
}

.zj-table--compare thead tr th.zj-col-highlight i {
    color: #f5d98b;
    margin-right: 5px;
}

.zj-table--compare tbody tr td.zj-col-highlight {
    background: #fdf9ee;
    color: #503b0c;
    font-weight: 500;
    border-left: 2px solid #c5a55a;
    border-right: 2px solid #c5a55a;
}

.zj-table--compare tbody tr td.zj-col-highlight i {
    color: #eece00;
}

.zj-table--compare tbody tr:last-child td.zj-col-highlight {
    border-bottom: 2px solid #c5a55a;
}

@media (max-width: 991px) {
    .go-top {
        right: 10px;
        width: 45px;
        height: 45px;
    }
}

/*404*/

.frame-404 {
    position: relative;
    background: #faf7f0;
    border: 1px solid #c9a84c;
    padding: 3rem 2.5rem;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto 3rem;
}

.frame-404::before,
.frame-404::after,
.frame-404 .corner-bl,
.frame-404 .corner-br {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #c9a84c;
    border-style: solid;
}

.frame-404::before {
    top: -2px;
    left: -2px;
    border-width: 4px 0 0 4px;
}

.frame-404::after {
    top: -2px;
    right: -2px;
    border-width: 4px 4px 0 0;
}

.frame-404 .corner-bl {
    bottom: -2px;
    left: -2px;
    border-width: 0 0 4px 4px;
}

.frame-404 .corner-br {
    bottom: -2px;
    right: -2px;
    border-width: 0 4px 4px 0;
}

.num-404 {
    font-size: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #c9a84c;
    opacity: 0.3;
    letter-spacing: 0;
    margin-bottom: 0;
}

.title-404 {
    font-size: 21px;
    font-weight: bold;
    color: #3a2e1e;
    margin: 0.5rem 0 0.75rem;
}

.desc-404 {
    font-size: 16px;
    color: #6b5c42;
    line-height: 1.8;
    margin-bottom: 0.4rem;
}

.desc2-404 {
    font-size: 16px;
    color: #c57100;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-weight: bold;
}

.steps-404 {
    display: flex;
    gap: 10px;
    margin-bottom: 3rem;
    text-align: left;
}

.step-card-404 {
    flex: 1;
    background: rgba(201, 168, 76, 0.07);
    border: 0.5px solid rgba(201, 168, 76, 0.35);
    border-radius: 4px;
    padding: 0.9rem;
    text-align: center;
}

.step-num-404 {
    font-size: 18px;
    color: #c9a84c;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.step-text-404 {
    font-size: 16px;
    color: #4a3b26;
    line-height: 1.85;
    margin: 0;
    letter-spacing: 0px;
    font-weight: bold;
}

.btn-home-404 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #b07c4b;
    color: #faf7f0;
    padding: 0.65rem 1.6rem;
    font-size: 16px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s;
    font-weight: bold;
}

.btn-home-404:hover {
    background: #b8943e;
    color: #faf7f0;
}


@media (max-width: 576px) {
    .steps-404 {
        flex-direction: column;
    }

    .num-404 {
        font-size: 64px;
    }

    .frame-404 {
        padding: 2rem 1.25rem;
    }
}