@font-face {
    font-family: ffOpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: ffOpenSans;
    src: url(../fonts/OpenSans-Semibold.ttf);
    font-weight: bold;
}

body {
  padding: 0;
  margin: 0;
  font-family: ffOpenSans, helvetica, arial;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

/*s:basic*/
.fl { float:left; }
.fr { float:right; }
.block {display: block;}
.inline {display: inline-block;}

/*e:basic*/

/*s:clearfix*/
.clearfix {
  clear: both !important;
  height: 0 !important;
  padding: 0;
  float: none !important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both !important;
  visibility: hidden;
}
* html .clearfix { height: 1%; }  /* Clearfix IE6 */
*:first-child + html .clearfix {  min-height: 1px; } /* Clearfix IE7 */
/*e:clearfix*/

/*s:fontstyle*/
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.italic {font-style: italic;}
/*e:fontstyle*/

/*s:fonttype*/
.arial {  font-family:Arial, Helvetica, sans-serif;}
.tahoma { font-family:Tahoma, Geneva, sans-serif, arial;}
.verdana {  font-family:Verdana, Geneva, sans-serif, arial;}
.helvetica {  font-family:Helvetica, Arial, sans-serif, arial;}
.georgia {  font-family:Georgia, "Times New Roman", Times, serif, arial;}
/*e:fonttype*/

/*s:heading*/
h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  font-weight:normal;
}
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:18px; }
h5 { font-size:15px; }
h6 { font-size:13px; }
/*e:heading*/



/*s:text-align*/
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-justify {text-align: justify;}
/*e:text-align*/


/*s:padding & margin*/
.pd5 {padding: 5px;}
.pd7 {padding: 7px;}
.pd10 {padding: 10px;}
.pd15 {padding: 15px;}
.pd20 {padding: 20px;}
.pd25 {padding: 25px;}
.pd30 {padding: 30px;}

.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}

.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}

.pt5 {padding-top:5px;}
.pt10 { padding-top:10px;}
.pt15 { padding-top:15px;}
.pt20 { padding-top:20px;}
.pt25 { padding-top:25px;}
.pt30 { padding-top:30px;}

.pb5 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb25 { padding-bottom:25px;}
.pb30 { padding-bottom:30px;}

.m0 {margin: 0 !important;}
.p0 {padding: 0 !important;}

.m5 {margin: 5px;}
.m10 {margin: 10px;}
.m15 {margin: 15px;}
.m20 {margin: 20px;}
.m25 {margin: 25px;}
.m30 {margin: 30px;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
/*e:padding & margin*/



#header {
  position: fixed;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 60px;
}
#header .menu_share {
  display: none;
}
.arrow_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3000;
  height: 65px;
  opacity: 0.5;
  cursor: pointer;
}
.arrow_top img {
  height: 100%;
}
.arrow_top:hover {
  opacity: 1;
}
#header .share {
  padding-right: 30px
}
#header .share img {
  height: 40px;
  padding: 8px 0;
}
#header .nav a {
  padding: 2px;
  float: left;
}
#header .nav .fab {
  border-left:1px solid rgba(255,255,255,0.3);
  padding: 8px;
  margin-top: 5px;
}

#position-block {
  position: fixed;
  z-index: 1000;
  color: white;
}
.logo_top {
  display: inline-block;
  margin: 30px 0;
}
.title_logo {
  display: inline-block;
  margin: 30px 0;
}
.index_menu {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  width: 60px;
  display: inline-block;
  text-align: center;
  padding: 3px;
}

h1 {
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 69px;
  line-height: 78px;
  padding: 20px 0px 10px 20px;
  margin: 0;
}

p {
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 15px;
  line-height: 28px;
  margin-top: 0px;
  text-align: justify;
}

article {
  position: relative;
  -moz-box-shadow: black 0px 0px 15px;
  -webkit-box-shadow: black 0px 0px 15px;
  box-shadow: black 0px 0px 15px;
  min-height: 800px;
  background-color: #000;
  background-size: cover;
  color: #fff;
}
article header {
  padding-top: 30px;
}
article .content {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  padding: 0 20px 60px 20px;
}
article .container {
  max-width: 900px;
  margin: 0 auto;
}

