@media screen and (min-width: 1150px) {
    .logoHome img{
        width: auto;
    }
    .biz_menu_child {
        width: 650px;
    }
    ul.level1.biz_menu_child li {
        width: 33.33%;
        float: left;
        border: none;
    }
    .vertical-menu-list li.has-child:after{
        display: block;
        content: '\f0da';
        font-family: "FontAwesome";
        right: 19px;
        top: unset;
        position: absolute;
        transform: translateY(-20px);
    }
    .vertical-menu-list .active a{
        display: flex;
    }
}
.content-text.bg_w.contentDes h3,.content-text.bg_w.contentDes h2{
    line-height: 50px;
}
.content-text.bg_w.contentDes p{
    line-height: 30px;
}