@charset "utf-8";
/* CSS Document */
@media screen and (min-width:0px) and (max-width:989px) {
*{
    box-sizing: border-box;
}   
body{
    margin: 0px;
    background: #FFF;
}
html {
    scroll-behavior: smooth;
}

nav:not(.mm-menu){
    display: none;
}

.menu-mobile{
    text-align: left;
    float: left;
    z-index: 10;
    position: relative;
    margin-top: 4px;
}
.menu-mobile{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 47px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.menu-mobile.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.menu-mobile .menu-mobile a{
    background: center center no-repeat transparent;
    background-image:url(../images/mob.png);
    display: block;
    width: 30px;
    height: 29px;
    top: 0;
    right: 0px;
    float:left;
    text-decoration:none;
}

.header_atas{
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    background: #27ae60;
    font-family: 'open_sansregular';
}
.header_atas i{
    font-size: 12px;
    color: #FFF;
    float: left;
    margin-top: 3px;
    margin-right: 7px;
}
.header_atas a{
    float: left;
    margin-right: 20px;
    color: #FFF;
}
.header_atas a:nth-child(3n+2){
    display: none;
}
.header_atas a:nth-child(3n+3){
    display: none;
}
.header_atas .right{
    display: none;
}

.menu_atas{
    float: left;
    width: 100%;
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu_atas .logo{
    float: left;
    width: 100%;
    margin-top: -33px;
    text-align: center;
}
.menu_atas .logo img{
    width: 100%;
    max-width: 244px;
}

#navbar {
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    color: #000;
    z-index: 5;
}
.sticky + .content {
    padding-top: 60px;
}


#cssmenu {
    display: none;
}

.slide{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fakultas_home{
    float: left;
    width: 100%;
    background: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fakultas_home .side{
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 30px;
}
.fakultas_home .side:nth-last-child(odd){
    float: right;
    width: 100%;
    padding: 5%;
    background: #f8f8f8;
}
.fakultas_home .side .title_left{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.fakultas_home .side .title_left:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #666666;
}
.fakultas_home .side .title_left:after{
    content: "";
    position: absolute;
    left: 35px;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #bbbbbb;
}
.fakultas_home .side .title_right{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.fakultas_home .side .title_right:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #666666;
}
.fakultas_home .side .title_right:after{
    content: "";
    position: absolute;
    left: 35px;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #bbbbbb;
}
.fakultas_home .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}
.fakultas_home .grid > div{
    text-align: left;
}
.fakultas_home .side .box_fakultas{
    float: left;
    width: 100%;
    height: 150px;
    background: #f8f8f8;
    position: relative;
}
.fakultas_home .side .box_fakultas .line{
    position: absolute;
    right: 0;
    height: 100%;
    width: 2px;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -ms-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}
.fakultas_home .side .box_fakultas:hover .line{
    position: absolute;
    right: 0;
    height: 100%;
    width: 5px;
}
.fakultas_home .side .box_fakultas .back{
    opacity: 0;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.fakultas_home .side .box_fakultas:hover .back{
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.fakultas_home .side .box_fakultas .konten{
    float: left;
    margin: 5%;
    height: 115px;
    width: 90%;
    overflow: hidden;
}
.fakultas_home .side .box_fakultas .konten .icon{
    float: left;
    width: 20%;
    font-size: 38px;
    position: relative;
    z-index: 1;
}
.fakultas_home .side .box_fakultas .konten .icon i{
    float: left;
    margin-top: 30px;
}
.fakultas_home .side .box_fakultas .konten .name{
    float: left;
    width: 80%;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.fakultas_home .side .box_fakultas .konten .name .text{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-family: 'open_sansregular';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 1.4em;
    text-transform: none;
    position: relative;
    z-index: 1;
}
.fakultas_home .side .box_fakultas:hover .konten .name, 
.fakultas_home .side .box_fakultas:hover .konten .name .text, 
.fakultas_home .side .box_fakultas:hover .konten .icon i{
    color: #FFF !important;
}
.fakultas_home .side .text_sia{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.fakultas_home .side .input{
    float: left;
    width: 100%;
    padding: 4%;
    height: 50px;
    background: #FFF;
    border: none;
    font-family: 'open_sansregular';
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(250,229,229,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(250,229,229,1);
    box-shadow: inset 0px 0px 0px 1px rgba(250,229,229,1);
}
.fakultas_home .side .submit{
    float: left;
    width: 100%;
    padding: 5%;
    background: #27ae60;
    border: none;
    font-family: 'open_sanssemibold';
    color: #FFF;
    font-size: 14px;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.fakultas_home .side .submit:hover{
    background: #e79800;
}

.tentang_home{
    float: left;
    width: 100%;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.tentang_home .side{
    float: left;
    width: 100%;
    overflow: hidden;
}
.tentang_home .side:nth-last-child(odd){
    float: left;
    width: 100%;
    padding: 5%;
    overflow: hidden;
    background: #f8f8f8;
}
.tentang_home .side img.pic_big{
    width: 100%;
    height: 100%;
}
.tentang_home .side .title{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.tentang_home .side .title:before{
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 4%;
    height: 2px;
    background: #666666;
}
.tentang_home .side .title:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7%;
    height: 1px;
    background: #bbbbbb;
}
.tentang_home .side .text{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #777;
    font-size: 14px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.9em;
}
.tentang_home .side .text p{
    padding-bottom: 15px;
}
.tentang_home .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}
.tentang_home .grid > div{
    text-align: center;
}
.tentang_home .box{
    float: left;
    width: 100%;
}
.tentang_home .box .circle{
    display: inline-block;
    width: 83px;
    height: 83px;
    border-radius: 100%;
    font-size: 32px;
    background-color: #fff;
    color: #666666;
    margin: 0 0 26px 0;
    border: solid 1px #ddd;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tentang_home .box:hover .circle{
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.tentang_home .box .circle i{
    line-height: 83px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tentang_home .box:hover .circle i{
    color: #27ae60;
}
.tentang_home .box .title_box{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tentang_home .box:hover .title_box{
    color: #27ae60;
}
.tentang_home .box .text{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #777;
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
}

.galeri_home{
    float: left;
    width: 100%;
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.galeri_home .title{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.galeri_home .title:before{
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 3%;
    height: 2px;
    background: #666666;
}
.galeri_home .title:after{
    content: "";
    position: absolute;
    left: 49%;
    bottom: 0;
    width: 6%;
    height: 1px;
    background: #bbbbbb;
}
.galeri_home .frame{
    float: left;
    width: 100%;
}
.galeri_home .frame .box_galeri{
    float: left;
    width: 50%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.galeri_home .frame .box_galeri img{
    width: 100%;
    height: 100%;
}
.galeri_home .frame .box_galeri .back{
    opacity: 0;
}
.galeri_home .frame .box_galeri:hover .back{
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 174, 96, 0.6);
    text-align: center;
    color: #FFF;
    font-size: 30px;
    transition: all 0.4s ease-in;
}
.galeri_home .frame .box_galeri:hover .back .ico{
    margin: 0 auto;
    margin-top: 25%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    transition: all 0.4s ease-in;
}
.galeri_home .frame .box_galeri:hover .back .ico i{
    margin-top: 13px;
    font-size: 16px;
    color: #27ae60;
    transition: all 0.4s ease-in;
}
.galeri_home .frame .box_galeri:hover .back .ico:hover{
    margin: 0 auto;
    margin-top: 25%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    display: inline-block;
    line-height: 40px;
}
.galeri_home .frame .box_galeri:hover .back .ico:hover i{
    color: #FFF;
}
.galeri_home .frame .box_galeri:hover .back .name{
    float: left;
    width: 90%;
    margin: 5%;
    margin-top: 15px;
    text-align: center;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 15px;
}
.galeri_home .frame .box_galeri:hover .back .subname{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 13px;
    color: #FFF;
}

.count_home{
    float: left;
    width: 100%;
    background: url(../images/back_count.png) repeat-y rgba(39,174,96,1);
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.count_home .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
}
.count_home .grid > div{
    text-align: left;
}
.count_home .box{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFF;
    text-align: center;
    position: relative;
}
.count_home .box:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.31);
}
.count_home .box:nth-last-child(1):after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: none;
}
.count_home .box .frameico{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.count_home .box .frameico .pic{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 50px;
}
.count_home .box .frameico .no{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 35px;
    color: #FFF;
    margin-bottom: 10px;
}
.count_home .box .text{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
}

.berita_home{
    float: left;
    width: 100%;
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.berita_home .title{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 50px;
    text-align: center;
}
.berita_home .title:before{
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 3%;
    height: 2px;
    background: #666666;
}
.berita_home .title:after{
    content: "";
    position: absolute;
    left: 49%;
    bottom: 0;
    width: 6%;
    height: 1px;
    background: #bbbbbb;
}
.berita_home .tabbed-content {
    float: left;
    width: 100%;
    position: relative;
}
.berita_home .tabs ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.berita_home .tabs ul li {
    font-family: 'Roboto Slab';
    font-size: 14px;
    font-weight: normal;
}
.berita_home .tabs ul li a {
    padding-bottom: 10px;
    margin-right: 10px;
    color: #666;
    transition: border-bottom 0.1s ease-in-out;
}
.berita_home .tabs ul li a:hover, .berita_home .tabs ul li a.active {
    color: #27ae60;
}
.berita_home .item {
    margin-bottom: 2px;
}
.berita_home .item::before {
    cursor: pointer;
    font-weight: bold;
    background: #eee;
    padding: 0.5em;
    display: block;
}
.berita_home .item.active::before {
    background: #444;
    color: #eee;
}
.berita_home .item.active .item-content {
    float: left;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.berita_home .item.active .berita_home .item-content {
    padding-top: 0;
}
.berita_home .tabs-side .tabs li {
    margin-bottom: 2px;
}
.berita_home .tabbed-content .tabs {
    display: none;
}
.berita_home .tabbed-content .item {
    min-height: 2em;
}
.berita_home .tabbed-content .item::before {
    content: attr(data-title);
}
.berita_home .tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.berita_home .tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.berita_home .tabbed-content .tabs {
    display: block;
}
.berita_home .tabbed-content .tabs li {
    display: inline-block;
}
.berita_home .tabbed-content .tabs li a {
    display: block;
}
.berita_home .tabbed-content .item {
    min-height: 0;
}
.berita_home .tabbed-content .item::before {
    display: none;
}
.berita_home .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
}
.berita_home .tabbed-content.tabs-side .tabs li {
    display: block;
}
.berita_home .tabbed-content.tabs-side .item {
    margin-left: 150px;
}
.berita_home .grid{
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px;
}
.berita_home .grid > div{
    text-align: left;
}
.berita_home .box{
    float: left;
    width: 100%;
    height: 490px;
    max-width: 370px;
    overflow: hidden;
    background: #FFF;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
}
.berita_home .box .pic{
    float: left;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #000;
    position: relative;
}
.berita_home .box .pic img{
    width: 100%;
    height: 100%;
    transition: transform .3s;
}
.berita_home .box:hover .pic img{
    transform: scale(1.1);
}
.berita_home .box .pic .back{
    opacity: 0;
    transition: background .3s;
}
.berita_home .box:hover .pic .back{
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(39,174,96,0.6);
}
.berita_home .box .desc{
    float: left;
    width: 100%;
    height: 220px;
    padding: 7.5%;
    overflow: hidden;
}
.berita_home .box .desc .date{
    float: left;
    width: 100%;
    color: #333;
    font-size: 13px;
    font-family: 'Roboto Slab';
    font-weight: normal;
    margin-bottom: 25px;
}
.berita_home .box .desc .title_berita{
    float: left;
    width: 100%;
    height: 45px;
    overflow: hidden;
    font-family: 'Roboto Slab';
    font-weight: normal;
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.berita_home .box:hover .desc .title_berita{
    color: #27ae60;
}
.berita_home .box .desc .text_title{
    float: left;
    width: 100%;
    height: 65px;
    overflow: hidden;
    font-family: 'Roboto Slab';
    font-weight: normal;
    color: #777;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 25px;
}
.berita_home .box .more{
    float: left;
    margin-left: 7.5%;
    font-family: 'open_sansbold';
    color: #27ae60;
    font-size: 14px;
    position: relative;
}
.berita_home .box .more i{
    font-size: 20px;
    position: absolute;
    right: -25px;
    margin-top: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.berita_home .box .more:hover i{
    right: -35px;
}

.testimoni_home{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.testimoni_home .title{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.testimoni_home .title:before{
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 3%;
    height: 2px;
    background: #666666;
}
.testimoni_home .title:after{
    content: "";
    position: absolute;
    left: 49%;
    bottom: 0;
    width: 6%;
    height: 1px;
    background: #bbbbbb;
}
.testimoni_home .slide{
    float: left;
    width: 100%;
}
.testimoni_home .slide .box{
    float: left;
    width: 100%;
    padding: 7%;
    height: 500px;
    overflow: hidden;
    background: #FFF;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
}
.testimoni_home .slide .box:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 2px;
    background: #27ae60;
}
.testimoni_home .slide .box .foto{
    float: left;
    width: 100%;
    height: 250px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.testimoni_home .slide .box .foto img{
    width: 100%;
    height: 100%;
}
.testimoni_home .slide .box .text_desc{
    float: right;
    width: 100%;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 15px;
    line-height: 1.5em;
    overflow: hidden;
}
.testimoni_home .slide .box .text_desc p{
    float: left;
    width: 100%;
    height: 135px;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimoni_home .slide .box .text_desc .name{
    float: left;
    font-family: 'open_sansbold';
    color: #27ae60;
    font-size: 15px;
}
.testimoni_home .slide .box .text_desc .subname{
    float: left;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 14px;
    font-style: italic;
}

.partner_home{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    position: relative;
    overflow: hidden;
}
.partner_home .title{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.partner_home .title:before{
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 3%;
    height: 2px;
    background: #666666;
}
.partner_home .title:after{
    content: "";
    position: absolute;
    left: 49%;
    bottom: 0;
    width: 6%;
    height: 1px;
    background: #bbbbbb;
}
.partner_home .slide{
    float: left;
    width: 100%;
}
.partner_home .slide .box{
    float: left;
    width: 100%;
    height: 80px;
}
.partner_home .slide .box img{
    width: 100%;
    height: 100%;
}

.call_home{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #27ae60;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto Slab';
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header_more{
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: #ddd;
}
.header_more img.full{
    width: 100%;
    height: 100%;
}
.header_more .back{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.header_more .back .title_left{
    float: left;
    font-size: 32px;
    color: #FFF;
    font-family: 'Roboto Slab';
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
}
.header_more .back .bread{
    float: right;
    font-size: 14px;
    color: #FFF;
    font-family: 'Roboto Slab';
    font-weight: normal;
    margin-top: 80px;
}
.header_more .back .bread a{
    color: #FFF;
}

.tentang_page{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.tentang_page .side{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.tentang_page .title_tentang{
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: left;
}
.tentang_page .title_tentang:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #666666;
}
.tentang_page .title_tentang:after{
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #bbbbbb;
}
.tentang_page .text{
    float: left;
    width: 100%;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
}
.tentang_page .text p{
    padding-bottom: 20px;
}
.tentang_page .text li{
    padding-bottom: 5px;
    padding-left: 0px;
    margin-left: 15px;
}
.tentang_page .pic_big{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tentang_page .pic_big img{
    width: 100%;
    height: 100%;
}
.tentang_page .pic_big .frame{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: 2px solid #FFF;
}
.tentang_page .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-bottom: 40px;
}
.tentang_page .grid > div{
    text-align: left;
}
.tentang_page .box_foto{
    float: left;
    width: 100%;
    height: 320px;
    background: #f7f7f7;
    position: relative;
    border-bottom: 1px solid rgba(119,119,119,0.3);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tentang_page .box_foto:hover{
    border-bottom: 1px solid #27ae60;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.tentang_page .box_foto .pic{
    float: left;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.tentang_page .box_foto .pic img{
    width: 100%;
    height: 100%;
}
.tentang_page .box_foto .pic .back{
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tentang_page .box_foto:hover .pic .back{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(39, 174, 96, 0.6);
    z-index: 1;
}
.tentang_page .box_foto .name{
    float: left;
    width: 90%;
    margin: 5%;
    margin-top: 20px;
    text-align: center;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    font-size: 16px;
    color: #27ae60;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.tentang_page .box_foto .subname{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 13px;
    color: #777;
}

.berita_page{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.berita_page .side{
    float: left;
    width: 100%;
}
.berita_page .side:nth-last-child(odd){
    float: right;
    width: 100%;
    padding: 5%;
    background: #f9f9f9;
}
.berita_page .side .box_berita{
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}
.berita_page .side .box_berita .pic_berita{
    float: left;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
}
.berita_page .side .box_berita .pic_berita img{
    width: 100%;
    height: 100%;
}
.berita_page .side .box_berita .date{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    margin-bottom: 20px;
    font-size: 14px;
    color: #777;
}
.berita_page .side .box_berita .date i{
    float: left;
    font-size: 16px;
    color: #27ae60;
    margin-right: 10px;
}
.berita_page .side .box_berita .title_berita{
    float: left;
    width: 100%;
    height: 50px;
    overflow: hidden;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}
.berita_page .side .box_berita .text_berita{
    float: left;
    width: 100%;
    height: 75px;
    line-height: 1.9em;
    overflow: hidden;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 14px;
    margin-bottom: 30px;
}
.berita_page .side .box_berita .more{
    float: right;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'open_sansbold';
    color: #27ae60;
    font-size: 14px;
    border: 1px solid #27ae60;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.berita_page .side .box_berita .more:hover{
    color: #FFF;
    background: #27ae60;
    border: 1px solid #27ae60;
}
.berita_page .side .title{
    float: left;
    width: 100%;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}
.berita_page .side .link{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 14px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.berita_page .side .link i{
    float: left;
    font-size: 10px;
    margin-top: 3px;
    margin-right: 10px;
    transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
}
.berita_page .side .link:hover{
    color: #FFF;
    background: #27ae60;
}
.berita_page .side .link:hover i{
    float: left;
    margin-left: 10px;
}

.berita_page .detail_berita{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.berita_page .detail_berita .pic_berita{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.berita_page .detail_berita .pic_berita img{
    width: 100%;
    height: 100%;
}
.berita_page .detail_berita .date{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    margin-bottom: 30px;
    font-size: 14px;
    color: #777;
}
.berita_page .detail_berita .date i{
    float: left;
    font-size: 16px;
    color: #27ae60;
    margin-right: 10px;
}
.berita_page .detail_berita .title_berita{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}
.berita_page .detail_berita .text_berita{
    float: left;
    width: 100%;
    line-height: 1.9em;
    overflow: hidden;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 14px;
    margin-bottom: 30px;
}
.berita_page .detail_berita .text_berita p{
    padding-bottom: 20px;
}
.berita_page .detail_berita .text_berita li{
    padding-bottom: 5px;
    padding-left: 0px;
    margin-left: 15px;
}

.berita_page .side .title_right {
    float: left;
    width: 100%;
    position: relative;
    font-family: 'Roboto Slab';
    color: #2f2f2f;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.berita_page .side .text_sia {
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.berita_page .side .input {
    float: left;
    width: 100%;
    padding: 4%;
    height: 50px;
    background: #FFF;
    border: none;
    font-family: 'open_sansregular';
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(250,229,229,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(250,229,229,1);
    box-shadow: inset 0px 0px 0px 1px rgba(250,229,229,1);
}


.berita_page .side .submit {
    float: left;
    width: 100%;
    padding: 5%;
    background: #27ae60;
    border: none;
    font-family: 'open_sanssemibold';
    color: #FFF;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}


.paging{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.paging ul{
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom:1;
    *display: inline;
}
.paging li{
    float: left;
    list-style: none;
    margin: 5px;
    position: relative;
}
.paging li a{
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #777;
    color: #777;
    font-size: 15px;
    line-height: 2em;
    font-family: 'open_sansregular';
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.paging li a:hover, .paging li a.active{
    border: 1px solid #27ae60;
    background: #27ae60;
    color: #FFF;
}

.footer{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1b1b1b;
    position: relative;
}
.footer .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px;
}
.footer .grid > div{
    text-align: left;
}
.footer .box{
    float: left;
    width: 100%;
}
.footer .box .logo{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.footer .box .logo img{
    width: 180px;
}
.footer .box .title{
    float: left;
    width: 100%;
    font-family: 'Roboto Slab';
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}
.footer .box .text{
    float: left;
    width: 100%;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 15px;
    overflow: hidden;
}
.footer .box .text p{
    padding-bottom: 15px;
}
.footer .box .link{
    float: left;
    width: 100%;
    font-family: 'Roboto Slab';
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer .box .link i{
    float: left;
    font-size: 10px;
    margin-top: 3px;
    margin-right: 10px;
}
.footer .box .link:hover{
    color: #FFF;
}
.footer_bottom{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000;
    position: relative;
    color: #FFF;
    font-family: 'open_sansregular';
    font-size: 13px;
    text-align: center;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    background: url(../images/top.png) no-repeat center #27ae60;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease-out; 
    -webkit-transition: all 0.3s ease-out;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
}
#back-to-top:hover {
    opacity: 0.5;
}
#back-to-top.show {
    opacity: 1;
}
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
}