/*i.la-twitter:before,
i.fa-twitter::before{
    content:"𝕏";
}*/
@font-face {
    font-family: 'UTMAvo';
    src: url('UTM Avo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvo';
    src: url('UTM AvoBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.bg-white {
    background-color: #fff;
}

/*Begin Class basic*/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.flex-wrapper {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.flex_direction-row {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}

.flex_direction-column {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

.flex_wrap-wrap, .wrap-elementor-container .elementor-container {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex_wrap-nowrap {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.flex-align-left, .justify_content-flex-start {
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flex-align-right, .justify_content-flex-end {
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.flex-align-center, .justify_content-center {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}

.justify_content-space-between {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.justify_content-space-around {
    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
}

.align_items-flex-start {
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}

.align_items-flex-end {
    align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}

.align_items-center {
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.align_items-baseline {
    align-items: baseline;
    -ms-align-items: baseline;
    -webkit-align-items: baseline;
}

.align_items-stretch {
    align-items: stretch;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
}

.align-content-center {
    align-content: center;
    align-items: center;
}

.align-content-flex-start {
    align-content: flex-start;
    align-items: flex-start;
}

.align-content-flex-end {
    align-content: flex-end;
    align-items: flex-end;
}

.title14, .title15, .title8, .title12, .title16, .title18, .title20, .title22, .title24, .title26, .title27, .title28, .title30, .title32, .title34, .title36, .title38, .title40, .title44, .title46, .title48, .title50, .title60, .title70, .title80, .title90, .title120, .title160, .title100, .title150 {
    margin: 0;
}

.title8 {
    font-size: 8px;
}

.title12 {
    font-size: 12px;
}

.title14 {
    font-size: 14px;
}

.title15 {
    font-size: 15px;
}

.title16 {
    font-size: 16px;
}

.title18 {
    font-size: 18px;
}

.title20 {
    font-size: 20px;
    line-height: 28px;
}

.title22 {
    font-size: 22px;
    line-height: 30px;
}

.title24 {
    font-size: 24px;
}

.title26 {
    font-size: 26px;
}

.title27 {
    font-size: 27px;
}

.title28 {
    font-size: 28px;
}

.title30 {
    font-size: 30px;
}

.title32 {
    font-size: 32px;
}

.title34 {
    font-size: 34px;
}

.title36 {
    font-size: 36px;
}

.title38 {
    font-size: 38px;
}

.title40 {
    font-size: 40px;
}

.title44 {
    font-size: 44px;
}

.title46 {
    font-size: 46px;
}

.title48 {
    font-size: 48px;
}

.title50 {
    font-size: 50px;
}

.title60 {
    font-size: 60px;
}

.title70 {
    font-size: 70px;
}

.title80 {
    font-size: 80px;
}

.title90 {
    font-size: 90px;
}

.title120 {
    font-size: 120px;
}

.title160 {
    font-size: 160px;
}

.title100 {
    font-size: 100px;
}

.title150 {
    font-size: 150px;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.clearfix {
    clear: both;
}

.hide, .hidden {
    display: none !important;
}

.overflow-hidden {
    overflow: hidden!important;
}

.line-height24 {
    line-height: 24px;
}

.line-height36 {
    line-height: 36px;
}

.inline-block {
    display: inline-block !important;
    vertical-align: top;
}

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-inline-block {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-inline-block > li {
    display: inline-block;
}

.list-block > li {
    display: block;
}

.logo-text {
    margin: 0;
}

.logo-inline-block .logo-text-wrapper a > * {
    display: inline-block;
    vertical-align: middle;
}

.btn-loadmore {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.main-page-mega {
    margin: 80px 0;
}

#main-content {
    padding: 100px 0;
}

@media(max-width: 1200px) {
    #main-content {
        padding: 40px 0 40px 0;
    }
}

.bzotech-scrollbar {
    overflow-y: scroll;
    scrollbar-width: none;
}

.bzotech-scrollbar::-webkit-scrollbar {
    width: 5px;
    left: 5px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

/* Track */
.bzotech-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
}

/* Handle */
.bzotech-scrollbar::-webkit-scrollbar-thumb {
    background: var(--bzo-main-color2);
    border-radius: 30px;
}

/* Handle on hover */
.bzotech-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--bzo-main-color);
}

.box-content-custom>*:last-child {
    margin-bottom: 0px;
}

.zoomContainer {
    z-index: 999;
}

.zoomContainer .zoomWindow {
    background-color: #fff;
}

.elbzotech-hidden {
    overflow: hidden;
}

.elbzotech-border-radius {
    border-radius: 30px;
}

/*End Class basic*/
.error-message {
    color: #EA4335;
}

/*--- class color ---*/
.main-color {
    color: var(--bzo-main-color);
}

.main-color2 {
    color: var(--bzo-main-color2);
}

.bg-color {
    background-color: var(--bzo-main-color);
}

.bg-color-darken {
    background: var(--bzo-main-color-mix-black);
}

.bg-main-color-mix-white {
    background: var(--bzo-main-color-mix-white);
}

.bg-main-color-mix-white2 {
    background: var(--bzo-main-color-mix-white2);
}

.bg-main-color-mix-white3 {
    background: var(--bzo-main-color-mix-white3);
}

.bg-color2 {
    background-color: var(--bzo-main-color2);
}

.bg-color-lighten {
    background-color: var(--bzo-main-color-bg);
}

.bg-color2-lighten {
    background-color: var(--bzo-main-color2);
}

.bg-color-title {
    background-color: var(--bzo-title_typo-color2);
}

.color-white {
    color: #fff;
}

.color-body {
    color: var(--bzo-body_typo-color);
}

.color-title2 {
    color: var(--bzo-title_typo-color2);
}

.color-gray {
    color: var(--bzo-gray-color);
}

.ui-widget {
    font-family: inherit!important;
    font-size: inherit!important;
}

.font-body {
    font-family: UTMAvo;
}

.font-title {
    font-family: UTMAvo;
}

.border-color-main {
    border-color: var(--bzo-main-color) !important;
}

/*---------class color elementor ----------*/
.e-main-color {
    color: var(--bzo-main-color);
}

.e-main-color2 {
    color: var(--bzo-main-color2);
}

.e-main-color-darken {
    color: var(--bzo-main-color-mix-black);
}

.e-bg-color {
    background-color: var(--bzo-main-color);
}

.e-bg-color2 {
    background-color: var(--bzo-main-color2);
}

.e-bg-color-lighten {
    background-color: var(--bzo-main-color-bg);
}

.e-bg-color-title {
    background-color: var(--bzo-title_typo-color);
}

.e-bg-color-title2 {
    background-color: var(--bzo-title_typo-color2);
}

.e-color-body {
    color: var(--bzo-body_typo-color);
}

.e-color-title {
    color: var(--bzo-title_typo-color);
}

.e-color-white {
    color: #fff;
}

.e-color-cam {
    color: #dd8727;
}

.e-color-nau {
    color: #361e0e;
}

.e-color-brown {
    color: #361f11;
}

.e-color-gray {
    color: var(--bzo-gray-color);
}

.e-font-body {
    font-family: UTMAvo;
}

.e-font-title {
    font-family: UTMAvo;
}

.e-border-color-main {
    border-color: var(--bzo-main-color);
}

/*---------class hover color elementor ----------*/
.hover-e-main-color:hover {
    color: #de8828;
}

.hover-e-main-color-darken:hover {
    color: var(--bzo-main-color-mix-black);
}

.hover-e-main-color2:hover {
    color: var(--bzo-main-color2);
}

.hover-e-color-body:hover {
    color: var(--bzo-body_typo-color);
}

.hover-e-color-title:hover {
    color: var(--bzo-title_typo-color);
}

.hover-e-color-gray:hover {
    color: var(--bzo-gray-color);
}

/*--- define ---*/
.list-links-scroll .elbzotech-list-link-global, .list-links-scroll .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
    animation-name: bzo-scroll;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.list-links-scroll .elbzotech-list-link-global:hover, .list-links-scroll .swiper-wrapper:hover {
    animation-play-state: paused;
}

.list-links-scroll .elbzotech-list-link-global a .list-links-scroll .swiper-wrapper .swiper-slide {
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    position: relative;
}

.list-links-scroll .elbzotech-list-link-global .title {
    white-space: nowrap;
}

.list-links-scroll-ver {
    overflow: hidden;
}

.list-links-scroll-ver .elbzotech-list-link-global, .list-links-scroll-ver .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
    animation-name: bzo-scroll-ver;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.list-links-scroll-ver .elbzotech-list-link-global:hover, .list-links-scroll-ver .swiper-wrapper:hover {
    animation-play-state: paused;
}

.list-links-scroll-ver .elbzotech-list-link-global a, .list-links-scroll-ver .swiper-wrapper .swiper-slide {
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    position: relative;
}

.list-links-scroll2 {
    overflow: hidden;
}

.list-links-scroll2 .elbzotech-list-link-global, .list-links-scroll2 .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    animation-name: bzo-scroll2;
    animation-duration: 65s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.list-links-scroll2 .elbzotech-list-link-global:hover, .list-links-scroll2 .swiper-wrapper:hover {
    animation-play-state: paused;
}

.list-links-scroll2 .elbzotech-list-link-global a, .list-links-scroll2 .swiper-wrapper .swiper-slide {
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    position: relative;
}

@media(min-width: 1200px) {
    .visible-nav-on-hover .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav {
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        transform: scale(0.5) translateY(-50%);
    }

    .visible-nav-on-hover .display-swiper-navi-style1:hover .bzotech-swiper-navi .swiper-button-nav {
        opacity: 1;
        visibility: visible;
        transition: .3s;
        transform: scale(1) translateY(-50%);
    }
}

.banner-info-fill, .banner-info-fill .adv-thumb-link, .banner-info-fill .elbzotech-banner-info-global-thumb, .banner-info-fill .elbzotech-banner-info-global-wrap {
    object-fit: fill;
    height: 100%;
}

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

.wrap-accordion-slider .as-shadow.cursor-active a {
    cursor: inherit;
}

.elbzotech-wrapper-slider-global .img-wrap {
    display: flex;
    overflow: hidden;
}

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

.item-slider-global-category {
    position: relative;
    min-height: 100px;
}

.item-slider-global-category:hover {
}

.item-slider-global-category .info {
    padding: 37px 15px;
    background-color: var(--bzo-main-color-mix-white3);
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.item-slider-global-category .info .info-title {
    font-size: 20px;
    line-height: 1.4;
}

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

.item-slider-global-category:hover .info a {
    color: #fff;
}

.item-slider-global-category .cate-img {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    border: 1px solid var(--bzo-main-color-mix-white2);
}

.item-slider-global-category:hover .info {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.item-slider-global-category.zoom-image .adv-thumb-link > img {
    transition: all 0.8s cubic-bezier(0, 0, 0.1, 1);
    max-height: 68px;
}

.item-slider-global-category:hover .cate-img {
    opacity: 1;
    visibility: visible;
    transition: .2s;
}

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

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

.item-slider-global-category2 {
}

.item-slider-global-category2 .item-slider-global-inner {
    box-shadow: 1px 1px 5.6px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 1px solid transparent;
}

.item-slider-global-category2:hover {
    border: 1px solid #999;
}

.item-slider-global-category2 .cate-item {
    flex-direction: column;
}

.item-slider-global-category2 .cate-item:hover {
}

.item-slider-global-category2 .info-title {
    text-transform: uppercase;
    margin-top: 18px;
}

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

.item-slider-global-category2:hover .info a {
    color: var(--bzo-main-color);
}

@media(max-width: 767px) {
    .item-slider-global-category2 .item-slider-global-inner {
        padding: 15px 10px;
    }

    .item-slider-global-category2 .info-title {
        font-size: var(--bzo-body_typo-font-size);
        margin-top: 15px;
    }
}

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

.item-slider-global-category3 .info-title {
    line-height: 1.3;
}

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

    .item-slider-global-category3 .cate-img {
        padding: 0px;
    }
}

.item-slider-global-category4 .adv-thumb-link {
    position: relative;
}

.item-slider-global-category4 .adv-thumb-link img {
    opacity: 1;
    transition: all .3s;
}

.item-slider-global-category4 .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
}

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

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

.item-slider-global-category4 .cate-title {
    margin-top: 20px;
}

.item-slider-global-category4 .cate-title .info-title {
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
}

.item-slider-global-category4 .cate-title i {
    font-size: 18px;
    transform: translateY(2px);
}

.item-slider-global-category4 .cate-item:hover {
    color: #000;
}

.item-slider-global-category4 .cate-item:hover .info-title {
    margin-right: 11px;
}

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

    .item-slider-global-category4 .cate-title i {
        font-size: 1px;
    }
}

.item-slider-global-category5 .adv-thumb-link {
    position: relative;
}

.item-slider-global-category5 .cate-item {
    display: flex;
    justify-content: center;
}

.item-slider-global-category5 .info-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: auto;
    font-size: 30px;
    font-weight: 500;
    color: #fff !important;
    background-color: transparent !important;
    transition: all 0.3s ease-out 0s;
}

.item-slider-global-category5 .info-title:hover {
    background-color: #000;
    color: #fff;
}

.item-slider-global-category5 .adv-thumb-link {
    background-color: #F1F1F1;
    position: relative;
    overflow: hidden;
}

.item-slider-global-category5 .adv-thumb-link:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
    transition: all 0.3s ease-out 0s;
}

.item-slider-global-category5:hover .adv-thumb-link img {
    transform: scale(1.05);
}

.item-slider-global-category5:hover .adv-thumb-link:after {
    background-color: rgba(255, 255, 255, .15);
}

@media (max-width: 991px) {
    .item-slider-global-category5 .info-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .item-slider-global-category5 .info-title {
        padding: 10px 15px;
    }

    .item-slider-global-category5 .info-title {
        font-size: 20px;
    }
}

.number-star_3 {
    width: 60%;
}

.number-star_4 {
    width: 80%;
}

.number-star_2 {
    width: 40%;
}

.number-star_1 {
    width: 20%;
}

.item-slider-global-testimonial .testimonial-content {
    position: relative;
    background-color: #fff;
    margin-top: 5px;
}

.item-slider-global-testimonial .testimonial-content:before {
    position: absolute;
    content: "";
    width: 20%;
    height: 4px;
    top: -4px;
    left: 0;
    background-color: var(--bzo-main-color);
    transition: .3s;
}

.item-slider-global-testimonial .testimonial-content:hover:before {
    width: 100%;
    transition: .3s;
}

.item-slider-global-testimonial .img-wrap {
    border-radius: 100%;
    max-width: 60px;
}

.item-slider-global-testimonial .product-rate {
    margin: 0 0 15px 0;
}

.item-slider-global-testimonial .info-client {
    background-color: var(--bzo-main-color);
    display: flex;
    gap: 10px;
    padding: 20px 16px;
    align-items: center;
}

.item-slider-global-testimonial .testimonial-content {
    padding: 20px 16px;
}

.item-slider-global-testimonial .info-client h3 {
    color: #fff;
    margin: 0 0 5px 0;
}

.item-slider-global-testimonial .info-client p {
    color: #fff;
    margin: 0;
    font-size: 90%;
}

.item-slider-global-testimonial2 {
    text-align: center;
}

.item-slider-global-testimonial2 .content-slider-custom {
    font-size: 18px;
    font-style: italic;
}

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

@media(max-width: 1200px) {
    .item-slider-global-testimonial2 .content-slider-custom {
        font-size: 18px;
    }
}

@media(max-width: 880px) {
    .item-slider-global-testimonial2 .content-slider-custom {
        font-size: 16px;
    }
}

.item-slider-global-testimonial3 {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #dedede;
}

.item-slider-global-testimonial3 .testimonial-image {
    width: 45%;
}

.item-slider-global-testimonial3 .testimonial-content-wrap {
    width: 55%;
    padding: 10px 30px 10px 0;
}

.item-slider-global-testimonial3 .testimonial-product-img {
    width: 80px;
    display: flex;
}

.item-slider-global-testimonial3 .testimonial-product-img img {
    border-radius: 100%;
    transition: .2s;
}

.item-slider-global-testimonial3 .testimonial-product-img:hover img {
    background-color: #F8F7F5;
}

.item-slider-global-testimonial3 .testimonial-product {
    display: flex;
    gap: 15px;
    align-items: center;
}

.item-slider-global-testimonial3 .testimonial-product {
    border-top: 1px solid #dedede;
    padding-top: 10px;
}

.item-slider-global-testimonial3 .info-client h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 20px 0;
}

.item-slider-global-testimonial3 .product-rate {
    margin-bottom: 10px;
}

.item-slider-global-testimonial3 .pro-title {
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
}

@media(max-width: 1200px) {
    .item-slider-global-testimonial3 {
        flex-direction: column;
    }

    .item-slider-global-testimonial3 .testimonial-image {
        display: none;
    }

    .item-slider-global-testimonial3 .testimonial-content-wrap {
        width: 100%;
        padding: 30px;
    }
}

@media(max-width: 767px) {
    .item-slider-global-testimonial3 .testimonial-content-wrap {
        padding: 30px 15px;
    }
}

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

.item-slider-global-category6 .info-title {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}

.item-slider-global-category6 .cate-item .info-title:hover {
    color: var(--bzo-main-color);
}

.item-slider-global-category6 .cate-item img {
    transition: .3s;
}

.item-slider-global-category6 .cate-item:hover img {
    transform: scale(1.07);
}

.item-slider-global-category6 .adv-thumb-link {
    overflow: hidden;
}

@media(max-width: 880px) {
    .item-slider-global-category6 .info-title {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media(max-width: 767px) {
    .item-slider-global-category6 .info-title {
        font-size: 16px;
        margin-top: 10px;
    }
}

.item-slider-global-category7 .adv-thumb-link {
    border-radius: 180px 180px 0 0;
    overflow: hidden;
    transition: .3s;
}

.item-slider-global-category7:hover .adv-thumb-link {
}

.item-slider-global-category7 .info-title {
    background-color: #fff;
    border-radius: 0px;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
    white-space: nowrap;
    text-align: center;
}

.item-slider-global-category7 .cate-item {
    position: relative;
}

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

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

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

.product-tab-style1 .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

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

@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 {
}

.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 ul.nav-tabs li:not(:last-child) a {
        border: none;
    }

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

@media(min-width: 768px) {
    .product-tab-style2 .product-tab-title .inner {
        display: flex;
        justify-content: end;
    }

    .product-tab-style2 .nav-tabs {
        display: flex;
        justify-content: end;
        margin-bottom: 30px;
        gap: 5px;
        background-color: #e6e6e6;
        border-radius: 50%;
    }

    .product-tab-style2 ul.nav-tabs li a {
        padding: 8px 30px;
        position: relative;
        font-weight: 600;
        font-size: 20px;
        border: none;
        border-radius: 40px;
        display: inline-flex;
        box-shadow: none;
        background-color: #e6e6e6;
        color: var(--bzo-body_typo-color);
    }

    .product-tab-style2 ul.nav-tabs li a:hover, .product-tab-style2 ul.nav-tabs li.active a {
        background-color: #f2f2f2;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
        color: var(--bzo-title_typo-color);
    }
}

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

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

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

@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(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 .nav-tabs {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
}

.product-tab-style6 ul.nav-tabs li a {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #000;
    display: inline-flex;
    line-height: 1.3;
}

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

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

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

    .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-tab-style6 ul.nav-tabs li a {
        font-size: 14px;
        line-height: 1.3;
        border: none !important;
        padding: 10px 0 10px 15px;
    }
}

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

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

.elbzotech-bt-global-default {
    border: 1px solid #000;
    color: #000;
    border-radius: 0px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    padding: 11px 25px;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    cursor: pointer;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .15s;
    background: transparent;
    overflow: hidden;
    align-items: center;
    gap: 5px;
}

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

@media(max-width: 767px) {
    .elbzotech-bt-global-default {
        font-size: 14px;
        padding: 8px 16px;
    }
}

.btn-style1-white.elbzotech-bt-global-default, .btn-style1-white .elbzotech-bt-global-default {
    color: #fff;
    border-color: #fff;
}

.btn-style1-white.elbzotech-bt-global-default:hover, .btn-style1-white .elbzotech-bt-global-default:focus, .btn-style1-white .elbzotech-bt-global-default:hover {
    color: #fff;
    background: var(--bzo-main-color);
    border: 1px solid var(--bzo-main-color);
}

.elbzotech-bt-global-style2 {
    color: #fff;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 0px;
    border: 1px solid var(--bzo-title_typo-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-color) !important;
    color: var(--bzo-title_typo-color);
    font-size: 16px;
}

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

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

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

.elbzotech-bt-global-style4 {
    color: #fff;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 0px;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: var(--bzo-main-color);
    flex-direction: row-reverse;
    transition: .3s;
}

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

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

.elbzotech-bt-global-style5 {
    border: 1px solid #000;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    font-weight: 500;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    cursor: pointer;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .15s;
    background: #000;
    overflow: hidden;
    align-items: center;
    gap: 5px;
}

.elbzotech-bt-global-style5:hover, .elbzotech-bt-global-style5:focus {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

@media(max-width: 767px) {
    .elbzotech-bt-global-style5 {
        font-size: 14px;
        padding: 8px 16px;
    }
}

.btn-style5-transparent.elbzotech-bt-global-style5, .btn-style5-transparent .elbzotech-bt-global-style5 {
    color: #000;
    background: transparent;
}

.btn-style5-transparent.elbzotech-bt-global-style5:hover, .btn-style5-transparent .elbzotech-bt-global-style5:focus, .btn-style5-transparent .elbzotech-bt-global-style5:hover {
    color: #fff;
    background: #000;
}

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

.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-info-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

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

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

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

.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 .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: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

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

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

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.tab-content .tab-pane {
    width: 100%;
}

.icon-image-hover__active .img-hover {
    display: none;
}

.tab-item-wrap:hover .icon-image-hover__active .img-hover, .tab-item-wrap.active .icon-image-hover__active .img-hover {
    display: block;
}

.tab-item-wrap:hover .icon-image-hover__active> img:first-child, .tab-item-wrap.active .icon-image-hover__active> img:first-child {
    display: none;
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink,elementor-animation-hang;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate
}

.item-info-box-global .info-box-icon a {
    display: flex;
    background: #de8828;
    border-radius: 50%;
}

.item-info-box-global .info-box-icon a:hover {
    display: flex;
    /* opacity:0.4; */
}

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

.icon-image-hover__active .image-hover {
    background: #000
}

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

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

.item-info-box-global:hover .icon-image-hover__active .image-hover img {
    opacity: 1;
}

.bzoteche-info-box-global-style2 {
    border: 1px solid var(--bzo-border-color);
    border-radius: 15px;
    padding: 30px;
    background: #000
}

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

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

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

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

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

.bzoteche-info-box-global-countup {
    text-align: center;
}

.bzoteche-info-box-global-countup .count-up {
    line-height: 1.2;
}

.bzoteche-info-box-global-countup .count-up, .bzoteche-info-box-global-countup .title {
    color: #fff;
}

.bzoteche-info-box-global-countup .list-count {
    justify-content: center;
}

@media(max-width: 880px) {
    .bzoteche-info-box-global-countup .count-up {
        font-size: 40px;
    }

    .bzoteche-info-box-global-countup .title {
        font-size: 18px;
    }
}

button[type="submit"]:hover {
    cursor: pointer;
}

.elbzotech-mailchimp-global-default .mc4wp-form-fields {
    display: flex;
    border: 1px solid #fff;
    border-radius: 0px;
    position: relative;
    background: transparent;
    gap: 0px;
}

.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"] {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    width: 100%;
    height: 44px;
    padding: 0px 15px;
    border-radius: 0px;
    border: none;
    color: #fff;
}

.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]::placeholder {
    color: #fff;
}

.elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"] {
    border: none;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    padding: 0px 20px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 0px;
    font-family: inherit;
    color: #333;
    transition: .3s;
    gap: 0px;
    margin: 0px;
    font-family: var(--bzo-body_typo-font-family);
}

.elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"]:hover {
    color: #fff;
    background: #000;
}

.elbzotech-mailchimp-global-style2 {
    position: fixed;
    left: 0;
    right: 0;
    top: -40%;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    opacity: 0;
    visibility: hidden;
}

.elbzotech-mailchimp-global-style2.actived {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    top: 0;
}

.elbzotech-mailchimp-global-style2 .content-popup-mailchimp {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.elbzotech-mailchimp-global-style2 .elbzotech-close-popup {
    right: 15px;
    top: 20px;
    font-size: 22px;
    color: #454545;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5);
}

.elbzotech-mailchimp-global-style2 .elbzotech-close-popup:hover {
    color: var(--bzo-main-color);
}

.elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title {
    margin-bottom: 16px;
    text-transform: capitalize;
}

.elbzotech-mailchimp-global-style2 .content-popup-mailchimp .desc {
    margin-bottom: 15px;
}

.elbzotech-mailchimp-global-style2 .image-mailchimp {
    width: 45%;
    overflow: hidden;
}

.elbzotech-mailchimp-global-style2 .info-mailchimp {
    width: 55%;
    padding: 10px 50px;
    text-align: center;
    overflow-y: auto;
    scrollbar-width: none;
}

@media(max-width: 1024px) {
    .elbzotech-mailchimp-global-style2 .info-mailchimp {
        padding: 10px 30px;
    }
}

.elbzotech-mailchimp-global-style2 .info-mailchimp .mc4wp-error {
    text-align: center;
    margin-top: 5px;
    color: #d0342c;
}

.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"] {
    display: block;
    width: 100%;
    background: #f0f0f0;
    height: 56px;
    border: none;
    border-radius: 0px;
    color: var(--bzo-body_typo-color);
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
}

.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde, .elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]::-moz-placeholder, .elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder, .elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: #727272;
}

.elbzotech-mailchimp-global-style2 input[type="submit"], .elbzotech-mailchimp-global-style2 button[type="submit"] {
    border: 1px solid var(--bzo-title_typo-color);
    color: var(--bzo-title_typo-color);
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 32px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    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;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 0px 0px var(--bzo-main-color);
}

.elbzotech-mailchimp-global-style2 button[type="submit"]:hover, .elbzotech-mailchimp-global-style2 button[type="submit"]:focus {
    background-color: var(--bzo-title_typo-color);
    color: #fff;
}

.elbzotech-mailchimp-global-style2 button[type="submit"] i {
    font-size: 20px;
    order: 2;
}

.elbzotech-mailchimp-global-style2 .item-social {
    padding: 0px 10px;
    margin-top: 22px;
    color: #2e2e2e;
    font-size: 26px;
}

.elbzotech-mailchimp-global-style2 .item-social:hover {
    color: var(--bzo-main-color);
    cursor: pointer;
}

.elbzotech-mailchimp-global-style2 .dont-show {
    margin-top: 10px;
    cursor: pointer;
}

.elbzotech-mailchimp-global-style2 .dont-show label {
    margin-left: 5px;
    cursor: pointer;
}

.mc4wp-response {
    margin: 5px 0;
}

.mc4wp-response p {
    margin: 0;
}

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

@media(max-width: 880px) {
    .elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"] {
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .elbzotech-mailchimp-global-style2 .image-mailchimp {
        display:none
    }

    .elbzotech-mailchimp-global-style2 .info-mailchimp {
        width: 100%;
        padding: 30px
    }

    .elbzotech-mailchimp-global-style2 .elbzotech-close-popup {
        top: 0px;
        right: 0px;
    }

    .elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title {
        font-size: 24px;
        line-height: 32px;
    }
}

.elbzotech-mailchimp-global-style3 .mc4wp-form-fields {
    display: flex;
    gap: 15px;
}

.elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"] {
    padding: 0 16px;
    border: none;
    border-radius: 0px;
    background: #fff;
    width: 270px;
    height: 48px;
}

.elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde, .elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]::-moz-placeholder, .elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder, .elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: #727272;
}

