@media screen and (max-width: 1680px) {

.PROMO_product_content_detail_logo img {
    width: 100%;
}

.PROMO_product_content_detail_logo {
    width: calc(100% - 880px);
}
.newService .item {
    background-color: #F7F7F7;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 12px;
    width: calc(33.33% - 8px);
    border-radius: 4px;
    text-align: center;
    transition: all ease 0.32s;
    display: flex;
}
.newService .item .wrap .buttons * {
    margin-top: 0px;
    margin-left: 0px;
    height: 48px;
    line-height: 48px;
    font-size: 14px !important;
    padding: 0px 24px;
    border-radius: 4px;
}

.newService .item .wrap .buttons a.greenBTN.serviceLink.servicePrice_morePrice {
    margin-right: 8px;
}
.newHeader-bottomIcon-devider {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.32);
    display: none;
}
.newHeader-bottomIcon-item .desc {
    padding-left: 14px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
}

.newHeader {
    background-color: rgba(0, 0, 0, 0.56);
    margin-left: -425px;
    padding-left: 425px;
    box-sizing: border-box;
    margin-right: -60px;
    margin-top: -59px;
    color: white;
    padding-bottom: 60px;
    padding-top: 70px;
    padding-right: 65px;
    position: relative;
}
.newHeader-bottomIcons {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}

.newFeedBackForm .imageWrap {
    position: relative;
    display: flex;
    justify-content: center;
    display: none;
}
.newFeedBackForm .fromWraper {
    flex: 1;
    padding: 65px 0px;
    max-width: 100%;
    padding-bottom: 35px;
}
.newFeedBackForm .fromWraper .desc {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 25px;
    max-width: 540px;
}

ul.LeftMenu_ul > li > a {
    height: 40px;
    line-height: 40px;
 
}
ul.LeftMenu_ul {
    height: 305px;
    top: 50%;
    position: relative;
    margin-top: -116px;
}




}