@font-face {
    font-family: campton;
    font-weight: normal;
    src: url("fonts/Campton-Light.otf") format("opentype");
}

@font-face {
    font-family: campton;
    font-weight: bold;
    src: url("fonts/Campton-Bold.otf") format("opentype");
}
a.icon-ig {
    position: absolute;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    z-index: 9999;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    padding: 10px 20px;
    max-width: 55%;
    text-align: center;
    width: 200px;
}
a.icon-ig img {
    width: 30px;
    margin-right: 8px;
}
.contact-header a {
    color: #fff;
}

.gm-style-iw-d #content {
    padding: 6px 10px;
}
div#content h1 {
    margin-top: 0;
    font-family: 'Cabin', sans-serif;
    font-size: 15pt;
    padding-bottom: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}
div#content p:last-child {
    margin: 0;
}
body{
	margin:0;
	font-family: 'Cabin', sans-serif;
	color:#000;
	font-size:12pt ;
}
.item{position:relative;}
.active .slide-desc {
	opacity:1;
	-webkit-animation: mymove 1s; /* Safari 4.0 - 8.0 */
	animation: mymove 1s;
	left: 120px;
	transform:translateY(-50%) translateX(-0%)
}
.slide-desc {
    position: absolute;
    top: 50%;
	width:32%;
	opacity:0;
	left:0;
	z-index:2;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  20% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  100% {opacity:1;left: 120px;transform: translateY(-50%) translateX(-0%);}
}

@keyframes mymove {
  0% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  20% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  100% {opacity:1;left: 120px;transform: translateY(-50%) translateX(-0%);}
}
/* .slide-desc p {padding-left:20px} */
.slide-desc h1 {
    margin-bottom: 10px;
    padding: 0 0px;
    color: #000;
    display: inline-block;
    font-size: 32pt;
    line-height: 1;
}
.slide-desc h1:after {
    content: "";
    width: 50px;
    height: 5px;
    background: #f75c57;
    position: absolute;
    bottom: 100%;
    left: 0;
    border-radius: 10px;
    margin-bottom: 9px;
}
div#slide-home .item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    opacity: 0.9;
    height: 100%;
    top: 0;
    left: 0;
}
.image-detail-news, .image-detail-event {
    margin-bottom: 20px;
}
div > img{max-width:100%;}
.content-wrapper {
    padding: 80px 0;
	overflow:hidden;
}
.more:hover {
    background: #f75c57;
    color: #fff;
    border-color: #f75c57;
}
.more {
    background: transparent;
    border: 0;
    color: #000;
    font-weight: normal;
    border-radius: 0;
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 11pt;
    border-radius: 50px;
    letter-spacing: 0px;
    border: 2px solid #f75c57;
}
#catalog-by-used .more {
    margin-top: 25px;
}
.product-col:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
h1,h2,h3,h4{
	/* font-family: 'Lobster', cursive; */
}
h1.page-header {
    border: 0;
    font-weight: 800;
    color: #000;
	letter-spacing: 3px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 30pt;
    position: relative;
    text-transform: uppercase;
}

/*===KATEGORI===*/
.thumbnail-category-home a {
    display: block;
    position: relative;
}
.thumbnail-category-home:hover .images-category-home img{
	transform:scale(1.1)
}
.thumbnail-category-home:hover .images-category-home:after{
    background: rgba(0, 0, 0, 0);
}
.thumbnail-category-home:hover .category-name{opacity:0}
.thumbnail-category-home *{
	transition:all 0.5s ease;
}
.category-name {
	transition:all 0.5s ease;
	text-shadow:0 0 7px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20pt;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
}
.images-category-home:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition:all 0.5s ease;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
}
.thumbnail-category-home {
    margin-bottom: 30px;
}
.images-category-home {
    position: relative;
	overflow:hidden;
}


/*ABOUT US*/
div#about-us .more{border-color:#fff;color:#fff;}
div#about-us {
    padding: 0;
    overflow: hidden;
}
div#about-us .container-fluid {
    padding: 0;
}
div#about-us img{width:100%;}
#about-us .page-header:after {
    background: #fff;
    margin-top: 0;
}
div#about-us .col-sm-6:last-child {
    padding: 0 110px;
}
div#insta-block {
    padding: 0;
}
div#about-us .page-header {
    color: #fff;
    margin-bottom: 40px;
}
div#about-us .row{
	display:flex;
	justify-content:center;
	align-items:center
}
div#about-us {
    padding: 0;
    overflow: hidden;
    background: #f75c57;
    color: #fff;
    text-align: center;
}
div#about-us .more {
    margin-top: 10px;
}

/*BY COLOR*/
.thumbnail-catalog-by-color {
    text-align: center;
	margin-bottom:30px
}
.catalog-by-color-name {
    text-transform: uppercase;
    font-size: 17pt;
	position:relative;
    color: #000;
    letter-spacing: 3px;
}
.thumbnail-catalog-by-color .images-catalog-by-color img{
transition:all 0.5s ease;
}
.thumbnail-catalog-by-color a:hover{text-decoration:none}
.thumbnail-catalog-by-color:hover .images-catalog-by-color img{
	transform:scale(1.1)
}


h1.page-header:after {
    content: "";
    width: 60px;
    height: 7px;
    background: #f75c57;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-radius: 0px;
    margin-top: 9px;
}
/* h1.page-header:after { */
    /* content: ""; */
    /* width: 60px; */
    /* height: 4px; */
    /* background: #000; */
    /* display: block; */
    /* position: relative; */
    /* margin: 20px auto 0; */
/* } */
p {
    margin: 0 0 20px;
}


/*HEADER TOP*/
div#header-top {
    background: #111f2a;
    padding: 15px 0;
	color:#fff
}
div#header-top  ul{margin:0;}
div#header-top  p{margin:0;}
div#header-top  a{color:#fff}