.elbzotech-mailchimp-global-style3 .mc4wp-form-fields button[type="submit"] {
    border: 1px solid var(--bzo-main-color2);
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: var(--bzo-main-color2);
    position: relative;
    overflow: hidden;
    letter-spacing: 1.25px;
}

.elbzotech-mailchimp-global-style3 .mc4wp-form-fields button[type="submit"]:hover {
    color: var(--bzo-main-color2);
    background: #fff;
}

@media(max-width: 767px) {
    .elbzotech-mailchimp-global-style3 .mc4wp-form-fields button[type="submit"] {
        font-size: 14px;
        padding: 10px 20px;
    }

    .elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"] {
        width: 70%;
    }
}

.elbzotech-mailchimp-global-style4 .mc4wp-form-fields {
    display: flex;
    border: none;
    border-radius: 5px;
    position: relative;
    background: #fff;
}

.elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"] {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: #fff;
    width: 100%;
    height: 44px;
    font-size: 16px;
    padding: 0px 20px;
    border-radius: 5px 0 0 5px;
}

.elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder, .elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"]::-moz-placeholder, .elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder, .elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: #727272;
    font-size: 16px;
}

.elbzotech-mailchimp-global-style4 .mc4wp-form-fields button[type="submit"] {
    border: none;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    padding: 0px 25px;
    text-transform: uppercase;
    background: #262626;
    border-radius: 0 5px 5px 0;
    font-family: inherit;
    color: #fff;
    transition: .3s;
    gap: 0px;
    margin: 0px;
    font-family: var(--bzo-body_typo-font-family);
}

