.item-info-box-global .info-box-icon a{
    display: flex;
}



/*--- Team - about us page ---*/
.bzoteche-info-box-global-style2{
    border: 1px solid var(--bzo-border-color);
    border-radius: 15px;
    padding: 30px;
}
.bzoteche-info-box-global-style2:hover{
    border: 1px dashed var(--bzo-main-color);
}
.bzoteche-info-box-global-style2 .info-box-icon{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.bzoteche-info-box-global-style2 .list-icon{
    position: absolute;
    width: 44px;
    height: 100%;
    top: 0px;
    right: -44px;
    background-color: var(--bzo-title_typo-color2);
    padding: 0px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 0;
}
.bzoteche-info-box-global-style2:hover .list-icon{
    transition: .3s;
    right: 20px;
    opacity: 1;
}
.bzoteche-info-box-global-style2 .list-icon__item{
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
    color: #727272;
    background: #fff;
    transition: all .2s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bzoteche-info-box-global-style2 .list-icon__item:hover{
    background: var(--bzo-main-color);
    color: #fff;
    transition: all .2s ease-out 0s;
}
@media(max-width: 1200px){
    .bzoteche-info-box-global-style2 .list-icon{
        gap: 10px;
    }
    .bzoteche-info-box-global-style2 .list-icon__item{
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }    
    .bzoteche-info-box-global-style2{
        padding: 20px;
    }
}
@media(min-width: 880px) and (max-width: 1024px){
    .bzoteche-info-box-global-style2 .list-icon__item{
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
    }   
}
@media(max-width: 767px){
    .bzoteche-info-box-global-style2{
        padding: 20px;
    }
}

/*-- Info Box style 3(Team - home 6) --*/
.id6-box-team{

}
.bzoteche-info-box-global-style3{
  border-radius: 15px;
  overflow: hidden;
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover{
  box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover .list-text-info{
  background-color: var(--bzo-main-color);
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover .list-text-info p, 
.bzoteche-info-box-global-style3:hover .list-text-info h3{
  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;
}

/*--------------------*/
.bzoteche-info-box-style4 .clock{
    flex-direction: column;
    align-items: center;
    padding: 10px;
    min-width: 105px;
    background: var(--bzo-main-color-mix-white);
    position: relative;
}
.bzoteche-info-box-style4 .clock:after{
    content: ':';
    position: absolute;
    right: -30px;
    font-size: 48px;
    color: var(--bzo-title_typo-color);
    line-height: 50px;
    top: 25px;
}
.bzoteche-info-box-style4 .clock:last-child:after{
    display: none;
}
.bzoteche-info-box-style4 .number{
    margin-bottom: 5px;
}
.bzoteche-info-box-style4 .text {
    color: var(--bzo-body_typo-color);
}
.bzoteche-info-box-style4 .bzotech-countdown {
    gap:50px;
}
@media(max-width: 1365px){
    .bzoteche-info-box-style4 .number {
        font-size: 28px;
        line-height:30px; 
        margin-bottom: 0px;
    }
    .bzoteche-info-box-style4 .clock {
        min-width: 80px;
    }
    .bzoteche-info-box-style4 .text {
        font-size: 16px;
    }
    .bzoteche-info-box-style4 .clock:after {
        right: -20px;
        font-size: 40px;
        line-height: 40px;
        top: 15px;
    }
    .bzoteche-info-box-style4 .bzotech-countdown {
        gap: 30px;
    }
}
@media(max-width: 767px){
    .bzoteche-info-box-style4 .clock {
        min-width: 65px;
    }
    .bzoteche-info-box-style4 .clock:after {
        display: none;
    }
    .bzoteche-info-box-style4 .number {
        font-size: 20px;
        line-height: 20px;
    }
    .bzoteche-info-box-style4 .text {
        font-size: 14px;
    }
    .bzoteche-info-box-style4 .bzotech-countdown {
        gap: 10px;
    }
}



/*Begin info box style 6 - menu vertical*/


.list-menu-vertical__item > a{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    gap:10px;
}
.list-menu-vertical__item > a>span{
    display: flex;
    align-items: center;
    gap:10px;
}
.list-menu-vertical__item > a:hover,
.list-menu-vertical__item:hover > a
{
    background: #f5f5f5;
}
.list-menu-vertical__item-link{
    position: relative;
}
.list-menu-vertical__item .icon_sub_menu{
    font-size: 16px;
}

.list-menu-vertical-wap{
    position: relative;
}
.bzoteche-info-box-global-style6 .title-info{
    margin: 0px
}

.bzoteche-info-box-global-style6 .item-icon-menu-vertical{
    font-size: 20px;
    color: var(--bzo-main-color);
}

.bzoteche-info-box-global-style6 .header-info-style1 .title-info{
    padding: 15px 15px;
    border-radius: 10px 10px 0 0;
        display: flex;
    align-items: center;
    justify-content: space-between;
        font-size: 16px;
    font-weight: 600;
    background: var(--bzo-main-color);
    color: #fff;
}
.bzoteche-info-box-global-style6 .header-info-style1 .title-info span{
    display: flex;
    align-items: center;
    gap:15px;
}

@media(min-width: 1201px){
    .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%);
    }
    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%);
        display: none
    }
    
    .list-menu-vertical__item:hover .list-menu-vertical__item-sub{
        opacity: 1;
         z-index: 1;
        visibility:visible;
        display: block;
    }
    .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;
        
    }
    body.home .fixed-header .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{
        opacity: 1;
        z-index: 999;
        visibility: visible;
    }
}

@media(max-width: 1200px){
    .list-menu-vertical{
        flex-direction: column;
    }
    .bzoteche-info-box-global-style6{
        position: relative;
    }
    .bzoteche-info-box-global-style6 .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-style6.active .title-info>.la-angle-down:before{
        content: "\f00d";
    }
    .bzoteche-info-box-global-style6 .list-menu-vertical__item-sub{
        width: 100%!important;
        display: none;
        padding: 30px 0;
    }
    .list-menu-vertical__item .icon_sub_menu {
        /*position: absolute;
        top: 0;
        font-size: 16px;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        
        background: #f5f5f5;*/
        opacity: 0;
        width: 40px;
    }
    .list-menu-vertical__item .icon_sub_menu-mobi {
        position: absolute;
        top: 0;
        font-size: 16px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 44px;
        background: #f5f5f5;
    }
    .list-menu-vertical__item-link{
        border-bottom: 1px solid #e5e5e5;
    }
    .list-menu-vertical__item{
        position: relative;
    }
    .list-menu-vertical__item.active .icon_sub_menu-mobi:before{
        content: "\f106";
    }
    .list-menu-vertical__item > a:hover, .list-menu-vertical__item:hover > a{
        background: #fff;
    }
}
/*End info box style 6*/
