.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-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;
}
}.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-history{
}
.item-slider-global-history .pre-title{
margin: 30px 0;
height: 115px;
position: relative;
width: 4px;
background-color: var(--bzo-main-color);
}
.item-slider-global-history .pre-title::before{
width: 40px;
height: 40px;
background-color: var(--bzo-main-color);
border-radius: 100%;
position: absolute;
content: "";
top: -2px;
left: -18px;
}
.item-slider-global-history .pre-title::after{
width: 16px;
height: 16px;
background-color: var(--bzo-main-color2);
border-radius: 100%;
position: absolute;
content: "";
bottom: -2px;
left: -6px;
}
.item-slider-global-history p{
margin-bottom: 0;
}
@media(min-width: 1367px){
.item-slider-global-history .image-wrap{
padding: 0 20px;
}
}
.item-slider-global-history .image-wrap img{
border-radius: 14px;
}
@media(max-width: 1200px){
.item-slider-global-history .title{
font-size: 34px;
}
.item-slider-global-history .pre-title{
height: 80px;
}
.item-slider-global-history .pre-title::before{
width: 26px;
height: 26px;
left: -11px;
}
}
@media(max-width: 767px){
.item-slider-global-history .pre-title{
display: none;
}
.item-slider-global-history .title{
font-size: 22px;
margin: 10px 0;
}
}  .item-slider-global-category{
}
.item-slider-global-category .cate-img img{
width: auto;
}
.item-slider-global-category .info h2{
margin: 10px 0 5px 0;
}
@media(min-width: 1650px){
.item-slider-global-category .desc{
padding: 0 15px;
}
}
@media(max-width: 1024px){
.item-slider-global-category .info h2{
font-size: 18px;
}
}  .item-slider-global-category2{
position: relative;
padding-bottom: 10px;
}
.item-slider-global-category2 .info{
width: calc(100% - 40px);
background: #FFF;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
position: relative;
left: 20px;
margin-top: -40px;
z-index: 1;
padding: 15px 10px;
}
.item-slider-global-category2 .desc{
margin: 0;
}
.item-slider-global-category2 h2{
font-weight: 700;
}
@media(max-width: 767px){
.item-slider-global-category2 .info{
width: calc(100% - 20px);
left: 10px;
}
}  .item-slider-global-category3{
position: relative;
padding-bottom: 10px;
}
.item-slider-global-category3 .info{
width: calc(100% - 40px);
background: #FFF;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
position: relative;
left: 20px;
margin-top: -40px;
z-index: 1;
padding: 15px 10px;
}
.item-slider-global-category3 .desc{
margin: 0;
}
.item-slider-global-category3 h2{
font-weight: 700;
}
@media(max-width: 767px){
.item-slider-global-category3 .info{
width: calc(100% - 20px);
left: 10px;
}
}  .number-star_3{
width: 60%;
}
.number-star_4{
width: 80%;
}
.number-star_2{
width: 40%;
}
.number-star_1{
width: 20%;
}
.elbzotech-wrapper-slider-global-testimonial{
overflow: hidden;
margin: -10px;
}
.elbzotech-wrapper-slider-global-testimonial .swiper-container{
overflow: visible;
padding: 10px;
}
.item-slider-global-testimonial{
border-radius: 14px;
background: rgba(255, 255, 255, 0.50);
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
padding: 14px 24px;
}
.item-slider-global-testimonial .testimonial-content{
}
.item-slider-global-testimonial .info-client{
text-align: right;
}
.item-slider-global-testimonial .info-client h3{
font-size: 18px;
font-weight: 500;
}
.item-slider-global-testimonial .box-content-custom{
margin: 12px 0;
}  .item-slider-global-testimonial2{
border-radius: 80px;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
background-color: #fff;
padding: 20px;
}
.item-slider-global-testimonial2 .item-slider-global-testimonial-inner{
border-radius: 80px;
border: 2px dashed transparent;
padding: 30px;
}
.swiper-slide-active .item-slider-global-testimonial2 .item-slider-global-testimonial-inner{
border-color: var(--bzo-main-color);
}
.item-slider-global-testimonial2 .info-client{
display: flex;
gap: 14px;
align-items: center;
justify-content: center;
margin-bottom: 12px;
}
.item-slider-global-testimonial2 .info-client h3{
margin-bottom: 10px;
}
.item-slider-global-testimonial2 .info-client .image-wrap{
width: 66px;
border-radius: 100%;
overflow: hidden;
border: 2px solid var(--bzo-main-color2);
}
.item-slider-global-testimonial2:hover .info-client .image-wrap{
border-color: var(--bzo-main-color);
}
.item-slider-global-testimonial2 .info-client .image-wrap img{
width: 100%;
border-radius: 100%;
}
.item-slider-global-testimonial2 .box-content-custom{
text-align: center;
}
@media(max-width: 1200px){
}
@media(max-width: 880px){
}  .item-slider-global-testimonial3{
display: flex;
gap: 18px;
align-items: center;
border: 1px solid var(--bzo-border-color);
padding: 18px;
}
.item-slider-global-testimonial3 .image-wrap{
width: 55%;
}
.item-slider-global-testimonial3 .testimonial-content{
width: 45%;
padding: 0;
}
.item-slider-global-testimonial3 .info-client1 h3{
margin-bottom: 10px;
}
.item-slider-global-testimonial3 .box-content-custom{
margin-top: 10px;
}
@media(max-width: 880px){
.item-slider-global-testimonial3{
flex-direction: column;
}
.item-slider-global-testimonial3 .image-wrap{
width: 100%;
}
.item-slider-global-testimonial3 .testimonial-content{
width: 100%;
}
}  .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;
}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;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;
}
.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;
} .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;
}
}  .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{
}
.bzoteche-info-box-global-countup .list-count{
justify-content: center;
gap: 50px;
}
@media(max-width: 1440px){
.bzoteche-info-box-global-countup .list-count{
gap: 30px; 
}
}
@media(max-width: 1200px){
.bzoteche-info-box-global-countup .list-count{
gap: 30px; 
}
}
@media(max-width: 880px){
.bzoteche-info-box-global-countup .count-up{
font-size: 36px;
}
.bzoteche-info-box-global-countup .title{
font-size: 16px;
}
}
@media(max-width: 767px){
.bzoteche-info-box-global-countup .list-count{
gap: 0px; 
flex-wrap: wrap;
}
.bzoteche-info-box-global-countup .list-count .count-up-item{
width: 50%;
padding: 0 10px;
margin: 10px 0;
}
.bzoteche-info-box-global-countup .count-up{
font-size: 30px;
}
}.product-tab-style1 .nav-tabs{
display: flex;
justify-content: center;	
margin-bottom: 30px;
}
.product-tab-style1 ul.nav-tabs li a{
padding: 8px 50px;
position: relative;
font-weight: 600;
font-size: 16px;
border-radius: 25px;
background-color: transparent;
display: block;
}
@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{
background-color: var(--bzo-main-color);
color: #fff;
}
@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 15px;
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(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;
}.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 var(--bzo-main-color);
color: #fff;
border-radius: 6px;
text-align: center;
text-transform: capitalize;
font-weight: 400;
padding: 8px 30px;
font-size: var(--bzo-body_typo-font-size);
line-height: 1.5;
display: flex;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .15s;
background: var(--bzo-main-color);
align-items: center;
gap: 8px;
}
.elbzotech-bt-global-default:hover, 
.elbzotech-bt-global-default:focus
{
color: var(--bzo-main-color);
background: #fff;
cursor: pointer;
}
@media(max-width: 767px){
.elbzotech-bt-global-default{
font-size: 14px;
padding: 8px 16px;
}
}
.btn-style1-white .elbzotech-bt-global-default{
background-color: transparent;
color: var(--bzo-main-color);
}
.btn-style1-white .elbzotech-bt-global-default:hover{
background-color: var(--bzo-main-color);
color: #fff;
} .elbzotech-bt-global-style2{
background-color: var(--bzo-main-color);
color: #fff;
border-radius: 25px;
font-family: var(--bzo-title_typo-font-family);
font-size: 16px;
font-weight: 600;
line-height: 1.25;
padding: 6px;
display: block;
transition: .15s;
}
.elbzotech-bt-global-style2 span{
border-radius: 25px;
border: 1px dashed #fff;
display: block;
padding: 7px 30px;
}
.elbzotech-bt-global-style2:hover{
color: #fff;
background-color: var(--bzo-main-color2);
}
.bt-style2-white .elbzotech-bt-global-style2{
background-color: #fff;
color: var(--bzo-main-color);
}
.bt-style2-white .elbzotech-bt-global-style2 span{
border-color: var(--bzo-main-color);
}
.bt-style2-white .elbzotech-bt-global-style2:hover{
color: #fff;
background-color: var(--bzo-main-color2);
}
.bt-style2-white .elbzotech-bt-global-style2:hover span{
border-color: #fff;
}
@media(max-width: 767px){
}
.elbzotech-bt-global-btn-video{
border: 1px solid #fff;
color: var(--bzo-title_typo-color);
border-radius: 6px;
text-align: center;
text-transform: capitalize;
font-weight: 400;
padding: 8px 30px;
font-size: var(--bzo-body_typo-font-size);
line-height: 1.5;
display: flex;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .15s;
background: #fff;
align-items: center;
gap: 8px;
}
.elbzotech-bt-global-btn-video:hover, 
.elbzotech-bt-global-btn-video:focus
{
color: #fff;
background: var(--bzo-main-color);
border-color: var(--bzo-main-color);
cursor: pointer;
}
@media(max-width: 767px){
.elbzotech-bt-global-btn-video{
font-size: 14px;
padding: 8px 16px;
}
}.post-tab-style1 .post-tab-title{
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.post-tab-style1 .post-tab-title .title-tab{
color: var(--bzo-main-color);
}
@media(min-width: 768px){
.post-tab-style1 ul.nav-tabs li a{
font-size: 20px;
}
.post-tab-style1 .nav-tabs{
display: flex !important;
justify-content: center;		
gap: 10px;
}
.post-tab-style1 ul.nav-tabs li a{
padding: 5px 20px;
position: relative;
font-size: 16px;
border-radius: 25px;
background-color: transparent;
display: block;
}
.post-tab-style1 ul.nav-tabs li.active a{
background-color: var(--bzo-main-color);
color: #fff;
}
}
@media(max-width: 1200px){
.post-tab-style1 .post-tab-title .title-tab{
font-size: 32px;
}
}
@media(max-width: 880px) and (min-width: 768px){
.post-tab-style1 .post-tab-title{
flex-direction: column;
align-items: center;
gap: 20px;
}
.post-tab-style1 ul.nav-tabs li a{
font-size: 18px;
}
}
@media(max-width: 767px){
.post-tab-style1 .post-tab-title{
flex-direction: column;
align-items: center;
gap: 20px;
}
.post-tab-style1 .post-tab-title .title-tab{
font-size: 22px;
}
.post-tab-style1 .post-tab-title{
}
.post-tab-style1 .post-tab-content{
margin-top: 20px;
}
.post-tab-style1 ul.nav-tabs li:not(:last-child) a{
border: none;
}
.post-tab-style1 ul.nav-tabs li a{
padding: 10px 15px;
display: block;
}
} @media(max-width: 767px){
.post-tab-wrap .nav-tabs {
flex-direction: column;
align-items: center;
gap: 5px;
}
.post-tab-wrap .nav-tabs li{
width: 100%;
}
.post-tab-wrap .display-swiper-navi-group .bzotech-swiper-navi{
left: 0;
}
.post-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;
}
.post-tab-wrap .title-tab-mobile .text-title-tab{
text-transform: uppercase;
}
.tab-mobile-dropdown{
position: relative;
width: 100%;
}
.post-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;
}
.post-tab-wrap .tab-mobile-dropdown .nav-tabs li{
border-bottom: 1px solid var(--bzo-border-color);
}
.post-tab-wrap .tab-mobile-dropdown .nav-tabs li:last-child{
border-bottom: none;
}
.post-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";
}
}.list-instagram-global-grid {
display: flex;
}
.wrap-instagram-popup .mfp-image-holder .mfp-content{
max-width: 60%;
//max-height: 60%;
margin: 50px;
}
.mfp-arrow-left:before, 
.mfp-arrow-right:before
{
display: none;
}
.mfp-arrow-left:after{
border: none;
height: auto;
width: auto;
color: #fff;
margin: 0;
border-left: none;
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f104";
position: unset;
font-size: 30px;
}
.mfp-arrow-right:after{
border: none;
height: auto;
width: auto;
color: #fff;
margin: 0;
border-left: none;
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f105";
position: unset;
font-size: 30px;
}  .item-instagram-global- .img-wrap {
display: flex;
}
.item-instagram-global- .instagram-text-follow{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: #fff;
display: flex;
flex-direction: column;
gap: 3px;
opacity: 0;
visibility: hidden;
transition: .3s;
}
.item-instagram-global-:hover .instagram-text-follow{
opacity: 1;
visibility: visible;
}
.item-instagram-global- .instagram-text-follow .text{
font-size: 18px;
}
.item-instagram-global- .item-instagram .instagram-icon-img{
font-size: 40px;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-instagram-global- .item-instagram:hover .instagram-icon-img{
opacity: 1;
z-index: 1
}
.item-instagram-global- .img-wrap:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
background: rgb(0 0 0 / 20%);
opacity: 0;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
transform: scale(0.3);
-webkit-transform: scale(0.3);
}
.item-instagram-global- .item-instagram:hover .img-wrap:before{
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
z-index: 1
}
.wap-list-instagram-grid{
position: relative;
}
.wap-list-instagram-grid .title-inta{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 3;
}
.wap-list-instagram-grid .title-inta a{
display: flex;
justify-content: center;
gap: 5px;
align-items: center;
color: #fff;
background: var(--bzo-main-color);
padding: 15px 20px;
box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(121, 99, 104, 0.14);
}
.wap-list-instagram-grid .title-inta a:hover{
color: #fff;
background:var(--bzo-main-color);
}  @media(max-width: 1200px){
}
@media(max-width: 1024px){
} .elbzotech-wrapper-slider .item-instagram-inner{
overflow: hidden;
}