
/*Begin Banner info elementor*/
.item-custom-botton-e {
    display: flex;
}

.background-overlay {
    z-index: 1;
}

    .background-overlay .background-overlay-color {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }

.elbzotech-banner-info-global-wrap {
    position: relative;
}

    .elbzotech-banner-info-global-wrap .elbzotech-banner-info {
        z-index: 2;
    }

.elbzotech-info-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* hover effect banner default */
.banners-effect .elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info-global-thumb {
    border-radius: 15px;
    position: relative;
}

    .banners-effect .elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info-global-thumb::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .banners-effect .elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info-global-thumb:hover::before {
        -webkit-animation: shine .85s;
        animation: shine .85s;
    }

/* end hover effect banner default */
.elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info-global-thumb a:hover {
    cursor: pointer;
}

.elbzotech-banner-info-global-elbzotech-bndf .elbzotech-text-item {
    margin: 0px;
}

.elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info {
    display: flex;
}

.elbzotech-banner-info-global-elbzotech-bndf .btwrapinfo-container-flex-e,
.elbzotech-banner-info-global-elbzotech-bndf .elbzotech-bt-custom {
    display: flex;
}

.wrap-flex-e-elbzotech-info-outer {
    display: flex;
}

.info-banner2 .link-bg-banner {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.inner-left {
    left: 0;
}

.inner-right {
    right: 0;
}

.inner-center {
    left: 0;
    right: 0;
    margin: auto;
}

.inner-top {
    top: 0;
}

.inner-bottom {
    bottom: 0;
}

.inner-middle {
    top: 0;
    bottom: 0;
    margin: auto;
}

.elbzotech-banner-info-global-thumb {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

    .elbzotech-banner-info-global-thumb img {
        max-width: 100%;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }

    .elbzotech-banner-info-global-thumb.elbzotech-hidden img {
        width: 100%;
    }

@media(max-width: 767px) {
    .elbzotech-banner-info-global-thumb.elbzotech-hidden img {
        width: auto;
    }
}

.elbzotech-hidden .adv-thumb-link,
.elbzotech-banner-info-global-wrap.elbzotech-hidden {
    overflow: hidden;
}

.elbzotech-inherit .adv-thumb-link {
    overflow: inherit;
}

/*---------------End default--------------------*/
/*---------------style 2--------------------*/
.elbzotech-banner-info-global-style2 .icon-button-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .elbzotech-banner-info-global-style2 .icon-button-video .icon-button-video__icon {
        width: 120px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: relative;
    }

        .elbzotech-banner-info-global-style2 .icon-button-video .icon-button-video__icon:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: var(--bzo-main-color);
            opacity: 0.4;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            animation: zoom-in-zoom-out 1s ease infinite;
            transition: all 1s ease-out 0s;
            -webkit-transition: all 1s ease-out 0s;
            margin: auto;
        }

    .elbzotech-banner-info-global-style2 .icon-button-video .icon-button-video__icon2 {
        width: 85px;
        height: 85px;
        background: var(--bzo-main-color);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        font-size: 40px;
        color: #fff;
        border-radius: 50%;
    }

        .elbzotech-banner-info-global-style2 .icon-button-video .icon-button-video__icon2 .icon-play-button {
            margin-right: -7px;
        }

    .elbzotech-banner-info-global-style2 .icon-button-video img {
        width: auto;
    }

@keyframes zoom-in-zoom-out {
    0% {
        width: 90px;
        height: 90px;
    }

    50% {
        width: 120px;
        height: 120px;
    }

    100% {
        width: 90px;
        height: 90px;
    }
}
/*---------------End Style 2--------------------*/

/*---------------style 3--------------------*/
.elbzotech-banner-info-global-style3 .elbzotech-banner-info-global-thumb a {
    display: flex;
}

.elbzotech-banner-info-global-style3 .info-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.elbzotech-banner-info-global-style3 .product-price .woocommerce-Price-amount {
    font-size: 26px;
    font-weight: 700;
}

.elbzotech-banner-info-global-style3 .product-price del .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 400;
}

.elbzotech-banner-info-global-style3 .product-price .woocs_price_code {
    gap: 5px;
}

.elbzotech-banner-info-global-style3 .list-point__item {
    position: absolute;
    margin-top: -26px;
    margin-left: -26px;
}

    .elbzotech-banner-info-global-style3 .list-point__item .list-point__itempoint {
        position: relative;
    }

    .elbzotech-banner-info-global-style3 .list-point__item .list-point__info {
        position: absolute;
        right: 32px;
        bottom: 100%;
        margin-bottom: 0px;
        background: #fff;
        box-shadow: 0px 6px 10px 0px #79636824;
        padding: 15px 20px;
        padding: 15px 20px;
        min-width: 280px;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease-out 0s;
        border-radius: 5px 5px 0px 5px;
    }

    .elbzotech-banner-info-global-style3 .list-point__item.active-yes .list-point__info,
    .elbzotech-banner-info-global-style3 .list-point__item :hover .list-point__info {
        opacity: 1;
        z-index: 1;
        margin-bottom: 20px;
    }

    .elbzotech-banner-info-global-style3 .list-point__item .list-point__info .title_product {
        line-height: 36px;
        margin-bottom: 5px;
    }

.elbzotech-banner-info-global-style3 .product-price .woocs_price_code {
    justify-content: end;
}

.elbzotech-banner-info-global-style3 .list-point__item .list-point__info:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #fff;
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0;
}

.elbzotech-banner-info-global-style3 .list-point__item .point span {
    display: flex;
    width: 28px;
    height: 28px;
    background: #fff;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    border: 4px solid var(--bzo-main-color);
}

