@media (min-width: 992px) {
	.shy-menu {
		display: none !important;
	}
}
.shy-menu { 
	z-index: 1001;
	display: block;
	height: 100px;
	padding: 5px;
	top: 12px;
	width: 140px;
	position: fixed;
	color: #fff;
	right: 0px;
}
.img-clients .item-img{
	/*border-right: 1px solid #d8d8d8;*/
}
.menu-kategori {
	cursor: pointer;
}
.child-menu-kategori {
/*	display: none;*/
}
input {
		border-bottom: 2px solid rgba(1, 39, 60, 0.41) !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		border-radius: unset !important;
	}
	input:focus {
		outline: unset !important;
		border-bottom: 2px solid #008bd8 !important;
		box-shadow: none !important;
	}
	textarea {
		border-bottom: 2px solid rgba(1, 39, 60, 0.41) !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		border-radius: unset !important;
		height: 110px !important;

	}

	.product-download {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
		max-width: 71.5rem;
	}

	.desc-product-detail .row {
		padding: 32px;
		background: #d0d8d569;
	}
	.product-sertif .icon {
		height: auto;
		width: 110px;
	}
	.form-control {
		margin-bottom: 30px;
	}
	textarea:focus {
		outline: unset !important;
		border-bottom: 2px solid #008bd8 !important;
		box-shadow: none !important;
	}

	select {
		border-bottom: 2px solid rgba(1, 39, 60, 0.41) !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		border-radius: unset !important;

	}
	select:focus {
		outline: unset !important;
		border-bottom: 2px solid #008bd8 !important;
		box-shadow: none !important;
	}
.table-desc {
	width: 100%;
}
.table-desc table tr td {
	border: unset;
}
.table-desc table {
	width: 100% !important;
	border: unset;
}
.formulir {
	padding-left: 0px;
	padding-right: 50px;
}
.btn-dark {
	background: #133E2F;
	border-radius: 12px;
}
.breadcrumb
{
	background-color: unset;
}
.descone {
	font-size: 1rem;
}
html {
	overflow-x: hidden;
}
.shy-menu-panel ul li a:hover {
	color: black;
	opacity: 3.4;
}
.heightmenuopen {
	height: 80% !important;
}
.shy-menu-panel ul li a {
	filter: invert(.2);
	color: #01273c;
	font-size: 18px;
	letter-spacing: 2px;
}
.shy-menu-panel ul {
    list-style-type: none;
}
.description-spec {
	background: #01273c;
	color: white;
	height: 60px;
	text-align-last: center;
	margin-bottom: 77px;
	padding-top: 10px;
}
.btn-dark {
	padding-right: 25px;
	padding-left: 25px;
}
@media (max-width: 1450px) {
	.description-spec {
    /*margin-top: 4px !important;*/
	}

}
@media (max-width: 600px) {
  	.shy-menu-panel ul {
		padding: unset;
	}
	.show-mobile {
		display: block;
	}
	.section-products .card-product .d-flex {
		width: 83% !important;
	}
	.section-products .card-product {
		height: 353px !important;
	}
	.footer p.text {
		font-size: 14px;

	}
	.footer .row-contact .text {
		font-size: 14px;
	}
	.banner-home {
		height: 437px !important;
	}
	.slider-to-multiple .slick-slide img {
	width: 150px;
	height: 150px;
}
.slick-list {
	height: 740px !important;
}
.item-img-one img {
	height: 136px !important;
}
.item-img-two img {
	height: 136px !important;
}
.item-img-three img {
	height: 136px !important;
}
.desc-banner-another {
	    top: 36% !important;
	        left: 6% !important;
}
.product-section .row {
	margin-top: 50px;
}
	.shy-menu-panel ul li a {
		font-size: 18px;
		opacity: .10;
		opacity: unset; 
   		filter: unset;
	}
	.shy-menu-panel ul li{
		margin-top: 0px !important;
	}
}

