@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
* {
box-sizing:border-box;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing:1px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
img {
vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
	/*list-style: none;*/
    margin:0;
    padding:0;
}

ul.area-sub-menu {
list-style:none;
}

caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-size:14px;
	color: #6d6d6d;
	overflow-x:hidden !important;
}
.clear {
clear:both;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.section{
	text-align:center;
}

.bg-responsive {
				position:absolute;
				width:100%;
				height:100%;background-size: cover
			}
			
/**
 * fullPage 2.6.0
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}



/*#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}*/
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 /*#demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

#menu {  
font-size: 14px;
width:100%;
}
#menu ul { list-style-type: none;
}
#menu ul li {
display:block;
margin:0;
border-radius:0;
}
#menu ul li.nivel1 { 
width: 250px;
}
#menu ul li.primera { 
}
#menu ul li a {display: block;
text-decoration: none;
color: #afafaf;
background-color: #fff;
border-bottom: 1px solid #eeeeee;
border-top: none;
padding: 22px 35px;
position: relative;
font-size:16px;
font-weight: 100;
}
#menu ul li:hover {position: relative;
color: #006cad;
}
#menu ul li a:hover, #menu ul li:hover > a {
color: #006cad;
position: relative;
background-image:url(../img/bg-menu.jpg);
background-repeat:repeat-y;
background-position:right center;
}
#menu ul li a.nivel1 {display: block!important;display: none;
position: relative;
}
#menu ul li ul {display: none;
}
#menu ul li a:hover ul, #menu ul li:hover > ul {display: block;
position: absolute;left: 250px;top:0!important;top: -30px;
}
#menu ul li ul li a:hover ul, #menu ul li ul li:hover > ul {display: block;
position: absolute;left: 310px;top:0!important;top: -30px;
}
#menu ul li ul li a {
width: 310px;
color: #afafaf;
background: #f1f1f1;
border-bottom: 1px solid #d9d9d9;
padding: 12px 35px;
font-size: 14px;
box-shadow: inset 6px 1px 15px -10px #ABABAB;
-webkit-box-shadow: inset 6px 1px 15px -10px #ABABAB;
-moz-box-shadow: inset 6px 1px 15px -10px #ABABAB;
-o-box-shadow: inset 6px 1px 15px -10px #ABABAB;
}
#menu ul li ul li a:hover {position: relative;
color: #006cad;
}
table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}*/

/**
 * fullPage 2.6.0
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0 !important;
    padding: 0;
    overflow:visible;
	position:relative !important;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.section {
padding-left:250px;
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}



.left-column {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  width: 250px;
  padding: 0;
  margin: 0;
  background:#fff;
  -webkit-box-shadow: -8px 0px 15px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: -8px 0px 15px 5px rgba(0,0,0,0.3);
  box-shadow: -8px 0px 15px 5px rgba(0,0,0,0.3);
}
.header-logo {
width:100%;
text-align:center;
padding:40px 0;
border-bottom:1px solid #eeeeee;
background:#fff;
}
#fullpage {
left:250px;
position:fixed !important;
overflow:hidden;
overflow-y:auto;
background:#f7f7f7;
}
.language-search {
position:absolute; /*position:fixed;*/
top:30px;
right:0;
z-index: 1000;
width:400px;
}
.news-events-home {
position:absolute;
z-index:500;
}
.footer {
position:absolute;
bottom:0;
background:#004c7d;
color:#fff;
padding-left:250px;
width:100%;
height:80px;
line-height:80px;
text-align:center;
z-index:500;
}
.footer-area {
width:90%;
margin:auto;
}
.footer a {
color:#fff;
}
.footer-left {
float:left;
}
.footer-left a {
margin-right:20px;
}
.footer-right {
float:right;
}
.footer-right a {
color:#fff;
}
.socmed {
background:#006cad;
width:100%;
height:80px;
line-height:80px;
position:absolute;
bottom:0;
text-align:center;
}
.socmed a {
width:35px;
height:35px;
line-height:80px;
display:inline-block;
margin:0 10px;
vertical-align:middle;
}
#tw {
background-image:url(../img/icon-tw.jpg);
}
#insta {
background-image:url(../img/icon-insta.jpg);
}
#youtube {
background-image:url(../img/icon-youtube.jpg);
}
#linked {
background-image:url(../img/icon-linkid.jpg);
}