.elbzotech-banner-info-global-style3 .list-point__item .point {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

    .elbzotech-banner-info-global-style3 .list-point__item .point:after {
        position: absolute;
        content: '';
        width: 48px;
        height: 48px;
        border: 1px solid var(--bzo-main-color);
        border-radius: 50%;
        animation: zoom-in-zoom-out-point2 1s ease infinite;
        transition: all 1s ease-out 0s;
        -webkit-transition: all 1s ease-out 0s;
    }

    .elbzotech-banner-info-global-style3 .list-point__item .point:before {
        position: absolute;
        content: '';
        width: 32px;
        height: 32px;
        border: 1px solid var(--bzo-main-color);
        border-radius: 50%;
        animation: zoom-in-zoom-out-point1 1s ease infinite;
        transition: all 1s ease-out 0s;
        -webkit-transition: all 1s ease-out 0s;
    }

    .elbzotech-banner-info-global-style3 .list-point__item .point:hover:before,
    .elbzotech-banner-info-global-style3 .list-point__item .point:hover:after {
        border-color: var(--bzo-main-color);
    }

    .elbzotech-banner-info-global-style3 .list-point__item .point:hover span {
        background: var(--bzo-main-color);
        color: #fff;
    }

@keyframes zoom-in-zoom-out-point {
    0% {
        width: 27px;
        height: 27px;
    }

    50% {
        width: 30px;
        height: 30px;
    }

    100% {
        width: 33px;
        height: 33px;
    }
}

@keyframes zoom-in-zoom-out-point1 {
    0% {
        width: 32px;
        height: 32px;
    }

    50% {
        width: 40px;
        height: 40px;
    }

    100% {
        width: 48px;
        height: 48px;
    }
}

@keyframes zoom-in-zoom-out-point2 {
    0% {
        width: 48px;
        height: 48px;
        opacity: 1;
    }

    50% {
        width: 56px;
        height: 56px;
    }

    100% {
        width: 64px;
        height: 64px;
        opacity: 0.1;
    }
}

@media (max-width: 426px) {
    @keyframes zoom-in-zoom-out-point {
        0% {
            width: 18px;
            height: 18px;
        }

        50% {
            width: 20px;
            height: 20px;
        }

        100% {
            width: 22px;
            height: 22px;
        }
    }

    @keyframes zoom-in-zoom-out-point1 {
        0% {
            width: 22px;
            height: 22px;
        }

        50% {
            width: 26px;
            height: 26px;
        }

        100% {
            width: 30px;
            height: 30px;
        }
    }

    @keyframes zoom-in-zoom-out-point2 {
        0% {
            width: 30px;
            height: 30px;
            opacity: 1;
        }

        50% {
            width: 36px;
            height: 36px;
        }

        100% {
            width: 42px;
            height: 42px;
            opacity: 0.1;
        }
    }
}

@media(max-width: 1200px) {
    .elbzotech-banner-info-global-style3 .list-point__item .list-point__info {
        display: none;
    }

    .elbzotech-banner-info-global-style3 .list-point__item .point span {
        width: 15px;
        height: 15px;
        border: 2px solid var(--bzo-main-color);
    }
}
/*End banner info elementor*/


/*---------------style 4--------------------*/
.elbzotech-banner-info-global-style4 .elbzotech-banner-info-global-thumb {
    position: relative;
}

.elbzotech-banner-info-global-style4:hover .adv-thumb-link-cate img {
    transition: all 12s ease;
    transform: scale(1.2);
}

.elbzotech-banner-info-global-style4 .adv-thumb-link-cate:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #00000040;
    opacity: 0;
    transition: all .3s ease;
    z-index: 1
}

.elbzotech-banner-info-global-style4:hover .adv-thumb-link-cate:before {
    opacity: 1;
}

.elbzotech-banner-info-global-style4 .title_banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    transition: all .3s ease;
}

.elbzotech-banner-info-global-style4 .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(0);
    transition: all .3s ease;
    z-index: 1;
    padding: 0px 15px;
}

.elbzotech-banner-info-global-style4:hover .info {
    transform: scale(1);
}

.elbzotech-banner-info-global-style4 .info .info-title {
    margin-bottom: 15px;
}

.elbzotech-banner-info-global-style4 .info .desc {
    margin-bottom: 20px;
}

.elbzotech-banner-info-global-style4:hover .title_banner {
    opacity: 0;
    bottom: -30px;
}

@media(max-width: 1200px) {
    .elbzotech-banner-info-global-style4 .info .info-title,
    .elbzotech-banner-info-global-style4 .title_banner {
        font-size: 24px;
        line-height: 30px;
    }

    .elbzotech-banner-info-global-style4 .info .desc {
        font-size: 16px;
    }
}

/*-- style 5 list category --*/
.elbzotech-banner-info-global-style5 {
    position: relative;
}

    .elbzotech-banner-info-global-style5 .list-category-wrap {
        background-color: #FEFBF1;
        border-radius: 5px;
        padding: 25px 30px;
        text-align: center;
    }

        .elbzotech-banner-info-global-style5 .list-category-wrap .info-cate {
            display: flex;
            justify-content: space-between;
            margin-bottom: 18px;
        }

        .elbzotech-banner-info-global-style5 .list-category-wrap .btn-view {
        }

            .elbzotech-banner-info-global-style5 .list-category-wrap .btn-view a {
                display: inline-flex;
                padding: 8px 20px;
            }

    .elbzotech-banner-info-global-style5 .title-list-category {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dashed #444;
    }

@media(max-width: 1200px) {
    .elbzotech-banner-info-global-style5 .title-list-category h2 {
        font-size: 22px;
    }
}

@media(max-width: 1024px) {
    .elbzotech-banner-info-global-style5 .list-category-wrap {
        padding: 20px 15px;
    }
}



/*Begin Button elementor*/
.button-wrap-global {
    display: inline-block;
}

    .button-wrap-global .button-inner .icon-button-el,
    .button-wrap-global .button-inner .text-button {
        vertical-align: middle;
    }

    .button-wrap-global .icon-image-btn {
        position: relative;
        display: inline-block;
    }

        .button-wrap-global .icon-image-btn .icon_image_hover {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
        }

    .button-wrap-global .button-inner:hover .icon-image-btn .icon_image_hover {
        opacity: 1;
    }

    .button-wrap-global .button-inner:hover .icon-image-btn > img {
        opacity: 0;
    }

/*End Button elementor*/
.elbzotech-bt-global-default {
    border: 1px solid var(--bzo-main-color);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 11px 25px;
    font-size: 16px;
    line-height: 24px !important;
    display: flex;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: var(--bzo-main-color);
    position: relative;
    overflow: hidden;
    align-items: center;
    gap: 5px;
}

    .elbzotech-bt-global-default:hover,
    .elbzotech-bt-global-default:focus {
        color: var(--bzo-main-color);
        background: #fff;
    }

@media(max-width: 767px) {
    .elbzotech-bt-global-default {
        font-size: 14px;
        padding: 10px 20px;
    }
}
/*==== btn style 2====*/
.elbzotech-bt-global-style2 {
    border: none;
    color: var(--bzo-main-color);
    font-weight: 700;
    padding: 14px 25px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: #fff;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
}

    .elbzotech-bt-global-style2:focus,
    .elbzotech-bt-global-style2:hover {
        color: #fff;
        background-color: var(--bzo-main-color);
    }