.shy-menu-panel ul li{
	  text-align: left;
    padding-bottom: 11px;
}
.shy-menu .shy-menu-panel {
	display: none;
}
.shy-menu.is-open .shy-menu-panel {
	display: block;
}
.shy-menu-panel .has_child ul li {
	padding-top: 8px;
	position: relative;
	padding-bottom: 8px;
}
.shy-menu-panel .has_child ul li a{
	font-size: 15px;
}

.shy-menu-panel .has_child .sub-menu {
    display: none;
}
.shy-menu-panel .has_child .sub-menu.hover {
		display: block;
		padding-left: 30px;
}
.is-open .shy-menu-hamburger {
	top: 46px;
}
.breadcrumb {
}
.shy-menu-panel li img {
	height: 24px;
	padding-left: 5px;
}
.shy-menu.is-open { 
  background-color: #f3f4f5;;
}

.shy-menu.is-open {
	height: 86%;
	width: 29%;
	top: 0px !important;
}

.shy-menu-panel { 
  margin-left: -200px;
  text-align: center;
}
.is-open .shy-menu-panel { 
  margin-left: 0;
}

/*** Hamburger ***/
.shy-menu-hamburger {
  position: relative;
  left: 41px;
  top: 22%;
  width: 54px;
  height: 54px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.shy-menu-hamburger > .layer {
  background-color: black;
  border-radius: 1px;
  display: block;
  height: 2px;
  overflow: hidden;
  position: absolute;
    left: 5px;
  width: 29px;
}

.shy-menu-hamburger .layer.top { top: 9px; }
.is-open .shy-menu-hamburger .layer.top { 
  top: 17px;
  left: 5px;
  transform: rotate(45deg);
}
.shy-menu-hamburger .layer.mid { top: 20px; }
.is-open .shy-menu-hamburger .layer.mid {
  opacity: 0;
  left: 0;
}
.shy-menu-hamburger .layer.btm { top: 31px; }
.is-open .shy-menu-hamburger .layer.btm { 
  top: 17px;
  left: 5px;
  transform: rotate(-45deg);
}

.navbar-brand {
	width: 100%;
}
body {
	overflow-x: hidden;
}

.banner-home-slider .slick-slide img {
	float: right;
	width: 82%;
}
.slider-to-multiple .slick-slide img {
	float: right;
	width: 80%;
}
.desc-banner h1 {
	    font-size: 50px;
	    font-weight: 700;
	        letter-spacing: 8px;
}
.desc-banner {
	position: absolute;
	top: 20%;
	    margin-left: 99px;
	width: 3%;
}

.desc-banner-another {
	position: absolute;
	top: 53%;
	    margin-left: 99px;
	width: 3%;
	left: 1%;
}

.desc-banner-another h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 8px;
}

