.wrap-accordion-slider .as-shadow.cursor-active a{
    cursor: inherit;
}
.elbzotech-wrapper-slider-global .img-wrap{
    display: flex;
    overflow: hidden;
}
/*Begin Slider elementor*/
.elbzotech-wrapper-slider-global{
    position: relative;
}
.swiper-scrollbar{
    opacity: 1!important;
    height: 5px;
    cursor: e-resize;
}
.display-swiper-scrollbar-yes .swiper-scrollbar{
     background: #D6D6D6;
     border-radius: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.slider-type-marquee .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  padding: 0 10px;
}
/*End Slider elementor*/

/*-- Begin slider history ---*/
.item-slider-global-history{

}
.item-slider-global-history .pre-title{
    margin: 30px 0;
    height: 115px;
    position: relative;
    width: 4px;
    background-color: var(--bzo-main-color);
}
.item-slider-global-history .pre-title::before{
    width: 40px;
    height: 40px;
    background-color: var(--bzo-main-color);
    border-radius: 100%;
    position: absolute;
    content: "";
    top: -2px;
    left: -18px;
}
.item-slider-global-history .pre-title::after{
    width: 16px;
    height: 16px;
    background-color: var(--bzo-main-color2);
    border-radius: 100%;
    position: absolute;
    content: "";
    bottom: -2px;
    left: -6px;
}
.item-slider-global-history p{
    margin-bottom: 0;
}
@media(min-width: 1367px){
    .item-slider-global-history .image-wrap{
        padding: 0 20px;
    }
}
.item-slider-global-history .image-wrap img{
    border-radius: 14px;
}
@media(max-width: 1200px){
    .item-slider-global-history .title{
        font-size: 34px;
    }
    .item-slider-global-history .pre-title{
        height: 80px;
    }
    .item-slider-global-history .pre-title::before{
        width: 26px;
        height: 26px;
        left: -11px;
    }
}
@media(max-width: 767px){
    .item-slider-global-history .pre-title{
        display: none;
    }
    .item-slider-global-history .title{
        font-size: 22px;
        margin: 10px 0;
    }
}
/*-- end slider history ---*/

/*-- Begin slider categories ---*/
.item-slider-global-category{
    
}
.item-slider-global-category .cate-img img{
    width: auto;
}
.item-slider-global-category .info h2{
    margin: 10px 0 5px 0;
}
@media(min-width: 1650px){
    .item-slider-global-category .desc{
        padding: 0 15px;
    }
}
@media(max-width: 1024px){
    .item-slider-global-category .info h2{
        font-size: 18px;
    }
}
/*-- End slider categories ---*/
/*-- Begin slider category2 ---*/
.item-slider-global-category2{
    position: relative;
    padding-bottom: 10px;
}
.item-slider-global-category2 .info{
    width: calc(100% - 40px);
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    left: 20px;
    margin-top: -40px;
    z-index: 1;
    padding: 15px 10px;
}
.item-slider-global-category2 .desc{
    margin: 0;
}
.item-slider-global-category2 h2{
    font-weight: 700;
}
@media(max-width: 767px){
    .item-slider-global-category2 .info{
        width: calc(100% - 20px);
        left: 10px;
    }
}
/*-- End slider category2 ---*/
/*-- Begin slider category3 ---*/
.item-slider-global-category3{
    position: relative;
    padding-bottom: 10px;
}
.item-slider-global-category3 .info{
    width: calc(100% - 40px);
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    left: 20px;
    margin-top: -40px;
    z-index: 1;
    padding: 15px 10px;
}
.item-slider-global-category3 .desc{
    margin: 0;
}
.item-slider-global-category3 h2{
    font-weight: 700;
}
@media(max-width: 767px){
    .item-slider-global-category3 .info{
        width: calc(100% - 20px);
        left: 10px;
    }
}
/*-- End slider category3 ---*/

