@charset "utf-8";
/* CSS Document */
@media screen and (min-width:0px) and (max-width:989px){
body{
	margin: 0px;
	background: #FFF;
	overflow-x: hidden;
}
.container_24{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
nav:not(.mm-menu){
	display: none;
}
.menu-mobile{
	text-align: left;
	float:left;
	z-index:10;
	margin-top: 10px;
	position:relative;
}
.menu-mobile{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 47px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 57px;
}
.menu-mobile.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.menu-mobile .menu-mobile a{
	background: center center no-repeat transparent;
	background-image:url(../images/mob.png);
	display: block;
	width: 30px;
	height: 29px;
	top: 0;
	right: 0px;
	float:left;
	text-decoration:none;
}

.top1{
	float: left;
	width: 100%;
	height: 35px;
	overflow: hidden;
	background: #00308f;
	font-family: 'GothamBook';
	font-size: 12px;
	color: #FFF;
	border-bottom: 1px solid #0050ef;
}
.top1 .phone{
	display: none;
}
.top1 .phone a{
	color: #FFF;
}
.top1 .phone img{
	width: 12px;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}
.top1 .phone span{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #0050ef;
}
.top1 .phone span:nth-last-child(1){
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
.top1 .email{
	display: none;
}
.top1 .email a{
	color: #FFF;
}
.top1 .email img{
	width: 16px;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}
.top1 .email span{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top1 .bahasa{
	float: right;
	margin: 7px;
	margin-right: 5px;
	font-size: 12px;
}
.top1 .bahasa img{
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.top1 .cari{
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12px;
}
.top1 .cari img{
	width: 16px;
}
:root .css3-metro-dropdown option,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after,
:root .css3-metro-dropdown select
{
    color: #FFF;
	cursor: pointer;
}
 
:root .css3-metro-dropdown select,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after
{
    display: block;
    background: none;
	color: #FFF;
}
 
:root .css3-metro-dropdown select,
:root .css3-metro-dropdown option
{
	color: #FFF;
}
 
:root .css3-metro-dropdown
{
    position: relative;
    display: inline-block;
	border-left: none;
}
 
:root .css3-metro-dropdown::after
{
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 22px;
    font-size: 8px;
    line-height: 22px;
    text-align: center;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
 
:root .css3-metro-dropdown select
{
   height: 20px;
   border: 0;
   vertical-align: middle;
   font-family: 'GothamBook';
   font-size: 12px;
   outline: 0 none;
}
 
:root .css3-metro-dropdown option
{
    background:none;
    color: #FFF;
	border:none;
	cursor:pointer;
}
 
/* more colors */ 
:root .css3-metro-dropdown-color-ff2e12 select
{
    background: #00308f;
	color: #FFF;
}
:root .css3-metro-dropdown-color-ff2e12:after
{
    background: #00308f;
	color: #FFF;
}
:root .css3-metro-dropdown-color-ff2e12::after
{
    background: #00308f;
	color: #FFF;
}

.top2{
	float: left;
	width: 100%;
	height: 70px;
	background: #00308f;
	position: relative;
	z-index: 5;
}
.top2 .logo{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -45px;
}
.top2 .logo img{
	width: 220px;
}
.top2 .logo-mob{
	display: none;
}
.top2 .cari{
	float: right;
	margin-top: 30px;
}
.top2 .cari .input{
	float: right;
	width: 230px;
	height: 37px;
	padding-left: 5px;
	background: #FFF;
	border: 1px solid #cfcfcf;
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #757575;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.top2 .cari .submit{
	float: right;
	width: 39px;
	height: 39px;
	background: url(../images/cari.png) no-repeat center #737373;
	text-align: center;
	border: 1px solid #737373;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.top2 .menu{
	display: none;
}
#cssmenu {
  	display: none;
}
#cssmenu ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  	content: " ";
  	display: block;
  	font-size: 0;
  	height: 0;
  	clear: both;
  	visibility: hidden;
}
#cssmenu ul li {
  	margin: 0;
  	padding: 0;
  	display: block;
  	position: relative;
}
#cssmenu ul li a {
  	text-decoration: none;
  	display: block;
  	margin: 0;
  	-webkit-transition: color .2s ease;
  	-moz-transition: color .2s ease;
  	-ms-transition: color .2s ease;
  	-o-transition: color .2s ease;
  	transition: color .2s ease;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
#cssmenu ul li ul {
  	position: absolute;
  	left: -9999px;
  	top: auto;
  	z-index:10;
}
#cssmenu ul li ul li {
  	max-height: 0;
  	position: absolute;
  	-webkit-transition: max-height 0.4s ease-out;
  	-moz-transition: max-height 0.4s ease-out;
  	-ms-transition: max-height 0.4s ease-out;
  	-o-transition: max-height 0.4s ease-out;
  	transition: max-height 0.4s ease-out;
  	background: rgba(51,57,93,0.8);
}
#cssmenu ul li ul li.has-sub:after {
  	position: absolute;
  	top: 17px;
  	right: 12px;
  	width: 4px;
  	height: 4px;
  	border-top: 2px solid #FFF;
  	border-right: 2px solid #FFF;
  	content: "";
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
  	-webkit-transition: border-color 0.2s ease;
  	-moz-transition: border-color 0.2s ease;
  	-ms-transition: border-color 0.2s ease;
  	-o-transition: border-color 0.2s ease;
  	transition: border-color 0.2s ease;
}
#cssmenu ul li ul li a {
  	font-size: 12px;
  	text-transform: none;
  	color: #FFF;
  	letter-spacing: 0;
  	display: block;
  	padding: 10px;
  	line-height:1.3em;
  	transition: all 0.5s ease 0s; 
  	-webkit-transition: all 0.5s ease 0s;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  	background: #33395d;
}
#cssmenu ul li ul li:hover > ul {
  	left: 100%;
  	top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  	max-height: 72px;
  	position: relative;
}
#cssmenu > ul > li {
  	float: left;
}
#cssmenu.align-center > ul > li {
  	float: none;
  	display: inline-block;
}
#cssmenu.align-center > ul {
  	text-align: center;
}
#cssmenu.align-center ul ul {
  	text-align: left;
}
#cssmenu.align-right > ul {
  	float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  	left: auto;
  	right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  	right: 100%;
  	left: auto;
}
#cssmenu.align-right ul ul li a {
  	text-align: right;
}
#cssmenu > ul > li:after {
  	content: "";
  	display: block;
  	position: absolute;
  	width: 100%;
  	height: 0;
  	top: 0;
  	z-index: 0;
  	background:none;
  	-webkit-transition: height .2s;
  	-moz-transition: height .2s;
  	-ms-transition: height .2s;
  	-o-transition: height .2s;
  	transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  	padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a::after {
  	position: absolute;
  	top: 16px;
  	right: 24px;
  	width: 4px;
  	height: 4px;
  	border-bottom: 2px solid #FFF;
  	border-right: 2px solid #FFF;
  	content: "";
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
  	-webkit-transition: border-color 0.2s ease;
  	-moz-transition: border-color 0.2s ease;
  	-ms-transition: border-color 0.2s ease;
  	-o-transition: border-color 0.2s ease;
  	transition: border-color 0.2s ease;
}
#cssmenu > ul > li > a {
    margin-left: 25px;
	  padding-bottom: 14px;
	  padding-top: 14px;
  	color: #FFF;
  	text-transform: uppercase;
  	font-size: 13px;
  	z-index: 2;
  	position: relative;
  	transition: all 0.5s ease 0s; 
  	-webkit-transition: all 0.5s ease 0s;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  	color: #d3a83e;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  	color: #d3a83e;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  	color: none;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  	border-top-color:none;
}
#cssmenu > ul > li:hover > ul {
  	left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  	max-height: 72px;
  	position: relative;
}
#cssmenu #menu-button {
  	display: none;
}
#cssmenu > ul > li > a {
  	display: block;
}
#cssmenu > ul > li {
  	width: auto;
}
#cssmenu > ul > li > ul {
  	width: 220px;
  	display: block;
}
#cssmenu > ul > li > ul > li {
  	width: 220px;
  	display: block;
}