.img-abouts-right {
	padding-left: 20px;
}
.img-abouts-left{
	float: right;
	padding-right: 20px;
}
.video-abouts {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left-img-prod.desc-product {
	padding: 80px 156px 0px 1px;
}
.product-section p {
	font-size: 18px;
}
.product-section h4 {
	font-size: 26px;
}
.left-img-prod img {
	float: right;
	width: 100%;
	max-width: 500px;
	max-height: 285px;
	/*padding-right: 30px;*/
}
.right-img-prod.desc-product {
    padding: 80px 1px 0px 213px;
    text-align: right;
}

.img-clients .item-img {
	margin-top: 40px;
	margin-bottom: 40px;
}

.shy-menu.is-open .shy-menu-panel {
	display: block;
	position: relative;
	top: 36px;
	left: 34px;
}
.link-menu-product ul li {
/*	list-style: none;*/
/*	padding-left: 22px;*/
margin-left: 17px;
}
.right-img-prod img {
	width: 92%;
	float: left;
	padding-top: 15px;
	max-height: 285px;
}

.our-products {
	margin-bottom: 140px;
}
.our-products .col-md-12 {
	margin-bottom: 140px;
}
.organic-spaces {
	background-color: rgba(1, 39, 60, 0.04);
}

.organic-spaces img{
	height: 700px;
	width: 100%;
}

.organic-spaces .container-fluid {
	padding-right: unset;
}

.organic-spaces h2 {
	font-size: 32px;
}
.organic-spaces p {
  padding-right: 15px;
  font-size: 18px;
}

.organic-spaces .col-lg-6:first-child {
	padding-top: 215px;
	padding-left: 100px;
	padding-right: 60px;
}

.img-banner-service {
		max-width: 100%;
		width: 80%;
		float: right;
	}
	.another {
	    display: inline-block;
	}
	.service-desc .desc {
		width: 30%;
		display: inline-block;
		text-align: left;
	}
	.service-desc .desc h3 {
		font-weight: 900;
		letter-spacing: 2.53px;
	}
	.service-desc {
		margin-top: 60px;
	}
	.service-desc .col-12 {
		text-align: center;
	}
	.background-one img {
		position: relative;
	    top: 87px;
	    left: -81px;
	}

	.background-two img {
		position: relative;
	    top: 87px;
	    left: -81px;
	}
	.background-two {
		margin-left: 30%;
	}
	.background-four {
		margin-left: 30%;
	}
	.text-left {
		text-align: left !important;
	}
	.contact {
		margin-top: 170px;
		padding-top: 123px;
		background: #F6F7F7;
		padding-bottom: 70px;
	}
	.service-three .desc-three {
		width: 60%;
		display: inline-block;
	}
	.service-three {
		margin-top: 150px;margin-bottom: 150px;
	}

.our-client-title p{
	  font-family: Avenir;
	  font-size: 22px;
	  font-weight: 500;
	  font-stretch: normal;
	  font-style: oblique;
	  line-height: 1.64;
	  letter-spacing: 0.92px;
	  text-align: center;
	  color: #101010;
}

.img-clients img {
	height: 47px;
}

.img-clients .item-img {
	text-align: center;
}

.our-client-title {
	margin-top: 130px;
}


.our-client-img {
	margin-top: 20px;
	margin-bottom: 130px;
}

.menu-product {
	margin-top: 70px;
	margin-bottom: 120px;
}
.product-name {
	margin-top: 30px;
}

.product-catalogue {
	margin-bottom: 100px;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}
.breadcrumb-item.active {
	color: black !important;
	font-weight: 600;
} 
.btn-dark-inprodev {
	color: #fff;
    background-color: #01273c;
    border-color: #01273c;
    border-radius: unset;
    padding: 10px 40px;
}
.btn-dark-inprodev:hover {
	color: white;
}
.slider-slick h4	{
	font-size: 36px;
}

.slider-slick p	{
	font-size: 18px;
}

#slick-slide01  {
	/*opacity: 0.5;*/
}
.slider-one .slick-dots {
	width: 2%;
	position: absolute;
	top: 41%;
	left: -47px;
}
.about-us-desc-home {
	margin-bottom:150px;
	padding-right: 70px;
	padding-left: 70px;
}
.about-us {
	margin-top: 66px;
}
.menu-left-footer {
		background-color: #f2f4f5;
		margin-left: 80px;
		margin-right: 110px;
		height: 100%; 
}
.img-client-home {
		width: calc(100% / 5);
		padding: 50px;
	}

	.width-clients {
		padding-left: 150px;
		padding-right: 150px;
	}
.link-footer-one {
	padding-left: 30px;
}
.banner-home-sliders .image-slider .col-7 .background-home {
	background: #D0D8D5;
	width: 600px;
	height: 990px;
	position: absolute;
	right: 0;
	top: -116px;
}

