/* Bootstrap Custom CSS */



/* ALL */

#header {
    padding: 10px 0;   
    transition: all 0.5s;
    z-index: 997;   
    height: 123px;
    left: 0;
    top: 0;
    right: 0;
}

#header.header-fixed {
    visibility: visible !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    height: 106.6px;
}

#header.header-fixed #nav-menu-container {  
    padding-top: 2px;
}

#header.header-fixed .nav-menu > li.menu-active a, 
#header.header-fixed .nav-menu > li:hover a {  
    color: #bd9512;
}

.content {
    background-color: #f7f7f7;
    padding: 50px;
    border: none;
    border-radius: 25px;
}

p {
    text-indent: 50px;
}

/* clearfix */

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* Section Pages */

.section-header {
    padding: 0px;
    margin-bottom: 60px;
    text-align: center;
}

.section-header .section-title {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: normal; 
}

.section_title {
    display: inline-block; 
    margin-bottom: 20px;
}

.section_title h5 {
    border-bottom: 1px solid #28255d;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}

.section_title h1, .section_title h5{ 
    color: #28255d;
}

.section_title h1  {
    font-size: 28px;
    font-weight: bold;
}

.section {
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: -2px;
    margin-top: -1px;
    background:#f7f7f7;
}

.section.detail {
    padding: 20px 0 40px 0; 
}

/* START Daftar Klausul */

#bab {
    padding: 150px 0 60px 0;
    overflow: hidden;
    position: relative;
    background: rgb(202,45,253);
    background: linear-gradient(0deg, rgba(202,45,253,1) 0%, rgba(129,24,164,1) 59%, rgba(64,10,82,1) 100%);
    -webkit-background-size: cover;
    background-size: cover;
}

#bab::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.box_daftar {
    padding: 30px;
    background: #f8f9fae0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#d9ffffff',GradientType=0 ); /* IE6-9 */ 
    height: 100%;
    border-radius: 5px;
}

.box_daftar ul { 
    padding: 0 0;
    margin: 0 -30px;
    list-style: none;
}

.box_daftar ul li a {
    display: block; 
    padding: 10px 20px;
    color:#28255d;
    font-weight: 600;
    font-size: 14px;
}

.box_daftar ul li a:hover {
    background: rgba(214, 214, 214, 0.7); 
}

.box_daftar ul li a span { 
    font-weight: bold;
    padding-right: 10px;  
    display: inline-block;
    padding-bottom: 1px;
}

.box_daftar ul li div {
    width: calc(100% - 50px);
    border-left: 1px solid #b1b1b1;
    float: left;
    padding-left: 10px;
}

.box_daftar ul li ul {
    margin-left: 0px; 
}

.box_daftar ul li ul li a {
    padding: 10px 0px 10px 35px;
    width: 92%;  
}

.box_daftar ul li ul li div {
    width: calc(100% - 72px); 
}

/* START Contoh Klausul */

#klausul {
    padding: 150px 0 60px 0;
    overflow: hidden;
    position: relative;
    background-image: url(../img/bg1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

#klausul::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.halaman {
    padding-top: 25px;
}