@media screen and (max-width: 767px) {
    .logo-container {
        height: 66px !important;
        justify-content: space-between !important;
        padding: 0 6px !important;
        align-items: center !important;
    }

    .logo-info-container {
        padding: 0 !important;
        height: 100% !important;
    }

    .logo-image,
    .logo-image .logo-link {
        height: auto !important;
    }

    .logo-image img {
        height: 40px !important;
        width: auto !important;
    }

    .logo-qrcode-container {
        height: 40px !important;
        width: 40px !important;
    }

    .logo-navbar-container {
        width: 50px;
        height: 50px;
        /*position: absolute;*/
        /*z-index: 999;*/
        /*right: 6px;*/
        /*top: 5px;*/
        background: transparent;
        justify-self: flex-end !important;
    }

    .logo-navbar-container .navbar {
        position: static !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .logo-navbar-container .navbar-toggler {
        margin: 6px auto;
        background-color: #FFF !important;
        width: 42px !important;
        height: 38px !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .logo-zdh {
        width: 150px;
        position: static !important;
    }

    .logo-search-container {
        width: 270px !important;
    }

    .logo-btn {
        background: transparent !important;
        color: #FFF !important;
        box-shadow: #FFF 0 0 1px !important;
    }

    .logo-qrcode-container {
        position: static !important;
    }

    .logo-qrcode-wrapper {
        width: 120px !important;
        height: 120px !important;
        left: auto !important;
        right: 1px !important;
        top: 66px !important;
    }
}

.logo-zdh {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .logo-zdh {
        width: 900px;
    }

    .logo-navbar-container .navbar {
        box-shadow: none !important;
        padding: 0 15px !important;
    }

    #navbarNav,
    .navbar-expand-lg .navbar-collapse {
        height: 100% !important;
    }
}

.logo-container {
    width: 100%;
    height: 80px;
    background-image: linear-gradient(#AEDFFF, #167BAF);
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.logo-container .wrapper {
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.logo-info-container {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.logo-image {
    width: auto;
    height: 50px;
}

.logo-info {
    margin-left: 15px;
    /*height: 60px;*/
}

.logo-info-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.logo-info-desc {
    color: #707070;
    font-size: 16px;
}

.logo-navbar-container {
    display: flex;
    align-items: center;
}

.logo-qrcode-container {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: relative;
}

.logo-qrcode-wrapper {
    width: 150px;
    height: 150px;
    position: absolute;
    left: -52px;
    top: 60px;
    display: none;
    z-index: 101;
}

.logo-btn-container {
    position: relative;
}

.logo-btn {
    background: linear-gradient(#9E9E9E, #D7D7D7);
}

.logo-search-container {
    position: absolute;
    height: 80px;
    right: 40px;
    top: -23px;
    width: 260px;
    background-color: #FFF;
    padding: 0 10px;
    display: none;
}

.logo-search-container .search-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo-contact-container {
    height: 120px;
    display: flex;
    align-items: center;
}

.logo-contact-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.logo-contact-info {
    font-size: 18px;
    line-height: 1.5;
}

.logo-contact-tel {
    font-size: 24px;
    color: #f27e0a;
    font-weight: bold;
}