@charset "utf-8";
/* CSS Document */

		body{
            background: transparent url(../images/bg_right.jpg) repeat-x top; /* default: transparent url(../images/background.jpg) no-repeat top center */
            font-family:Arial;
			font-size: 12px;
			position: none; /* default: fixed */
		/*	height: 720px;  default: 800px > 720px */
		    height:auto;
			width: 100%; /* default: 1280px */
			float:none;
			margin: 0px 0 0 0px;
        }
		
		ol, ul {
			list-style: none;
		}

		.logo {
			top: 40px;
			left: 160px;
			position: absolute;
			z-index: 5;
			display: block;
		}

/*****************************************************
  Style for Overlay and Box
*****************************************************/
        .overlay{
/*            background:transparent url(../images/overlay.png) repeat top left; /* overlay color : #3F3F3F */
			background:rgba(0,0,0,0.5);
            position:fixed;
			width:100%;
			height:100%;
            top:0px;
            left:0px;
            right:0px;
            z-index:48;
        }
        .box1{		/* Our Services */
    /*      position: absolute; */
            position:fixed;
            top: -800px;
    /*      left: 100px; */
	/*		width: 800px; */
	/*      width:95%; */
	        max-width:800px;
			height: 620px;
            background-color: #F5FDFF; /* default : #fff */
            color:#FFF; /* default : #7F7F7F */
            padding:0px; /* default : 20px */
            border:2px solid #ccc;
            border-radius:12px;
			-moz-border-radius: 12px;
            -webkit-border-radius:12px;
            -khtml-border-radius:12px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:50;
        }
        .box1 h1{
            border-bottom: 1px dashed #CCC; /* default : #7F7F7F */
            margin: 0px 0px 0px 0px; /* default : -20px -20px 0px -20px */
            padding: 10px 0 10px 20px; /* default : 10px 0 10px 10px */
            background-color: #D9E3FA; /* default : #D9E3FA */
            color: #000261; /* default : #A3683B */
			text-shadow: 1px 1px white;
			border-top-right-radius: 12px; /* for old IE and Mozilla Firefox */
			border-top-left-radius: 12px; /* for old IE and Mozilla Firefox */
            -moz-border-radius:12px 12px 0px 0px;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-top-right-radius: 12px;
            -khtml-border-top-left-radius: 12px;
            -khtml-border-top-right-radius: 12px;
			z-index: 51;
        }
		.box2{		/* Contact Us */
            position: absolute;
            top:-800px;
            left:100px;
			width: 800px;
			height: 510px;
            background-color: #F5FDFF; /* default : #fff */
            color:#7F7F7F; /* default : #7F7F7F */
            padding: 0px;
            border:2px solid #ccc;
			border-radius:12px;
            -moz-border-radius: 12px;
            -webkit-border-radius:12px;
            -khtml-border-radius:12px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:50;
        }
		.box2 h1{
            border-bottom: 1px dashed #CCC; /* default : #7F7F7F */
            margin: 0px 0px 0px 0px; /* default : -20px -20px 0px -20px */
            padding:10px 0 10px 20px;
            background-color:#D9E3FA; /* default : #D9E3FA */
            color: #000261; /* default : #A3683B */
			text-shadow: 1px 1px white;
			border-top-right-radius: 12px; /* for old IE and Mozilla Firefox */
			border-top-left-radius: 12px; /* for old IE and Mozilla Firefox */
            -moz-border-radius:12px 12px 0px 0px;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-top-right-radius: 12px;
            -khtml-border-top-left-radius: 12px;
            -khtml-border-top-right-radius: 12px;
        }
		.box3{		/* About Us */
            position: absolute;
            top:-800px;
            left:100px;
			width: 800px;
			height: 510px;
            background-color: #F5FDFF; /* default : #fff */
            color:#7F7F7F; /* default : #7F7F7F */
            padding: 0px;
            border:2px solid #ccc;
			border-radius:12px;
            -moz-border-radius: 12px;
            -webkit-border-radius:12px;
            -khtml-border-radius:12px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:50;
        }
		.box3 h1{
            border-bottom: 1px dashed #CCC; /* default : #7F7F7F */
            margin: 0px 0px 0px 0px; /* default : -20px -20px 0px -20px */
            padding:10px 0 10px 20px;
            background-color:#D9E3FA; /* default : #D9E3FA */
            color: #000261; /* default : #A3683B */
			text-shadow: 1px 1px white;
			border-top-right-radius: 12px; /* for old IE and Mozilla Firefox */
			border-top-left-radius: 12px; /* for old IE and Mozilla Firefox */
            -moz-border-radius:12px 12px 0px 0px;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-top-right-radius: 12px;
            -khtml-border-top-left-radius: 12px;
            -khtml-border-top-right-radius: 12px;
        }
		
		/* tombol BACK */
        a.boxclose1{ /* Our Services */
            float:right;
            width:615px; /* default : 90px > 480px */
            height:51px; /* default : 25px */
            background:transparent url(../images/back.png) no-repeat top right;
            margin: 0px auto;
            cursor:pointer;
        }
		a.boxclose2{ /* Contact Us */
            float:right;
            width:613px; /* default : 90px */
            height:52px; /* default : 25px */
            background:transparent url(../images/back.png) no-repeat top right;
            margin-top: 0px; /* default : -21px */
            margin-right: 0px; /* default : -22px */
            cursor:pointer;
        }
		a.boxclose3{ /* About Us */
            float:right;
            width:613px; /* default : 90px */
            height:52px; /* default : 25px */
            background:transparent url(../images/back.png) no-repeat top right;
            margin-top: 0px; /* default : -21px */
            margin-right: 0px; /* default : -22px */
            cursor:pointer;
        }


