body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#505050;
	line-height:1.6em;
	font-weight:400;
	background-position: center;
	background-image: url("../img/landing/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.layer {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 50px;
    align-items: center;
}

.isi_landing {
    padding-top: 25px;     
    align-items: center;
    gap: 12px;
}
         
.logolanding {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 17px;
}

.logolanding_img {
    width: 35%;
    height: auto;
    padding-top: 0px;
}

.landing_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 0.6vw;
    width: 40.07vw;
    height: 26.76vw;
}
         
.landing_menugrid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.7vw;
    gap: 0.7vw;
    width: 40.07vw;
    height: 13.09vw;
}
         
.menu_icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
}
         
.menu_iconLogo {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 0.7vw;
    width: 8.46vw;
    height: 8.46vw;
    background: #FFFFFF;
    border-radius: 15px;
}
         
.menu_iconText {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.7vw;
    gap: 0.7vw;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 1vw;
    line-height: 1.7vw;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.alamat {
    padding: 10px;
    width: 40.07vw;
    font-size: 10;
    text-align: justify;
}

.alamat ul{
	list-style-type: square;
	margin:0;
	padding:0 0 0 15px;
}

@media only screen and (max-width: 912px)  {
    .logolanding_img {
        width: 65vw;
        height: auto;
    }
}

@media only screen and (max-width: 720px)  {
    .layer {
        padding: 0px;
    }
    
    .isi_landing {
         align-items: center;
         gap: 12px;
         width: 100vw;
         padding-top: 20px;
    }
    
    .logolanding_img {
        width: 85vw;
        height: auto;
        padding-top: 50px;
    }
    
    .landing_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;
        width: 100vw;
        height: auto;
    }
    
    .landing_menugrid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 5vw 8.5vw;
        width: 100vw;
        height: auto;
    }
    
    .menu_iconLogo {
         flex-direction: column;
         align-items: flex-start;
         padding: 0px;
         gap: 10px;
         width: 25vw;
         height: 25vw;
         background: #FFFFFF;
         border-radius: 15px;
         }
         
    .menu_iconText {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: unset;
    }
         
    .menu_iconText {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 2.5vw;
        gap: 2vw;
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 700;
        font-size: 4vw;
        line-height: 3.5vw;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
    }
    
    .alamat {
        margin: 0 8.5vw 0 8.5vw;
        width: auto;
    }
}

/*Custom*/
::-webkit-scrollbar {
    width: 0px;
    height: 10px;
    background: #FFFFFF;
}

/* Track */
::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey; 
      border-radius: 5px;
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}

.link-icon {
    text-decoration: none;
    font-size: 10px;
}

.title-beranda {
    color: #ea0000;
    font-weight: bold;
}

.title-pesangon {
    color: #717171;
    font-weight: bold;
}

.title-jmo {
    color: #249ad5;
    font-weight: bold;
}

.title-siapkerja {
    color: #09b8a7;
    font-weight: bold;
}

.title-grafis {
    color: #f14724;
    font-weight: bold;
}

.title-ppid {
    color: #680000;
    font-weight: bold;
}

.title-umk {
    color: #3482b3;
    font-weight: bold;
}

.title-sakip {
    color: #7f0203;
    font-weight: bold;
}

.title-ak1 {
    color: #ea0000;
    font-weight: bold;
}

.title-cpmi {
    color: #ea0000;
    font-weight: bold;
}

.title-pelatihan {
    color: #ea0000;
    font-weight: bold;
}

.title-mediasi {
    color: #ea0000;
    font-weight: bold;
}

.title-whatsapp {
    color: #008b32;
    font-weight: bold;
}

.title-facebook {
    color: #3a5897;
    font-weight: bold;
}

.title-instagram {
    color: #c32aa3;
    font-weight: bold;
}

.title-twitter {
    color: #1da1f2;
    font-weight: bold;
}

.title-tiktok {
    color: #000000;
    font-weight: bold;
}

.title-youtube {
    color: #990000;
    font-weight: bold;
}

.bg-red {
    background-color: #ea0000;
    color: #ffffff;
    font-weight: bold;
}

.bg-facebook {
    background-color: #3b5998;
    color: #ffffff;
    font-weight: bold;
}

.bg-instagram {
    background-color: #c32aa3;
    color: #ffffff;
    font-weight: bold;
}

.bg-twitter {
    background-color: #1da1f2;
    color: #ffffff;
    font-weight: bold;
}

.bg-tiktok {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.bg-whatsapp {
    background-color: #25d366;
    color: #ffffff;
    font-weight: bold;
}

.bg-youtube {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
}