@media screen and (min-width:  800px){
	.mobile-show {
		display: none;
	}
	.show-mobile {
		display: none;
	}
	.formulir form {
	    padding-right: unset;
	}

}
section.banner-home {
	height: 750px;
}	
@media(max-width: 820px) { 
	.shy-menu.is-open {
		width: 53%;
	}
	.card-partner .img-bg-part {
		border-radius: 20px !important;
	}
	section.banner-home {
		height: 685px;
	}
	.banner-home-sliders .image-slider .col-7 .background-home {
		height: 797px;
	}
	.banner-home-sliders .desc {
		position: relative;
		z-index: 102;
	}
	.formulir form {
		padding-right: 27px !important;
		padding-left: 10px;
	}
	.banner-formulir img {
		width: 100% !important;
	}
	.description-spec {
		margin-top:33px !important;
	}
	.formulir {
		padding-left: 20px;
		padding-right: 15px;
	}
	.banner-formulir {
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	    margin-bottom: 50px;
	}
	.left-img-prod.desc-product {
	    padding: 47px 38px 0px 1px;
	}
	.right-img-prod.desc-product {
    padding: 50px 1px 0px 51px;
	}
	.width-clients {
		padding-left: unset;
		padding-right: unset;
	}
	.menu-left-footer {
		padding-bottom: 67px;
		background-color: #f2f4f5;
		margin-left: unset;
		margin-right: unset;
}
.icon-medsos img {
	height: 35px;
}
.service-desc .desc {
	width: 85%;
}
.link-footer-two {
	    padding-left: 30px;
}
.link-footer-one {
	padding-left: 30px;
}
.img-client-home {
    width: calc(100% / 3);
    padding: 15px;
}
	.organic-spaces .col-lg-6:first-child {
	    padding-top: 28px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.organic-spaces img{
		height: auto;
		width: 100%;
	}
	.desc-banner {
	    position: absolute;
	    top: 4%;
	    margin-left: 25px;
	    width: 3%;
	}
	.desc-banner h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 8px;
	}

	

	.banner-home-slider .slick-dots {
		bottom: -61px !important;
	}
	.img-abouts-right {
		padding-left: 20px;
	}
	.img-abouts-left{
		float: right;
		padding-right: unset;
	}
	.banner-home-slider .slick-list {
		height: 400px;
	}
	.about-us-desc-home {
		margin-bottom:40px;
		padding-right: 70px;
		padding-left: 70px;
	}
	.desktop-show {
		display: none;
	}
	.our-products .col-md-12 {
	    margin-bottom: 40px;
	}
	.desc-banner-another {
	    position: absolute;
	    top: 25%;
	    margin-left: 0px;
	    width: 3%;
	    left: 2%;
	}
}
.desc-other-catagories {
		padding-top: 122px;
	}
