html, body {
	max-width:100vw;
	max-height:100vh;
	min-width:1366px;
	margin: 0px;
	overflow: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

body {
	background-color:#aab7b8;
	font-family: 'Lato', sans-serif;
	color:white;
	z-index: -1;
}

.wrapper{
	overflow: hidden;
}

/*bottom container*/
#slide-container {
	position:absolute;
    width:100%;
	height:12vh;
    background: #1d05e8;
    z-index:2;
    overflow: hidden;
	white-space: nowrap;
}

/* text scroller */

#first-content {
    top:0;
	position: absolute;
    z-index:50;
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;


}

/* Global Classes */
.header-text {
	font-family: 'Helvetica', sans-serif;
	font-size: 3.2vw;
	color: #FFFFFF;
	width:100%;
}
.embed-responsive-4by3 {
    padding-bottom: 58%!important;
}
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.box-item{
	background:rgba( 28, 28, 28 , 0.8)!important;
}
.instansi{
	width:100%;
	display: flex;
	flex-direction: row;
}
.logo{
	width:10%;
	height:auto;
}
.instansi-info{
	width:90%;
	display: flex;
	flex-direction: column;	
}
#judul-aplikasi{
	font-weight:600;
	font-size: 3vw;
	line-height:45px;
}
#nama-instansi{
	font-size: 2.2vw;
	font-weight:900;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
	line-height:25px;
}
#box-dt{
	padding: 2vw 4vw;
}
.box-date-time{
	background:rgba( 8, 174, 36 ) !important;
	margin:auto;
}
#waktu{
	font-size: 3vw;
	font-weight: 600;
	line-height:45px;
}
#tanggal{
	font-size: 1.5vw;
	font-weight: 600;	
	line-height:25px;
}
#kontent-left{
	padding:0;
	margin-top:1.5vh;
	height:83vh!important;
	background:rgba( 28, 28, 28 , 0.8)!important;
}
.box-left{
	
}
.header-agenda{
	background:#1d05e8;
	font-size:3vw;
}
.content-agenda{
	background: #6073f7;
	color:white;
	height:75vh;
	padding-top:1.8vh;
	padding-left:2vw;
	overflow:hidden;
}
.title-agenda{
	font-size: 1.5vw;
	font-weight: 600;	
}
td{
	font-size:1vw!important;
}
#agenda{
		padding-top: 100%;
        -moz-animation: marquee 5s linear infinite;
        -webkit-animation: marquee 5s linear infinite;
        animation: marquee 15s linear infinite;	
}

@-moz-keyframes marquee {
0% {
  transform: translate(0, 0);
}
100% {
  transform: translate(0, -100%);
}
}
@-webkit-keyframes marquee {
0% {
  transform: translate(0, 0);
}
100% {
  transform: translate(0, -100%);
}
}
@keyframes marquee {
0% {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
100% {
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
}