@media only screen and (min-width:1081px) {

    html,
    body {
        margin: 0px;
    }

    .productionbase {
        background-color: rgb(251, 173, 45);
    }


    .prodContentContainer_d {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .prodContentContainer_t {
        display: none;
    }

    .prodContentContainer_m {
        display: none;
    }

    .prodContentContainer {
        width: 100%;
        height: 100%;
    }


    /*About Us */
    .abountus_d_left {
        width: 50%;
        float: left;
        height: 100%;
    }

    .abountus_d_right {
        width: 50%;
        float: left;
        background-color: rgba(45, 43, 129, 0.8);
        height: auto;
        min-height: 100%;
    }

    .abountus_d_dummy {
        width: 100%;
        height: 200px;
    }

    .abountus_d_title_container {
        color: white;
        font-weight: bold;
        font-size: 60px;
    }

    .aboutus_d_icon {
        float: left;
        margin-left: 40px;
    }

    .aboutus_d_icon i {
        font-size: 58px;
        margin-top: 6px;
        margin-right: 20px;
    }

    .abountus_d_title {
        font-size: 60px;
        float: left;
        margin-left: 20px;
    }

    .aboutus_d_content {
        font-size: 28px;
        color: white;
        margin-top: 60px;
    }

    .aboutus_d_content ul {
        margin-left: 100px;
    }

    .aboutus_d_content li {
        margin-bottom: 40px;
    }

    .abountus_d_header {
        height: 200px;
        width: 100%;
    }


    .index_prod_ec {}

    .index_prod_sc {}

    .index_prod_ma {}

    .section5 {
        width: 100%;
        background-image: url('../images/bg_home_5.png');
        height: 100%;
        background-size: cover;
    }

    .section5_icon_d_container {
        color: white;
        font-weight: bold;
        padding-top: 204px;
        width: 100%;
    }

    .section5_icon_d_content {
        width: 90px;
        transform: rotate(90deg);
        padding-left: 141px;
        color: white;
        font-size: 90px;
    }

    .section5_contactus_d_container {
        font-size: 90px;
        padding-left: 78px;
        margin-top: 45px;
    }

    .section5_contactus_d_content {
        width: 623px;
        height: 245px;
        border-top-right-radius: 25px;
        margin-left: 78px;
        margin-top: 20px;
        background-color: white;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        font-size: 30px;
        font-weight: bold;
        color:black;
    }

}