.news-events-home {
color:#fff;
width:287px;
height:125px;
background-image:url(../img/bg-news-events.png);
background-repeat:no-repeat;
position:fixed;
bottom:120px;
margin-left:35px;
text-align:left;
}
.konten-news-events {
  padding-left: 10px;
  position: absolute;
  bottom: 10px;
}
.thumbs-news-events {
display:block;
float:left;
width:75px;
height:75px;
margin-right: 10px;
overflow:hidden;
border:1px solid #fff;
background-size:cover;
}
.date-news-events {
font-size:12px;
font-style:italic;
}
.judul-news-events {
font-weight:700;
height:36px;
overflow:hidden;
}
.topic-news-events a {
color: #fff;
font-size: 12px;
margin-top: 5px;
display: block;
}
.judul-konten-news-events {
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
  margin-left: 35px;
}
.news-events-home .view-all {
display:inline-block;
height:30px;
line-height:30px;
padding:0 10px;
color:#fff;
background:#004d7c;
position:absolute;
right:0;
top:-30px;
font-size:12px;
}
#events-hf {
margin-left:357px;
}
.info-slide {
position:absolute;
right:13.5%;
width:380px;
height:auto;
background-image:url(../img/bg-info-slide.png);
background-repeat:no-repeat;
background-position:center center;
background-size:100% 100%;
color:#fff;
top:30px;
bottom:120px;
padding:50px;
}
.info-slide h1 {
color:#fff;
font-size:40px;
font-weight:300;
letter-spacing:5px;
margin:-15px 0;
font-family: 'Open Sans Condensed', sans-serif;
}
.info-slide h1 b {
font-weight:700;
letter-spacing:5px;
font-family: 'Open Sans Condensed', sans-serif;
}
.info-slide p i {
font-family: 'serif';
font-size:12px;
letter-spacing:2px;
height:54px;
line-height:1.5;
overflow:hidden;
margin:25px 0 20px;
display:block;
}
.line {
width:45px;
height:1px;
background:#fff;
margin:2px auto;
}
#line-top {
margin-top:15px;
}
#line-bottom {
}
.view-more-button {
border:1px solid #fff;
padding:10px 20px;
display:inline-block;
color:#fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.view-more-button:hover {
  background:#fff;
  color: #006cad;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-slide {
width:56px;
height:76px;
margin:0 auto 10px;
}
.judul-info-slide {
height: 135px;
padding-top: 15px;
overflow:hidden;
}
.language {
position:absolute;
top:40px;
right:0;
text-align:center;
padding:4px;
background:#fff;
}
.language-area {
border:1px solid #006cad;
}
.language a {
display:block;
width:30px;
height:30px;
line-height:30px;
background:#fff;
color:#7b7b7b;
font-weight:700;
font-family: 'Open Sans Condensed', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.language a:hover {
color:#006cad;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.language a.active {
color:#fff;
background:#006cad;
}
#menu ul li a .icon-menu {
width:28px;
height:31px;
position:absolute;
top:17px;
right:30px;
vertical-align:middle;
background-image:url(../img/icon-sprite.jpg);
background-repeat:no-repeat;
}
#menu ul li#icon-menu-1 a .icon-menu {
background-position:0 0;
}
#menu ul li#icon-menu-1:hover a .icon-menu {
background-position:0 -31px;
}
#menu ul li#icon-menu-2 a .icon-menu {
background-position:-28px 0;
}
#menu ul li#icon-menu-2:hover a .icon-menu {
background-position:-28px -31px;
}
#menu ul li#icon-menu-3 a .icon-menu {
background-position:-56px 0;
}
#menu ul li#icon-menu-3:hover a .icon-menu {
background-position:-56px -31px;
}
#menu ul li#icon-menu-4 a .icon-menu {
background-position:-84px 0;
}
#menu ul li#icon-menu-4:hover a .icon-menu {
background-position:-84px -31px;
}
#menu ul li#icon-menu-5 a .icon-menu {
background-position:-112px 0;
}
#menu ul li#icon-menu-5:hover a .icon-menu {
background-position:-112px -31px;
}
#menu ul li#icon-menu-6 a .icon-menu {
background-position:-140px 0;
}
#menu ul li#icon-menu-6:hover a .icon-menu {
background-position:-140px -31px;
}
#menu ul li#icon-menu-7 a .icon-menu {
background-position:-168px 0;
}
#menu ul li#icon-menu-7:hover a .icon-menu {
background-position:-168px -31px;
}
.section-content-page {
height:auto;
padding-left: 250px;
background-color: #F7F7F7;
}
.inside-page .footer {
position: relative;
padding-left: 0;
}
.vb {
position:absolute;
left:250px;
right: 0;
top: -3em;
height:100%;background-position: center;
background-size:cover;/**/
}
.title-page {
position:absolute;
left:250px;
bottom:0;
right:0;
height:190px;
background-image:url(../img/bg-title-page.jpg);
background-repeat:repeat-x;
background-position:top center;
color:#fff;
vertical-align:center;
}
.title-page h1 {
color:#fff;
font-size:54px;
font-weight: 700;
letter-spacing: 5px;
font-family: 'Open Sans Condensed', sans-serif;
margin:25px 0 15px;
}
.title-page p {
font-style:italic;
font-family: serif;
line-height:1.5;
letter-spacing:2px;
}
.breadcrumb {
background:#063857;
color:#fff;
line-height:1.75;
padding:15px 0;
text-align:center;
}
.breadcrumb a {
color:#fff;
}
.current-page {
font-weight:700;
}
.konten-teks-area {
width:80%;
margin:65px auto;
font-weight:400;
line-height:1.75;
text-align:justify;
}
.konten-teks-area h1 {
font-size:30px;
font-weight:700;
letter-spacing: 3px;
font-family: 'Open Sans Condensed', sans-serif;;
}
.area-sub-menu li {
width:50%;
float:left;
text-align:center;
display:table;
background-size:cover;
background-position:center center;
}
.area-sub-menu li:nth-last-child(2):nth-child(odd) {
width:100%;
}
.sub-menu-thumb {
  width: 100%;
  height: 320px;
  vertical-align: middle;
  display: table-cell;
  color:#fff;
}
.judul-sub-menu h4 {
  margin: 10px 0;
font-size:30px;
color:#fff;
font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.area-sub-menu li a {
background:rgba(1,73,116,0);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.area-sub-menu li a:hover {
background:rgba(1,73,116,0.7);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.summary-sub-menu {
  height: 0;
  padding: 0 10%;
  line-height: 1.75;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.area-sub-menu li a:hover .summary-sub-menu {
  height: 72px;
  margin: 20px auto;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.area-sub-menu li a span {
  height: 0;
  overflow: hidden;
  display: block;
-webkit-transition: all 0.75s ease-in-out;
-moz-transition: all 0.75s ease-in-out;
-o-transition: all 0.75s ease-in-out;
transition: all 0.75s ease-in-out;
}
.area-sub-menu li a:hover span {
height:18px;
-webkit-transition: all 0.75s ease-in-out;
-moz-transition: all 0.75s ease-in-out;
-o-transition: all 0.75s ease-in-out;
transition: all 0.75s ease-in-out;
}
.board-profile-column {
padding:65px 0;
border-bottom:1px solid #dedede;
}
.board-profile-column-area {
width: 80%;
min-height:200px;
margin: auto;
position:relative;
}
.img-board-profile {
position:absolute;
top:0;
left:0;
border: 1px solid #fff;
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
}

.summary-board-profile {
padding-left:230px;
line-height:1.75;
text-align:justify;
}
.summary-board-profile ol{ margin-left: 20px; }
.summary-board-profile h4 {
font-size:18px;
font-weight:bold;
color: #6d6d6d;
}
.summary-board-profile span {
margin-bottom:20px;
display:block;
font-style:italic;
}
.info-audit {
padding:65px 10%;
line-height:1.75;
text-align:justify;
background:#ebebeb;
}
.info-audit ul {
list-style-type:decimal;
margin-left: 20px;
}
.organizational {
text-align:center;
}
.organizational img {
max-width:97%;
}
.konten-download-produk {
text-align:center;
}
.konten-download-produk h6 {
  font-size: 24px;
  font-weight: bold;
}
.list-icon {
text-align:center;
margin: 35px 0 50px;
}
.list-icon ul li {
display:inline-block;
margin:0 5%;
vertical-align:top;
}
.bg-icon-download {
position:relative;
margin-bottom:25px;
background:#d3d3d3;
border-radius:100%;
border:10px solid #fff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.bg-icon-download:hover {
background:#006cad;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.bg-icon-download .icon-download {
display:table-cell;
width:150px;
height:150px;
vertical-align:middle;
border-radius:100%;
background-repeat:no-repeat;
background-position:center center;
}
.bg-icon-download:hover .icon-download {
}
.list-icon ul li p {
max-width:170px;
font-size: 16px;
}
.gallery-detail .slick-dots {
display:none !important;
}
.gallery-detail .slick-slider {
  margin: 0;
}
.contact-form {
width:500px;
margin:auto;
text-align:center;
}
.contact-form label, .contact-form input, .contact-form span, .contact-form textarea, .contact-form select {
width:100%;
display:block;
text-align:center;
  border: none;
  outline: 0;
  height: 40px;
}
.contact-form input, .contact-form textarea, .contact-form select {
-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  padding:0 20px;
  margin-bottom:20px;
}
.contact-form label {
font-weight:bold;
font-size:16px;
}
.contact-form textarea {
height:170px;
}
#captcha img {
  border: 0;
  height: 40px;
  width: auto;
}
.submit {
  margin-top: 30px;
  padding:0 30px;
  cursor:pointer;
  background: #006cad;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  width:auto !important;
  display:inline-block !important;
  margin-bottom:0 !important;
}
.form-captcha {
margin-top:30px;
}
.address-info {
background:#004d7c;
color:#fff;
padding:50px 0;
line-height:1.75;
}
.kolom-address-info {
width:29%;
display:inline-block;
vertical-align:top;
}
.kolom-address-info h6 {
color:#fff;
font-weight:bold;
margin-bottom:20px;
font-size:15px;
}
#kolom-address-2 {
margin:0 5%;
}
.area-address-info {
width:90%;
margin:auto;
}
.g-maps-office-area {
position:relative;
height:400px;
background:#fff;
}
.gmo {
width:50%;
height:100%;
position:absolute;
}
#gmo-right {
  text-align: center;
  right:0;
  line-height:1.75;
}
 
#gmo-right:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
 }
 
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
 }
 #gmo-right h4 {
 font-size:24px;
 font-weight:bold;
 margin-bottom:20px;
 }
 #gmo-right h6 {
 font-size:16px;
 font-weight:bold;
 }
