@charset "utf-8";
/* CSS Document */
@media screen and (min-width:0px) and (max-width:998px){
.google-auto-placed {
	display: none !important;
}	
nav.menumobi{
	position: relative;
	z-index: 2;
}
#menuToggle {
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}
#menuToggle input{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
#menuToggle span{
  display: flex;
  width: 29px;
  height: 2px;
  z-index: 1;
  margin-bottom: 5px;
  position: relative;
  background: #FFF;
  border-radius: 3px;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menumobi{
}

*{
  	box-sizing: border-box;
}
.container_24{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}	
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}
body{
	margin: 0;
	background: #FFF;
}
.header_top{
	float: left;
	width: 100%;
	padding: 2.5%;
	overflow: hidden;
	background: #444;
	font-family: 'open_sanssemibold';
	font-size: 12px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.header_top .logo{
	display: none;
}
.header_top .cari{
	display: none;
}
.header_top .banner{
	float: left;
	width: 100%;
	overflow: hidden;
	background: #212121;
}
.header_top .banner img{
	width: 100%;
	height: 100%;
}

#navbar {
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  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);
}
.sticky + .content {
  padding-top: 60px;
}

.menu_top{
	width: 100%;
	padding: 2.5%;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	background: #3f3f3f;
}
.menu_top .logo_mob{
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.menu_top .logo_mob img{
	width: 150px;
}
.menu_top .search{
	position: absolute;
	right: 0;
	top: -4px;
	background: #FFF;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	color: #c10c04;
	z-index: 1;
}
.menu_top .search i{
	margin-top: 10px;
}
#menu {
	display: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  position: relative;
  background: #FFF;
  float: left;
  margin-left: 2.5%;
  border: none;
  border-radius: 3px;
  width: 95%;
  padding: 2.5%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.2s;
  animation-name: animatetop;
  animation-duration: 0.2s;
}
.modal-content .box{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(226,226,226,1);;
}
.modal-content .box .title{
	float: left;
	width: 100%;
	font-family: 'open_sansbold';
	color: #000;
	font-size: 14px;
}
.modal-content .box .link{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 10px;
	font-family: 'open_sanssemibold';
	font-size: 13px;
	list-style: none;
	color: #000;
}
.modal-content .box .link a{
	color: #000;
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.video_home{
	width: 100%;
	float: left;
	padding: 3%;
	/*background: #003399;*/
	background: #fff;
	border-bottom: 10px solid #FFF;
}
.video_home .text{
	float: left;
	width: 100%;
}
.video_home .text .label{
	float: left;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	background: #c10c04;
	font-family: 'open_sanssemibold';
	font-size: 11px;
	color: #FFF;
	margin-bottom: 10px;
}
.video_home .text p{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'open_sanssemibold';
	font-size: 15px;
	color: #353434;
	line-height: 1.5em;
}
.video_home .video{
	float: right;
	width: 100%;
}

.banner_two{
	float: left;
	width: 100%;
	padding: 2.5%;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	text-align: center;
}
.banner_two img{
	width: 100%;
	height: 100%;
}
.banner_three{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}
.banner_three img{
	width: 100%;
	max-width: 560px;
	height: 100%;
}
.banner_four{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}
.banner_four img{
	width: 100%;
	max-width: 160px;
	height: 100%;
}
.banner_five{
	float: left;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}
.banner_five img{
	width: 100%;
	max-width: 350px;
	height: 100%;
}

.banner_side_left{
	display: none;
}
.banner_side_right{
	display: none;
}

.news_slide_home{
	float: left;
	width: 100%;
	background: #FFF;
}
.news_slide_home .box{
	float: left;
	width: 80%;
	margin: 10%;
}
.news_slide_home .box .pic{
	float: left;
	width: 30%;
	height: 70px;
	overflow: hidden;
	border-radius: 5px;
}
.news_slide_home .box .pic img{
	width: 100%;
	height: 100%;
}
.news_slide_home .box .desc{
	float: left;
	width: 60%;
	height: 70px;
	margin-left: 5%;
	overflow: hidden;
}
.news_slide_home .box .desc .title{
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	color: #000;
	overflow: hidden;
}
.news_slide_home .box .desc .name{
	float: left;
	width: 100%;
	height: 18px;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #000;
	overflow: hidden;
}
.customNavigation{
	float: left;
	width: 100%;
	margin-top: -118px;
}
.customNavigation i{
	margin-top: 25px;
}
#prev1{
	width: 22px;
  height: 70px;
  background: #FFF;
  font-size: 16px;
  color: #000;
  position: relative;
  cursor: pointer;
  z-index: 1;
  float: left;
  margin-left: 0px;
  text-align: center;
}
#prev1:hover{
  opacity:0.9;
}
#next1{
	width: 22px;
  height: 70px;
  background: #FFF;
  font-size: 16px;
  color: #000;
  position: relative;
  cursor: pointer;
  z-index: 1;
  float: right;
  margin-right: 0px;
  text-align: center;
}
#next1:hover{
  opacity:0.9;
}

