@media only screen and (min-width:951px){
    *{
        margin: 0px auto;
    }
    body{
        background-color: white;
    }
    a:link, :visited, :active, :hover{
        text-decoration: none;
        color: white;
    }
    
/*------------------------------------------------------------------------header*/
header{
    position: fixed;
    width: 100%;
}
header .head_front{
    transition: 0.5s;
    height: 80px;
}
header .head_up{
    margin: 0px;
    background-color: white;
    border: 0px solid red;
}
header .head_down{
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.94);
}
.head{
    left: 0;
    right: 0;
    margin-top: 20px;
    width: 930px;
    height: auto;
    position: absolute;
}
.head .logo{
    float: left;
}
.head .logo img{
    width: 250px;
}
.btn_menu{
    display: none;
}
.icon_menu:before{
    content: "\f0c9";
}
.nav_s{
    float: right;
    margin-top: 15px;
}
.nav_h{
    float: right;
    margin-top: 15px;
}
.ulmenu{
    list-style: none;
    overflow: hidden;
}
.ulmenu .limenu{
    float: left;
    margin-left: 30px;
    text-transform:uppercase;
    font-family: 'Open Sans', Arial;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    color: #777777;
    transition: 0.5s;
}

.href_menu_h{
    color: #777777;
    transition: 0.5s;
    height: 30px;
}
.href_menu_s{
    color: #1c7bd1;
    transition: 0.5s;
    height: 30px;
}

.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: 1;
}

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

.lu_2_down_h{
    list-style: none;
    position: absolute;
    background-color: white;
    margin-top: 23px;
    border-top: 2px solid #1c7bd1;
    width: 200px;
    opacity: 0.5;
    display: none;
}
.lu_2_down_s{
    list-style: none;
    position: absolute;
    background-color: white;
    margin-top: -38px;
    margin-left: 200px;
    border-top: 2px solid #1c7bd1;
    width: 200px;
    opacity: 1;
    display: block;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2)
}
.li_2_down{
    margin-left: -40px;
    color: #a7a7a7;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 2px solid #efefef;
    transition: 0.5s;
}
.li_2_down_s{
    margin-left: -40px;
    background-color: #efefef;
    color: #1c7bd1;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 2px solid #a7a7a7;
    transition: 0.5s;
}
.li_2_down:hover{
    background-color: #efefef;
    color: #1c7bd1;
    border-bottom: 2px solid #1c7bd1;
    transition: 0.5s;
}
.li_2_down_s:hover{
    background-color: #efefef;
    color: #1c7bd1;
    border-bottom: 2px solid #1c7bd1;
    transition: 0.5s;
}
/*------------------------------------------------------------------------/header*/

    /*------------------------------------------------------------------------footer*/
    footer{
        overflow: hidden;
    }
    footer hr{
        width: 100%;
        border-color: #c9c9c9;
    }
    footer .cang_about{
        width: 450px;
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cang_contact{
        width: 450px;
        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: 10px;
        line-height: 15px;
        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;
    }
    .text_con{
        float: left;
        padding-top: 4px;
        width:400px;
        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%;
    }
    .bodoy{
        height: 580px;
        background-color: white;
        margin-top: 100px;
        position: absolute;
        width: 100%;
    }
    .width{
        width: 930px;
    }

    .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;
    }
    .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;
    }
    .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: 50px;
        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: 300px;
    }
    .home_page_first .logo img{
        width: 100%;
    }
    .home_page_first .text{
        float: right;
        width: 585px;
        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: 290px;
        height: 180px;
        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:450px;
    }
    .cang_mission{
        float: right;
        width:450px;
    }
    
    .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: 290px;
        height: 180px;
        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: 290px;
        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*/
    .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;
    }
    .input_no{
        cursor: no-drop;
    }
    .contact_info{
        margin-top: 0px;
        color: white;
        height: 450px;
    }
    .find{
        margin-top: 50px;
        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;
    }
    .icon_name:before{
        content: "\f007";
    }
    .icon_write:before{
        content: "\f040";
    }
    .inputan input{
        border: none;
        float: left;
        padding: 12px;
        outline: none;
        width: 380px;
        background-color: transparent;
        color: #a7a7a7;
    }
    .inputan textarea{
        border: none;
        float: left;
        padding: 12px;
        outline: none;
        width: 380px;
        height: 100px;
        min-width: 380px;
        min-height: 100px;
        max-width: 380px;
        max-height: 400px;
        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: no-drop;
        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*/
}
