.full-carousel.owl-carousel {
    margin-bottom: 50px;
}

.full-carousel.owl-carousel .owl-dots {
    bottom: -27px;
}

.full-carousel .owl-item .item,
.full-carousel .owl-item .item img {
    max-height: calc(100vw/3.5);
}

.full-carousel .owl-item .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.full-carousel .owl-item .item .yt-element img {
    object-fit: cover;
}

.full-carousel .owl-item .item .yt-element {
    height: calc(100vw/3.55);
    max-height: calc(100vw/3.55);
    position: relative;
}

.full-carousel .owl-item .item .yt-element [class="btn-play"] {
    position: absolute;
    top: 50%;
    margin-top: -90px;
    left: 50%;
    margin-left: -65px;
}

.full-carousel .owl-item .item .yt-element [class="btn-play"] img {
    height: 150px;
    width: 150px;
}

.full-carousel .owl-item .item .yt-element iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1140px) {
    .full-carousel .owl-item .item .yt-element {
        height: 325.7px;
        max-height: 325.7px;
    }
    .full-carousel .owl-item .item,
    .full-carousel .owl-item .item img {
        max-height: 325.7px;
    }
}

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav .nav-counter {
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
}

.owl-carousel .owl-nav .nav-counter .slash,
.owl-carousel .owl-nav .nav-counter [id="count-limit"] {
    color: gray;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
    font-size: 50px;
    line-height: 11px;
}

.row-carousel.owl-carousel .owl-nav {
    font-family: monospace;
    display: flex !important;
    justify-content: center;
}

.row-carousel.owl-carousel .owl-item .item>div {
    text-align: center;
    margin-bottom: 20px;
}

.row-carousel.owl-carousel .owl-dots.disabled,
.row-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}

.row-carousel.owl-carousel .owl-item .item>div span {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.row-carousel.owl-carousel .owl-item .item .card {
    max-width: 250px;
    margin: 0 auto;
    /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
}

.row-carousel.owl-carousel .owl-item .item .card .card-body {
    padding: 15px;
}

.row-carousel.owl-carousel .owl-item .item .card .card-body .card-text {
    text-align: left;
    line-height: 1.5em;
    height: 3em;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row-carousel.owl-carousel .owl-item .item .card .card-body .btn-read {
    display: block;
    text-align: right;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    color: var(--thaitrade-primary);
}

.row-carousel.owl-carousel .owl-item .item .card .card-body .btn-read span {
    color: var(--thaitrade-primary);
}