/*GALLERY*/
.gallery-thumbnail {
    background: #f5f5f5;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
	margin-bottom:30px;
}
.gallery_title a {
    display: block;
    color: #362a1e;
    padding: 20px 20px;
}


/*NEWS*/
.dept,#eventwidget > div {
    margin-bottom: 30px;
}
.dept_title a,.newstitle a,.judulevent {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14pt;
    color: #362a1e;
    margin:28px 0 3px;
    display: block;
    line-height: normal;
}
.newsdate,.tglevent,.date_news {
    color: #888;
    font-style: italic;
	margin-bottom:7px;
}



/*HEADER*/
div#social img,.footer-social img {
    height: 30px;
}
.contact-header ul {display:flex}
.contact-header li {
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 30px;
}
.contact-header img {
    height: 110px;
}
.image-category{position:relative;margin-bottom:-50px !important}
.image-category:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
	bottom:-1px;
    box-shadow: 0 -150px 90px -50px #fff inset;
}
.contact-header strong {
    font-size: 18pt;
    font-weight: bold;
    line-height: 1.2;
}
.name-photo.text-center {
    padding: 12px 0 8px;
}
#who-we-are h3 {
    font-size: 17pt;
}
ul#shop-slider img {
    max-width: 100%;
	width:100%;
    height: auto;
}
ul#shop-slider {
    padding: 0;
	margin:0;
    list-style: none;
    border: 0;
    padding: 0;
    border-radius: 3px;
}
.navbar-inverse .navbar-toggle {
    border: 0;
    margin: 0;
    float: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
    height: 3px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{
    background-color: #f75c57;
}
#header-site {
    border: 0;
	padding:17px 0 20px;
    border-radius: 0;
    margin: 0;
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.textlogo img {
	margin-top:13px;
}
#header-site a.navbar-brand {
    font-weight: bold;
	height:auto;
    color: #000;
    text-transform: uppercase;
    font-size: 16pt;
}
div#newshome *{color:#fff;}
div#newshome {
    background: #d05507;
    color: #fff;
}
span.textlogo {
    padding: 0 0 0 20px;
}
span.textlogo img {
    max-width: 100%;
    max-height: 70px;
    height: auto;
}
nav#header-site .container {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}
.contact-header {
    padding-top: 0px;
	float:right;
}
.block-menu-line {
    clear: both;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
	width:100%;
}
#menu-block .container:before,#menu-block .container:after,nav#header-site .container:before, nav#header-site .container:after{display:none}
#menu-block .block-menu-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0px 20px;
}
div#social p{margin-bottom:0}
div#menu-block {
    position: relative;
    z-index: 2;
    margin-bottom: -28px;
    margin-top: -22px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #222;
    padding: 7px 25px;
    line-height: 1.2;
    border-radius: 50px;
    font-size: 11pt;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background: #f75c57;
    color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #f75c57;
}
.images-gallery img {
    position: absolute;
    top: 0;
    left: 0;
}
.images-gallery {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

div#description_product table:nth-child(2) tr:nth-child(odd) {
    /* background: #ccc; */
}
div#description_product th {
    border-bottom: 1px solid #f75c57;
    padding: 9px 10px 5px;
}
div#description_product th * {
    color: #f75c57 !important;
}
div#description_product td {
    border-bottom: 1px solid;
    padding: 5px 10px;
}
h1.title-detail {
    margin-bottom: 50px;
    font-size: 27pt;
}
/*SLIDE*/
/* div#slide-home .item:before { */
    /* content: ""; */
    /* display: block; */
	/* z-index:1; */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* box-shadow: 0px 170px 110px -90px rgba(255, 255, 255, 0.7) inset; */
/* } */
div#slide-home {
    position: relative;
}
#slide-home .owl-item {
    padding: 0;
}
.slide-text {
    position: absolute;
    top: 50%;
	text-align:center;
    transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    left: 50%;
    color: #000;
	padding:0 15px;
}
.slide-text h2 {
	color:#d05507;
	font-weight: bold;
	font-size:17pt;
}
.slide-text h1 {
    font-weight: bold;
	color:#fff;
	font-size:37pt;
	text-transform:uppercase;
    margin-bottom: 20px;
}


/*strengt*/
.strengt-item {
    display: flex;
    align-items: flex-start;
}
.services-item {
    display: flex;
	margin-bottom:20px;
    align-items: flex-start;
    background: #f4f6f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.strengt-item img {
	width:70px;
	padding-right:10px;
}
.services-item img {
}
div#strengt {
    background: #f0f0f0;
    padding: 110px 0 90px;
    color: #000;
}
.title-services {
    padding: 20px 0;
    border-bottom: 10px solid #d05507;
	text-transform:uppercase;
	color:#555;
}
div#services-block .page-header {
    color: #fff;
}
.title-strengt h4 {
    font-weight: bold;
    font-size: 12pt;
}
.title-services h4 {
    font-weight: bold;
    font-size: 12pt;
}


/*CATALOG*/
.thumbnail-product.grid .col-sm-3:nth-child(4n+1),.product-col:nth-child(4n+1) {clear:both}

.product-col img{width:100%}
.catpage {
    margin-bottom: 20px;
}
.product-col {
	background:#f4f6f5;
	margin-bottom:30px;
    padding-bottom: 20px;
}
.title-product a {
    font-size: 12pt;
    font-weight: normal;
    min-height: 20px;
    color: #000;
    display: block;
}
.title-product h4 {
    margin-bottom: 5px;
    min-height: 34px;
    margin-top: 25px;
    font-family: 'Cabin', sans-serif;
    text-align: center;
    padding: 0 20px;
}




