a {
    color: #1c8018;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1c8018;
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
    ul.nav li {
        padding: 0 16px;
    }   
    .logo-padding {
        padding-left: 20px !important;
    }
    .v2 {
        position: relative;
        z-index: 999;
    }
    .foot-bottom {
        margin-top: -22px;
    } 
}

@media (max-width: 768px) {
    .bread {
        margin-top: -30px !important;
        margin-bottom: 35px !important;
    }
    .mob-konten {
        padding-left: 0;
    }
    .mob-sidebar {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .mob-logo {
        padding-left: 0;
    }
    .foot-car {
        margin-top: 0 !important;
    }
    .foot-tri {
        display: none !important;
    }
    .prev-title {
        border-bottom: none !important;
        padding-bottom: 0 !important;
        margin-bottom: -8px;
    }
    .foot-bottom {
        margin-top: -15px;
        font-size: 11px !important;
    }
    .container-mob {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mob-left {
        background: #EB3C29;
        padding: 10px 15px;
    }
    .mob-right {
        background: #75B344;
        padding: 10px 15px;
    }
    .line,
    .img-slide {
        display: none;
    }
    .desc2,
    .desc {
        padding-bottom: 15px;
    }
    .carousel-indicators {
        top: 10px !important;
    }
    .carousel {
        margin-top: -20px;
    }
    .desc2,
    .desc {
        height: auto !important;
    }
    .foot-left {
        margin-bottom: 10px;
        padding-top: 15px;
    }
    .footer {
        margin-bottom: 40px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mob-f {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    ul.nav li {
        padding: 0 16px;
    }
    .navbar-form {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.nav li {
        font-size: 13px;
        padding: 0;
    }
    .desc-p {
        font-size: 13px !important;
        line-height: 15px !important;
    }
    .contact {
        font-size: 15px !important;
    }
    .foot-bottom {
        margin-top: -16px;
        font-size: 10px !important;
    } 
}

@media (min-width: 768px) {
    .src {
        padding-right: 0;
    }
    .grp-src {
        margin-top: 25px;
    }
    #menu {
        display: none !important;
    }   
    .foot-left {
        padding-top: 50px;
    }
}

.nav li.active {
    background: rgb(45, 90, 144) !important;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

.nav li a:hover,
.nav li.active a {
    background: transparent !important;
}

.top-line {
    background: #3c3c3c;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    text-align: right;
}

.top-line a {
    color: #fff
}

.top-line a:hover {
    text-decoration: none;
}

ul.top-list {
    height: 12px;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 8px;
} 

ul.top-list li.active a {
    color: #95d060;
}

.zero-left {
    padding-left: 0;
}

.zero-right {
    padding-right: 0;
}

.navv {
    width: 100%;
    background: rgba(50,103,163,1);
background: -moz-linear-gradient(top, rgba(50,103,163,1) 0%, rgba(23,71,130,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,103,163,1)), color-stop(100%, rgba(23,71,130,1)));
background: -webkit-linear-gradient(top, rgba(50,103,163,1) 0%, rgba(23,71,130,1) 100%);
background: -o-linear-gradient(top, rgba(50,103,163,1) 0%, rgba(23,71,130,1) 100%);
background: -ms-linear-gradient(top, rgba(50,103,163,1) 0%, rgba(23,71,130,1) 100%);
background: linear-gradient(to bottom, rgba(50,103,163,1) 0%, rgba(23,71,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3267a3', endColorstr='#174782', GradientType=0 );
    border-radius: 3px;
    margin-top: 15px;
}

.dropdown a {
    color: #fff !important;
}

.dropdown a:focus {
    background: transparent !important;
}

.dropdown:hover {
/*    background: rgb(45, 90, 144) !important;*/
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.dropdown a:hover {
    background: transparent !important;
}

.drop {
    border: 1px solid #CDCDCD;
    border-top: none;
    font-size: 12px;
}

.drop li a {
    color: #333 !important;
}

.drop li {
    padding: 3px 0 !important;
}

.drop li:hover {
    background: #E84632 !important;
}

.drop li:hover a {
    background: #E84632 !important;
    color: #fff !important;
}

.dropdown-menu {
    border-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu, .dropdown-menu {
    margin-top: 13px;
}

#menu {
    margin-top: 60px; 
    margin-bottom: 55px; 
    padding-left: 0px; 
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.pan {
    border: 1px solid #ccc !important;
}

.mob-panel {
    background: rgba(50,103,163,1) !important;
    color: #fff !important;
    border-radius: 0 !important;
    cursor: pointer;
    border-bottom: 1px solid #4F7CAF !important;
} 

.panel-body {
    padding: 0 !important;
}

.list-mob {
    margin-bottom: 0 !important;
    font-size: 12px;
}

.list-mob li a {
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
}

.list-mob li a:hover {
    text-decoration: none;
}

.content {
    padding: 20px 15px;
}

.content-nav {
    padding: 5px 15px 0;
}

.footer {
    padding: 0 0 0 15px;
    background: #F0EEEF;
    margin-right: 15px;
    margin-left: 15px;
}

.src {
    border: 1px solid rgba(235,60,41,0.5);
}

.btn-src {
    background: none repeat scroll 0% 0% rgb(235, 60, 41);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(235, 60, 41);
}

.foot-bottom {
    position: relative;    
    color: #fff;
    font-size: 12px;
}

.carousel {
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}

.desc {
    background: #F0EEEF;
    padding-top: 15px;
    color: #444;
}

.desc2 {
    background: #75B344;
    padding-top: 15px;
    color: #fff;
}

.desc2 a {
    color: #C0FD90 !important;
}

.carousel-indicators {
    left: 6% !important;
}

.img-slide {
    position: absolute;
    right: 0;
    top:0;
}

.desc-tgl {
    font-size: 12px;
}

.desc-title {
    font-weight: bold;
    font-size: 18px;
}

.desc-title2 {
    font-size: 20px;
}

.desc-p { 
    font-size: 14px;
    line-height: 22px;
}

.desc-link {
    margin-top: 20px;
}

.prev-wrapper {
    margin-top: 20px;
}

.prev-title {
    font-size: 17px;
    padding-bottom: 6px;
}

.prev-desc {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.prev-sub {    
    font-size: 12px;
    color: #fff;
    padding: 7px 10px;
}

.prev-content {
    padding: 10px
}

.line {
    width: 100%;
    height: 3px;
    background: #4A4A4A;
    position: absolute;
    left: 0;
    margin-top: 50px;
    display: none;
}

.prev-link {
    margin-top:40px;
    font-size: 13px;
}

.prev-news {
    margin-bottom: 10px;
}

.p-news-tgl {
    font-size: 12px;
    color: #777;
}

.p-news-title {
    font-size: 13px;
    font-weight: bold;
}

.p-news-title a {
    color: #4e8622;
}

.contact {
    font-size: 18px;
    font-weight: bold;
}

.phone {
    font-size: 47px;
    color: #EB3C29;
    font-weight: bold;
}

.foot-img {
    background: #EB3C29;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    right: 0;
}

.foot-title {
    position: relative;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px;
    margin-top: -40px;
    text-align: center;
}

.foot-tri {
    position: absolute;
    z-index: 999;
}

.sidedesc {
    margin-top: 20px;
}

.sidebar li a {
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #B9B9B9;
}

.sidebar li a:hover {
    background: #E8FFD3;
}

.sidebar li.active a {
    background: #75B344;
    color: #fff;
}

.sidebar {
    border: 1px solid rgb(185, 185, 185);
}

.bread {
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.desc-konten {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 27px;
}

.box-user {
    border: 1px solid rgb(185, 185, 185);
    padding: 10px;
    margin-top: 10px;
}

.user-jabatan {
    font-size: 14px;
    color: #3F6E1B;
    margin-top: -5px;
}

.user-title {
    font-size: 16px;
    font-weight: bold;
}

.btn-mob {
    margin-top:-15px;
    right:-40px;
}

.desc-i {
    position: absolute;
    bottom: 0;
    right: 0;
}

.gal-wrapper {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.gal-title {
    position: relative;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    padding: 6px;
    margin-top: -30px;
    text-align: center;
    font-size: 13px;
}

.gal-right {
    background: rgb(240, 238, 239);
    padding-top: 10px;
    padding-bottom: 10px;
}

.gal-date {
    font-size: 11px;
}

.gal-judul {
    font-size: 13px;
    font-weight: bold;
}

.gal-desc {
    font-size: 13px;
    margin-top: 2px;
}

.gal-right a {
    font-size: 12px;
}

.gal-col {
    margin-bottom: 20px;
}

.gal-top {
    margin-bottom: 15px;
}

.award-col {
    border: 1px solid #D5D5D5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.award-title {
    margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
}

.award-desc {
    font-size: 12px;
    color: #3F6E1B;
    line-height: 17px;
}

.panel {
    border-radius: 0 !important;
}

.topbtm {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
}

.left-contact {
    border: 1px solid #B9B9B9;
    padding: 10px;
}

.contact-head {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 7px;
}

.address {
    padding-left: 15px;
    font-size: 13px;
    margin-top: 10px
}

.list-contact {
    margin-top: 10px;
    line-height: 25px;
}

.date-lst {
    margin-top: -8px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.excerpt {
    line-height: 25px;
    font-size: 13px;
}

.date-details {
    color: #569127;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.lst-wrapper {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.img-ds {
    padding: 5px;
}

.acc {
    margin-bottom: 0;
    border: none;
}

.child li a {
    color: #888 !important;
    background: #f5f5f5 !important;
}

.aktif {
    background: #75B344;
}

.aktif a {
    color: #fff
}

.aktif a:hover {
    color: #1c8018;
}

.child
{
    background: #fff;   
}

.child li {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.child li:hover 
{
    background: #E8FFD3 !important;
}

.child li a {
    padding-left: 0 !important;
    background: transparent !important;
}

.child li a:hover {
    padding-left: 0 !important;
    
}