section:nth-child(even) article {
  background-color: #404040;
}
section:nth-child(odd) article {
  background-color: #292929;
}
/*section article .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}*/
section article .pic {
  display: inline-block;
  position:  absolute;
  width: 50%;
  overflow: hidden;
  right: 0;
  height: 100%;
}
/*section article .pic:before{
  content: "";
  display: block;
}*/
section article .text {
  left: 0;
  width: 50%;
  height: 100%;
  position: absolute;
}
section article .text .isi {
  padding: 80px 50px 50px 50px;
}
section article .text .title {
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  margin-bottom: 20px;
}
section article .text .title .no {
  font-size: 8em;
  color: rgba(255,255,255,0.5);
  font-weight: bold;
  letter-spacing: -8px;
  float: left;
  margin-right: 20px;

}
section article .text .title .nama {
  font-size: 2.7em;
  display: inline-block;
  width: calc(100% - 170px);
  line-height: 100%;
  vertical-align: middle;
  font-weight: normal;
}

section:nth-child(odd) article .pic {
  right: none;
  left: 0;
}
section:nth-child(odd) article .text {
  left: 50%;
}

.btn_go {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 999999;
}
.btn_go:hover {
  background: rgba(255,255,255,0.2);
}

.panel {
  position: relative;
  width: 100%;
}
.welcome {
  position: relative;
  z-index: 4000 !important;
}
.welcome article {
  background-image: url(../images/welcome.jpg);
}