@media(max-width: 767px) {
    .elbzotech-bt-global-style2 {
        padding: 10px 20px;
    }
}


/*==== btn style 3====*/
.elbzotech-bt-global-style3 {
    color: var(--bzo-title_typo-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
}

    .elbzotech-bt-global-style3 .text-button {
        border-bottom: 1px solid var(--bzo-title_typo-color);
        transition: all 0.3s ease-out 0s;
    }

    .elbzotech-bt-global-style3 .icon-button-el {
        font-size: 20px;
    }

    .elbzotech-bt-global-style3:hover .text-button {
        border-color: var(--bzo-main-color);
    }

    .elbzotech-bt-global-style3:focus,
    .elbzotech-bt-global-style3:hover {
        color: var(--bzo-main-color);
    }

/*==== btn style 4====*/
.elbzotech-bt-global-style4 {
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 0px;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: capitalize;
    font-family: var(--bzo-title_typo-font-family);
    background-color: var(--bzo-main-color);
    flex-direction: row-reverse;
    transition: .3s;
}

    .elbzotech-bt-global-style4:hover {
        background-color: var(--bzo-main-color2);
        color: #fff;
    }

@media(max-width: 767px) {
    .elbzotech-bt-global-style4 {
        padding: 8px 15px;
    }
}

/*==== btn style 5 ====*/
.elbzotech-bt-global-style5 {
    color: #fff;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 0px;
    border: 1px solid var(--bzo-main-color);
    position: relative;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: 2px 2px 0px 0px var(--bzo-main-color2) !important;
    color: var(--bzo-main-color);
    font-size: 16px;
}

    .elbzotech-bt-global-style5:hover {
        background-color: var(--bzo-main-color);
        color: #fff;
    }

@media(max-width: 767px) {
    .elbzotech-bt-global-style5 {
        padding: 7px 15px;
        gap: 7px;
    }
}

/*==== btn style 6 ====*/
.elbzotech-bt-global-style6 {
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 0px;
    border: 1px solid var(--bzo-main-color);
    position: relative;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--bzo-main-color);
    font-size: 16px;
    font-family: var(--bzo-body_typo-font-family);
}

    .elbzotech-bt-global-style6:hover {
        background-color: var(--bzo-main-color2);
        color: #fff;
    }

@media(max-width: 767px) {
    .elbzotech-bt-global-style6 {
        padding: 7px 15px;
        gap: 7px;
    }
}

/*==== btn style 6 ====*/
.elbzotech-bt-global-style7 {
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 0px;
    border: none;
    position: relative;
    transition: .2s;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--bzo-title_typo-color);
    font-size: 16px;
    font-family: var(--bzo-body_typo-font-family);
}

    .elbzotech-bt-global-style7:hover {
        background-color: var(--bzo-main-color2);
        color: #fff;
    }

@media(max-width: 767px) {
}



/*Begin Elementor Heading*/
.elbzotech-text-editor-global p {
    line-height: inherit;
}

    .elbzotech-text-editor-global p:last-child {
        margin-bottom: 0px;
    }

.elementor-widget.elementor-widget-bzotech-heading:not(:last-child) {
    margin-bottom: 0px;
}

.elbzotech-heading-global__line {
    display: block;
    height: 2px;
    width: 100%;
}

.mouse-cursor {
    display: inline-block;
    white-space: nowrap;
    padding: 10px;
    background: #3498DB;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    text-transform: uppercase;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
}

