<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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&gt;a&gt;img{
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.icon-image-hover__active .image-hover img{
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.item-info-box-global:hover .icon-image-hover__active .image-hover img{
    opacity: 1;
}
/*--- Team style 1 - about us page ---*/
.bzoteche-info-box-global-style2{
    border: 1px solid var(--bzo-border-color);
    border-radius: 15px;
    padding: 30px;
}
.bzoteche-info-box-global-style2:hover{
    border: 1px dashed var(--bzo-main-color);
}
.bzoteche-info-box-global-style2 .info-box-icon{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.bzoteche-info-box-global-style2 .list-icon{
    position: absolute;
    width: 44px;
    height: 100%;
    top: 0px;
    right: -44px;
    background-color: var(--bzo-title_typo-color2);
    padding: 0px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 0;
}
.bzoteche-info-box-global-style2:hover .list-icon{
    transition: .3s;
    right: 20px;
    opacity: 1;
}
.bzoteche-info-box-global-style2 .list-icon__item{
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
    color: #727272;
    background: #fff;
    transition: all .2s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bzoteche-info-box-global-style2 .list-icon__item:hover{
    background: var(--bzo-main-color);
    color: #fff;
    transition: all .2s ease-out 0s;
}
@media(max-width: 1200px){
    .bzoteche-info-box-global-style2 .list-icon{
        gap: 10px;
    }
    .bzoteche-info-box-global-style2 .list-icon__item{
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }    
    .bzoteche-info-box-global-style2{
        padding: 20px;
    }
}
@media(min-width: 880px) and (max-width: 1024px){
    .bzoteche-info-box-global-style2 .list-icon__item{
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
    }   
}
@media(max-width: 767px){
    .bzoteche-info-box-global-style2{
        padding: 20px;
    }
}
/*End Team style 1*/
/*Begin Team */

.bzoteche-info-box-global-style3{
  border-radius: 15px;
  overflow: hidden;
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover{
  box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover .list-text-info{
  background-color: var(--bzo-main-color);
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover .list-text-info p, 
.bzoteche-info-box-global-style3:hover .list-text-info .color-title{
  color: #fff !important;
}
.bzoteche-info-box-global-style3 .list-icon__item{
  border-radius: 10px;
}
.bzoteche-info-box-global-style3 .info-box-icon a{
  display: flex;
}   
.bzoteche-info-box-global-style3 .list-icon{
    position: absolute;
    width: 100%;
    bottom: -64px;
    left: 0;    
    padding: 12px;
    transition: all .3s linear 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.bzoteche-info-box-global-style3:hover .list-icon{
    transition: all .3s linear 0s;
    bottom: 0;
}
.bzoteche-info-box-global-style3 .list-icon__item{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    border-radius: 100%;
    color: #454545;
    background: #fff;
    transition: all .2s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bzoteche-info-box-global-style3 .info-box-icon{
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.bzoteche-info-box-global-style3 .list-icon__item:hover{
    background: var(--bzo-main-color);
    color: #fff;
    transition: all .2s ease-out 0s;
}

/*End Team*/
/*Begin info box menu vertical*/
.list-menu-vertical__item &gt; a{
    padding: 14px 24px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    gap:10px;
}
.list-menu-vertical__item &gt; a&gt;span{
    display: flex;
    align-items: center;
    gap:12px;
}
.list-menu-vertical__item &gt; a:hover,
.list-menu-vertical__item:hover &gt; a
{
    background: #f5f5f5;
    color: var(--bzo-title_typo-color);
}
.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;
    align-items: center;
}
.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{
    display: flex;
}
.bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info span{
    display: flex;
    align-items: center;
    gap:12px;
}
.header-info-style1 .title-info i {
    font-size: 14px;
}  
.header-info-style1 {
    border: 1px solid #CCCCCC;
    
}
body.home .dropdow-style-is-show-home .header-info-style1{
    border-radius: 14px 14px 0 0;
}
.dropdow-style-is-show-home .header-info-style1 {
    border-radius: 14px;
}
.dropdow-style-is-show-home:hover .header-info-style1 {
    border-radius: 14px 14px 0 0;
}

.menu-vertical-style2 .header-info-style1 {
    border: none;
}
.menu-vertical-style2 .list-menu-vertical {
    border: none !important;
}
.menu-vertical-style2 .list-menu-vertical__item&gt; a {
    position: relative;
}
@media(min-width: 1201px){
    .menu-vertical-style2 .list-menu-vertical__item&gt; a:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 4px;
        background: #080808;
        transform: scaleY(0);
        transition: all 0.3s ease-out 0s;
    }
    .menu-vertical-style2 .list-menu-vertical__item &gt;a:hover:after {
        transform: scaleY(1);
        opacity: 1;
    }
}


.menu-vertical-style3 .header-info-style1 {
    border: none;
}
.menu-vertical-style3 .header-info-style1 {
    border: none;
}
.menu-vertical-style3 .list-menu-vertical {
    border: none !important;
}
.menu-vertical-style3 .list-menu-vertical__item-link {
    position: relative;
}
.menu-vertical-style3 .list-menu-vertical__item-link:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: #080808;
    transform: scaleY(0);
    transition: all 0.3s ease-out 0s;
}
.menu-vertical-style3 .list-menu-vertical__item-link:hover:after {
    transform: scaleY(1);
    opacity: 1;
}
.menu-vertical-style3 .list-menu-vertical {
    border: 1px solid #e3e3e3 !important;
    border-top: none !important;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .list-menu-vertical__item &gt; a {
        padding: 14px 15px;
        font-size: 14px;
        gap: 10px;
    }
    .bzoteche-info-box-global-menu-vertical .item-icon-menu-vertical {
        max-width: 20px;    
    }
}

@media(min-width: 1201px){

    .bzoteche-info-box-global-menu-vertical .header-info-style1 .title-info:hover{
        cursor: pointer;
    }
    .list-menu-vertical{
        left: 0px !important;
        border: 1px solid #CCCCCC;
        border-top: none;
        border-radius: 0 0 14px 14px;
        background: #fff;
        left: 0;
        opacity: 1;
        visibility: visible;    
        margin-top: 0px;
        padding: 0 0 10px;  
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 9;
        text-align: left;
        flex-direction: column;
        overflow: hidden;
    }
    .list-menu-vertical:hover{                
        overflow: visible;
    }
    .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;
        pointer-events: unset;
    }
    
    .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;        
    }
}

@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&gt;.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: 52px;
        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 &gt; a:hover, .list-menu-vertical__item:hover &gt; a{
        background: #fff;
    }
}
@media(min-width: 1201px){
    .dropdow-style-fixed-sidebar .list-menu-vertical-wap{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        height: 100%;
        overflow: hidden;
        background: #fff;
        padding-top: 10px;
        border-right: 1px solid rgba(118, 118, 118, 0.12);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        width: 65px;
    }
    .admin-bar .dropdow-style-fixed-sidebar .list-menu-vertical-wap{
        padding-top:40px;
    }
    .menu-vertical-style3 .dropdow-style-fixed-sidebar .list-menu-vertical{
        flex-direction: column;
        border: none!important;
        border-radius: unset;
        background: #fff;
        left: 0;
        opacity: 1;
        visibility: unset;   
        z-index: unset;
        padding: unset;  
        position: unset;
        top: 100%;
        width: unset;
        text-align: unset;
    }
    .dropdow-style-fixed-sidebar .list-menu-vertical__item &gt; a{
        padding: 10px 20px;
            height: 50px;
    }
    .dropdow-style-fixed-sidebar .list-menu-vertical__item .icon_sub_menu{
        display: none;
    }

    .dropdow-style-fixed-sidebar .list-menu-vertical-wap.open .list-menu-vertical__item .icon_sub_menu,
    .dropdow-style-fixed-sidebar .list-menu-vertical-wap:hover .list-menu-vertical__item .icon_sub_menu{
        display: inline-block;
    }
    .dropdow-style-fixed-sidebar .list-menu-vertical__item &gt; a&gt;span&gt;span{
        max-width: 0;
        width: 0;
        opacity: 0;
    }
    .dropdow-style-fixed-sidebar .list-menu-vertical-wap.open,
    .dropdow-style-fixed-sidebar .list-menu-vertical-wap:hover{
        width: 300px;
        overflow: visible;
    }
    .dropdow-style-fixed-sidebar .list-menu-vertical-wap.open    .list-menu-vertical__item &gt; a&gt;span&gt;span,
    .dropdow-style-fixed-sidebar .list-menu-vertical-wap:hover .list-menu-vertical__item &gt; a&gt;span&gt;span
    {
        max-width: none;
        width: auto;
        opacity: 1;
        transition: opacity .25s ease .12s;
    }
}


@media(min-width: 1201px){
    body.info-menu-vertical-fixed-sidebar{
        margin-left: 65px;
    }
    .info-menu-vertical-fixed-sidebar .menu-fixed-content.fixed-header {
        padding-left: 60px;
    }
}

/*End menu vertical*/

/*-- item product review --*/
.item-slider-product-review{
    border: 1px solid var(--bzo-border-color);
    padding: 18px;
}
.item-slider-product-review .content-top{
    display: flex;
    gap: 5px;
    align-items: center;
}
.item-slider-product-review .content-top img{
    border-radius: 100%;
}
.item-slider-product-review .info-product{
    display: flex;
    gap: 5px;
    align-items: center;
    border-top: 1px solid var(--bzo-border-color);
    padding-top: 18px;
    margin-top: 18px;
}
.item-slider-product-review .content-top h4,
.item-slider-product-review .info-product span{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.item-slider-product-review .review-content{
    max-height: 115px;
    overflow: hidden;
}
.item-slider-product-review .wrap-rating{
    margin: 10px 0 6px 0;
}
.bzoteche-info-box-global-product-reviews .swiper-container{
    padding: 20px;
    margin: -20px;
}
.bzoteche-info-box-global-product-reviews .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-prev{
    left: 5px;
}
.bzoteche-info-box-global-product-reviews .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-next{
    right: 5px;
}
@media(min-width: 1200px){
    .bzoteche-info-box-global-product-reviews .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
        transition: .3s;
        transform: scale(0);
    }
    .bzoteche-info-box-global-product-reviews:hover .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
        transform: scale(1);
    }
}
</pre></body></html>