html{font-size:16px;}
@font-face {
    font-family: 'Heebo-Bold';
    src: url('fonts/Heebo-Bold.eot');
    src: url('fonts/Heebo-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Heebo-Bold.woff') format('woff'),
         url('fonts/Heebo-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo-Medium';
    src: url('fonts/Heebo-Medium.eot');
    src: url('fonts/Heebo-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Heebo-Medium.woff') format('woff'),
         url('fonts/Heebo-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo-Regular';
    src: url('fonts/Heebo-Regular.eot');
    src: url('fonts/Heebo-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Heebo-Regular.woff') format('woff'),
         url('fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo-Light';
    src: url('fonts/Heebo-Light.eot');
    src: url('fonts/Heebo-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Heebo-Light.woff') format('woff'),
         url('fonts/Heebo-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Heebo-Light';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
	overflow-x: hidden;
	color: #505863;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 30%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#4898fb;
    font-size: .9rem;
    opacity: 1;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 33px;
	height: 30px;
	position: relative;
    top: auto;
    right: 5%;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
    background: #4898fb;
    border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	width: 75%;
	top: 10px;
	left: auto;
	right: 0;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 50%;
	left: auto;
	right: 0;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}


/*head--//////////////////////////////////////////////////////////////////////////*/
.content-fullpage .headbar-main{
	position: sticky;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.headbar-main{
    width: 100%;
    padding: 1rem 0;
    transition: all 0.5s;
    background:#FFF;	
	position: sticky;
}
.slim.headbar-main{
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	background: #fff;
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.navbar-brand {
	width: 15%;
    padding: 0 0 0 15px;
    text-align: left;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width:80px;
    transition: all 0.5s;
}
.navbar-brand.d-lg-none{
	padding: 10% 0;
	text-align: center;
	width: 100%;
	background: #FFF;
}

.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    text-align: left;
    font-family: 'Heebo-Regular';
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
}
.navbar-collapse ul li p{margin: 0;}
.navbar-collapse ul li span{display: none;}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{
	color: #505863;
}
.navbar-collapse ul li .dropdown-submenu a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-collapse ul li .dropdown-submenu a img{
	width: 20px;
	margin: 0;
	filter: invert(51%) sepia(77%) saturate(2340%) hue-rotate(194deg) brightness(103%) contrast(97%);
}
.navbar-collapse ul li .dropdown-menu{
	padding:0;
	border-radius: 0;
	border: none;
	background: #f5f5f5;
	margin: 0;
	color: #505863;
}
.navbar-collapse ul li .dropdown-menu a{
	display: block;
	padding: 10px 15px;
	text-align: left;
	color: #505863;
	height: auto;
	overflow: inherit;
}
.navbar-collapse ul li .dropdown-menu a:hover{color: #4898fb;}
.navbar-collapse ul li.dropdown-submenu .dropdown-menu{padding-left: 20px;}
.dropdown-submenu:hover>.dropdown-menu{display: block;}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}
#slide-zone .banner-slide img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.owl-dots{
	display: block !important;
	position: absolute;
    bottom: 3%;
    left: 0;
    z-index: 555;
    width: 100%;
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 11px;
    height: 11px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #add8e6;
	border: 1px solid #add8e6;
}
.owl-carousel button.owl-dot.active{
    background-color: #FFF;
	border-color: #FFF;
}

/*content--//////////////////////////////////////////////////////////////////////////*/

.title-box{
	font-size: 1.2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #505863;
    font-family: 'Heebo-Bold';
}
.content-box1.productpage .title-box,
.content-box1.projectpage .title-box{
	border-bottom: none;
    font-family: 'Heebo-Regular';
}
.content-box1.productpage .title-box span{font-family: 'Heebo-Light';}
.title-other{
	text-align: center;
	font-size: 27px;
	color: #505863;
	margin-bottom: 2.5rem;
    font-family: 'Heebo-Bold';
}
.whyshoose-box{margin-bottom: 2rem;}
.whyshoose-box h1{
	font-size:19px;
	margin-bottom: 10px;
    font-family: 'Heebo-Medium';
}
.whyshoose-box p{
	margin: 0;
	text-align: justify;
}

.content-box2{
	padding: 10% 0;
	background: url("../images/bg-center.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
	color: #000000;
}
.content-box2 .title-box{border-color: #FFF;}
.img-box2{
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
	overflow: hidden;
}
.img-box2 img{
	width:  100%;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.product-box{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	overflow: hidden;
	position: relative;
	background: #ffffff;
	margin-bottom: 2rem;
	transition: all 0.5s;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.product-box img{
	width:100%;
	transition: all 0.5s;
}
.name-pro{
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: 1;

}
.name-pro h1{
	font-size: 1.05rem;
	margin-bottom: 5px;
    font-family: 'Heebo-Medium';
}
.name-pro p{margin: 0;}
.product-box.product-boxlast .name-pro h1{font-size: 1.5rem;}
.product-box .fa-arrow-right{
	width: 20px;
	height: 20px;
	color: #FFF;
	background: #505863;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	transition: all 0.5s;
}
.product-box:hover .name-pro{color: #FFF;}
.product-box:hover .fa-arrow-right{	
	color: #505863;
	background: #FFF;
}
.product-box:hover img{
	opacity: 0.4;
	transform: scale(1.15);
}
.product-box:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(54,72,75) 0%, rgb(77,104,109) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(54,72,75) 0%, rgb(77,104,109) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(54,72,75) 0%, rgb(77,104,109) 100%);
}

.project-box{
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
	background: #505863;
  	box-shadow: 0px 0px 10px 0.81px rgba(0, 0, 0, 0.17);
}
.project-box .name-pro{
	color: #FFF;
	padding: .5rem;
	top: auto;
	bottom: 0;
	left: 0;
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	background-image: -moz-linear-gradient( 90deg, rgb(54,72,75) 0%, rgba(77,104,109,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(54,72,75) 0%, rgba(77,104,109,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(54,72,75) 0%, rgba(77,104,109,0) 100%);
}
.project-box.projectdetail{
	position: relative;
}
.project-box.projectdetail .text-imgname{
	position: absolute;
	bottom: 0;
	padding: 5px 15px;
	width: 100%;
	font-size: 1.2rem;
	color: #bebebe;
	font-family: 'Heebo-Bold';
	 background-color: rgb(51 51 47 / 30%); 
}
.project-box.projectdetail img{
	object-fit: cover;
	aspect-ratio:3/4;
}
.project-box {
	height: 245px;
	overflow: hidden;
}
.project-box img{
	height: 100%;
	width: 100%;
    transition: all 0.5s;
	flex-grow: 0;
	object-fit: cover;
}
.project-box  .fa-arrow-right{
	width: 20px;
	height: 20px;
	color: #505863;
	background: #Fff;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	transition: all 0.5s;
}
.project-box:hover img{
	opacity: 0.4;
	transform: scale(1.05);
}
.project-box:hover .fa-arrow-right{	
	color: #FFF;
	background: #505863;
}
.project-box.project-boxlast .name-pro{
	height: 100%;
	align-items: flex-start;
}
.project-box.project-boxlast .name-pro h1{font-size: 1.5rem;}
.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-pro{
	text-align: center;
	height: 110px;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
 }

.img-pro img{
	max-width: 100%;
	max-height: 100%;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.06);
}
.text-img-pro{
	font-size: 1rem;
    font-family: 'Heebo-Bold';
	/*margin: 1rem auto;*/
	text-align: center;
}
.slide-about{margin:0 auto 2rem;}
.aboutus-blod{
	font-size: 1;
	margin-bottom: 1rem;
    font-family: 'Heebo-Bold';
	font-style: italic;
	text-indent: 7%;
}
.img-ab{
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.img-ab img{width: 100%;}
.about-left{margin-top: 1rem;}
.about-left p{margin-bottom: 1rem;}

.title-Contact {
    background-color: rgb(2 2 2 / 30%);
    padding: 10px 10px;
}
.content-box1.contactpage1{
	background: url("../images/slides/1.jpg") top center no-repeat;
	background-size: cover !important;
	color: #FFF;
}
.content-box1.contactpage1 .title-other{color: #FFF;}
.content-box1.contactpage1 .title-other p{
	margin: .75rem 0;
	font-size: 1rem;
    font-family: 'Heebo-Light';
text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em #3b3b49;
}
.title-contactpage{
	font-size: 1.4rem;
	margin-bottom: 1rem;
    font-family: 'Heebo-Bold';
	color:  #505863;
}
.address-box{margin-bottom: 2rem;}
.address-box h1{
    font-size: 1.2rem;
	margin-bottom:1rem;
    font-family: 'Heebo-Regular';
}
.address-box p{	margin-bottom:1rem;}
.address-box ul{list-style: none;margin-top: 1rem;}
.address-box ul li span{font-family: 'Heebo-Regular';}
.address-box ul li img{
	width: auto;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.address-box ul li .fa-circle{
	margin: 0 15px;
	font-size: 12px;
}
.address-box ul li{margin-bottom: 15px;}
.address-box a:hover{color: #4898fb;text-decoration: underline;}

.message-contact {
	padding: 1rem;
	background: #36484b;
	color: #FFF;
    margin: 2rem auto;
}
.message-contact .fa-paper-plane{color: #000;}
.message-contact h1{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: left;
	color: #fff;
    font-family: 'Heebo-Bold';
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span{color: #F00;}
.detail-form p{margin-bottom: 1rem;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: none;
	border: none;	
    border-bottom: 1px solid #FFF;
    width: 100%;
	color: #FFF;
	border-radius: 0;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
}
.form-text::placeholder{color: #FFF;}
.sendus-btn{
	width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #36484b;
    color: #36484b;
    background: #Fff;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #36484b;
    color: #fff;
	border-color: #FFF;
	transform: scale(.98);
}


.project-list ul{list-style: none;}
.project-list ul li{padding-bottom: 1rem;}
.project-list a:hover{
	color: #d1d1d1;
	text-decoration: underline;
}

.catalog-download{
	width: 180px;
	text-align: center;
	color: #FFF;
	padding: 8px;
	display: block;
	margin: 2rem auto;
    background: #055dc7;
	transition: all 0.5s;
	border: 1px solid #055dc7;
}
.catalog-download:hover{
	color: #055dc7;
    background: #fff;
	transform: scale(.95);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.img-ab--3{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.img-ab--3 img{
	width: 100%;
	object-fit: cover;
}
/**************/
.detail-products ul{
	padding-left: 2rem;
}
.detail-products ul li{padding-bottom: 10px;}
.detail-products table{width: 100%;margin-top: 1rem}
.detail-products table td{padding: 5px;vertical-align: top;}
.detail-products a:hover{color: #4169e1;text-decoration: underline;}

.vdo-presents{
	width: 100%;
	height: 280px;
	border-radius: 15px;
	margin: 2rem auto;
	overflow: hidden;
	background: #FFF;
	padding: .5rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.vdo-presents iframe{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: 20px auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color: #155570;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #777 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #777;
}
/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
.box-loading #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/******************************/
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
	color: #36484b;
	padding:10% 0;
	z-index: 2;
	background:#f5f5f5;
}
.footer ul{list-style: none;}
.footer ul li{padding-bottom: 5px;}
.footer p{margin: 0;}
.footer h1, .contact-footer h1,.address-footer h1{
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: 'Heebo-Medium';
}
.address-footer h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: 'Heebo-Medium';
}
.contact-footer ul{list-style: none;}
.contact-footer{margin-top: 1rem;}
.footer a:hover{text-decoration: underline;color:#4898fb;}
.copyright-box{
	color: #FFF;
	text-align: center;
    padding:15px 30px;
	background: #36484b;
}
.copyright-box a:hover{text-decoration: underline;}
.navbar-logofooter{
	text-align: center;
	margin: 1rem auto;
}
.navbar-logofooter img{width: 80px;margin: 0;}
.address-footer img{
	width: 25px;
	vertical-align: baseline;
	filter: invert(25%) sepia(13%) saturate(680%) hue-rotate(141deg) brightness(96%) contrast(92%);
}
.contact-footer img{
	width: 27px;
	filter: invert(25%) sepia(13%) saturate(680%) hue-rotate(141deg) brightness(96%) contrast(92%);
}
.contact-footer img.nonefilter{filter: none;}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
	
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 425x) {
	.certification{
		max-height: 50% ;
		margin-top: 5px;
	}
}


.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    background: rgba(0, 0, 0, 0.5); /* Warna latar belakang teks overlay */
    color: #fff; /* Warna teks */
    padding: 10px; /* Padding untuk teks */
    font-size: 13px; /* Ukuran teks */
    z-index: 2; /* Z-index untuk menampilkan teks di depan gambar */
}

.certification{
	width: 100%;
	height: min-content;
	text-align: center;
	margin-bottom: 2rem;
	overflow: hidden;
}

