body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
footer {
   padding: 8px;
   color: white;
   background-color: #E9967A;
   text-align: right;
   font-weight: bold;
}
.object-fit_fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-fit_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit_none {
  -o-object-fit: none;
     object-fit: none;
}

.object-fit_scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
html {
  color: #000;
  padding: 10px;
  font-family: "Source Code Pro", Monaco;
}

p {
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}

img {
  height: auto;
}

img[class] {
  max-width: 100%;
}

.original-image {
  margin-bottom: 50px;
}

.image {
  float: center;
  width: 100%;
  margin: 0 30px 20px 0;
}
.image:nth-child(2n) {
  clear: left;
}
.image:nth-child(2n+1) {
  margin-right: 0;
}

/* .heading{
	position: fixed;
    float: left;
    max-width: 640px;
}
.heading img{
	float: left;
	background:#fff;
	max-width:100%;
	height: 70px;
} */
.menu {
    background:#fff;
    width: 100%;
    height: 65px;
    margin: 0px;
    padding: 0px;
}
.menu img {
	float: left;
	max-width:100%;
	height: 70px;
}
/* The footer is fixed to the bottom of the page */

footer{
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	/* header { padding-top:5px; } */
}


.footer-distributed{
	background-color: #1a79bb;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px font-familly:raleway;
	padding: 50px 50px 60px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #1a79bb;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:   #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.footer-company-name:hover{
	color:   #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #fff;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:   #fff;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #fff;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
* {
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	line-height: 1.5;
}
img {
	max-width: 100%;
	height: auto;
}
ul,ol {
	list-style-type: none;
}
p, label {
	font-family: sans-serif;
}
.container-wrapper {
	/* margin:7% auto;
	padding: 500px 50px; */
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

/* CSS Tab styling is start here */

	/* Tab menu styling*/
	
	input.tab-menu-radio {
		display: none;
	}
	label.tab-menu {
		display: inline-block;
		float: left;
		padding:10px 50px;
		cursor: pointer;
		z-index: 100;
	}
	/* End Tab menu styling*/

	/* Tab content styling*/
	
	.tab-content {
		top:0px;
		clear: both;
		max-width: 100%;
		position: relative;
		padding:50px;
		/* background-color: #f7f7f7; */
		border-top:7px solid #1a79bb;
	}	
	/* End Tab content styling*/

	/* CSS tab core */
		.tab-menu-radio:checked + label {
			-webkit-transition:all 1s; /* Optional */
			-moz-transition:all 1s; /* Optional */
			transition:all 1s; /* Optional */
			background-color: #1a79bb;
			color: #fff;
		}
		.tab-content .tab {
			height: 0;
			opacity: 0;
		}
		#tab-menu1:checked ~ .tab-content .tab-1,
		#tab-menu2:checked ~ .tab-content .tab-2,
		#tab-menu3:checked ~ .tab-content .tab-3,
		#tab-menu4:checked ~ .tab-content .tab-4,
		#tab-menu5:checked ~ .tab-content .tab-5 {
			-webkit-transition:opacity 1s; /* Optional */
			-moz-transition:opacity 1s; /* Optional */
			transition:opacity 1s; /* Optional */
			height: auto;
			opacity: 1;
		}
		.container-wrapper .tab-content .tab .video-wrapper {
			float: none;
			clear: both;
			max-width: 100%;
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 25px;
			height: 0;
			margin-bottom: 30px;
		  }
		  
		  .tab-content .tab iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		  }
		
	/* End CSS tab core */

/* CSS Tab Styling is end here */
.button {
	background-color: #1a79bb; /* Green */
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
  }
  .button1 {
	background-color: white; 
	color: black; 
	border: 2px solid #1a79bb;
  }
  .button2 {
	background-color: white; 
	color: black; 
	border: 2px solid #1a79bb;
  }
  .item {
	border-radius: 1px;
	background: #ffff;
	box-shadow: 2px 0px 10px 2px #bbbbbb;
	margin: 10px;
	padding: 5px 0px;
	max-width: 100%;
	height : auto;
}
.gerakan { 	
    -moz-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	-webkit-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-in; 

} 
.gerakan:hover { 
	margin-left: 50px; 
	padding-left: 5px; 
}
.italic {
	text-decoration: none;
	position: relative;
	color: #1a79bb;
  }
  
  .italic:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 2px solid #1a79bb;
	transition: 0.4s;
  }
  
  .italic:hover:after {
	width: 100%;
  }
  #ninja-slider {
    width:100%;
    background:rgba(255, 255, 255, 0.8);
    padding-top:30px;
    padding-bottom:10px;

    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
}

#ninja-slider.fullscreen {
}

#ninja-slider.fullscreen #ninja-slider-prev {
    left: -50px; 
}
#ninja-slider.fullscreen #ninja-slider-next {
    right: -50px;
}

