/*=== begin cookie bar of plugin cookie ====*/
div#cookie-notice .bzotech-bt-cookie{
    line-height: 40px;
    border-radius: 5px;
    background-color: #369EE3;
    color: #fff;
    padding: 0 15px;
    margin: 0 0 0 15px;
    border: 1px solid transparent;
}
div#cookie-notice .bzotech-bt-cookie:hover{
    color: #fff;
    background-color: #fff;
}
div#cookie-notice #cn-accept-cookie{
    background-color: #2EB85C;
}
div#cookie-notice #cn-accept-cookie:hover{
    background-color: #fff;
    border-color: #2EB85C;
    color: #2EB85C;
}
div#cookie-notice #cn-refuse-cookie{
    background-color: #EF5454;
}
div#cookie-notice #cn-refuse-cookie:hover{
    background-color: #fff;
    border-color: #EF5454;
    color: #EF5454;
}
div#cookie-notice #cn-more-info{
    background-color: #369EE3;
}
div#cookie-notice #cn-more-info:hover{
    background-color: #fff;
    border-color: #369EE3;
    color: #369EE3;
}
div#cookie-notice{
    box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.5);
    font-family: var(--bzo-body_typo-font-family);
    font-size: 14px;
}
div#cookie-notice span#cn-notice-text{
    margin: 0;
    line-height: 40px;
    color: #333;
}
@media(max-width: 767px){
    div#cookie-notice span#cn-notice-text{
        line-height: 24px;
        margin-bottom: 15px;
        font-size: 12px;
    }
    div#cookie-notice .bzotech-bt-cookie{
        margin: 0 5px;
    }
}
/*=== End cookie bar of plugin cookie ====*/

.hover-banner-dashed .elbzotech-banner-info-global-wrap .elbzotech-banner-info-global-thumb:hover{
    border: 1px dashed var(--bzo-main-color);
}


/*==== HOME PAGE 1 ====*/
.bzotech-menu-inner .indicator-icon:before{
    font-size: 14px;
}

.home1-custom-navi .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: scale(0.5);
}
.home1-custom-navi .display-swiper-navi-style1:hover .bzotech-swiper-navi .swiper-button-nav{
    opacity: 1;
    visibility: visible;
    transition: .3s;
    transform: scale(1);
}

.footer1-apps .item-link:hover img{
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

/*.footer1-btn:hover i {
    animation: shake-vertical 2.5s ease infinite;
}*/

/*================ HOME PAGE 2 ====================*/
/*=================================================*/
.header2-menu-style .bzotech-navbar-nav > li > a{
    position: relative;
}
.header2-menu-style .bzotech-navbar-nav > li > a::before{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    transition: .2s;
}

/*.header2-menu-style .bzotech-navbar-nav > li.current-menu-parent > a::before,
.header2-menu-style .bzotech-navbar-nav > li.current-menu-item > a::before*/
.header2-menu-style .bzotech-navbar-nav > li:hover > a::before{
    bottom: 0;
    transition: .2s;
    z-index: 9999;
}
.header2-menu-style .bzotech-navbar-nav > li:hover > a,
.header2-menu-style .bzotech-navbar-nav > li.current-menu-item > a{
    
}

@media(max-width: 1200px){
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows.tp-leftarrow{
        transform: translate(30px, -34px) !important;
    }
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows.tp-rightarrow{
        transform: translate(75px, -34px) !important;
    }    
}
@media(max-width: 1023px){
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows.tp-leftarrow{
        transform: translate(30px, -35px) !important;
    }
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows.tp-rightarrow{
        transform: translate(75px, -35px) !important;
    }
    #rev_slider_2_1_wrapper .title60{
        font-size: 48px;
    }
    
}
@media(max-width: 767px){
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows.tp-leftarrow{
        transform: translate(15px, -28px) !important;
        width: 26px;
        height: 26px;
    }
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows.tp-rightarrow{
        transform: translate(50px, -28px) !important;
        width: 26px;
        height: 26px;
    }
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows.tp-leftarrow::before,
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows.tp-rightarrow::before{
        line-height: 26px;
        font-size: 18px;
    }
    #rev_slider_2_1_wrapper .bzotech-nav-slider.tparrows{

    }
    #rev_slider_2_1_wrapper .title60{
        font-size: 32px;
    }
    #rev_slider_2_1_wrapper .elbzotech-bt-style2{
        padding: 5px 15px;
        font-size: 14px;
        font-weight: 500;
    }

}

.home2-blog .style2-item-meta__cats .post-meta-data__content a{
    display: none;
}
.home2-blog .style2-item-meta__cats .post-meta-data__content a:first-child{
    display: block;
}