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

body {
    margin: 0;
    padding: 0;
    border: 0;
	background:#2f333e;
	font-family: 'Open Sans', sans-serif;
}

img {
zoom:1;
outline:none;
border : 0;
height:auto;
max-width: 100%;
max-height:100%;}

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}

a:hover {
  text-decoration:none;
  -webkit-transition:200ms;
  -moz-transition:200ms;
  -o-transition:200ms;
  -ms-transition:200ms;
  transition:200ms;
  -webkit-transition:all .5s ease-in-out,background .5s ease-in-out,opacity .5s ease-in-out,border-color .5s ease-in-out;
  -moz-transition:all .5s ease-in-out,background .5s ease-in-out,opacity .5s ease-in-out,border-color .5s ease-in-out;
  -o-transition:all .5s ease-in-out,background .5s ease-in-out,opacity .5s ease-in-out,border-color .5s ease-in-out;
  -ms-transition:all .5s ease-in-out,background .5s ease-in-out,opacity .5s ease-in-out,border-color .5s ease-in-out;
  transition:all .5s ease-in-out,background .5s ease-in-out,opacity .5s ease-in-out,border-color .5s ease-in-out;
}

h1 {
	font-size:36px;
	font-weight:300;
}

h2 {
	font-size:28px;
	font-weight:400;
}

h4 {
	font-size:16px;
	font-weight:400;
}

h5 {
	font-size:14px;
	font-weight:400;
}

h6 {
	font-size:12px;
	font-weight:400;
}

h5.profile-list {
	height:120px;
	padding-bottom:5px;
	border-bottom:solid 1px #767b84;
}

.f-yellow {
	color:#fdaf17;
}

.f-headnews {
	color:#4d515d;
	font-weight:600;
}

.f-white {
	color:#eeeeee;
}

.main-title {
	width:100%;
	background:#6f727b;
	position:relative;
	clear:both;
	top:81px;
	overflow:hidden;
	padding:20px 40px;
	text-align:right;
	color:#fdaf17;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	top:74px;
}

.f-path {
	color:#eeeeee;
	font-size:18px;
	font-weight:400;
}

.f-people {
	color:#fe7716;
	font-weight:600;
}

