﻿/* CSS fix for EN-US locale */
@media only screen and (min-width: 980px) {
    .homePageMain .row_box3 .item-box .home-p {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 48px;
    }

    .acn-header-service .header .nav>ul>li>.sub-menu>li .tab-panel {
        width: 600px;
    }

    .acn-header-service .header .nav>ul>li>.sub-menu.full-width {
        width: 800px;
    }
}
