﻿.list-category {
    margin-bottom: 10px;
}

.content-category {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
}

    .content-category .left-content {
        width: 200px;
        padding: 0 5px;
        float: left;
    }

        .content-category .left-content ul {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 15px;
        }

        .content-category .left-content ul {
            text-align: center;
        }

        .content-category .left-content img {
            max-height: 62px;
            max-width: 100%;
        }

    .content-category .right-content {
        width: calc(100% - 200px);
        float: right;
        height: 100%;
    }

        .content-category .right-content .box-content {
            position: relative;
            overflow: hidden;
            height: 100%;
        }

            .content-category .right-content .box-content .full-box {
                width: 5000px;
                position: absolute;
            }

                .content-category .right-content .box-content .full-box div {
                    float: left;
                    height: 100%;
                    text-align: center;
                    padding: 0 10px;
                }

                    .content-category .right-content .box-content .full-box div a {
                        display: block;
                    }

                        .content-category .right-content .box-content .full-box div a.title-link {
                            margin-top: 15px;
                            color: #007aff;
                            text-decoration: none;
                        }
                            .content-category .right-content .box-content .full-box div a.title-link:hover{
                                color:#106407;
                            }
                            .content-category .right-content .box-content .full-box div img {
                                margin-top: 15px;
                                height: 170px;
                                width: auto;
                                max-width: 100%;
                                transition: transform .5s;
                            }

                        .content-category .right-content .box-content .full-box div img:hover {
                            transform: rotate(-10deg);
                        }

.new-title-bar {
    position: relative;
    border-bottom: solid 1px #D7D7D7;
    display: table;
    width: 100%;
}

    .new-title-bar > .owl-buttons {
        position: absolute;
        top: 4px;
        right: 5px;
        z-index: 10;
    }

        .new-title-bar > .owl-buttons div {
            width: 16px;
            height: 24px;
            background-size: cover;
            background-position: center;
            text-indent: -9999px;
            padding: 0;
            margin: 7px;
            opacity: 0.8;
            cursor: pointer;
            filter: Alpha(Opacity=50);
            opacity: 0.7
        }

            .new-title-bar > .owl-buttons div:hover {
                filter: Alpha(Opacity=100);
                opacity: 1;
                text-decoration: none
            }

            .new-title-bar > .owl-buttons div.owl-prev {
                background: url(img/arrow-left.png) no-repeat;
                float: left;
            }

            .new-title-bar > .owl-buttons div.owl-next {
                background: url(img/arrow-right.png) no-repeat;
                float: left;
            }

    .new-title-bar > .title-category {
        color: #ffffff;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        margin-right: 25px;
    }

    .new-title-bar > .links-category {
        white-space: nowrap;
        float: left;
    }

        .new-title-bar > .title-category a, .new-title-bar > .links-category a {
            font-weight: 100;
            font-size: 16px;
            padding: 13px 15px;
            display: block;
            color: #fff;
            position: relative;
            /*text-transform: uppercase;*/
        }

            .new-title-bar > .title-category a:hover, .new-title-bar > .links-category a:hover {
                text-decoration:underline;
            }

        .new-title-bar > .links-category a {
            color: #007aff;
        }

    .new-title-bar > .title-category a:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 23px 0 23px 15px;
        display: block;
        width: 0;
        z-index: 1;
        right: -15px;
        top: 0;
    }


@media screen and (max-width:640px) {
    .content-category .left-content {
        width: 0;
        display: none;
    }
    .new-title-bar > .owl-buttons {
        right: 0;
    }
    .content-category .right-content {
        width: 100%;
    }
}
