.container {
    max-width: 1200px
}
.heading-menu {
    display: none;
}
#lhsTree>li>ul li a {
    border: none;
    padding: 0;
}
#lhsTree>li>ul li{
    padding: 0;
}
.wan-architecture a:before {   
    /*content: 'ðŸ“„';*/
    margin: 0 5px 0 0;
}
.lan-architecture a:before {
    /*content: 'ðŸ“„';*/
    margin: 0 5px 0 0;
}
.wan-architecture  {
    list-style-type: none;
}
.wan-architecture ul {
    display: none;
    padding-left: 15px; 
    margin-top: 5px;
}
.wan-architecture > a {
    cursor: pointer;
    display: block;
    color: #333;
    text-decoration: none;
}

#lhsTree li::before {
    content: none;
}
#lhsTree>li>ul li a {
    padding: 10px 10px 10px 38px !important;
}
.hiq-t .tip {
    color: #c09853;
    background-color: #fcf8e3;
    padding: 8px 35px 8px 25px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hiq-t .info {
    color: #3a87ad;
    background-color: #d9edf7;
    padding: 8px 35px 8px 25px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #bce8f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media screen and (max-width: 1025px) {
    .container {
        display: flex;
    }
}

.hiq-t .featured .grid img {
    max-height: 80px !important;
}