.news_area_home{
	float: left;
	width: 100%;
	background: #FFF;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.news_area_home .terkini{
	float: left;
	width: 92%;
	margin: 4%;
}
.news_area_home .terkini .title_top{
	float: left;
	width: 100%;
	position: relative;
	font-size: 22px;
	color: #3a3a3a;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	margin-bottom: 25px;
}
.news_area_home .terkini .title_top:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 200px;
	height: 1.5px;
	background: #3a3a3a;
}
.news_area_home .terkini .pic{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}
.news_area_home .terkini .pic img{
	width: 100%;
	height: 100%;
}
.news_area_home .terkini .pic .label{
	position: absolute;
	left: 0;
	top: 10px;
	font-family: 'open_sanssemibold';
	color: #FFF;
	font-size: 12px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fa3137;
}
.news_area_home .terkini .pic .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3%;
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.5);
}
.news_area_home .box{
	float: left;
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news_area_home .box .pic{
	float: left;
	width: 35%;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
}
.news_area_home .box .pic img{
	width: 100%;
	height: 100%;
}
.news_area_home .box .desc{
	float: right;
	width: 62%;
	height: 100px;
	overflow: hidden;
}
.news_area_home .box .desc .title{
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 8px;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	color: #000;
	overflow: hidden;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.news_area_home .box .desc .title:hover{
	color: #444444;
}
.news_area_home .box .desc .name{
	float: left;
	width: 100%;
	height: 34px;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #222222;
	overflow: hidden;
	margin-bottom: 6px;
}
.news_area_home .box .desc .date{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 11px;
	color: #222222;
}
.news_area_home .terkini .video{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.news_area_home .terkini .video .title_top{
	float: left;
	width: 100%;
	position: relative;
	font-size: 22px;
	color: #3a3a3a;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	margin-bottom: 25px;
}
.news_area_home .terkini .video .title_top:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 200px;
	height: 1.5px;
	background: #3a3a3a;
}
.news_area_home .terkini .video .grid{
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
.news_area_home .terkini .video .grid > div{
  text-align: left;
}
.news_area_home .terkini .video .box{
	float: left;
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	background: #000;
	margin-bottom: 0px;
}
.news_area_home .terkini .video .box img{
	width: 100%;
	height: 100%;
}
.news_area_home .terkini .video .box .play{
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 50px;
}
.news_area_home .terkini .video .box .label{
	position: absolute;
	left: 0;
	top: 5px;
	font-family: 'open_sanssemibold';
	color: #FFF;
	font-size: 11px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	background: #9f569f;
}
.news_area_home .terkini .video .box .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 4%;
	font-family: 'open_sanssemibold';
	color: #FFF;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.5);
}
.news_area_home .trending{
	float: left;
	width: 100%;
	padding: 4%;
	overflow: hidden;
	-webkit-box-shadow: inset 1px 0px 0px 0px rgba(226,226,226,1);
	-moz-box-shadow: inset 1px 0px 0px 0px rgba(226,226,226,1);
	box-shadow: inset 1px 0px 0px 0px rgba(226,226,226,1);
}
.news_area_home .trending .title_trending{
	float: left;
	width: 100%;
	position: relative;
	font-size: 18px;
	color: #3a3a3a;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	margin-bottom: 20px;
}
.news_area_home .trending .title_trending:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: #3a3a3a;
}
.news_area_home .trending .box_trending{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(226,226,226,1);
}
.news_area_home .trending .box_trending .title{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'open_sanssemibold';
	color: #000;
	font-size: 14px;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.news_area_home .trending .box_trending .title:hover{
	color: #a5a5a5;
}
.news_area_home .trending .box_trending .date{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	color: #a5a5a5;
	font-size: 12px;
}
.news_area_home .right_news{
	float: right;
	width: 100%;
	background: #444444;
	overflow: hidden;
}
.news_area_home .right_news .hot_topic{
	float: left;
	width: 100%;
	padding: 5%;
	overflow: hidden;
}
.news_area_home .right_news .hot_topic .title_top{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #4e4e4e;
	font-size: 20px;
	color: #FFF;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	margin-bottom: 30px;
	position: relative;
}
.news_area_home .right_news .hot_topic .title_top:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 40px;
	height: 1px;
	background: #FFF;
}
.news_area_home .right_news .hot_topic .title_top i{
	float: right;
	margin-top: 3px;
	color: #4e4e4e;
}
.news_area_home .right_news .hot_topic .side{
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
.news_area_home .right_news .hot_topic .side .box_hot{
	float: left;
	width: 20%;
	text-align: right;
	font-family: 'open_sansregular';
	color: #9f9f9f;
	font-size: 12px;
}
.news_area_home .right_news .hot_topic .side .box_hot b{
	color: #FFF;
	font-weight: normal;
	font-family: 'open_sanssemibold';
}
.news_area_home .right_news .hot_topic .side .box_hot:nth-child(3n+2){
	float: left;
	width: 8%;
	margin-left: 4%;
	margin-right: 4%;
	text-align: center;
	position: relative;
	height: 80px;
	overflow: hidden;
}
.news_area_home .right_news .hot_topic .side .box_hot:nth-child(3n+2) .circle{
	float: right;
	width: 12px;
	height: 12px;
	margin-right: 7px;
	border-radius: 50%;
}
.news_area_home .right_news .hot_topic .side .box_hot:nth-child(3n+2):before{
	content: "";
	position: absolute;
	left: 48%;
	top: 14px;
	width: 2px;
	height: 100%;
	background: #595959;
}
.news_area_home .right_news .hot_topic .side .box_hot:nth-child(3n+3){
	float: left;
	width: 58%;
	text-align: left;
}
.news_area_home .right_news .hot_topic .side .box_hot:nth-child(3n+3) .category_title{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'open_sanssemibold';
	font-size: 13px;
}
.news_area_home .right_news .hot_topic .side .box_hot:nth-child(3n+3) .title{
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
	color: #FFF;
	font-family: 'open_sanssemibold';
	font-size: 13px;
}
.news_area_home .right_news .chart{
	float: left;
	width: 100%;
	padding: 5%;
	background: #54878a;
}
.news_area_home .right_news .chart .title_top{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #5d8e92;
	font-size: 20px;
	color: #FFF;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
}
.news_area_home .right_news .chart .title_top:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 40px;
	height: 1px;
	background: #FFF;
}
.news_area_home .right_news .chart .side{
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #73a0a3;
}
.news_area_home .right_news .chart .side .box_chart{
	float: left;
	width: 16%;
	margin-right: 5%;
	text-align: left;
	color: #bececd;
	font-size: 25px;
	margin-top: 5px;
}
.news_area_home .right_news .chart .side .box_chart:nth-child(3n+2){
	float: left;
	width: 60%;
	margin-right: 0;
	text-align: left;
	margin-top: 0px;
}
.news_area_home .right_news .chart .side .box_chart:nth-child(3n+2) .title{
	float: left;
	width: 100%;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	font-size: 18px;
	line-height: 1.1em;
	color: #FFF;
	margin-bottom: 5px;
}
.news_area_home .right_news .chart .side .box_chart:nth-child(3n+2) .singer{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #bececd;
}
.news_area_home .right_news .chart .side .box_chart:nth-child(3n+3){
	float: right;
	width: 10%;
	padding-right: 0%;
	text-align: right;
	font-size: 30px;
}
.news_area_home .right_news .viral{
	float: left;
	width: 100%;
	padding: 5%;
}
.news_area_home .right_news .viral .title_top{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #4e4e4e;
	font-size: 20px;
	color: #FFF;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	margin-bottom: 15px;
	position: relative;
}
.news_area_home .right_news .viral .title_top:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 40px;
	height: 1px;
	background: #FFF;
}
.news_area_home .right_news .viral .box_viral{
	float: left;
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #616161;
}
.news_area_home .right_news .viral .box_viral .side{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 5px;
}
.news_area_home .right_news .viral .box_viral .side img{
	width: 100%;
	height: 100%;
}
.news_area_home .right_news .viral .box_viral .side .top_side{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'open_sansregular';
	font-size: 11px;
}
.news_area_home .right_news .viral .box_viral .side .top_side .date{
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	color: #a1a1a1;
	border-right: 1px solid #616161;
}
.news_area_home .right_news .viral .box_viral .side .title{
	float: left;
	width: 100%;
	font-family: 'open_sanssemibold';
	color: #FFF;
	font-size: 14px;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.news_area_home .right_news .viral .box_viral .side .title:hover{
	color: #a5a5a5;
}
.news_area_home .right_news .serba{
	float: left;
	width: 100%;
	padding: 5%;
}
.news_area_home .right_news .serba .slide_serba{
	float: left;
	width: 100%;
}
.news_area_home .right_news .serba .title_top{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #4e4e4e;
	font-size: 20px;
	color: #FFF;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	margin-bottom: 15px;
	position: relative;
}
.news_area_home .right_news .serba .title_top:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 40px;
	height: 1px;
	background: #FFF;
}
.news_area_home .right_news .serba .pic_top{
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	border-radius: 5px;
}
.news_area_home .right_news .serba .pic_top img{
	width: 100%;
	height: 100%;
}
.news_area_home .right_news .serba .text{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	color: #a1a1a1;
	font-size: 13px;
	line-height: 1.5em;
}
.news_area_home .detail_news{
	float: left;
	width: 100%;
	padding: 4%;
}
.news_area_home .detail_news .top_link{
	float: left;
	width: 100%;
	margin-bottom: 40px;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #666666;
}
.news_area_home .detail_news .top_link i{
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
}
.news_area_home .detail_news .top_link a{
	color: #666666;
}
.news_area_home .detail_news .category_label{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'open_sansbold';
	font-size: 17px;
}
.news_area_home .detail_news .news_title{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'open_sansbold';
	font-size: 28px;
	color: #3a3a3a;
}
.news_area_home .detail_news .date{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #a59999;
}
.news_area_home .detail_news .text{
	float: left;
	width: 100%;
	line-height: 1.8em;
	margin-bottom: 20px;
	font-family: 'open_sansregular';
	font-size: 15px;
	color: #222222;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.news_area_home .detail_news .text p{
	padding-bottom: 20px;
}
.news_area_home .detail_news .text li{
	padding-left: 0px;
	margin-left: 20px;
}
.news_area_home .detail_news .share{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.news_area_home .detail_news .more_news{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.news_area_home .detail_news .more_news .title{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'open_sansbold';
	font-size: 22px;
	color: #ce3a40;
}
.news_area_home .detail_news .more_news .grid_news{
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.news_area_home .detail_news .more_news .grid_news > div{
  text-align: left;
}
.news_area_home .detail_news .more_news .grid_news .box_one{
	float: left;
	width: 100%;
	max-width: 210px;
	height: 190px;
	margin-bottom: 10px;
	overflow: hidden;
}
.news_area_home .detail_news .more_news .grid_news .box_one .pic{
	float: left;
	width: 100%;
	height: 90px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.news_area_home .detail_news .more_news .grid_news .box_one .pic img{
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.news_area_home .detail_news .more_news .grid_news .box_one:hover .pic img{
	transform: scale(1.2);
}
.news_area_home .detail_news .more_news .grid_news .box_one .title_news{
	float: left;
	width: 100%;
	height: 80px;
	overflow: hidden;
	font-family: 'open_sansbold';
	font-size: 16px;
	color: #000;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.news_area_home .detail_news .more_news .grid_news .box_one:hover .title_news{
	color: #ce3a40;
}
.news_area_home .detail_news .more_news .title_terkait{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'open_sansbold';
	font-size: 18px;
	color: #ce3a40;
}
.news_area_home .detail_news .more_news .grid_terkait{
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
  margin-bottom: 0px;
}
.news_area_home .detail_news .more_news .grid_terkait > div{
  text-align: left;
}
.news_area_home .detail_news .more_news .grid_terkait .box_two{
	float: left;
	width: 100%;
	height: 50px;
	font-family: 'open_sanssemibold';
	color: #1e1e1e;
	font-size: 15px;
	overflow: hidden;
	border-bottom: 1px solid rgba(218, 218, 218, 0.3);
	-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news_area_home .detail_news .more_news .grid_terkait .box_two:hover{
	color: #c72026;
}
.news_area_home .detail_news .more_news .grid_terkait .box_two p{
	float: left;
	width: 100%;
	height: 37px;
	overflow: hidden;
}

.cari_page{
	float: left;
	width: 100%;
	padding: 4%;
	position: relative;
	padding-bottom: 200px;
	background: #FFF;
	-webkit-box-shadow: inset 0px -5px 3px -2px rgba(64,64,64,0.1);
	-moz-box-shadow: inset 0px -5px 3px -2px rgba(64,64,64,0.1);
	box-shadow: inset 0px -5px 3px -2px rgba(64,64,64,0.1);
}
.cari_page .logo{
	float: left;
	width: 100%;
	margin-top: 100px;
	text-align: center;
	margin-bottom: 10px;
}
.cari_page .logo img{
	width: 100%;
	max-width: 250px;
}
.cari_page .box{
	float: left;
	width: 100%;
	padding: 3%;
	background: #003399;
	position: relative;
}
.cari_page .box .input{
	float: left;
	width: 100%;
	padding: 3%;
	background: #FFF;
	border-radius: 8px;
	border: none;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #000;
}
.cari_page .box button{
	position: absolute;
	right: 15px;
	top: 18px;
	background: none;
	color: #000;
	border: none;
	font-size: 16px;
}

.footer{
	width: 100%;
	padding: 4%;
	float: left;
	background: #FFF;
	padding-bottom: 15px;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #838383;
}
.footer .side{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}
.footer .side .logo{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.footer .side .logo img{
	width: 180px;
}
.footer .side .about{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	color: #838383;
}
.footer .side .about a{
	color: #838383;
	margin-right: 10px;
}
.footer .side .about .title{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'open_sansbold';
	font-size: 14px;
	color: #000;
}
.footer .side .about .text{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #838383;
	line-height: 1.5em;
}
.footer .side .link{
	float: right;
	width: 100%;
}
.footer .side .link .title{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'open_sansbold';
	font-size: 14px;
	color: #000;
}
.footer .side .link .grid{
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
}
.footer .side .link .grid > div{
  text-align: left;
}
.footer .side .link .url{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #838383;
	margin-bottom: 5px;
}
.footer .side .link .url:hover{
	color: #000;
}
#menubottom,
#menubottom ul,
#menubottom ul li,
#menubottom ul li a,
#menubottom {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menubottom > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menubottom #menu-button {
  display: none;
}
#menubottom {
  display: none;
}
#menubottom:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
}
#menubottom > ul > li {
  float: left;
}
#menubottom > ul > li > a {
  padding: 18px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #232323;
  transition: all 0.3s background 0s; 
  -webkit-transition: all 0.5s background 0s;
}
#menubottom > ul > li:nth-child(1) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #232323;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
#menubottom > ul > li:nth-child(2) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ee3533;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
#menubottom > ul > li:nth-child(3) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #4ea3ff;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
#menubottom > ul > li:nth-child(4) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #bba653;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
#menubottom > ul > li:nth-child(5) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cc61cb;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
#menubottom > ul > li:nth-child(6) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #74edff;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
#menubottom > ul > li:nth-child(7) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #53995b;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
#menubottom > ul > li:hover > a::after{
	background: #cf270e;
}

.space{
	float: left;
	width: 100%;
	height: 20px;
}
.paging{
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.paging ul{
  float: left;
  width: 100%;
}
.paging li{
  float: left;
  list-style: none;
  margin-right: 5px;
}
.paging li a{
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 2px solid #232325;
  background: #232325;
  color: #FFF;
  font-size: 15px;
  line-height: 2em;
  font-family: 'open_sanssemibold';
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.paging li a:hover, .paging li a.active{
  border: 2px solid #ce2927;
  background: #ce2927;
  color: #FFF;
}
}