/*WHO WE ARE*/
#who-we-are {
	/* font-weight:bold; */
	color:#fff;
	background:#fff;
	padding-top:110px;
}
#who-we-are .page-header {
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 0;
    text-transform: capitalize;
}
#who-we-are .page-header:after {margin-left:0;margin-right:0}
#who-we-are .container > .row {
    display: flex;
	margin:0;
    justify-content: space-between;
	padding: 0;
}
#who-we-are .more {
    background: #f75c57;
    color: #fff;
    margin-top: 10px;
    font-weight: normal;
}
img.logo-home {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    left: 50%;
    margin-top: 30px;
    height: 80px;
}
div#slide-top {
    position: relative;
}




/*SERVICES*/
div#services-block {
    background: #f75c57;
	padding-bottom:130px;
}
.list-services img {
    width: 110px;
    margin: 0 auto 40px;
    display: block;
}
.list-services {
    border: 1px solid #fff;
    text-align: center;
    color: #000;
	margin-bottom:20px;
    padding:35px 15px 30px;
}
.title-service h4 {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 15px;
}
.navbar-brand>img {
    display: block;
    height: 65px;
}

/*FOOTER*/
div#footerlink a {color:#000;}
div#footerlink h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
/* div#footerlink a{color:#fff} */
div#footerlink {
    padding: 80px 0 50px;
	border-top:2px solid #eee;
    background: #fff;
}
#copyright a {
    color: #fff;
}
div#copyright  p{margin:0}
div#copyright {
    background: #f75c57;
    font-weight: normal;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}


div#slide-by-color .owl-stage-outer, div#slide-by-color .owl-stage, div#slide-by-color .owl-item {
    position: static;
}
.slide-color {
    width: 50%;
    float: right;
    text-align: center;
    z-index: 2;
    position: relative;
}
div#catalog-by-used {
    position: relative;
	overflow:hidden;
	padding:0;
}
div#catalog-by-color {
    position: relative;
}
div#sync2 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.slide-used:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 160px;
    box-shadow: -30px 0px 100px 100px #f4f4f4;
}
.slide-used {
    width: 55%;
    text-align: center;
    z-index: 2;
    position: relative;
    background: transparent;
    float: right;
    padding: 80px 120px 80px 170px;
}
#catalog-by-used:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#catalog-by-used .owl-prev {
    position: absolute;
    background: transparent;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
}
#catalog-by-used .owl-next {
    position: absolute;
    background: transparent;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
}
#sync2 img{
	/* opacity:0; */
}
.slide-used > * {
    position: relative;
}
#sync2 .active img{
	opacity:1;
}
#sync2 .owl-nav,#sync2 .owl-dots{display:none !important}
.owl-prev, .owl-next {
    width: 20px;
}
.owl-prev * {
    display: block;
}

#slide-top .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    width: 40px;
    padding: 15px 11px;
    margin-top: -28px;
}
.owl-next * {
    display: block;
}

#slide-top .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    width: 40px;
    padding: 15px 11px;
    margin-top: -28px;
}
#slide-top .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 60px;
}
div#download-detail #download-mobile {display:none !important}
div#download-detail a.tabmobile-hidden {
    display: block;
}

/*KONTAK*/
div#noteafter iframe{max-width:100%}

.news-content .more:after {
    content: " >>";
}
.news-colx {
    margin-bottom: 30px;
}
.news-content .more {
    background: transparent;
    color: #f75c57;
    padding: 0;
    font-size: 12pt;
}
.title_news_detail.title_detail h4, .title_agenda_detail h4 {
    color: #362a1e;
    font-size: 22pt;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
td{padding:3px 5px;}
/* div#footer-design img { */
    /* max-width: none; */
/* } */
#searchproduct.active {opacity:1;visibility:visible;}
#searchproduct {
    position: absolute;
	visibility:hidden;
    top: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    padding: 10px 20px 20px;
    background: #fff;
	opacity:0;
    transition: all 0.5s ease;
}