.elbzotech-heading-global-style2 > span {
    position: relative;
    padding: 0 60px;
    display: inline-block;
}

    .elbzotech-heading-global-style2 > span .image_left {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .elbzotech-heading-global-style2 > span .image_right {
        position: absolute;
        right: 0;
        top: 10px;
    }
/*---------------*/
.type-title_shadow {
    position: absolute;
    right: -228px;
    color: #F0F0F0;
    z-index: -1;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.class-title-shadow {
    position: relative;
    display: inline-block;
}



.item-info-box-global .info-box-icon a {
    display: flex;
}

.item-info-box-global .info-box-icon a {
    display: flex;
}

.icon-image-hover__active {
    position: relative;
}

    .icon-image-hover__active .image-hover {
        display: contents;
    }

.item-info-box-global:hover .icon-image-hover__active > a > img {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.icon-image-hover__active .image-hover img {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.item-info-box-global:hover .icon-image-hover__active .image-hover img {
    opacity: 1;
}
/*--- Team style 1 - about us page ---*/
.bzoteche-info-box-global-style2 {
    border: 1px solid var(--bzo-border-color);
    border-radius: 15px;
    padding: 30px;
}

    .bzoteche-info-box-global-style2:hover {
        border: 1px dashed var(--bzo-main-color);
    }

    .bzoteche-info-box-global-style2 .info-box-icon {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

    .bzoteche-info-box-global-style2 .list-icon {
        position: absolute;
        width: 44px;
        height: 100%;
        top: 0px;
        right: -44px;
        background-color: var(--bzo-title_typo-color2);
        padding: 0px;
        transition: .3s;
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        opacity: 0;
    }

    .bzoteche-info-box-global-style2:hover .list-icon {
        transition: .3s;
        right: 20px;
        opacity: 1;
    }

    .bzoteche-info-box-global-style2 .list-icon__item {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 24px;
        text-align: center;
        border-radius: 5px;
        color: #727272;
        background: #fff;
        transition: all .2s ease-out 0s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .bzoteche-info-box-global-style2 .list-icon__item:hover {
            background: var(--bzo-main-color);
            color: #fff;
            transition: all .2s ease-out 0s;
        }

@media(max-width: 1200px) {
    .bzoteche-info-box-global-style2 .list-icon {
        gap: 10px;
    }

    .bzoteche-info-box-global-style2 .list-icon__item {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }

    .bzoteche-info-box-global-style2 {
        padding: 20px;
    }
}

@media(min-width: 880px) and (max-width: 1024px) {
    .bzoteche-info-box-global-style2 .list-icon__item {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    .bzoteche-info-box-global-style2 {
        padding: 20px;
    }
}
/*End Team style 1*/
/*Begin Team */

.bzoteche-info-box-global-style3 {
    border-radius: 15px;
    overflow: hidden;
    transition: .2s;
}

    .bzoteche-info-box-global-style3:hover {
        box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
        transition: .2s;
    }

        .bzoteche-info-box-global-style3:hover .list-text-info {
            background-color: var(--bzo-main-color);
            transition: .2s;
        }

            .bzoteche-info-box-global-style3:hover .list-text-info p,
            .bzoteche-info-box-global-style3:hover .list-text-info .color-title {
                color: #fff !important;
            }

    .bzoteche-info-box-global-style3 .list-icon__item {
        border-radius: 10px;
    }

    .bzoteche-info-box-global-style3 .info-box-icon a {
        display: flex;
    }

    .bzoteche-info-box-global-style3 .info-box-icon {
    }

    .bzoteche-info-box-global-style3 .list-icon {
        position: absolute;
        width: 100%;
        bottom: -64px;
        left: 0;
        padding: 12px;
        transition: all .3s linear 0s;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .bzoteche-info-box-global-style3:hover .list-icon {
        transition: all .3s linear 0s;
        bottom: 0;
    }

    .bzoteche-info-box-global-style3 .list-icon__item {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        text-align: center;
        border-radius: 100%;
        color: #454545;
        background: #fff;
        transition: all .2s ease-out 0s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bzoteche-info-box-global-style3 .info-box-icon {
        position: relative;
        overflow: hidden;
        border-radius: 15px 15px 0 0;
    }

    .bzoteche-info-box-global-style3 .list-icon__item:hover {
        background: var(--bzo-main-color);
        color: #fff;
        transition: all .2s ease-out 0s;
    }
/*End Team*/

/*Begin Info box style 7*/
.bzoteche-info-box-global-style4 img {
    max-width: unset;
}

.bzoteche-info-box-global-style4 {
}

    .bzoteche-info-box-global-style4:after {
        /*position: absolute;
  bottom: -20px;
  right: -20px;
  content: '';
  background: var(--bzo-main-color2);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;*/
    }

    .bzoteche-info-box-global-style4.beforeAfter {
        overflow: visible !important;
        line-height: 0;
        z-index: 1;
    }

        .bzoteche-info-box-global-style4.beforeAfter div:nth-child(3) {
            border: 2px solid var(--bzo-main-color2);
            opacity: 0.7 !important;
        }

    .bzoteche-info-box-global-style4 div div div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 73px !important;
        height: 73px !important;
        color: white;
        background-color: var(--bzo-main-color) !important;
    }

        .bzoteche-info-box-global-style4 div div div i {
            border-color: white !important;
        }

    .bzoteche-info-box-global-style4 .drag-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        letter-spacing: 0.0025em;
        padding: 0 6px;
    }
/* End Info box style 7*/


/*Begin info box menu vertical*/
.list-menu-vertical__item > a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    gap: 10px;
}

    .list-menu-vertical__item > a > span {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .list-menu-vertical__item > a:hover,
    .list-menu-vertical__item:hover > a {
        background: #f5f5f5;
    }

.list-menu-vertical__item-link {
    position: relative;
}

.list-menu-vertical__item .icon_sub_menu {
    font-size: 16px;
}

.list-menu-vertical-wap {
    position: relative;
}

.bzoteche-info-box-global-menu-vertical .title-info {
    margin: 0px
}

.bzoteche-info-box-global-menu-vertical .item-icon-menu-vertical {
    font-size: 20px;
    color: var(--bzo-main-color);
}

.bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info {
    padding: 14px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    background: var(--bzo-main-color);
    color: #fff;
    gap: 30px;
}

@media(max-width: 1200px) {
    .bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info {
        padding: 14px 15px;
    }
}

.bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info span {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media(min-width: 1201px) {

    .bzoteche-info-box-global-menu-vertical:hover .header-info-style1 .title-info {
        border-radius: 5px 5px 0 0;
    }

    .bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info:hover {
        cursor: pointer;
    }

    .list-menu-vertical {
        background: #fff;
        left: 0;
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
        z-index: 999;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999;
        text-align: left;
        border-radius: 0px;
        border-top: none;
        flex-direction: column;
        box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 30%);
        border-radius: 0px 0px 5px 5px;
    }

    body.overlay .list-menu-vertical {
        border-radius: 0px;
    }

    .list-menu-vertical__item-sub {
        position: absolute;
        opacity: 0;
        top: 0;
        bottom: 0px;
        left: 100%;
        transition: none;
        z-index: -1;
        visibility: hidden;
        background: #f5f5f5;
        padding: 30px 15px;
        box-shadow: 8px 3px 8px -3px rgb(0 0 0 / 20%);
        overflow: hidden;
        overflow-y: auto;
    }

    .list-menu-vertical__item:hover .list-menu-vertical__item-sub {
        opacity: 1;
        z-index: 1;
        visibility: visible;
    }

    .dropdow-style-hide .list-menu-vertical {
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }

    .dropdow-style-hide:hover .list-menu-vertical {
        opacity: 1;
        z-index: 999;
        visibility: visible;
    }

    body.home .fixed-header .dropdow-style-is-show-home .list-menu-vertical,
    body.home .fixed-header.active .dropdow-style-is-show-home .list-menu-vertical,
    .dropdow-style-is-show-home .list-menu-vertical {
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }

    body.home .fixed-header .dropdow-style-is-show-home:hover .list-menu-vertical,
    body.home .fixed-header.active .dropdow-style-is-show-home:hover .list-menu-vertical,
    .dropdow-style-is-show-home:hover .list-menu-vertical {
        opacity: 1;
        z-index: 999;
        visibility: visible;
    }

    body.home .dropdow-style-is-show-home .list-menu-vertical {
        opacity: 1;
        z-index: 99;
        visibility: visible;
    }

    .bzoteche-info-box-global-menu-vertical .list-menu-vertical-wap {
    }
}

@media(max-width: 1200px) {
    .list-menu-vertical {
        flex-direction: column;
    }

    .bzoteche-info-box-global-menu-vertical {
        position: relative;
    }

        .bzoteche-info-box-global-menu-vertical .header-info:hover {
            cursor: pointer;
        }

        .bzoteche-info-box-global-menu-vertical .list-menu-vertical-wap {
            position: absolute;
            top: 100%;
            width: 100vw;
            display: none;
            z-index: 9999;
            background: #fff;
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            transition: none;
            -webkit-transition: none;
            text-align: left;
            overflow-x: auto;
            overflow-y: scroll;
            max-height: 350px;
            scrollbar-width: none;
        }

        .bzoteche-info-box-global-menu-vertical.active .title-info > .la-angle-down:before {
            content: "\f00d";
        }

        .bzoteche-info-box-global-menu-vertical .list-menu-vertical__item-sub {
            width: 100% !important;
            display: none;
            padding: 30px 0;
        }

    .list-menu-vertical__item .icon_sub_menu {
        opacity: 0;
        width: 40px;
    }

    .list-menu-vertical__item .icon_sub_menu-mobi {
        position: absolute;
        top: 0;
        font-size: 16px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 44px;
        background: #f5f5f5;
    }

    .list-menu-vertical__item-link {
        border-bottom: 1px solid #e5e5e5;
    }

    .list-menu-vertical__item {
        position: relative;
    }

        .list-menu-vertical__item.active .icon_sub_menu-mobi:before {
            content: "\f106";
        }

        .list-menu-vertical__item > a:hover, .list-menu-vertical__item:hover > a {
            background: #fff;
        }
}
/*End menu vertical*/

/*-- item product review --*/
.item-slider-product-review {
    border: 1px solid var(--bzo-border-color);
    padding: 18px;
}

    .item-slider-product-review .content-top {
        display: flex;
        gap: 5px;
        align-items: center;
    }

        .item-slider-product-review .content-top img {
            border-radius: 100%;
        }

    .item-slider-product-review .info-product {
        display: flex;
        gap: 5px;
        align-items: center;
        border-top: 1px solid var(--bzo-border-color);
        padding-top: 18px;
        margin-top: 18px;
    }

        .item-slider-product-review .content-top h4,
        .item-slider-product-review .info-product span {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
            text-transform: capitalize;
        }

    .item-slider-product-review .review-content {
        max-height: 115px;
        overflow: hidden;
    }

    .item-slider-product-review .wrap-rating {
        margin: 10px 0 6px 0;
    }

.bzoteche-info-box-global-product-reviews .swiper-container {
    padding: 20px;
    margin: -20px;
}

.bzoteche-info-box-global-product-reviews .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-prev {
    left: 5px;
}

.bzoteche-info-box-global-product-reviews .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-next {
    right: 5px;
}

@media(min-width: 1200px) {
    .bzoteche-info-box-global-product-reviews .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav {
        transition: .3s;
        transform: scale(0);
    }

    .bzoteche-info-box-global-product-reviews:hover .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav {
        transform: scale(1);
    }
}

/*--- info box count ---*/
.bzoteche-info-box-global-count .list-count {
    display: flex;
    justify-content: space-around;
}

    .bzoteche-info-box-global-count .list-count .count-up-item {
        display: flex;
        gap: 18px;
        align-items: center;
    }

.bzoteche-info-box-global-count .count-up-item .count-up {
    line-height: 1.1;
}

.bzoteche-info-box-global-count .count-up-item .count-unit {
    color: var(--bzo-main-color);
}

@media(max-width: 1366px) {
    .bzoteche-info-box-global-count .count-up-item .count-up {
        font-size: 50px;
    }

    .bzoteche-info-box-global-count .count-up-item .title20 {
        font-size: 18px;
    }
}

@media(max-width: 1200px) {
    .bzoteche-info-box-global-count .list-count .count-up-item {
        gap: 10px;
    }

    .bzoteche-info-box-global-count .count-up-item .count-up {
        font-size: 40px;
    }

    .bzoteche-info-box-global-count .count-up-item .title20 {
        font-size: 16px;
    }
}

.elbzotech-list-link-global {
    display: flex;
}

.elbzotech-list-link-global-block {
    flex-direction: column;
}

.elbzotech-list-link-global a {
    display: flex;
    align-items: center;
}

.elbzotech-list-link-global span.icon-image-link {
    display: flex;
}


/*==== Tab style 1 ====*/
.product-tab-style1 .nav-tabs {
    display: flex;
    justify-content: center;
}

.product-tab-style1 ul.nav-tabs li a {
    padding: 0px 24px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .product-tab-style1 ul.nav-tabs li a {
        font-family: var(--bzo-title_typo-font-family);
    }
}

.product-tab-style1 ul.nav-tabs li:not(:last-child) a {
    border-right: 1px solid var(--bzo-border-color);
}

.product-tab-style1 ul.nav-tabs li:hover a {
}

.product-tab-style1 ul.nav-tabs li.active a {
    color: var(--bzo-main-color);
}

@media(max-width: 767px) {
    .product-tab-style1 .product-tab-title {
    }

    .product-tab-style1 .product-tab-content {
        margin-top: 20px;
    }

    .product-tab-style1.product-tab-wrap .title-tab-mobile {
        /*		color: #fff;*/
    }

    .product-tab-style1 ul.nav-tabs li:not(:last-child) a {
        border: none;
    }

    .product-tab-style1 ul.nav-tabs li a {
        padding: 10px;
        display: block;
    }
}

/*Product tab style2*/
@media(min-width: 768px) {
    .product-tab-style2 .nav-tabs {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        gap: 3px;
    }

    .product-tab-style2 ul.nav-tabs li a {
        padding: 3px 22px;
        position: relative;
        font-weight: 600;
        font-size: 16px;
        border: 1px solid transparent;
        border-radius: 20px;
        color: var(--bzo-body_typo-color);
        display: inline-flex;
    }

        .product-tab-style2 ul.nav-tabs li a:hover {
            color: var(--bzo-title_typo-color);
        }

    .product-tab-style2 ul.nav-tabs li.active a {
        border: 1px solid var(--bzo-main-color);
        color: var(--bzo-title_typo-color);
    }
}

@media(max-width: 767px) {
    .product-tab-style2 .product-tab-title {
        margin-bottom: 20px;
    }

    .product-tab-style2 ul.nav-tabs li a {
        display: block;
        padding: 5px 15px;
        text-align: left;
    }

    .product-tab-style2.product-tab-wrap .title-tab-mobile .text-title-tab {
        text-transform: capitalize;
    }
}
/*Product tab style3*/
@media(min-width: 768px) {
    .product-tab-style3 .nav-tabs {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        gap: 3px;
    }

    .product-tab-style3 ul.nav-tabs li a {
        padding: 8px 18px;
        position: relative;
        font-weight: 600;
        font-size: 20px;
        border-bottom: 2px solid transparent;
        border-radius: 0;
        color: #333;
        display: inline-flex;
    }

        .product-tab-style3 ul.nav-tabs li a:hover {
            color: var(--bzo-title_typo-color);
            border-bottom: 2px solid var(--bzo-main-color);
        }

    .product-tab-style3 ul.nav-tabs li.active a {
        border-bottom: 2px solid var(--bzo-main-color);
        color: var(--bzo-title_typo-color);
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .product-tab-style3 ul.nav-tabs li a {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .product-tab-style3 .product-tab-title {
        margin-bottom: 20px;
    }

    .product-tab-style3 ul.nav-tabs li a {
        display: block;
        padding: 5px 15px;
        text-align: left;
    }

    .product-tab-style3.product-tab-wrap .title-tab-mobile .text-title-tab {
        text-transform: capitalize;
    }

        .product-tab-wrap .tab-mobile-dropdown ul.nav-tabs li a img,
        .product-tab-style3.product-tab-wrap .title-tab-mobile .text-title-tab img {
            display: none;
        }
}

/*Product tab style4*/

.product-tab-style4 ul.nav-tabs li {
    border-bottom: 1px solid var(--bzo-border-color);
}

    .product-tab-style4 ul.nav-tabs li a {
        font-size: 18px;
        font-weight: 500;
        padding: 16px 18px;
        display: block;
        transition: .2s;
    }

        .product-tab-style4 ul.nav-tabs li.active a,
        .product-tab-style4 ul.nav-tabs li a:hover {
            background-color: var(--bzo-main-color);
            color: #fff;
        }


/*Product tab style5*/
@media(min-width: 768px) {
    .product-tab-style5 .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-bottom: 30px;
    }

    .product-tab-style5 ul.nav-tabs li a {
        font-size: 16px;
        padding: 10px 18px;
        border: 1px solid var(--bzo-title_typo-color);
        transition: .2s;
        display: block;
    }

        .product-tab-style5 ul.nav-tabs li.active a,
        .product-tab-style5 ul.nav-tabs li a:hover {
            background-color: var(--bzo-title_typo-color);
            color: #fff;
            border: 1px solid var(--bzo-title_typo-color);
        }
}

@media(min-width: 768px) and (max-width: 1200px) {
}

@media(max-width: 767px) {
    .product-tab-style5 .product-tab-title {
        margin-bottom: 20px;
    }

    .product-tab-style5 ul.nav-tabs li a {
        display: block;
        padding: 5px 15px;
        text-align: left;
    }
}
/*Product tab style6*/
@media(min-width: 768px) {
    .product-tab-style6 .nav-tabs {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        gap: 30px;
    }

    .product-tab-style6 ul.nav-tabs li a {
        padding: 6px 20px;
        position: relative;
        font-weight: 600;
        font-size: var(--bzo-body_typo-font-size);
        border: 1px solid #ccc;
        border-radius: 3px;
        color: var(--bzo-body_typo-color);
        display: inline-flex;
        gap: 5px;
        align-items: center;
    }

        .product-tab-style6 ul.nav-tabs li a > span {
            display: flex;
            white-space: nowrap;
        }

        .product-tab-style6 ul.nav-tabs li a:hover {
            border: 1px solid var(--bzo-main-color2);
            color: var(--bzo-title_typo-color);
            background-color: var(--bzo-main-color2);
        }

    .product-tab-style6 ul.nav-tabs li.active a {
        border: 1px solid var(--bzo-main-color2);
        color: var(--bzo-title_typo-color);
        background-color: var(--bzo-main-color2);
    }
}

@media(max-width: 1366px) and (min-width: 768px) {
    .product-tab-style6 ul.nav-tabs li a {
        padding: 6px 10px;
    }

    .product-tab-style6 .nav-tabs {
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media(max-width: 1200px) and (min-width: 768px) {
    .product-tab-style6 .nav-tabs {
        gap: 15px;
    }
}

@media(max-width: 767px) {
    .product-tab-style6 .product-tab-title {
        margin-bottom: 20px;
    }

    .product-tab-style6 ul.nav-tabs li a {
        display: block;
        padding: 5px 15px;
        text-align: left;
    }

    .product-tab-style6.product-tab-wrap .title-tab-mobile .text-title-tab {
        text-transform: capitalize;
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

/*Begin style tab mobile*/
@media(max-width: 767px) {

    .product-tab-wrap .nav-tabs {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

        .product-tab-wrap .nav-tabs li {
            width: 100%;
        }

    .product-tab-wrap .display-swiper-navi-group .bzotech-swiper-navi {
        left: 0;
    }

    .product-tab-wrap .title-tab-mobile {
        display: flex !important;
        margin: 0;
        justify-content: space-between;
        padding: 12px 15px;
        background: #e5e5e5;
        color: #333;
        margin-bottom: 0px;
        align-items: center;
    }

        .product-tab-wrap .title-tab-mobile .text-title-tab {
            text-transform: uppercase;
        }

    .tab-mobile-dropdown {
        position: relative;
        width: 100%;
    }

    .product-tab-wrap .tab-mobile-dropdown .nav-tabs {
        position: absolute !important;
        display: none;
        right: auto;
        left: 0;
        top: 100%;
        background: #fff;
        padding: 0px;
        min-width: 260px;
        width: 100%;
        margin-top: 0px;
        border: none;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.10);
        transition: none;
        line-height: 28px;
        list-style: none;
        z-index: 9992;
        border-radius: 0px;
    }

        .product-tab-wrap .tab-mobile-dropdown .nav-tabs li {
            border-bottom: 1px solid var(--bzo-border-color);
        }

            .product-tab-wrap .tab-mobile-dropdown .nav-tabs li:last-child {
                border-bottom: none;
            }

    .product-tab-wrap .tab-mobile-dropdown ul.nav-tabs li.active a {
        color: var(--bzo-main-color);
        background: transparent;
    }

    .tab-mobile-dropdown.active-dropdown .title-tab-mobile i:before {
        content: "\f00d";
    }
}
/*------------------------------*/

.product-loadmore.loadmore {
    background-color: transparent;
    border: 1px solid var(--bzo-main-color);
    color: var(--bzo-main-color);
    font-weight: 500;
}

    .product-loadmore.loadmore:hover {
        background: var(--bzo-main-color);
        color: #fff;
    }



.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;
}

.display-swiper-scrollbar-yes .swiper-scrollbar-drag {
    background: var(--bzo-main-color);
    border-radius: 0px;
}

.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 categories ---*/

.item-slider-global-category .info {
    margin-top: 10px;
}

.item-slider-global-category .cate-img img {
    width: auto;
}

.item-slider-global-category:hover .info a {
    color: var(--bzo-main-color);
}
/*-- End slider categories ---*/
/*-- Begin slider category2 ---*/


.item-slider-global-category2 .cate-item {
    padding: 30px;
    background: #f5f5f5;
    gap: 15px;
}

    .item-slider-global-category2 .cate-item:hover {
        background: var(--bzo-main-color);
        box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(121, 99, 104, 0.14);
    }

    .item-slider-global-category2 .cate-item .adv-thumb-link {
        width: 75px;
        position: relative;
    }

        .item-slider-global-category2 .cate-item .adv-thumb-link img {
            transition: all 0.3s ease-out 0s;
        }

    .item-slider-global-category2 .cate-item .info-title {
        width: calc(100% - 75px);
        color: var(--bzo-main-color-mix-black);
        transition: all 0.3s ease-out 0s;
    }

    .item-slider-global-category2 .cate-item .image-hover {
        position: absolute;
        opacity: 0;
        top: 0;
        display: flex;
        transition: all 0.3s ease-out 0s;
    }

    .item-slider-global-category2 .cate-item:hover .image-hover {
        opacity: 1;
    }

    .item-slider-global-category2 .cate-item:hover > .adv-thumb-link > img {
        opacity: 0;
    }

    .item-slider-global-category2 .cate-item:hover .info-title {
        color: #fff;
    }

@media(max-width: 1200px) {
    .item-slider-global-category2 .cate-item .info-title {
        font-size: 20px;
    }

    .item-slider-global-category2 .cate-item .adv-thumb-link {
        width: 50px;
    }

    .item-slider-global-category2 .cate-item .info-title {
        width: calc(100% - 50px);
    }

    .item-slider-global-category2 .cate-item {
        padding: 20px;
        gap: 10px;
    }
}

@media(max-width: 767px) {
    .item-slider-global-category2 .cate-item .info-title {
        font-size: 16px;
    }

    .item-slider-global-category2 .cate-item .adv-thumb-link {
        width: 30px;
    }

    .item-slider-global-category2 .cate-item .info-title {
        width: calc(100% - 30px);
    }

    .item-slider-global-category2 .cate-item {
        padding: 15px 10px;
    }
}
/*-- End slider category2 ---*/
/*-- slider category3 ---*/
.item-slider-global-category3 {
}

    .item-slider-global-category3 .cate-img {
        border-radius: 100%;
        background-color: #f1f4f3;
        padding: 0px;
        margin-bottom: 15px;
        transition: .3s;
    }

    .item-slider-global-category3:hover .cate-img {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

@media(max-width: 767px) {
    .item-slider-global-category3 .info-title {
        font-size: 14px;
        line-height: 1;
        text-wrap: balance;
    }

    .item-slider-global-category3 .cate-img {
        padding: 0px;
    }
}
/*-- End slider category3 ---*/
/*-- slider category4 ---*/
.item-slider-global-category4 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

    .item-slider-global-category4::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 48%;
        background: rgba(255, 255, 255, 0.40);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .item-slider-global-category4 .cate-item .adv-thumb-link {
        position: relative;
        padding: 0 30px;
        margin-bottom: 10px;
    }

        .item-slider-global-category4 .cate-item .adv-thumb-link img {
            transition: all 0.3s ease-out 0s;
            width: 100%;
        }

    .item-slider-global-category4 .cate-item .image-hover {
        position: absolute;
        opacity: 0;
        top: 0px;
        display: flex;
        transition: all 0.3s ease-out 0s;
        width: calc(100% - 60px);
    }

    .item-slider-global-category4 .cate-item:hover .image-hover {
        opacity: 1;
    }

    .item-slider-global-category4 .cate-item:hover > .adv-thumb-link > img {
        opacity: 0;
    }


/*-- 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 .content-slider-custom {
    background: #F0F0F0;
    padding: 42px 30px 30px 30px;
    position: relative;
    margin-bottom: 44px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
}

    .elbzotech-wrapper-slider-global-testimonial .content-slider-custom svg {
        position: absolute;
        left: 20px;
        top: 22px;
        z-index: -1;
    }

        .elbzotech-wrapper-slider-global-testimonial .content-slider-custom svg.qute_hover {
            opacity: 0;
        }

.elbzotech-wrapper-slider-global-testimonial .item-slider-global-testimonial:hover .content-slider-custom svg {
    opacity: 0;
}

    .elbzotech-wrapper-slider-global-testimonial .item-slider-global-testimonial:hover .content-slider-custom svg.qute_hover {
        opacity: 1;
    }

.item-slider-global-testimonial:hover .content-slider-custom {
    box-shadow: 0 0 10px #00000040;
    background: var(--bzo-main-color);
    color: #fff;
}

.elbzotech-wrapper-slider-global-testimonial .item-slider-global-testimonial:hover .content-slider-custom:after {
    border-top: 40px solid var(--bzo-main-color);
}

.elbzotech-wrapper-slider-global-testimonial .content-slider-custom .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 10px;
}

.elbzotech-wrapper-slider-global-testimonial .content-slider-custom:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #F0F0F0;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 47px;
    transition: all 0.3s ease-out 0s;
}

.elbzotech-wrapper-slider-global-testimonial .info-client {
    margin-left: 77px;
}

    .elbzotech-wrapper-slider-global-testimonial .info-client .img-wrap {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .elbzotech-wrapper-slider-global-testimonial .info-client .title-desc {
        padding-left: 15px;
    }
/*-- End style testimonial ---*/
/*-- Begin style testimonial style2 ---*/

.item-slider-global-testimonial2 .image-wrap {
    width: 50%;
}

.item-slider-global-testimonial2 .info-client {
    width: 50%;
    z-index: 1;
}

.item-slider-global-testimonial2 .info-client1 {
    margin-left: -85px;
    background: #F5F5F5;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(121, 99, 104, 0.14);
    padding: 50px;
    border-radius: 5px;
    position: relative;
}

    .item-slider-global-testimonial2 .info-client1 .title {
        margin-bottom: 5px;
    }

    .item-slider-global-testimonial2 .info-client1 .desc {
        margin-bottom: 20px;
    }

.item-slider-global-testimonial2 .elbzotech-wrapper-slider-global .img-wrap {
    border-radius: 5px;
}

.item-slider-global-testimonial2 .icon_testimonial {
    position: absolute;
    right: 50px;
}

.elbzotech-wrapper-slider-global-testimonial2.display-swiper-navi-group .bzotech-swiper-navi {
    bottom: 30px;
    top: auto;
}

    .elbzotech-wrapper-slider-global-testimonial2.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav {
        height: 32px;
        width: 32px;
        background-color: #D9D9D9;
        border-radius: 50%;
        font-size: 16px;
        margin-left: 10px;
    }

        .elbzotech-wrapper-slider-global-testimonial2.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav:hover {
            background-color: var(--bzo-main-color);
            color: #fff;
        }

@media(max-width: 1200px) {
    .elbzotech-wrapper-slider-global-testimonial2 .image-wrap .adv-thumb-link > img {
        border-radius: 50%;
        object-fit: cover;
        width: 100px;
        height: 100px;
    }

    .item-slider-global-testimonial2 .image-wrap {
        width: 100px;
    }

    .item-slider-global-testimonial2 .info-client {
        width: calc(100% - 100px);
        padding-left: 20px;
    }

    .item-slider-global-testimonial2 .info-client1 {
        margin-left: 0px;
        padding: 50px 30px;
        box-shadow: none;
    }

    .elbzotech-wrapper-slider-global-testimonial2.display-swiper-navi-group .bzotech-swiper-navi {
        bottom: 14px;
        top: auto;
        right: 30px;
    }
}

@media(max-width: 767px) {
    .item-slider-global-testimonial2 .icon_testimonial svg {
        width: 25px;
    }

    .item-slider-global-testimonial2 .icon_testimonial {
        display: none;
    }

    .item-slider-global-testimonial2 .info-client1 .title {
        font-size: 18px;
    }

    .item-slider-global-testimonial2 .content-slider-custom {
        font-size: 16px;
    }

    .item-slider-global-testimonial2 > .flex-wrapper {
        align-items: start;
    }

    .item-slider-global-testimonial2 .image-wrap {
        width: 50px;
    }

    .item-slider-global-testimonial2 .info-client {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .elbzotech-wrapper-slider-global-testimonial2 .image-wrap .adv-thumb-link > img {
        width: 50px;
        height: 50px;
    }

    .item-slider-global-testimonial2 .info-client1 {
        padding: 20px;
    }

        .item-slider-global-testimonial2 .info-client1 .desc {
            margin-bottom: 10px;
        }

    .elbzotech-wrapper-slider-global-testimonial2.display-swiper-navi-group .bzotech-swiper-navi {
        right: 20px;
    }
}
/*-- End style testimonial style2 ---*/
/*-- style testimonial style3---*/
.item-slider-global-testimonial3 {
}

    .item-slider-global-testimonial3 .image-wrap {
        flex-basis: 50%;
    }

    .item-slider-global-testimonial3 .info-client {
        flex-basis: 50%;
    }

    .item-slider-global-testimonial3 .item-slider-global-testimonial-inner {
        gap: 18px;
        padding: 18px;
        border: 1px solid transparent;
    }

        .item-slider-global-testimonial3 .item-slider-global-testimonial-inner:hover {
            border: 1px solid var(--bzo-border-color);
        }

    .item-slider-global-testimonial3 .product-rate {
        margin: 8px 0;
    }

@media(max-width: 767px) {
    .item-slider-global-testimonial3 .item-slider-global-testimonial-inner {
        border: 1px solid var(--bzo-border-color);
    }
}
/*-- End style testimonial style3 ---*/
/*-- style testimonial style4---*/
.item-slider-global-testimonial4 .item-slider-global-testimonial-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 5px;
}

.item-slider-global-testimonial4 .elbzotech-wrapper-slider-global .img-wrap {
    border-radius: 100%;
}

.item-slider-global-testimonial4 .product-rate {
    margin: 8px auto;
}

/*-- end style testimonial style4---*/

.item-slider-global-testimonial5 .desc {
    margin: 12px 0;
}

.item-slider-global-testimonial5 .product-rate {
    margin: 0 auto;
}

.item-slider-global-testimonial5 .info-client1 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #999;
}

.item-slider-global-testimonial5 .box-content-custom {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*-- end style testimonial style5---*/

/*-- 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: 80px;
}

/*-- slider combos --*/
.item-slider-global-combos {
}

    .item-slider-global-combos .combo-content {
        padding: 18px 15px;
    }

    .item-slider-global-combos .combo-link {
        display: inline-flex;
        margin-top: 13px;
    }

        .item-slider-global-combos .combo-link a {
            background-color: var(--bzo-main-color);
            border: 1px solid var(--bzo-main-color);
            padding: 8px 18px;
            color: #fff;
            transition: .2s;
        }

            .item-slider-global-combos .combo-link a:hover {
                background-color: #fff;
                color: var(--bzo-main-color);
            }

    .item-slider-global-combos .zoom-image {
        overflow: hidden;
    }

@media(max-width: 767px) {
    .item-slider-global-combos .combo-link {
        margin: 5px 0 20px 0;
    }
}
/*--- slider testimonial6 video ---*/
.item-slider-global-testimonial6 .banner-image-link {
    position: relative;
    display: flex;
}

.item-slider-global-testimonial6 .icon-button-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item-slider-global-testimonial6 .icon-button-video .icon-button-video__icon {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: relative;
    }

        .item-slider-global-testimonial6 .icon-button-video .icon-button-video__icon:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: var(--bzo-main-color);
            opacity: 0.4;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            animation: bzo-zoom-in-zoom-out 1s ease infinite;
            transition: all 1s ease-out 0s;
            -webkit-transition: all 1s ease-out 0s;
            margin: auto;
        }

    .item-slider-global-testimonial6 .icon-button-video .icon-button-video__icon2 {
        width: 50px;
        height: 50px;
        background: var(--bzo-main-color);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        font-size: 30px;
        color: #fff;
        border-radius: 50%;
        z-index: 1;
    }

        .item-slider-global-testimonial6 .icon-button-video .icon-button-video__icon2 .icon-play-button {
        }

    .item-slider-global-testimonial6 .icon-button-video img {
        width: auto;
    }

@keyframes bzo-zoom-in-zoom-out {
    0% {
        width: 50px;
        height: 50px;
    }

    50% {
        width: 80px;
        height: 80px;
    }

    100% {
        width: 50px;
        height: 50px;
    }
}

.item-slider-global-testimonial6 .info-client {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.item-slider-global-testimonial6 .image-wrap {
    width: 65px;
    border-radius: 100%;
}

    .item-slider-global-testimonial6 .image-wrap img {
        border-radius: 100%;
    }

.item-slider-global-testimonial6 .info-client .title {
    margin-bottom: 10px;
}

.item-slider-global-testimonial6 .info-client .desc {
    margin: 10px 0 0 0;
}