/*****************************************************
  MAIN MENU - Contact Us - Our Services - About Us
*****************************************************/


		#main-menu {
			position: absolute;
			top: -10px;
			left: 300px;
			z-index: 10;
		}
		.menu-item img {
			width: 110px;
		}

		.menu-item {
			position: relative;
			display: inline-block;
			border: 1px dashed #000;
			padding: 10px;
			margin: 15px 0;
			background-repeat:no-repeat;
			height: 20px;
			opacity: 0.9;
			text-decoration: none;
			border:none;
			cursor: pointer;
			
			-ms-transition: all 1s ease;
			 /* Firefox */
			-moz-transition: all 1s ease;
			/* WebKit */
			-webkit-transition: all 1s ease;
			/* Opera */
			-o-transition: all 1s ease;
			/* Standard */
			transition: all 1s ease;
		}
		
		.menu-item:hover {
			opacity: 1;
			z-index: 1000;
			animation:rotate 2s linear infinite 0s;
			-webkit-animation:rotate 2s linear infinite 0s;
			-moz-animation:rotate 2s linear infinite 0s;
			-o-animation:rotate 2s linear infinite 0s;
			-ms-animation:rotate 2s linear infinite 0s;
/*			-webkit-animation-name: rotate;
  			-webkit-animation-duration: 2s;
  			-webkit-animation-timing-function: linear;
  			-webkit-animation-delay: 0s;
 			-webkit-animation-iteration-count: infinite;
*/		}
					
		@keyframes rotate {
        	0% { transform:rotate(0deg) translate(0px);}
			25% { transform:rotate(-10deg) translate(1px);}
        	50% { transform:rotate(0deg) translate(0px);}
			75% { transform:rotate(10deg) translate(-1px);}
        	100% { transform:rotate(0deg) translate(0px);}
		}
		
		@-webkit-keyframes rotate {
        	0% { -webkit-transform:rotate(0deg) translate(0px);}
			25% { -webkit-transform:rotate(-10deg) translate(1px);}
        	50% { -webkit-transform:rotate(0deg) translate(0px);}
			75% { -webkit-transform:rotate(10deg) translate(-1px);}
        	100% { -webkit-transform:rotate(0deg) translate(0px);}
		}
		
		@-moz-keyframes rotate {
        	0% { -moz-transform:rotate(0deg) translate(0px);}
			25% { -moz-transform:rotate(-10deg) translate(1px);}
        	50% { -moz-transform:rotate(0deg) translate(0px);}
			75% { -moz-transform:rotate(10deg) translate(-1px);}
        	100% { -moz-transform:rotate(0deg) translate(0px);}
		}
		
		@-o-keyframes rotate {
        	0% { -o-transform:rotate(0deg) translate(0px);}
			25% { -o-transform:rotate(-10deg) translate(1px);}
        	50% { -o-transform:rotate(0deg) translate(0px);}
			75% { -o-transform:rotate(10deg) translate(-1px);}
        	100% { -o-transform:rotate(0deg) translate(0px);}
		}