div#searchproduct .searchubmit {
    display: none;
}
div#searchproduct input {
    display: block;
    width: 100%;
    padding: 7px 20px;
    margin-right: 14px;
}
div#close-search-icon {
    font-size: 15pt;
}
div#searchproduct form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pb-right-column.col-xs-12.col-sm-6.col-md-6 {padding:40px 20px;}
div#content-detail-product {
    width: 100%;
}
div#description_product table {
    min-width: 80%;
}
a.back-to-list {
    color: #000;
    font-size: 15pt;
    margin-bottom: 20px;
    display: inline-block;
}
a.back-to-list span {
    position: relative;
    top: 2px;
}
.images-catalog-by-color {
    overflow: hidden;
    margin-bottom: 10px;
}
a.back-to-list img {
    height: 30px;
	padding-right:7px;
	padding-left:10px;
}
.left-widget .panel-heading {
    border: 0;
	background:transparent;
    padding: 0;
}
.left-widget .panel.panel-default:last-child {margin-bottom:0;}
.left-widget .panel-group {
margin-bottom:40px;}
.left-widget .panel.panel-default {
    background: transparent;
    position: relative;
    box-shadow: none;
    border: 0;
    display: inline-block;
    margin-left: 20px;
}
.active div#color,.active div#categories {display:block}
div#color, div#categories {
    position: absolute;
    top: 100%;
    display: none;
    background: #fff;
    z-index: 3;
    width: 250px;
    left: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    /* border-radius: 20px; */
    padding: 20px 10px 10px;
    margin-top: 5px;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
}
.left-widget .panel-title {
    font-family: 'Cabin', sans-serif;
	cursor:pointer;
    font-weight: normal;
    color: #fff;
    font-size: 13pt;
    margin-bottom: 0;
    background: #f75c57;
    padding: 13px 30px;
    text-align: left;
    min-width: 220px;
    letter-spacing: 1px;
    border-radius: 50px;
}
.image-category img {width:100%;}
.left-widget li.list-group-item a:hover {
	text-decoration:none;
	color:#f75c57
}
.left-widget li.list-group-item a {
    padding: 7px 15px;
    display: block;
    color: #666;
}
.left-widget li.list-group-item {
    border: 0;
    background: transparent;
    padding: 0;
}
.left-widget {
    position: absolute;
    right: 15px;
    bottom: 100%;
    margin-bottom: 64px;
}
div#seacrh-block {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
div#city-select {
    display: inline-block;
    background: #f5f5f5;
    padding: 25px 40px;
    border: 1px solid #ddd;
}
div#categories ul li {position:relative}
span.icon-dropdown {
    position: absolute;
	display:none;
    border-top: 7px solid #444;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 14px;
    right: 14px;
}
div#categories ul .active ul {
	height:auto;
	overflow:visible;
}
div#categories ul ul {
    padding-left: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition: all 0.5s ease;
    position: relative;
	display:none !important;
    height: 0px;
    overflow: hidden;
}
span.icon-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: transparent;
    top: -16px;
    right: -12px;
}
h2.title-sub {
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f75c57;
    padding-bottom: 7px;
}
.block-thumbnail {
    margin-bottom: 20px;
    position: relative;
    padding-top: 10px;
}
div#categories-sub a:hover {
    text-decoration: none;
    background: #eee;
}
div#categories-sub {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
div#categories-sub a {
    border: 2px solid;
	margin:5px 0;
    border-radius: 20px;
    padding: 7px 20px;
    display: block;
    color: #f75c57;
}
div#categories-sub a span {
    display: block;
    width: 100%;
}
a.back-to-top {
    position: fixed;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    z-index: 2;
    right: 20px;
    background: #777;
    text-align: center;
    color: #fff;
}
div#categories a:hover {color:#f75c57;text-decoration:none}
div#categories a {
    display: block;
    padding: 7px 15px;
    color: #666;
}
div#categories ul {
    list-style: none;
    padding-left: 0;
}
div#city-select select {
    padding: 9px 40px 9px 20px;
    line-height: normal;
}
div#search-distributor input {
    width: 530px;
	line-height:normal;
    padding: 9px 40px 9px 20px;
	max-width:100%;
}
div#search-distributor form{
	display:inline-block;
	position:relative;
}
div#search-distributor button {
    position: absolute;
    right: -0;
    background: transparent;
    border: 0;
    padding: 11px 15px;
}
div#search-distributor {
    margin-bottom: 60px;
	text-align:center;
}
.judul-toko {
    font-weight: 900;
	margin-bottom:3px;
    color: #000;
    font-size: 13pt;
    text-transform: uppercase;
}
.desk-toko {margin-bottom:15px}
.desk-toko p {
    margin-bottom: 0;
}
ul.download_conten a{color:#000}
ul.download_conten {
    list-style: none;
	padding-right:30px;
	margin-bottom:0px;
    padding-left: 20px;
}
.thumb-distributor {
      -moz-page-break-inside: avoid;
	  -webkit-column-break-inside: avoid;
	  break-inside: avoid;
	  -o-column-break-inside: avoid;
	  -ms-column-break-inside: avoid;
	  column-break-inside: avoid;
	  page-break-inside: avoid;
    margin-bottom: 50px;
}
.thumb-distributor h2 {
    font-size: 25pt;
	margin-top:0;
    margin-bottom: 20px;
    color: #f75c57;
}
div#search-distributor h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 16pt;
    font-weight: bold;
	margin-top:0;
	margin-bottom:20px;
}
div#city-select span {
    font-size: inherit;
    padding-right: 10px;
}
div#download-widget {
    position: relative;
    bottom: 100%;
    margin-top: -30px;
    right: 0;
    /* padding: 0 10px; */
    width: auto;
    text-align: center;
    margin-bottom: 0;
}
div#download-widget a {
    display: none;
}
div#download-widget img {
    display: block;
	height:110px;
    max-width: 100%;
}
div#download-detail img {
    height: 50px;
    position: relative;
    top: 0px;
}
div#download-detail div#download-widget {
    position: relative;
	background:#fff;
    bottom: 100%;
    margin-top: -10px;
    right: 0;
    /* padding: 0 10px; */
    width: auto;
    text-align: center;
    margin-bottom: 10px;
}
div#download-detail {
    float: right;
    margin-right: -15px;
}
div#instafeed a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
div#instafeed img {
    position: absolute;
    top: 0;
    left: 0;
}
div#instafeed a {
    position: relative;
    /* padding-top: 100%; */
    display: block;
    overflow: hidden;
    width: 20%;
}
.iso-mobile img {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media(min-width:768px){
.iso-mobile{display:none !important}
.dropdown-menu .dropdown-menu {
    top: -8px;
    left: 100%;
    border-radius: 0;
}
.thumbnail-product .col-sm-4:nth-child(3n+1){clear:both}
div#instafeed {display:flex}
div#catalog-by-color .col-md-4:nth-child(3n+1){clear:both}
.contact-header {
    margin-top: -15px;
}
/* div#all-products .col-sm-4:nth-child(3n+1) {clear:both} */
div#list-distributor {
    column-count: 3;
}
.image-category {
    margin: -70px -15px -130px !important;
    opacity: 0.9;
    height: 310px;
    overflow: hidden;
}
.center-product {
    width: 100%;
    float: left;
}
.pb-left-column.col-xs-12.col-sm-6.col-md-6 {
    padding-right: 0;
}
.pb-right-column.col-xs-12.col-sm-6.col-md-6 {
    background: #ededed;
    padding: 0 50px;
    display: flex;
    align-items: center;
}
.pb-right-column.col-xs-12.col-sm-6.col-md-6 {
    background: #ededed;
}
div#detail-product{
	display:flex;
	justify-content:center;
}
div#about-us .col-sm-6:first-child {
    padding-right: 0;
}
div#instafeed img {max-width:100%;width:100%;}
.navbar-header .search-icon {
    display: none;
}
li.icon-search-desktop {
    padding: 5px 25px;
	cursor:pointer;
}
nav#header-site .container {
    position: relative;
}
d
.navbar-header {
    /* width: 100%; */
}
#header-site a.navbar-brand {
    justify-content: center;
}
	.navbar-nav {
		float: none;
		margin: 0;
		padding-top:10px;
		display: flex;
		justify-content: center;
	}
