@charset "utf-8";
/* CSS Document */
@media screen and (min-width:990px) {
.banner{
    float: left;
    width: 100%;
    display: inline-block;
} 

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    background: url(../images/top.png) no-repeat center #000;
    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;
}
    
body{
  	margin: 0px;
  	background: #FFF;
}

.menu-mobile{
	display: none;
}
#menumob{
	display: none;
}	

.header-bawah{
  	float: left;
  	width: 100%;
    height: 190px;
    position: relative;
    z-index: 10;
    /* background: url(../images/ico-batik.png) no-repeat right #ffaa19; */
    background: url(../images/ico-batik.png); /* no-repeat right #4D3308; */
    overflow: hidden;
    margin-top: -55px;
}
.header-bawah .logo{
  	float: left;
    margin-top: 35px;  /*25px; */ 
    margin-bottom: 25px; /*15px; */
  	overflow: hidden;
}
.header-bawah .ico-smk{
    float: right;
    overflow: hidden;
}
.header-bawah .ico-smk img{
    height: 231px;
}

.menu-atas{
  	float: left;
  	width: 100%;
  	/*background: #b66418; */
  	background: #186AB6;
  	position: relative;
  	z-index: 5;
}
.menu-atas .exitlink{
    float: right;
    padding: 10px;
    border-radius: 3px;
    /*background: #523219;*/
    background: #A2C3E1;
    color: #FFF;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    margin-top: 9px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.menu-atas .exitlink:hover{
    background: #000;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    float: left;
    font-family: 'open_sanssemibold';
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: left;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-right > ul > li {
    float: left;
}
#cssmenu.align-right ul ul {
    text-align: left;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
    background: rgba(64,40,24,0.5);
}
#cssmenu ul > li.has-sub > a:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 14px;
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
    background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
    content: '';
    position: absolute;
    right: 11px;
    top: 20px;
    display: block;
    width: 0;
    height: 0;
    z-index: 99;
}
#cssmenu ul > li.has-sub:hover > a:before {
    border-top-color:none;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: top .2s ease, opacity .2s ease;
    -moz-transition: top .2s ease, opacity .2s ease;
    -ms-transition: top .2s ease, opacity .2s ease;
    -o-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
    top: 21px;
}
#cssmenu > ul > li:hover > ul {
    left: auto;
    top: 54px;
    opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    top: 30px;
}
#cssmenu ul ul > li:hover > ul {
    top: 0;
    left: 178px;
    opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
    left: auto;
    right: 178px;
    padding-left: 0;
    opacity: 1;
}
#cssmenu ul ul li a {
    font-family: 'open_sansregular';
    width: 150px;
    padding: 15px 25px;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(64,40,24,0.9);
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    z-index:10;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
    color: #ffaa19;
}
#cssmenu ul ul > li.has-sub > a:after {
    left: 12px;
    top: 9.5px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
    background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
    top: 15.5px;
    right: 16px;
}
#cssmenu ul ul li a.has-sub2:after {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.jurusanhome{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF;
}
.jurusanhome .toptitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #666666;
    font-family: 'open_sansbold';
    margin-bottom: 30px;
}
.jurusanhome .slidejurusan{
    float: left;
    width: 95%;
    margin-left: 2.5%;
}
.jurusanhome .slidejurusan .box{
    float: left;
    width: 95%;
    height: 210px;
    overflow: hidden;
    position: relative;
    margin: 2.5%;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.jurusanhome .slidejurusan .box:hover{
    opacity: 0.8;
}
.picjurusan {object-fit: cover;}
.jurusanhome .slidejurusan .box img{
    width: 100%;
    height: 100%;
}
.jurusanhome .slidejurusan .box .nama{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}
#prev1{
    width: 20px;
    height: 32px;
    background: transparent url(../images/kiri.png) no-repeat;
    position: relative;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1;
    margin-left: -2.5%;
    margin-top: -140px;
    float: left;
    opacity: 0.8;
}
#prev1:hover{
    opacity:1;
}
#next1{
    width: 20px;
    height: 32px;
    background: transparent url(../images/kanan.png) no-repeat;
    position: relative;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1;
    margin-right: -2.5%;
    margin-top: -140px;
    float: right;
    opacity: 0.8;
}
#next1:hover{
    opacity:1;
}