.slide{
	float: left;
	width: 100%;
	position: relative;
}

.produk-home{
  float: left;
  width: 100%;
  padding-top: 20px;
  background: url(../images/back-produk-home.jpg) repeat-x bottom #FFF;
  text-align: center;
  padding-bottom: 50px;
}
.produk-home h1{
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'GothamBook';
  font-size: 20px;
  color: #00308f;
  margin-bottom: 10px;
}
.produk-home h2{
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'GothamBook';
  font-size: 14px;
  color: #787878;
}
.produk-home .pic{
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 60px;
}
.produk-home .pic img{
  width: 80%;
  max-width: 716px;
}
.produk-home a.more{
  padding: 14px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 3px;
  background: #FFF;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'GothamBook';
  font-size: 13px;
  color: #3c3c3c;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.produk-home a.more:hover{
  background: #000;
  color: #FFF;
}
.produk-home a.more::after {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.produk-home a.more:hover::after {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.fasilitas-home{
  float: left;
  width: 100%;
  overflow: hidden;
  background: #ae0202;
}
.fasilitas-home .left{
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fasilitas-home .left h1{
  float: left;
  width: 100%;
  font-family: 'GothamBook';
  font-size: 25px;
  color: #FFF;
  line-height: 1em;
  margin-bottom: 10px;
}
.fasilitas-home .left h2{
  float: left;
  width: 100%;
  font-family: 'GothamBook';
  font-size: 14px;
  color: #FFF;
}
.fasilitas-home .right{
  float: right;
  width: 100%;
  overflow: hidden;
}
.fasilitas-home .right img{
  width: 100%;
}

.factory-home{
  float: left;
  width: 100%;
  min-height: 750px;
  overflow: hidden;
  position: relative;
}
.factory-home .back{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
}
.factory-home h1{
  float: left;
  width: 100%;
  font-family: 'GothamBook';
  font-size: 20px;
  color: #FFF;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
}
.factory-home .left{
  float: left;
  width: 100%;
  font-family: 'GothamBook';
  font-size: 13px;
  color: #FFF;
}
.factory-home .left .text{
  float: left;
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.factory-home .left .text p{
  padding-bottom: 10px;
}
.factory-home .left .text li{
  height: 29px;
  padding-left: 40px;
  margin-left: 5px;
  background: url(../images/ico-cek.png) no-repeat left;
  list-style: none;
  font-family: 'GothamMedium';
  font-size: 18px;
  color: #FFF;
  line-height: 1.7em;
  margin-bottom: 15px;
}
.factory-home .right{
  float: right;
  width: 100%;
  position: relative;
}
.factory-home .right .box{
  float: left;
  width: 78%;
  height: 300px;
  overflow: hidden;
  margin: 11%;
}
#prev{
  width: 33px;
  height: 33px;
  background: transparent url(../images/kiri.png) no-repeat;
  position: relative;
  text-indent: -9000px;
  cursor: pointer;
  z-index: 10;
  margin-top: -300px;
  float: left;
  opacity: 0.8;
  margin-left: -5px;
}
#prev:hover{
  opacity:1;
}
#next{
  width: 33px;
  height: 33px;
  background: transparent url(../images/kanan.png) no-repeat;
  position: relative;
  text-indent: -9000px;
  cursor: pointer;
  z-index: 10;
  margin-top: -300px;
  float: right;
  opacity: 0.8;
  margin-right: -5px;
}
#next:hover{
  opacity:1;
}
.factory-home .right .box .pic{
  float: left;
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #000;
}
.factory-home .right .box .pic img{
  width: 100%;
}
.factory-home .right .box h2{
  float: left;
  width: 100%;
  font-family: 'GothamBold';
  font-size: 18px;
  color: #FFF;
  margin-bottom: 15px;
}
.factory-home .right .box .text{
  float: left;
  width: 100%;
  height: 100px;
  overflow: hidden;
  font-family: 'GothamBook';
  font-size: 13px;
  color: #FFF;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.factory-home .right .box a.more{
  padding-right: 15px;
  font-family: 'GothamBook';
  font-size: 12px;
  color: #d2a319;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.factory-home .right .box a.more:hover{
  color: #FFF;
}
.factory-home .right .box a.more::after {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #d2a319;
    border-right: 1px solid #d2a319;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.factory-home .right .box a.more:hover::after {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.header-more{
  float: left;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #ae0202;
}
.header-more .left{
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
}
.header-more .left h1{
  float: left;
  width: 100%;
  height: 50px;
  overflow: hidden; 
  font-family: 'GothamBook';
  font-size: 20px;
  color: #FFF;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.header-more .left h2{
  float: left;
  width: 100%;
  font-family: 'GothamBook';
  font-size: 16px;
  color: #FFF;
}
.header-more .right{
  float: left;
  width: 100%;
  height: 80px;
  text-align: right;
  overflow: hidden;
}
.header-more .right img{
  height: 100%;
}
.header-more h1.more{
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'GothamBook';
  font-size: 25px;
  color: #FFF;
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.header-more h2.more{
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'GothamBook';
  font-size: 14px;
  color: #FFF;
}

.page{
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FFF;
}
.page .detail1{
  float: left;
  width: 100%;
}
.page .detail1 .title{
  float: left;
  width: 100%;
  margin-bottom: 40px;
  font-size: 22px;
  font-family: 'open_sansbold';
  color: #4a4a4a;
}
.page .detail1 .picbesar{
  float: left;
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  background: #DDD;
  position: relative;
  margin-bottom: 20px;
}
.page .detail1 .picbesar li{
  list-style: none;
}
.page .detail1 .picbesar img{
  height: 250px;
  margin-top: 25px;
}

.page .detail1 .pickecil{
  float: left;
  width: 30%;
  height: 80px;
  margin: 1.5%;
  overflow: hidden;
  text-align: center;
  background: #FFF;
}
.page .detail1 .pickecil a.active::after{
  display: none;
}
.page .detail1 .pickecil img{
  height: 80px;
}
.page .text-profil{
  float: left;
  width: 90%;
  margin-left: 5%;
  text-align: center;
  color: #787878;
  font-size: 14px;
  line-height: 1.7em;
  font-family: 'GothamBook';
}
.page .text-profil p{
  padding-bottom: 10px;
}
.page .text-profil b{
  color: #ae0202;
  font-size: 24px;
  font-family: 'GothamBook';
  font-weight: normal;
}
.komitmen{
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f5f2f2;
}
.komitmen .box{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.komitmen .box .pic{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.komitmen .box .pic img{
  height: 129px;
}
.komitmen .box h1{
  float: left;
  width: 100%;
  font-family: 'GothamBook';
  text-align: center;
  font-size: 14px;
  color: #787878;
}

.page .box-produk{
  float: left;
  width: 47%;
  height: 170px;
  margin: 1.5%;
  text-align: center;
  overflow: hidden;
  background: #eeecec;
  position: relative;
}
.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.effect-chico:hover img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.effect-chico figcaption {
  float: left;
  width: 100%;
  font-family: 'GothamBook';
  font-size: 16px;
  color: #FFF;
}
.effect-chico figcaption::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  background: rgba(0,0,0,0.3);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.effect-chico figcaption::before,
.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect-chico p {
  float: left;
  width: 100%;
  margin-top: -40%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.effect-chico:hover figcaption::before,
.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page .box-produk .pic{
  float: left;
  width: 90%;
  margin: 5%;
  margin-top: 20%;
  text-align: center;
}
.page .box-produk .pic img.width{
  width: 80%;
  max-width: 150px;
}
.page .box-produk .pic img.height{
  height: 100px;
}

.page .left{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.page .left .top{
  float: left;
  width: 90%;
  padding: 5%;
  background: #ae0202;
  font-size: 16px;
  font-family: 'GothamBook';
  color: #FFF;
  text-align: center;
  margin-bottom: 3px;
}
.page .left .bottom{
  float: left;
  width: 90%;
  padding: 5%;
  background: #e3e3e3;
  font-size: 13px;
  font-family: 'GothamBook';
  color: #787878;
  text-align: center;
  margin-bottom: 3px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.page .left .bottom:hover, .page .left .bottom.selected{
  background: #434343;
  color: #FFF;
}
.page .right{
  float: right;
  width: 100%;
}
.page .right h1{
  float: left;
  width: 100%;
  color: #787878;
  font-size: 24px;
  font-family: 'GothamBook';
  margin-bottom: 10px;
}
.page .right .slide{
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.page .right .slide .pic{
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.contain1 {object-fit: cover;}
.page .right .slide .pic img{
  width: 100%;
  height: 100%;
}
/*.page .right .slide .pic{
  float: left;
  width: 100%;
  height: 177px;
  overflow: hidden;
}
.page .right .slide .pic img{
  width: 100%;
}*/
#prev1{
  width: 33px;
  height: 33px;
  background: url(../images/kiri3.png) no-repeat center rgba(67,67,67,0.9);
  position: relative;
  text-indent: -9000px;
  cursor: pointer;
  z-index: 10;
  margin-top: -187px;
  float: left;
  opacity: 0.8;
}
#prev1:hover{
  opacity:1;
}
#next1{
  width: 33px;
  height: 33px;
  margin-left: 33px;
  background: url(../images/kanan3.png) no-repeat center rgba(67,67,67,0.9);
  position: relative;
  text-indent: -9000px;
  cursor: pointer;
  z-index: 10;
  margin-top: -187px;
  float: left;
  opacity: 0.8;
}
#next1:hover{
  opacity:1;
}
.page .right .text{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #787878;
  font-family: 'GothamBook';
  line-height: 1.5em;
  margin-bottom: 20px;
}
.page .right .text p{
  padding-bottom: 10px;
}
.page .right .text li{
  left-bottom: 5px;
  margin-left: 10px;
}

.page h1.galeri{
  float: left;
  width: 100%;
  font-family: 'GothamBook';
  font-size: 25px;
  color: #787878;
  margin-bottom: 10px;
}
.page .box-galeri{
  float: left;
  width: 48%;
  height: 100px;
  margin: 1%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page .box-galeri .pic{
  float: left;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.page .box-galeri .pic img{
  width: 100%;
}

.page h1.karir{
  float: left;
  width: 90%;
  margin-left: 5%;
  font-family: 'GothamBook';
  font-size: 25px;
  color: #787878;
  margin-bottom: 10px;
}
.page .box-karir{
  float: left;
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
  font-family: 'GothamBook';
  font-size: 14px;
  color: #787878;
  line-height: 1.5em;
}
.accordion {
    border: none;
    border-top: 1px solid #d7d7d7;
    background: #FFF;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    font-family: 'GothamBook';
    color: #787878;
}
.active, .accordion:hover {
}
.accordion:after {
    font-size: 11px;
    content: '\25b6';
    color: #777;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\25bc";
}
.panel {
    width: 80%;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background: #f8f4f4;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 13px;
}
.panel li{
    padding-left: 5px;
    margin-left: 10px;
    padding-bottom: 5px;
    list-style: none;
    position: relative;
}
.panel li:before {
    margin-right: 7px;
    font-size: 11px;
    content: '\25b6';
    color: #cf2626;
}

.map{
  float: left;
  width: 100%;
}

.page h1.kontak{
  float: left;
  width: 100%;
  text-align: center;
  color: #00308f;
  font-family: 'GothamBook';
  font-size: 29px;
  margin-bottom: 30px;
}
.page .side{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.page .side:nth-child(odd){
  float: left;
  width: 100%;
  color: #787878;
  font-size: 13px;
  font-family: 'GothamBook';
  line-height: 1.5em;
}
.page .side .box{
  float: left;
  width: 90%;
  margin-bottom: 30px;
}
.page .side .box .ico{
  float: left;
  width: 10%;
  margin-left: 2%;
}
.page .side .box .ico img{
  width: 19px;
}
.page .side .box .text{
  float: left;
  width: 88%;
  color: #787878;
  font-size: 13px;
  font-family: 'GothamBook';
  line-height: 1.5em;
}
.page .side .box .text h1{
  float: left;
  width: 100%;
  color: #303030;
  font-family: 'GothamBold';
  font-size: 14px;
  margin-bottom: 10px;
}
.page .side form{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.page .side .input{
  float: left;
  width: 70%;
  height: 40px;
  padding-left: 2%; 
  margin-bottom: 10px;
  color: #787878;
  font-size: 13px;
  background: #f2f2f2;
  border: none;
  border-left: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  font-family: 'GothamBook';
}
.page .side textarea{
  float: left;
  width: 96%;
  height: 120px;
  padding: 2%; 
  margin-bottom: 10px;
  color: #787878;
  font-size: 13px;
  background: #f2f2f2;
  border: none;
  border-left: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  font-family: 'GothamBook';
}
.page .side .submit{
  float: left;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  background: #00308f;
  border: none;
  font-family: 'open_sansbold';
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.page .side .submit:hover{
  background: #000;
}

.footer{
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #00308f;
  text-align: center;
  font-family: 'open_sansbold';
  font-size: 12px;
  color: #FFF;
}
.footer a{
  color: #d2a319;
}
}