.btn_next {
  background-color: rgba(255,255,255,0.4);
  color: #fff;
  font-weight: bold;
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 110px;
  vertical-align: middle;
  text-align: center;
  z-index: 999999;
  position: absolute;
  bottom:50px;
  left:50%;
  margin-left: -60px;
}
.btn_next:hover {
  background: rgba(255,255,255,0.5);
}
.btn_next span {
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
}
.btn_next2 {
  background-color: rgba(0,0,0,0.4);
}
.btn_next2:hover {
  background-color: rgba(0,0,0,0.7);
}
.share {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.share_wp {
  padding: 20px;
  right: 0;
}
.share a {
  text-decoration: none;
  opacity: 0.6;
}
.share a:hover {
  opacity: 1;
}



.img_con{
  /* Positioning */
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  /* Styling */
  background: black;
  text-align: center;
  vertical-align: center;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}
.img_con img {
  height: 100%;
}
.img_con span{
  font-weight: bold;
  font-size: 3em;
  display: block;
}

/*S:MODAL BOX*/
.box_modal {
  cursor: pointer;
}
.pop_box {
  background: rgba(0,0,0,0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999999;
  font-family: ffOpenSans, helvetica, arial;
  color: #fff;
}
.pop_box .pop_box_content {
  padding: 20px;
  width: calc(100% - 10px);
  height: 90%;
  position: relative;
  margin: 0 auto;
}
.pop_box iframe {
  position: relative;
}
.close_box, 
.close_box_style {
  position: absolute;
  right: 40px;
  top: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-weight: bold;
  background: red;
  cursor: pointer;
  border-radius: 100px;
  font-size: 22px;
  border: 3px solid #fff;
  color: #fff;
}
.close_box:hover, 
.close_box_style:hover {
  background: #000;
}
.pop_box_content .jdl {
  font-size: 42px;
  font-weight: bold;
}
.list_index a{
  background: #000;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  float: left;
  width: calc(25% - 55px);
  height: 50px;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
  line-height: 100%;
  margin: 10px;
  border: 1px solid #3c3c3c;
}
.list_index a .pic {
  height: 50px;
  width: 50px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.list_index a:hover {
  border-color: #fff;
}
/*E:MODAL BOX*/

/*s:detail*/
.detail {
  background: #fff;
}
.detail_kiri {
  float: left;
  width: 620px;
  font-size: 13px;
  padding: 20px;

}
.detail_head {
  background: #e9e9e9;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
}
.detail_head .date {
  font-size: 0.9em;
  color: #747474;
}
.detail_head .subjdl {
  font-weight: bold;
  font-weight: 1.1em;
  color: red;
}
.detail_head .jdl {
  font-weight: bold;
  font-size: 2em;
  line-height: 120%;
}
.detail_kiri .pic_detail {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 11px;
  color: #747474;
}
.detail_kiri .pic_detail2 {
  width: 300px;
  float: left;
  margin-right: 20px;
}
.detail_kiri .pic_detail img {
  width: 100%;
  display: block;
}
.detail_kiri .text_detail {
  padding-bottom: 20px;
}

.detail_kanan {
  float: right;
  width: 300px;
  padding: 20px 20px 20px 0;
}
.detail_kanan .banner_reg {
  display: block;
  margin-bottom: 20px;
}
.close_box_in {
  position: fixed;
  top: 0;
  right: 0;
  background: red;
  color: #fff;
  width: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 4px 0;
  cursor: pointer;
}
.close_box_in:hover {
  background: #ad0000;
}

.komentar_msite {
  display: none;
}
.articleshare_new {
  padding-top: 15px;
  border-top: 4px solid #e8e8e8;
}
.articleshare_new a {
  color: #fff !important;
  padding: 2px 5px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #5F5F5F;
  font-size: 18px;
  text-decoration: none;
}
.articleshare_new a:hover {
  opacity: 0.8;
}
.articleshare_new img {
  vertical-align: middle;
}
.articleshare_new span {
  border-left: 1px solid rgba(255,255,255,0.5);
    line-height: 2;
    margin: 0 0 0 5px;
    padding: 5px 5px 5px 10px;
}
.articleshare_new .tw {
  background: #1DA8E2;
}
.articleshare_new .gplus {
  background: #D54823;
}
.articleshare_new .fb {
  background: #1E4187;
}
.author {
  color: #666666;
  font-size: 0.9em;
}
.detail_text a {
  font-weight: bold;
  color: #003d91;
  text-decoration: none;
}
.detail_text ul,
.detail_text ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.detail_text table {
  width: 100%;
}
.header_detail {
  display: none;
}
.header_detail img {
  max-width: 100%;
}
#bacajugabox {
  margin: 10px 0;
  border-bottom:3px solid #f0f0f0;
  padding-bottom: 10px;
}
.title_new {
  background: #f0f0f0;
  margin-bottom: 10px;
  font-size: 14px;
}
.title_new.border {
  border: 1px solid red;
}
.title_new strong {
  display: inline-block;
  padding: 5px 10px;
  background: red;
  color: #fff;
  text-transform: uppercase;
}
.list_bc a{
  display: inline-block;
  width: 47%;
  height: 240px;
  margin-right: 15px;
  float: left;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
.list_bc a:last-child {
  margin-right: 0 !important;
  background: #000;
}
.list_bc a:hover {
  background: #f5f5f5;
  color: red;
}
.list_bc a .pic {
  width: 100%;
  height: 179px;
  overflow: hidden;
  background: #ccc;
  text-align: center;
  margin-right: 10px;
  display: block;
  margin-bottom: 5px;

}
.list_bc a .pic img {
  width: 100%;
}
/*e:detail*/

.newstag {
  font-weight: bold;
  padding-bottom: 20px;
}
.newstag a {
  color: yellow;
  text-decoration: none;
}
.newstag a:hover {
  text-decoration: underline;
}
.newstag_detail {
  padding: 20px 0;
}
.newstag_detail a {
  color: red;
}

.box_upclose {
  background: #f0f0f0;
}
.box_upclose .title{
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
}
.box_upclose .list_buc a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #e5e4e4;
  color: #515151;
}
.box_upclose .list_buc a:hover {
  background: #e5e4e4;
}
.box_upclose .list_buc a .pic {
  float: left;
  width: 100px;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
  text-align: center;
  background: #000;
}
.box_upclose .list_buc a .pic img {
  height: 100%;
}
.box_upclose .list_buc a h3 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.box_upclose .btn_more {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  display: block;
  text-decoration: none;
}
.box_upclose .btn_more:hover {
  opacity: 0.8;
}
.box_upclose2 {
  display: none;
}


@media only screen and (max-width : 800px) {
  body {
    font-size: 15px;
  }
  #header .menu_share {
    display: block;
    padding: 0 10px;
  }
  #header .menu_share.active {
    background: rgba(0,0,0,0.9);
  }
  #header .list_share {
    display: none;
    position: fixed;
    top: 60px;
    background: rgba(0,0,0,0.9);
    padding: 10px;
  }
  #header .list_share a {
    display: block;
    opacity: 1
  }
  .title_logo {
    width: 90%;
    margin: 20px 0;
  }
  .logo_top {
    margin: 10px 0;
  }
  section article .text .title {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  section article .text .title .no {
    font-size: 3em;
    letter-spacing: -5px;
  }
  section article .pic,
  section:nth-child(odd) article .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  section article .text,
  section:nth-child(odd) article .text {
    width: 100% !important;
    position: relative;
    left: 0;
  }
  section article .text .title .nama{
    font-size: 1.5em;
    width: calc(100% - 80px);
    padding: 5px;
  }
  section article .text .isi {
    padding: 15px;
  }
  .btn_next {
    bottom: 0;
    width: 100px;
    height: 100px;
    line-height: 90px;
    position: relative;
    left: 20px;
  }
  .btn_next2 {
    font-size: 1.2em;
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 80px;
    bottom: 0px;
    position: relative;
    margin-bottom: 20px;
  }
  .share_wp {
    width: calc(100% - 40px);
    text-align: center;
    position: relative;
  }
  .share_wp a {
    width: 30px;
  }
  .arrow_top {
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
  .pop_box .pop_box_content {
    width: calc(100% - 40px);
    top:0;
  }
  .pop_box_content .jdl {
    font-size: 22px;
  }
  .close_box {
    top: 5px;
    right: 10px;
  }
  .list_index {
    overflow-y: scroll;
    height: calc(100% - 100px);
    margin-top: 15px;
  }
  .list_index a {
    width: calc(100% - 40px);
    margin: 2px 0;
    display: block;
  }
  section article .pic:before{
    content: "";
    display: block;
  }
  .ratio:before{
    padding-top: 70%;
  }
}
@media only screen and (min-height : 900px) {
  body {
    font-size: 22px;
  }
  .btn_next2 {
    font-size: 1.5em;
    width: 100px;
    height: 100px;
    line-height: 90px;
  }
  section article .text .title .no {
    font-size: 4em;
    letter-spacing: -5px;
  }
  section article .text .title .nama{
    font-size: 1.5em;
    width: calc(100% - 120px);
  }
  section article .text .title {
    margin-bottom: 30px !important;
  }
  .btn_next2 {
    font-size: 1.1em;
  }
  .list_index a {
    height: 100px;
    font-size: 1.2em;
  }
  .list_index a .pic{
    height: 100px;
    width: 100px;
    margin-right: 20px;
  }
  .pop_box .pop_box_content {
    width: 900px;
  }
}
@media only screen and (max-width : 610px) {
  .komentar_desktop {
    display: none;
  }
  .komentar_msite {
    display: block;
  }
  .detail_kanan {
    display: none;
  }
  .detail_head {
    padding-top: 70px;
  }
  .detail_kiri {
    clear: both;
    width: auto;
    padding: 0;
  }
  .close_box_in {
    display: none;
  }
  .header_detail {
    background:rgba(0, 0, 0, 0.7) !important;
    display: block;
  }
  .header_detail .nav .back {
    float: left;
    height: 30px;
    padding: 10px !important;
    display: inline-block;
  }
  .header_detail .nav .back img {
    height: 100%;
  }
  .header_detail .share {
    right: 0;
    padding-right: 0 !important;
  }
  .detail_head .jdl {
    font-size: 1.6em;
  }
  .detail_text {
    padding: 10px;
  }
  .pic_detail span {
    display: block;
    padding: 5px 10px;
  }
  .detail_kiri .pic_detail2 {
    width: 100%;
  }
  .articleshare_new {
    display: none;
  }
  .detail_text img {
    width: 100%;
  }
  #header .nav .fab {
    display: none;
  }
  .list_bc a {
    width: 100%;
    margin-right: 0;
  }
  .box_upclose2 {
    display: block;
  }
  .box_upclose .list_buc a .pic img {
    height: 100%;
    width: auto;
  }
}








