@media only screen and (max-width:950px) and (min-width:751px){
    *{
        margin: 0px auto;
    }
    body{
        background-color: white;
    }
    a:link, :visited, :active, :hover{
        text-decoration: none;
        color: white;
    }
    /*------------------------------------------------------------------------header*/
    header{
        position:relative;
        width: 100%;
    }
    header .head_front{
        transition: 0.5s;
        height: 80px;
    }
    header .head_up{
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.94);
        height: 0px;
    }
    header .head_down{
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.94);
        height: 0px;
    }
    .head{
        left: 0;
        right: 0;
        margin-top: 20px;
        width: 730px;
        height: auto;
        position: absolute;
    }
    .head .logo{
        float: left;
    }
    .head .logo img{
        width: 250px;
    }
    .btn_menu{
        display: block;
        float: right;
        margin-top: 10px;
        background-color: #1c7bd1;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    .icon_menu:before{
        content: "\f0c9";
        font-size: 20px;
        color: white;
    }
    .nav_h{
        float: none;
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        margin-top: 60px;
        transition: 0s;
        visibility: hidden;
    }
    .nav_s{
        float: none;
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        margin-top: 60px;
        transition: 0.5s;
    }
    .ulmenu{
        list-style: none;
        overflow: hidden;
    }
    .ulmenu .limenu{
        float: left;
        margin-left: 0px;
        text-transform:uppercase;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        font-weight: 600;
        height: auto;
        color: #777777;
        transition: 0.5s;
        margin-left: -40px;
        margin-top: 20px;
        text-align: center;
    }

    .href_menu_h{
        padding: 10px;
        height: auto;
        width: 710px;
        background-color: #cecece;
        border-radius: 5px;
        color: black;
        transition: 0.5s;
        height: auto;
    }
    .href_menu_s{
        padding: 10px;
        height: auto;
        width: 710px;
        background-color: #1c7bd1;
        border-radius: 5px;
        color: #fff;
        transition: 0.5s;
        height: auto;
    }

    .line_menu_h{
        margin-top: 0px;
        border: 1px solid #1c7bd1;
        width: 0%;
        height: 0px;
        transition: 0.5s;
        opacity: 0;
    }
    .line_menu_s{
        margin-top: 0px;
        border: 1px solid #1c7bd1;
        width: 100%;
        height: 0px;
        transition: 0.5s;
        opacity: 0;
    }

    .lu_down_h{
        list-style: none;
        position: none;
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 0px solid #1c7bd1;
        width: 670px;
        opacity: 1;
        display: block;
    }
    .lu_down_s{
        list-style: none;
        position: none;
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 0px solid #1c7bd1;
        width: 670px;
        opacity: 1;
        display: block;
    }
    .li_down{
        background-color: #dfdfdf;
        margin-left: -40px;
        color: #777777;
        padding: 10px 15px;
        font-size: 12px;
        cursor: pointer;
        border-bottom: 0px solid #efefef;
        transition: 0.5s;
        width: 670;
        border-radius: 5px;
        margin-top: 2px;
    }
    .li_down_s{
        margin-left: -40px;
        background-color: #1c7bd1;
        color: white;
        padding: 10px 15px;
        font-size: 12px;
        cursor: pointer;
        border-bottom: 0px solid #a7a7a7;
        transition: 0.5s;
        margin-top: 2px;
        border-radius: 5px;
    }
    .li_down:hover{
        background-color: #1c7bd1;
        color: white;
        border-bottom: 0px solid #1c7bd1;
        transition: 0.5s;
        margin-top: 2px;
    }
    .li_down_s:hover{
        background-color: #1c7bd1;
        color: white;
        border-bottom: 0px solid #1c7bd1;
        transition: 0.5s;
        margin-top: 2px;
    }
    .icon_sub_sub_menu:before{
        content: "\f107";
        float: right;
        color: white;
    }
    .icon_abo_ca{
        display:;
    }

    .lu_2_down_h{
        list-style: none;
        position: none;
        background-color: transparent;
        margin-top: 10px;
        margin-bottom: 20px;
        border-top: 0px solid #1c7bd1;
        width: 640px;
        opacity: 1;
        display: block;
        margin-left: -20px;
    }
    .lu_2_down_s{
        list-style: none;
        position: none;
        background-color: transparent;
        margin-top: 10px;
        margin-bottom: 20px;
        border-top: 0px solid #1c7bd1;
        width: 640px;
        opacity: 1;
        display: block;
        margin-left: -20px;
    }
    .li_2_down{
        background-color: #dfdfdf;
        margin-left: -40px;
        color: #777777;
        padding: 10px 15px;
        font-size: 12px;
        cursor: pointer;
        border-bottom: 0px solid #efefef;
        transition: 0.5s;
        border-radius: 5px;
        margin-top: 2px;
    }
    .li_2_down_s{
        background-color: #dfdfdf;
        margin-left: -40px;
        color: #777777;
        padding: 10px 15px;
        font-size: 12px;
        cursor: pointer;
        border-bottom: 0px solid #efefef;
        transition: 0.5s;
        border-radius: 5px;
        margin-top: 2px;
    }
    .li_2_down:hover{
        background-color: #1c7bd1;
        margin-left: -40px;
        color: white;
        padding: 10px 15px;
        font-size: 12px;
        cursor: pointer;
        border-bottom: 0px solid #efefef;
        transition: 0.5s;
        border-radius: 5px;
        margin-top: 2px;
    }
    .li_2_down_s:hover{
        background-color: #1c7bd1;
        margin-left: -40px;
        color: white;
        padding: 10px 15px;
        font-size: 12px;
        cursor: pointer;
        border-bottom: 0px solid #efefef;
        transition: 0.5s;
        border-radius: 5px;
        margin-top: 2px;
    }
    /*------------------------------------------------------------------------/header*/


    /*------------------------------------------------------------------------footer*/
    footer{
        overflow: hidden;
    }
    footer hr{
        width: 100%;
        border-color: #c9c9c9;
    }
    footer .cang_about{
        width: 330px;
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cang_contact{
        width: 330px;
        float: right;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .title{
        color: white;
        text-transform:uppercase;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
    }
    .content{
        color: #a7a7a7;
        text-transform:none;
        font-family: 'Open Sans', Arial;
        font-size: 14px;
        margin-top: 20px;
        line-height: 25px;
    }
    .content ul{
        margin-left: -40px;
        list-style: none;
    }
    .content ul li{
        color: #a7a7a7;
        text-transform:none;
        font-family: 'Open Sans', Arial;
        font-size: 14px;
        margin-top: 0px;
        line-height: 10px;
        overflow: hidden;
    }
    footer .copy_right{
        float: left;
        color: #a7a7a7;
        font-family: 'Open Sans', Arial;
        margin-top: 20px;
        font-size: 13px;
    }
    footer .developed{
        float: right;
        color: #a7a7a7;
        font-family: 'Open Sans', Arial;
        margin-top: 20px;
        font-size: 13px;
    }
    .con{
        width: 30px;
        float: left;
        height: 30px;
        padding-top: 3px;
    }
    .text_con{
        width: 290px;
        float: left;
        padding-top: 0px;
        line-height: 25px;
        color: #a7a7a7;
    }
    .icon_address:before {
        content: "\f015";
        font-size: 18px;
        color: #a7a7a7;
    }
    .icon_phone:before {
        content: "\f095";
        font-size: 18px;
        color: #a7a7a7;
    }
    .icon_mail:before {
        content: "\f0e0";
        font-size: 18px;
        color: #a7a7a7;
    }
    /*------------------------------------------------------------------------/footer*/


    .boday{
        height: 580px;
        background-color: white;
        margin-top: 100px;
        position: absolute;
        width: 100%;
        transition: 0.2s;
    }
    .bodoy{
        height: 580px;
        background-color: white;
        margin-top: 880px;
        position: absolute;
        width: 100%;
        transition: 0.2s;
    }
    .width{
        width: 730px;
    }

    .page_white{
        width: 100%;
        background-color: white;
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .page_blue{
        width: 100%;
        background-color: #1969b1;
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .page_blue_footer{
        width: 100%;
        background-color: #1969b1;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page_gray{
        width: 100%;
        background-color: #373738;
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 100px;
    }



    .cang_btn_up{
        position: fixed;
        bottom: 0;
        right: 0;
        overflow: hidden;
        opacity: 1;
        transition: 0.5s;
    }
    .cang_btn_up_s{
        position: fixed;
        bottom: 0;
        right: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.5s;
        visibility: hidden;
    }
    .btn_up{
        background-color: #1969b1;
        width: 35px;
        height: 35px;
        margin: 20px;
        color: white;
        font-size: 30px;
        text-align: center;
    }
    .icon_up:before{
        content: "\f106";
    }

    /*------------------------------------------------------------------------slide*/
    .cang_slide{
        width: 100%;
        height: 100%;
    }
    .slide_1{
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/coral.jpg);
        background-position: center;
        background-size: cover;
    }
    .slide_2{
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/maxresdefault.jpg);
        background-position: center;
        background-size: cover;
    }
    .slide_3{
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/es.jpg);
        background-position: center;
        background-size: cover;
    }
    .slide_show{
        opacity: 1;
        transition: 0.5s;
    }
    .slide_hide{
        opacity: 0;
        transition: 0.5s;
    }
    
    .gelap{
        background-color: rgba(0, 0, 0, 0.22);
        width: 100%;
        height: 100%;
        position: absolute;
    }
    
    .cang_text_slid{
        text-align: center;
        overflow: hidden;
    }
    .baris_1{
        overflow: hidden;
        width: 100%;
    }
    .baris_2{
        overflow: hidden;
        margin-top: 25px;
    }
    .text_slid{
        color: white;
        position: absolute;
        right: 0;
        left: 0;
    }
    .text_show{
        opacity: 1;
        transition: 0.5s;
    }
    .text_hide{
        opacity: 0;
        transition: 0.5s;
    }
    .wellcome{
        font-size: 70px;
        text-transform:uppercase;
        font-family: 'Open Sans', verdana;
        margin-top: 200px;
    }
    .delive{
        font-size: 50px;
        text-transform:uppercase;
        font-family: 'Open Sans', verdana;
        margin-top: 160px;
        width: 930px;
        width: 100%;
    }
    .pap{
        text-transform:uppercase;
        font-family: 'Open Sans', arial;
        font-size: 20px;
        letter-spacing: 10px;
    }
    .garis_slider{
        width: 200px;
        border: 1px solid #cecece;
        margin-top: 300px;
    }
    
    .cang_radio{
        position: absolute;
        bottom: 20px;
        width: 100%;
    }
    .radionya{
        width: 78px;
        overflow: hidden;
        padding-left: 20px;
    }
    .radio{
        height: 12px;
        width: 12px;
        border-radius: 100%;
        float: left;
        margin-right: 10px;
    }
    .r_on{
        background-color: white;
        transition: 0.5s;
    }
    .r_off{
        background-color: rgba(191, 191, 191, 0.67);
        transition: 0.5s;
    }
    .cang_next{
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -100px;
    }
    .ne_left{
        float: left;
        cursor: pointer;
    }
    .ne_right{
        float: right;
        cursor: pointer;
    }
    .fanah_kiri:before{
        content: "\f104";
        color: white;
        font-size: 60px;
    }
    .fanah_kanan:before{
        content: "\f105";
        color: white;
        font-size: 60px;
    }
    /*------------------------------------------------------------------------/slide*/

    /*------------------------------------------------------------------------home*/
    .home_page_first{overflow: hidden;}
    .home_page_first .logo{
        float: left;
        width: 250px;
    }
    .home_page_first .logo img{
        width: 100%;
    }
    .home_page_first .text{
        float: right;
        width: 385px;
        text-align: justify;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        line-height: 25px;
    }
    .home_page_first .text .first{
        color: #777777;
    }
    .home_page_first .text .second{
        color: #777777;
        margin-top: 30px;
    }
    .home_page_first .text .btn_about{
        padding: 5px;
        width: 120px;
        text-align: center;
        float: right;
        color: #777777;
        border: 1px solid #c4c4c4;
        background-color: transparent;
        margin-top: 50px;
        transition: 0.5s;
        cursor: pointer;
    }
    .home_page_first .text .btn_about:hover{
        border: 1px solid #1969b1;
        background-color: #1969b1;
        color: white;
        transition: 0.5s;
    }


    .home_page_second{
        overflow: hidden;
        margin-top: 100px;
    }
    .home_page_second .cang_more{
        width: 223px;
        height: 138px;
        float: left;
        transition: 0.5s;
        cursor: pointer;
    }
    .cm1{
        background-image: url(../img/core.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cm2{
        background-image: url(../img/vismis.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cm3{
        background-image: url(../img/hekti.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cm1:hover,.cm2:hover,.cm3:hover{
        opacity: 1;
        transition: 0.5s;
    }
    .home_page_second .kan{
        margin-left: 30px;
    }
    .cang_company{
        overflow: hidden;
        width: 290px;
    }
    .compa_first{
        margin-top: -100px;
    }
    .cang_company .circle{
        border: 1px solid #1969b1;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: #1969b1;
    }
    .cang_company .text{
        font-family: arial;
        font-size: 20px;
        text-align: center;
        color: #555555;
        margin-top: 20px;
    }
    .cang_company .toxt{
        font-family: arial;
        font-size: 15px;
        text-align: center;
        color: #555555;
        margin-top: 20px;
    }
    .download{
        margin-top: 30px;
        text-align: center;
    }
    .icon_download:before{
        content: "\f019";
        color: white;
        font-size: 40px;
        margin-top: 10px;
    }
    /*------------------------------------------------------------------------/home*/

    /*------------------------------------------------------------------------about*/
    .text_about{
        text-align: justify;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        line-height: 25px;
    }
    .h1_white{
        font-family: 'Open Sans', Arial;
        color: white;
    }
    .text_white_first{
        margin-top: 50px;
        color: white;
    }
    .text_white_second{
        margin-top: 30px;
        color: white;
    }

    .text_about_blue{
        text-align: justify;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        line-height: 25px;
    }
    .h1_blue{
        font-family: 'Open Sans', Arial;
        color: #1c7bd1;
    }
    .text_gray_first{
        margin-top: 50px;
        color: #777777;
    }
    .text_gray_second{
        margin-top: 30px;
        color: #777777;
    }

    .cang_box_info{
        margin-top: 50px;
        overflow: hidden;
    }
    .box_info{
        overflow: hidden;
        margin-top: 5px;
    }
    .box_click_s{
        overflow: hidden;
        background-color: #1c7bd1;
        cursor: pointer;
        transition: 0.2s;
        border-radius: 3px;
    }
    .box_click_h{
        overflow: hidden;
        background-color: #efefef;
        cursor: pointer;
        transition: 0.2s;
        border-radius: 3px;
    }
    .min_plus{
        padding: 10px;
        background-color: #1c7bd1;
        width: 15px;
        float: left;
        color: white;
        border-radius: 3px;
        text-align: center;
    }
    .plus:before{
        content: "\f067";
    }
    .min:before{
        content: "\f068";
    }
    .text_title_h{
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        color: #555555;
        float: left;
        padding: 10px 20px;
        transition: 0.2s;
        font-weight: 600;
        text-transform: uppercase;
    }
    .text_title_s{
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        color: white;
        float: left;
        padding: 10px 20px;
        transition: 0.2s;
        font-weight: 600;
        text-transform: uppercase;
    }
    .text_content_s{
        width: 100%;
        height: auto;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: 0.2s;
        color: #555555;
    }
    .text_content_h{
        width: 100%;
        height: 0px;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        transition: 0.2s;
    }
    
    .cang_vission{
        float: left;
        width:330px;
    }
    .cang_mission{
        float: right;
        width:330px;
    }
    
    .manag_page{
        text-align: justify;
    }
    .manag_page img{
        margin-top: 80px;
    }
    /*------------------------------------------------------------------------/about*/
    
    /*------------------------------------------------------------------------cability*/
    .cang_capabi_img{
        overflow: hidden;
        margin-top: 30px;
    }
    .cang_capa_first{
        margin-top: 100px;
    }
    .cang_capabi_img .more{
        width: 223px;
        height: 138px;
        float: left;
        transition: 0.5s;
        cursor: pointer;
    }
    .cb_mapp{
        background-image: url(../img/geologi-mappingg.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cb_model{
        background-image: url(../img/geologi-modelling.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cb_mine{
        background-image: url(../img/mine_planning.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cb_investigation{
        background-image: url(../img/geologi_investigation.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cb1{
        background-image: url(../img/coreico.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cb2{
        background-image: url(../img/visimisi.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cb3{
        background-image: url(../img/healty.png);
        background-size: cover;
        opacity: 0.7;
    }
    .cb1:hover,.cb2:hover,.cb3:hover, .cb_mapp:hover, .cb_mine:hover, .cb_model:hover, .cb_investigation:hover{
        opacity: 1;
        transition: 0.5s;
    }
    .cang_capabi_img .kan{
        margin-left: 30px;
    }
    
    .ul_capa_content{
        list-style:none;
        margin-left: -40px;
        margin-top: 30px;
    }
    .li_capa_content{
        font-family: 'Open Sans', Arial;
        color: #1c7bd1;
        margin-top: 10px;
    }
    .li_capa_content:before{
        content: "»";
    }
    /*------------------------------------------------------------------------/cability*/
    
    /*------------------------------------------------------------------------/team*/
    .cang_team_img{
        overflow: hidden;
        margin-top: 30px;
    }
    .cang_team_img .team{
        width: 223px;
        overflow: hidden;
        float: left;
        transition: 0.5s;
    }
    .cang_team_img .team img{
        width: 100%;
    }
    .cang_team_img .name{
        font-size: 25px;
        font-family: 'Open Sans', Arial;
        text-transform:uppercase;
        margin-top: 10px;
        color: #555555;
    }
    .cang_team_img .status{
        font-size: 12px;
        font-family: 'Open Sans', Arial;
        text-transform:uppercase;
        margin-top: 0px;
        color: #a7a7a7;
        
    }
    .cang_team_img .content{
        font-size: 15px;
        font-family: 'Open Sans', Arial;
        text-transform:;
        margin-top: 20px;
        color: #555555;
        text-align: justify;
    }
    .cang_team_img .kan{
        margin-left: 30px;
    }
    /*------------------------------------------------------------------------/team*/
    
    /*------------------------------------------------------------------------experiences*/
    .input_no{
        cursor: no-drop;
    }
    .engineering_ex{
        float: left;
        width:450px;
    }
    .constuction_ex{
        float: right;
        width:450px;
    }
    .ul_expe{
        margin-top: 0px;
    }
    .li_expe{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    /*------------------------------------------------------------------------/experiences*/
    
    /*------------------------------------------------------------------------experiences*/
    .sorry{
        margin-top:10px;
        font-family: 'Open Sans', Arial;
        color: #1c7bd1;
    }
    .contact_info{
        margin-top: 0px;
        color: white;
    }
    .find{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cang_inputan{
        overflow: hidden;
    }
    .cang_inputan .text{
        font-family: 'Open Sans', Arial;
        color: #777777;
        font-size: 15px;
    }
    .inputan{
        border: 1px solid #a7a7a7;
        width: 99%;
        margin-top: 10px;
        overflow: hidden;
        background-color: #fbfbfb;
    }
    .inputan .icon{
        float: left;
        margin: 10px;
        color: #a7a7a7;
        width: 18px;
    }
    .icon_name:before{
        content: "\f007";
    }
    .icon_write:before{
        content: "\f040";
    }
    .inputan input{
        border: none;
        float: left;
        padding: 12px;
        outline: none;
        width: 260px;
        color: #a7a7a7;
    }
    .inputan textarea{
        border: none;
        float: left;
        padding: 12px;
        outline: none;
        width: 260px;
        height: 100px;
        min-width: 260px;
        min-height: 100px;
        max-width: 260px;
        max-height: ;
        background-color: transparent;
        font-family: 'Open Sans', Arial;
        color: #a7a7a7;
    }
    .baw{
        margin-top: 15px;
    }
    .submit{
        margin-top: 50px;
    }
    .oke{
        background-color: #1c7bd1;
        color: white;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        padding: 10px;
        width: 100px;
        border: none;
        cursor: pointer;
        transition: 0.5s;
    }
    .oke:hover{
        background-color: #1969b1;
        color: white;
        font-family: 'Open Sans', Arial;
        font-size: 15px;
        padding: 10px;
        width: 100px;
        border: none;
        cursor: no-drop;
        transition: 0.5s;
    }
    /*------------------------------------------------------------------------/experiences*/
}