@font-face {
    font-family: 'Roboto Bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto ExtraBold';
    src: url('fonts/Roboto-ExtraBold.eot');
    src: url('fonts/Roboto-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-ExtraBold.woff2') format('woff2'),
        url('fonts/Roboto-ExtraBold.woff') format('woff'),
        url('fonts/Roboto-ExtraBold.ttf') format('truetype'),
        url('fonts/Roboto-ExtraBold.svg#Roboto-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Black';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.ttf') format('truetype'),
        url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto ExtraLight';
    src: url('fonts/Roboto-ExtraLight.eot');
    src: url('fonts/Roboto-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-ExtraLight.woff2') format('woff2'),
        url('fonts/Roboto-ExtraLight.woff') format('woff'),
        url('fonts/Roboto-ExtraLight.ttf') format('truetype'),
        url('fonts/Roboto-ExtraLight.svg#Roboto-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('fonts/Roboto-Thin.eot');
    src: url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff'),
        url('fonts/Roboto-Thin.ttf') format('truetype'),
        url('fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiBold';
    src: url('fonts/Roboto-SemiBold.eot');
    src: url('fonts/Roboto-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('fonts/Roboto-SemiBold.woff') format('woff'),
        url('fonts/Roboto-SemiBold.ttf') format('truetype'),
        url('fonts/Roboto-SemiBold.svg#Roboto-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style:normal;
}

html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #fff;
}

button,
input,
textarea{
	outline: none;
}

.err{
	position: relative;
	display: block;
	color: #f00;
	display: none;
	font-family: 'Roboto Regular';
	font-size: 14px;
	margin-top:5px;
}
	.text-error,
	.text-error:focus{
		border: solid 1px #f00;
	}

    .body{
		position: relative;
		display: block;
		width: 100%;
	}
        /*Header*/
		.header{
            position: fixed;
            display: block;
            width: 100%;
            font-family: 'Roboto Bold';
            background-color: #000;
            color: #f5d591;
            z-index: 99999;
        }
            .box-logo{
                position: relative;
                display: flex;
                width: 95%;
                left: 50%;
                transform: translateX(-50%);
                align-items: center;
                padding: 10px 0;
            }
                .logo{
                    position: relative;
                    display: inline-block;
                    height: 48px;
                }
                .judul-header{
                    position: relative;
                    display: inline-block;
                    width: 80%;
                }
            .btn-menu{
                position: absolute;
                display: block;
                width: 45px;
                padding: 10px;
                background-color: #f5d591;
                top: 15px;
                right: 12px;
                border-radius: 3px;
            }
                .menu-button{
                    width: 25px;
                    height: 18px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    cursor: pointer;
                }
                .bar{
                    width: 100%;
                    height: 3px;
                    background-color: #000;
                    transition: transform 0.3s ease, opacity 0.3s ease;
                }
                /* Close button styles */
                .menu-button.open .bar:nth-child(1) {
                    transform: translateY(7.5px) rotate(45deg);
                }
                .menu-button.open .bar:nth-child(2) {
                    opacity: 0;
                }
                .menu-button.open .bar:nth-child(3) {
                    width: 100%;
                    transform: translateY(-7.5px) rotate(-45deg);
                }
            .box-menu{
                position: relative;
                display: none;
                width: 100%;
                background-color: #9f7b0b;
                border-top: solid 1px #ccc;
                top: 7px;
            }
                .frame-box-menu{
                    position: relative;
                    width: 100%;
                    left: 50%;
                    transform: translateX(-50%);
                }
                    .frame-menu{
                        position: relative;
                        display: table;
                        width: 100%;
                        text-align: left;
                    }
                        .isi-menu{
                            position: relative;
                            display: table-cell;
                            vertical-align: middle;
                        }
                        .box-menu-button{
                            padding: 10px 20px;
                        }
                            .menu{
                                position: relative;
                                display: block;
                                width: 100%;
                                color: #fff;
                                font-family: 'Roboto Regular';
                                font-size: 14px;
                                padding: 10px 20px;
                                border-bottom: solid 1px #ccc;
                            }
                            .parent-menu::after{
                                font-family: 'FontAwesome';
                                content: '\f107';
                                position: absolute;
                                right: 20px;
                                top: 50%;
                                transform: translateY(-50%);
                            }
                                .sub-menu{
                                    position: relative;
                                    display: none;
                                    width: 100%;
                                    color: #fff;
                                    font-family: 'Roboto Regular';
                                    font-size: 14px;
                                    border-bottom: solid 1px #ccc;
                                }
                                    .sub-menu-item{
                                        position: relative;
                                        display: block;
                                        width: 100%;
                                        background-color: #c59609;
                                        color: #fff;
                                        font-family: 'Roboto Regular';
                                        font-size: 14px;
                                        padding: 10px;
                                        padding-left: 30px;
                                        border-bottom: solid 1px #fff;
                                    }
                            .menu-black{
                                position: relative;
                                display: block;
                                width: 100%;
                                font-family: 'Roboto Regular';
                                font-size: 16px;
                                background-color: #000;
                                border: solid 5px #f3d18d;
                                color: #f5d591;
                            }
                            .menu-aktif,
                            .menu:hover{
                                background-color: #f5d591;
                                color: #000;
                            }
                                    .sub-menu-item-aktif,
                                    .sub-menu-item:hover{
                                        background-color: #f5d591;
                                        color: #000;
                                    }
                            .menu-black-aktif,
                            .menu-black:hover .menu{
                                background-color: #9f7b0b;
                                color: #fff !important;
                            }
                  
        /*Content*/
        .content{
            position: relative;
            display: block;
            width: 100%;
            min-height: 100%;
        }
            .isi-content{
                position: relative;
                display: block;
                width: 95%;
                left: 50%;
                transform: translateX(-50%);
            }
                .breadcrumb-nav{
                    position: relative;
                    display: block;
                    width: 100%;
                    margin-bottom: 0px;
                    padding-bottom: 0px;
                }
                    .breadcrumb {
                        font-size: 14px;
                        padding: 10px;
                        background-color: #fff;
                        border-radius: 0;
                        padding-bottom: 0px;
                        margin-bottom: 10px;
                    }
                    .breadcrumb a {
                        text-decoration: none;
                        color: #007bff;
                    }
                    .breadcrumb span {
                        color: #333;
                        font-weight: bold;
                    }
                .box-content{
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                }
                    .judul-content{
                        background-color: #000;
                        color: #fff;
                        font-family: 'Roboto Regular';
                        font-size: 16px;
                        padding: 10px 20px;
                        margin-bottom: 10px;
                    }
                    .frame-content{
                        position: relative;
                        display: block;
                        padding: 20px;
                        border: solid 1px #ccc;
                        margin-bottom: 30px;
                    }
                        .judul-detail-content{
                            position: relative;
                            display: block;
                            width: 100%;
                            padding: 10px 0px;
                            color: #9f7b0a;
                            font-family: 'Roboto Medium';
                            font-size: 16px;
                            border-top: solid 1px #ccc;
                            border-bottom: solid 1px #ccc;
                        }
                        .info-detail-content{
                            position: relative;
                            display: flex;
                            justify-content: space-between;
                            width: 100%;
                            padding: 10px 0px;
                            font-family: 'Roboto Regular';
                            font-size: 14px;
                        }
                            .info-tgl-content{
                                position: relative;
                                display: inline-block;
                                text-align: left;
                            }
                            .info-baca-content{
                                position: relative;
                                display: inline-block;
                                text-align: right;
                            }
                        .info-postby-content{
                            position: relative;
                            display: block;
                            width: 100%;
                            padding: 10px 0px;
                            font-family: 'Roboto Medium';
                            font-size: 14px;
                        }
            
            .slide-banner {
                display: block;
                width: 100%;
            }
                .slide-banner .item {
                    display: block;
                    width: 100%;
                    height: 250px;
                }
                    .slide-banner .item img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
            
            .home-content{
                position: relative;
                display: block;
                width: 90%;
                left: 50%;
                transform: translateX(-50%);
            }
                .box-home-judul{
                    position: relative;
                    display: block;
                    font-family: 'Roboto ExtraLight';
                    font-size: 32px;
                    text-align: center;
                    padding: 10px 0px;
                    margin-top: 10px;
                }
                    .box-home-judul span{
                        font-family: 'Roboto Bold';
                    }
                .box-home-menu{
                    position: relative;
                    display: block;
                    text-align: center;
                    margin-bottom: 20px;
                }
                    .home-menu{
                        position: relative;
                        display: inline-block;
                        width: auto;
                        padding: 5px 15px;
                        cursor: pointer;
                        border-bottom: solid 2px #fff;
                        font-family: 'Roboto SemiBold';
                        font-size: 14px;
                    }
                    .home-menu-aktif,
                    .home-menu:hover{
                        border-bottom: solid 2px #000;
                    }
                    .home-block{
                        position: relative;
                        display: inline-block;
                        height: 12px;
                        border-left: solid 1px #000;
                    }

                        /*Contact*/
                        .contact-map{
                            position: relative;
                            display: block;
                            width: 100%;
                            margin-bottom: 20px;
                        }
                        .contact-form{
                            position: relative;
                            display: block;
                            width: 100%;
                        }
                            
                            .sub-judul-content{
                                position: relative;
                                display: block;
                                width: 100%;
                                margin-bottom: 10px;
                                padding: 10px;
                                color: #9f7b0a;
                                font-family: 'Roboto Medium';
                                font-size: 16px;
                                border-top: solid 1px #ccc;
                                border-bottom: solid 1px #ccc;
                            }
                            .btn-contact{
                                position: relative;
                                display: block;
                                margin-bottom: 10px;
                                padding: 10px 50px;
                                color: #fff;
                                font-family: 'Roboto Medium';
                                font-size: 16px;
                                border: solid 1px #fff;
                                background-color: #000000;
                            }

                .box-isi-latest{
                    position: relative;
                    display: block;
                    width: 100%;
                    text-align: center;
                    margin-bottom: 50px;
                }
                    .box-home-news{
                        position: relative;
                        display: inline-block;
                        width: 100%;
                        text-align: left;
                        margin-bottom: 20px;
                        background-color: #f5d591;
                        padding: 15px;
                        border-radius: 10px;
                        vertical-align: top;
                        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
                    }
                        .tgl-home-news{
                            position: relative;
                            display: block;
                            font-family: 'Roboto SemiBold';
                            font-size: 14px;
                            margin-bottom: 5px;
                            padding-bottom: 5px;
                            border-bottom: solid 1px #000;
                        }
                        .judul-home-news{
                            position: relative;
                            display: block;
                            font-family: 'Roboto SemiBold';
                            font-size: 16px;
                            margin-bottom: 5px;
                        }
                        .cover-home-news{
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 100%;
                            height: 180px;
                            overflow: hidden;
                            border-radius: 10px;
                            background-color: #f5f5f5;
                            margin-bottom: 10px;
                        }
                            .cover-home-news img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                border-radius: 10px;
                            }
                        .isi-home-news{
                            position: relative;
                            display: block;
                            font-family: 'Roboto Regular';
                            font-size: 14px;
                            margin-bottom: 10px;
                        }
                        .box-button-home-news{
                            position: relative;
                            display: block;
                            width: 100%;
                        }
                            .btn-black{
                                position: relative;
                                display: block;
                                padding: 7px 20px;
                                background-color: #000;
                                color: #fff;
                                border: none;
                                border-radius: 10px;
                            }
                        .box-more-button{
                            position: relative;
                            display: block;
                            width: 100%;
                            text-align: center;
                            margin-bottom: 30px;
                        }
                            .btn-more-latest{
                                padding: 15px 50px;
                                background-color: #000;
                                color: #f3d18d;
                                border: none;
                                font-size: 16px;
                                border-radius: 10px;
                            }
                        .box-large-home-banner{
                            position: relative;
                            display: block;
                            width: 100%;
                            height: 120px;
                            overflow: hidden;
                            margin-bottom: 20px;
                            border-radius: 10px;
                            background-color: #f5f5f5;
                        }
                            .box-large-home-banner img{
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                border-radius: 10px;
                            }
                            .box-isi-forum{
                                position: relative;
                                display: block;
                                width: 100%;
                                margin-bottom: 20px;
                                padding: 10px;
                                border-radius: 10px;
                                background-color: #fff;
                                border: solid 2px #f3d18d;
                                box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
                            }
                        .box-small-home-banner{
                            position: relative;
                            display: block;
                            width: 100%;
                            margin-bottom: 20px;
                            border-radius: 10px;
                            margin-bottom: 30px;
                        }
                            .small-home-banner{
                                position: relative;
                                display: inline-block;
                                width: 100%;
                                height: 180px;
                                overflow: hidden;
                                border-radius: 10px;
                                margin-bottom: 20px;
                            }
                                .small-home-banner img{
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    border-radius: 10px;
                                }
                
                .box-home-about{
                    position: relative;
                    display: block;
                    font-family: 'Roboto Regular';
                    font-size: 14px;
                    padding: 10px 0px;
                    margin-top: 10px;
                    margin-bottom: 20px;
                }
                    .btn-more-about{
                        padding: 10px 50px;
                        background-color: #fff;
                        border: solid 2px #000 !important;
                        color: #000;
                        border: none;
                        font-family: 'Roboto Regular';
                        font-size: 18px;
                        border-radius: 15px;
                    }
                
        .box-home-join{
            position: relative;
            display: block;
            background-image: url('../../images/bg-join.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 20px;
            font-family: 'Roboto Regular';
            font-size: 14px;
            padding: 10px 0px;
            margin-bottom: 0px;
        }
            .box-judul-join{
                color: #f3d18d;
                position: relative;
                display: block;
                width: 100%;
                opacity: 0.6;
                filter: alpha(opacity=60);
                margin-bottom: 50px;
            }
                .box-left-join,
                .box-right-join{
                    position: relative;
                    display: inline-block;
                    width: 100%
                }
                .box-left-join{
                    text-align: left;
                    margin-bottom: 10px;
                }
                    .isi-judul-join{
                        position: relative;
                        display: block;
                        font-family: 'Roboto ExtraLight';
                        font-size: 32px;
                        text-align: center;
                        margin-top: 20px;
                    }
                        .isi-judul-join span{
                            font-family: 'Roboto Bold';
                        }
                .box-right-join{
                    color: #fff;
                    text-align: left;
                }
            .box-isi-home-join{
                position: relative;
                display: block;
                width: 100%;
                margin-bottom: 50px;
            }
                .img-join{
                    position: relative;
                    display: inline-block;
                    width: 48%;
                    margin-bottom: 10px;
                }
            .box-button-home-join{
                position: relative;
                display: block;
                width: 100%;
                margin-bottom: 50px;
            }
                .btn-daftar-anggota{
                    padding: 15px 50px;
                    background-color: #000;
                    color: #f3d18d;
                    border: solid 2px #f3d18d;
                    font-size: 16px;
                    border-radius: 10px;
                }


        /*Footer*/
        .footer{    
            position: relative;
            display: block;
            width: 100%;
            background-color: #000;
            text-align: center;
            font-family: 'Roboto Regular';
            font-size: 14px;
            padding: 20px 0;
            color: #fff;
        }
            .frame-footer{
                width: 95%;
                left: 50%;
                transform: translateX(-50%);
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
                .box-logo-footer{
                    margin-bottom: 20px;
                }
                    .logo-footer{
                        width: 30%;
                    }
                    .sosmed{
                        margin: 10px;
                        font-size: 32px;
                    }

.loading{
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
    text-align: center;
    font-family: 'Roboto Bold';
    font-size: 26px;
}
    .loading i{
        font-size: 68px;
    }
		

/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
            .home-content{
                width: 90%;
            }
                .box-home-judul{
                    font-size: 38px;
                }
                    .home-menu{
                        font-size: 16px;
                    }

                    .box-home-news{
                        width: 47%;
                        margin: 1%;
                    }
                        .box-more-button{
                            margin-top: 30px;
                        }
                        .box-large-home-banner{
                            height: 180px;
                        }
                            .small-home-banner{
                                height: 250px;
                            }
        
                .box-home-about{
                    position: relative;
                    display: block;
                    font-family: 'Roboto Regular';
                    font-size: 14px;
                    padding: 10px 0px;
                    margin-top: 10px;
                    margin-bottom: 20px;
                }
                    .cover-home-about{
                        position: relative;
                        display: inline-block;
                        width: 48%;
                        vertical-align: top;
                    }
                    .isi-home-about{
                        position: relative;
                        display: inline-block;
                        width: 48%;
                        text-align: left;
                        vertical-align: top;
                        padding-left: 20px;
                    }
                
                .box-left-join,
                .box-right-join{
                    width: 48%
                }
                .box-left-join{
                    text-align: left;
                    margin-bottom: 0px;
                }
                .img-join{
                    width: 22%;
                    margin: 1%;
                    margin-bottom: 0px;
                }


        .footer{
            padding: 20px 0;
        }
            .frame-footer{
                width: 95%;
                flex-direction: row;
                justify-content: flex-start;
            }
                .box-logo-footer{
                    text-align: left;
                    margin-bottom: 0px;
                    display: flex;
                    align-items: center;
                    width: 60%;
                    margin-right: 30px;
                }
                    .logo-footer{
                        width: 30%;
                        margin-right: 10px;
                    }
                    .judul-footer{
                        font-family: 'Roboto Bold';   
                        font-size: 16px;
                    }
                .box-sosmed-footer{
                    text-align: left;
                    font-size: 12px;
                }
                    .box-sosmed-footer .fa-instagram{
                        margin-left: 0px;
                    }
                    .sosmed{
                        margin: 10px;
                    }
}


/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
        .header{
            display: block;
        }
            .box-logo{
                width: 92%;
                padding: 10px 0;
                margin-bottom: 0px;
            }
                .logo{
                    height: 65px;
                    padding-right: 20px;
                }
                .judul-header{
                    font-size: 22px;
                }
            .btn-menu{
                display: none;
            }
            .box-menu{
                position: relative;
                display: block;
                margin-top: 0px;
                padding: 0px;
            }
                .frame-box-menu{
                    position: relative;
                    width: 95%;
                    left: 50%;
                    transform: translateX(-50%);
                }
                    .frame-menu{
                        position: relative;
                        display: inline-block;
                        width: auto;
                    }
                    .menu-login{
                        float: right;
                        top: 7px;
                    }
                        .isi-menu{
                            display: flex;
                        }
                           .menu{
                                position: inline-block;
                                width: auto;
                                font-size: 14px;
                                padding: 15px;
                                border-bottom: none;
                                cursor: pointer;
                            }
                            .parent-menu{
                                padding-right: 25px;
                            }
                            .parent-menu::after{
                                right: 10px;
                            }
                                .sub-menu{
                                    position: absolute;
                                    display: none;
                                    top: 100%;
                                    width: 160px;
                                    color: #fff;
                                    cursor: pointer;
                                }
                                    .sub-menu-item{
                                        padding-left: 10px;
                                    }
                            .isi-menu:hover .sub-menu{
                                display: block;
                            }

                    .menu-black{
                        border-radius: 17px;
                        border: solid 3px #f3d18d;
                    }
                            .menu-black .menu{
                                padding: 5px 15px;
                            }
                        .menu-black-aktif,
                        .menu-black:hover .menu{
                            border-radius: 17px;
                        }

            .slide-banner {
                display: block;
                width: 100%;
            }
                .slide-banner .item {
                    height: 45vw;
                }


            /*Content*/
            .isi-content{
                width: 95%;
                flex-direction: row;
            }
                .breadcrumb-nav{
                    margin-top: 10px;
                }
                .box-content{
                    flex-direction: row;
                }
                    .content-left{
                        width: 65%;
                        padding-right: 20px;
                    }
                    .content-right{
                        width: 35%;
                    }
            
            .home-content{
                width: 80%;
            }

                        .cover-home-news{
                            height: 250px;
                        }
                        .box-large-home-banner{
                            height: 20vw;
                        }

            
        .box-logo-footer{
            width: 60%;
            margin-right: 50px;
        }
            .box-judul-footer{
                width: 60%;
                max-width: 350px;
            }
                .logo-footer{
                    width: 100px;
                    margin-right: 20px;
                }
                .judul-footer{
                    font-size: 16px;
                }
        .box-sosmed-footer{
            text-align: left;
            font-size: 12px;
        }
            .box-sosmed-footer .fa-instagram{
                margin-left: 0px;
            }
            .sosmed{
                margin: 10px;
            }
}


/*Laptop / Desktop*/
@media only screen
and (min-width: 1280px) {
            .box-logo{
                width: 90%;
            }
                .frame-box-menu{
                    width: 90%;
                }
            
            /*Content*/
            .isi-content{
                width: 90%;
            }
                    .content-left{
                        width: 68%;
                        padding-right: 30px;
                    }
                    .content-right{
                        width: 32%;
                    }
            
            .frame-footer{
                width: 90%;
            }
}


/*Desktop 1366*/
@media only screen
and (min-width: 1366px) {
	        .home-content{
                width: 75%;
            }
}


/*Desktop MAC*/
@media only screen
and (min-width: 1440px) {
            .box-logo{
                width: 80%;
            }
                .frame-box-menu{
                    width: 80%;
                }
            
            /*Content*/
            .isi-content{
                width: 80%;
            }
                    .content-left{
                        width: 70%;
                        padding-right: 50px;
                    }
                    .content-right{
                        width: 30%;
                    }

            .frame-footer{
                width: 80%;
            }
}


/*Desktop Full HD MAC*/
@media only screen
and (min-width: 1680px) {
            .home-content{
                width: 70%;
            }
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1920px) {
		
}