body {
    font-family: sans-serif;
    min-width: 1081px !important;
    min-height: 1024px !important; 
}

.bg-norepeat {
    background-repeat: no-repeat;
}


.section1,
.section2,
.section3,
.section4,
.section5 {
    width: 100%;
}

.stickyHeader {
    position: fixed;
    height: 80px;
    width: 100%;
    background-color: transparent;
}

.center {
    justify-content: center;
}

.center li {
    background: deepskyblue;
}

.flex-item {
    background: tomato;
    padding: 5px;
    width: 60px;
    height: 50px;
    margin: 5px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.transparenthover:hover {
    opacity: 0.7;
}

.aboutusBody {
    height: 100%;
    background-image: url('../images/bg_inner_whoweare.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section_d {
    max-height: 1024px;
}

.display {
    display: block;
}

.hide {
    display: none;
}

.sectiont_d_divider {
    width: 100%;
    height: 500px;
}

.sectiont_d_divider1 {
    background: rgb(22, 21, 80);
    background: linear-gradient(180deg, rgba(22, 21, 80, 1) 0%, rgba(22, 21, 80, 1) 25%, rgba(0, 135, 94, 1) 75%, rgba(0, 135, 94, 1) 100%);
}

.sectiont_d_divider2 {
    background: rgb(0, 135, 94);
    background: linear-gradient(180deg, rgba(0, 135, 94, 1) 0%, rgba(0, 135, 94, 1) 25%, rgba(184, 129, 41, 1) 75%, rgba(184, 129, 41, 1) 100%);
}

.sectiont_d_divider3 {
    background: rgb(184, 129, 41);
    background: linear-gradient(180deg, rgba(184, 129, 41, 1) 0%, rgba(184, 129, 41, 1) 25%, rgba(46, 54, 98, 1) 75%, rgba(46, 54, 98, 1) 100%);
}

.sectiont_d_divider4 {
    background: rgb(46, 54, 98);
    background: linear-gradient(180deg, rgba(46, 54, 98, 1) 0%, rgba(46, 54, 98, 1) 20%, rgba(224, 134, 108, 1) 80%, rgba(224, 134, 108, 1) 100%);
}

.bgtri:after {
    content: ' ';
    border-top: 100vh solid #008ce6;
    border-right: 100vw solid transparent;
    width: 0;
    position: absolute;
}

.industries {
    background-image: url('../images/bg_inner_ industries_we_serve.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.industries_container {
    width: 100%;
    padding-top: 200px;
}

.industries_items {
    display: flex;
    justify-content: space-between;
}

.industries_d {
    width: 900px;
    margin: auto;
    margin-bottom: 100px;
}

.logo {
    cursor: pointer;
}

.industries_item {
    background-image: url('');
}


.menuContainer {
    width: 80%;
    float: left;
    height: 100%;
}

.menuTitle {
    font-size: 48px;
    font-family: Helvetica;
    color: white;
    margin-top: 30%;
    margin-left: 50%;
    text-align: left;
}

.menuBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/menu_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.menuRow1 {
    font-size: 24px;
    font-family: Helvetica;
    color: white;
    margin-top: 20px;
    margin-left: 50%;
    width: 100%;
}

.menuRow2 {
    font-size: 24px;
    font-family: Helvetica;
    color: white;
    margin-top: 20px;
    margin-left: calc(50% + 120px);
    height: 40px;
    width: 100%;
}

.menuRow3 {
    font-size: 24px;
    font-family: Helvetica;
    color: white;
    margin-top: 20px;
    margin-left: calc(50% + 120px);
    height: 40px;
    width: 100%;

}

.btnMenuHome {
    float: left;
    margin-right: 20px;
    width: 100px;
}

.btnRoadMap {
    float: left;
    margin-right: 20px;
}

.btnSouthChina {
    float: left;
}

.btnMalaysia {
    float: left;
}

.btnStrategyWeWork {
    float: left;
    margin-right: 20px;
}

.menuCloseBtnContainer {
    width: 20%;
    float: left;
    height: 100%;
}

.btnCloseMenu {
    color: white;
    font-size: 60px;
    text-align: right;
    margin-top: 78px;
    margin-right: 84px;
}

.menuStickyHeaderContainer {
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 10;
}

.menuCompanylogo {
    margin-top: 80px;
    margin-left: 72px;
    float: left;
}

.btnMenu {
    float: right;
    margin-top: 80px;
    margin-right: 78px;
    cursor: pointer;
}

.btnIndexIndustries {
    float: left;
    cursor: pointer;
}

.btnEasternChina {
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

.menulayer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: transparent;
}