@charset "utf-8";
/* CSS Document */
@media screen and (min-width:999px){
.google-auto-placed {
	display: none !important;
}	
*{
  box-sizing: border-box;
}
.container_24{
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}	
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 32px;
}
nav.menumobi{
	display: none;
}
.menu_top .logo_mob{
	display: none;
}
.menu-mobile{
	display: none;
}
#menumob{
	display: none;
}	
.search{
	display:none;
}
.modal, .modal-content, .cari_page{
	display:none;
}
body{
	margin: 0;
	background: #FFF;
}
.header_top{
	float: left;
	width: 100%;
	height: 157px;
	overflow: hidden;
	background: #444;
	font-family: 'open_sanssemibold';
	font-size: 12px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.header_top .logo{
	float: left;
	margin-top: 57px;
}
.header_top .logo img{
	max-width: 280px;
	width: 100%;
}
.header_top .cari{
	float: left;
	width: 22%;
	margin-left: 80px;
	margin-top: 60px;
	position: relative;
}
.header_top .cari .input{
	width: 100%;
	float: left;
	height: 40px;
	border: none;
	border-radius: 20px;
	padding: 8px;
	background: #444;
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 13px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5);
}
.header_top .cari button{
	position: absolute;
	right: 5px;
	top: 12px;
	background: none;
	color: #919191;
	border: none;
	font-size: 15px;
}
.header_top .banner{
	float: right;
	width: 301px;
	height: 157px;
	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%;
	float: left;
	background: #3f3f3f;
}
#menu {
	float: left;
  width: 100%;
  position: relative;
  z-index: 5;
  font-family: 'open_sanssemibold';
  text-transform: uppercase;
  clear: both;
}
ul#nav {
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
}
ul#nav li {
  display: inline;
}
ul#nav li a {
	float: left;
  padding: 17px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  font-size: 0.95vw;
  text-decoration: none;
  color: #FFF;
  list-style: none;
  position: relative;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;   
}
ul#nav li:nth-last-child(7) > a::after{
	display: none;
}
ul#nav li:nth-child(2) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ee3533;
	left: 0;
	top: 0;
	content: "";
}
ul#nav li:nth-child(3) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #4ea3ff;
	left: 0;
	top: 0;
	content: "";
}
ul#nav li:nth-child(4) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #bba653;
	left: 0;
	top: 0;
	content: "";
}
ul#nav li:nth-child(5) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cc61cb;
	left: 0;
	top: 0;
	content: "";
}
ul#nav li:nth-child(6) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #74edff;
	left: 0;
	top: 0;
	content: "";
}
ul#nav li:nth-child(7) > a::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #53995b;
	left: 0;
	top: 0;
	content: "";
}
ul#nav li:hover > a::after{
	display: none;
}
ul#nav li a i:not(.fa-home){
  font-size: 8px;
  margin-top: 0px;
  margin-left: 8px;
}
ul#nav li a i{
  font-size: 15px;
}
ul#nav li:hover > a,
ul#nav li.active > a {
  background: #222222;
}
ul#nav li > a {
	border-right: 1px solid #4c4c4c;
}

/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a  {
  background: #222222;
}
 
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav  ul {
  display: none;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
 
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 49px;
  background: rgba(58,58,58,0.9);
}
 
ul#nav li:hover > ul li a {
  float: left;
  color: #FFF;
  font-family: 'open_sansregular';
  font-size: 0.9vw;
  border-right: none;
}
ul#nav li:hover > ul li a::after{
	display: none;
} 

.video_home{
	width: 97%;
	float: left;
	padding: 3%;
	background: #fff;
	border-bottom: 10px solid #FFF;
	border: 2px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	margin-left: 1.5%;	
}
.video_home .text{
	float: left;
	width: 35%;
	margin-top: 50px;
}
.video_home .text .label{
	float: left;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	background: #f56012;
	font-family: 'open_sanssemibold';
	font-size: 11px;
	color: #FFF;
	margin-bottom: 10px;
	border-radius: 10px;
}
.video_home .text p{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'open_sanssemibold';
	font-size: 15px;
	color: #585858;
	line-height: 1.5em;
	font-weight: bold;
}
.video_home .video{
	float: right;
	width: 60%;
}

.banner_two{
	float: left;
	width: 100%;
	height: 188px;
	overflow: hidden;
	text-align: center;
}
.banner_two img{
	/*width: 100%;*/
	max-width: 1170px;
	height: 100%;
}

.banner_three{
	float: left;
	width: 100%;
	/*height: 100px;*/
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}
.banner_three img{
	width: 100%;
	max-width: 560px;
	height: 100%;
}

.banner_four{
	float: left;
	width: 100%;
	height: 600px;
	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%;
	/*height: 250px;*/
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}
.banner_five img{
	width: 100%;
	max-width: 350px;
	height: 100%;
}

.banner_side_left{
	position: fixed;
	left: -20px;
	bottom: 7px;
	width: 100%;
	max-width: 160px;
	height: 605px;
	overflow: hidden;
	z-index: -1;
}
.banner_side_right{
	position: fixed;
	right: -20px;
	bottom: 7px;
	width: 100%;
	max-width: 160px;
	height: 605px;
	overflow: hidden;
	z-index: -1;
}
.banner_side_left img{
	width: 100%;
	max-width: 160px;
	height: 100%;
}
.banner_side_right img{
	width: 100%;
	max-width: 160px;
	height: 100%;
}