/* end of MAIN MENU */


/* Change language English - Indonesian */

		.language{ /* main image container */
			position: absolute;
			top: 35px;
			left: 750px;
			width:50px; 
			height:30px; 
			z-index:5;
		}

		.language img{ /* CSS for image within container */
			width:50px;
            height:30px;
            position: relative;
            top:0px;
		 	left:1px;
            z-index:5;
            cursor:pointer;
			display: block;
			border: 0;
			-moz-transition: all 0.3s ease; /* Enable CSS3 transition on all props */
			-webkit-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			}

		.language:hover img{ /* CSS for image when mouse hovers over main container */
			-moz-transform: scale(1.3, 1.3);
			-webkit-transform: scale(1.3, 1.3);
			-ms-transform: scale(1.3, 1.3);
			-o-transform: scale(1.3, 1.3);
			transform: scale(1.3, 1.3);
		}
		
		.language div.desc{ /* CSS for desc div of each image. */
			position: relative;
			width:100px;
			height: 30px;
			z-index: 4; /* Set z-index to that less than image's, so it's hidden beneath it */
			top:-30px; /* Default position of desc div is bottom of container, setting it up to slide down */
			left: 0px;
			padding: 0px 0px 0px 18px;
			background: rgba(255, 255, 255, 0.2); /* rgba(0, 0, 0, 0.8) black bg with 80% opacity */
			font-size: 11px;
			color: white;
			-moz-border-radius: 0 8px 8px 0; /* CSS3 rounded borders */
			-webkit-border-radius: 0 8px 8px 0;
			border-radius: 0 8px 8px 0;
			opacity: 0; /* Set initial opacity to 0 */
			-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8); /* CSS3 shadows */
			-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
			box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
			-moz-transition: all 0.2s ease 0.1s; /* Enable CSS3 transition on desc div. Final 0.5s value is the delay before animation starts */
			-webkit-transition: all 0.2s ease 0.1s;
			-o-transition: all 0.2s ease 0.1s;
			-ms-transition: all 0.2s ease 0.1s;
			transition: all 0.2s ease 0.1s;
			text-align:center;
		}

		.language div.desc a{
			color: white;
		}

		.language:hover div.desc{ /* CSS for desc div when mouse hovers over main container */
			-moz-transform: translate(40%, 0) scale(1.2);
			-webkit-transform: translate(40%, 0) scale(1.2);
			-ms-transform: translate(40%, 0) scale(1.2);
			-o-transform: translate(40%, 0) scale(1.2);
			transform: translate(40%, 0) scale(1.2);
			opacity:1; /* Reveal desc DIV fully */
		}

/*****************************************************
  Left / Sidebar Wall
*****************************************************/

	#wall-left{
	position:relative;
	top: 80px;
	left: -30px;
	z-index: 10;
	-moz-perspective:600px;
	-webkit-perspective:600px;
	-ms-perspective:600px;
	-o-perspective:600px;
	perspective:600px;
	}
	#sidebar-left{
	width: 150px;
	height: 300px;
	padding: 10px 10px 10px 30px;
	background: #FFF;
	opacity: 0.6;
    -webkit-transform: rotateX(10deg) rotateY(78deg) rotateZ(-4deg) skew(4deg);
    -moz-transform: rotateX(10deg) rotateY(78deg) rotateZ(-4deg) skew(4deg);
    -ms-transform: rotateX(10deg) rotateY(78deg) rotateZ(-4deg) skew(4deg);
    -o-transform: rotateX(10deg) rotateY(78deg) rotateZ(-4deg) skew(4deg);
    transform: rotateX(10deg) rotateY(78deg) rotateZ(-4deg) skew(4deg);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
    -webkit-transition:-webkit-transform 1s ease-in-out;
    -moz-transition:-moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
	}
	#sidebar-left:hover{
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(30px, 0px) scaleX(1.5);
    -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(30px, 0px) scaleX(1.5);
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(30px, 0px) scaleX(1.5);
    -o-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(30px, 0px) scaleX(1.5);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(30px, 0px) scaleX(1.5);
	}