.area-download-tab {
padding: 10px 20px;
}
.row-dt {
padding:10px 0;
border-bottom:1px solid #eeeeee;
}
.row-dt:nth-last-of-type(1) {
border-bottom:0px solid #eeeeee;
}
.kolom-dt {
float:left;
}
#kolom-dt-1 {
width:70%;
font-weight:bold;
}
#kolom-dt-2 {
width:20%;
background-image:url(../img/icon-pdf.jpg);
background-repeat:no-repeat;
background-position:left center;
}
#kolom-dt-2 a {
color: #006cad;
padding-left:30px;
display:block;
}
#kolom-dt-3 {
width:10%;
text-align:right;
}
.thumb-products {
  list-style-type: none;
  padding: 0;
}
.thumb-products li {
display:inline-block;
vertical-align:top;
  width: 22.5%;
  margin: 1.25%;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
}
.thumb-products li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.thumbnail-products {
  position: relative;
}
.fluid-ratio-resize {
  max-width: 340px;
  background-size: cover;
  background-position: center;
}
.fluid-ratio-resize:after {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 100%;
  height: auto;
}
.info-products {
  position: absolute;
  top: 0;
  width:100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  background: rgba(1,73,116,0);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.info-products:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.info-products .centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.thumb-products li:hover .info-products {
	opacity:1;
	background: rgba(1,73,116,0.7);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.thumb-products li a:hover .fluid-ratio-resize {
	opacity:1;
}
.info-products p {
  height: 120px;
  display: block;
  margin-bottom: 30px;
}
.thumb-products li .info-products .view-more-button {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.thumb-products li .info-products .view-more-button:hover {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.logo-ph {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  color:#6d6d6d;
  line-height:1.25;
}
.date-news-page {
font-size:12px;
font-style:italic;
}
.judul-news-page-list {
  height: 58px;
  overflow:hidden;
  display: block;
  padding-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color:#444;
}
.paging {
text-align:center;
margin-top:10px;
}
.paging a {
color:#006cad;
margin:0 5px;
}
.gallery-area .slick-slider {
  margin: 0;
}
.gallery-area .slick-slider img {
  max-width:100%;
}
.gallery-area .slider-nav .slick-slide {
  margin: 0.5px;
}
.gallery-area .slider-nav {
  background:#fff;
  padding: 15px 0;
}
.gallery-area .slider-nav .slick-slide {
  opacity:0.5;
}
.gallery-area .slider-nav .slick-slide:hover {
  opacity:1;
}
.gallery-area .slider-nav .slick-center {
  opacity:1;
}
.ddsmoothmobile {
  display: none !important;
}
#button-menu {
display:none;
position:absolute;
width:25px;
z-index:9000;
}
#menu .sb-search-input {
  width: 80%;
  left: 5%;
  top: 20px;
  border-radius: 25px;
  background:#00619b;
}
#menu .sb-icon-search, #menu .sb-search-submit {
  right: 15%;
  top: 24px;
  margin-right: 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100%;
}
#menu .language {
  top: 0;
  right: 0;
  padding: 0;
  display:block;
  width:10%;
  height:80px;
}
#menu .language .language-area {
  display:block;
  height:100%;
  border:0px solid #000;
  border-left: 1px solid #00619b;
}
#menu .language a {
  width: 100%;
  height: 50%;
  line-height:40px;
  background:#006cad;
  color:#005385;
  border-top: 1px solid #00619b;
}
#menu .language a:hover {
color:#fff;
}
#menu .language a.active {
color:#fff;
}
.header-mobile {
width:100%;
display:table;
vertical-align:middle;
background:#fff;
position:fixed;
z-index:1000;
text-align:center;
height:40px;
-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
}
.header-mobile span {
  display: table-cell;
  vertical-align: middle;
}
.header-mobile a {
display:inline-block;
}
.header {
top: 0;
padding:0 !important;
display:none;
}
.search-page .section-content-page {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
}
.search-page .title-page {
  position: relative;
  text-align: center;
}
.search-page .title-page h1 {
  margin: 0px 0 15px;
  padding-top: 25px;
}
.search-page .konten-teks-area input {
  width: 500px;
  display: block;
  border: none;
  outline: 0;
  height: 40px;
  float:left;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top:10px;
}
.search-page .konten-teks-area input#searchsubmit {
float:left;
width:auto;
display:inline-block;
  padding: 0 20px;
  cursor: pointer;
  background: #006cad;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.kolom-result {