/*-- Begin style testimonial ---*/
.number-star_3{
    width: 60%;
}
.number-star_4{
    width: 80%;
}
.number-star_2{
    width: 40%;
}
.number-star_1{
    width: 20%;
}
.elbzotech-wrapper-slider-global-testimonial{
    overflow: hidden;
}
.item-slider-global-testimonial .box-content-custom{
    margin-top: 10px;
}
.item-slider-global-testimonial{
    display: flex;
    gap: 30px;
    align-items: center;
}
.item-slider-global-testimonial .image-wrap{
    width: 50%;
    object-fit: fill;
    height: 100%;
}
.item-slider-global-testimonial .image-wrap a{
    object-fit: fill;
    height: 100%;
}
.item-slider-global-testimonial .image-wrap a img{
    height: 100%;
}
.item-slider-global-testimonial .info-client1 h3{
    margin-bottom: 4px;
}
.item-slider-global-testimonial .info-client1 p{
    margin: 0;
}
.item-slider-global-testimonial .testimonial-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 30px;
    border: 1px solid var(--bzo-title_typo-color);
    
}  
@media(max-width: 1200px){
    .item-slider-global-testimonial .testimonial-content{
        padding: 20px 15px;
    }
}
@media(max-width: 767px){
    .item-slider-global-testimonial{
        flex-direction: column;
    }
    .item-slider-global-testimonial .image-wrap,
    .item-slider-global-testimonial .testimonial-content{
        width: 100%;
    }
}

/*-- End style testimonial ---*/

