.container {
    background: #F6F6F7;
}

.above_description {
    margin-top: 5%;
}

.above_description .above_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 50px;
    color: #020C1E;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.above_description .above_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 74px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.related_title a {
    display: inline-block;
    color: #020C1E;
}

.related_title a:hover {
    color: var(--conmmonColor);
}


.related_product {
    margin-top: 5%;
}

.related_product .pro_swiper {
    position: relative;
}

.related_product .pro_wrap {
    padding-bottom: 60px;
}

.related_product .pro-btn-next {
    position: absolute;
    top: 50%;
    right: -60px;
    border: 2px solid transparent;
    padding: 10px;
    width: 40px;
    height: 30px;
    background: url(../img/other/relate_next.png) no-repeat center/80%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.related_product .pro-btn-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    border: 2px solid transparent;
    padding: 10px;
    width: 40px;
    height: 30px;
    background: url(../img/other/relate_prev.png) no-repeat center/80%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.related_product .pro-btn-next:hover,
.related_product .pro-btn-prev:hover {
    border: 2px solid #020C1E;
}

.related_product .swiper-pagination {
    width: 100% !important;

}

.related_product .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #96969E;
    opacity: 1 !important;
    transform: scale(1) !important;
    margin-right: 30px !important;
}

.related_product .swiper-pagination-bullet-active {
    background: var(--conmmonColor);
}

.related_product .pro_list .pro_item {
    background: #FFFFFF;
    padding: 20px;
    -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:hover {
    background-color: var(--conmmonColor);
}

.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;
}

.related_product .pro_list .pro_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_product .pro_list .pro_item .item_title {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #798190;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 22px;
    padding: 0 10px;
}

.related_product .pro_list .pro_item .item_title a {
    display: inline-block;
    color: #798190;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .pro_list .pro_item:hover .item_title a {
    color: #FFFFFF;
}

.related_news {
    margin: 5% 0;
}


.related_news .news_swiper {
    position: relative;
}

.related_news .news_wrap {
    padding-bottom: 60px;
}

.related_news .news-btn-next {
    position: absolute;
    top: 50%;
    right: -60px;
    border: 2px solid transparent;
    padding: 10px;
    width: 40px;
    height: 30px;
    background: url(../img/other/relate_next.png) no-repeat center/80%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.related_news .news-btn-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    border: 2px solid transparent;
    padding: 10px;
    width: 40px;
    height: 30px;
    background: url(../img/other/relate_prev.png) no-repeat center/80%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.related_news .news-btn-next:hover,
.related_news .news-btn-prev:hover {
    border: 2px solid #020C1E;
}

.related_news .swiper-pagination {
    width: 100% !important;

}

.related_news .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #96969E;
    opacity: 1 !important;
    transform: scale(1) !important;
    margin-right: 30px !important;
}

.related_news .swiper-pagination-bullet-active {
    background: var(--conmmonColor);
}

.related_news .news_item {
    -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_item .item_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 68%;
}

.related_news .news_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_news .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_item .item_date {
    padding: 0 15px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 15px 0 5px;
}

.related_news .news_item .item_title {
    padding: 0 15px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #020C1E;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.related_news .news_item .item_title a {
    display: inline-block;
    color: #020C1E;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_news .news_item:hover .item_title a {
    color: var(--conmmonColor);
    text-decoration: underline;
}

.related_video {
    margin-top: 5%;
}


.related_video .video_swiper {
    position: relative;
}

.related_video .video_wrap {
    padding-bottom: 60px;
}

.related_video .video-btn-next {
    position: absolute;
    top: 50%;
    right: -60px;
    border: 2px solid transparent;
    padding: 10px;
    width: 40px;
    height: 30px;
    background: url(../img/other/relate_next.png) no-repeat center/80%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.related_video .video-btn-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    border: 2px solid transparent;
    padding: 10px;
    width: 40px;
    height: 30px;
    background: url(../img/other/relate_prev.png) no-repeat center/80%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.related_video .video-btn-next:hover,
.related_video .video-btn-prev:hover {
    border: 2px solid #020C1E;
}

.related_video .swiper-pagination {
    width: 100% !important;

}

.related_video .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #96969E;
    opacity: 1 !important;
    transform: scale(1) !important;
    margin-right: 30px !important;
}

.related_video .swiper-pagination-bullet-active {
    background: var(--conmmonColor);
}

.related_video .video_item {
    -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_video .video_item .item_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 68%;
}

.related_video .video_item .item_img .video_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_video .video_item:hover .item_img .video_image {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.related_video .video_item .item_img .video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31.5px;
    margin-left: -31.5px;
    width: 63px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    background: rgba(0, 0, 0, .71);
    border-radius: 50%;
}

.related_video .video_item:hover .item_img .video_play {
    animation: pointPulse 1.5s ease-in-out infinite;
}

.related_video .video_item .item_img .video_play img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.related_video .video_item .item_title {
    padding: 0 15px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #020C1E;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

.related_video .video_item .item_title a {
    display: inline-block;
    color: #020C1E;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_video .video_item:hover .item_title a {
    color: var(--conmmonColor);
    text-decoration: underline;
}


@media only screen and (max-width: 950px) {
    .above_description .above_title {
        font-size: 40px;
        line-height: 50px;
    }

    .related_product .pro_list .pro_item .item_title a,
    .related_video .video_item .item_title a,
    .related_news .news_item .item_title a {
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .related_video .video_wrap,
    .related_news .news_wrap,
    .related_product .pro_wrap {
        padding-bottom: 30px;
    }
}


@media only screen and (max-width: 480px) {
    .above_description .above_title {
        font-size: 30px;
        line-height: 35px;
    }
}