﻿.live-container {
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.live-top {
    width: 100%;
    height: 675px;
    display: flex;
    position: relative;
}

    .live-top .player {
        position: relative;
        flex: 1 1;
    }

    .live-top .live-player-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .live-top .video-box {
        background-color: #1f2533;
    }

    .live-top .live-empty img, .live-top .video-box {
        width: 100%;
        height: 100%;
    }

    .live-top .live-empty {
        position: absolute;
    }

.live-container .live-intro {
    width: 100%;
    height: 300px;
    background: #1f2533;
    padding: 20px 40px 24px;
}


.video-item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 350px;
    cursor: pointer;
}

    .product-item .sku,
    .video-item .sku {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
        margin-top: 10px;
        white-space: nowrap;
    }

        .product-item .sku span,
        .video-item .sku span {
            color: #919599;
            font-size: 12px;
        }

        .product-item .sku .price,
        .video-item .sku .price {
            color: #007aff;
            font-family: Arial-BoldMT, Arial;
            font-size: 18px;
        }

.product-item {
    width: 220px;
    flex: 0 0 1px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 20px;
}

    .product-item.no-border {
        border: none;
    }

    .product-item .desc {
        width: 180px;
        height: 30px;
        font-size: 14px;
        color: #1f2533;
        margin: 10px auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.exhibitors-wrapper {
    width: 100%;
}


    .exhibitors-wrapper h3.title {
        padding: 10px;
        /*background:#fff;*/
        border-radius: 50px;
        text-align: center;
        font-size: 25px;
        /*-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);*/
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 300px;
    }

    .exhibitors-wrapper h3 i {
        color: #007aff;
        margin-right: 16px;
    }


    .exhibitors-wrapper .card {
        background: #fff;
        border-radius: 10px;
        margin-right: 20px;
        padding: 20px;
        height: 220px;
    }

        .exhibitors-wrapper .card.active {
            border: 2px solid #007aff;
        }

            .exhibitors-wrapper .card.active:after,
            .exhibitors-wrapper .card.active:before {
                content: "";
                position: absolute;
                z-index: -1;
                bottom: 30px;
                left: calc(50% - 8.57107px);
                border-radius: 3px;
                width: 17.14214px;
                height: 17.14214px;
                background: #fff;
                transform: rotate(45deg);
                box-shadow: 0 0 5px rgba(0, 0, 0, .2);
            }

            .exhibitors-wrapper .card.active:after {
                z-index: auto;
                box-shadow: none;
            }

            .exhibitors-wrapper .card.active:before,
            .exhibitors-wrapper .card.active:before {
                box-shadow: 0 0 0 2px #007aff;
            }

    .exhibitors-wrapper .card-top {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px;
    }



        .exhibitors-wrapper .card-top .title {
            font-size: 16px;
            font-family: Arial-BoldMT, Arial;
            font-weight: 400;
            color: #1f2533;
            -webkit-line-clamp: 2;
        }

        .exhibitors-wrapper .card-top .desc,
        .exhibitors-wrapper .card-top .title {
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            word-break: break-all;
            -webkit-box-orient: vertical;
        }

        .exhibitors-wrapper .card-top .desc {
            height: 60px;
            margin-top: 10px;
            font-size: 14px;
            font-family: ArialMT;
            color: #575c66;
            -webkit-line-clamp: 3;
        }

    .exhibitors-wrapper .card .button-area {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: flex-end;
        align-items: stretch;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
    }


    .exhibitors-wrapper .products {
        border-radius: 7.5px;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2);
        position: relative;
        height: 450px;
        background: #fff;
        margin: 10px auto 0;
        border-radius: 10px;
        padding: 20px;
    }



        .exhibitors-wrapper .products,
        .exhibitors-wrapper .products.active,
        .exhibitors-wrapper .products.active:before,
        .exhibitors-wrapper .products:before {
            box-shadow: 0 0 0 2px #007aff;
        }

            .exhibitors-wrapper .products h2 {
                color: #1f2533;
                font-size: 24px;
                margin: 0;
                line-height: 30px;
            }

.thumbnail.active {
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border: 2px solid #007aff;
}

.webinars-container {
    width: 100%;
    text-align: center;
}


    .webinars-container h3 {
        padding: 10px;
        /*background:#fff;*/
        border-radius: 50px;
        text-align: center;
        font-size: 25px;
        /*  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
            */
        padding-left: 20px;
        padding-right: 20px;
        width: 300px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

        .webinars-container h3 i {
            color: #007aff;
            margin-right: 16px;
        }

.area-container {
    width: 100%;
}

    .area-container h3 {
        padding: 10px;
        border-radius: 50px;
        text-align: center;
        font-size: 25px;
        padding-left: 20px;
        padding-right: 20px;
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

.area-container-list {
    width: 100%;
    text-align: center;
}

    .area-container-list .row {
        margin-left: -0px;
        margin-right: -10px;
    }

    .area-container-list .col-lg-2 {
        padding-left: 0px;
        padding-right: 10px;
    }

.area-container-list_card {
    width: 100%;
    height: 150px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: inherit;
    align-content: center;
    align-items: center;
    display: flex;
    /*-webkit-box-shadow: 0px 1px 10px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 2px rgb(0 0 0 / 10%);*/
}

.area-container-list_card__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    padding: 5px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}
