.icon.icon-arrow_forward_ios.main_slider, .icon.icon-arrow_back_ios.main_slider{
    fill: #fff;
    width: 48px;
}
.ws_mobile .fullwidth_carousel,.vc_mobile .fullwidth_carousel{
	display:none!important
}

.fullwidth_carousel {
    width: 100%;
/*    max-width: 1920px;*/
/*    height:20.8%;*/
	aspect-ratio: 5 / 1;
    margin: 0 auto;
    overflow:hidden;
    position: relative;
}
.fullwidth_carousel .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    background: transparent;
    margin: 0;
}
.fullwidth_carousel li {
    width:100%;
    list-style-type: none;
    padding: 0!important
}
.fullwidth_carousel li:before {
    display: none;
}
.fullwidth_carousel .slide {
    display: block;
/*    height:calc(20.8vw);*/
	aspect-ratio: 5 / 1;
    overflow: hidden;
    position: relative;
    width:100%;
}
.fullwidth_carousel .slide .image-slide {
	position: absolute;
	top:0; left:0;
	bottom:0; right:0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
/**/
.fullwidth_carousel .bx-wrapper .bx-controls-direction div {
	margin: 0;
    background-color: rgba(0,0,0,0.15);
    display: flex;
    align-items:center;
    justify-content: center;
    text-indent: unset;
    color: #fff;
    opacity: 0;
    text-align: center;
	position: absolute;
    cursor: pointer;
    transition: opacity .5s;
}
.fullwidth_carousel .bx-wrapper .bx-controls-direction div.disabled {
	opacity: 0;
}
.fullwidth_carousel .bx-wrapper .bx-controls-direction div:hover,
.fullwidth_carousel .bx-wrapper .bx-controls-direction div:focus {
    text-decoration: none;
    opacity: 1;
}
.fullwidth_carousel .bx-wrapper .bx-prev {
    left: 0;
    background: none;
    padding-left: 10px;
}
.fullwidth_carousel .bx-wrapper .bx-next {
    right: 0;
    background: none;
}

@media  only screen and (max-width:767px) {
	.fullwidth_carousel, .fullwidth_carousel .slide {
/*		height:90px*/
	}
	.fullwidth_carousel .bx-wrapper .bx-controls-direction div {
        height: 30px;
        width:30px;
        line-height: 30px;
        font-size: 18px;
		top: 50%;
		margin-top:-15px;
		opacity: 0.5;
    }
}
@media  only screen and (min-width:768px) {
    .fullwidth_carousel .bx-wrapper .bx-controls-direction div {
		top:0;
		height: 100%;
		width:100px;
		line-height: 50px;
		font-size: 30px;
    }
}
/*
@media (min-width:1921px) {
    .fullwidth_carousel .slide {
        height:400px
    }
}
*/
