.contentformwrapper {
    padding-bottom: 85px;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    background-color: #011122;
}

#overlaybeli {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#beli{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.smsimage {position:absolute;bottom:70%;left:25%;}
.smskata {position:absolute;bottom:55%;left:20%;}
.smscontent {position:absolute;bottom:50%;left:31%;}
.smske {position:absolute;bottom:37%;left:26%;}
.smsbuttonclose {position:absolute;bottom:22.5%;left:30%;}
img.modal-image {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



#wrapper {
    background-color: #fff;
    width: 100%;
    height: 450px;
    margin-top: -225px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
}
#carousel img {
    display: block;
    float: left;
}
#prev, #next {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    height: 450px;
    width: 50%;
    top: 0;
    position: absolute;
}
#prev:hover, #next:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}
#prev {
    left: -495px;
}
#next {
    right: -495px;
}
#pager {
    margin-left: -470px;
    position: absolute;
    left: 50%;
    bottom: 10px;
}
#pager a {
    border: 2px solid #fff;
    border-radius: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
}
#pager a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
    display: none;
}
#pager a.selected {
    background-color: #fff;
}
.slick-prev {
    left: 0px;
    height: 75px;
    width: 35px;
    z-index: 1;
}
.slick-next {
    right: 0px;
    height: 75px;
    width: 35px;
    z-index: 1;
}
.slick-current.slick-active.slick-center {
    opacity:1;
    filter: brightness(1) !important;
}
.slick-slide  {
    opacity:1;
    background: #000000;
    filter: brightness(0.5);
}
.slick-dots{
    position: absolute;
    bottom: 0px;
    width: auto;
    display: block;
    padding: 5px;
    list-style: none;
    text-align: center;
    background: #FFFFFF;
    opacity: 0.75;
}
.slick-dots li.slick-active button:before{
    font-size:15px;
    color:#000000;
}
.slick-dots li button:before{
    font-size: 7.5px;
    color:#000000;
}
.textlink {
    color: #FFFFFF;
}
.bottomright {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    text-align: right;
    background: #000000;
    opacity: 0.75;
}



.nspterbaru {
    margin-top: -30px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: -50px;
    width: 100%;
    background-color: #011122;
}
.containernspterbaru {
    width: 100%;
    margin-bottom: 50px;
}
.clip {
    height: auto;
    overflow: hidden;
    bottom: 0;
}
.bottom {
    background-color: #1F2E3E;
    min-height: 100px;
}
.nspterbarucenter .slick-slide {
    opacity:1;
    filter: brightness(1) !important;
    height: auto;
}
.nspterbarucenter .slick-center {
    opacity:1;
    filter: brightness(1) !important;
}
.nspterbarucenter .slick-center .bottom {
    width: 100%;
}
.nspterbarucenter {
    opacity:1;
    filter: brightness(1) !important;
    bottom: 0;
}



.tophits {
    background-color: #011122;
}
.topnsp {
    padding-top: 25px;
    background-color: #F1F1F1;
}
/* Style the tab */
div.tab {
    margin-bottom: 20px;
    overflow: hidden;
    display: none;
}
/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: small;
}
/* Change background color of buttons on hover */
div.tab button:hover {
    background: transparent;
    border-bottom: solid;
    border-bottom-color: red;
}
/* Create an active/current tablink class */
div.tab button.active {
    background: transparent;
    border-bottom: solid;
    border-bottom-color: red;
}
/* Style the tab content */
.tophitstabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}