﻿body {
    background-color: #f3f3f3;
}

.left-menu {
    height: 100%;
    display: block;
    top: 0;
    position: relative;
}

.hotnews {
    background-color: #fff;
    height: 100%;
}

    .hotnews h4 {
        padding: 9px 10px;
        border-bottom: 1px solid #ededed;
    }

        .hotnews h4 a {
            color: #4a90e2;
        }

    .hotnews ul li:last-child {
        border-bottom: 0;
    }

.wrhotnews {
    padding: 10px;
}

.hotnews ul li {
    border-bottom: 1px solid #ededed;
    padding: 9px 10px;
}

    .hotnews ul li a {
        color: #333;
        line-height: 1.5;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 29px);
    margin: 0;
    background-color: rgba(226, 226, 225, 0.22);
    opacity: .8;
    padding: 6px 12px;
    font-size: 30px;
    transition: all;
    transition-duration: .5s;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background-color: rgba(255, 255, 255, 0.6);
        opacity: .9;
    }

.owl-theme .owl-nav .disabled {
    opacity: .6;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-productlist .owl-stage-outer {
    padding: 10px 0;
}

.grdient1 {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.grdient2 {
    background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
}

.grdient3 {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(42,199,73,1) 28%, rgba(253,29,29,1) 50%, rgba(51,82,252,1) 77%, rgba(252,176,69,1) 100%);
}

.grdient4 {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

.po-item-header {
    padding: 10px 6px;
    margin-bottom: 0;
}

    .po-item-header h2 {
        margin-bottom: 0;
    }

        .po-item-header h2 a:first-of-type {
            color: #fff;
            padding: 5px 10px;
        }

    .po-item-header a.viewmore {
        display: inline-block;
        padding: 8px;
        background-color: #fff;
        color: red;
        font-size: 12px;
        margin-left: 30px;
        font-weight: bold;
    }

.po-item {
    background-color: #fff;
    margin-top: 15px;
}

.viewmorecate {
    display: none;
}

.news-item .nil {
    float: left;
    width: 40%;
}

.news-item .nir {
    float: left;
    width: 60%;
}

.news-item a {
    color: #333;
}

.newsmobile {
    padding: 5px;
    padding-top: 0;
}

.news-item {
    border-top: solid 1px #dee2e6;
}

    .news-item:first-of-type {
        border-top: 0;
    }
.owl-caption {
    display: block;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
    height: 55px;
}
.owl-caption .item {
    background-color: #fff;
    display: table;
    height: 55px;
    font-size: 12px;
    width: 98%;
    padding: 1%;
    text-align: center;
    border-top: 4px solid #fff;
    position:relative;
}
    .owl-caption .owl-item:after {
        content: '';
        float: right;
        height: 30px;
        border-right: 1px solid #e5e5e5;
        position: absolute;
        top: 13px;
        right: 0;
    }
    .owl-caption .item span {
        display: table-cell;
        line-height:1.3em;
        vertical-align:middle;
    }
.owl-caption .owl-item.current .item {
    border-top-color: #4a90e2;
}
.owl-homebanner.owl-theme .owl-nav{
    margin-top:0;
}
.owl-homebanner .owl-item img{
    min-height:400px;
}
@media (max-width: 575px){
    .owl-homebanner .owl-item img {
        min-height: unset;
    }

}