.elbzotech-mailchimp-global-style4 .mc4wp-form-fields button[type="submit"]:hover {
    background-color: #454545;
    color: #fff;
}

.elbzotech-mailchimp-global-style5 .mc4wp-form-fields {
    display: flex;
    border: none;
    border-radius: 20px;
    position: relative;
    background: transparent;
    gap: 12px;
}

.elbzotech-mailchimp-global-style5 .mc4wp-form-fields input[type="email"] {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    width: 100%;
    height: 38px;
    padding: 0px 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #e6e6e6;
}

.elbzotech-mailchimp-global-style5 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: #e6e6e6;
}

.elbzotech-mailchimp-global-style5 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: #e6e6e6;
}

.elbzotech-mailchimp-global-style5 .mc4wp-form-fields input[type="email"]::placeholder {
    color: #e6e6e6;
}

.elbzotech-mailchimp-global-style5 .mc4wp-form-fields button[type="submit"] {
    border: none;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 0px 25px;
    text-transform: uppercase;
    background: var(--bzo-main-color);
    border-radius: 20px;
    font-family: inherit;
    color: #333;
    transition: .1s;
    gap: 0px;
    margin: 0px;
    font-family: var(--bzo-body_typo-font-family);
}

.elbzotech-mailchimp-global-style5 .mc4wp-form-fields button[type="submit"]:hover {
    color: #fff;
}
.image-tron{border-radius:50%!important;border: 2px #de8828 solid !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}