*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	margin:0px;
	padding:0px;
    font-family: 'Roboto', sans-serif;
	font-size:15px;
	background:#fff;
	color:#828282;
}

a {
	color:#828282;
	text-decoration: none;
}

a:hover {
	color:#828282;
	text-decoration: none;
}

.nopadding {
	padding:0px;
}

h3.title {
    line-height: 30px;
}

.tal {
text-align:left;
}

.tar {
text-align:right;
}

.tac {
text-align:center;
}

.taj {
    text-align:justify;
}

.m0 {
    margin:0;
}

.mt10 {
    margin-top:10px;
}

.mb10 {
	margin-bottom:10px;
}

.mt15 {
	margin-top:15px;
}

.mb15 {
     margin-bottom:15px;
 }

.mb30 {
    margin-bottom:30px;
}

.mb50 {
    margin-bottom:50px;
}

.mt30 {
    margin-top:30px;
}
.mt-90 {
    margin-top:-90px;
}

.pt10 {
    padding-top:10px;
}
.pt10i {
    padding-top:10px !important;
}

.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}

.pt15 {
    padding-top:15px;
}

.pt15 h2{
	font-size:24px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.display-inline-block {
	display:inline-block;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-eq-height-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.boxverticalcenter{
    position:relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-all {
    border: none;
    background: none;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-all:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-1 {
    border: 2px solid #fff;
    color: #fff;
    font-size:18px;
}

.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
    color: #1b80c6;
}

.btn-1c:hover:after,
.btn-1c:active:after {
    width: 100%;
}

.btn-2 {
    border: 2px solid #1b80c6;
    color: #1b80c6;
    font-size:18px;
}

.btn-3 {
    /*border: 2px solid #fff;*/
    color: #1b80c6;
    font-size:18px;
    background: #fff;
}

.btn-1a:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: #1b80c6;*/
}

.btn-1a:hover,
.btn-1a:active {
    color: #fff;
    background: #1b80c6;
}

.btn-1a:hover:after,
.btn-1a:active:after {
    width: 100%;
}

.btn-1b:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1b80c6;
}

.btn-1b:hover,
.btn-1b:active {
    color: #fff;
}

.btn-1b:hover:after,
.btn-1b:active:after {
    width: 100%;
}

#boxwrapheader {
    border-bottom: 2px solid #1b80c6;
    background: #fff;
    width:100%;
    z-index: 1111;
    transition:height .5s ease-in-out !important;
    -webkit-transition:height .5s ease-in-out !important;
    -moz-transition:height .5s ease-in-out !important;
    -o-transition:height .5s ease-in-out !important;
}


