@charset "utf-8";
/* CSS Document */
@media screen and (min-width:999px){
*{
  box-sizing: border-box;
}
.container_24{
	width: 90%;
	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%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	background: #0066cc;
	font-family: 'open_sanssemibold';
	font-size: 12px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.header_top .logo{
	float: left;
}
.header_top .logo img{
	max-width: 160px;
	width: 100%;
	margin-top: 7px;
}
.header_top .cari{
	float: left;
	width: 50%;
	margin-left: 50px;
	position: relative;
}
.header_top .cari .input{
	float: left;
	width: 100%;
	float: left;
	height: 35px;
	border: 2px solid #FFF;
	padding: 8px;
	background: #FFF;
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 13px;
	-webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
	-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 .input:focus {
  border: 2px solid #555;
}

.header_top .right{
	float: right;
	width: 30%;
}
.header_top .right .signin{
	float: right;
	color: #ff3300;
	background: #ffcc33;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'open_sansbold';
	font-size: 14px;
	line-height: 2.5em;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
	margin-left: 20px;
}
.header_top .right .create{
	float: right;
	color: #000;
	background: #ff9933;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'open_sansbold';
	font-size: 14px;
	line-height: 2.5em;
	margin-left: 20px;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.header_top .right .signin:hover, .header_top .right .create:hover, .header_top .right .logout-btn:hover{
	opacity: 0.7;
}

.header_top .right .logout-btn{
	float: right;
	color: #FFF;
	background: #dc3545;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'open_sansbold';
	font-size: 14px;
	line-height: 2.5em;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
	margin-left: 20px;
}

#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;
} 

.slide_home_top{
	width: 100%;
	float: left;
	background: #e1e6eb;
	padding-top: 20px;
	padding-bottom: 20px;
}
.slide_home_top .side{
	float: left;
	width: 58%;
}
.slide_home_top .side:nth-last-child(odd){
	float: right;
	width: 40%;
}
.slide_home_top .side .box{
	float: left;
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
	border-radius: 7px;
}
.slide_home_top .side .box img{
	width: 100%;
	height: 100%;
}
.slide_home_top .side .box .caption{
	margin: 0; 
	text-align: left; 
	width: 100%; 
	left: 0; 
	bottom: 0; 
	padding: 5%; 
	height: 100%; 
	background: #0835C6; 
	background: linear-gradient(0deg,rgba(8, 53, 198, 1) 10%, rgba(255, 255, 255, 0) 40%); 
	border-radius: 3px; 
	position: absolute; 
	color: #fff; 
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
}
.slide_home_top .side .box .caption .headline{ 
	font-size: 11px; 
	color: #FFF; 
	font-family: 'open_sanssemibold'; 
	margin-top: 170px;
	margin-bottom: 10px;
	position: relative; 
	background: #d45b52; 
	border-radius: 5px; 
	padding: 4px; 
	padding-left: 10px; 
	padding-right: 10px; 
	float: left; 
}
.slide_home_top .side .box .caption .subtitle{
	float: left;
	width: 100%;
	font-size: 18px; 
	color: #FFF; 
	font-family: 'open_sansbold'; 
	margin-bottom: 10px; 
	line-height: 1.5em; 
}
.slide_home_top .side .box .caption .mark-custom{
	float: left;
	width: 100% ;
	font-size: 11px;
	color: #fff;
	font-family: 'open_sansregular';
}
.slide_home_top .side .box .caption .mark-custom i{
	font-size: 11px;
	color: #d45b52;
}
.owl-carousel .nav-slidetop{
    position: absolute;
    cursor: pointer;
    top: 150px !important;
}
.owl-carousel .prev-slidetop{
    left: 25px;
    color: #FFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #c64d47;
    font-size: 25px;
    line-height: 1.4em;
    opacity: 0.7;
}
.owl-carousel .next-slidetop{
    right: 25px;
    color: #FFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #c64d47;
    font-size: 25px;
    line-height: 1.4em;
    opacity: 0.7;
}
.owl-carousel .prev-slidetop:hover{
    opacity: 0.8;
}
.owl-carousel .next-slidetop:hover{
    opacity: 0.8;
}
.slide_home_top .side .news_box{
	float: left;
	width: 100%;
	height: 105px;
	overflow: hidden;
	margin-bottom: 17px;
}
.slide_home_top .side .news_box .pic{
	float: left;
	width: 40%;
	height: 105px;
	border-radius: 7px;
	overflow: hidden;
}
.slide_home_top .side .news_box .pic img{
	width: 100%;
	height: 100%;
}
.slide_home_top .side .news_box .area{
	float: right;
	width: 58%;
	height: 105px;
	overflow: hidden;
}
.slide_home_top .side .news_box .area .category{ 
	font-size: 10px; 
	color: #FFF; 
	font-family: 'open_sanssemibold'; 
	margin-bottom: 10px; 
	background: #d45b52; 
	border-radius: 3px; 
	padding: 4px; 
	padding-left: 8px; 
	padding-right: 8px; 
	float: left; 
}
.slide_home_top .side .news_box .area .title{ 
	font-size: 16px; 
	color: #122471; 
	margin-bottom: 10px; 
	font-family: 'open_sansbold'; 
	position: relative; 
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.slide_home_top .side .news_box .area .title:hover{ 
	color: #000;
}
.slide_home_top .side .news_box .area .mark-custom{
	font-size: 11px;
	color: #9aa6b9;
	font-family: 'open_sansregular';
	position: relative;
	float: left;
	width:100%;
}
.slide_home_top .side .news_box .area .mark-custom i{
	font-size: 11px;
	color: #d45b52;
}

.banner_two{
	float: left;
	width: 100%;
	height: 188px;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.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%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #FFF;
	position: relative;
}
.news_slide_home .back{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.news_slide_home .top_title{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 20px;
	font-family: 'open_sansbold';
}
.news_slide_home .slide{
    float: left;
    width: 100%;
}
.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}
.owl-carousel .owl-nav{
    height: 0px;
}
.owl-carousel .item {
    text-align: center;
}
.owl-carousel .nav-newstop{
    position: absolute;
    cursor: pointer;
    top: -50px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 1;
}
.owl-carousel .prev-newstop{
    right: 40px;
    color: #FFF;
    font-size: 30px;
}
.owl-carousel .next-newstop{
    right: 0;
    color: #FFF;
    font-size: 30px;
}
.owl-carousel .prev-newstop:hover{
    opacity: 0.8;
}
.owl-carousel .next-newstop:hover{
    opacity: 0.8;
}
.news_slide_home .box{
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
	background: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.news_slide_home .box .pic{
	float: left;
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.news_slide_home .box .pic img{
	width: 100%;
	height: 100%;
}
.news_slide_home .box .desc{
	float: left;
	width: 90%;
	padding: 5%;
	overflow: hidden;
}
.news_slide_home .box .desc .title{ 
	font-size: 16px; 
	color: #122471; 
	margin-top: 10px;
	margin-bottom: 20px; 
	font-family: 'open_sansbold'; 
	position: relative; 
	float: left;
	width: 100%;
	height: 60px;
	overflow: hidden;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.news_slide_home .box .desc .title:hover{ 
	color: #000;
}
.news_slide_home .box .desc .mark-custom{
	font-size: 11px;
	color: #9aa6b9;
	font-family: 'open_sansregular';
	position: relative;
	float: left;
	width:100%;
	margin-bottom: 5px;
}
.news_slide_home .box .desc .mark-custom i{
	font-size: 11px;
	color: #d45b52;
	float: left;
	width: 20px;
	margin-top: 2px;
	text-align: center;
}

.customNavigation{
	float: right;
	margin-top: -350px;
}
.customNavigation i{
	margin-top: 7px;
}
#prev1{
	width: 30px;
  height: 30px;
  background: #FFF;
  font-size: 16px;
  color: #000;
  position: relative;
  cursor: pointer;
  z-index: 1;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}
#prev1:hover{
  opacity:0.9;
}
#next1{
	width: 30px;
  height: 30px;
  background: #FFF;
  font-size: 16px;
  color: #000;
  position: relative;
  cursor: pointer;
  z-index: 1;
  float: right;
  border-radius: 50%;
  margin-right: 0px;
  text-align: center;
}
#next1:hover{
  opacity:0.9;
}

.kanal_area{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
	position: relative;
}
.kanal_area .area{
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 25px;
}
.kanal_area .area .box{
	float: left;
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 7px;
}
.kanal_area .area .box img{
  width: 100%;
  height: 100%;
  text-align: center;
}

.news_area_home{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #FFF;
}
.news_area_home .left{
	float: left;
	width: 75%;
}
.news_area_home .left .title_top{
	float: left;
	width: 100%;
	position: relative;
	font-size: 18px;
	color: #003372;
	font-family: 'open_sansbold';
	margin-bottom: 30px;
}
.news_area_home .left .title_top:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 8px;
	width: 80%;
	height: 2px;
	background: #1fb1dc;
}
.news_area_home .box{
	float: left;
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news_area_home .box .pic{
	float: left;
	width: 28%;
	height: 150px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.news_area_home .box .pic .label{
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 5px;
	background: #04abd9;
	color: #FFF;
	font-family: 'open_sansregular';
	font-size: 10px;
	padding: 5px;
}
.news_area_home .box .pic img{
	width: 100%;
	height: 100%;
}
.news_area_home .box .desc{
	float: right;
	width: 70%;
	height: 150px;
	overflow: hidden;
}
.news_area_home .box .desc .title{
	float: left;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: 'open_sansbold';
	font-size: 16px;
	color: #003372;
	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 .text{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	overflow: hidden;
}
.news_area_home .box .desc .name{
	float: left;
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #003372;
	margin-right: 20px;
}
.news_area_home .box .desc .date{
	float: left;
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #9aa6b9;
}

.news_area_home .right{
	float: right;
	width: 25%;
}
.news_area_home .right .ads{
	float: left;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.news_area_home .right .ads img{
	width: 100%;
	max-width: 262px;
}

.news_area_video{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f5f5f5;
}
.news_area_video .title_top{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-family: 'open_sansbold';
	margin-bottom: 30px;
	border-left: 2px solid #d45b52;
  padding: 0 8px;
}
.news_area_video .title_top .more{
	float: right;
	font-size: 12px;
	color: #000;
	margin-top: 4px;
	font-family: 'open_sansregular';
}
.news_area_video .left{
	float: left;
	width: 55%;
}
.news_area_video .left .box{
	float: left;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
}
.news_area_video .left .box img{
	width: 100%;
	height: 100%;
}
.news_area_video .left .title{ 
	font-size: 24px; 
	color: #122471; 
	margin-bottom: 20px; 
	font-family: 'open_sansbold'; 
	position: relative; 
	float: left;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.news_area_video .left .title:hover{ 
	color: #000;
}
.news_area_video .left .mark-custom{
	font-size: 12px;
	color: #9aa6b9;
	font-family: 'open_sansregular';
	position: relative;
	float: left;
	margin-right: 20px;
}
.news_area_video .left .mark-custom i{
	font-size: 12px;
	color: #d45b52;
	float: left;
	width: 20px;
	margin-top: 2px;
}
.news_area_video .right{
	float: right;
	width: 43%;
}
.news_area_video .right .news_box{
	float: left;
	width: 100%;
	height: 105px;
	overflow: hidden;
	margin-bottom: 17px;
}
.news_area_video .right .news_box .pic{
	float: left;
	width: 35%;
	height: 105px;
	border-radius: 7px;
	overflow: hidden;
}
.news_area_video .right .news_box .pic img{
	width: 100%;
	height: 100%;
}
.news_area_video .right .news_box .area{
	float: right;
	width: 62%;
	height: 105px;
	overflow: hidden;
}
.news_area_video .right .news_box .area .title{ 
	font-size: 16px; 
	color: #122471; 
	margin-bottom: 10px; 
	font-family: 'open_sansbold'; 
	position: relative; 
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.news_area_video .right .news_box .area .title:hover{ 
	color: #000;
}
.news_area_video .right .news_box .area .mark-custom{
	font-size: 12px;
	color: #9aa6b9;
	font-family: 'open_sansregular';
	position: relative;
	float: left;
	margin-right: 20px;
}
.news_area_video .right .news_box .area .mark-custom i{
	font-size: 12px;
	color: #d45b52;
}

.news_slide_home_bottom{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f5f5f5;
}
.news_slide_home_bottom .top_title{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-family: 'open_sansbold';
	margin-bottom: 30px;
	border-left: 2px solid #d45b52;
  padding: 0 8px;
}
.news_slide_home_bottom .top_title .more{
	float: right;
	font-size: 12px;
	margin-top: 4px;
	color: #000;
	font-family: 'open_sansregular';
}
.news_slide_home_bottom .slide{
	float: left;
	width: 100%;
}
.owl-carousel .nav-newsbottom{
    position: absolute;
    cursor: pointer;
    top: -55px !important;
}
.owl-carousel .prev-newsbottom{
    right: 180px;
    color: #000;
    font-size: 30px;
}
.owl-carousel .next-newsbottom{
    right: 140px;
    color: #000;
    font-size: 30px;
}
.owl-carousel .prev-newsbottom:hover{
    opacity: 0.8;
}
.owl-carousel .next-newsbottom:hover{
    opacity: 0.8;
}
.news_slide_home_bottom .box{
	float: left;
	width: 100%;
	height: 280px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.news_slide_home_bottom .box .pic{
	float: left;
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.news_slide_home_bottom .box .pic img{
	width: 100%;
	height: 100%;
}
.news_slide_home_bottom .box .desc{
	float: left;
	width: 90%;
	padding: 5%;
	overflow: hidden;
}
.news_slide_home_bottom .box .desc .title{ 
	font-size: 16px; 
	color: #122471; 
	margin-top: 10px;
	margin-bottom: 20px; 
	font-family: 'open_sansbold'; 
	position: relative; 
	float: left;
	width: 100%;
	height: 60px;
	overflow: hidden;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.news_slide_home_bottom .box .desc .title:hover{ 
	color: #000;
}
.news_slide_home_bottom .box .desc .mark-custom{
	font-size: 11px;
	color: #9aa6b9;
	font-family: 'open_sansregular';
	position: relative;
	float: left;
	width:100%;
	margin-bottom: 5px;
}
.news_slide_home_bottom .box .desc .mark-custom i{
	font-size: 11px;
	color: #d45b52;
	float: left;
	width: 20px;
	margin-top: 2px;
	text-align: center;
}

.customNavigation2{
	float: right;
	margin-right: 20px;
	margin-top: -5px;
}
.customNavigation2 i{
	margin-top: 7px;
}
#prev2{
	width: 30px;
  height: 30px;
  background: #000;
  font-size: 16px;
  position: relative;
  color: #FFF;
  cursor: pointer;
  z-index: 1;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}
#prev2:hover{
  opacity:0.9;
}
#next2{
	width: 30px;
  height: 30px;
  background: #000;
  font-size: 16px;
  position: relative;
  color: #FFF;
  cursor: pointer;
  z-index: 1;
  float: right;
  border-radius: 50%;
  margin-right: 0px;
  text-align: center;
}
#next2:hover{
  opacity:0.9;
}

.news_home_bottom{
	float: left;
	width: 100%;
	padding-bottom: 30px;
	background: #f5f5f5;
}
.news_home_bottom .side{
	float: left;
	width: 50%;
	padding-top: 2.5%;
	padding-right: 2.5%;
}
.news_home_bottom .side:nth-last-child(odd){
	float: left;
	width: 50%;
	background: #e1e6eb;
	padding: 2.5%;
}
.news_home_bottom .side .top_title{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-family: 'open_sansbold';
	margin-bottom: 30px;
	border-left: 2px solid #d45b52;
  padding: 0 8px;
}
.news_home_bottom .side .top_title .more{
	float: right;
	font-size: 12px;
	margin-top: 4px;
	color: #000;
	font-family: 'open_sansregular';
}
.news_home_bottom .side .slide_news{
	float: left;
	width: 100%;
	height: 345px;
}
.owl-carousel .nav-video{
    position: absolute;
    cursor: pointer;
    top: 150px !important;
}
.owl-carousel .prev-video{
    left: 25px;
    color: #FFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #c64d47;
    font-size: 25px;
    line-height: 1.4em;
    opacity: 0.7;
}
.owl-carousel .next-video{
    right: 25px;
    color: #FFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #c64d47;
    font-size: 25px;
    line-height: 1.4em;
    opacity: 0.7;
}
.owl-carousel .prev-video:hover{
    opacity: 0.8;
}
.owl-carousel .next-video:hover{
    opacity: 0.8;
}
.news_home_bottom .side .slide_news .box{
	float: left;
	width: 100%;
	height: 345px;
	overflow: hidden;
	position: relative;
}
.news_home_bottom .side .slide_news .box img{
	width: 100%;
	height: 100%;
}
.news_home_bottom .side .slide_news .box .caption{
	margin: 0; 
	text-align: left; 
	width: 100%; 
	left: 0; 
	bottom: 0; 
	padding: 5%; 
	height: 100%; 
	background: #0835C6; 
	background: linear-gradient(0deg,rgba(8, 53, 198, 1) 10%, rgba(255, 255, 255, 0) 40%); 
	border-radius: 3px; 
	position: absolute; 
	color: #fff; 
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
}
.news_home_bottom .side .slide_news .box .caption .subtitle{
	float: left;
	width: 100%;
	margin-top: 200px;
	font-size: 18px; 
	color: #FFF; 
	font-family: 'open_sansbold'; 
	margin-bottom: 10px; 
	line-height: 1.5em; 
}
.news_home_bottom .side .slide_news .box .caption .mark-custom{
	font-size: 11px;
	color: #FFF;
	font-family: 'open_sansregular';
}
.news_home_bottom .side .slide_news .box .caption .mark-custom i{
	font-size: 11px;
	color: #d45b52;
}

.news_home_bottom .side .news_box{
	float: left;
	width: 100%;
	height: 105px;
	overflow: hidden;
	margin-bottom: 17px;
}
.news_home_bottom .side .news_box .pic{
	float: left;
	width: 35%;
	height: 105px;
	border-radius: 7px;
	overflow: hidden;
}
.news_home_bottom .side .news_box .pic img{
	width: 100%;
	height: 100%;
}
.news_home_bottom .side .news_box .area{
	float: right;
	width: 62%;
	height: 105px;
	overflow: hidden;
}
.news_home_bottom .side .news_box .area .title{ 
	font-size: 16px; 
	color: #122471; 
	margin-bottom: 10px; 
	font-family: 'open_sansbold'; 
	position: relative; 
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
	transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
.news_home_bottom .side .news_box .area .title:hover{ 
	color: #000;
}
.news_home_bottom .side .news_box .area .mark-custom{
	font-size: 12px;
	color: #9aa6b9;
	font-family: 'open_sansregular';
	position: relative;
	float: left;
	margin-right: 20px;
}
.news_home_bottom .side .news_box .area .mark-custom i{
	font-size: 12px;
	color: #d45b52;
}

.footer{
	float: left;
	width: 100%;
	overflow: hidden;
	background: #002856;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.footer .logo{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.footer .logo img{
	width: 100%;
	max-width: 150px;
}
.footer .sosmed{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.footer .sosmed i{
	color: #FFF;
	font-size: 18px;
	margin: 5px;
	background: #DDD;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 1.7em;
}
.footer .link{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 12px;
	margin-bottom: 30px;
}
.footer .link a{
	margin: 5px;
	color: #FFF;
}
.footer .bottom{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #9aa6b9;
}

.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;
}

#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;
}
#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    background: url(../../images/top.png) no-repeat center #fa5d0f;
    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;
}
}
@media screen and (min-width:999px) and (max-width:1090px){
.container_24{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}	
.header_top .logo img{
	max-width: 250px;
	width: 100%;
}
}