margin-top:20px;
}
.kolom-result a {
color:#006cad;
font-weight:bold;
text-decoration:underline;
display:inline-block;
margin:5px 0;
}
	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
		-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
	    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
	    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #fff; 
	}
	th { 
		background: #006cad; 
		color: white; 
		font-weight: bold; 
	}
	td{ 
		padding: 6px; 
		border: 1px solid #e5e5e5;
	}
	
	th { 
		padding: 6px; 
		border: 1px solid #e5e5e5; 
		text-align: center; 
	}
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*Label the data*/
	#no-more-tables td:before { content: attr(data-title); }
}


@media only screen and (max-width: 1024px) {
/* HOME PAGE */
.left-column {
display:none;
}
.section {
  padding-left: 0;
  -webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
}
#slides .slides-container li {
  margin-left: 0 !important;
}
.header {
display:table;
}
.header-mobile span {
display:table-cell;
}
.header-mobile span a#button-menu {
display:block;
top:50%;
margin-top:-12px;
position:absolute;
left:20px;
}
.language-search {
display:none;
}
.footer {
display:none;
}
.news-events-home {
display:none;
}
.slides-pagination {
  bottom: 60px !important;
}
.info-slide {
  right: 50%;
  margin-right: -190px;
  top: 80px;
  bottom: 40px;
}