.image-banner-promo {
	width: 900px;
	height: 400px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.7;
}
.breadcrumb {
	padding-left: 58px;
}
.banner-home-sliders .desc {
	margin-top: 350px;
	width: 400px; 	
	margin-left: 68px;
}
.desc-footer {
	width: 502px;
}
.footer .col-6.kanan {
	    padding-left: 19%;
}
.text-justify {
	text-align: justify;
}
@media (max-width: 600px) { 
.banner-home-slider .slick-list {
		height: 377px !important;
}
.footer .col-6.kanan {
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.desc-footer {
	width: unset;
}
.contact {
   margin-top: 40px;
}
.breadcrumb {
	padding-left: 18px !important; 
}
.slider-one .slick-dots li button:before {
	    font-size: 13px;
}
.slick-one .container-fluid .row .col-3 {
	position: absolute;
	right: 0px;
}
.background-one img {
    position: relative;
    top: 37px;
		left: -24px;
		width: 66px;
}

.background-two img {
	position: relative;
  top: 37px;
	left: -24px;
	width: 66px;
}
.service-three .desc-three {
	width: 100%;
}

.slider-to-multiple.slick-slide img {
		width: 100% !important;
	}
.background-two {
     margin-left: unset; 
}
.slider-one .slick-slide {
	    height: 693px !important;   
}
.img-product-one-reco .slick-arrow {
	display: none !important;
}
.slider-one .slick-dots {
     width: 100%; 
    position: absolute;
    top: 38%;
    left: -47px;
}
.title-promo {
	position: relative;
	top: 30%;
}
.img-footer {
	margin-top: 0px !important;
}
.img-footer .cacl-5.tree {
	position: absolute;
	right: -48px;
}
.img-footer .cacl-5 {
	width: calc(110% / 3) !important;
	text-align: right;
}
.banner-promo {
	margin-top: 0px !important;
}
.our-client-title {
	margin-top: 60px;
}
.our-client-img {
	margin-top: 60px;
}
.left-img-prod img {
	padding-right:unset ;
}
.product-section .col-lg-6 {
	width: calc(100% / 2);
}
.left-img-prod.desc-product {
	padding: 15px 0px 0px 14px;
}
.product-section .col-lg-6 h4 {
	font-size: 14px;
}
.product-section .col-lg-6 p {
	font-size: 12px;
}
.product-section .col-lg-6 a {
	font-size: 14px;
}
.right-img-prod.desc-product {
	padding: 15px 0px 0px 14px;
}
.desktop-show {
	display: none;
}
.banner-home-slider .desc-banner p {
	font-size: 16px;
	font-style: italic;
	margin-top: 28px;
	}

	.desc-banner {
	    position: absolute;
	    top: 40%;
	    margin-left: 15px;
	    width: 5%;
	}

	.about-us-desc-home {
		margin-bottom:150px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.img-abouts-right {
		padding-left: 0px;
	}
	
	.is-open .shy-menu-hamburger {
		top: 8%;
	}
	.is-open .shy-menu-hamburger {
		left: 163px;
	}
	.shy-menu-hamburger {
    position: relative;
    left: 10px;
  }
  .shy-menu-panel h4 {
		font-size:18px !important; 
	}
	
	.logo-menu {
		width: 40% !important;
		height: auto !important;
	}
	.shy-menu-panel ul li {
	    text-align: left;
	    padding-bottom: 5px;
	    padding-top: 6px;
	}
	.shy-menu.is-open {
	    height: 58%;
	    top: 0px !important;
			width: 60% !important;
	}
	.desc-product p {
		color: #01273c;
	}
	.navbar-expand-lg {
		z-index: 101;
	}
	.container-fluid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.pos-relative img {
		top: 0px !important;
	}
	.banner-home-sliders .desc {
    margin-top: 184px;
    width: 352px;
    margin-left: 15px;
    z-index: 103;
    position: relative;
	}
	.navbar-brand {
	
	}
	#carouselExampleControls .arrow-carousel{
		position: absolute;
		top: -63px;
		z-index: 1;
		right: 35px;
	}
	.other-product h3 {
		font-size: 18px;
	}
	.desc-banner-another h1 {
		font-size: 24px;
	}
	.shy-menu {
		height: 76px;
		width: 80px;
	}
	.title-other-prod {
		margin-bottom: 27px !important;
	}
	
	.desc-other-catagories h4 {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.desc-other-catagories p {
		font-size: 16px;
		margin-bottom: 0px;
		line-height: 20px;
		margin-top: 16px;
	}
	.desc-other-catagories a {
		font-size: 12px;
	}
	.desc-other-catagories {
		padding-top: 0px;
	}
}

@media screen and (max-width: 1024px) {
	.desc-banner-another {
    position: absolute;
    top: 23%;
    width: 3%;
    left: 2%;
    margin-left: 0px;
	}
	.shy-menu.is-open {
		width: 49%;
	}
}
.shy-menu-panel h4 {
	font-size:34px;
}
.arrow-carousel {
	position: absolute;
	top: -125px;
	z-index: 1;
	right: 0px;
}
.breadcrumb-item a{
	font-family: 'inprodevfontDesc';
	text-decoration: unset !important;
	font-weight: 700;
}
.desc-product a i {
	  position: relative;
    top: 2px;
}
.formulir form {
	    padding-right: 100px;
}
.navbar-light .navbar-nav .nav-link {
	width: 134px;
}