.post-detail-video {
    padding: 0px;
}

.post-detail-video > .post-topic h1 {
    font-size: 32px;
    font-weight: 700;
    display: flex;
}

.video-live-status {
    width: 100px;
    max-height: 57px;
    min-height: 47px;
    background-color: #d6344c;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 28px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 10px;
    margin-right: 22px;
    position: relative;
    padding-right: 13px;
}

.post-image-wrap {
    border-radius: 30px;
    background: #ecefff;
    overflow: hidden;
}

ul.ul-live-detail {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    font-size: 18px;
}

ul.ul-live-detail > li {
    margin-right: 10px;
}

ul.ul-live-detail > li strong, .video-live-date {
    color: #093558;
}

.post-detail-video .post-image-meta {
    padding-top: 20px;
}

.video-live-date {
    padding: 20px;
    padding-left: 0px;
}

.video-live-date h1 {
    font-weight: 700;
}

.video-item {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
}

.video-item .video-image-cover {
    min-width: 255px;
    min-height: 144px;
    background-color: #f4f4f4;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-image-cover.bgwhite {
    background-color: #fbfbfb;
}

.video-item-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 15px;
    position: relative;
}

.video-live-time {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    color: #000;
}

.time-label {
    display: flex;
}

.img-time {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    background-image: url(../images/clock.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

.video-date-r {
    font-size: 13px;
    padding-left: 26px;
    position: relative;
}

.video-synopsis {
    font-size: 15px;
    padding-top: 10px;
    font-weight: 600;
    flex-grow: 1;
}

.video-bottom-command {
}

.btn-video {
    width: 170px;
    height: 35px;
    font-size: 15px;
    border-radius: 40px;
    color: #fff;
    border: none;
    font-weight: 500;
}

.btn-video.watch {
    background-color: #596dbf;
}

.btn-video.watch:hover {
    background-color: #6b80d5;
}

.btn-video.live {
    background-color: #d6344c;
}

.btn-video.live:hover {
    background-color: #ec5168;
}

.btn-video.soon, .btn-video.soon:hover, .btn-video.soon:disabled {
    background-color: #b5b5b5;
    cursor: auto;
}

a.a-link-fillter {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

a.a-link-fillter.active {
    font-weight: 800;
    text-decoration: underline;
}

.page-flitter {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.post-topic {
    margin-bottom: 30px;
}

.video-date-r::before {
    background-image: url(../images/calendar.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 1px;
    content: " ";
}

.video-live-status::before {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 17px;
    top: 19px;
    content: " ";
    background-color: #fff;
    border-radius: 100%;
}

.video-tag {
    font-size: 13px;
    text-align: right;
    font-weight: 500;
    position: absolute;
    right: 15px;
    bottom: 6px;
}

.item-count {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 15px;
    font-weight: 600;
}

.onlineworkshop-search-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    /* width: 100%; */
}

.onlineworkshop-search-form {
    background-color: #eee;
    border-radius: 10px;
    min-height: 220px;
    width: 100%;
    box-shadow: rgb(0 0 0 / 11%) 0px 3px 8px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.flex-align-right {
    text-align: right;
}

.online-workshop-container {
    display: flex;
    /* flex: 50%; */
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
}

.online-workshop-item {
    display: flex;
    min-height: 170px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 11%) 0px 3px 8px;
}

.online-workshop-item-recomm {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 11%) 0px 3px 8px;
}

.online-workshop-item-recomm .online-workshop-item-recomm-image {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    background: rgb(238 238 238 / 93%);
}

.online-workshop-item-recomm .online-workshop-item-recomm-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
}

.flex-padding-workshop {
    padding: 5px;
    flex-basis: 50%;
    text-decoration: none;
    outline: none;
    display: block;
}

.flex-padding-workshop:hover {
    text-decoration: none;
    outline: none;
}

.flex-padding-workshop-recomm {
    /* padding: 10px; */
    flex-basis: 50%;
    text-decoration: none;
    outline: none;
    display: block;
    margin-bottom: 15px;
}

.flex-padding-workshop-related {
    padding: 10px;
    flex-basis: 50%;
    text-decoration: none;
    outline: none;
    display: block;
    max-width: 276px;
    width: 100%;
    flex-grow: 1;
}

.online-workshop-item-image {
    width: 100%;
    flex: 0 0 45%;
    min-width: 230px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.online-workshop-item-image .workshop-pic {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    background: rgb(238 238 238 / 93%);
}

.online-workshop-item-image .workshop-pic img {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
}

.online-workshop-item-image-recomm {
    width: 100%;
    min-height: 144px;
    background-color: #fff;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: contain;
}

.online-workshop-item-image-recomm-cover {
    width: 100%;
}

.online-workshop-item-image-related-cover {
    width: 100%;
}

.online-workshop-item-image-related {
    width: 100%;
    min-height: 144px;
    background-color: #fff;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: contain;
}

.workshop-synopsis-recomm {
    text-align: center;
    font-size: 16px;
    color: #214368;
    flex-grow: 1;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.online-workshop-item-detail {
    flex-grow: 1;
    background-color: #fff;
    padding: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.workshop-synopsis {
    font-size: 18px;
    color: #214368;
    flex-grow: 1;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* display: -webkit-box; */
    overflow: hidden;
    display: -webkit-box;
    /* height: 8px; */
    /* min-height: 42px; */
    max-height: 65.4px;
}

.workshop-tag {
    font-size: 13px;
    text-align: right;
    position: absolute;
    bottom: 7px;
    right: 13px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.search-result {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    color: #214368;
    /* padding-top: 50px; */
}

.carousel-multi-item {
    margin-bottom: 5rem;
}

.carousel-multi-item .carousel-inner .carousel-item.active, .carousel-multi-item .carousel-item-next, .carousel-multi-item .carousel-item-prev {
    display: block;
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-next, .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev, .carousel-multi-item .carousel-inner.v-2 .carousel-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-next, .carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active {
    -webkit-transform: translateX(33%);
    -ms-transform: translateX(33%);
    transform: translateX(33%);
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active, .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
    -webkit-transform: translateX(-33%);
    -ms-transform: translateX(-33%);
    transform: translateX(-33%);
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-left, .carousel-multi-item .carousel-inner.v-2 .carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.carousel-multi-item .carousel-indicators li {
    height: 1.25rem;
    width: 1.25rem;
    max-width: 1.25rem;
    background-color: #4285f4;
    margin-bottom: -3.75rem;
    border-radius: 100%;
}

.carousel-multi-item .carousel-indicators .active {
    height: 1.56rem;
    width: 1.56rem;
    max-width: 1.56rem;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 1.88rem;
}

.carousel-multi-item .controls-top .btn-floating {
    background: #4285f4;
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: -2em;
}

.carousel-multi-item .card-cascade.narrower {
    margin-top: 1.25rem;
    margin-bottom: 0.3rem;
}

.related-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.video-item-cover {
    width: 255px;
}

.flex-padding-workshop.workshop-recomm-link {
    padding: 5px;
    flex-basis: 50%;
    text-decoration: none;
    outline: none;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    max-height: 84px;
}

#multi-item-example .row{
    flex-wrap:nowrap
}
#multi-item-example2{
    display:none
}
@media (max-width: 890px) {
    .online-workshop-item-detail > a {
        font-size: 16px !important
    }

    #multi-item-example{
        display:none;
    }

        #multi-item-example2{
        display:flex
    }

    #multi-item-example2 .carousel-indicators{
        display: none;
    }
    
}

@media (max-width: 1140px) {
    .online-workshop-item-image-related {
        /* height: 24px; */ /* min-height: 103px; */ background-size: cover;
    }
}

@media (max-width: 1024px) {
    .online-workshop-item-image {
        min-width: 230px;
        width: auto;
    }

    .online-workshop-item-image {
        background-size: contain;
        /* background-position:inherit */
    }
}

@media (max-width: 890px) {
    .flex-padding-workshop {
        flex-basis: 100%;
    }

    .online-workshop-item-image {
        width: 230px;
    }

    .online-workshop-item-image-recomm {
        min-height: 185px;
    }

    .workshop-synopsis-recomm {
        font-size: 16px;
    }
}

@media (max-width: 780px) {
    .online-workshop-item-image-recomm {
        background-size: cover;
    }
}

@media (max-width: 680px) {
    .video-item-container {
        padding: 20px;
    }

    .video-item-cover {
        width: 100%;
    }

    .video-item {
        flex-direction: column;
    }

    .video-tag {
        position: relative;
        padding-top: 20px;
    }

    .btn-video {
        width: 100%;
    }

    .video-bottom-command {
        padding-top: 10px;
    }

    .item-count {
        position: initial;
        display: block;
        margin-top: 20px;
    }

    .workshop-synopsis {
        font-size: 15px;
    }
}

@media (max-width: 580px) {
    .online-workshop-item {
        flex-direction: column;
        min-height: 300px;
        max-width: 327px;
        min-width: 327px;
    }

    .online-workshop-item-image {
        height: 185px;
        width: 100%;
        background-size: cover;
    }

    .flex-padding-workshop {
        justify-content: center;
        /* align-items: center; */
        display: flex;
    }

    .flex-padding-workshop-related {
        min-width: 276px;
    }

    .carousel-row {
        flex-wrap: unset;
        overflow: auto;
    }

    .carousel-row > div {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .carousel-item{
        
    }
}

@media (max-width: 480px) {
}

@media (max-width: 414px) {
}

@media (max-width: 393px) {
}