/* ABOUT PAGE */
.inside-page .section {
	height: auto !important;
}
.inside-page .section .fp-tableCell {
    height: auto !important;
}
.vb {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    /*padding-top: 57.5%;*/
	margin-top: 40px;
    height: auto;
    background-size: 100%;
}
.section-content-page {
padding-left:0;
  -webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
}
.konten-teks-area {
  margin: 65px auto 0;
  padding-bottom: 65px;
}
.title-page {
  height: auto;
  position: relative;
  padding-bottom: 25px;left: auto;
}
.title-page h1 {
  font-size: 44px;
  padding-top: 25px;
  margin: 0 0 15px;
}
}

@media only screen and (max-width: 768px) {
.title-page h1 {
  font-size: 30px;
  letter-spacing: 1.5px;
}
.bg-icon-download .icon-download {
  display: table-cell;
  width: 120px;
  height: 120px;
}
.list-icon ul li p {
  max-width: 120px;
}
.content {
  padding: 0 !important;
}
.kolom-address-info h6 {
  font-size: 15px;
  line-height: 20px;
}
#kolom-dt-1 {
  width: 50%;
}
#kolom-dt-2 {
  width: 30%;
}
#kolom-dt-3 {
  width: 20%;
}
.thumb-products li {
  width: 45%;
  margin: 2.5%;
}
.judul-sub-menu h4 {
  font-size: 24px;
  letter-spacing: 1.5px;
}
}