.ikon-testimonial {
	float:left;
	width:100%;
	background:url(../images/ikon-testimonial.png) no-repeat left center;
	background-image:url(../images/ikon-testimonial.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#fdaf17;
	font-size:16px;
	font-weight:400;
	padding-left:30px;
	margin-bottom:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:23px;
	line-height:19px;
}

.space-testimonial {
	float:left;
	margin-bottom:20px;
}
	
/* Top */
.bg-top {
	float:left;
	width:100%;
	height:81px;
	background:#424953;
	position:fixed;
	top:0;
	z-index:90;
	
}

.bg-logo {
	float:left;
	width:auto;
	background:#eee;
	padding:16px;
	z-index:100;
	position:relative;
}

.logo-pundee  {
	float:left;
	width:auto;
}

.social-top {
	float:right;
	min-width:100px;
	height:81px;
}

.social-fb a {
	float:left;
	width:30px;
	height:81px;
	background:url(../images/icon-fb.png) no-repeat center #fe7716;
	padding:0 10px;
	display:block;
}

.social-fb a:hover {
	background:url(../images/icon-fb.png) no-repeat center #f2c608;
}

.social-twitter a {
	float:left;
	width:30px;
	height:81px;
	background:url(../images/icon-twitter.png) no-repeat center #fe7716;
	padding:0 10px;
	display:block;
}

.social-twitter a:hover {
	background:url(../images/icon-twitter.png) no-repeat center #f2c608;
}

ul.main-menu {
	float:right;
	min-width:599px;
	height:81px;
	padding:0;
	margin:0;
	list-style:none;
}

li.main-menu a {
	float:left;
	width:auto;
	line-height:81px;
	padding:0 15px;
	text-decoration:none;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-style:normal;
	font-weight:400;
	text-align:center;
}

li.main-menu a:hover {
	color:#000;
	background:#f2c608;
}

.carousel-banner {
	width:100%;
	margin:0 auto;
	left:0;
	right:0;
	position:relative;
	top:81px;
}

/* Aplikasi */
.bg-aplikasi {
	float:left;
	width:100%;
	min-height:230px;
	background:#3a3f4d;
	clear:both;
	position:relative;
	top:74px;
}

.bg-form-career {
	width:25%;
	height:230px;
	background:#fe7716;
	float:left;
	padding:30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.ikon-form {
	width:100%;
	position:relative;
	left:0;
	right:0;
	margin:0 auto;
	top:2%;
	text-align:center;
	color:#000;
	font-size:28px;
	font-weight:600;
	text-transform:uppercase;
}

.triangle-yellow {
	width:24px;
	height:46px;
	top:43%;
	background:url(../images/traingle-orange.png) no-repeat center;
	z-index:10;
	position:absolute;
}

.triangle-left {
	width:24px;
	height:264px;
	background:url(../images/traingle-yellow-left.png) no-repeat center;
	z-index:10;
	position:absolute;
	margin-left:-24px;
}

.triangle-gray-left {
	width:24px;
	height:264px;
	background:url(../images/traingle-gray-left.png) no-repeat center;
	z-index:10;
	position:absolute;
	margin-left:-24px;
}

.row-fluid {
	float:left;
	width:100%;
}

.column-form {
	float:left;
	width:75%;
}

.column-form .inner {
	padding:30px;
	margin-left:30px;
}

ul.career {
	float:left;
	width:28%;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-right:20px;
	list-style:none;
}

li.career a {
	float:left;
	width:100%;
	min-height:20px;
	background:url(../images/arrow-orange.png) top 5px left no-repeat;
	background-image:url(../images/arrow-orange.png);
	background-repeat:no-repeat;
	background-position:left top 5px;
	color:#eeeeee;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:7px;
}

li.career a:hover {
	color:#fdaf17;
}

ul.career-detail {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-right:5%;
	list-style:none;
}

li.career-detail {
	float:left;
	width:100%;
	min-height:20px;
	background:url(../images/arrow-orange.png) top 5px left no-repeat;
	background-image:url(../images/arrow-orange.png);
	background-repeat:no-repeat;
	background-position:top 5px left;
	color:#000;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:7px;
}

li.career-detail a {
	float:left;
	width:100%;
	min-height:20px;
	color:#000;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-bottom:7px;
}

li.career-detail a:hover {
	color:#424953;
}

.career-form-left  {
	float:left;
	width:45%;
	margin-right:5%;
}

.career-form-right  {
	float:left;
	width:50%;
}

.career-list-left  {
	float:left;
	width:45%;
	margin-right:5%;
}

.career-list-right  {
	float:left;
	width:45%;
}

.career-title-ikon  {
	float:left;
	width:100%;
	background:url(../images/ikon-user.png) no-repeat left top;
	min-height:21px;
	border-bottom:solid 1px #cdced4;
	padding:0 0 10px 30px;
	margin-bottom:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.contact-title-ikon  {
	float:left;
	width:100%;
	background:url(../images/ikon-location.png) no-repeat left top;
	min-height:21px;
	border-bottom:solid 1px #cdced4;
	padding:0 0 10px 30px;
	margin-bottom:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.btn-more  {
	float:right;
	margin-top:30px;
}

.btn-more a {
	float:right;
	width:50px;
	height:50px;
	padding:5px;
	line-height:50px;
	text-align:center;
	color:#000;
	font-size:14px;
	background:#fdaf17;
	border-radius:100%;
	text-decoration:none;
}

.btn-more a:hover {
	color:#fff;
	background:#f15540;
}

.btn-more-gray  {
	float:right;
}

.btn-more-gray a {
	float:right;
	width:50px;
	height:50px;
	padding:5px;
	line-height:50px;
	text-align:center;
	color:#eeeeee;
	font-size:14px;
	background:#3a3f4d;
	border-radius:100%;
	text-decoration:none;
	margin-top:20px;
}

.btn-more-gray a:hover {
	color:#fff;
	background:#f15540;
}

.btn-paging a {
	float:left;
	width:5px;
	height:5px;
	border:solid 2px #fdaf17;
	border-radius:100%;
	margin-top:20px;
	margin-right:5px;
}

.btn-paging a:hover {
	background:#f15540;
}

/* News*/
.bg-news {
	float:left;
	width:100%;
	height:263px;
	background:#fdaf17;
	clear:both;
	position:relative;
	top:81px;
}

.column-news {
	float:left;
	width:50%;
	height:263px;
	background:#6f727b;
}

.column-news-nd {
	float:left;
	width:25%;
	height:263px;
	background:#6f727b;
}

.column-news-nd .inner {
	padding:30px;
	color:#fff;
}

.column-news-nd-description {
	float:left;
	width:25%;
	height:263px;
	background:#6f727b;
}

.column-news-nd-description .inner {
	padding:30px;
	color:#fff;
}

.column-news .inner {
	padding:30px;
	color:#fff;
}

.column-news-img {
	float:left;
	width:100%;
	overflow:hidden;
	visibility:visible;
}

.column-about {
	float:left;
	width:25%;
	box-sizing:border-box;
	display:block;
}

.column-about-description {
	float:left;
	width:25%;
	box-sizing:border-box;
}

.column-about .inner {
	padding:30px;
	color:#000;
}

.column-about-description .inner {
	padding:30px;
	color:#000;
}

/* Code Conduct */
.bg-conduct {
	float:left;
	width:100%;
	min-height:70px;
	background:#2f333e;
	clear:both;
	position:relative;
	top:74px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	overflow:hidden;
}

.column-conduct-testimonial {
	float:left;
	width:25%;
	height:100px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	border-right:solid 1px #4b5263;
	margin:30px 0px;
}

.column-conduct {
	float:left;
	width:25%;
	height:100px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	border-right:solid 1px #4b5263;
	margin:30px 0px;
	display:block;
}

.column-conduct-testimonial .inner-testimonial {
	padding:0px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:left;
}


.column-conduct-title {
	padding-top:30px;
}

.column-conduct-right {
	float:left;
	width:25%;
	height:100px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	margin:30px 0px;
	display:block;
}

.column-conduct .ikon-clean {
	position:relative;
	width:100%;
	margin:0 auto;
	left:0;
	right:0;
	display:block;
}

.conduct-title {
	font-size:22px;
	font-weight:300;
	color:#eeeeee;
	padding-bottom:20px;
}

/* Gallery*/
.gallery-row {
	float:left;
	width:100%;
	height:auto;
	clear:both;
	position:relative;
	top:74px;
	overflow:hidden;
}

.column-gallery {
	float:left;
	width:25%;
	height:auto;
}

.btn-gallery-more a {
	float:left;
	width:25%;
	min-height:263px;
	padding-top:200px;
	background:url(../images/arrow-photo.png) no-repeat center #fdaf17;
	text-align:center;
	text-decoration:none;
	font-size:20px;
	font-weight:700;
	color:#000;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.btn-gallery-more a:hover {
	background:url(../images/arrow-photo.png) no-repeat center #fe7716;
	color:#fff;
}

.photo-hover {
	width:25%;
	height:263px;
	background:url(../images/hover-photo.png) repeat;
	z-index:10;
	position:absolute;
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#000;
	line-height:264px;
	overflow:hidden;
}

.icon-zoom {
	width:50px;
	height:50px;
	background:url(../images/zoom-photo.jpg) no-repeat left bottom;
	z-index:20;
	position:absolute;
	bottom:0;
}

.col-photo {
  display:block;
  position: relative;
  width:25%;
  height:263px;
  float:left;
  cursor:pointer;
  overflow:hidden;
  visibility:visible;
}

.col-photo.one div.over {
  -webkit-animation: slideLeft 300ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
}

.col-photo.one div.out {
  -webkit-animation: slideLeftOut 300ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
}

.col-photo.two div.over {
  -webkit-animation: slideUp 300ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
}

.col-photo.two div.out {
  -webkit-animation: slideUpOut 300ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
}

.col-photo.three div {
  left: 0;
  opacity: 0;
}

.col-photo.three:hover div { opacity: 1; }

.col-photo.four div {
  left: 0;
  opacity: 0;
}

.col-photo.four:hover div {
  opacity: 1;
}

.col-photo.five div {
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
}

.col-photo.five:hover div {
  opacity: 1;
  -webkit-transform: scale(1);
}

.col-photo img { 
  width: 100%;
  float:left;
  overflow:hidden;
  visibility:visible;
}

.col-photo div {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  color: #eeeeee;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(253, 175, 23, 0.7);
  top: 0;
  left: 100%;
  transition: all 300ms ease-in-out;
  background:linear-gradient(135deg, rgba(253, 175, 23, 0.7) 0%, rgba(254, 119, 22, 0.7) 44%, rgba(109, 0, 25, 0.7) 100%);
}

.col-photo div:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.col-photo div span {
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
}


 @-webkit-keyframes 
slideLeft {  0% {
 left: 100%;
}
 70% {
 left: 0%;
}
 85% {
 left: 4%;
}
 100% {
 left: 0%;
}
}
@-webkit-keyframes 
slideLeftOut {  0% {
 left: 0%;
}
 70% {
 left: 100%;
}
 85% {
 left: 96%;
}
 100% {
 left: 100%;
}
}
@-webkit-keyframes 
slideUp {  0% {
 top: 100%;
 left: 0%;
}
 70% {
 top: 0%;
}
 85% {
 top: 4%;
}
 100% {
 top: 0%;
 left: 0%;
}
}
@-webkit-keyframes 
slideUpOut {  0% {
 top: 0%;
 left: 0%;
}
 70% {
 top: 100%;
}
 85% {
 top: 96%;
}
 100% {
 top: 100%;
 left: 0%;
}
}

/* Client */
.bg-client {
	float:left;
	width:100%;
	min-height:220px;
	background:url(../images/pattern-client.jpg) repeat;
	clear:both;
	position:relative;
	top:74px;
}

.column-client {
	float:left;
	width:100%;
	padding:20px 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

ul.client {
	float:left;
	width:18%;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-right:5%;
	list-style:none;
}

li.client a {
	float:left;
	width:100%;
	min-height:20px;
	background:url(../images/arrow-orange.png) top 5px left no-repeat;
	background-image:url(../images/arrow-orange.png);
	background-repeat:no-repeat;
	background-position:top 5px left;
	color:#000;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:7px;
}

li.client a:hover {
	color:#424953;
}

.more-news a {
	float:right;
	background:#fdaf17;
	color:#000;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	z-index:1000;
	padding:7px;
	margin-top:20px;
}

.more-news a:hover {
	background:#fe7716;
	color:#fff;
}

.more-profile a {
	float:right;
	background:#fdaf17;
	color:#000;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	z-index:1000;
	padding:7px;
	margin-top:10px;
}

.more-profile a:hover {
	background:#fe7716;
	color:#fff;
}

.more-about a {
	float:right;
	background:#3a3f4d;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	z-index:1000;
	padding:7px;
	margin-top:20px;
}

.more-about a:hover {
	background:#fe7716;
	color:#fff;
}

/* All Content */
.default-content {
	float:left;
	width:100%;
	clear:both;
	position:relative;
	top:74px;
}

.title-clear {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.title-content-left {
	float:left;
	width:30%;
	padding:40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.side-left-career {
	float:left;
	width:35%;
	height:100%;
	bottom:0;
	left:-5%;
	position:fixed;
	background:url(../images/spg-career.jpg) no-repeat;
	background-size:cover !important;
}

.side-left-about {
	float:left;
	width:30%;
	height:100%;
	bottom:0;
	position:fixed;
	background:url(../images/building-pundee2.jpg) no-repeat;
	background-size:cover !important;
}

.side-left-client {
	float:left;
	width:30%;
	height:100%;
	bottom:0;
	position:fixed;
	background:url(../images/client-hand.jpg) no-repeat;
	background-size:cover !important;
	z-index:-20;
}

.side-repeat-client {
	float:left;
	width:30%;
	height:100%;
	bottom:0;
	position:fixed;
	background:url(../images/repeat-client.png) repeat;
	background-size:cover !important;
	z-index:-10;
}

.side-left-news {
	float:left;
	width:30%;
	height:100%;
	bottom:0;
	position:fixed;
	background:url(../images/img-gallery.jpg) no-repeat;
	background-size:cover !important;
}

.side-left-contact {
	float:left;
	width:30%;
	height:100%;
	bottom:0;
	position:fixed;
	background:url(../images/contact-left.jpg) no-repeat;
	background-size:cover !important;
}

.main-content-right {
	float:right;
	width:70%;
	background:#eeeeee;
	border:solid 10px #767b84;
	padding:40px;
	margin-top:7px;
	margin-bottom:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.client-content-right {
	float:right;
	width:70%;
	background:#ffffff;
	border:solid 10px #767b84;
	padding:40px;
	margin-top:7px;
	margin-bottom:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.client-column {
	float:left;
	width:20%;
	padding:20px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-right:solid 1px #eeeeee;
	border-bottom:solid 1px #eeeeee;
	min-height:180px;
}

.client-column-right {
	float:left;
	width:20%;
	padding:20px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-right:none;
	border-bottom:solid 1px #eeeeee;
	min-height:180px;
}

.client-column  > img {
	margin:0 auto;
	position:relative;
}

.news-column-one {
	float:left;
	width:22%;
	margin-right:2%;
	margin-bottom:30px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.news-column-two {
	float:left;
	width:22%;
	margin-right:7%;
	margin-bottom:30px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.news-column-three {
	float:left;
	width:22%;
	margin-right:2%;
	margin-bottom:30px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.news-column-four {
	float:left;
	width:22%;
	margin-bottom:30px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.news-column-detail {
	float:left;
	width:47%;
	margin-right:3%;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.more-news-small a {
	float:left;
	color:#fe7716;
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
	margin-top:5px;
}

.more-news-small a:hover {
	color:#fdaf17;
}

ul.other-news {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-right:20px;
	list-style:none;
}

li.other-news a {
	float:left;
	width:100%;
	min-height:20px;
	background:url(../images/arrow-orange.png) top 5px left no-repeat;
	color:#b5b6b9;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:7px;
	border-bottom:solid 1px #444957;
	padding-bottom:10px;
	margin-bottom:10px;
}

li.other-news a:hover {
	color:#fdaf17;
}

/* Maps Google */
.bg-maps {
	float:left;
	width:100%;
	height:300px;
	clear:both;
	position:relative;
	top:60px;
	overflow:hidden;
}

/* Footer */
.bg-footer {
	float:left;
	width:100%;
	min-height:230px;
	background:#424953;
	clear:both;
	position:relative;
	top:60px;
}

.column-footer-address {
	float:left;
	width:50%;
	color:#eeeeee;
}

.left-address {
	float:left;
	width:45%;
}

.column-footer-address .inner {
	padding:40px;
}

.column-footer {
	float:left;
	width:25%;
	color:#eeeeee;
}

.column-footer .inner {
	padding:40px;
}

.column-yahoo {
	float:right;
	width:25%;
	color:#eeeeee;
}

.column-yahoo .inner {
	padding:40px;
}

.yahoo-id {
	float:left;
	width:150px;
}

.yahoo-titik {
	float:left;
	width:30px;
	text-align:center;
}

.yahoo-icon {
	float:left;
	width:79px;
}

.social-fb-bullet a {
	float:left;
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../images/icon-fb.png) no-repeat center #fe7716;
	margin-top:20px;
	margin-right:20px;
}

.social-fb-bullet a:hover {
	background:url(../images/icon-fb.png) no-repeat center #f2c608;
}

.social-twitter-bullet a {
	float:left;
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../images/icon-twitter.png) no-repeat center #fe7716;
	margin-top:20px;
}

.social-twitter-bullet a:hover {
	background:url(../images/icon-twitter.png) no-repeat center #f2c608;
}

.bg-copyright {
	width:100%;
	padding:25px 40px;
	background:#2d3136;
	clear:both;
	position:relative;
	top:60px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:left;
	color:#979a9d;
	font-size:12px;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom:0;
	right:0;
}

/* arrow icon (span tag) */
#back-top span {
	width: 67px;
	height: 67px;
	display: block;
	background: #fdaf17 url(../images/up-arrow.png) no-repeat center;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #3a3f4d;
}

@media only screen and (min-width:1920px) and (max-width:1920px) {
.column-news-nd .inner {
	padding:40px;
}

.column-news-nd-description .inner {
	padding:40px;
}

.column-about .inner {
	padding:40px;
}

.column-about-description .inner {
	padding:40px;
}

.col-photo {
    height: 318px;
}

.btn-gallery-more a {
    min-height: 318px;
    padding-top: 270px;
}

.bg-news {
	min-height:315px;
}

.column-news-nd {
	min-height:315px;
}

.column-news-nd-description {
	min-height:315px;
}

.triangle-left {
	height:315px;
}

.triangle-gray-left {
	height:315px;
}

.triangle-yellow {
	height:315px;
}
	
}

@media only screen and (min-width:1680px) and (max-width:1919px) {
.column-news-nd .inner {
	padding:40px;
}

.column-news-nd-description .inner {
	padding:40px;
}

.column-about .inner {
	padding:40px;
}

.column-about-description .inner {
	padding:40px;
}

.col-photo {
    height: 278px;
}

.btn-gallery-more a {
    min-height: 278px;
    padding-top: 220px;
}

.bg-news {
	min-height:278px;
}

.column-news-nd {
	min-height:278px;
}

.column-news-nd-description {
	min-height:278px;
}

.triangle-left {
	height:278px;
}

.triangle-gray-left {
	height:278px;
}

.triangle-yellow {
	height:278px;
}
	
}

@media only screen and (min-width:1440px) and (max-width:1440px) {
.btn-gallery-more a {
    min-height: 237px;
    padding-top: 190px;
}

.bg-news {
	height:237px;
}

.column-news-nd .inner {
	padding:15px 20px 0 20px;
}

.column-news-nd-description .inner {
	padding:15px 20px 0 20px;
}

.column-about .inner {
	padding:15px 20px 0 20px;
}

.column-about-description .inner {
	padding:15px 20px 0 20px;
}

.col-photo {
    height:237px;
}

.more-about a {
	margin-top:5px;
}
	
}

@media only screen and (min-width:1360px) and (max-width:1439px) {
.bg-news {
	height:224px;
}

.bg-aplikasi {
	height:224px;
}

.column-news-nd {
	height:224px;
}

.column-news-nd .inner {
	padding:15px 20px 0 20px;
}

.column-news-nd-description {
	height:224px;
}

.column-news-nd-description .inner {
	padding:15px 20px 0 20px;
}

.col-photo {
    height:224px;
}
	
.column-footer {
    width: 20%;
}

.column-yahoo {
     width: 30%;
}

.btn-gallery-more a {
    min-height: 224px;
    padding-top: 180px;
}

.btn-more-gray a {
    margin-top:5px;
}

.triangle-left {
	height:224px;
}

.triangle-gray-left {
	height:224px;
}

.triangle-yellow {
	height:224px;
	top:0%;
}

.column-about .inner {
	padding:15px 20px 0 20px;
}

.column-about-description .inner {
	padding:15px 20px 0 20px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.more-about a {
	margin-top:5px;
}

.ikon-form {
	font-size:20px;
}
	
}

@media only screen and (min-width:1280px) and (max-width:1359px) {
.bg-news {
	height:210px;
}

.column-news-nd {
	height:210px;
}

.column-news-nd-description {
	height:210px;
}

.col-photo {
    height: 210px;
}

.column-news-img {
	height:210px;
}

.column-news-nd .inner {
	padding:15px 20px 0 20px;
}

.column-news-nd-description .inner {
	padding:15px 20px 0 20px;
}

.column-about .inner {
	padding:15px 20px 0 20px;
}

.column-about-description .inner {
	padding:15px 20px 0 20px;
}

.column-footer {
    width: 20%;
}

.column-yahoo {
     width: 30%;
}

.btn-gallery-more a {
    min-height: 210px;
    padding-top: 170px;
}

.triangle-left {
	height:210px;
}

.triangle-gray-left {
	height:210px;
}

.triangle-yellow {
	height:210px;
	top:0%
}

.btn-more-gray a {
    margin-top:0px;
}

.more-news a {
    margin-top:5px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.more-about a {
	margin-top:5px;
}

.ikon-form {
	font-size:20px;
}

}
	

@media only screen and (min-width:1024px) and (max-width:1024px) {
	
.column-news {
	float:left;	
	height:auto;
}

.column-news .inner {
	padding:15px;
}

.column-news-img {
	width:90%;
	padding:20px;
}

.column-news-nd {
	float:left;
	min-height:240px;
}

.column-news-nd-description {
	float:left;
	min-height:240px;
}

.col-photo {
    height: 168px;
}

.column-news-nd .inner {
	padding:15px;
	padding-bottom:80px;
}

.column-news-nd-description .inner {
	padding:15px;
	padding-bottom:80px;
}

.column-about {
	float:left;
	min-height:247px;
}

.column-about-description {
	float:left;
	min-height:247px;
}

.column-about .inner {
	padding:15px;
	color:#000;
}

.column-about-description .inner {
	padding:15px;
	color:#000;
}

.triangle-left {
	display:none;
}

.triangle-gray-left {
	display:none;
}

ul.career {
	width:27%;
}

.ikon-form {
	font-size:20px;
}

.btn-gallery-more a {
    min-height: 168px;
    padding-top: 140px;
}

.bg-client {
    min-height: 270px;
}

.left-address {
    margin-right: 20px;
}

.column-footer-address {
    width: 70%;
}

.column-footer {
    width: 30%;
}

.column-yahoo {
     display:none;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.more-about a {
	margin-top:5px;
}
	
}

@media only screen and (min-width:600px) and (max-width:800px) {

.social-fb-bullet a {
	position:relative;
	left:43%
}

.social-twitter-bullet a {
	position:relative;
	left:43%
}	
	
}

@media only screen and (min-width:533px) and (max-width:533px) {

.social-fb-bullet a {
	position:relative;
	left:40%
}

.social-twitter-bullet a {
	position:relative;
	left:40%
}	
	
}

@media only screen and (min-width:533px) and (max-width:800px) {
.bg-top {
	height:75px;
}

.bg-logo {
	float:left;
	width:100%;
	background:#eee;
	padding:13px 15px 13px;
}

.bg-news {
	height:auto;
	top:75px;
}

.column-news {
	width:100%;
	height:auto;
}

.column-news .inner {
	padding:15px;
}

.column-news-img {
	width:100%;
	height:auto;
}

.column-news-nd {
	width:100%;
	height:auto;
	padding-bottom:30px;
}

.column-news-nd .inner {
	padding:15px;
	padding-bottom:0px;
}

.column-news-nd-description {
	width:100%;
	height:auto;
	padding-bottom:30px;
}

.column-news-nd-description .inner {
	padding:15px;
	padding-bottom:0px;
}

.column-about {
	width:100%;
	height:auto;
	padding-bottom:30px;
	background:#fdaf17;
	display:none;
}

.column-about-description {
	width:100%;
	height:auto;
	padding-bottom:30px;
	background:#fdaf17;
}

.column-about .inner {
	padding:15px 15px 0;
	color:#000;
}

.column-about-description .inner {
	padding:15px 15px 0;
	color:#000;
}

}

@media only screen and (min-width:240px) and (max-width:800px) {
.client-content-right {
	float:left;
	width:100%;
	background:#ffffff;
	border:none;
	padding:40px;
	margin-top:7px;
	margin-bottom:14px;
}

.client-column {
	float:left;
	width:50%;
	padding:0px;
	border-right:none;
	border-bottom:solid 1px #eeeeee;
	min-height:130px;
	padding:20px 10px;
}

.client-column-right {
	float:left;
	width:50%;
	padding:0px;
	border-right:none;
	border-bottom:solid 1px #eeeeee;
	min-height:130px;
	padding:20px 10px;
}

.column-about {
	display:none;
}

.space-mobile-one {
	display:block;
	margin-bottom:20px;
	float:left;
	position:relative;
}

.bg-logo {
	width:100%;
}

.triangle-left {
	display:none;
}

.triangle-gray-left {
	display:none;
}

.triangle-yellow {
	display:none;
}	

.logo-pundee {
	float:left;
	width:70%;
}

.social-top {
	display:none;
}
	
.social-fb a {
	display:none;
}

.social-twitter a {
	display:none;
}

/* All Content */
.default-content {
	top:68px;
}

.main-title {
    padding: 20px;
    text-align: center;
}

.title-clear {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.title-content-left {
	float:right;
	width:100%;
	padding:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
}

.side-left-career {
	display:none;
}

.side-left-about {
	display:none;
}

.side-left-client {
	display:none;
}

.side-repeat-client {
	display:none;
}

.side-left-news {
	display:none;
}

.side-left-contact {
	display:none;
}

.main-content-right {
	float:left;
	width:100%;
	background:#e4e4e4;
	border:none;
	padding:15px;
	margin-top:7px;
	margin-bottom:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
}

.news-column-one {
	float:left;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

.news-column-two {
	float:left;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

.news-column-three {
	float:left;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

.news-column-four {
	float:left;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

.news-column-detail {
	float:left;
	width:100%;
	margin-right:0;
	overflow:hidden;
}

.more-news-small a {
	float:left;
	color:#fe7716;
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
	margin-top:5px;
}

.more-news-small a:hover {
	color:#fdaf17;
}

ul.other-news {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-right:0px;
	list-style:none;
}

li.other-news a {
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

ul.career-detail {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-top:0px;
	margin-right:0;
	list-style:none;
}

li.career-detail {
	float:left;
	width:100%;
	min-height:20px;
	background:url(../images/arrow-orange.png) top 3px left no-repeat;
	color:#000;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:7px;
}

li.career-detail a {
	float:left;
	width:100%;
	min-height:20px;
	color:#000;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-bottom:7px;
}

li.career-detail a:hover {
	color:#424953;
}

.career-form-left  {
	float:left;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

.career-form-right  {
	float:left;
	width:100%;
}

.career-list-left  {
	float:left;
	width:100%;
	margin-right:0;
}

.career-list-right  {
	float:left;
	width:100%;
}

.career-title-ikon  {
	float:left;
	width:100%;
	background:url(../images/ikon-user.png) no-repeat left top;
	min-height:21px;
	border-bottom:solid 1px #cdced4;
	padding:0 0 10px 30px;
	margin-bottom:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.contact-title-ikon  {
	float:left;
	width:100%;
	background:url(../images/ikon-location.png) no-repeat left top;
	min-height:21px;
	border-bottom:solid 1px #cdced4;
	padding:0 0 10px 30px;
	margin-bottom:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.bg-conduct {
	width:100%;
	min-height:70px;
	background:#2f333e;
	clear:both;
	position:relative;
	top:74px;
	padding-bottom:50px;
}

.column-conduct-testimonial {
	float:left;
	width:100%;
	height:auto;
	border-right:none;
	margin:30px 0px;
}

.column-conduct {
	float:left;
	width:100%;
	height:auto;
	border-right:none;
	margin:30px 0px;
	display:none;
}


.column-conduct-title {
	padding-top:40px;
	margin-top:-10px;
}

.column-conduct-right {
	float:left;
	width:100%;
	height:50px;
	margin:30px 0px;
	display:none;
}

.column-conduct .ikon-clean {
	position:relative;
	width:100%;
	margin:0 auto;
	left:0;
	right:0;
	display:none;
}

.conduct-title {
	font-size:22px;
	font-weight:300;
	color:#eeeeee;
	padding-bottom:0px;
}

.bg-aplikasi {
	padding-bottom:15px;
}

.bg-form-career {
	width:100%;
	height:245px;
	padding:15px;
}

.column-form {
	float:left;
	padding:15px;
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.column-form .inner {
	padding:0px;
	margin-left:0px;
}

.ikon-form {
	top:10%;
}

ul.career {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-top:0px;
	margin-right:0px;
	list-style:none;
}

li.career a {
	float:left;
	width:100%;
	min-height:20px;
	background:url(../images/arrow-orange.png) top 5px left no-repeat;
	color:#eeeeee;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:px;
}

li.career a:hover {
	color:#fdaf17;
}

.col-photo {
  display:block;
  position: relative;
  background:none;
  background-size:auto;
  width:100%;
  height:auto;
  overflow: hidden;
  float:left;
  cursor:pointer;
  margin:0;
}

.btn-gallery-more a {
	float:left;
	width:100%;
}

.bg-client {
	width:100%;
	min-height:auto;
	overflow:hidden;
	background:url(../images/pattern-client.jpg) repeat;
	clear:both;
	position:relative;
	top:74px;
}

.column-client {
	float:left;
	width:100%;
	padding:15px;
	padding-bottom:30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

ul.client {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-top:0;
	margin-right:0;
	list-style:none;
}

li.client a {
	float:left;
	width:100%;
	min-height:20px;
	background:url(../images/arrow-orange.png) top 5px left no-repeat;
	color:#000;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:7px;
}

li.client a:hover {
	color:#424953;
}

.bg-footer {
	overflow:auto;
}

.column-footer-address {
	float:left;
	width:100%;
	text-align:center;
}

.left-address {
	width:100%;
}

.column-footer-address .inner {
	padding:15px;
}

.column-footer {
	float:left;
	width:100%;
	padding-bottom:30px;
	text-align:center;
}

.column-footer .inner {
	padding:15px;
}

.column-yahoo {
	display:none;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.ikon-form {
	font-size:18px;
}

.bg-copyright {
	text-align:center;
}
	
}

@media only screen and (min-width:414px) and (max-width:414px) {	
.bg-top {
	height:75px;
}

.bg-logo {
	padding:13px 59px 13px 15px;
}

.social-fb-bullet a {
	position:relative;
	left:36%
}

.social-twitter-bullet a {
	position:relative;
	left:36%
}

}

@media only screen and (min-width:375px) and (max-width:375px) {	
.bg-top {
	height:75px;
}

.bg-logo {
	padding:14px 20px 13px 15px;
}

.bg-copyright {
	padding:25px 15px;
	text-align:center;
}

.social-fb-bullet a {
	position:relative;
	left:35%
}

.social-twitter-bullet a {
	position:relative;
	left:35%
}

}

@media only screen and (min-width:360px) and (max-width:360px) {	
.bg-top {
	height:75px;
}

.bg-logo {
	padding:15px 15px 14px;
}

.bg-copyright {
	padding:25px 15px;
	text-align:center;
}

.social-fb-bullet a {
	position:relative;
	left:35%
}

.social-twitter-bullet a {
	position:relative;
	left:35%
}

}

@media only screen and (min-width:320px) and (max-width:320px) {	
.bg-top {
	height:75px;
}

.bg-logo {
	padding:17px 15px;
}

.bg-copyright {
	padding:17px 15px;
	text-align:center;
}

.social-fb-bullet a {
	position:relative;
	left:33%
}

.social-twitter-bullet a {
	position:relative;
	left:33%
}

}

@media only screen and (min-width:320px) and (max-width:414px) {
/* News*/
.bg-news {
	height:auto;
	top:75px;
}

.column-news {
	width:100%;
	height:auto;
}

.column-news .inner {
	padding:15px;
}

.column-news-img {
	width:100%;
	min-height:240px;
}

.column-news-nd {
	width:100%;
	min-height:240px;
}

.column-news-nd .inner {
	padding:15px;
	padding-bottom:80px;
}

.column-news-nd-description {
	width:100%;
	min-height:240px;
}

.column-news-nd-description .inner {
	padding:15px;
	padding-bottom:80px;
}

.column-about {
	width:100%;
	height:240px;
	background:#fdaf17;
}

.column-about-description {
	width:100%;
	height:240px;
	background:#fdaf17;
}

.column-about .inner {
	padding:15px;
	color:#000;
}

.column-about-description .inner {
	padding:15px;
	color:#000;
}

.triangle-left {
	display:none;
}

.triangle-gray-left {
	display:none;
}

.triangle-yellow {
	display:none;
}

}

@media only screen and (min-width:240px) and (max-width:240px) {
.bg-top {
	height:75px;
}

.bg-logo {
	width:80%;
	padding:25px 15px 24px;
}
	
/* News*/
.bg-news {
	height:auto;
	top:75px;
}

.column-news {
	width:100%;
	height:240px;
}

.column-news .inner {
	padding:15px;
}

.column-news-img {
	width:100%;
	min-height:240px;
}

.column-news-nd {
	width:100%;
	height:150px;
}

.column-news-nd .inner {
	padding:15px;
	padding-bottom:80px;
}

.column-news-nd-description {
	width:100%;
	height:270px;
}

.column-news-nd-description .inner {
	padding:15px;
}

.column-about {
	width:100%;
	height:150px;
	background:#fdaf17;
}

.column-about-description {
	width:100%;
	height:290px;
	background:#fdaf17;
}

.column-about .inner {
	padding:15px;
	color:#000;
}

.column-about-description .inner {
	padding:15px;
	color:#000;
}

.triangle-left {
	display:none;
}

.triangle-gray-left {
	display:none;
}

.triangle-yellow {
	display:none;
}

.bg-copyright {
	padding:17px 15px;
	text-align:center;
}

.social-fb-bullet a {
	position:relative;
	left:23%
}

.social-twitter-bullet a {
	position:relative;
	left:23%
}
	
}

/* paging */
.pagging-bar-long {
	float:left;
	
	clear:both;
	padding-top:30px;
	margin-bottom:30px;
}
.pagging-active {
	min-width:15px;
	height:15px;
	line-height:15px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding:5px;
	font-family:'Open Sans';
	margin-right:3px;
	margin-bottom:10px;
	background:#ff8b05;
}

a .pagging-a {
	min-width:13px;
	height:13px;
	line-height:15px;
	float:left;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	color:#4b4b4b;
	padding:5px;
	font-family:'Open Sans';
	margin-right:3px;
	margin-bottom:10px;
	border:solid 1px #fb4d40;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
	transition: all 700ms ease-in-out 0s;
}

a:hover .pagging-a {
	color:#ff8b05;
	border:solid 1px #fb4d40;
	background:#8a8a8a;
	-moz-transition: all 800ms ease-in-out 0s;
	-o-transition: all 800ms ease-in-out 0s;
	-webkit-transition: all 800ms ease-in-out 0s;
	-ms-transition: all 800ms ease-in-out 0s;
	transition: all 800ms ease-in-out 0s;
}

.f-yellow a:link,.f-yellow a:visited{
	color:#fdaf17;
	text-decoration:none;
	font-size:15px;
}
.err_msg{
	color:red;
	font-size:12px;
}
h3 a:link,h3 a:visited{
	color:#000;
	text-decoration:none;
	font-size:15px;
	line-height:17px;
}

h5.newstitle{
	color:#000;
	font-weight:600;
}

h5.newstitle a:link,h5.newstitle a:visited{
	color:#000;
	text-decoration:none;
	font-weight:600;
}

h5.newstitle a:hover{
	color:#fe7716;
}

h6.date-news{
	color:#767b84;
	font-weight:600;
}