.btl_component_menu_stiemap{}
.btl_component_menu_stiemap a{color: #fff;padding: 20px 0 10px;display: block;}
.btl_component_menu_stiemap a:hover,
.btl_component_menu_stiemap a:active,
.btl_component_menu_stiemap a:focus{color: #fff;text-decoration: underline;}
.btl_component_menu_stiemap ul{list-style: none;margin: 0;padding: 0;}
.btl_component_menu_stiemap ul li{padding: 0;position: relative;}
.btl_component_menu_stiemap>ul>li{display: inline-block;float: left;width: 20%;}
.btl_component_menu_stiemap>ul>li>a{font-size: 20px;line-height: 22px;min-height: 75px;white-space: break-spaces;}
.btl_component_menu_stiemap>ul>li>ul>li>a{font-size: 16px;line-height: 18px;padding: 10px 0;padding-left: 15px;}
.btl_component_menu_stiemap>ul>li>ul>li::before{content: "\00b7";color: #fff;padding: 5px;position: absolute;top: 5px;left:0;}
@media (max-width: 991px){
    .btl_component_menu_stiemap a{padding: 20px 0 20px;}
    .btl_component_menu_stiemap{padding-bottom: 30px;}
    .btl_component_menu_stiemap a:hover,
    .btl_component_menu_stiemap a:active,
    .btl_component_menu_stiemap a:focus{text-decoration: none;}
    .btl_component_menu_stiemap>ul>li{width: 100%;border-bottom: 1px solid #fff;cursor: pointer;}
    .btl_component_menu_stiemap>ul>li>ul{display: none;border-top: 1px solid #fff;}
    .btl_component_menu_stiemap>ul>li>a{display: inline-block;min-height: 10px;}

}