@charset "utf-8";

body {
	margin:0 auto;
	font-family:"Work Sans", sans-serif;
	font-weight:normal;
	color:#212121;
}
h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{font-size:52px; text-transform:uppercase; margin-bottom:50px;}
h2{font-size:48px;}
h3{font-size:32px;}
a{color:cornflowerblue;}
.clearfloat{clear:both; height:0; font-size:1px; line-height:0px;}
.btn{background-color:#0e2841; padding:15px 45px; font-size:18px; font-weight:100; color:#FFF; font-weight:400; border-radius:0; letter-spacing:1px; text-transform:uppercase;}
.btn:hover{color:#FFF; background-color:cornflowerblue;}
.btn-black{background-color:#222; color:#FFF;}
.btn-black:hover{background-color:#333; color:#FFF;}

header{width:100%; padding:10px 0 0; background-color:#FFF; border-top:solid 4px #0e2841;}
.img_logo{width:100%; height:auto; margin:0 10px 10px;}
menu{margin:0; text-align:right;}
menu ul{list-style:none; margin:20px 0 0; padding:0;}
menu li{display:inline-block;}
menu li a{display:inline-block; padding:12px 30px 11px; color:#212121; font-size:15px; font-weight:normal; letter-spacing:2px;}
menu li a:hover{text-decoration:none;}
menu li.active a, menu li a:hover{color:cornflowerblue;}




.menu-btn{
	display:none;
	padding:5px;
	position:absolute;
	z-index:81;
	top:30px;
	left:auto;
	right:15px;
	cursor:pointer;
}
.menu-btn img{
	width:32px;
	height:32px;	
}
.menu-btn:hover{
	background:#333;
}



.menu-right{
	width:100%;
	height:100vh;
	padding:15px;
	position:fixed;
	z-index:101;
	background-color:#0e2841;
	left:0;
	top:0;
}
.mobile-logo{
	width:calc(100% - 90px);
	top:150px;
	left:45px;
	text-align:center;
	position: absolute;
	display: inline-block;
	z-index:102;
}
.mobile-logo img{
	width:100%;
	height:auto;
	margin:0;
}
.close {
	float:right;
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height:39px;
	text-align:center;
	border-radius:3px;
	top:0;
	overflow: hidden;
	cursor:pointer;
	background-color:#FFF;
	opacity:1;
}
.menu-right .close{
	right:0;
}
.menu-right .close img{
	width:20px;
	height:20px;
}
.menu-right .close::before, .menu-right .close::after {
	background: #FFF;	
}
.close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close.hairline::before, .close.hairline::after {
	height: 1px;
}
.close.thick::before, .close.thick::after {
	height: 4px;
	margin-top: -2px;
}
.close:focus, .close:hover{
	opacity:1;
}
.menu-right>ul{
	margin:25vh 0 0 40px;
	padding:0;
	font-size:3vw;
	text-transform:uppercase;
	list-style:none;
}
.menu-right ul li{
	margin:0;
	padding:0;
	line-height:40px;
	color:#FFF;
}
.menu-right ul a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
}
.menu-right ul a:hover{
	color:#f8dc01;
}
.menu-right>ul ul{
	margin:0;
	padding:0 0 0 17px;
}
.menu-right>ul ul li{
	margin:0;
	padding:0 0 0 10px;
	line-height:30px;
}
.menu-right>ul ul a{
	font-weight:normal;
}


/* BANNER */
.banner-container{
	width:100%;
	height:auto;
	margin:110px 0 0;
}
.banner-container img{
	width:100%;
	height:auto;
}


/* --- SLIDESHOW --- */
.slideshow{
	margin:0;
	padding:0;
}
.slideshow img{
	width: 100%;
	height:560px;
	object-fit:cover;
}
.slideshow .caption-slider{
	z-index: 999;
	color: #fff;
	margin:0;
	padding:0;
	position:absolute;
	top:180px;
	left:110px;

	font-size:72px;
	font-weight:800;
	color:#FFF;
	line-height:1em;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.my_btn_prev, .my_btn_next{
	margin:0;
	cursor: pointer;
	font-weight: 100;
	background-color: #3a3a3a;
	padding: 14px 30px;
}
.my_btn_prev:hover, .my_btn_next:hover{
	background:#222;
}
.my_btn_prev{
	border-bottom:1px solid #999;
}
.slick-dots{
	position: absolute;
	z-index:1000;
	margin:-40px auto 0;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 42px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	opacity: .75;
	color: black;
}


#slidermobile{
	margin:0;
	display:none;
}
/* --- END SLIDESHOW --- */





.icon-scroll,
.icon-scroll:before {
	position: absolute;
	left: 50%;
}
.icon-scroll {
	bottom: 50px;
	z-index:1000;
	width: 40px;
	height: 70px;
	margin-left: -20px;
	margin-top: -35px;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
}
.icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}
.scroll-info{
	position: absolute;
	left: 50%;
	bottom:20px;
	text-align:center;
	color:#FFF;
	width:200px;
	margin-left: -100px;
}



@-moz-keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateY(46px);
	}
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateY(46px);
	}
}

@-o-keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateY(46px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateY(46px);
	}
}