@keyframes slide-down-aspi {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.psub {
    color:#fff; border-bottom:1px solid #fff; display:inline-block; margin-bottom:0;
}

.menu {
    float: left; color:#0c78c1; font-size:17px; padding:0 18px; text-align: center;
}

.menu span {
    color:#828282;
    cursor: pointer;
}

.menu i {
    bottom: -20px;
    color: #666;
    /*display: block;*/
    font-size: 18px;
    /*left: 0;*/
    /*position: absolute;*/
    /*right: 0;*/
    text-align: center;
}
.menu:hover a, .menu:hover i, .menu:hover span, .menu a.active {
    color: #ff3400;
    text-decoration: none;
    transition: all 500ms ease 0s;
}
.menu .navarrow.open {
    transform: rotate(-180deg);
}
.menu .navarrow {
    transition: transform 0.25s ease 0s;
}

.moreallmenu {
    position:relative;
}

.menusub {
    width:150%; display:none;  position:absolute; left:-25%; right:0; z-index:10; background:#1b80c6; margin-top:0px;
}

.menusub > a.titlesub{
    font-size:14px; border-bottom: 1px solid #14659B; color: #ffffff; display: block; padding: 10px 5px; text-transform: capitalize;
}

.menusub > a.titlesub:hover {
    background: #14659B;
}

ul.menulist {
    margin: 0;
    padding: 0;
}
ul.menulist li {
    border-top: 1px solid #e8e8e8;
    list-style: outside none none;
    padding: 8px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

ul.menulist li:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    content: "";
    z-index:-1;
    transition: width 0.3s;
}

ul.menulist li:last-child {
    border-bottom: 1px solid #e8e8e8;
}
ul.menulist li a {
    color: #666;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
ul.menulist li.active {
    color: #333;
    background: #f3f3f3;
}

ul.menulist li:hover:after {
    width: 100%;
    color: #333;
    background: #f3f3f3;
}

.icon-arrow-list {
    color:#1b80c6; font-size:16px; margin-right:10px;
}

.boxtitleright {
    font-size:18px;
    font-weight: bold;
    border:2px solid #1b80c6;
    align-items: center;
}

.boxtitleright .icon {
    width:50px; background: #333333; padding:10px; color:#fff; justify-content: center; font-size:26px;
}

.boxtitleright .title{
    width:calc(100% - 50px); text-align: center;
}

.boxsearchlang {
    padding-right: 33px;
}

.flag {
    float:left; 
    padding-right:5px; vertical-align:top; position:relative; top:5px;
}
.p10-35 {padding: 10px 35px;}
.p0-18 {padding: 0 18px;}
.base-bg {background: #c6e0f1;}

.flag img {
    border:1px solid #adadad; display: inline-block;
}

.searchform {
    float:left; display:inline-block; margin:0; padding:0px 5px 0 0; border:0; box-shadow:0 0;
}

.boxlogoimg {
    padding-left:0;
}

.boxallmenu {
    margin-top:20px;
}

.boxwrapfooter {
    /*background: #333; */
    background: #c6e0f1;
    padding:15px;
    /*padding: 30px 100px;*/
}

.titlefooter {
    /*font-size:20px; color:#fff; margin-bottom:15px; text-align: right;*/
    font-size:20px; color:#000; 
    /*margin-bottom:15px;*/
}

.linetitlefooter {
    /*width:112px; */
    /*height: 2px; */
    /*background:#1b80c6; */
    /*background: #000;*/
    margin-top:5px; 
    /*position: absolute; */
    /*margin-right: 15px; */
    /*right: 0;*/
    /*left: 0;*/
    border-top: 3px dotted;
}
.ltf112 {width: 112px;}
.ltf105 {width: 105px;}
.ltf130 {width: 130px;}
.ltf117 {width: 117px;}
.ltf58 {width: 58px;}
.ltf78 {width: 78px;}

.logosupport {
    display:inline-block; padding-right:15px; margin-bottom: 15px;
}


.boxcopyfooter {
    background: #1b80c6; color: #fff; text-align: center; padding:8px 0;
}

.boxcopyfooter img {
    width: 100px;
}

.titlecopyfooter {
    display:inline-block; vertical-align: middle; font-size:13px; padding-left:10px;
}

.boxwrapbanner {
    position:absolute;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    font-size:48px;
    font-weight:bold;
}

.boxwrapbanner .line {
    height: 5px; background:#1b80c6; width:120px;
}

.boxwrapcontact {
    position:relative;
    justify-content:center;
    align-items:center;
    color:#fff;
    background:#0B77C0 url('../images/bg-contact.jpg') no-repeat center right / cover;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.boxwrapcontact .titleoffice {
    font-size:18px; margin-top:-10px;
}

.boxcontactus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.boxcontactus .maps{
    margin-left:15px; border:1px solid #1b80c6;
}

/*news*/
.boxlistnews {
    border-bottom: 2px solid #cbcbcb;
    padding-bottom: 10px;
    margin-bottom:10px;
}

.boxlistnews a{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.boxlistnews a .title:hover {
    color:#1b80c6;
}

.boxlistnews .boxtitlenews {
    padding-right: 0;
}

.boxlistnews .boxtitlenews h3.title {
    line-height: 28px;
    font-size: 22px;
}

.boxlistnews .boxtitlenews .date{
    border-bottom: 2px solid #fd420b; color:#1b80c6; padding-bottom: 5px; margin-bottom: 5px;
}

.readmorenews {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px 15px;
    background: #1b80c6;
    color:#fff;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.readmorenews:hover{
    color: #1b80c6;
    background: #cbcbcb;
}

.boxwrapnewsdetail {
    border-right: 2px solid #cbcbcb;
}

.boxothernews {
    border-bottom: 4px solid #1b80c6;
    color: #898989;
    font-size: 18px;
    line-height: 0;
    padding: 0;
    text-align: left;
    width: calc(100% - 15px);
}

.boxdetailnews p {
    margin-bottom:20px;
}

.boxrelatedlist {
    padding-left:0;
    padding-right: 15px;
}

.boxrelatedlist a {
    color: #828282;
}

.linedate {
    width: 50px; background: #fd420b; height: 3px; margin-top: 5px; margin-bottom: 5px;
}
.boxotherline {
    background: #fff; padding: 0 20px 0 0; font-size:1.1em;
}

.zoom-container {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    color: #828282;
}
.zoom-container:hover {
    color: #1b80c6;
    transition: all 0.5s ease 0s;
}
.zoom-container img {
    display: block;
    transition: all 0.5s ease 0s;
}
.zoom-container:hover img {
    transform: scale(1.25);
}
/*end news*/

/* contact */
.boxlistcontact {
    /*color:#fff; */
    color:#000;
    font-size:14px;
}
.boxlistcontact .boxtable {
    display:table; vertical-align:top;
}
.boxlistcontact .boxtable i {
    display:table-cell; color:#000; font-size:18px; text-align: center;
    /*width: 45px;*/
    width: 20px;
}
.boxlistcontact .boxtable .title{
    color:#fff; display: table-cell; width: 50px;
}
.boxlistcontact .boxtable .dots{
    color:#000; display: table-cell; padding:0 8px;
}
.boxlistcontact .boxtable .content{
    display: table-cell;
}

/*home*/
.boxhomeslider {
    position:relative;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.boxhomeslider .boxcontent {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    position: relative;
    color:#000;
    /*top:50%;*/

}
.boxhomeslider .boxcontent .title {
    color:#fff;
    font-size:18px;
    margin-bottom: 15px;
}
.boxsekilas {
    position:relative;
    background:url('../images/bg-atglance.jpg') no-repeat center center;
    height: 240px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column ;
    flex-wrap: nowrap ;
    justify-content: center ;
    align-items: center;
}
.translate-y0 {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.boxsekilas .title {
    font-size: 35px; color:#fff;
}
.boxsekilas .summ{
    font-size:16px; color:#fff;
}
.boxhomeheadtitle {
    border-bottom: 1px solid #ddd;
    color: #898989;
    font-size: 18px;
    line-height: 0;
    padding: 0;
    text-align: center;
}
.boxhomeheadtitle .title{
    background: #fff none repeat scroll 0 0; padding: 0 20px; font-size:26px;
}
.boxhomeheadline {
    margin: 20px auto;
}
.boxhomeheadline .line{
    width: 150px; margin: 0 auto; height:5px; background:#1b80c6;
}
video {
    background: url('../images/cover-video.jpg') no-repeat center center / 100% 100% ;
}

audio {
    width:100%;
}

.boxnewslisthome {
    position: absolute; top:0; background:rgba(27,128,198, .7); color: #fff; height:100%
}

.boxnewslisthome h2 {
	font-size:24px;
}

.wraplisthomenews {
    position:relative; height:378px; overflow: hidden;
}

.rightabs {
    right: 0;
}

.leftabs {
    left: 0;
}

.boxallpages a {
	color:#1b80c6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
	
.boxallpages a:hover {
	color:#EE1C25;
}


.img100 {
    width:100% !important;
}

.loading100 {
  display: initial;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba( 255, 255, 255, 0.8 ) url(../images/loading.gif) 50% 50% no-repeat;
  background-size: 10%;
}

.bg-kunci-aman {
    background: url(../images/banner-abstract.png) no-repeat center;
    background-size: cover;
}

.bg-berita-kini {
    background: url(../images/bg-berita-kini.png) no-repeat center;
    
    background-attachment: fixed;
    background-size: cover;
}

.nav-top-right {
    text-align: right;
    padding-top: 5px;
}
.nav-top-right>a {
    font-size: 17px;
    padding: 0 18px;
}

.nav-top-right>a:hover {
    color: #ff3400;
    text-decoration: none;
    transition: all 500ms ease 0s;
}

.titleberita {
    color:#fff;
    /*background: rgba(0,0,0,0.54);*/
    /*color:#000;*/
    background: rgba(27,128,198,0.8);
    margin-top:50px;
    margin-bottom: 50px;
    z-index: 1;
}

.titleberita > p> a {
    color:#fff;
    /*color:#000;*/

}

.titleberita > p> a:hover {
    text-decoration: underline;
}

.news-wrapper {
    background: rgb(27,128,198);
    /*background: rgba(27,128,198,0.8);*/
    color:#fff;
    padding-bottom: 10px;
    min-height: 260px;
}

.news-wrapper > h4 {
    /*padding-top:10px;*/
    padding-bottom: 10px;
    border-bottom: 2px dotted;
    text-align: justify;
}

.news-wrapper > p {
    text-align: justify;
}

.news-wrapper > div > a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
}

.news-wrapper > div > a:hover {}
.responsive-news-iframe {
    padding-bottom: 57.7%;
}
.home_news {
    /*height: 250px;*/
    width: 100%;
}

.nullpadding {padding:0;}

.bg-anggota-aspi {
    background: url(../images/bg-anggota-aspi.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-ketentuan-aspi {
    padding-top: 50px;
    padding-bottom: 50px;
    /*background: aliceblue;*/
}

.bg-ketentuan-aspi > div {
    /*border-radius: 20px;*/
    border: 2px solid;
    margin: 0 50px;
    /*background: aliceblue;*/
}

.forum_span {
    position: absolute;
    border-radius: 100%;
    border:2px solid;
    background: #fff;
    left:15px;
    margin-top: 15px;
    /*padding: 15px;*/
    cursor: pointer;
    z-index: 1;
}
.forum_span:hover {
    border:2px dotted;
}
.forum_span > i {
    color: #000;
    padding: 15px;

}

.ketentuan-bottom {
    border-bottom: 2px solid; 
    margin-bottom: 40px;
    background: aliceblue;
}
.ketentuan-wrapper {
    margin:0 10px;
    border: 2px solid;
    /*border-radius: 20px;*/
}
.ketentuan-wrapper > p {
    text-align: center;
    line-height: 40px;
}

.ketentuan_bawah {
    border-top:2px solid;
    padding:20px 0;
}
.bi-ojk-circle {
    position: absolute;
    bottom:0%;
    right: 0%;
    /*padding-left: 45px;*/
    /*padding-right: 0;*/
}

/*--flexisel--*/
#member_aspi,
#ketentuan_aspi {
    display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    /*float:left;*/
    width:95%;
    margin:auto;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px !important;
    padding: 0 15px;
    margin: auto;
}
.nbs-flexisel-item div {
    margin: 0 16px;
}

.embed-responsive-iframe {
    padding-bottom: 29.25%;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    /*left: 10px;*/
    left:0px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    /*right: 5px;    */
    right:0px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/*--//flexisel--*/

@media screen and (max-width: 1080px) {
    .home_news {
        height: 200px;
    }

    .news-wrapper {
        min-height: 320px;
    }
}

@media screen and (max-width: 1200px) {
    .bg-ketentuan-aspi > div {
            margin: 0 40px;
    }
}
@media screen and (max-width: 768px) {
    .mt-90 {
        margin-top:0;
    }
}

@media screen and (max-width: 414px) {
    .bg-ketentuan-aspi > div {
            margin: 10px 40px;
    }
    .bi-ojk-circle {
        position: initial;
        text-align: right;
    }

}


@media screen and (max-width: 991px) {
.row-eq-height-news {
    display:inline-block;
}
    .monopadding {
        padding:0;
    }

    .boxallmenu {
        margin-top:0;
    }

    .boxlogoimg {
        padding-left:15px;
    }

    .boxsearchlang {
        padding-right: 16.5px;
    }

    .menu {
        padding:10px 0; width: 100%; border-bottom: 1px solid #e8e8e8;
    }

    .menu:last-child {
        border-bottom: 0;
    }

    .menu i {
        bottom: 12px;
        left: auto;
        right: 10px;
        width:30px;
        height: 20px;
        top:13px;
    }

    .menusub {
        width:100%;
        display:none;
        position:relative;
        left:0;
        right:0;
        top:10px;
        z-index:10;
        background:#1b80c6;
        margin-top:0;
        margin-bottom:0;
    }


    .menusub > a.titlesub{
        font-size:14px; border-bottom: 1px solid #333; color: #ffffff; display: block; padding: 10px 5px; text-transform: capitalize;
    }

    .menusub > a.titlesub:last-child {
        border-bottom: 0;
    }
    #nav-toggle {
        display: block;
        position: absolute;
        right: 50px;
        top: -38px;
        z-index: 600;
    }

    #nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {
        background: #484848 none repeat scroll 0 0;
        border-radius: 1px;
        content: "";
        cursor: pointer;
        display: block;
        height: 5px;
        position: absolute;
        width: 35px;
    }

    #nav-toggle span::before {
        top: -10px;
    }

    #nav-toggle span::after {
        bottom: -10px;
    }

    #nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {
        transition: all 500ms ease-in-out 0s;
    }

    #nav-toggle.active span {
        background-color: transparent;
    }

    #nav-toggle.active span::before, #nav-toggle.active span::after {
        top: 0;
    }

    #nav-toggle.active span::before {
        transform: rotate(45deg);
    }

    #nav-toggle.active span::after {
        transform: rotate(-45deg);
    }

    nav {
        background: #ffffff none repeat scroll 0 0;
        display: none;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1001;
        top:13px;
        right: -100%;
        -moz-box-shadow:inset 0px 0px 5px #000000;
        -webkit-box-shadow:inset 0px 5px #000000;
        box-shadow:inset 0px 0px 5px #000000;
        height: 275px;
        overflow-y: auto;
    }

    .boxwrapbanner {
        position:absolute;
        top:50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color:#fff;
        font-size:26px;
        font-weight:bold;
    }

    .boxwrapbanner .line {
        height: 5px; background:#1b80c6; width:85px;
    }

    .boxcontactus {
        display: inline-block;
    }

    .boxcontactus .maps{
        margin-left:0px; border:1px solid #1b80c6;
    }

    .boxwrapcontact {
        background:#0B77C0 url('../images/bg-contact.jpg') no-repeat center left / cover;
        display: inline-block;
        height: auto;
    }

    .boxwrapcontact .titleoffice {
        font-size:18px; margin-top:15px;
    }

    /*news*/

    .boxlistnews a{
        display: inline-block;
    }

    .boxlistnews a .title:hover {
        color:#1b80c6;
    }

    .boxlistnews .boxtitlenews {
        padding-right: 0;
        padding-left:0;
        margin-top:10px;
    }

    .boxlistnews .boxtitlenews h3.title {
        line-height: 26px;
        font-size: 20px;
    }

    .readmorenews {
        padding: 6px 10px;
        position: relative;
        margin-top:10px;
    }

    .boxwrapnewsdetail {
        border-right: 0px;
    }

    .boxothernews {
        width: 100%;
    }

    .boxrelatedlist {
        padding-left:0;
        padding-right: 0;
    }
    /*end news*/

    /*home*/
    .boxhomeslider {
        height: 100%;
    }
    .boxsekilas {
        height: auto;
    }
    .boxsekilas .title {
        font-size: 30px; color:#fff;
    }

    .boxnewslisthome {
        position: relative;
    }

    .wraplisthomenews {
        height:auto;
    }

    .boxhomeslider .boxcontent {
        padding: 15px;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .boxhomeslider .boxcontent .title {
        font-size:16px;
    }

    .btn-mobile {
        padding:10px;
        font-size: 16px;
    }

}