/*-- Begin style testimonial style2 ---*/
.elbzotech-wrapper-slider-global-testimonial2 .swiper-slide{

}
.item-slider-global-testimonial2{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.item-slider-global-testimonial2 .img-wrap img{
    width: auto;
}
.item-slider-global-testimonial2 .img-wrap2{
    width: 44px;
    height: 44px;
    border-radius: 100%;
}
.item-slider-global-testimonial2 .img-wrap2 img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.item-slider-global-testimonial2 .info-client{
    align-items: center;
    gap: 10px;
}
.item-slider-global-testimonial2 .testimonial-rate{
    margin-bottom: 10px;
}
.item-slider-global-testimonial2 .image-wrap{;
    width: 40%;
}
.item-slider-global-testimonial2 .testimonial-content-wrap{
    width: 60%;
}
.item-slider-global-testimonial2 h3{
    margin: 0 0 4px 0;
}
.item-slider-global-testimonial2 .desc{
    margin: 0;
}
.item-slider-global-testimonial2 .testimonial-content{
    margin: 0 0 30px 0;
}
@media(max-width: 1200px){

}
@media(max-width: 767px){
    .item-slider-global-testimonial2{
        flex-direction: column;
    }
    .item-slider-global-testimonial2 .image-wrap{;
        width: 100%;
    }
    .item-slider-global-testimonial2 .testimonial-content-wrap{
        width: 100%;
    }
}

/*-- End style testimonial style2 ---*/

/*-- Begin style testimonial style3 ---*/
.item-slider-global-testimonial3{
    text-align: center;
    color: #fff;
}
.item-slider-global-testimonial3 .img-wrap img{
    width: auto;
}
.item-slider-global-testimonial3 .testimonial-rate{
    margin: 0 auto;
}
.item-slider-global-testimonial3 .img-wrap{
    justify-content: center;
    margin-bottom: 20px;
}
.item-slider-global-testimonial3 h3{
    color: #fff;
    margin: 10px 0;
}
.item-slider-global-testimonial3 .desc{
    margin: 10px 0;
}
@media(max-width: 1200px){

}
@media(max-width: 880px){
    .item-slider-global-testimonial3 h3{
        font-size: 18px;
    }
}

/*-- End style testimonial style3 ---*/
/*-- Begin style testimonial style4 ---*/
.item-slider-global-testimonial4{
    width: 100%;
    
}
.item-slider-global-testimonial4 .testimonial-content-wrap{
    background-color: #333;
    padding: 50px 30px;
    color: #fff;
}
.item-slider-global-testimonial4 .img-wrap img{
    width: auto;
}
.item-slider-global-testimonial4 .img-wrap{
    width: 44px;
    height: 44px;
    border-radius: 100%;
}
.item-slider-global-testimonial4 .img-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.item-slider-global-testimonial4 .info-client{
    align-items: center;
    gap: 10px;
}
.item-slider-global-testimonial4 .testimonial-rate{
    margin: 10px 0;
}

.item-slider-global-testimonial4 h3{
    margin: 0 0 4px 0;
    color: #fff;
}
.item-slider-global-testimonial4 .desc{
    margin: 0;
}
.item-slider-global-testimonial4 .box-content-custom{
    white-space: normal;
}

/*-- slider accordion --*/
.wrap-accordion-slider .accordion-slider-img img{
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.wrap-accordion-slider .as-panel.as-opened  .accordion-slider-img img{
    opacity: 1;
}
.wrap-accordion-slider .accordion-slider-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s !important;
    display: inherit;
}
.wrap-accordion-slider .as-panel.as-opened .accordion-slider-img{
    width: calc(100% + 1px)!important;
}
.wrap-accordion-slider .as-shadow{
   box-shadow: none; 
}
.wrap-accordion-slider .accordion-slider h3.panel-title{
    font-size: 48px;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important ;
    left: 20px;
    bottom: 20px;
    margin: 0;
}
.wrap-accordion-slider .as-shadow .panel-title::before{
    position: absolute;
    content: "";
    width: 140px;
    height: calc(100% + 40px);
    bottom: -20px;
    left: -20px;
    background-color: var(--bzo-main-color-mix-black);
    z-index: -1;
}

.wrap-accordion-slider .as-shadow.as-opened .as-layer.as-vertical{
    transform: rotate(0deg);
}
.wrap-accordion-slider .as-shadow.as-opened h3.panel-title::before{
    display: none;
}
/*============ gallery thumbs ========================*/

.gallery-thumbs-wrapper-inner{
    position: relative;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav{
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F5F5F5;
    color: #999;
    transition: .2s;
    font-size: 18px;
    margin: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav:hover{
    color: #FFFFFF;
    background-color: #000000;
    cursor: pointer;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav.swiper-button-disabled{
    opacity: 0.7;
    cursor: default !important;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav.swiper-button-gallery-prev {
  left: 0px;
}
.gallery-thumbs-wrapper .bzotech-swiper-navi .swiper-button-nav.swiper-button-gallery-next{
  right: 4px;  
}
.gallery-thumbs-wrapper .image-wrap{
    display: flex;
    border: 1px solid #d6d6d6;
    margin: 1px;
}
.gallery-thumbs-wrapper .image-wrap:hover{
    border-color: #666666;
    cursor: pointer;
}
.gallery-thumbs-wrapper .swiper-slide-thumb-active .image-wrap{
    border-color: #666666;
}
.gallery-thumbs-wrapper .image-wrap img{
    padding: 4px;
}


/* event home 1 */
.elbzotech-swiper-slider-event .swiper-container-cube .swiper-cube-shadow{
    opacity: 0;
}
/*------------------------------*/
.elbzotech-swiper-slider-event{
    display: flex;
}
.elbzotech-swiper-slider-event .swiper1{
    width:40%;
}
.elbzotech-swiper-slider-event .swiper2{
    margin-bottom:12px;
}
.elbzotech-swiper-slider-event .info-col{
    width: 60%;
    padding-left: 70px;
}
.elbzotech-swiper-slider-event .swiper2 .adv-thumb-link{
    height: 140px;
        background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.elbzotech-swiper-slider-event .swiper-pagination-event{
    position: relative;
    margin-bottom: 50px;
}
.elbzotech-swiper-slider-event .swiper-pagination{
    bottom: auto!important;
    position: absolute;
}
.elbzotech-swiper-slider-event .bzotech-swiper-navi .swiper-button-next,
.elbzotech-swiper-slider-event .bzotech-swiper-navi .swiper-button-prev{
    position: unset;
    width: auto;
    height: 100%;
    margin: unset;
    color: var(--bzo-title_typo-color);
}
.elbzotech-swiper-slider-event .bzotech-swiper-navi .swiper-button-next:hover,
.elbzotech-swiper-slider-event .bzotech-swiper-navi .swiper-button-prev:hover{
    opacity: 0.7;
}
.elbzotech-swiper-slider-event .bzotech-swiper-navi{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.elbzotech-swiper-slider-event .desc{
    margin-bottom: 30px;
    margin-top: 10px;
}
@media(max-width: 1200px){
    .elbzotech-swiper-slider-event .info-col{
        padding-left: 30px;
    }
    .elbzotech-swiper-slider-event .swiper-pagination-event{
        margin-bottom: 30px;
    }
    .elbzotech-swiper-slider-event .post-title{
        font-size: 30px;
    }
}
@media(max-width: 880px){
    .elbzotech-swiper-slider-event .post-title{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .elbzotech-swiper-slider-event{
        flex-direction: column;
    }
    .elbzotech-swiper-slider-event .swiper1{
        width: 100%;
    }
    .elbzotech-swiper-slider-event .info-col{
        width: 100%;
        padding-left: 0px;
    }
}