.hm-about{
	padding:50px 0;
}
.hm-about h2{
	margin:0 0 10px;
	font-size:24px;
	font-weight:500;
	text-align:center;
	line-height:1.5em;
}



.services{
	width:100%;
	padding:60px 0 60px;
	background-color:#0e2841;
	color:#FFF;
}
.services h2{
	margin:0 0 50px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
}
.services .panel-group{
	color:#222;
	font-size:16px;
	line-height:1em;
}
.services .panel{
	margin-bottom:10px !important;
	border:none;
}
.services .panel-default{
	border-color:transparent;
	background-color:transparent;
}
.services .panel-heading{
	padding:0;
	background-color:#0a2d4e !important;
	border-radius:5px;
}
.services .judul{
	float:left;
	width:90%;
}
.services .panel-body{
	padding:30px 50px;
	background-color:#e8edf0;
	line-height:24px;
	border-radius:5px;
}
.services .panel-body ul{
	list-style:none;
	margin:0;
	padding:0;
}
.services a{
	width:100%;
	padding:20px 20px 20px 50px;
	color:#FFF;
	display:inline-block;
}
.services a:hover, .services a:focus{
	text-decoration:none;
}



.productpreview{
	width:100%;
	padding:60px 0 60px;
}
.productpreview h2{
	margin:0 0 50px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
}
.productpreview .col-sm-4{
	margin:0 0 50px;
}
.productpreview .col-sm-4 h4{
	padding:20px 0 15px;
	font-size:26px;
	background-image:url(../images/front/arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 14px 14px;
}
.productpreview .col-sm-4 img{
	width:100%;
	height:280px;
	object-fit:cover;
}


.projectpreview{
	width:100%;
	padding:60px 0 60px;
	background-image:url(../images/front/lines.jpg);
	background-size:270px 270px;
}
.projectpreview h2{
	margin:0 0 50px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
}
.projectpreview .col-sm-4{
	margin:0;
	
}
.projectpreview .col-sm-4 h4{
	padding:10px 0 0;
	font-size:26px;
	background-image:url(../images/front/arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 14px 14px;
}
.projectpreview .col-sm-4 img{
	width:100%;
	height:540px;
	object-fit:cover;
}


#popuphome h2{
	text-transform:uppercase;
	font-weight:700;
	font-size:36px;
}
#popuphome ul{
	list-style:none;
	margin:0;
	padding:0;
}
#popuphome li{
	margin:0;
	padding:0 15px;
}
#popuphome li img{
	width:100%;
	height:auto;
}
#popuphome .close{right:0; top:0; width:20px; height:20px; text-align:center; display:inline-block; position:absolute; z-index:2; font-weight:normal; line-height:15px; color:#000; border-radius:50%; opacity:1;}




.footer{
	padding:60px 0 0;
	background-color:#fafafa;
}
.footer-logo{
	text-align:center;
}
.footer-logo img{
	height:auto;
	width:100%;
}
.footer-intro{
	line-height:1.2em;
}
.footer-intro h2{
	margin:0 0 10px;
	font-size:18px;
	color:#212121;
}
.links{
	padding:20px 15px 50px;
}
.links h3{
	margin:0 0 15px;
	font-size:22px;
}
.links ul{
	margin:0 0 0 2px;
	padding:0;
	list-style:none;
}
.links ul li{
	margin:0;
	padding:0;
}
.links a{
	font-weight:bold;
	line-height:24px;
	color:#212121;
}
.copyright{
	padding:30px 0 30px;
	background-color:#FFF;
	text-align:center;
	font-size:10px;
}




#sidebar2{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 90px;
	z-index:200;
}
#sidebar2 img{
	width:60px;
	height:60px;
}
#sidebar2 a{
	display:block;
}
#sidebar2 a:first-child{
	margin-bottom:5px;
}



/*-- ABOUT --*/
.about{
	padding:160px 15px 50px;
	font-size:17px;
}
.about-content{
	line-height:2em;
	text-align:center;
}
.about-content h1{
	margin:0 0 50px;
	text-align: center;
}
.about-content h3{
	margin-bottom:25px;
	line-height: 10px;
	font-weight:700;
	color: #000;
}
.about-content img{
	float:right;
	width:80%;
	height:auto;
	margin:0;
}
.about-content ul{
	padding-left: 15px;
}
.about-content ul li{
	color: #000;
}
.ceomessage-content{
	padding:50px 15px;
	text-align:center;
	background-color:#2a2a2a;
	border-bottom:solid 1px #4a4a4a;
}
.ceomessage-content h3{
	margin:20px 0 30px;
	font-size:36px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:1px;
	text-align:center;
}
.ceomessage-content p{
	margin-bottom:15px;
	font-size:14px;
}
.ceomessage-content img{
	float:right;
	width:100%;
	height:auto;
	margin:0 0 50px;
}
.ceomessage-content strong{
	color:#fab207;
}