#ninja-slider .fs-icon {
    top:0px;
    right:0px;
    width:45px;
    height:45px;
    background: rgba(0,0,0,0.1) url(fullscreen.png) no-repeat 0 0;
    z-index:2;
    opacity:0;
    -webkit-transition:opacity 0.8s;
    transition:opacity 0.8s;
}

#ninja-slider:hover .fs-icon {
    opacity: 1;
}

#ninja-slider.fullscreen .fs-icon {
    background-position: center -45px;
    opacity:1;
}

#ninja-slider .slider-inner {
    max-width:100%;
    margin:0 auto;/*center-aligned*/
    font-size:0px;
    position:relative;
    box-sizing:border-box;
}

#ninja-slider.fullscreen .slider-inner {
    max-width:900px;
    max-height:80%;
}

#ninja-slider ul {
    /*overflow:hidden;*/
    position:relative;
    list-style:none;
    padding:0;
    box-sizing:border-box;
}

#ninja-slider li {
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    font-size:12px;
    list-style:none;
    margin:0;
    padding:0;
    opacity:0;
    overflow:hidden;
    box-sizing:border-box;
}

#ninja-slider li.ns-show {
    opacity:1;
}



/* --------- slider image ------- */  
#ninja-slider .ns-img {
    background-size:contain;/*Note: If transitionType is zoom, it will be overridden to cover.*/
    border-radius:3px;
    cursor:default;
    display:block;
    position: absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
}


/* ---------Arrow buttons ------- */   
/* The arrow button id should be: slider id + ("-prev", "-next", and "-pause-play") */ 
#ninja-slider-pause-play { display:none;}    

#ninja-slider-prev, #ninja-slider-next
{
    position: absolute;
    display:inline-block;
    width:42px;
    height:56px;
    line-height:56px;
    top: 50%;
    margin-top:-28px;
    background-color:rgba(0,0,0,0.4);
    background-color:#ccc\9;/*IE8 hack*/
    backface-visibility:hidden;
    color:white;
    overflow:hidden;
    white-space:nowrap;
    -webkit-user-select: none;
    user-select:none;
    border-radius:2px;
    z-index:10;
    opacity:0.3; 
    font-family:sans-serif;   
    font-size:13px;
    cursor:pointer;
    -webkit-transition:all 0.7s;
    transition:all 0.7s;
}

.slider-inner:hover #ninja-slider-prev, .slider-inner:hover #ninja-slider-next {
    opacity:1;
}


#ninja-slider-prev {
    left: 0; 
}
#ninja-slider-next {
    right: 0;
}

/* arrows */
#ninja-slider-prev::before, #ninja-slider-next::before {
    position: absolute;
    top: 17px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid white;
    border-top: 2px solid white;
}

#ninja-slider-prev::before {
    -ms-transform:rotate(-45deg);/*IE 9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
    backface-visibility:hidden;
    right:4px;
}

#ninja-slider-next::before {
    -ms-transform:rotate(135deg);/*IE 9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
    backface-visibility:hidden;
    left:4px;
}


/*pagination num within the arrow buttons*/
#ninja-slider-prev div, #ninja-slider-next div {display:none;}


/*------ pager(nav bullets) ------*/      
/* The pager id should be: slider id + "-pager" */
#ninja-slider-pager { display:none;}


#ninja-slider-pager, #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pause-play
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}


/*Responsive settings*/
@media only screen and (max-width:800px){

    #ninja-slider-prev, #ninja-slider-next {
        display:none;
    }
    #ninja-slider .fs-icon {
        display:none;
    }
}
}

#button1 {
	background-color: #00299d;
	width: 100%;
	padding: 5px 0 10px 0;
  }
  #button1 a{
	text-decoration: none;
	color: #ecf0f1;
	background-color: #00299d;
	width: 100px;
	padding: 5px 10px;
	margin:5px;
  }
  #button1 a:hover{
	text-decoration: none;
	color: #ecf0f1;
	background-color: #000;
	width: 100px;
	padding: 5px 10px;
	margin:5px;
  }

  .modalDialog1 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	transition: opacity 200ms ease-in;
	pointer-events: none;
}
.modalDialog1 img {
	
}
.modalDialog1:target {opacity:1; pointer-events: auto;}
.modalDialog1 > div {
	width: 600px;
	position: relative;
	margin: 5% auto;
	padding: 5px 10px 13px 10px;
	border-radius: 10px;
	background: #fff;
	background: linear-gradient(#fff, #aaa);
	
}
.close1:hover { 
	background:#00299d;
	color: #fff;
}
.close1 {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	text-align: center;
	top: -10px;
	right: -12px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000;
	
}
.video-container { position: relative; padding-bottom: 56.25% padding-top 30px; height: 0; overflow: hidden; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
