.link-info{
	 position: absolute;
    inset: 0;
}
.list_testimotion >.flex-wrapper{
	gap:12px;
}
.list_testimotion{
	border: 1px solid var(--bzo-border-color);
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 30px;
}
.wap-list-testimotion .col{
	width: calc(50% - 15px);
}
.list_testimotion .title {
	margin-bottom: 8px;
	
}
.list_testimotion .desc {
	margin-top: 18px;
	
}

.wap-list-testimotion{
	display: flex;
    gap: 30px;
    flex-flow: wrap;
        height: 500px;
    overflow: hidden;
    overflow-y: auto;
    cursor: s-resize;
}
.wap-list-testimotion::-webkit-scrollbar {
	 width: 0px;
}
.wap-list-testimotion .col:first-child{
	margin-top: 90px;
}
@media(max-width: 767px){
	.list_testimotion{
		padding: 15px;
	}
	.wap-list-testimotion{
		gap: 15px;
	}
	.wap-list-testimotion .col:first-child{
		margin-top: 0;
	}
	.list_testimotion >.flex-wrapper{
		flex-direction: column;
	}
	.list_testimotion .desc{
		margin-top: 5px;
		text-align: center;
	}
	.list_testimotion .title{
		font-size: 16px;
		text-align: center;
	}
}
.box-info-contact .info-box-icon{
	margin-top: -63px;
}

/*Begin info box menu vertical*/
.list-menu-vertical__item > a{
    padding: 5px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    gap:10px;

}
.list-menu-vertical__item > a>span{
    display: flex;
    align-items: center;
    gap:12px;
}
.list-menu-vertical__item > a:hover,
.list-menu-vertical__item:hover > 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;
}  
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> a {
    position: relative;
}
@media(min-width: 1201px){
    .menu-vertical-style2 .list-menu-vertical__item> 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 >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;
}
.menu-vertical-head-sub-term{
        width: 100%;
    padding: 0px 15px;
}
.menu-vertical-item-sub-term{
    display: flex;
    gap: 20px 0px;
    flex-wrap: wrap; 
    padding: 0px 15px;
	width:100%;
}
.menu-vertical-item-sub-term .item-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 10px;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    width: 14%;
    padding: 10px;
    text-align: center;
}
@media(max-width: 1200px){
    .menu-vertical-item-sub-term .item-link{
        width: 20%;
    }
}
@media(max-width: 767px){
    .menu-vertical-item-sub-term .item-link{
        width: 33.33%;
    }
}
.menu-vertical-item-sub-term .item-link .icon-image-link{
    border-radius: 50%;
    overflow: hidden;
}

.menu-vertical-item-sub-term .item-link.no-img .icon-image-link{
     height: 81px;
    width: 81px;
    background: #fff;
}
.list-menu-vertical__item-sub{
    background: #f5f5f5;
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .list-menu-vertical__item > 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 8px 8px;
        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-sub::-webkit-scrollbar {
	  width: 5px;
	}
	 .list-menu-vertical__item-sub::-webkit-scrollbar-track {
	  background: #f1f1f1;
	}

	/* Handle */
	 .list-menu-vertical__item-sub::-webkit-scrollbar-thumb {
	  background: #888;
	}
    .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){
    .bzoteche-info-box-global-menu-vertical .list-menu-vertical-wap{
        
    }
    .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{
        z-index: 9999;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        text-align: left;
        scrollbar-width: none;
        background-color: #ebebeb;
        height: 100%;
        overflow: scroll;
        max-width: 640px;
        padding:0;
        position: fixed;
        top: 0;
        transition: .3s;
        left: 100%;
        width: 100%;
    }
    .bzoteche-info-box-global-menu-vertical.active .list-menu-vertical-wap{
        left: 0;
    }
    .list-menu-vertical__item > a{
        width: 100px;
        padding: 10px 10px 10px 8px;
        border-left: 2px solid #eaecf0;
        background-color: #ffffff6b;
        border-bottom: 3px solid #d3d7df;
        color: #333;
        margin-right: 10px;
        position: relative;
        font-size: 12px;
        line-height: 16px;
        /* border-radius: 8px; */
        /* margin-left: 10px; */
        font-weight: 400;
    }
    .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{
       position: absolute;
        top: 46px;
        right: 0;
        width: calc(100% - 110px) !important;
        background-color: #fff;
        height: calc(100% - 65px);
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 20px 0px;
        display: none;
        border-radius: 0;
    }
    .bzoteche-info-box-global-menu-vertical .head-mobi{
        background: #fff;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .bzoteche-info-box-global-menu-vertical .head-mobi h4{
        font-size: 14px;
    }
    .bzoteche-info-box-global-menu-vertical .list-menu-vertical__item.active .list-menu-vertical__item-sub{
        display: block;
    }
    .bzoteche-info-box-global-menu-vertical .list-menu-vertical__item.active .list-menu-vertical__item-link{
                background: #fff;
        border-left-color: #000;
    }
    .list-menu-vertical__item .icon_sub_menu {
        opacity: 0;
        width: 40px;
        display: none;
    }
    .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.active .icon_sub_menu-mobi:before{
        content: "\f106";
    }
    .list-menu-vertical__item > a:hover, .list-menu-vertical__item:hover > a{
        background: #fff;
    }
}
@media(max-width: 767px){
    .bzoteche-info-box-global-menu-vertical .elbzoframe-list-link-global .group-layout-item-link-e{

        width: calc(33.33% - 14px);
    }
}
@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 > 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 > a>span>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 > a>span>span,
    .dropdow-style-fixed-sidebar .list-menu-vertical-wap:hover .list-menu-vertical__item > a>span>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*/
.car-type-child{
    display: none;
}
.car-type-child.active{
    display: block;
}
.bzoframee-info-box-global-car-type .dropdown-link{
    background: #fff;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    font-size: 16px;
}
.bzoframee-info-box-global-car-type .elbzotech-dropdown-box{
	font-weight:600;
}
.bzoframee-info-box-global-car-type .elbzotech-dropdown-list{
    margin: 0px;
    border-radius: 4px;
}
.bzoframee-info-box-global-car-type{
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.bzoframee-info-box-global-car-type .car-type-search{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    background: #121212;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #121212;
   pointer-events: none;
}
.bzoframee-info-box-global-car-type .car-type-search.active{
   pointer-events: unset;
   opacity: 1;
}
.bzoframee-info-box-global-car-type .car-type-search:hover{
    background: #fff;
    color: #121212;
}
.bzoframee-info-box-global-car-type .select-cat.active{
    background:#121212;
    color: #fff;
}
@media(max-width: 1200px){
    .bzoframee-info-box-global-car-type .dropdown-link{
        font-size: 14px;
        padding: 8px 10px;
    }
}