@charset "utf-8";
/* CSS Document */
#content-project-main{
	width:60%;
	display:inline-block;
	vertical-align:top;
	margin-left:30px;
}
#content-project-main h4{
	margin-left:5px;
	color:#333333;
}
#content-project-main h4 a{
	text-decoration:none;
}
#content-project-main h4 a:visited{
	color:inherit;
}
#content-project-main h4 a:hover{
	color:white;
	background-color:#333333;
}
.project-maintext{
    display: inline-block;
    margin-left: 30px;
    background-color: #e5e5e5;
    padding: 20px 20px 60px 20px;
    color: #333333;
}
.project-mainimg{
	margin-top:10px;
}
.project-mainimg img{
	width:90%;
	max-height:650px;
	object-position: 0 45%;
	object-fit:cover;
	overflow:scroll;
	margin-bottom:20px;
}
.project-mainimg img:hover{
	cursor:pointer;
	opacity:0.8;
	transition: 0.4s ease;
}
.project-mainimg p{
	font-family:Montserrat, Arial, sans-serif;
	width:90%;
	margin-bottom:8px;
	line-height:26px;
}
.project-subimg img{
	width:140px;
	height:100px;
	object-fit:cover;
}
.sample-project{
	font-family:Montserrat, Arial, sans-serif;
	margin-left:30px;
	margin-top:40px;
}
.sample-project a{
	text-decoration:none;
	color:#4d4d4d;
}
.sample-project a:hover{
	color:#09aeed;
}
.sample-project h3{
	color:#4d4d4d;
}
.sample-project ul{
	list-style-type:none;
	line-height:40px;
}
.sample-project2{
	font-family:Montserrat, Arial, sans-serif;
}
.sample-project2 a{
	text-decoration:none;
	color:#4d4d4d;
}
.sample-project2 a:hover{
	color:#09aeed;
}
.sample-project2 h3{
	font-size:15px;
	color:#4d4d4d;
}
.sample-project2 ul{
	font-size:12px;
	list-style-type:none;
	line-height:32px;
	margin-bottom:30px;
}
.line-cyan{
	background-color:#09aeed;
	width:273px;
	height:7px;
	margin-top:5px;
	margin-bottom:8px;
}
.line-cyan2{
	background-color:#09aeed;
	width:85%;
	height:7px;
	margin-top:5px;
	margin-bottom:8px;
}
.imagerow-highlight{
}
/*DISABLE DULU
.image-highlight{
	overflow:hidden;
	position:relative;
	background-color:#09aeed;
	width:195px;
	height:159px;
	margin:5px;
	display:inline-block;
}
*/
.image-highlight{
	overflow:hidden;
	position:relative;
	background-color:#09aeed;
	width:250px;
	height:170px;
	margin:5px;
	display:inline-block;
}
.image-highlight img{
	height:100%;
	width:100%;
	object-fit:cover;
	display:block;
}
.image-highlight:hover .overlay {
  height: 100%;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#09aeed;
  overflow: hidden;
  width: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  height: 0;
  transition: .5s ease;
}

.desc {
  text-align:center;
  white-space: normal; 
  color: white;
  font-family:Montserrat, Arial, sans-serif;;
  font-size: 12px;
  overflow: hidden;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.desc p{
	margin-bottom:5px;
}
.desc:hover {
	text-shadow:2px 2px 2px #666;
	opacity:1;
	font-size:14px;
	color:#ffcd03;
}
/*CODE SIMPEN GAK DIPAKE
.read-more-state {
  display: none;
}

.read-more-target {
  display: none;
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
#more{
		 display:none;
	 }
	 CODE SIMPEN GAK DIPAKE*/
.project-list li:nth-of-type(1n+10) {  
     display:none;
      }
.project-list-show li{
	display:block !important;
}
.service-icon{
	width:51px !important;
	display:inline !important;
	vertical-align:middle;
	margin:0 5px 0 0!important;
}
.client-logo{
	width:100%;
	margin:auto;
}
.client-logo img{
	width:15%;
	margin:5px;
	vertical-align: middle;
}
.client-mainimg{
	    vertical-align: top;
    display: inline-block;
    width: 55%;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}
.column img{
	height:220px;
	object-fit:cover;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 6;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000eb;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.pSlides {
  display: none;
}
.pSlides img{
	width:100%;
}
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.caption-container p{
	margin-top:4px;
	margin-bottom:4px;
}
.demo {
  opacity: 0.6;
}
@media only screen and (max-width: 1000px) {
#content-project-main{
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:center;
}
.project-maintext{
    margin-left:0;
    padding-top:25px;
}
.imagerow-highlight{
    text-align:center;
}
.image-highlight{
	width:275px;
	height:170px;
	margin:5px;
}
}
@media only screen and (max-width: 1400px) {
.sample-project2 ul{
	font-size:10.5px;
	line-height:28px;
}
}