div#who-we-are .row>div:last-child img {
    height: 100%;
    width: auto !important;
    min-width: 101%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
	.dropdown-menu {padding:5px 0}
	.dropdown-menu>li>a {
    padding: 5px 20px;
    min-width: 210px;
}
	.navbar-nav>li {
		float: left;
		margin-right: 6px;
		margin-left: 6px;
	}
	.image-detail-news,.image-detail-event{float:left;margin-right:40px;margin-bottom:10px}
	.listnews > div:nth-child(3n+1){clear:both;}
	img.slide-mobile {display: none !important; }
	#button-mobile{display:none}
	#close-menu{display:none}
	.bg-black {display: none;}
	/*WHO WE ARE*/
	div#who-we-are .row>div:first-child {
		padding-right: 50px;
        padding-bottom: 50px;
        padding-top: 50px;
		position:relative;
		background:#362a1e;
		padding-left: 50px;
		/* display: flex; */
	}
	.line-content {

		width: 100%;
		left: 0;
	}
	/* div#who-we-are .row>div:last-child img{width:100%;} */
	div#who-we-are .row>div:last-child {
		padding-left: 0px;
		overflow:hidden;
		padding-right: 0;
	}
	.slide-text {width: 750px;}
	
	/*KONTAK*/
	div#contactform .form-group > div:last-child {
		width: 77%;
	}
	div#contactform .form-group > span:first-child {
		width: 20%;
		padding-left: 0;
		padding-top:6px;
	}
	div#contactform .form-group > div:last-child.col-md-offset-2 {
		margin-left: 20%;
	}
	div#contactform {
		width: 60%;
		float: left;
	}
	div#noteafter {
		float: left;
		width: 40%;
		padding-left: 30px;
	}

}

.price {
    text-align: center;
}
@media(min-width:992px){
	.tabmobile-show{display:none}
	.thumbnail-product .col-sm-4:nth-child(3n+1){clear:none}
	.thumbnail-product .col-sm-4:nth-child(4n+1){clear:both}
	.thumbnail-product .col-sm-4{width:25%}
	/* div#all-products .col-sm-4:nth-child(4n+1) {clear:both} */
	/* div#all-products .col-sm-4 { */
		/* width: 25%; */
	/* } */
	.slide-text {width: 970px;}
}
@media(min-width:1200px){
	.container{width:1080px}
	.slide-text {width: 1080px;}
}
div#download-mobile span {
    font-weight: bold;
	padding-right:20px;
    font-size: 15pt;
    text-transform: uppercase;
    padding-left: 10px;
}
div#download-widget .more {
    background: #f75c57;
    color: #fff;
    min-width: 210px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13pt;
    /* margin-top: 0; */
}
#download-mobile {
    background: url(images/background-download.jpg)no-repeat #ededed;
    padding: 20px 20px;
    border-left: 15px solid #f75c57;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: auto 100%;
}
@media(max-width:991px){
div#categories-sub {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
div#download-widget {
    position: relative;
    margin-top: -20px;
    right: 0;
    background: #eee;
    margin-bottom: 30px;
}
/* .tabmobile-hidden{display:none !important} */

.left-widget {
    position: absolute;
	z-index:1;
    left: 50%;
    top: 0;
    margin-bottom: 64px;
    background: #eee;
    width: 100vw;
    text-align: center;
    transform: translateX(-50%);
    padding: 15px 0;
    bottom: auto;
    right: auto;
}
.left-widget .panel.panel-default {
    width: 44%;
    margin: 0 1%;
}
.left-widget .panel-title{padding:14px 25px;min-width:auto}
.image-category {
    padding-top: 77px;
}
	.navbar-brand>img {display: block;height: 45px;}
	.navbar-inverse .navbar-nav>li {margin-left: 8px;}
	#header-top .col-sm-6:first-child {width: 100%;}
	#header-top .col-sm-6.text-right {display: none;}
}

