.owl-item.active, button.owl-dot.active {
    background: transparent !important;
}
.owl-dots {
    padding-top: 20px;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

button.owl-prev, button.owl-next {
    border-radius: 30px;
    position: absolute;
    color: white !important;
    top: 35%;
    line-height: 0!important;
    height: 40px;
    width: 40px;
}
.owl-next i.fa.fa-angle-right, .owl-prev i.fa.fa-angle-left {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    opacity: .8;
}
.owl-prev i.fa.fa-angle-left {
    margin-right: 4px;
}
.owl-next i.fa.fa-angle-right {
    margin-left: 4px;
}
.carousel-item figure {
    width: fit-content !important;
}
.hp-multimedia-block {
    margin-bottom: 40px;
}
.site a.editor_promotion_second_block_title, .site a.editor_promotion_third_block_title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    line-height: 20px;
    max-height: 80px;
}

/*editor promotion carousel*/
.editor-promotion-carousel .wp-block-cover p {
    padding: 0px;
}
.editor-promotion-carousel button.owl-prev {
    display: none;
}
#page .editor-promotion-carousel button.owl-next {
    background: #23282D;
    top: 45%;
    right: -60px;
}
#page .editor-promotion-carousel button.owl-next:hover {
    background: gray;
}
.editor-promotion-carousel img, .editor-promotion-carousel span {
    border-radius: 8px;
}
.editor-promotion-carousel-first-image:after {
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.editor-promotion-carousel{
   margin-bottom:50px;
}
.editor_promotion_first_block_title {
    margin-top: 30px;
}
/*#main p.has-small-font-size.editor_promotion_second_block_description, #main p.has-small-font-size.editor_promotion_third_block_description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 64px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}*/

/*link color*/
a.editor_promotion_second_block_title{
	color:black;
}
a.editor_promotion_second_block_title:hover{
	color: var(--bb-primary-color);
}
a.editor_promotion_third_block_title{
	color:black;
}
a.editor_promotion_third_block_title:hover{
	color: var(--bb-primary-color);
}
