@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700);



/* ICON STYLES - ICON FROM: http://fontastic.me/
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
    font-family: “untitled-font-1”;
    src:url(“../fonts/assets/untitled-font-1.eot”);
    src:url(“../fonts/assets/untitled-font-1.eot?#iefix”) format(“embedded-opentype”),
        url(“../fonts/assets/untitled-font-1.woff”) format(“woff”),
        url(“../fonts/assets/untitled-font-1.ttf”) format(“truetype”),
        url(“../fonts/assets/untitled-font-1.svg#untitled-font-1”) format(“svg”);
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:after,
[class*=" icon-"]:after {
    font-family: "untitled-font-1";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-up-open-big:after {
    content: "a";
    font-size: 2.5em;
    display: block;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: black;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.icon-up-open-big:hover:after {
    color: white;	
}

.scroll-icon {
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding: 0 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.l-left {
    float: left;
}

.l-right {
    float: right;
}

.end {
    margin-top: 30px;
    font-size: 3em;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: opacity, -webkit-transform 1s;
    transition: opacity, transform 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}



/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
    margin: 0;
    padding: 0;
    font-family: 'raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html {
    font-size: 62.5%;
}

body {
    color: black;
    letter-spacing: 0px;
    font-family: 'raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 130%;
}

a {
    text-decoration: none;
    color: white;
    font-weight: 700;
}

ul, li {
    /*list-style-type: none;*/
    /*margin: 10px;*/
}

#fp-nav li {
    list-style-type: none;
    margin: 10px;
}


/* SUB MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container.submenu-detail{
    display: block;
    padding-top: 37%;
    padding-bottom: 3%;
}
.container.submenu-detail-mobile{
    display: none;
}
.img-submenu{
    top: 100px;
    width: 100%;
    height: 50vh;
    position: absolute;
}
.header-submenu{
    position: absolute;
    top: 58vh;
    background-color: white;
    width: 92.5%;
    height: 90px;
    padding-left: 70px;
}
.font-header-submenu {
    font-size: 45px;
    font-weight: bold;
    color: #222;
}
.font-header-search {
    font-size: 25px;
    font-weight: bold;
    color: #222;
}
.subtimeline-img{
    padding-bottom: 30px;
}
.subtimeline-text{
    font-family: 'raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-top: 1px solid #b7b7b7;
    padding: 15px 0;
}
.subtimeline-text>a{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}
#right-contact-us{
    display: block;
}
#contact-us{
    display: none;
}

/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-top {
    /*background: rgba(0, 47, 77, .3);*/
    /*background: #1e3c84;*/
    background: #212529;
    height: 60px;
    /*padding: 10px;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    box-sizing: border-box;
}

.header-top {
    /*background: rgba(0, 47, 77, .3);*/
    background: #fff;
    height: 65px;
    /*padding: 10px;*/
    position: fixed;
    left: 65px;
    top: 0;
    width: 96%;
    z-index: 7;
    box-sizing: border-box;
}

.goog-te-gadget-simple {
    position: fixed;
    top: 2%;
    right: 10%;
    /*z-index: 12;*/
    z-index: 10;
    box-sizing: border-box;
}

h1 {
    line-height: 70px;
    height: 70px;
}

h1 a {
    display: block;
    padding: 0 10px;
}

.toggle-menu {
    width: 100%;
    height: 55px;
    display: inline-block;
    position: relative;
    //top: 10px;
}

.toggle-menu i {
    position: absolute;
    display: block;
    height: 2px;
    background: white;
    width: 30px;
    left: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.toggle-menu i:nth-child(1) {
    top: 16px;
}

.toggle-menu i:nth-child(2) {
    top: 24px;
}

.toggle-menu i:nth-child(3) {
    top: 32px;
}

.open-menu i:nth-child(1) {
    top: 25px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
    background: transparent;
}

.open-menu i:nth-child(3) {
    top: 25px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

nav {
    height: 0;
    opacity: 0;
    box-sizing: border-box;
    background: rgba(0, 47, 77, .25);
    position: fixed;
    /*top: 70px;*/
    width: 100%;
    -webkit-transition: all 3s;
    transition: all 3s;
    z-index: 15;
}

.open-menu ~ nav {
    opacity: 1;
    padding: 80px 0;
    z-index: 15;
    height: calc(90vh - 70px);
}

nav ul {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

nav li a {
    font-size: 2em;
    display: block;
    padding: 30px;
    text-align: center;
    -webkit-transition: background .3s;
    transition: background .3s;
}

nav li:nth-child(odd) a,
body.fp-viewing-fifthSection-1 #menu li:nth-child(5) a {
    background: #962D3E;
}

nav li:nth-child(even) a {
    background: #aa3346;
}

nav li:nth-child(odd) a:hover {
    background: #9e2f41;
}

nav li:nth-child(even) a:hover {
    background: #c53c52;
}

nav li.active a,
body.fp-viewing-fifthSection-1 #menu li:last-child a {
    background: #453659;
}



/* SECTION STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section { 
    /*text-align: center;*/
    /*background: url('https://unsplash.it/1910/1221?image=626') no-repeat center / cover;*/
}