@media only screen and (max-width: 640px) {
.title-page {
}
.title-page p {
}
.title-page h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px;
}
.bg-icon-download {
  margin-bottom: 15px;
}
.bg-icon-download .icon-download {
  width: 100px;
  height: 100px;
  background-size: 65%;
}
.list-icon ul li {
  margin: 0 5% 2.5%;
}
.list-icon ul li p {
  max-width: 120px;
  font-size: 14px;
}
.img-board-profile {
  position: relative;
  width: 200px;
  display: block;
  margin: 0 auto 40px;
  top: initial;
  left: initial;
}
.summary-board-profile {
  padding-left: 0;
}
.contact-form {
  width: 100%;
}
.kolom-address-info {
  width: 100%;
  margin-bottom:40px;
}
#kolom-address-2 {
  margin: 0 0 40px;
}
#kolom-address-3 {
margin-bottom:0;
}
.g-maps-office-area {
  height: auto;
}
.gmo {
  position:relative;
  width: 100%;
  height:auto;
}
#gmo-left {
height:400px;
}
#gmo-right {
padding:50px 0;
}
.konten-teks-area {
  width: 90%;
}
.board-profile-column-area {
  width: 90%;
}
.info-audit {
  padding: 65px 5%;
}
.judul-sub-menu h4 {
  font-size: 20px;
  padding: 0 10px;
}
.sub-menu-thumb {
  height: 250px;
}
}