/* Create three equal columns that floats next to each other */
.column {
	display: none; /* Hide all elements by default */
}
/* The "show" class is added to the filtered elements */
.column.show {
	display: block;
}
.column.show:nth-child(3n+1) {
	/*clear:left;*/
}





/* ARTICLE */
.article .news_archieve{
	margin-bottom:50px;
	font-size:18px;
	font-weight:bold;
}
.article .news_archieve a{
	color:#000;
}
.article .news_archieve img{
	width:100%;
	height:200px;
	margin-bottom:10px;
	object-fit:cover;
}


/* ARTICLE DETAIL */
.article h1, .article_detail h1{
	margin:50px 0 50px;
}
.article_detail .pd{
	padding:0 0 50px;
}
.article_detail .pd .container{
	font-size:18px;
}
.article_detail .client-logo-container{
	display:none;
}


/* CLIENTS */
.clients{
	padding:50px 0 0;
	background-color:#FFF;
	color:#333;
}
.clients h1, .clients p{
	text-align:center;
}
.clients-widget{
	padding:0 0 50px;
	background-color:#FFF;
	color:#333;
}
.clients-widget .col-xs-6{
	margin-bottom:30px;
}
.clients-widget img{
	width:100%;
	height:auto;
}

/* SERVICES */
.services .news_archieve{
	margin-bottom:20px;
}
.services .news_archieve:last-child{
	margin-bottom:100px;
}
.services .news_archieve a{
	color:#000;
}
.services .news_archieve img{
	width:100%;
	height:100px;
	margin-bottom:10px;
	object-fit:contain;
}
.services .news_archieve .na_title{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.services .news_archieve .na_brief{
	color:#222;
	font-weight:normal;
}


/* PRODUCT */
.productcategory-container{
	padding:0 0 100px;
}
.productcategory-container h1{
	margin:50px 0 0;
	text-align:center;
}
.productcategory-container h2{
	margin:20px 0 20px;
	padding:0 0 15px;
	font-size:20px;
	text-align:center;
	border-bottom:dashed 1px #666;
}
.productcategory-container h3{
	margin:15px 0 30px;
	text-align:center;
}
.productcategory-container .pc-icon{
	float:left;
	width:100%;
	margin:50px 0 10px;
	text-align:center;
}
.productcategory-container .pc-icon-inner{
	display:inline-block;
	width:90px;
	height:90px;
	padding:15px;
	background-color:#FF9;
	border-radius:50%;
}
.productcategory-container .pc-icon img{
	width:auto;
	height:60px;
}
.productcategory-container .intro{
	font-size:16px;
}
.productcategory-container .intro ul{
	margin:0 0 10px;
	padding:0;
}
.productcategory-container .intro li{
	margin:0 0 0 17px;
	padding:0 0 0 1px;
}
.productcategory-container .cats ul{
	margin:0 -15px;
	padding:0;
	list-style:none;
}
.productcategorydetail-item{
	margin:0 0 30px;
}
.productcategorydetail-item:nth-child(4n+1){
	clear:left;
}
.productcategorydetail-item img{
	width:100%;
	height:150px;
	object-fit:cover;
}
.productcategorydetail-item .name{
	margin:5px 0 0;
	line-height:1em;
}
.productcategorydetail-item .name a{
	color:#222;
}

/*-- CONTACT --*/
.contact_sct{
	margin-bottom:50px;	
}
.contact h1{
	margin:50px 0 50px;
	text-align:center;
}

.maps{
	margin-bottom:50px;
}
.maps iframe{
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.maps iframe.clicked{
	pointer-events: auto;
}
.form-group input{
	padding:10px 12px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}
.form-group textarea{
	height:100px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}
.contact_sct .linebelow{
	margin-bottom:30px;
	border-bottom:solid 1px #FFF;
}
.contact_ctn{
	margin-bottom:50px;
	font-size:20px;
	line-height:32px;
}
.contact_ctn h3{
	margin:0 0 30px;
}





.delay>*:nth-child(1) {
  animation-delay: 0s;
} 
.delay>*:nth-child(2) {
  animation-delay: 0.2s  ;
} 
.delay>*:nth-child(3) {
   animation-delay: 0.4s;
} 
.delay>*:nth-child(4) {
  animation-delay: 0.6s;
} 
.delay>*:nth-child(5) {
	animation-delay: 0.8s;
} 
.delay>*:nth-child(6) {
	animation-delay: 0.9s;
} 
.delay>*:nth-child(7) {
	animation-delay: 1s;
} 
.delay>*:nth-child(8) {
	animation-delay: 1.4s;
}


.notify{
	color:#FFF;
}