.related_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.related_title a {
    display: inline-block;
    color: #333333;
}

.related_title a:hover {
    color: var(--conmmonColor);
}

.related_title a:hover {
    color: var(--conmmonColor);
}


.related_news {
    margin: 5% 0;
}

.related_news .news_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.related_news .news_top .news_title {
    text-align: left;
}

.related_news .news_top .news_btn {
    justify-content: flex-end;
    align-items: center;
}

.related_news .news_top .news_btn .news_prev,
.related_news .news_top .news_btn .news_next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all .5s ease-out;
    cursor: pointer;
}

.related_news .news_top .news_btn .news_prev {
    background: #333333 url(../img/swiper_prev.png) no-repeat center center / 40%;
    margin-right: 20px;
}

.related_news .news_top .news_btn .news_prev:hover {
    background-color: var(--conmmonColor);
}


.related_news .news_top .news_btn .news_next {
    background: #333333 url(../img/swiper_next.png) no-repeat center center / 40%;
    margin: 0;
}


.related_news .news_top .news_btn .news_next:hover {
    background-color: var(--conmmonColor);
}

.related_news .swiper-pagination {
    display: none;
}

.related_news .news_list .news_item {
    position: relative;
    width: 100%;
    max-width: 32% !important;
    margin-right: 26px;
    overflow: visible !important;
    visibility: visible !important;
    padding-bottom: 75px;
}

.related_news .news_list .news_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 120%;
    border-radius: 24px 24px 24px 24px;
}

.related_news .news_list .news_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 24px 24px 24px 24px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.related_news .news_list .news_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.related_news .news_list .news_item .item_info {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #FFFFFF;
    border-left: 5px solid #0a659f;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    margin-right: 25px;
    margin-top: -75px;
    z-index: 99;
}

.related_news .news_list .news_item:hover .item_info {
    background: var(--conmmonColor);
}

.related_news .news_list .news_item .item_info .item_box {
    width: 100%;
}

.related_news .news_list .news_item .item_info .item_date {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}

.related_news .news_list .news_item:hover .item_info .item_date {
    color: #FFFFFF;
}

.related_news .news_list .news_item .item_info .item_date:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/news_date.png) no-repeat center center / 100%;
    margin-right: 6px;
}

.related_news .news_list .news_item:hover .item_info .item_date:before {
    display: none;
}

.related_news .news_list .news_item .item_info .item_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.related_news .news_list .news_item .item_info .item_title a {
    display: inline-block;
    color: #333333;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_news .news_list .news_item:hover .item_info .item_title a {
    color: #FFFFFF;
}

.related_news .news_list .news_item .item_info .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_news .news_list .news_item .item_info .item_desc a {
    display: inline-block;
    color: #FFFFFF;
    height: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease-out;
}

.related_news .news_list .news_item:hover .item_info .item_desc a {
    height: 56px;

}

.related_news .news_list .news_item .item_info .item_icon {
    display: none;
    width: 80px;
    height: 80px;
}

.related_news .news_list .news_item:hover .item_info .item_icon {
    display: block;
}

.related_news .news_list .news_item .item_info .item_icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.related_product {
    margin-top: 5%;
}

.related_product .pro_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.related_product .pro_top .pro_title {
    text-align: left;
}

.related_product .pro_top .pro_btn {
    justify-content: flex-end;
    align-items: center;
}

.related_product .pro_top .pro_btn .pro_prev,
.related_product .pro_top .pro_btn .pro_next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all .5s ease-out;
    cursor: pointer;
}

.related_product .pro_top .pro_btn .pro_prev {
    background: #333333 url(../img/swiper_prev.png) no-repeat center center / 40%;
    margin-right: 20px;
}

.related_product .pro_top .pro_btn .pro_prev:hover {
    background-color: var(--conmmonColor);
}


.related_product .pro_top .pro_btn .pro_next {
    background: #333333 url(../img/swiper_next.png) no-repeat center center / 40%;
    margin: 0;
}

.related_product .pro_top .pro_btn .pro_next:hover {
    background-color: var(--conmmonColor);
}

.related_product .swiper-pagination {
    display: none;
}

.related_product .pro_wrap {
    padding: 5px;
}

.related_product .pro_list .pro_item {
    background: #FFFFFF;
    padding: 18px;
    max-width: 370px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 12px 12px 12px 12px;
    margin-top: 23px;
    transition: all .5s ease-out;
}

@media (min-width:1024px) and (max-width:1920px) {
    .related_product .pro_list .pro_item:hover {
        width: 370px !important;
        margin-top: 0;
    }
}


.related_product .pro_list .pro_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}



.related_product .pro_list .pro_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.related_product .pro_list .pro_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.related_product .pro_list .pro_item .item_box {
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    margin-top: 20px;
}

.related_product .pro_list .pro_item .item_box .item_title {
    width: calc(100% - 50px);
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.related_product .pro_list .pro_item .item_box .item_title a {
    display: inline-block;
    color: #333333;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.related_product .pro_list .pro_item .item_box .item_btn a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(../img/read_more.png) no-repeat center center / 100%;
    transition: all .5s ease-out;
}

.related_product .pro_list .pro_item:hover .item_box .item_btn a {
    background: url(../img/read_more_hover.png) no-repeat center center / 100%;
}


@media only screen and (max-width: 950px) {

    .related_title {
        font-size: 30px;
        line-height: 1.5;
    }

    .related_news .swiper-pagination {
        display: block;
    }

    .related_news .news_wrap {
        padding-bottom: 30px;
    }

    .related_news .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        background: #F4F4F4;
        opacity: 1;
        border-radius: 50%;
    }

    .related_news .news_top {
        margin-bottom: 30px;
    }

    .related_news .swiper-pagination-bullet-active {
        background-color: var(--conmmonColor);
    }

    .related_news .news_list .news_item {
        max-width: unset !important;
    }

    .related_news .news_list .news_item .item_info .item_box {
        width: 100%;
    }

    .related_news .news_list .news_item .item_info .item_icon {
        display: none !important;
    }

    .related_news .news_list .news_item .item_info .item_desc {
        display: none;
    }

    .related_news .news_top .news_btn {
        display: none;
    }

    .related_product .pro_top {
        margin-bottom: 30px;
    }

    .related_product .pro_top .pro_btn {
        display: none;
    }

    .related_product .swiper-pagination {
        display: block;
    }

    .related_product .pro_wrap {
        padding-bottom: 55px;
    }

    .related_product .pro_list .pro_item {
        margin-top: 0;
    }

    .related_product .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        background: #F4F4F4;
        opacity: 1;
        border-radius: 50%;
    }

    .related_product .swiper-pagination-bullet-active {
        background-color: var(--conmmonColor);
    }
}