div#title-category.active h4:after,div#title-color.active h4:after {
    border-top: 0px solid #fff;
    border-bottom: 7px solid #fff;
}
div#title-category h4:after,div#title-color h4:after {
    content: "";
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    height: auto;
    display: inline-block;
    float: right;
    top: 7px;
	margin-left:15px;
	right:-2px;
}
@media(min-width:992px) and (max-width:1024px){
div#about-us .col-sm-6:last-child {
    padding: 0 40px 0 30px !important;
}
}
@media(min-width:768px) and (max-width:991px){
div#about-us .col-sm-6:first-child {
    padding-right: 0;
    padding-top: 40%;
    overflow: hidden;
}
div#about-us .col-sm-6:first-child img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
	.category-name{
		font-size: 18pt;
		line-height: 1.2;
		letter-spacing: 2px;
	}
	.catalog-by-color-name {
		font-size: 16pt;
		letter-spacing: 2px;
	}
	.slide-used {
		width: 100%;
		padding: 80px 120px;
		color:#fff;
	}
	#catalog-by-used .more {
		color: #fff;
	}
	.slide-used:before {
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		box-shadow: none !important;
	}
	.slide-used .page-header {
		color: #fff;
	}
	li.icon-search-desktop {
		padding: 5px 10px;
		cursor: pointer;
	}
	.navbar-inverse .navbar-nav>li {
		margin: 0;
	}
	.navbar-inverse .navbar-nav>li>a{padding:7px 20px}
	.navbar-brand>img {
		height: 65px;
	}
	.contact-header img {
		height: 100px;
	}
	.contact-header {
		margin-top: -9px;
	}
	.slide-desc{width:37%;color:#333}
	.slide-desc h1 {
		font-size: 24pt;
		margin-bottom:0;
	}
	.slide-desc h1:after {display:none !important}
	.slide-desc h1:before {
		content: "";
		width: 80px;
		height: 3px;
		background: #f75c57;
		position: relative;
		bottom: 100%;
		left: 0;
		border-radius: 0;
		display: block;
		margin-bottom: 12px;
	}
	.active .slide-desc{left:70px}
	@-webkit-keyframes mymove {
	  0% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
	  20% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
	  100% {opacity:1;left: 70px;transform: translateY(-50%) translateX(-0%);}
	}

	@keyframes mymove {
	  0% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
	  20% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
	  100% {opacity:1;left: 70px;transform: translateY(-50%) translateX(-0%);}
	}
	div#about-us .row{display:block}
	div#about-us .row > div{
		width:100%;
	}
	div#about-us .col-sm-6:last-child {
		padding: 50px 110px;
	}
	div#instafeed a{width:33.333%}
	div#instafeed {
		flex-wrap:wrap;
	}
	div#footerlink .col-sm-3 {
		width: 33.333%;
	}
	div#footerlink {padding: 50px 0 10px;}
	#sync2 img {
		/* opacity: 0; */
		width: 100%;
	}
	div#download-detail{margin-right:0 !important}
	div#detail-product {
		display: block;
		/* justify-content: center; */
	}
	div#detail-product > * {
		width: 100%;
		background: #fff !important;
		padding: 0 15px;
	}
	ul#shop-slider img{width:100%;}
	div#content-detail-product {
		background: #ededed;
		padding: 10px 30px;
	}
}
.catnav {
    display: none;
}
.table-responsive {
    border: 0;
}
@media(min-width:768px) and (max-width:991px) {
	.image-category {
		height: 370px;
		margin:-70px -15px -110px !important;
	}
	.image-category img {
		width: auto;
		height: 100%;
		max-width: none;
		transform: translateX(-50%);
		left: 50vw;
		position: relative;
	}
}

@media(max-width:767px){
.shop .shop-content-item .shop-slider-pager {
    margin-bottom: 20px;
}
div#shop-single:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1;
}
div#download-detail div#download-widget {
    position: relative;
    background: #fff;
    bottom: 100%;
    margin-top: -5px;
    right: 0;
    /* padding: 0 10px; */
    width: auto;
    text-align: center;
    margin-bottom: 10px;
}
div#download-detail #download-widget {
    margin-top: 0;
}
a.back-to-top {
    position: fixed;
    bottom: 60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    z-index: 9;
    right: 10px;
    background: #777;
    text-align: center;
    color: #fff;
}
div#categories-sub {
    margin-top: 0;
    margin-bottom: 30px;
    /* text-align: center; */
}
div#download-mobile {
    display: block;
    border: 0;
}
div#download-widget .more {
    width: 70%;
    min-width: auto;
    margin: 0 auto;
    padding: 6px 20px;
}
div#download-mobile span {
    margin-bottom: 12px;
    display: block;
}
div#title-category h4:after, div#title-color h4:after{margin-left:0}
.left-widget .panel-title {
    padding: 9px 20px;
    min-width: auto;
}
a.back-to-list img{margin-left:0}
.navbar-nav .open .dropdown-menu{
    display: flex !important;
    flex-wrap: wrap;
}
ul.dropdown-menu > li {
    border-radius: 100%;
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#categories ul li,div#color ul li {
}
div#categories ul,div#color ul {
}
div#categories a,div#color a {
}
.thumbnail-product .col-sm-4:nth-child(2n+1){clear:both}
div#download-widget img {
    height: 45px;
}
div#download-detail {
    float: right;
    margin-right: 0;
}
div#seacrh-block {
    display: block;
    margin: 0 0 10px;
}
div#city-select {
    display: block;
}
div#city-select select {
    width: 100%;
}
h1.title-detail {
    margin-bottom: 30px;
    font-size: 24pt;
    margin-top: 30px;
}
.pb-right-column.col-xs-12.col-sm-6.col-md-6 {
    padding:0 15px;
}
div#content-detail-product {
    background: #ededed;
    padding: 10px 30px;
}
.image-category:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    box-shadow: 0 -80px 30px -50px #fff inset;
}
.image-category {
    position: relative;
    margin-bottom: -20px !important;
}
.panel.panel-default #categories,.panel.panel-default #color {max-width:none;}
.panel.panel-default #categories.active,.panel.panel-default #color.active {
    height: auto;
	margin-bottom:20px
}
.left-widget {
}
/* .left-widget > div{border-bottom:1px solid #ddd} */
.left-widget .panel-title{margin-bottom:0}
.left-widget .panel-group {
    margin-bottom: 0px;
}
div#search-distributor form {
    display: block;
    position: relative;
}
.image-category {
    margin: -60px -5px -50px !important;
    height: 200px;
    overflow: hidden;
    padding-top: 67px;
}
.image-category img {
    width: auto;
    position: absolute;
    max-width: none;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
div#instafeed img{width:100%;}
div#instafeed a {
    width: 50%;
    float: left;
}
.active .slide-desc {
	opacity:1;
	-webkit-animation: mymove 1s; /* Safari 4.0 - 8.0 */
	animation: mymove 1s;
	left: 0px;
	transform:translateY(0%) translateX(-0%);
	-o-transform:translateY(0%) translateX(-0%);
	-webkit-transform:translateY(0%) translateX(-0%);
	-moz-transform:translateY(0%) translateX(-0%);
	-ms-transform:translateY(0%) translateX(-0%);
}
div#slide-home .item:after{
	width:100%;
	height:100%;
	top:0;
	left:0;
	box-shadow:none;
	/* background:rgba(0, 0, 0, 0.3); */
}
.slide-desc {
    position: absolute;
    bottom: 20px;
    width: 100%;
    opacity: 0;
	top:auto;
    left: 0;
	padding:0 30px;
    /* color: #fff; */
    z-index: 2;
}
.slide-desc h1:after {
    content: "";
    width: 50px;
    height: 5px;
    background: #f75c57;
    position: absolute;
    bottom: 100%;
    left: 30px;
    border-radius: 10px;
    margin-bottom: 0px;
}
#slide-home .owl-nav{display:none}
#slide-top .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
div#about-us .row {
    display: block;
    justify-content: center;
    align-items: center;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0% {opacity:0;left: 0px;transform: translateY(0%) translateX(-100%);}
  20% {opacity:0;left: 0px;transform: translateY(0%) translateX(-100%);}
  100% {opacity:1;left: 0px;transform: translateY(0%) translateX(-0%);}
}

