﻿.owl-carousel {
    display: block;
}

#banner1 {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

    #banner1.owl-theme .owl-nav {
        margin: 0;
        height: 0;
    }

    #banner1 .owl-prev span, #banner1 .owl-next span {
        position: absolute;
        top: 34%;
        padding: 0px 0 6px;
        margin: 0;
        background: rgba(255, 255, 255, 0.69);
        width: 27px;
        text-align: center;
        font-size: 46px;
        color: #999;
        font-family: -webkit-body;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.15);
    }

    #banner1 .owl-prev span {
        left: 0;
        border-radius: 0 5px 5px 0;
    }

    #banner1 .owl-next span {
        right: 0;
        border-radius: 5px 0 0 5px;
    }

#banner2 {
    display: flex;
}

    #banner2 .item {
        flex: 1;
        display: inline-flex;
        background: #fff;
        text-align: center;
        padding: 8px 8px 6px;
        cursor: pointer;
        border-bottom: 2px solid #fff;
        justify-content: center;
        align-items: center;
    }

        #banner2 .item.current {
            border-bottom: 2px solid #f95722;
        }

.rowBanner > div {
    padding: 0;
    border-bottom: 15px solid #d8d0d0;
}

.fs-asnews {
    background: #fff;
    padding: 11px 15px 2px 9px;
    height: 100%;
    border-left: 10px solid #d8d0d0;
}

.fs-asntit {
    position: relative;
    padding-bottom: 10px;
}

    .fs-asntit h3 {
        font-size: 15px;
        font-weight: bold;
        color: #d0011b;
    }

    .fs-asntit a {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 13px;
        color: #18487a;
    }

.fs-asnews ul {
    padding: 0;
    margin: 0;
}

    .fs-asnews ul li a {
        display: block;
        height: 50px;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.43;
        color: #3d3d3d;
        padding-bottom: 5px;
        margin-bottom: 9px;
        border-bottom: 1px solid #efefef;
    }

        .fs-asnews ul li a:last-child {
            margin-bottom: 0;
        }

        .fs-asnews ul li a span {
            width: 78px;
            height: 40px;
            overflow: hidden;
            display: block;
            float: left;
        }

        .fs-asnews ul li a h3 {
            display: block;
            margin-left: 90px;
            font-size: 14px;
            line-height: 1.43;
            color: #1f1f1f;
            height: 40px;
            overflow: hidden;
        }

@media only screen and (max-width: 767px) {
    .colNewsHot, #banner2 {
        display: none;
    }
}

.notFoundNews {
    text-align: center;
    height: calc(100% - 36px);
    line-height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .notFoundNews img {
        width: 128px;
        opacity: 0.5;
    }

    .notFoundNews p {
        color: #999999;
    }

.listing.news .prod a h5 {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 17px;
    height: 52px;
}

.listing.news .prod a span {
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.listing.news .prod {
    box-shadow: unset;
    border: none;
    border-bottom: 1px dashed #c1c1c1;
}

    .listing.news .prod:last-child {
        border-bottom: none;
    }

.listing.news img {
    width: 100% !important;
    height: auto;
}

    .listing.news img:hover {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }

.listing.news.subnews .imgContainerNews {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .listing.news.subnews .imgContainerNews img {
        height: 119px;
        width: auto !important;
    }