@media only screen and (max-width: 480px) {
.title-page {
  height: 175px;
  padding:0 5%;
}
.title-page p {
  font-size:12px;
  letter-spacing:1.5px;
}
.breadcrumb {
  font-size: 12px;
}
.konten-teks-area h1 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.konten-teks-area {
  margin: 50px auto 0;
  padding-bottom: 50px;
}
.mm-listview .mm-next {
  width: 15% !important;
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 15% !important;
}
#menu .language {
  width: 15% !important;
}
#menu .sb-search-input {
  width: 75% !important;
}
#menu .sb-icon-search, #menu .sb-search-submit {
  right: 20% !important;
}
.info-audit {
  padding: 50px 5%;
  font-size: 12px;
}
.board-profile-column {
  padding: 50px 0;
  font-size: 12px;
}
.konten-teks-area {
  font-size: 12px;
}
.contact-form label, .contact-form input, .contact-form span, .contact-form textarea, .contact-form select {
  height: 35px;
}
.contact-form label {
  font-size: 14px;
}
.kolom-address-info {
  font-size: 12px;
}
.kolom-address-info h6 {
  margin-bottom: 10px;
}
.ui-accordion .ui-accordion-header a {
  font-size: 12px !important;
}
#kolom-dt-1 {
  width: 100%;
  margin-bottom:10px;
  font-size:14px;
}
#kolom-dt-2 {
  width: 50%;
  background-size: auto 100%;
}
#kolom-dt-3 {
  width: 50%;
}
#gmo-right {
  font-size: 12px;
}
.info-slide {
  margin-right: -160px;
  width: 320px;
}
.judul-news-page-list {
  font-size: 12px;
  height: 52px;
}
.area-sub-menu li {
  width: 100%;
}
}

@media only screen and (max-width: 360px) {
.konten-teks-area {
  margin: 40px auto 0;
  padding-bottom: 40px;
}
.info-audit {
  padding: 40px 5%;
}
.board-profile-column {
  padding: 40px 0;
}
.img-board-profile {
  margin: 0 auto 30px;
}
.list-icon ul li {
  margin: 0px 15% 10%;
}
.konten-download-produk h6 {
  font-size: 18px;
}
.list-icon ul li p {
  font-size: 12px;
}
.submit {
  font-size: 14px;
}
.address-info {
  padding: 40px 0;
}
.kolom-address-info {
  margin-bottom: 30px;
}
#kolom-address-2 {
  margin: 0 0 30px;
}
#gmo-right {
  padding: 40px 0;
}
#gmo-right h4 {
  font-size: 20px;
}
.breadcrumb {
  padding: 15px 5%;
}
.thumb-products li {
  width: 100%;
  margin: 4% 0;
}
.judul-sub-menu h4 {
  font-size: 18px;
}
.info-slide {
  margin-right: -140px;
  width: 280px;
}
.info-slide {
  padding:20px;
  top: 70px;
  bottom: 30px;
}
.info-slide h1 {
  font-size: 30px;
  margin: -10px 0;
}
.judul-info-slide {
  height: 115px;
}
.info-slide p i {
  letter-spacing: 1.5px;
  height: 74px;
  line-height: 1.5;
}
.slides-pagination {
  bottom: 50px !important;
}
.view-more-button {
  padding: 7px 15px;
}
}

@media only screen and (max-width: 320px) {
.info-slide {
  padding:20px;
  top: 60px;
  bottom: 20px;
}
.info-slide h1 {
  font-size: 24px;
}
.judul-info-slide {
  height: 90px;
}
.view-more-button {
  padding: 5px 15px;
  font-size: 12px;
}
.slides-pagination {
  bottom: 30px !important;
}
}

/*Table Transparant*/
.transparent tr {
background:transparent;
}
.transparent td {
border:none;
text-align:justify;vertical-align: top;
}
.transparent {
border: none;
box-shadow: none;
}


@media all and (orientation:landscape) {
	.bg-responsive {
		background-image: none !important;
	}
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .slides-container li {
background-size: cover;
background-position:center center;
margin-left:-125px;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 90px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background:#fff;
  margin: 5px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: absolute;
	right: 0;
	width: 0%; /*100%;*/
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #004c7d;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	padding: 0 55px 0 15px;
    font-family: inherit;
    font-size: 14px;
	color: #fff;
}

.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}