/*****************************************************
  WOW Slider - Header
*****************************************************/

#wowslider-container1 .ws_bullets {
    top: 11px;
    right: 11px;
	margin-top: -5px;
	margin-right: -5px;
}

#wowslider-container1 { 
/*	overflow: hidden; */
	zoom: 1;
	position: absolute;
	width:450px; /* default : 522px */
	height:200px; /* default : 222px */
	top: 110px; /* default : 10px */
	left: 530px; /* default : 480px */
	margin:0 auto; /* default : 0 auto */
	z-index:40;
	background-image: url(../images/wow-slider/bg.png);
	box-shadow: 4px -2px 12px 0px #000;
	-webkit-box-shadow: 4px -2px 12px 0px #000;
	-moz-box-shadow: 4px -2px 12px 0px #000;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius: 8px;
	border-radius: 8px 8px 8px 8px; /* for new IE and Mozilla Firefox */
	border-top-right-radius: 8px; /* for old IE and Mozilla Firefox */
	border-top-left-radius: 8px; /* for old IE and Mozilla Firefox */
	border-bottom-right-radius: 8px; /* for old IE and Mozilla Firefox */
	border-bottom-left-radius: 8px; /* for old IE and Mozilla Firefox */
	background-size: 450px 200px;
}
#wowslider-container1 .ws_images{
	position: absolute;
	left:11px;
	top:11px;
	width:428px; /* default : 500px */
	height:178px; /* default : 200px */
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}

#wowslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1 .ws_bullets { 
	font-size: 0px; 
	padding: 10px; 
	float: left;
	position:absolute;
	z-index:40;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
/*
#wowslider-container1 .ws_bullets a { 
	width:22px;
	height:22px;
	background: url(../images/wow-slider/bullet.png) left top;
	float: left; 
	text-indent: -1000px; 
	position:relative;
	color:transparent;
}
*/
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
	background-position: 0 100%;
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-15px;
	z-index:40;
	height: 38px;
	width: 38px; /* default : 38px */
	background-image: url(../images/wow-slider/arrows.png);
}
#wowslider-container1 a.ws_next {
	right:15px;
	background-position: 100% 0;
	opacity: 0.5;
}
#wowslider-container1 a.ws_prev {
	left:15px;
	background-position: 0 0; 
	opacity: 0.5;
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}

#wowslider-container1 a.ws_next:hover, #wowslider-container1 a.ws_prev:hover { /* tambahan SamyWeb*/
	opacity: 1;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 10px;
	left: 2px;
	margin:3px 3px 3px 12px;
	padding:4px;
	background-color:white;
	color:black;
	z-index: 41;
	border-radius:8px;
	box-shadow:0 0 3px #000;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px; /* default : 14px */
	opacity:0.5;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
#wowslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 12px;
}
/* End of WOW Slider - Header */