@keyframes mymove {
  0% {opacity:0;left: 0px;transform: translateY(0%) translateX(-100%);}
  20% {opacity:0;left: 0px;transform: translateY(0%) translateX(-100%);}
  100% {opacity:1;left: 0px;transform: translateY(0%) translateX(-0%);}
}
.slide-desc h1 {
    /* color: #fff; */
	margin-bottom:0;
    display: inline-block;
    font-size: 23pt;
    line-height: 1;
}
li.icon-search-desktop{display:none}
#searchproduct {
    margin-top: 0;
    left: 0;
    transform: translateX(0);
}
div#product-by-category .col-xs-6:nth-child(2n+1) {
    padding: 0 5px 0 10px;
}
.thumbnail-category-home {
    margin-bottom: 10px;
}
.category-name {
    font-size: 15pt;
    letter-spacing: 2px;
}
h1.page-header {
    font-size: 24pt;
    margin-bottom: 40px;
}
.content-wrapper {
    padding: 50px 0;
    overflow: hidden;
}
div#sync2 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide-used .page-header{color:#fff}
.slide-used {
    position: relative;
    width: 100%;
    padding: 50px 40px;
    float: none;
    color: #fff;
}
#catalog-by-used .owl-prev{left:-40px}
#catalog-by-used .owl-next{right:-40px}
#catalog-by-used .more {
    color: #fff;
}
.catalog-by-color-name {
    text-transform: uppercase;
font-size: 13pt;}
#catalog-by-color .col-xs-6:nth-child(2n){
	padding: 0 10px 0 5px;
}
div#about-us .row{display:block}
div#about-us .col-sm-6:first-child{padding:0 15px}
div#about-us .col-sm-6:nth-child(2){padding:45px 55px 50px}
#catalog-by-color .col-xs-6:nth-child(2n+1){
	padding:0 5px 0 10px;
}
#sync2 img {
    width: auto !important;
    max-width: none;
    max-height: 400px;
}
.slide-used:before{
	background:rgba(0, 0, 0, 0.5);
	box-shadow:none;
	left:0
}
div#product-by-category .col-xs-6:nth-child(2n) {
    padding: 0 10px 0 5px ;
}
div#services-block .col-sm-3:nth-child(2n),.thumbnail-product.grid .col-sm-3:nth-child(2n)  {
    padding-left: 8px;
}