.sb-search-input:-moz-placeholder {
	color: #fff;
}

.sb-search-input::-moz-placeholder {
	color: #fff;
}

.sb-search-input:-ms-input-placeholder {
	color: #fff;
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #006cad;
	z-index: 90;
	line-height: 40px;
	font-size: 14px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #4fabda;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.ddsmoothmenu-v{
display: none;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100%; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
float: none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #afafaf;
text-decoration: none;
padding: 6px 23px 6px 6px;
border-bottom: 1px solid #eeeeee;
  padding: 22px 25px;
  position: relative;
  font-size: 16px;
  font-weight: 100;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #fff; /*background of menu items (default state)*/
color: #afafaf;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color: #fff !important; 
background-image:url(../img/bg-menu.jpg);
background-repeat:repeat-y;
background-position:right center;
color: #006cad;
}

.ddsmoothmenu-v ul li a:hover{
background-color: #fff; /*background of menu items during onmouseover (hover state)*/
background-image:url(../img/bg-menu.jpg);
background-repeat:repeat-y;
background-position:right center;
color: #006cad;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 310px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active {
  color: #afafaf;
  background: #f1f1f1;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 25px;
  font-size: 14px;
  box-shadow: inset 6px 1px 15px -10px #ABABAB;
  -webkit-box-shadow: inset 6px 1px 15px -10px #ABABAB;
  -moz-box-shadow: inset 6px 1px 15px -10px #ABABAB;
  -o-box-shadow: inset 6px 1px 15px -10px #ABABAB;
}

.ddsmoothmenu-v ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color: #f1f1f1 !important; 
background-image:url(../img/bg-menu.jpg);
background-repeat:repeat-y;
background-position:right center;
color: #006cad;
}

.ddsmoothmenu-v ul li ul li a:hover{
background-color: #f1f1f1; /*background of menu items during onmouseover (hover state)*/
background-image:url(../img/bg-menu.jpg);
background-repeat:repeat-y;
background-position:right center;
color: #006cad;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */


.ddshadow.toplevelshadow {
  position: fixed !important;
}

.ddsmoothmenu-v ul li a .icon-menu {
width:28px;
height:31px;
position:absolute;
top:17px;
right:40px;
vertical-align:middle;
background-image:url(../img/icon-sprite.jpg);
background-repeat:no-repeat;
}
.ddsmoothmenu-v ul li#icon-menu-1 a .icon-menu {
background-position:0 0;
}
.ddsmoothmenu-v ul li#icon-menu-1:hover a .icon-menu {
background-position:0 -31px;
}
.ddsmoothmenu-v ul li#icon-menu-2 a .icon-menu {
background-position:-28px 0;
}
.ddsmoothmenu-v ul li#icon-menu-2:hover a .icon-menu {
background-position:-28px -31px;
}
.ddsmoothmenu-v ul li#icon-menu-3 a .icon-menu {
background-position:-56px 0;
}
.ddsmoothmenu-v ul li#icon-menu-3:hover a .icon-menu {
background-position:-56px -31px;
}
.ddsmoothmenu-v ul li#icon-menu-4 a .icon-menu {
background-position:-84px 0;
}
.ddsmoothmenu-v ul li#icon-menu-4:hover a .icon-menu {
background-position:-84px -31px;
}
.ddsmoothmenu-v ul li#icon-menu-5 a .icon-menu {
background-position:-112px 0;
}
.ddsmoothmenu-v ul li#icon-menu-5:hover a .icon-menu {
background-position:-112px -31px;
}
.ddsmoothmenu-v ul li#icon-menu-6 a .icon-menu {
background-position:-140px 0;
}
.ddsmoothmenu-v ul li#icon-menu-6:hover a .icon-menu {
background-position:-140px -31px;
}
.ddsmoothmenu-v ul li#icon-menu-7 a .icon-menu {
background-position:-168px 0;
}
.ddsmoothmenu-v ul li#icon-menu-7:hover a .icon-menu {
background-position:-168px -31px;
}