/*****************************************************
  TV slideshow - BG Carousel
*****************************************************/

		div.bgcarousel{ /* CSS for main carousel container */
		background: transparent url(../images/klien/ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
		width:215px; /* default dimensions of carousel 240px */
		height:155px; /* default : 170px */
		left: 44px; /* default : 830px */
		top: 236px; /* default : 207px */
		z-index:41;
		position: absolute; /* default : absolute */
		box-shadow: 15px -3px 50px 10px #000000;
		-webkit-box-shadow: 10px -5px 30px 7px #000000;
		-moz-box-shadow: 15px -3px 50px 10px #000000;
		-o-box-shadow: 15px -3px 50px 10px #000000;
		-ms-box-shadow: 15px -3px 50px 10px #000000;
		}
		.tv-bgcarousel { /* CSS for Background TV */
/*		background: transparent url(../images/tv.png) center center no-repeat; */
		position: absolute; /* default : absolute */
		left: 30px; 
		top: 205px;
		width: 245px;
		height:225px;
		z-index:40;

		}

		img.navbutton{ /* CSS for the nav buttons */
		margin:5px;
		opacity:0; /* sementara non aktif. Default : 0.1 */
		width: 25px;
		z-index: 45;
		}
		
		img.navbutton:hover{ /* CSS for the nav buttons hover */
		opacity:0; /* sementara non aktif. Default : 0.7 */
		z-index: 45;
		}

		div.slide{ /* CSS for each image's DIV container within main container */
		background-color: transparent;
		background-position: center center; /* center image within carousel */
		background-repeat: no-repeat;
		background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
		color: black;
		}

		div.selectedslide{ /* CSS for currently selected slide */
		}

		div.slide div.desc{ /* DIV that contains the textual description inside .slide */
		position: absolute;
		color: white ; /* black > utk menyembunyikan description gunakan warna transparent */
		background-color: rgba(43, 43, 43, 0.6);
		left: 0px;
		top: 137px;
		width:215px;
		padding: 1px 0 4px 0;
		font: normal 11px sans-serif, Arial;
		text-shadow: 1px 1px 3px #FFFFFF; /* CSS3 text shadow #8a8a8a*/
		z-index: 44;
		text-align:center;
		}

		div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */
		}

		div.slide div.desc h2{
		font-size:120%;
		margin:0;
		}

		div.slide div.desc a{
		color:yellow;
		text-decoration:none;
		}

		#sliderWrap {
		margin: 0 auto;
		width: 300px;
		}
		#slider {
		position: absolute;
		background-repeat:no-repeat;
		background-position: bottom;
		width: 275px;
		height: 250px;
		margin-top: -196px; /* posisi awal tombol slider */
		left: 985px;
		}
		#sliderContent {
		margin: -196px 0 0 0px;
		position: absolute;
		text-align:center;
		background-color:#transparent; /* default : #FFFFCC */
		color:#333333;
		font-weight:bold;
		padding: 0px;
		}
		#openCloseWrap img { /* tombol Open / Close */
		position:absolute;
		margin: 27px 0 0 33px; /* default : 143px 0 0 120px */
		width: 238px;
		height: 197px;
		z-index: 42;
		}

/* end of TV slideshow - BG Carousel */


/*****************************************************
  Our Services - laptop
*****************************************************/

        a.ourservices{
            width:125px; /* default: 100px */
            height:68px; /* default: 46px */
            position: absolute; /* default: absolute */
            top:427px; /* default: 0px */
            left:600px; /* default: 800px */
            background: url(../images/laptop.png) bottom; /* default: url(../images/our-services.gif) bottom */
            z-index:10;
            cursor:pointer;
			display: block;
			text-indent: -99999px;
        }
		a.ourservices:hover {
			background-position: 0 0;
		}
		
/* Our Services - content accordion */

.box-container {
    margin: auto;
    position: relative;
    width: 50%;
}

.accordion-container {
    border-top: 0px solid #000000;
 /* height: 580px; total height semua Tabs Accordion dalam Box Our Services */
    height: 80%;
    max-height:500px;
/*  overflow: hidden; */
    overflow-y:scroll;
    position: relative;
    width: 100%;
}
.content {
    margin: 0 auto; /* default : 0 auto */
    width:800px;
	padding: 0px;
}

.accordion {
    color: #000000; /* default : #000000 */
    margin: 0px 0px 0px 0px; /* default : 50px auto */
    position: relative;
/*    width: 800px; */
    width:100%;
}
.accordion span {
    display: none;
}
.tabs {
    background-color: #F5FDFF; /* default : #FFFFFF */
    overflow: hidden;
	margin: 0 40px 0 0;
}
.tabs .tab .tab-desc {overflow-y:scroll;}