h2 {
    /*text-transform: lowercase;*/
    font-size: 4em;
    margin-bottom: 20px;
}

h3 {
    font-weight: 300;
    font-size: 2.8em;
}

.ReadAllOverlay{
    background-color: black;
    opacity: 0.7;
    z-index: 5;
    height: 40px;
    position: absolute;
    bottom: 28vh;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 24px;
    /*filter: brightness(80%);*/
}

.ReadAllOverlay:hover{
    background-color: black;
    color: #fff;
    opacity: 0.8;
}

.OverlayIndustries:hover {
    background-color: #f9c100;
    opacity: 0.9;
    color: white;
}

.OverlayIndustries{
    background-color: black;
    opacity: 0.5;
    z-index: 5;
    height: 28vh;
    position: absolute;
    bottom: 0;
    width: 50vw;
    color: white;
    text-align: center;
    padding: 5% 17%;
    text-align: left;
    /*filter: brightness(80%);*/
}

.OverlayProduk:hover {
    background-color: black;
    opacity: 0.8;
}

.OverlayProduk{
    background-color: black;
    opacity: 0.5;
    z-index: 100;
    height: 5px;
    position: absolute;
    bottom: 0;
    width: 100vw;
    color: white;
    padding: 10% 10%;
    text-align: left;
    /*filter: brightness(80%);*/
}

.overlay{    
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: black;
    opacity: 0.6;
    z-index: 5;
}

.overlay-input-cari{    
    position: absolute;
    top: 132px;
    left: 0;
    width: 80%;
    height: 65px;
    background-color: black;
    opacity: 0.6;
    z-index: 10;
}

.section-horizontal{
    position: relative;
    height: 45vh;
    width: 50vw;
    bottom: 0vh;
    padding-right: 2.5px;
    left: 65px;
    /*filter: brightness(80%);*/
}

.section-scrolling{
    position: absolute;
    height: 100vh;
    width: 50vw;
    bottom: 0vh;
    padding-right: 2.5px;
    z-index: 11;
    /*left: 65px;*/
    /*filter: brightness(80%);*/
}

.HorizontalOverlay{
    background-color: #33333370;
    opacity: 1;
    z-index: 5;
    height: 50vh;
    top: 4vh;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 25px 70px;
    font-size: 24px;
    border-radius: 20px;
    /*filter: brightness(80%);*/
}

.HorizontalOver{
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgb(0, 0, 0));
    z-index: 5;
    height: 100vh;
    top: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 25px 70px;
    font-size: 24px;
    /*filter: brightness(80%);*/
}

.fp-slidesNav.bottom {
    bottom: 20vh;
}

#Our-Vission{
    position: absolute;
    height: 28vh;
    width: 50vw;
    bottom: 8.3vh;
    /*border-right: 2px #fff0 solid;*/
    /*filter: brightness(80%);*/
}

#Our-Mission{
    position: absolute;
    height: 28vh;
    width: 50vw;
    bottom: 8.3vh;
    right: 0;
    /*border-left: 2px #fff0 solid;*/
    /*filter: brightness(80%);*/
}

.FooterOverlay{
    background-color: black;
    opacity: 0.7;
    z-index: 5;
    height: 8vh;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    /*filter: brightness(80%);*/
}

.FooterSubmenu{
    background-color: black;
    z-index: 5;
    height: 8vh;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    /*filter: brightness(80%);*/
}

.FooterSubmenuDetail{
    background-color: white;
    z-index: 5;
    height: 8vh;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #f9c100;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    border-top: 1px solid #c2c2c2;
    /*filter: brightness(80%);*/
}

.FooterOverlay:hover{
    background-color: black;
    color: #fff;
    opacity: 0.8;
} 

.nav > li > a:hover {
    color: #f9c100;
    text-decoration: none;
    background-color: transparent;
}

/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
    background: white;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #24221F;
    padding: 5px;
    right: 20px;
    color: #f9c100;
    font-weight: 900;
}
a.active{
    /*color: #f9c100;*/
    color: #f9c100;
}
.stiky{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3;
}

.overlay-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content-menu {
    position: relative;
    width: 100%;
}

.overlay-submenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-cari {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0.9;
}

