@font-face {
  font-family: neue;
  src: url('./font/Neue.ttf');
}

@font-face {
  font-family: century;
  src: url('./font/GOTHIC.ttf');
}

.topNav{
  margin-bottom: 0px;
  background: linear-gradient(#85c226,transparent);
  /* height: 15%; */
  padding-top: 1%;
  padding-bottom: 1%;
  border: none;
  border-radius: 0px;
}
.navbar-default .navbar-nav>li>a{
  color:rgb(7, 7, 7);
  font-size: 14px;
  font-weight: bold;
}

.btn-1:before {
  content: "";
  position: absolute;
  width: 0;
  background : #fff;
  left: 45%;
  height: 2px;
  bottom: 0;
  transition: all .3s;
  opacity: 0.7;
}

.btn-1:hover:before {
  width: 100%;
  left:0;
}

.circleBlue{
	display:flex;
	width:200px; 
	height: 200px; 
	border-radius: 200px; 
	margin: 0 auto; 
	background: linear-gradient(#2196F3, #00e2ff); 
	justify-content: center;
	align-items: center;
}

.circleBlue p{
	text-align: center;color: white; padding: 10px; font-size: 18px;
}

.translateY:hover{
     transform: translateY(-10px);
}

.circleWhite{
	display:flex; 
	justify-content: center;
	align-items: center;
	border: 2px solid #2196F3;
	width:200px; 
	height: 200px; 
	border-radius: 200px; 
	margin: 0 auto;
}

.circleWhite p{
	color:black;text-align: center; padding: 10px; font-size: 18px;
}


.boxTentang{
	width: 100%;
    border: 1px solid #0101637a;
    height: 10vh;
    border-radius: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 1px #8585b4
}
.boxTentang:hover {
	width: 100%;
    border: 1px solid #0101637a;
    height: 10vh;
    border-radius: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px 2px #8585b4;
}

.boxTentang p{
	font-size: 20px;margin: 0px;
}

.boxKategoriBerita{
	width: 100%; height: 100%; top: 0px; text-align: center; padding:10px; background: radial-gradient(#2196F3, #2c5358); border-radius: 5px;color: white;
}


.box_slider{
	width: 100%;
	position: relative;
}
.text_slider_box{
	position: absolute;
	width: 100%;top:0px;
	height: 100%; 
	background: linear-gradient(#2c535800,#000000e6);
	text-align: center;
	padding-top: 5%;padding-bottom: 5%;
}

.wraper_banner{
	width: 100%; position: relative;
}
.box_banner{
	width: 100%; display: flex; flex-direction: column; top:0; position: absolute; height: 100%; padding-left:20px; justify-content:center; color: white; background: linear-gradient(45deg, #000000ba, transparent);
}

.box_kategori{
	margin: 0px;box-shadow: 0px 0px 2px 2px #2196F3; border-radius: 5px;
}

.box_img_berita{
	border: 1px solid #ccc; width: 100%; height: 150px; padding: 5px
}

.box_img_berita img{
	width: 100%; height: 100%;
}

.box_info_berita{
	width: 100%; margin-top: 5px; display: flex; justify-content: space-between;
}

.box_info_berita p{
	margin: 0px; font-size: 10px;
}

.box_judul_berita{
	width: 100%; margin-top: 10px;
}

.box_judul_berita p{
	font-weight: bold;
}

.box_judul_berita a{
	color: black;
}

.box_product{
	border-radius: 5px;
    padding-top: 10px;
    margin-bottom: 20px;
    /*box-shadow: 0px 0px 5px #ccc;*/
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: initial !important;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: '+';
    background-color: #31b131;
}