div#services-block .col-sm-3:nth-child(2n+1),.thumbnail-product.grid .col-sm-3:nth-child(2n+1) {
  padding-right: 8px;
  clear:both;
}
.title-services {
    padding: 20px 5px;
    min-height: 104px;
    display: block;
}
div#services-block{padding-bottom:80px}
	.textlogo{display:none !important}
	.title_news_detail.title_detail h4, .title_agenda_detail h4 {font-size:20pt}
	.image-detail-news, .image-detail-event {
		margin-bottom: 20px;
	}
	div#footerlink table{
		margin: 0 auto;
		text-align: left;
	}
	div#footerlink {
		text-align: center;
	}
	/* #menu-block .block-menu-line{display:none} */
	.dept,#eventwidget > div {
		margin-bottom: 60px;
	}
	.dept:last-child,#eventwidget > div:last-child {margin-bottom:0}
	img{max-width:100%;height:auto}
	.navbar-header:after{display:none}
	#slide-home img{display:none}
	#slide-home img.slide-mobile {display:block}
	.contact-header {display: none;}
	.table-default,.table-default tbody,.table-default tr, .table-default td{
		display:block;
		width:100% !important
	}
	#header-site a.navbar-brand{float:none}
	.navbar-header:before {display:none}
	.navbar-inverse .navbar-brand{padding-left:0 !important}
	.navbar-header {
		display: flex;
		width: 100%;
		justify-content: space-between;
		margin-left: 0 !important;
	}
	div#header-top {display: none;}
	.slide-text {
		position: relative;
		transform: translateY(0) translateX(0);
		top: 0;
		left: 0;
	}
	div#slide-home img {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto;
		right: 0;
	}
	.slide-text *{position:relative}
	.slide-text:before {
		content:"";
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background:rgba(0, 0, 0, 0.3);
	}
	.slide-text {
		position: absolute;
		transform: translateY(0) translateX(0);
		-o-transform: translateY(0) translateX(0);
		-webkit-transform: translateY(0) translateX(0);
		-moz-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		top: 0;
		left: 0;
		text-align: center;
		padding: 20px 16px;
		color: #fff;
		bottom: 0;
		width: 100%;
		align-items: center;
	}
	.slide-text h1 {
		font-size: 20pt;
		width: 100%;
		height: 48%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	div#call-block .container {
		display: block;
		text-align: center;
		padding: 20px 15px;
	}
	div#call-block h2 {
		margin-bottom: 12px;
	}
	div#strengt {
		padding: 40px 20px;
	}
	.strengt-item img {
		width: 60px;
		padding-right: 10px;
	}
	.title-strengt h4 {
		margin-top: 0;
	}
	.strengt-item {
		margin-bottom: 20px;
	}
	#strengt .col-sm-3:last-child .strengt-item {margin-bottom:0}
	#who-we-are .container > .row{display:block;padding-bottom:0}
	div#who-we-are {
		padding: 40px 0px 0;
		background: #362a1e;
	}
	img.logo-home{max-width:80%;height:auto}
	#who-we-are .page-header{font-size:23pt}
	#who-we-are .col-sm-6.col-sm-pull-6 {
		padding: 0;
		margin: 40px -15px 0;
	}
	div#footerlink .row > div {
		margin-bottom: 50px;
		padding:0 30px
	}
	div#footerlink .row > div:last-child {
		margin-bottom: 0;
	}
	div#copyright {
		padding: 15px 15px;
		text-align:center;
	}
	.navbar-collapse {
		-webkit-transition: -webkit-transform 0.4s ease;
		transition: -webkit-transform 0.4s ease;
		transition: transform 0.4s ease;
		transition: transform 0.4s ease, -webkit-transform 0.4s ease;
		overflow-x: visible;
		border-top: none !important;
		box-shadow: none !important;
		display: block;
		visibility: visible;
		position: fixed;
		opacity: 1;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-o-box-shadow: none !important;
		width: 300px;
		top: 0;
		right:0;
		height: 100% !important;
		background: #fff;
		max-width: 80vw;
		padding: 0 25px;
		z-index: 9999;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.navbar-nav {
		margin: 7.5px 10px 7.5px 10px;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #000;
		font-weight: normal;
		padding: 5px 15px;
		margin-bottom: 0px;
		margin-top: 0;
		text-transform: uppercase;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #f59620;
		background-color:  #e5e5e5;
	}
	.navbar-inverse .navbar-nav>li {margin-bottom:26px}
	.navbar-collapse.in, .navbar-collapse.collapsing {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.bg-black {
		position: fixed!important;
		top: 0!important;
		left: 0!important;
		width: 100vw!important;
		height: 100vh!important;
		opacity: 0.2;
		display: none;
		background-image: none!important;
		background-color: #000;
		z-index: 999;
	}
	.menu-active .bg-black {
		display: block;
	}
	.menu-active{overflow:hidden;}
	div#menu-block #social {display: none;}
	#menu-block .block-menu-line {padding: 0;}
	div#menu-block{margin:0}
	div#close-menu {
		font-size: 22pt;
		padding:0 14px !important;
		z-index: 9999;
		color: #f59620;
		text-align: right;
		font-weight: bold;
		right: 0;
		top: 0;
		line-height: 50px;
		position: relative;
		margin-bottom: 17px;
		margin-top: 3px;
	}
	.navbar-inverse .navbar-nav>li {
		margin-left: 15px;
		margin-right: 15px;
	}
	#who-we-are .slideInRight,#who-we-are .slideInLeft {
		animation-name: fadeInUp !important;
	}
	#button-mobile{
		position: fixed;
		bottom: 0;
		width:100%;
		z-index:4;
		text-align:center;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.button-mobile-toggle {
		width: 150px;
		height: 40px;
		background:url(images/button-mobile.png)no-repeat 50% -430px/430px;
		margin:0 auto;
		display:block;
	}
	.menu-button-mobile ul.list-inline li a{display:block;height:100%;}
	.menu-button-mobile ul.list-inline li span{width: 40px;height: 100%;background:url(images/button-mobile.png)no-repeat 0 0/430px;display:inline-block;}
	.menu-button-mobile ul.list-inline li span.button-menu-icon {
		background-position: -376px -9px;
		background-size: 470px;
	}
	.menu-button-mobile ul.list-inline li span.button-phone-icon{background-position:-82px -6px;}
	.menu-button-mobile ul.list-inline li span.button-mail-icon{background-position:-147px -6px;}
	.menu-button-mobile ul.list-inline li {
		width: 33.33%;
		float: left;
		height: 53px;
		margin: 0;
		border-left: 1px solid #d9d9d9;
		border-left-color: #bbb;
	}
	.menu-button-mobile ul.list-inline li:first-child {
		border-left: 0px solid;
	}
	.menu-button-mobile ul.list-inline:after{content:"";clear:both;display:block}
	.menu-button-mobile ul.list-inline {
		margin: 0;
		text-align: center;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
	}
	.button-wa-icon {
		background-position: -343px -6px !important;
	}
	span.button-email-icon {
		background-position: -147px -6px !important;
	}
	span.button-map-icon {
		background-position: -215px -6px !important;
	}
	body {
		/* padding-bottom: 53px; */
	}
#header-site a.navbar-brand {
    max-width: calc(100% - 60px);
    padding-right: 0;
}
.search-icon {
    padding: 9px 12.4px;
    font-size: 14pt;
}
#header-site {
    padding: 2px 0;
}
#slide-top .owl-dots {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.navbar-brand>img {
    display: block;
    height: 40px;
}
.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 10px;
    border-radius: 0; /* Kotak dengan sudut tajam */
    color: #f59620;
    text-align: center;
    background: #FF8C00;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    line-height: 1.2;
    margin: 5px; /* Jarak kiri, kanan, atas, dan bawah */
}

}

@media(min-width:992px) and (min-width:1024px){
	div#about-us .more {
		margin-top: 0px;
	}
div#about-us .page-header {
    color: #fff;
    margin-bottom: 30px;
}
	.image-category img {
		width: 100%;
		height: 100%;
		width: auto;
		max-width: none;
		left: 50vw;
		position: relative;
		transform: translateX(-50%);
	}
}
@media(max-width:400px){
	div#download-detail {
		float: none;
		margin-right: 0;
	}
	div#download-widget img {
		height: auto;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
@media(max-width:600px){
	.left-widget .panel-title span{display:none !important}
}