.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%;
	transition: transform .4s;
}
.news_slide_home .box:hover .pic img{
	transform: scale(1.2);
}
.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: 20px;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #000;
	overflow: hidden;
}
.customNavigation{
	float: left;
	width: 100%;
	margin-top: -115px;
}
.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%;
	padding-bottom: 20px;
	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: 48%;
	margin: 2%;
}
.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: 30px;
}
.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%;
	height: 390px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}
.news_area_home .terkini .pic img{
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.news_area_home .terkini .pic:hover img{
	transform: scale(1.1);
}
.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: 25px;
	background: rgba(0, 0, 0, 0.5);
}
.news_area_home .box{
	float: left;
	width: 100%;
	height: 135px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news_area_home .box .pic{
	float: left;
	width: 30%;
	height: 135px;
	border-radius: 5px;
	overflow: hidden;
}
.news_area_home .box .pic img{
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.news_area_home .box:hover .pic img{
	transform: scale(1.1);
}
.news_area_home .box .desc{
	float: right;
	width: 66%;
	height: 135px;
	overflow: hidden;
}
.news_area_home .box .desc .title{
	float: left;
	width: 100%;
	/*height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;*/
	font-family: 'open_sanssemibold';
	font-size: 15px;
	color: #000;
	overflow: hidden;
	transition: all 0.5s ease 0s; 
	-webkit-transition: all 0.5s ease 0s;
	margin-bottom: 10px;
}
.news_area_home .box .desc .title:hover{
	color: #444444;
}
.news_area_home .box .desc .name{
	float: left;
	width: 100%;
	height: 53px;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #222222;
	overflow: hidden;
	/*margin-bottom: 8px;*/
}
.news_area_home .box .desc .date{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 13px;
	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: 30px;
}
.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: 25px;
}
.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: 40px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 60px;
}
.news_area_home .terkini .video .box .label{
	position: absolute;
	left: 0;
	top: 10px;
	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: 14px;
	background: rgba(0, 0, 0, 0.5);
}
.news_area_home .trending{
	float: left;
	width: 18%;
	padding: 2%;
	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: 22px;
	color: #3a3a3a;
	font-family: 'Bodoni Bk BT';
	font-weight: normal;
	margin-bottom: 30px;
}
.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: 30%;
	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;
}
.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: 5%;
	margin-left: 5%;
	margin-right: 5%;
	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: left;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.news_area_home .right_news .hot_topic .side .box_hot:nth-child(3n+2):before{
	content: "";
	position: absolute;
	left: 40%;
	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: 65%;
	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: 10px;
	font-family: 'open_sanssemibold';
	font-size: 14px;
}
.news_area_home .right_news .hot_topic .side .box_hot:nth-child(3n+3) .title{
	float: left;
	width: 100%;
	height: 38px;
	overflow: hidden;
	color: #FFF;
	font-family: 'open_sanssemibold';
	font-size: 15px;
}
.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: 15%;
	padding-right: 5%;
	text-align: left;
	color: #bececd;
	font-size: 30px;
	margin-top: 5px;
}
.news_area_home .right_news .chart .side .box_chart:nth-child(3n+2){
	float: left;
	width: 60%;
	padding-right: 5%;
	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: 19px;
	color: #FFF;
}
.news_area_home .right_news .chart .side .box_chart:nth-child(3n+2) .singer{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #bececd;
}
.news_area_home .right_news .chart .side .box_chart:nth-child(3n+3){
	float: left;
	width: 15%;
	padding-right: 0%;
	text-align: right;
	font-size: 40px;
}
.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%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #616161;
}
.news_area_home .right_news .viral .box_viral .side{
	float: left;
	width: 30%;
	height: 75px;
	overflow: hidden;
	border-radius: 5px;
}
.news_area_home .right_news .viral .box_viral .side img{
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.news_area_home .right_news .viral .box_viral:hover .side img{
	transform: scale(1.2);
}
.news_area_home .right_news .viral .box_viral .side:nth-last-child(1){
	float: right;
	width: 65%;
	height: 60px;
	overflow: hidden;
}
.news_area_home .right_news .viral .box_viral .side .top_side{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'open_sansregular';
	font-size: 12px;
}
.news_area_home .right_news .viral .box_viral .side .top_side .date{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	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%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 5px;
}
.news_area_home .right_news .serba .pic_top img{
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.news_area_home .right_news .serba:hover .pic_top img{
	transform: scale(1.1);
}
.news_area_home .right_news .serba .text{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	color: #a1a1a1;
	font-size: 14px;
	line-height: 1.5em;
}
.news_area_home .detail_news{
	float: left;
	width: 70%;
	padding: 2%;
}
.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: 14px;
	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: 200px;
	margin-bottom: 10px;
	overflow: hidden;
}
.news_area_home .detail_news .more_news .grid_news .box_one .pic{
	float: left;
	width: 100%;
	height: 115px;
	border-radius: 5px;
	margin-bottom: 15px;
	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: 69px;
	overflow: hidden;
	font-family: 'open_sansbold';
	font-size: 18px;
	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: 14px;
	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: 35px;
	overflow: hidden;
}

.footer{
	width: 100%;
	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: 25%;
	text-align: center;
}
.footer .side .logo img{
	width: 230px;
}
.footer .side .about{
	float: left;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	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: 25%;
}
.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 {
  width: 100%;
  float: left;
  font-family: 'open_sanssemibold';
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
#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: 1vw;
  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;
}
}
@media screen and (min-width:999px) and (max-width:1090px){
	.google-auto-placed {
	display: none !important;
}
.container_24{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}	
.header_top .logo img{
	max-width: 250px;
	width: 100%;
}
}