.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;
}
@media(max-width: 1200px){
.list-menu-vertical__item > a{
padding: 5px 15px;
}
}
.list-menu-vertical__item > a>span{
display: flex;
align-items: center;
gap:10px;
}
.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 .list-menu-vertical__item {
display: flex;
align-items: center;
}
@media(max-width: 1200px){
.bzoteche-info-box-global-menu-vertical .list-menu-vertical__item{
flex-direction: column;
}
}
.bzoteche-info-box-global-menu-vertical .list-menu-vertical__item .icon-image {
width: 34px;
border-radius: 50%;
padding: 3px;
border: 1px solid #ccc!important;
}
.bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info{
padding: 14px 20px;
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;
}
.bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info .icon-bzo:before{
color: #fff;
}
.bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info span{
display: flex;
align-items: center;
gap:8px;
}
@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{
font-size: 14px;
}
}
@media(min-width: 1201px){
.bzoteche-info-box-global-menu-vertical:hover .header-info-style1 .title-info{
border-radius: 5px 5px 0 0;
}
.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;
}
.dropdow-style-is-show-home .list-menu-vertical{
opacity: 0;
z-index: -1;
visibility: hidden;
}
.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 .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";
}
}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}.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;
}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.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;
}
.display-swiper-scrollbar-yes .swiper-scrollbar-drag{
background: var(--bzo-main-color);
border-radius: 0px;
}
.slider-type-marquee .swiper-slide {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
width: auto;
position: relative;
padding: 0 10px;
}  .item-slider-global-category .info {
margin-top: 15px;
}
.item-slider-global-category .cate-img img{
width: auto;
}
.item-slider-global-category:hover .info a{
color: var(--bzo-main-color);
}
@media(max-width: 767px){
.item-slider-global-category .info{
margin-top: 10px;
}
.item-slider-global-category .info .info-title{
font-size: 18px;
line-height: 24px;
}
}  .item-slider-global-category2 .cate-item{
display: block;
}
.item-slider-global-category2 .info-title{
display: inline-block;
margin-top: 15px;
} .item-slider-global-category2 .adv-thumb-link{
overflow: hidden;
}
.item-slider-global-category2 .image-before{
position: absolute;
width: 100%;
height: 100%;
perspective: 900px;
z-index: -1;
}
.item-slider-global-category2 .image-before:before{
content: '';
background: var(--bzo-main-color);
position: absolute;
top: 50%;
width: 100%;
height: 100%;
transition: .5s all ease;
transform: rotateX(102deg) scale(0.54);
perspective: 900px;
border-radius: 50% 50% 0 0;
left: 0;
right: 0;
opacity: 0;
}
.item-slider-global-category2:hover .image-before:before {
cursor: pointer;
transform: rotate(0deg) scale(1) translateY(0px);
transition: .5s all ease;
top:15%;
perspective: 0px;
opacity: 1;
}
.item-slider-global-category2 .info-title{
position: relative;
padding: 0px 24px;
border-radius: 30px;
height: 30px;
line-height: 30px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-global-category2:hover .info-title{
color: #fff;
}
.item-slider-global-category2 .info-title:before{
position: absolute;
content: '';
height: 30px;
width: 30px;
background: var(--bzo-main-color);
left: 0;
z-index: -1;
left: 11px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
border-radius: 50%;
}
.item-slider-global-category2:hover .info-title:before{
width: 100%;
border-radius: 30px;
left: 0;
}
@media(max-width: 767px){
.item-slider-global-category2 .info-title{
font-size: 16px;
}
}  .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 .box-content-custom{
margin: 20px 0;
}
.item-slider-global-testimonial{
background-color: #f6f6f6;
border: 1px solid #E9E9E9;
border-radius: 10px;
padding: 30px;
position: relative;
}
.item-slider-global-testimonial .testi-icon{
position: absolute;
width: 70px;
height: 70px;
background-color: #E9E9E9;
border-radius: 100%;
top: -25px;
right: -25px;
}
.item-slider-global-testimonial .testi-icon::before{
position: absolute;
content: "\f10e";
font-family: "FontAwesome";
font-size: 30px;
color: var(--bzo-title_typo-color);
top: 23px;
right: 23px;
}
.elbzotech-wrapper-slider-global-testimonial .product-rate{
margin-top: 10px;
}
.elbzotech-wrapper-slider-global-testimonial .content-slider-custom .title{
font-size: 20px;
font-weight: 600;
line-height: 24px;
margin: 0px;
margin-bottom:10px;
}
.elbzotech-wrapper-slider-global-testimonial .info-client{
}
.elbzotech-wrapper-slider-global-testimonial .info-client .img-wrap{
width: 80px;
height: 80px;
border-radius: 50%;
border: 5px solid #fff;
box-shadow: 0px 6px 20px 2px #D3DCE8;
}
.elbzotech-wrapper-slider-global-testimonial .info-client .title-desc{
padding-left: 15px;
}
@media(max-width: 880px){
.item-slider-global-testimonial{
padding: 25px 15px;
}
.item-slider-global-testimonial .testi-icon{
width: 50px;
height: 50px;
top: -15px;
right: -15px;
}
.item-slider-global-testimonial .testi-icon::before{
font-size: 22px;
top: 13px;
right: 13px;
}
}  .elbzotech-wrapper-slider-global-testimonial2 .box-content-custom{
margin: 20px 0 15px 0;
}
.item-slider-global-testimonial2{
background-color: #ffffff;
border: 1px solid #E9E9E9;
border-radius: 0px;
padding: 20px;
position: relative;
}
.elbzotech-wrapper-slider-global-testimonial2 .product-rate{
margin-top: 10px;
}
.elbzotech-wrapper-slider-global-testimonial2 .content-slider-custom .title{
font-size: 20px;
font-weight: 600;
line-height: 24px;
margin: 0px;
margin-bottom:10px;
}
.elbzotech-wrapper-slider-global-testimonial2 .info-client{
}
.elbzotech-wrapper-slider-global-testimonial2 .info-client .img-wrap{
width: 60px;
height: 60px;  
}
.elbzotech-wrapper-slider-global-testimonial2 .info-client .title-desc{
padding-left: 15px;
}
@media(max-width: 880px){
.item-slider-global-testimonial2{
padding: 20px 15px;
}
}  .wrap-accordion-slider{
}
.wrap-accordion-slider .panel-title{
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
padding: 20px;
}
.wrap-accordion-slider h3.as-vertical{
padding: 10px 20px;
text-transform: uppercase;
}
.wrap-accordion-slider h3.as-horizontal{
padding: 10px 20px;
text-transform: uppercase;
}
.wrap-accordion-slider .panel-content{
display: flex;
flex-direction: column;
gap: 3px;
padding: 10px 20px;
}
.wrap-accordion-slider .as-shadow{
box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
}
@media(max-width: 767px){
.wrap-accordion-slider h3.as-layer{
font-size: 28px;
}
} .item-slider-global-banner-project .title-banner{
position: absolute;
bottom: 40px;
left: 0;
right: 0;
padding: 0px 15px;
display: flex;
justify-content: center;
gap: 8px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-global-banner-project:hover .title-banner{
bottom: -50px;
}
.item-slider-global-banner-project .adv-thumb-link{
border-radius: 5px;
overflow: hidden;
}
.item-slider-global-banner-project .adv-thumb-link:before{
content: '';
background: linear-gradient(0deg, rgba(10, 10, 10, 0.80) 6.05%, rgba(255, 255, 255, 0.00) 100%);
position: absolute;
left: 0;
right:0;
bottom: 0;
top: 0;
transition: all 0.25s ease-out 0s;
-webkit-transition: all 0.25s ease-out 0s;
transition-delay: 0.25s;
}
.item-slider-global-banner-project:hover .adv-thumb-link:before{
top: 100%;
}
.item-slider-global-banner-project .icon-button-video{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
transform: scale(0);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
transition-delay: 0.2s;
}
.item-slider-global-banner-project:hover .icon-button-video{
transform: scale(1);
opacity: 1;
}
.item-slider-global-banner-project .icon-button-video__icon{
height: 60px;
width: 60px;
display: flex;
justify-content: center;
align-items: center;
background: var(--bzo-main-color);
color: #fff;
font-size: 30px;
border-radius: 50%;
border: 2px solid #fff;
}
.item-slider-global-testimonial3 .img-wrap{
width: 120px;
height:120px;
border-radius: 50%;
overflow: hidden;
margin: auto;
}
.item-slider-global-testimonial3 .product-rate{
margin: auto;
margin-top: 10px;
margin-bottom: 20px;
}
.item-slider-global-testimonial3 .info-client{
border-radius: 8px;
background: #FFF;
box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
max-width:700px;
padding: 24px;
margin: auto;
}
.item-slider-global-testimonial3 .name-info{
margin-top: 20px;
}
@media(max-width: 767px){
.item-slider-global-testimonial3 .content-slider-custom{
font-size: 14px;
}
.item-slider-global-testimonial3 .name-info {
margin-top: 10px;
flex-direction: column;
}
.item-slider-global-testimonial3 .name-info .title,
.item-slider-global-testimonial3 .name-info .desc 
{
font-size: 16px;
}
}
.item-slider-global-category4{
padding: 30px 15px;
background: #f2f2f2;
border-radius: 5px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-global-category4:hover{
background: var(--bzo-main-color);
}
.item-slider-global-category4:hover .info-title{
color: #fff;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-global-category4 .cate-item{
display: flex;
flex-direction: column;
align-items: center;
}
.item-slider-global-category4 .adv-thumb-link{
margin-bottom: 20px;
position: relative;
display: flex;
justify-content: center;
}
.item-slider-global-category4 .adv-thumb-link img{
height: 130px;
width: 130px;
border-radius: 50%;
object-fit: cover;
}
@media(max-width: 767px){
.item-slider-global-category4 .adv-thumb-link img{
height: 100px;
width: 100px;
}
.item-slider-global-category4 .info-title{
font-size: 14px;
}
.item-slider-global-category4 .adv-thumb-link {
margin-bottom: 15px;
}
.item-slider-global-category4 {
padding: 20px 15px;
}
}
.item-slider-global-category4 .adv-thumb-link .count{
position: absolute;
background: var(--bzo-main-color);
height: 30px;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
border-radius: 50%;
font-size: 14px;
right: 0px;
top: 12px;
z-index: 1;
} .number-star_3{
width: 60%;
}
.number-star_4{
width: 80%;
}
.number-star_2{
width: 40%;
}
.number-star_1{
width: 20%;
}
.item-slider-global-testimonial4 .content-slider-custom{
background: #fff;
padding: 40px 30px;
position: relative;
margin-bottom: 40px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-global-testimonial4:hover .content-slider-custom{
box-shadow: 0 0 10px #00000040;
}
.item-slider-global-testimonial4 .content-slider-custom .title{
font-size: 20px;
font-weight: 600;
line-height: 24px;
margin: 0px;
margin-bottom:10px;
}
.item-slider-global-testimonial4 .content-slider-custom:after{
content:'';
width: 0px;
height: 0px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 25px solid #fff;
display: inline-block;
position: absolute;
top: 100%;
left: 65px;
}
.item-slider-global-testimonial4 .info-client{
margin-left: 50px;
}
.item-slider-global-testimonial4 .info-client .img-wrap{
width: 60px;
height: 60px;
border-radius: 50%;
}
.item-slider-global-testimonial4 .info-client .title-desc{
padding-left: 15px;
}
.item-slider-global-testimonial4 .info-client .title-desc .title{
color: var(--bzo-main-color-mix-black);
}
.item-slider-global-testimonial4 .content-slider-custom{
background: #eceef0;
border-radius: 15px;
}
.item-slider-global-testimonial4 .content-slider-custom:after{
border-top: 25px solid #eceef0;
}
.item-slider-global-testimonial4 .product-rate{
margin-top: 8px;
}  .item-slider-global-category5 .info-title{
padding: 6px 12px;
display: inline-block;
z-index: 1;
position: absolute;
top: calc(100% - 18px);
left: 20px;
}
.item-slider-global-category5{
overflow: hidden;
}
.elbzotech-wrapper-slider-global-category5 .swiper-container{
padding: 30px 30px 30px 30px;
margin: -30px -30px -30px -30px;
}
@media(max-width: 767px){
.item-slider-global-category5 .info-title {
font-size: 16px;
padding: 5px 10px;
left: 10px;
line-height: 20px;
}
}  .item-slider-global-testimonial5 .info-content{
width: 43%;
padding: 30px 50px
}
.item-slider-global-testimonial5 .image-content{
width: 57%;
padding-left: 30px;
}
.item-slider-global-testimonial5 .image-content img{
object-fit: cover;
display: flex;
}
.item-slider-global-testimonial5 .content-slider-custom{
text-align: justify;
margin-bottom: 30px;
}
.item-slider-global-testimonial5 .info-client img{
width: 64px;
height: 64px;
border-radius: 50%;
object-fit: cover;
}
.item-slider-global-testimonial5 .info-client{
gap: 12px;
}
@media(max-width: 1200px){
.item-slider-global-testimonial5 .info-content{
width: 100%;
}
.item-slider-global-testimonial5 .image-content{
width: 100%;
display: none;
}
}
@media(max-width: 1200px){
.item-slider-global-testimonial5 .info-content{
padding: 20px;
}
.item-slider-global-testimonial5 .content-slider-custom {
margin-bottom: 15px;
}
}.product-tab-style1 .nav-tabs{
display: flex;
margin-bottom: 40px;
justify-content: center;
}
.product-tab-style1 ul.nav-tabs li a{
font-size: 16px;
line-height: 24px;
padding: 10px 20px;
display: block;
font-weight: 500;
text-transform: uppercase;
transition: .3s;
color: var(--bzo-body_typo-color);
background: #f5f5f5;
}
.product-tab-style1 ul.nav-tabs li:hover a{
color: #fff;		
background:  var(--bzo-main-color);
}
.product-tab-style1 ul.nav-tabs li.active a{
color: #fff;	
background:  var(--bzo-main-color);
}
@media(max-width: 767px){
.product-tab-style1 .product-tab-title{
margin-bottom: 30px;
}
} .product-tab-style2 .product-tab-title .inner{
text-align: center;
}
.product-tab-style2 .product-tab-title ul.nav-tabs{
display: inline-flex;
background: #FFFFFF;
box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.12);
border-radius: 15px;
overflow: hidden;
margin-bottom: 40px;
}
.product-tab-style2 .product-tab-title ul.nav-tabs li{
transition: .3s;
}
.product-tab-style2 .product-tab-title ul.nav-tabs li:not(:last-child) a{
border-right: 1px solid #f4f4f4;
}
.product-tab-style2 .product-tab-title ul.nav-tabs li a{
padding: 15px 30px;
text-align: center;
display: flex;
flex-direction: column;
font-weight: 500;
font-size: 20px;
line-height: 28px;
}
.product-tab-style2 .product-tab-title ul.nav-tabs li:hover, 
.product-tab-style2 .product-tab-title ul.nav-tabs li.active{
background-color: var(--bzo-main-color);
transition: .3s;
}
.product-tab-style2 .product-tab-title ul.nav-tabs li:hover a, 
.product-tab-style2 .product-tab-title ul.nav-tabs li.active a{
color: #fff;
}
.product-tab-style2 .product-loadmore{
height: 40px;
line-height: 40px !important;
border-radius: 22px;
border: 1px solid var(--bzo-border-color);
padding: 0 35px 0 15px;
color: var(--bzo-main-color);
text-transform: uppercase;
font-weight: 600;
background-color: #fff;
font-size: 16px;
position: relative;
}
.product-tab-style2 .product-loadmore::after{
position: absolute;
top: 0;
right: 15px;
font-family: 'Line Awesome Free';
content: "\f063";
font-size: 18px;
}
.product-tab-style2 .product-loadmore:hover{
background-color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color: #fff;
box-shadow: none;
}
@media(max-width:991px){
.product-tab-style2 .product-tab-title ul.nav-tabs li a{
padding: 15px;
font-size: 16px;
}
} .product-tab-style3 .product-tab-title{
display: flex;
align-items: center;
flex-wrap: wrap;
gap:30px;
margin-bottom: 30px;
margin-right: 100px;
}
.product-tab-style3 .product-tab-title .nav-tabs{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.product-tab-style3 .product-tab-title .nav-tabs a{
padding: 10px 25px;
border-radius: 35px;
display: inline-block;
font-size: 20px;
font-weight: 500;
}
.product-tab-style3 .product-tab-title .nav-tabs .active a{
background: var(--bzo-main-color-mix-white);
color: var(--bzo-main-color);
}
.product-tab-style3 .link-view-tab{
position: absolute;
right: 0;
top:5px;
display: flex;
align-items: center;
gap: 5px;
}
@media(max-width: 767px){
.product-tab-style3 .product-tab-title .nav-tabs a {
font-size: 16px;
}
.product-tab-style3 .product-tab-title{
margin-right: 0;
width: 100%;
}
.product-tab-style3 .title-tab{
width: 100%;
}
.product-tab-style3  .title-tab-mobile{
border-radius: 10px;
}
.product-tab-style3 .title-tab{
font-size: 20px;
}
} @media(max-width: 767px){
.product-tab-wrap .nav-tabs {
flex-direction: column;
align-items: center;
text-align: 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: var(--bzo-main-color);
margin-bottom: 0px;
align-items: center;
color: #fff;
}
.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;
text-align: left;
}
.product-tab-wrap .tab-mobile-dropdown .nav-tabs li{
border-bottom: 1px solid var(--bzo-border-color);
padding: 0px 15px;
}
.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-style4{
display: flex;
flex-wrap: wrap;
}
.product-tab-style4 .product-tab-title{
width: 350px;
}
.product-tab-style4 .product-tab-title .title-tab{
margin-bottom: 40px;
font-size: 34px;
font-style: normal;
font-weight: 600;
line-height: 40px;
}
.product-tab-style4 .product-tab-content{
width: calc(100% - 350px);
padding-left: 30px;
}
.product-tab-style4 .nav-tabs>li>a{
font-size: 20px;
font-weight: 600;
line-height: 24px;
border-bottom: 2px solid transparent;
padding-bottom: 5px;
}
.product-tab-style4 .nav-tabs>li.active>a:focus,
.product-tab-style4 .nav-tabs>li.active>a{
border-bottom: 2px solid var(--bzo-main-color);
color: var(--bzo-main-color);
}
.product-tab-style4 .nav-tabs{
display: flex;
flex-direction: column;
gap: 30px;
}
@media(max-width: 1200px){
.product-tab-style4 .product-tab-title .title-tab {
font-size: 24px;
line-height: 30px;
margin-bottom: 20px;
}
.product-tab-style4 .nav-tabs>li>a {
font-size: 16px;
padding-bottom: 0px;
}
.product-tab-style4 .nav-tabs {
gap: 12px;
}
.product-tab-style4 .product-tab-title {
width: 280px;
}
.product-tab-style4 .product-tab-content {
width: calc(100% - 280px);
}
}
@media(max-width: 767px){
.product-tab-style4 .product-tab-title .title-tab {
font-size: 20px;
}
.product-tab-style4 .product-tab-content,
.product-tab-style4 .product-tab-title {
width: 100%;
padding: 0;
}
.product-tab-style4{
gap: 30px;
}
.product-tab-style4 .nav-tabs>li.active>a:focus, .product-tab-style4 .nav-tabs>li.active>a{
border:none;
}
}.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: 26px;
text-align: center;
text-transform: capitalize;
font-weight: 500;
padding: 12px 30px;
font-size: 16px;
line-height: 24px!important;
display: flex;
cursor: pointer;
z-index: 1;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .3s;
background: var(--bzo-main-color);
position: relative;
overflow: hidden;
align-items: center;
gap: 5px;
letter-spacing: 1px;
}
.elbzotech-bt-global-default:hover, 
.elbzotech-bt-global-default:focus
{
color: var(--bzo-main-color);
background: #fff;
}
@media(max-width: 767px){
.elbzotech-bt-global-default{
font-size: 14px;
padding: 8px 16px;
}
} .elbzotech-bt-global-style2{
border: none;
color: var(--bzo-title_typo-color);
font-weight: 600;
padding: 12px 30px;
font-size: 16px;
line-height: 24px;
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
gap:5px;
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;
}
.elbzotech-bt-global-style2:focus, 
.elbzotech-bt-global-style2:hover{
color:#fff;
background-color:var(--bzo-main-color);
}
@media(max-width: 880px){
.elbzotech-bt-global-style2{
padding: 10px 15px;
font-size: 14px;
}
} .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: var(--bzo-title_typo-color);
font-weight: 600;
font-size: 16px;
height: 48px;
line-height:48px;
border-radius: 0px;
cursor: pointer;
position: relative;
transition: .3s;
display: flex;
align-items: center;
gap: 4px;
text-transform: capitalize;
padding: 0px 25px;
z-index: 1;
}
.elbzotech-bt-global-style4 .icon-button-el{
font-size: 20px;
}
.elbzotech-bt-global-style4:before{
content: '';
background: var(--bzo-main-color);
position: absolute;
height: 48px;
width: 48px;
border-radius: 50%;
left: 0;
z-index: -1;
transition: .3s;
}
.elbzotech-bt-global-style4:hover:before{
height: 48px;
width: 100%;
border-radius: 48px;
left: 0;
}
.elbzotech-bt-global-style4:focus, 
.elbzotech-bt-global-style4:hover{
color:#fff;
} .elbzotech-bt-global-style5{
border: 1px solid var(--bzo-main-color);
color: #fff;
border-radius: 0px;
text-align: center;
text-transform: capitalize;
font-weight: 600;
padding: 8px 24px;
font-size: 16px;
line-height: 24px!important;
display: flex;
cursor: pointer;
z-index: 1;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .3s;
background: var(--bzo-main-color);
position: relative;
overflow: hidden;
align-items: center;
gap: 5px;
letter-spacing: 1px;
}
.elbzotech-bt-global-style5:hover, 
.elbzotech-bt-global-style5:focus
{
color: var(--bzo-main-color);
background: #fff;
}
@media(max-width: 767px){
.elbzotech-bt-global-style5{
font-size: 14px;
padding: 8px 16px;
}
} .elbzotech-bt-global-style6{
border: 1px solid var(--bzo-title_typo-color);
color: var(--bzo-title_typo-color);
border-radius: 0px;
text-align: center;
text-transform: capitalize;
font-weight: 600;
padding: 8px 24px;
font-size: 16px;
line-height: 24px!important;
display: flex;
cursor: pointer;
z-index: 1;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .3s;
background: #fff;
position: relative;
overflow: hidden;
align-items: center;
gap: 5px;
letter-spacing: 1px;
}
.elbzotech-bt-global-style6:hover, 
.elbzotech-bt-global-style6:focus
{
color: #fff;
background:var(--bzo-title_typo-color);
}
@media(max-width: 767px){
.elbzotech-bt-global-style5{
font-size: 14px;
padding: 8px 16px;
}
}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}.item-custom-botton-e{
display: flex;
}
.background-overlay{
z-index: 1;
}
.background-overlay .background-overlay-color{
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 1;
}
.elbzotech-banner-info-global-wrap{
position: relative;
}
.elbzotech-banner-info-global-wrap .elbzotech-banner-info{
z-index: 2;
}
.elbzotech-info-inner{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
} .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 .woocommerce-Price-amount{
font-size: 20px;
font-weight: 700;
}
.elbzotech-banner-info-global-style3 .product-price del .woocommerce-Price-amount{
font-size: 20px;
font-weight: 400;
}
.elbzotech-banner-info-global-style3 .product-price .woocs_price_code{
gap:5px;
}
.elbzotech-banner-info-global-style3 .list-point__item{
position: absolute;
margin-top: -26px;
margin-left: -26px;
}
.elbzotech-banner-info-global-style3 .list-point__item .list-point__itempoint{
position: relative;
}
.elbzotech-banner-info-global-style3 .list-point__item .list-point__info{
position: absolute;
right: 32px;
bottom: 100%;
margin-bottom: 0px;
background: #fff;
box-shadow: 0px 6px 10px 0px #79636824;
padding: 15px 20px;
padding: 15px 20px;
min-width: 280px;
opacity: 0;
z-index: -1;
transition: all 0.3s ease-out 0s;
border-radius: 5px 5px 0px 5px;
}
.elbzotech-banner-info-global-style3 .list-point__item.active-yes .list-point__info,
.elbzotech-banner-info-global-style3 .list-point__item :hover .list-point__info
{
opacity: 1;
z-index: 1;
margin-bottom: 20px;
}
.elbzotech-banner-info-global-style3 .list-point__item .list-point__info .title_product{
line-height: 36px;
margin-bottom: 5px;
}
.elbzotech-banner-info-global-style3 .product-price .woocs_price_code {
justify-content: end;
}
.elbzotech-banner-info-global-style3 .list-point__item .list-point__info:after{
content: '';
width: 0px;
height: 0px;
border-left: 25px solid transparent;
border-right: 0px solid transparent;
border-top: 20px solid #fff;
display: inline-block;
position: absolute;
top: 100%;
right: 0;
}
.elbzotech-banner-info-global-style3 .list-point__item .point span{
display: flex;
width: 28px;
height: 28px;
background: #fff;
justify-content: center;
align-items: center;
color: #fff;
border-radius: 50%;
transition: all 1s ease-out 0s;
-webkit-transition: all 1s ease-out 0s;
border: 4px solid var(--bzo-main-color);
}
.elbzotech-banner-info-global-style3 .list-point__item .point{
display: flex;
width: 64px;
height: 64px;
justify-content: center;
align-items: center;
border-radius: 50%;
position: relative;
}
.elbzotech-banner-info-global-style3 .list-point__item .point:after
{
position: absolute;
content: '';
width: 48px;
height: 48px;
border: 1px solid var(--bzo-main-color);
border-radius: 50%;
animation: zoom-in-zoom-out-point2 1s ease infinite;
transition: all 1s ease-out 0s;
-webkit-transition: all 1s ease-out 0s;
}
.elbzotech-banner-info-global-style3 .list-point__item .point:before
{
position: absolute;
content: '';
width: 32px;
height: 32px;
border: 1px solid var(--bzo-main-color);
border-radius: 50%;
animation: zoom-in-zoom-out-point1 1s ease infinite;
transition: all 1s ease-out 0s;
-webkit-transition: all 1s ease-out 0s;
}
.elbzotech-banner-info-global-style3 .list-point__item .point:hover:before,
.elbzotech-banner-info-global-style3 .list-point__item .point:hover:after{
border-color:  var(--bzo-main-color);
}
.elbzotech-banner-info-global-style3 .list-point__item .point:hover span{
background: var(--bzo-main-color);
color: #fff;
}
@keyframes zoom-in-zoom-out-point {
0% {
width:27px;
height:27px;
}
50% {
width: 30px;
height: 30px;
}
100% {
width: 33px;
height: 33px;
}
}
@keyframes zoom-in-zoom-out-point1 {
0% {
width: 32px;
height: 32px;
}
50% {
width: 40px;
height: 40px;
}
100% {
width: 48px;
height: 48px;
}
}
@keyframes zoom-in-zoom-out-point2 {
0% {
width: 48px;
height: 48px;
opacity: 1;
}
50% {
width: 56px;
height: 56px;
}
100% {
width: 64px;
height: 64px;
opacity: 0.1;
}
}
@media(max-width: 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;
}
}
.elbzotech-banner-info-global-style5 .count-up-item{
position: absolute;
top: 50%;
left: 50%;
padding: 8px 32px;
background:#2D3150;
color: #fff;
border-radius: 5px;
}
.elbzotech-banner-info-global-style5 .count-up-item .count-up{
line-height: 68px;
}
@media(max-width: 1366px){
.elbzotech-banner-info-global-style5 .count-up-item .count-up {
line-height: 40px;
font-size: 34px;
}
.elbzotech-banner-info-global-style5 .count-up-item .title {
font-size: 16px;
line-height: 20px;
}
.elbzotech-banner-info-global-style5 .count-up-item{
padding: 8px 20px;
}
}
@media(max-width: 767px){
.elbzotech-banner-info-global-style5 .count-up-item{
position: unset;
margin-bottom: 10px;
}
}
.elbzotech-banner-info-global-category .adv-thumb-link{
position: relative;
}
.elbzotech-banner-info-global-category .adv-thumb-link:before{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height:40%;
background: linear-gradient(0deg, #000 0%, rgba(42, 42, 42, 0.00) 100%);
}
.elbzotech-banner-info-global-category .info{
position: absolute;
left: 23px;
bottom: 15px
}
.elbzotech-banner-info-global-category .info{
position: absolute;
left: 23px;
bottom: 0px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.elbzotech-banner-info-global-category:hover .info{
bottom: 22px
}
.elbzotech-banner-info-global-category .info .count {
opacity: 0;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.elbzotech-banner-info-global-category:hover .info .count {
opacity: 1;
}
@media(max-width: 767px){
.elbzotech-banner-info-global-category .info-title{
font-size: 16px;
line-height: 20px;
}
}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}.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;
}