.overlay-content-cari {
    position: relative;
    width: 100%;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*Sidebar Menu*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#header-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #header-wrapper {
    position: absolute;
    margin-right: 0px;
    left: 0;
    top: 0;
    height: 9.5vh;
    padding: 0 15px;
    border-bottom: 1px #ddd solid;
}

#sidebar-wrapper {
    top:60px;
    z-index: 1000;
    position: fixed;
    left: 249px;
    width: 0;
    height: 81vh;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-right: 1px #ddd solid;
}

#wrapper.toggled #sidebar-wrapper {
    width: 249px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    /*padding: 15px;*/
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

#footer-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #footer-wrapper {
    position: fixed;
    margin-right: 0px;
    left: 0;
    bottom: 0;
    height: 9.5vh;
    padding: 25px 15px;
    border-top: 1px #ddd solid;
    font-size: 10px;
    color: #f9c100;
    background-color: #333;
    font-family: 'raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#wrapper.toggled #footer-wrapper a {
    float: right;
    font-size: 10px;
    color: #333;
    font-family: 'raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 249px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.sidebar-nav-mobile{
    display: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    font-family: 'raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    color: #999999;
    border-bottom: 1px #ddd solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #f9c100;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #f9c100;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #000;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper.toggled {
        padding-left: 250px;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #page-content-wrapper {
        /*padding: 20px;*/
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

a:focus, a:hover {
    /*color: #23527c;*/    
    color: #f9c100;
    text-decoration: none;
}

.font-12px{
    font-size: 12px;
    text-align: left;
}

/*Menu Div*/
.menudiv{
    height: 60px;
    font-weight: bold;
    line-height: 16px;
}

.menudiv a{
    color: #333;
    font-size: 15px;
}

.menudiv a:hover{
    color: #f9c100;
}

.submenudiv{
    /*padding-bottom: 5px;*/
    border-bottom: 1px #333 solid;
}

.menudiv ul {
    margin-top: 10px;
}

.menudiv li a{
    padding-left: 10px;
    color: #555;
    font-size: 13px;
}

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 767px) {    
    nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    nav li {
        margin-top: 1px;
    }

    nav li a {
        font-size: 1.5em;
    }

    .scroll-icon {
        display: none;
    }

    h2 {
        text-transform: lowercase;
        font-size: 4em;
        margin-bottom: 20px;
    }

    h3 {
        font-weight: 300;
        font-size: 2.8em;
    }
}

@media screen and (max-width: 400px) {
    html {
        font-size: 50%;
    }

    .open-menu ~ nav {
        padding: 20px 0;
    }

    nav li a {
        padding: 3px;
    }

    h2 {
        text-transform: lowercase;
        font-size: 4em;
        margin-bottom: 14px;
    }

    h3 {
        font-weight: 300;
        font-size: 2.8em;
    }
}

.deskripsi-menu{
    position: absolute; 
    top: 25vh; 
    width: 50%;
    z-index: 11;
}

.text-overlay{
    position: absolute; 
    bottom: 0; 
    width: 50%;
    z-index: 11;
}

.text-overlay> h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.overlay-background{
    position: absolute;
    left: 17%; 
    bottom: 10%; 
}

.deskripsi-menu> h3{
    color: #f9c100;
    text-transform: uppercase;
    font-weight: bold;
}

.horizontal-submenu{
    font-size: 25px;
    font-weight: 300;
}

.horizontal-deskripsi{
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 28px;
}

.input-cari{
    position: absolute;
    left: 20px;
    width: 80%;
    margin: 15px 80px;
    padding: 10px;
    border-radius: 0px;
}

.tombol-cari{
    position: absolute;
    height: 34px;
    right: 45px;
    margin: 15px 50px;
    border-radius: 0px;
}

.close-cari{
    font-size: 23px;
    float: right;
    border-radius: 0px;
    padding: 15px 24px;
}

#header-search{
    display: block;
}

#top-menu-cari{
    display: none;
}
.menu-header{
    position: relative;
}
.menu-mobile{
    display: none;
}
.menu-web{
    display: block;
    width: 100%
}
.menu-navbar{
    font-weight: bold;
    float: left;
    padding: 21px 10px;    
}
.menu-navbar:hover{
    background: #f9c100;
    color: #fff;
}
.menu-navbar>a:hover{
    color: #fff;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-submenu-detail{
    z-index: 3;
    position: fixed; 
    top: 60px;
    height: 40px;
    background-color: #fff;
    width: 100%;
    border-bottom: 2px #c2c2c2 solid;
}
.font-header-submenu-detail{
    font-size: 24px;
    color: #333;  
    padding-top: 8px;
    font-weight: bold;
}