.breadcrumb_item-link {
    cursor: pointer
}
.breadcrumb_div {
    position: relative;
    margin-top: 143px;
    padding: 10px 0;
    font-size: 15px;
}
.breadcrumb_item:last-child {
    color: #222
}
.breadcrumb_item-link a:hover {
    color: #222
}
.pagination__wrapper{text-align: center}
.pro-container {
    padding-left: 40px;
    padding-right: 40px
}

.bread-crumb {
    font-size: 12px;
    white-space: nowrap
}

.bread-crumb__inner {
    padding: 16px 0
}

.bread-crumb__item {
    display: inline-block
}

.bread-crumb__item-link {
    color: #999
}

.bread-crumb__item + .bread-crumb__item:before {
    content: "/";
    color: #999
}

.bread-crumb__item + .bread-crumb__item:before {
    margin-left: 3px;
    margin-right: 5px
}

@media (max-width: 768px) {
    .breadcrumb_div {
        margin-top: -24px;
    }
    .image-text-container img{width: 100%}
}

/* Blog/News Section Styles */
.blog-section {
    padding: 50px 0;
}

/* Banner and Breadcrumb Styles */
.breadcrumb_div {
    position: relative;
    padding: 0;
}

.image-text-container {
    display: block;
    position: relative;
    height: 195px;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(208deg, #5f8dd3 0%, #d0d0e7 100%);
    overflow: hidden;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    padding: 0 20px;
}

.text-content nav.sh-breadcrumb {
    margin-bottom: 10px;
    font-size: 14px;
}

.text-content nav.sh-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.text-content nav.sh-breadcrumb a:hover {
    text-decoration: underline;
}

.text-content nav.sh-breadcrumb span {
    color: #fff;
}

.text-content h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.text-content p {
    margin: 10px 0 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}

/* Blog List Styles */
.blogs .news-item {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.blogs .news-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blogs .blog__thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.blogs .blog__meta {
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.blogs .blog__meta .date {
    color: #666;
    font-size: 14px;
}

.blogs .blog__content .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.blogs .blog__content .title a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blogs .blog__content .title a:hover {
    color: #0066cc;
}

.blogs .blog__content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Blog Single Page Styles */
.blog-single__section {
    padding: 50px 0;
}

.blog-single__wrapper {
    margin-bottom: 30px;
}

.blog-card__v2 {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.blog-card__v2 .blog__thumb {
    display: block;
    width: 100%;
    overflow: hidden;
}

.blog-card__v2 .blog__thumb img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.blog-card__v2:hover .blog__thumb img {
    transform: scale(1.02);
}

.blog-card__v2 .blog__inner {
    padding: 20px;
}

.blog-card__v2 .blog__meta {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.blog-card__v2 .blog__meta .date {
    color: #666;
    font-size: 14px;
}

.blog-card__v2 .blog__content.v2 {
    color: #333;
    line-height: 1.6;
}

.blog-card__v2 .blog__content.v2 h3.title__v2 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
    color: #222;
}

.blog-card__v2 .blog__content.v2 hr {
    margin: 20px 0;
    border-top: 1px solid #e0e0e0;
}

.blog-card__v2 .blog__content.v2 p {
    margin-bottom: 15px;
    font-size: 16px;
}

.blog-card__v2 .blog__content.v2 img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.blog-card__v2 .blog__content.v2 h1,
.blog-card__v2 .blog__content.v2 h2,
.blog-card__v2 .blog__content.v2 h3,
.blog-card__v2 .blog__content.v2 h4,
.blog-card__v2 .blog__content.v2 h5,
.blog-card__v2 .blog__content.v2 h6 {
    margin: 20px 0 10px;
    color: #222;
}

.blog-social {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center;
}

.blog-social span {
    margin-right: 10px;
    font-weight: 600;
    color: #333;
}

.social__icon {
    display: inline-block;
}

.social__icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #666;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.social__icon a:hover {
    background-color: #6091dd;
    border-color: #6091dd;
    color: #fff;
}

.social__icon a svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
}

.social__icon a:hover svg {
    fill: #fff;
    stroke: #fff;
}

/* Sidebar Styles */
.widget__sidebar {
    padding: 0 15px;
}

.widget {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.widget__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #6091dd;
    padding-bottom: 10px;
}

.widget__product {
    margin: -5px;
}

.product-card--inline {
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.product-card--inline:last-child {
    border-bottom: none;
}

.product-card--inline .product__image {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 3px;
}

.product-card--inline .product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card--inline .product__content {
    flex-grow: 1;
    min-width: 0;
}

.product-card--inline .product__date {
    margin: 0 0 5px;
    font-size: 12px;
    color: #999;
}

.product-card--inline .product__title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.product-card--inline .product__title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card--inline .product__title a:hover {
    color: #6091dd;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .image-text-container {
        height: 150px;
    }

    .text-content h2 {
        font-size: 20px;
    }

    .text-content p {
        display: none;
    }

    .blogs .news-item {
        padding: 15px;
    }

    .blogs .blog__thumb img {
        height: 150px;
    }

    .blogs .blog__content .title {
        font-size: 18px;
    }

    .blog-single__section {
        padding: 30px 0;
    }

    .blog-card__v2 .blog__inner {
        padding: 15px;
    }

    .blog-card__v2 .blog__content.v2 h3.title__v2 {
        font-size: 20px;
    }

    .widget__sidebar {
        padding: 0;
    }

    .widget {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .blog-single__section .col-lg-3 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .pro-container {
        padding-left: 0;
        padding-right: 0
    }

    .product-intro__gallery {
        padding-left: 0;
        width: 100%
    }

    .product-intro__main {
        width: 100% !important
    }

    .goods-detailv2__media {
        width: 100%
    }

    .product-intro {
        width: 100%;
        display: block
    }

    .product-intro__info {
        padding: 10px;
        margin: 0;
        width: 100%
    }

}