.sejarahhome{
    float: left;
    width: 100%;
    min-height: 480px;
    background: #000;
    position: relative;
    text-align: center;
}
.sejarahhome .back{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
}
.sejarahhome .toptitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    font-family: 'open_sansbold';
    margin-top: 90px;
    margin-bottom: 50px;
}
.sejarahhome .text{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    font-family: 'open_sansregular';
    line-height: 1.5em;
    margin-bottom: 70px;
}
.sejarahhome .link{
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    color: #010101;
    font-family: 'open_sansbold';
    background: #ffaa19;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.sejarahhome .link:hover{
    background: #FFF;
}

.beritahome{
    float: left;
    width: 100%;
    background: #ededed;
    padding-top: 50px;
    padding-bottom: 50px;
}
.beritahome .side1{
    float: left;
    width: 65%;
    padding-right: 5%;
    -webkit-box-shadow: inset -1px 0px 0px 0px #FFF;
    -moz-box-shadow: inset -1px 0px 0px 0px #FFF;
    box-shadow: inset -1px 0px 0px 0px #FFF;
}
.beritahome .toptitle{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #666666;
    font-family: 'open_sansbold';
    margin-bottom: 30px;
}
.beritahome .side1 .boxberita{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.beritahome .side1 .boxberita .pic{
    float: left;
    width: 30%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.beritahome .side1 .boxberita .pic .label{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    color: #FFF;
/*    background: #b66418; */
    background: #186AB6;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-family: 'open_sansregular';
}
.picberita {object-fit: cover;}
.beritahome .side1 .boxberita .pic img{
    width: 100%;
    height: 100%;
}
.beritahome .side1 .boxberita .right{
    float: right;
    width: 65%;
}
.beritahome .side1 .boxberita .right .date{
    float: left;
    width: 100%;
    /*color: #b66418;*/
    color: #186AB6;
    font-size: 11px;
    font-family: 'GothamBook';
    margin-bottom: 10px;
}
.beritahome .side1 .boxberita .right .title{
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-family: 'open_sansbold';
    margin-bottom: 10px;
}
.beritahome .side1 .boxberita .right .text{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666666;
    font-family: 'open_sansregular';
    line-height: 1.5em;
    margin-bottom: 20px;
}
.beritahome .side1 .boxberita .right .link{
    float: left;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 11px;
    color: #FFF;
    font-family: 'open_sansbold';
    /*background: #b66418;*/
    background:#186AB6;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.beritahome .side1 .boxberita .right .link:hover{
    background: #000;
}
.beritahome .side2{
    float: right;
    width: 25%;
}
.beritahome .side2 .pic{
    float: left;
    width: 100%;
}
.beritahome .side2 .pic img{
    width: 100%;
}

.galerihome{
    float: left;
    width: 100%;
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.galerihome .toptitle{
    float: left;
    font-size: 22px;
    color: #666666;
    font-family: 'open_sansbold';
    margin-bottom: 30px;
}
.galerihome .bawah{
    float: left;
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.galerihome .bawah .left{
    float: left;
    width: 60%;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.galerihome .bawah .left img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.galerihome .bawah .left:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.galerihome .bawah .left .back{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
.galerihome .bawah .left .back h1{
    float: left;
    width: 90%;
    margin: 5%;
    margin-top: 45%;
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'open_sansbold';
    font-size: 26px;
}
.galerihome .bawah .left .back .tgl{
    float: left;
    width: 90%;
    margin: 5%;
    margin-top: 0%;
    color: #FFF;
    font-family: 'open_sansregular';
    font-size: 12px;
}
.galerihome .bawah .right{
    float: right;
    width: 39.5%;
    height: 420px;
    overflow: hidden;
}
.galerihome .bawah .right .box{
    float: right;
    width: 49.5%;
    height: 209px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}
.galerihome .bawah .right .box:nth-child(odd){
    float: left;
    width: 49.5%;
    height: 209px;
    overflow: hidden;
    position: relative;
}
.galerihome .bawah .right .box img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.galerihome .bawah .right .box:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.galerihome .bawah .right .box .back{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.galerihome .bawah .right .box .back h1{
    float: left;
    width: 90%;
    margin: 5%;
    margin-top: 50%;
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'open_sansbold';
    font-size: 14px;
}
.galerihome .bawah .right .box .back .tgl{
    float: left;
    width: 90%;
    margin: 5%;
    margin-top: 0%;
    color: #FFF;
    font-family: 'open_sansregular';
    font-size: 11px;
}

.maphome{
    float: left;
    width: 100%;
    background: #FFF;
    padding-top: 50px;
}
.maphome .toptitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #666666;
    font-family: 'open_sansbold';
    margin-bottom: 30px;
}

.breadchumb{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF;
    color: #9c9c9c;
    font-family: 'open_sansregular';
    font-size: 13px;
}
.breadchumb a{
    color: #9c9c9c;
}
.breadchumb a.active{
    color: #000;
}

.headermore{
    float: left;
    width: 100%;
    height: 128px;
    overflow: hidden;
    background: url(../images/backheader.png) no-repeat right;
    border-bottom: 1px solid #d9d9d9;
    color: #151515;
    font-size: 36px;
    font-family: 'open_sanssemibold';
}
.headermore .titletop{
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.headermore .pic{
    float: right;
    width: 100%;
    height: 135px;
    margin-right: -250px;
    margin-top: -75px;
    overflow: hidden;
    transform: skew(-20deg);
}
.picheadermore {object-fit: cover;}
.headermore .pic img{
    width: 60%;
    height: 100%;
}

.headermore2{
    float: left;
    width: 100%;
    height: 128px;
    overflow: hidden;
    background: url(../images/backheader2.png) no-repeat right;
    border-bottom: 1px solid #d9d9d9;
}
.headermore2 .titletop{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #151515;
    font-size: 36px;
    font-family: 'open_sanssemibold';
}
.headermore2 .titletop2{
    float: left;
    width: 100%;
    text-align: center;
    color: #6b6663;
    font-size: 15px;
    font-family: 'open_sansregular';
}

.konten{
    float: left;
    width: 100%;
}
.konten .top{
    float: left;
    width: 100%;
    background: #ededed;
    overflow: hidden;
}
/* Style the tab */
.tab {
    float: left;
    width: 30%;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Style the buttons inside the tab */
.tab button {
    float: left;
    width: 70%;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    color: #005faf;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    margin-bottom: 10px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
    border: none;
}
/* Change background color of buttons on hover */
.tab button:hover {
    color: #FFF;
    background: #005faf;
}
/* Create an active/current "tab button" class */
.tab button.active {
    color: #FFF;
    background: #005faf;
}
/* Style the tab content */
.tabcontent {
    float: left;
    width: 70%;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #303030;
    font-family: 'open_sansregular';
    line-height: 1.7em;
}
.tabcontent td{
    padding-bottom: 10px;
}
.tabcontent strong{
    font-family: 'open_sanssemibold';
}
.tabcontent p{
    padding-bottom: 10px;
}
.tabcontent li{
    padding-left: 5px;
    margin-left: 20px;
}
.konten .top .boxfoto{
    float: left;
    width: 23%;
    height: 170px;
    margin: 1%;
    overflow: hidden;
    margin-bottom: 20px;
}
.konten .top .boxfoto .pic{
    float: left;
    width: 90%;
    height: 130px;
    margin-left: 5%;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}
.konten .top .boxfoto .pic img{
    height: 100%;
}
.konten .top .boxfoto .title{
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    color: #303030;
    font-family: 'open_sanssemibold';
}

.konten .top .left{
    float: left;
    width: 30%;
    overflow: hidden;
    margin-top: 50px;
}
.konten .top .left .title{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-family: 'open_sanssemibold';
    font-size: 36px;
    color: #000;
}
.konten .top .left .link{
    float: left;
    width: 70%;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    color: #005faf;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    margin-bottom: 10px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .top .left .link:hover, .konten .top .left .link.active{
    color: #FFF;
    background: #005faf;
}
.konten .top .right{
    float: left;
    width: 70%;
    height: 400px;
    overflow: hidden;
}
.picprofil {object-fit: cover;}
.konten .top .right img{
    width: 100%;
    height: 100%;
}
.konten .bottomprofil{
    float: right;
    width: 70%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.konten .bottomprofil .name{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 15px;
    color: #303030;
    font-family: 'open_sanssemibold';
}
.konten .bottomprofil .text{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #303030;
    font-family: 'open_sansregular';
    line-height: 1.7em;
}
.konten .bottomprofil .text p{
    padding-bottom: 10px;
}
.konten .bottomprofil .text td{
    padding-bottom: 5px;
    padding-right: 10px;
}
.konten .bottomprofil .text li{
    padding-left: 5px;
    margin-left: 20px;
}

.konten .beritadetail{
    float: left;
    width: 65%;
    padding-top: 30px;
    padding-bottom: 60px;
    overflow: hidden;
}
.konten .beritadetail .name{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 25px;
    color: #303030;
    font-family: 'open_sansbold';
}
.konten .beritadetail .share{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.konten .beritadetail .text{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #303030;
    font-family: 'open_sansregular';
    line-height: 1.7em;
}
.konten .beritadetail .text p{
    padding-bottom: 10px;
}
.konten .beritadetail .text td{
    padding-bottom: 5px;
    padding-right: 10px;
}
.konten .beritadetail .text li{
    padding-left: 5px;
    margin-left: 20px;
}
.konten .beritadetail .text img{
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
.konten .beritakanan{
    float: right;
    width: 27%;
    padding-top: 30px;
    overflow: hidden;
}

.konten .beritakanan .boxberitakanan{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.konten .beritakanan .boxberitakanan .right{
    float: left;
    width: 100%;
}
.konten .beritakanan .boxberitakanan .right .date{
    float: left;
    width: 100%;
    /*color: #b66418;*/
    color: #186AB6;
    font-size: 11px;
    font-family: 'GothamBook';
    margin-bottom: 10px;
}
.konten .beritakanan .boxberitakanan .right .title{
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: 'open_sansbold';
    margin-bottom: 10px;
}
.konten .beritakanan .boxberitakanan .right .text{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #666666;
    font-family: 'open_sansregular';
    line-height: 1.5em;
    margin-bottom: 20px;
}
.konten .beritakanan .boxberitakanan .right .link{
    float: left;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 10px;
    color: #FFF;
    font-family: 'open_sansbold';
    /*background: #b66418;*/
    background:#186AB6;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .beritakanan .boxberitakanan .right .link:hover{
    background: #000;
}

.konten .top .rightmore{
    float: left;
    width: 70%;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
.konten .top .rightmore .text{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #303030;
    font-family: 'open_sansregular';
    line-height: 1.7em;
}
.konten .top .rightmore .text strong{
    font-family: 'open_sanssemibold';
}
.konten .top .rightmore .text p{
    padding-bottom: 10px;
}
.konten .top .rightmore .text li{
    padding-left: 5px;
    margin-left: 20px;
}

.konten .siswa{
    float: left;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.konten .siswa .left{
    float: left;
    width: 30%;
    overflow: hidden;
}
.konten .siswa .left .title{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-family: 'open_sanssemibold';
    font-size: 36px;
    color: #000;
}
.konten .siswa .left .link{
    float: left;
    width: 70%;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    color: #005faf;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    box-shadow: inset 0px 0px 0px 1px rgba(0,95,175,1);
    margin-bottom: 10px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .siswa .left .link:hover, .konten .siswa .left .link.active{
    color: #FFF;
    background: #005faf;
}
.konten .siswa .rightmore{
    float: left;
    width: 70%;
    overflow: hidden;
}
.konten .siswa .rightmore .text{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #303030;
    font-family: 'open_sansregular';
    line-height: 1.7em;
}
.konten .siswa .rightmore .text strong{
    font-family: 'open_sanssemibold';
}
.konten .siswa .rightmore .text p{
    padding-bottom: 10px;
}
.konten .siswa .rightmore .text li{
    padding-left: 5px;
    margin-left: 20px;
}
.konten .siswa .rightmore .foto{
    float: left;
    width: 30%;
    height: 200px;
    overflow: hidden;
    margin-right: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.konten .siswa .rightmore .foto .pic{
    float: left;
    width: 100%;
    height: 168px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .siswa .rightmore .foto .pic img{
    width: 100%;
    height: 100%; 
}
.konten .siswa .rightmore .foto .pic:hover{
    opacity: 0.8;
}
.picsiswa {object-fit: cover;}
.konten .siswa .rightmore .foto .nama{
    float: left;
    width: 100%;
    color: #262626;
    font-size: 14px;
    font-family: 'open_sansregular';
}

.konten .bottomslide{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.konten .bottomslide .name{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    font-family: 'open_sansbold';
}
.konten .bottomslide .slidebottom{
    float: left;
    width: 90%;
    margin-left: 5%;
}
#prev2{
    width: 20px;
    height: 32px;
    background: transparent url(../images/kiri.png) no-repeat;
    position: relative;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1;
    margin-left: -2.5%;
    margin-top: -140px;
    float: left;
    opacity: 0.8;
}
#prev2:hover{
    opacity:1;
}
#next2{
    width: 20px;
    height: 32px;
    background: transparent url(../images/kanan.png) no-repeat;
    position: relative;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1;
    margin-right: -2.5%;
    margin-top: -140px;
    float: right;
    opacity: 0.8;
}
#next2:hover{
    opacity:1;
}
.konten .bottomslide .slidebottom .box{
    float: left;
    width: 95%;
    height: 210px;
    overflow: hidden;
    position: relative;
    margin: 2.5%;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .bottomslide .slidebottom .box:hover{
    opacity: 0.8;
}
.konten .bottomslide .slidebottom .box img{
    width: 100%;
    height: 100%;
}
.konten .bottomslide .slidebottom .box .nama{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(182,100,24,0.7);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-family: 'open_sanssemibold';
}

.konten .kurikulum{
    float: left;
    width: 100%;
    text-align: center;
}
.konten .kurikulum .box{
    float: left;
    width: 18%;
    height: 240px;
    margin: 3.5%;
    font-family: 'open_sanssemibold';
    text-align: center;
    font-size: 14px;
    color: #303030;
}
.konten .kurikulum .box .name{
    float: left;
    width: 90%;
    margin-left: 5%;
    text-align: center;
}
.konten .kurikulum .box a .name{
    color: #303030;
}
.konten .kurikulum .box .pic{
    float: left;
    width: 100%;
    height: 182px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.picico {object-fit: contain;}
.konten .kurikulum .box .pic img{
    width: 55%;
    height: 55%;
    margin: 22.5%;
}
/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.headersiswa{
    float: left;
    width: 100%;
    height: 240px;
    overflow: hidden;
    font-size: 36px;
    font-family: 'open_sanssemibold';
    position: relative;
}
.headersiswa .back{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.headersiswa .back .titletop{
    width: 100%;
    text-align: center;
    color: #FFF;
    margin-top: 80px;
}

.konten .sarpras{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: linear-gradient(#FFF 50%, #CCC 100%);
}
.konten .sarpras .kiri{
    float: left;
    width: 45%;
    overflow: hidden;
    margin-top: 40px;
}
.konten .sarpras .kiri .nama{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 28px;
    color: #000;
    font-family: 'open_sansbold';
}
.konten .sarpras .kiri .text{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #303030;
    font-family: 'open_sansregular';
    line-height: 1.7em;
}
.konten .sarpras .kiri .text p{
    padding-bottom: 10px;
}
.konten .sarpras .kiri .text li{
    padding-left: 5px;
    margin-left: 20px;
}
.konten .sarpras .kanan{
    float: right;
    width: 45%;
    overflow: hidden;
}
.konten .sarpras .kanan .pic{
    float: left;
    width: 98%;
    height: 260px;
    padding: 1%;
    background: #FFF;
    position: relative;
}
.picsarpras {object-fit: cover;}
.konten .sarpras .kanan .pic img{
    width: 100%;
    height: 100%;
}

.konten .galeri{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.konten .galeri .foto{
    float: left;
    width: 30%;
    height: 300px;
    overflow: hidden;
    margin-right: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
}
.konten .galeri .foto .pic{
    float: left;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
    position: relative;
}
.konten .galeri .foto .pic img{
    width: 100%;
    height: 100%; 
}
.konten .galeri .foto .pic .back{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
    text-align: center;
}
.konten .galeri .foto .pic .back i{
    margin-top: 30%;
    color: #FFF;
    font-size: 50px;
}
.konten .galeri .foto .pic:hover .back{
    opacity: 1;
}
.picgaleri {object-fit: cover;}
.konten .galeri .foto .nama{
    float: left;
    width: 100%;
    color: #262626;
    font-size: 15px;
    text-align: center;
   font-family: 'GothamBold';
}

.konten .kontak{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.konten .kontak .left{
    float: left;
    width: 40%;
    padding-bottom: 30px;
    background: #f2f2f2;
}
.konten .kontak .left .map{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.konten .kontak .left .alamat{
    float: left;
    width: 85%;
    margin: 7.5%;
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #303030;
    line-height: 1.7em;
}
.konten .kontak .left .alamat strong{
    color: #122d68;
    font-size: 18px;
    font-family: 'open_sansbold';
}
.konten .kontak .right{
    float: right;
    width: 55%;
    margin-top: 60px;
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #464646;
    overflow: hidden;
    padding-bottom: 10px;
}
.konten .kontak .right form{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.konten .kontak .right .input{
    float: left;
    width: 50%;
    padding-left: 2%;
    height: 45px;
    font-family: 'open_sansregular';
    font-size: 14px;
    margin-bottom: 15px;
    color: #464646;
    background: #f2f2f2;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
    box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
}
.konten .kontak .right .input2{
    float: left;
    width: 30%;
    padding-left: 2%;
    height: 45px;
    font-family: 'open_sansregular';
    font-size: 14px;
    margin-bottom: 15px;
    color: #464646;
    background: #f2f2f2;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
    box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
}
.konten .kontak .right textarea{
    float: left;
    width: 70%;
    padding-top: 2%;
    padding-left: 2%;
    height: 160px;
    font-family: 'open_sansregular';
    font-size: 14px;
    margin-bottom: 15px;
    color: #464646;
    background: #f2f2f2;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
    box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
}
.konten .kontak .right .submit{
    float:  left;
    color: #FFF;
    font-size: 14px;
    font-family: 'open_sansbold';
    padding: 13px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background: #006bb6;
    border: none;
    -webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
    transition: background-color 0.5s, color 0.5s, border 0.5s;
}
.konten .kontak .right .submit:hover{
    color: #FFF;
    background: #000;
}

.footertop{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    /*background: #b66418;*/
    background:#186AB6;
}
.footertop .ico{
    float: left;
    width: 10%;
    margin-right: 50px;
}
.footertop .ico img{
    width: 100px;
}
.footertop .side{
    float: left;
    width: 35%;
    margin-right: 5%;
}
.footertop .side .top{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    color: #FFF;
    font-family: 'open_sansbold';
}
.footertop .side .text{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #FFF;
    font-family: 'open_sansregular';
    line-height: 1.5em;
}
.footertop .side .sosmed{
    float: left;
    color: #FFF;
    font-size: 40px;
}
.footertop .side .sosmed a{
    float: left;
    color: #FFF;
    margin-right: 10px;
}

.footerbottom{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-size: 13px;
    font-family: 'open_sansregular';
}

}
@media screen and (min-width:1170px) {
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 1160px;
}
.container_25{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.header-bawah .logo img{
    width: 480px; /* 440px; */
}
#cssmenu > ul > li > a {
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 23px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
}
@media screen and (min-width:990px) and (max-width:1169px) {
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 990px;
}
.container_25{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
.header-bawah .logo img{
     width: 348px;
}
#cssmenu > ul > li > a {
    padding: 20.5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #FFF;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 23px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
}