.tabs dl dd a {
    background-color: #C8CEFF;
    border: 1px solid;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    border-color:#ccc;
	border-bottom-color:#aaa;
	display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 0px 15px 10px 10px;
	margin-top: 0px;
	vertical-align: middle;
    text-decoration: none;
	color: #000099;

    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0);
    background-image: -moz-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -ms-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e0e0e0));
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);

    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tabs dl dd div {
    background-color: #F5F5FF;
    height: 0;
    overflow: hidden;
	border: 1px thin;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    border-color:#ccc;
	border-bottom-color:#aaa;
    box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tabs dl dd div p {
    color: #444444;
    font-size: 12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    padding: 0px 15px 15px 15px;
    text-align: justify;
}
.tabs dl dd a:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
	color: #0000CC;
}
.tabs dl dd a:active {
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#BDBEFC);
    background-image: -moz-linear-gradient(top,#e6e6e6 0,#BDBEFC 100%); /* default : (top,#e6e6e6 0,#dcdcdc 100%) */
    background-image: -ms-linear-gradient(top,#e6e6e6 0,#BDBEFC 100%);
    background-image: -o-linear-gradient(top,#e6e6e6 0,#BDBEFC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(100%,#BDBEFC));
    background-image: -webkit-linear-gradient(top,#e6e6e6 0,#BDBEFC 100%);
    background-image: linear-gradient(to bottom,#e6e6e6 0,#BDBEFC 100%);
	color:#0066FF;
}
#tab1:target ~ .tabs .tab1 dd div {
    height: 70px;
}
#tab2:target ~ .tabs .tab2 dd div {
    height: 120px;
}
#tab3:target ~ .tabs .tab3 dd div {
    height: 70px;
}
#tab4:target ~ .tabs .tab4 dd div {
    height: 60px;
}
#tab5:target ~ .tabs .tab5 dd div {
    height: 60px;
}
#tab6:target ~ .tabs .tab6 dd div {
    height: 120px;
}
#tab1:target ~ .tabs .tab1 dd a,
#tab2:target ~ .tabs .tab2 dd a,
#tab3:target ~ .tabs .tab3 dd a,
#tab4:target ~ .tabs .tab4 dd a,
#tab5:target ~ .tabs .tab5 dd a,
#tab6:target ~ .tabs .tab6 dd a {
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#dcdcdc);
    background-image: -moz-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -ms-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -o-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(100%,#dcdcdc));
    background-image: -webkit-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: linear-gradient(to bottom,#e6e6e6 0,#dcdcdc 100%);

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}
.tab-img {
	height: 30px;
	width: 40px;
	padding: 10px 20px 0 10px;
}

/* End of Our Services */

/*****************************************************
  Contact Us - Phone
*****************************************************/

		.contactus-container {
		position: absolute; /* default: absolute */
		top: 445px; /* default: 437px */
		left: 760px;
  	 /* margin: 182px 0 0 872px; */
  		width: 157px;
  		text-align: center;
		z-index: 40;
		}
		.contactus-container .phone {
  		text-align: left;
		}

		.phone {
		position: relative;
		height: 15px;
  		padding: 0px 5px 8px 8px;
  		display: inline-block;
  		vertical-align: baseline;
  		zoom: 1;
  		margin: 0px 0 0 0;
  		width: 157px;
		z-index:10;
		cursor: pointer;
		}
		.phone img {
  		float: left;
  		width: 120px; /* lebar image telephone */
  		height: 50px; /* tinggi image telephone */
  		margin: 0px;
		}
		.phone:hover ul {
  		padding: 2px 0 10px;
  		visibility: visible;
  		opacity: 1;
		margin: 0px 0 1px 0;
		}
		.phone ul {
  		visibility: hidden;
  		opacity: 0;
  		position: absolute;
  		bottom: 97%;
		left: 0px;
		right: 0;
	  	background: #EBF7FC; /* default : d9e3fa */
	  	border: 1px solid;
	  	border-color: #EBF7FC;
	  	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	  	-webkit-transition: 0.2s ease-out; /* kecepatan animasi */
	  	-moz-transition: 0.2s ease-out;
	  	-o-transition: 0.2s ease-out;
	  	transition: 0.2s ease-out;
	  	-webkit-transition-property: opacity, padding, visibility;
	  	-moz-transition-property: opacity, padding, visibility;
	  	-o-transition-property: opacity, padding, visibility;
	  	transition-property: opacity, padding, visibility;
	  	background-image: -webkit-linear-gradient(top, #ADE8FF, #EBF7FC); /* default : -webkit-linear-gradient(top, #eef3fe, #d9e3fa) */
	  	background-image: -moz-linear-gradient(top, #ADE8FF, #EBF7FC);
	  	background-image: -o-linear-gradient(top, #ADE8FF, #EBF7FC);
		background-image: -ms-linear-gradient(top, #ADE8FF, #EBF7FC); /* for IE 10+ */
	  	background-image: linear-gradient(to bottom, #ADE8FF, #EBF7FC);
	  	-webkit-box-shadow: inset 0 3px 2px 3px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1); /* default : inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1) */
	  	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
		}
		.phone ul:before, .phone ul:after, .phone li:first-child:after {
  		content: '';
  		display: block;
  		position: absolute;
		left: 100px;
		width: 0;
  		height: 0;
		border: 7px outset transparent;
		}
		.phone ul:before {
  		bottom: -14px;
		border-top: 7px solid #555555;
		}
		.phone li:first-child:after {
  		bottom: -13px;
		border-top: 7px solid white;
		}
		.phone ul:after { /* arrow below the container / tooltips */
  		bottom: -12px;
		border-top: 7px solid #EBF7FC;
		}
		.phone li {
 	 	padding: 0 0px; /* default : 0 12px */
		font-size: 11px;
		color: #838ca2;
	  	text-shadow: 0 1px white;
		}
		.phone li.sep {
  		margin: -4px 0px 0 0;
		padding: 4px 10px 0px 10px;
  		border-bottom: 1px solid #FFFFFF;
		-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.6);
  		box-shadow: inset 0 0px rgba(255, 255, 255, 0.6);
		font-size: 16px;
		font-weight: bold;
		text-shadow: 1px 1px #EBEBEB;
		-o-text-shadow: 1px 1px white;
		-moz-text-shadow: 1px 1px white;
		-webkit-text-shadow: 1px 1px white;
		width: 148px;
		color: #000066;
		background: #99CCFF;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		height: 105px; /* default: 15px */
		text-align:center;
		cursor: auto;
		}
		.phone li.sep:hover {
		cursor: pointer;
		}
		.phone li.sep img {
		text-align: center;
		width: 120px;
		height: 60px;
		margin: -10px;
		padding: 0px;
		float: none;
		vertical-align: middle;
		cursor: pointer;
		}
		.phone li.sep p {
		line-height: 0.5;
		margin: 15px;
		font-size: 14px;
		color: #0000FF;
		}
		.phone li a {
	/*	display: block; */
	    display: contents;
		position: relative;
		margin: 0 0px 0 0; /* default : 0 -13px */
  		padding: 5px 10px 5px 10px;
  		color: #262CD1;
		text-decoration: none;
  		border: 1px solid transparent;
		width: 147px;
		font-size: 12px;
		}
		.phone li a:hover {
  		color: blue;
		text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  		background: #F0F3FC; /* default : #5a70b0 */
  		border-color: #5a70b0 #495d98 #42558a;
  		background-image: -webkit-linear-gradient(top, #DBFFFF, #ffffff); /* default : -webkit-linear-gradient(top, #7688bd, #4e64a3) */
  		background-image: -moz-linear-gradient(top, #DBFFFF, #ffffff);
  		background-image: -o-linear-gradient(top, #DBFFFF, #ffffff);
		background-image: -ms-linear-gradient(top, #DBFFFF, #ffffff); /* for IE 10+ */
		background-image: linear-gradient(to bottom, #DBFFFF, #ffffff);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBFFFF', endColorstr='#FFFFFF'); /* for IE 6-9 */
		}
		.phone li a:hover:after {
		display: block;
		}
		.phone li a:after {
  		content: '>';
  		display: none;
  		position: absolute;
  		top: 0%;
		right: 7px;
		margin-top: 4px;
  		width: 0;
		height: 0;
  		border: 4px solid transparent;
  		border-left-color: #9facd1;
		border-left-color: rgba(255, 255, 255, 0.4);
		}
		
/** Form Contact Us **/
.contactform {
	width: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	font-size:14px;
	font-weight:bold;
	color: #4a4a4a; /*default :#08bbef */
	background-color: #F5FDFF;
	vertical-align: top;
	padding: 0px 10px 10px 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.contactform_left {
	vertical-align:top;
	padding-left:5px;
	padding-top: 10px;
	font-size:12px;
	color:#4a4a4a;
}
.contactform_right {
	vertical-align:top;
	padding-left:20px;
	padding-top: 5px;
	font-size:14px;
	color:#4a4a4a;
	font-weight:normal;
	position: relative;
}
.contactform p {
	padding:5px;
}
.contactform label {
	padding:4px;
}
label {
 	padding-right:10px
}
.required {
 	font-weight:normal;
}
.required_star {
 	font-weight:bold;
 	color:#F00;
}
.not-required {
 	font-weight:normal;
	vertical-align:top;
}
.tanda {
	margin-left: 2px;
	margin-right: 10px;
	font-size: 12px;
 	font-weight:normal;
 	font-style:italic;
	text-align:left;
}

.contact_right {
	position: absolute;
	top: 52px;
	left: 500px;
	padding: 20px;
	background-color: #F5FDFF;
	font-size:16px;
	color: #0000FF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
	border-radius: 10px;
	-webkit-border-radius:10px;
  	-moz-border-radius:10px;
}
.contact_right a {
	text-decoration: none;
}
.contact_right a:hover {
	text-decoration: none;
	color: #0099FF;
}
.contact_right_title {
	color: #292CE3;
	font-weight: bold;
	text-shadow: 1px 1px #FFFF1C;
}

/* end of Contact Us - Phone */

/* Menu About Us */
		.aboutus {
		padding: 30px;
		font-size: 14px;
		}
		
		.aboutus a {
		color: #999999;
		}


/* Slide Panel Lampu ON-OFF */
		.onoff {
		position: absolute; /* default: absolute */
		top: 246px; /* default: 293px */
		left: 345px; /* default: 500px */
		z-index: 40;
/*		background: #transparent url(../images/transparent.gif) no-repeat center; */
		width:123px;
		height:35px;
		border: none;
		border-style: none;
		cursor:pointer;
		text-indent: -9999px;
		}
		
		.changebg {
		position: absolute; /* default: absolute */
		top: 0px;
		left: 0px;
		}
/* End of Slide Panel Lampu ON-OFF */
		

/* Social Media - Facebook - Twitter - Google Plus */
		#social {
		position: absolute;
		left: 1030px;
		top: 250px;
		}
		#social a:hover {
		background-color: transparent;
		} 
		#social img {
		margin-right: 10px; 
		-moz-transition: all 0.8s ease-in-out; 
		-webkit-transition: all 0.8s ease-in-out; 
		-o-transition: all 0.8s ease-in-out; 
		-ms-transition: all 0.8s ease-in-out; 
		transition: all 0.8s ease-in-out; 
		opacity:0.8;
		}		
		#social img:hover { 
		-moz-transform: rotate(360deg); 
		-webkit-transform: rotate(360deg); 
		-o-transform: rotate(360deg); 
		-ms-transform: rotate(360deg); 
		transform: rotate(360deg);
		opacity:1;
		}

/* Menu Sitemap */
		#sitemap {
		position: absolute;
		top: 490px;
		left: 1200px;
		z-index: 40;
		}
		#sitemap img {
		width: 50px;
		height: 40px;
		}
		#sitemap img:hover {
		width: 52px;
		height: 42px;
		}
		
		
.footer {
    position: relative;
    float: right;
    top: 720px;
    right: 20px;
    color: #888;
}

		

/*
@media screen and (max-width:425px) {
    .tabs a {font-size:0.8em;}
    
}
*/
		
/* @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) { */
/* @media screen and (max-width:991px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
*/

@media screen and (max-width:425px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}


		