body{
	margin:0;
	color:#333;
	font-size:15px;
	font-family: 'Varela Round', sans-serif;
}
h1,h2,h3{}
b.caret {
    border-top-color: #ee892f;
}
/* @keyframes animate-slide { */
  /* from {transform: scale(1);} */
  /* to {transform: scale(1.5);} */
/* } */
/* #slide-home .owl-item.active .item{ */
	/* animation-name: animate-slide; */
	/* animation-duration: 10s; */
	/* animation-iteration-count: 1; */
/* } */
.bg-grey{background:#ebebeb}
div#call-block td:first-child img {
    height: 30px;
    width: auto;
    margin-right: 6px;
}
div#call-block a {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    width: auto;
    font-size: 18pt;
    margin-top: 20px;
}
div#call-block a:hover {
    text-decoration: none;
    background: #a30f1b;
    color: #fff;
}
div#call-block table {
    width: auto !important;
    height: auto !important;
}
footer hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}
.img-news,.dept_image {
    overflow: hidden;
	background-size:cover !important;
	border-radius:7px;
	overflow:hidden;
    margin-bottom: 15px;
    position: relative;
}
.img-news:before,.dept_image:before {
    content: "";
    display: block;
    position: relative;
    padding-top: 80%;
}
.img-news img,.dept_image img {
    position: absolute;
    height: 100%;
    top: 0;
    width: auto;
    max-width: none;
}
div#floating-phone {
    position: fixed;
    background: #f46403;
    bottom: 40%;
    z-index: 2;
    right: 10px;
    color: #fff;
    /* padding: 15px 20px; */
    padding: 10px 10px 7px;
    transform: translateY(50%);
    box-shadow: 0 0 13px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
div#floating-phone p:last-child {margin: 0 0 0;}
div#floating-phone * {
    color: #fff;
}
div#floating-phone hr {
    margin: 10px 0 10px;
}

div#floating-phone h4 {
    margin: 0;
}
.youtubevideo a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: end; */
}
.image-video {
    position: relative;
    width: 100%;
}
.youtubevideo img{width:100%;}
.youtubevideo span {
    display: block;
    padding: 0px 15px;
    margin: 10px 0 8px;
    /* width: 70%; */
    font-weight: 600;
}
.tvideo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tvideo .youtubevideo {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}
div#results.row.block-list-agenda {
    margin: 0;
}
.panel-body.news-colx {
    padding: 0;
}
h3, h4 {
    font-weight: bold;
}
.catpage * {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #aaa;
    padding: 4px 0;
    border-radius: 3px;
    margin-bottom: 6px;
}
.catpage b {
    background: #defcff;
    color: #000;
}
.catpage {
    margin-bottom: 20px;
}
.row.listnews > div {
    margin-bottom: 60px;
}
h1.newstitle,.title_news_detail.title_detail h4 {
    margin: 0;
    font-size: 15pt;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.title_news_detail.title_detail h4 {font-size:20pt}
h1.newstitle a {
    line-height: normal;
}
span.newsdate,.date_news.news-detail {
    display: block;
    font-style: italic;
    font-size: 16px;
    color: #aaa;
    margin: 5px 0;
}
.date_news.news-detail{margin-bottom:20px}
button.owl-prev, button.owl-next {
    width: 40px;
}
.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: -20px;
    margin: 0 !important;
    padding: 0 8px;
}
div#catalog-home h1.page-header {
    /* color: #fff; */
}
#slide-catalog .item {
    padding: 0 15px;
}
.owl-theme .owl-nav [class*='owl-']:focus,.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none !important;
    outline: none  !important;
}
.catnav, .sortbyorder {
    display: none;
}
/* The animation code */
@keyframes slide1 {
  0%   {right:-100%;}
  50%   {right:-100%;}
  100% {right: 0}
}
@keyframes slide2 {
  0%   {left:-100%;}
  100% {left: 0}
}
@keyframes slide3 {
  0%   {left:-100%;}
  75%   {left:-100%;}
  100% {left: 10%}
}

img.component-slide1 {
    position: absolute;
    right: 0;
    bottom: 0;
	transition:all 2s ease-out;
	animation-name: slide1;
	animation-duration: 2s;
    max-width: 55%;
}
img.component-slide2 {
    position: absolute;
    left: 0;
    bottom: 0;
	transition:all 1.5s ease-out;
	animation-name: slide2;
	animation-duration: 1.5s;
    max-width: 90%;
}
img.component-slide3 {
    position: absolute;
    left: 10%;
	transition:all 2.5s ease-out;
	animation-name: slide3;
	animation-duration: 2.5s;
    bottom: 0;
    max-height: 80%;
}
img{max-width:100%;}
.content-wrapper {
    padding:70px 0;
	position:relative;
}
div#video-home .container,#empat-pilar .container{padding:90px 15px;position:relative;}
div#video-home,#empat-pilar {padding:0;}
div#video-home .container:before,#empat-pilar .container:before {
	content: "";
    width: 2px;
    background: #dceef8;
    height: 100%;
    right: 100%;
    position: absolute;
	top: 0;
}
div#video-home .container:after,#empat-pilar .container:after {
	content: "";
    width: 2px;
    background: #dceef8;
    height: 100%;
    left: 100%;
    position: absolute;
	top: 0;
}
div#banner-full {
    margin-top: 40px;
}
div#banner-full a {
    display: flex;
	flex-wrap:wrap;
}
div#empat-pilar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
div#empat-pilar ul li {
    width: 18%;
    padding: 0 15px;
    margin-bottom: 40px;
}
div#video-home:before, #empat-pilar:before {
    content: "";
    width: 2px;
    background: #dceef8;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
}
h3.text-header {
    text-align: center;
    font-size: 13pt;
    margin-top: -20px;
    margin-bottom: 60px;
    font-weight: 600;
	color:#7432f6;
    line-height: 1.5;
}
label.form-input {
    display: block;
    width: 100%;
	position:relative;
	margin-bottom:30px;
}
label.form-input .form-control {
    border-radius: 0;
    padding: 13px 1px;
    border: 0;
    border-bottom: 3px solid #555;
    background: transparent;
    box-shadow: none;
    height: 50px;
}
div#contact-home .more {
    padding: 11px 60px;
	margin-top:40px;
}
label.form-input span {
    position: absolute;
    left: 0px;
    top: 13px;
    color: #aaa;
    font-weight: 600;
    font-size: 11pt;
	display:none !important;
}
.g-recaptcha {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
#call-block  .more:hover {background:#fff;color:#111f2a}
.more:hover,a.link-more:hover,.dept_content a.selengkapnya:hover,.btn-primary:focus,.btn-primary:hover {background:#e36916;color:#fff;border-color:#e36916;text-decoration:none}
#call-block .more {background:transparent;border-color:#fff}
.more, a.link-more {
    background: #f46403;
    border: 0;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
    padding: 11px 30px;
    margin-top: 15px;
    display: inline-block;
    font-size: 12pt;
    border-radius: 50px;
}
div#footerlink .more{background:#a30f1b;}
div#footerlink .more:hover{background:#6a0911;}
div#footerlink * {
    color: #fff;
}
div#footerlink .form-control {
    background: #fff;
    color: #000;
    font-weight: normal;
    border: 0;
    padding: 15px 20px;
	height:auto;
    border-radius: 20px;
}
div#footerlink label.form-input {
    margin-bottom: 17px;
}
.title-thumbnail-home {
    text-align: center;
    margin: 15px auto 0;
    font-size: 12pt;
    font-weight: 600;
    color: #444;
}
.list-strength {
    display: flex;
    width: 100%;
}
.strength-thumb {
    width: 25%;
    color: #000;
    transition: all 0.5s ease;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#tiga-pilar .row {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
.thumbnail-home {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
div#ig-home {
    text-align: center;
    padding: 30px 0 5px;
}
div#empat-pilar .title-thumbnail-home {
    font-size: 19pt;
    max-width: 80%;
}
h1.page-header {
    border: 0;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    font-size: 24pt;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
p {
    margin: 0 0 20px;
}


/*HEADER TOP*/
div#header-top .col-md-6:last-child{text-align:right}
div#header-top {
    background: #09502e;
    padding: 11px 0;
    color: #fff;
    position: relative;
}
div#header-top * {
    
}
div#header-top  ul{margin:0;}
div#header-top  p{margin:0;}
div#header-top  a{color:#fff}
div#header-top img {
    width: auto !important;
    height: 23px;
	/* filter: brightness(0) invert(1); */
}
div#banner-home {
    padding: 0;
}


/*HEADER*/
.navbar-inverse .navbar-toggle {
    border: 0;
    margin-right: 2px;
    float: none;
}
.bx-controls.bx-has-controls-direction {
    display: none;
}
.shop-content-item {
    position: relative;
}

.shop-content-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}
a.btn.btn-primary {
    padding: 8px 30px;
    border-radius: 0;
    border: 0;
	background:#a30f1b;
}
.pb-right-column table.table td:last-child {
    text-align: right;
    width: 10px;
}

.pb-right-column table.table td {
    vertical-align: middle;
}
.pb-right-column.col-xs-12.col-sm-6.col-md-6 h2 {
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
div#description_product {
    margin-top: 10px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
    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: #f9b81e;
}
#header-site {
    border: 0;
	min-height:auto;
    border-radius: 0;
    margin: 0;
    background: transparent;
    position: relative;
    top: 0;
    z-index: 3;
    left: 0;
    padding: 0px 0;
}
.title-thumbnail-home p:last-child {
    margin: 0;
}
.thumbnail-home img {
    height: 80px;
    margin: 0 auto;
    display: block;
}
.thumbnail-facilities a {
    display: block;
	position:relative;
    border-radius: 60px;
	overflow:hidden;
}
.thumbnail-facilities a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    box-shadow: 0 -250px 144px -150px #000 inset;
    bottom: 0;
}
.thumbnail-facilities img {
    border-radius: 60px;
}
.title-facilities {
    
    position: absolute;
    bottom: 0;
	z-index:2;
    font-size: 23pt;
    color: #fff;
    font-weight: 600;
    padding: 10px 100px 30px 40px;
    line-height: 1.2;
}
.desc-catalog td:first-child {
    font-weight: bold;
}
#catalog-thumbnail{
	display:flex;
	flex-wrap:wrap
}
.desc-catalog td:last-child{padding-right:0;}
/* .desc-catalog tr:first-child td {border-top: 1px solid #ccc;} */
.desc-catalog tr:last-child td {border: 0}
.desc-catalog td {
    padding: 3px 6px 3px 0px;
    vertical-align: text-bottom;
    border-bottom: 1px solid #ccc;
}
.desc-catalog p:last-child {
    margin: 0;
}
.title-product {
    color: #0c6d3a;
    padding-top: 0px;
}
.title-facilities:before {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 40px;
	z-index:2;
    right: 50px;
}
.title-facilities:after {
    content: "";
    width: 44px;
    height: 44px;
    background: #0c6d3a;
    position: absolute;
    border-radius: 50%;
    top: 28px;
    right: 34px;
}
div#about-1 {
    padding: 60px 0;
}
#about-home .more{margin-top:20px}
.content-about {
    width: 100%;
    margin: 0 auto;
}
.content-about h2 {

    color: #fff !important;
    font-weight: bold;
    font-size: 19pt;
}
.content-about h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 33pt;
    font-weight: 800;
    font-weight: 700;
}
.content-about h3 {
    font-size: 16pt;
    font-weight: 600;
}
#slide-home.owl-theme .owl-dots .owl-dot.active span, #slide-home.owl-theme .owl-dots .owl-dot:hover span {
    background: #66c8d1;
}
#slide-home button:focus,#slide-home button:active{border:0;outline:none}
#slide-home.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
#header-site a.navbar-brand {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 16pt;
    height: auto;
    display: block;
    line-height: normal;
}
nav#header-site .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
nav#header-site .container:before, nav#header-site .container:after{display:none}
.navbar-inverse .navbar-nav>li {margin-left:10px}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li.open>a, .navbar-inverse .navbar-nav>li.open>a:hover,.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: transparent;
    color: #f46403;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    border-radius: 0px;
    position: relative;
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    align-items: center;
}
.header-lable {
    color: #6798b2;
    font-size: 11pt;
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.header-lable img {
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}


/*CALL BLOCK*/
div#call-block {
    background: url(images/home-background.jpg);
	padding:90px 0;
    color: #fff;
}
div#call-block h1 {
    font-weight: 600;
    font-size: 34pt;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
div#call-block h3 {
    font-size: 18pt;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}	
div#about-home {
    padding: 0 !important;
}
div#call-block .container:before, div#call-block .container:after{display:none}
div#call-block .container {
    display: flex;
    justify-content: space-between;
	padding:14px 15px;
    align-items: center;
}
div#call-block h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 34pt;
    font-weight: normal;
}





/*SLIDE*/
div#slide-home img{width:100%;}
div#slide-home {
    overflow: hidden;
    width: 100%;
}
div#content-slide {
    position: relative;
	margin-bottom:0px;
    width: 100%;
    z-index: 1;
}
.content-slide-line:before {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    height: 10px;
    background: #a30f1b;
    left: 0;
    bottom: 100%;
    margin-bottom: 1px;
}
.content-slide-line {
    position: relative;
    padding:10px 0px 0px;
    text-align: left;
    color: #fff;
    border-top: 1px solid;
}
div#slide-block {
    position: relative;
    overflow: hidden;
}
div#content-slide .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
div#content-slide h1 {
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
    font-size: 35pt;
    line-height: 1.2;
}
#slide-home .owl-item {
    padding: 0;
}

#slide-home .owl-dots {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
}
#slide-home .item {
}
.slide-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    left: 50%;
    color: #000;
	padding:0 15px;
}
.slide-text h1 {
    font-weight: bold;
    margin-bottom: 20px;
}


/*STRENGHT*/
div#strength-block {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 50px 0 30px;
}


/*contact home*/
div#contact-header h2 {
    color: #fff;
    margin: 0;
    font-size: 17pt;
    font-weight: 500;
}
.icon-product {
    display: none;
}
div#contact-header h3{margin:0}
div#contact-header {
    background: #183543;
    color: #fff;
    padding: 20px 0;
}
div#contact-header a img{filter: brightness(0) invert(1);}
div#contact-header a {
    background: #f46403;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: auto;
    padding: 12px 10px;
    align-items: center;
    flex-basis: max-content;
    color: #fff;
    border-radius: 50px;
}

div#contact-header a:hover {
    text-decoration: none;
    background: #e36916;
}
.title-thumbnail-home h3 {
    font-size: 18px;
    margin-bottom: 0;
}
div#contact-header td:last-child h2 {
    display: flex;
    justify-content: flex-end;
}

/*KONTAK*/
.maps-iframe {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0;
    top: 0;
}
.maps-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
div#contact-home .container > .row > .col-sm-6 {
    padding-right: 60px;
}



/*PRODUCT DETAIL*/
#description_product > table{width:100%;}
#description_product h2:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #ccc;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 15px;
}
#description_product > table{text-align:center}
#description_product > table table {
    margin-left: 25%;
    min-width: 70%;
	text-align:left
}
#description_product > table table td {
    padding-bottom: 25px;
	width:50%;
}
#description_product > table table td:nth-last-child(3):first-child, #description_product > table table td:nth-last-child(3):first-child ~ td{width:33.33%}
#description_product > table table td:nth-last-child(4):first-child, #description_product > table table td:nth-last-child(4):first-child ~ td{width:25%}
a {color:#1e4516;}
#description_product a {text-decoration:underline}
#description_product ul {list-style:none;padding-left:0;}
#description_product li:before {
    content: "";
    width: 5px;
    height: 5px;
	top:7px;
    background: #bbb;
    display: inline-block;
    border-radius: 15px;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}
#description_product li {
    margin-bottom: 4px;
	display:flex;
}
#description_product h2 {
	margin-bottom:35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e4516;
    font-size: 28px;
	vertical-align:middle;
    display: block;
    text-align: left;
}


/*strengt*/
.strengt-item {
    display: flex;
    align-items: flex-start;
}
.strengt-item img {
    height: 52px;
    padding-right: 10px;
    box-sizing: border-box;
}
div#strengt {
    background: #f0f0f0;
    padding: 90px 0;
    color: #000;
}
.title-strengt {
    padding-left: 10px;
}
.title-strengt h4 {
    font-weight: bold;
    font-size: 12pt;
}


/*catalog*/
.thumbnail-product-home {
    position: relative;
}
.thumbnail-product-home:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #a30f1b;
    opacity: 0.5;
}
.content-product-home {
    text-align: right;
    position: relative;
    color: #fff;
    padding: 40px;
    width: 80%;
    margin-left: auto;
}
.thumbnail-product-home.big-thumb {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
}
.big-thumb .content-product-home {
    text-align: center;
    width: 100%;
	color:#000;
}
.big-thumb .content-product-home .more {
    background: #a30f1b;
    color: #fff;
}
.thumbnail-product-home.big-thumb:before {
    background: transparent;
    box-shadow: 0 -330px 110px -60px #fff inset;
    opacity: 0.9;
}

.content-product-home .more:hover {
	background:#d4d4d4;
	color:#6a0911;
}
.content-product-home h1 {
    font-size: 22pt;
    font-weight: 600;
    margin-top: 0;
}
.big-thumb .content-product-home .more:hover {
	background:#6a0911;
	color:#fff;
}
.content-product-home .more {
    background: #fff;
    border-radius: 0;
    color: #a30f1b;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 2px;
}
div#product-home .row {
    display: flex;
    margin: 0 -10px;
}
div#product-home .col-md-6 {
    display: flex;
    padding: 0 10px;
    flex-wrap: wrap;
}
.thumbnail-product-home {
    margin-bottom: 20px;
}
div#catalog-home {
	background:#ebebeb;
}
.product-col {
    position: relative;
    margin-bottom: 30px;
}
.thumbnail-product .product-col .title-product a {
    color: #a30f1b;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}
.product-col .title-product a {
    color: #fff;
    display: block;
    text-align: left;
    font-size: 14pt;
    font-weight: 700;
}

.product-col .title-product * {}
.product-col:hover img {transform:scale(1.2)}
.product-col .image-product {
    overflow: hidden;
}
.thumbnail-product .product-col .image-product {
    overflow: hidden;
    width: 100%;
}
.thumbnail-product .product-col {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background: #f9f9f9;
    box-shadow: 0 9px 20px rgb(0 0 0 / 10%);
}
.thumbnail-product .product-col .caption .more{display:none}
.thumbnail-product .product-col .caption {
    position: relative;
    width: 70%;
    padding: 9px 20px 20px;
	display:none;
}
/* .product-col:hover .caption {opacity:0;} */
.product-col img {-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;width:100%;}
.product-col .caption {
    position: relative;
}
#slide-catalog .owl-nav svg path {
    stroke: #fff !important;
}
#slide-catalog .owl-nav svg {
    width: 24px;
}
#catalog-home table{text-align:center;width:100%}
#brands-home table td{padding:0 3px;}
#brands-home table{text-align:center;width:100%}
#brands-home ul {
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#brands-home ul li {
    width: 16%;
}
/*WHO WE ARE*/
#who-we-are .more {margin-top:15px}
#who-we-are .page-header {
    text-align: left;
    margin-bottom: 20px;
    font-size: 32px;
    margin-right: -50px;
}
#who-we-are .page-header:after {margin-left:0;margin-right:0}
#who-we-are .container > .row {
    display: flex;
    justify-content: space-between;
	padding:20px 0;
    align-items: center;
}




/*SERVICES*/
div#services-block {
    background: #f9b81e;
	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; */
    padding:20px;
}
.title-service h4 {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 15px;
}



/*FOOTER*/
div#footerlink .row {
    display: flex;
    justify-content: space-between;
}
div#footerlink .row:before,div#footerlink .row:after {
    display: none;
}
div#footerlink h2 {
    font-weight: 600;
	margin:0;
    font-size: 17pt;
    line-height: 1.2;
}
div#footerlink h2 a{
    color:#f9b81e;
}
div#footerlink h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 17pt;
    margin-bottom: 20px;
}
div#footerlink h2:after,div#footerlink h3:after {
    content: "";
    display: block;
    position: relative;
    width: 45px;
    height: 5px;
    background: #ee892f;
    margin-top: 12px;
}
#footerlink p {
    margin-bottom: 10px;
}
div#footerlink a{color:#fff}
div#footerlink .col-sm-4:first-child{text-align:left}
div#footerlink table{width:100%;}
div#footerlink {
    color: #fff;
    padding: 40px 0 30px;
    text-align: left;
    margin-top: 0px;
    background: #183543;
    background-size: cover;
}
.dept_title a,h1.newstitle a {
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}
.dept_title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 7px;
}
.newsdate {
    font-style: italic;
    margin-bottom: 10px;
}
div#tiga-pilar {
    background: #263441;
}
div#tiga-pilar .page-header {
    color: #fff;
}
a#float-whatsapp {
    position: fixed;
    width: 180px;
    bottom: 14px;
    right: 10px;
    opacity: 0.9;
    z-index: 2;
}
.thumbnail-project {
    text-align: center;
    margin-bottom: 30px;
}
.images-project img{width:100%}
.content-wrapper:nth-child(2n) {
    background: #fff;
}
.images-project {
    margin-bottom: 10px;
}
.project-name {
    font-size: 12pt;
    color: #333;
}
#copyright a {
    color: #fff;
}
div#copyright  p{margin:0}
div#copyright {
    background: #10242d;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}


/*PROYEK*/
div#block-filter-proyek {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
div#config-proyek {
    text-align: center;
    margin-bottom: 50px;
}
div#block-filter-proyek .form-control {
    background: #f2f2f2;
	color:#000;
    border: 0;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    padding: 9px 13px;
    display: inline-block;
    width: 240px;
    margin: 0 10px;
}
.thumbnail-proyek a:hover{text-decoration:none;}
.thumbnail-proyek a{color:#000}
.thumbnail-proyek {
    background: #f2f2f2;
	margin-bottom:30px;
    text-align: center;
}
.owner-proyek {
    color: #555;
}
.image-proyek img{width:100%;}
.title-proyek {
    font-weight: bold;
    font-size: 18px;
    min-height: 60px;
    line-height: 1.3;
    margin-top: 2px;
    padding: 0 15px;
}
.content-proyek {
    padding: 18px 0;
}


/*GALLERY*/
.gallerytitle {
    TEXT-ALIGN: CENTER;
}
.name-photo.text-center {
    padding: 10px 0;
}



/*KONTAK*/
div#noteafter iframe{max-width:100%}
div#footerlink td {
    padding: 6px 3px;
}


/*PROYEK DETAIL*/
h1.title-detail-proyek {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21pt;
    margin-top: 0;
    margin-bottom: 0;
}
h2.type-detail-proyek {
    color: #888;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 40px;
}
.content-detail-proyek td{width:50%;padding-bottom:35px}
.content-detail-proyek table label{
	display:block;
	color:#d41a11;
	margin-bottom:15px;
	font-weight:bold;
}
.content-detail-proyek table {
    width: 100%;
}
.image-detail-proyek img{width:100%;}



div#contact-home:after {
    content: "";
    display: block;
    position: relative;
    clear: both;
}
div#contact-home {
    /* background: #eef9ff; */
	text-align:center;
}
div#video-home {
    /* background: #eef9ff; */
}
.youtubevideo {
    margin-bottom: 26px;
}
.dept_content a.link-more{display:none}
.thumbnail-news {
    background: #fff;
}
.dept_content a.selengkapnya {
    background: #f46403;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
}
.dept_content a.selengkapnya:after {
    content: ">";
}

.dept_image {
    width: 100%;
}
.dept_image:before {
    padding-top: 60%;
}
.dept_content {
    width: 100%;
    padding: 20px 25px;
}

.category-header .dropdown > a {
    background: #f46403;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 20px;
}
.category-header .dropdown > a img {
    height: 20px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}
.category-header .dropdown > a:active,.category-header .dropdown > a:focus,.category-header .dropdown > a:hover {
    background: #e36916;
}
.category-header .dropdown b.caret {
    border-top-color: #fff;
}

.category-header ul.dropdown-menu {
    border-radius: 0;
    left: 0;
    margin-top: 15px;
    padding: 10px 10px 25px;
    background: #183543;
    border-radius: 0 0 20px 20px;
    position: fixed;
    top: 185px;
    width: 100%;
    box-shadow: none !important;
    border: 0 !important;
}
.navbar-header.active .category-header ul.dropdown-menu {
    margin-top: 10px;
	top:122px;
}
.navbar-header .category-header .container {
}
.navbar-header .category-header .container .row {
    margin: 0px -6px;
}
.navbar-header .category-header .container .row > div {
    width: 20%;
    padding: 0 6px;
}
.category-header .container a {
    padding: 10px 10px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 6px 0;
    padding-left: 20px;
}
.category-header .container a:hover {
    text-decoration: none;
    background: #ddd;
    color: #000;
}
@media(min-width:768px){
.row.thumbnail-product {
    display: flex;
    flex-wrap: wrap;
}
div#slide-story > div {
    padding: 0 10px;
}
div#slide-story {
    display: flex;
}
div#slide-story > div {
    padding: 0 10px;
    display: flex;
}
.youtubevideo {
    margin-bottom: 26px;
    width: 100%;
    display: flex;
}
img.img-responsive.image-detail-news {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.dept.testi-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.dept_subtitle {
    display: -webkit-box;
    max-height: 83px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
}
.navbar-nav>li>.dropdown-menu {
    min-width:220px;
}
.navbar-header *{
	-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;
}
body.menu-scroll{
	padding-top:174.2px
}
.navbar-header {
    float: none;
	padding:15px 0 20px;
    position: sticky;
    z-index: 2;
    width: 100%;
    top: 0;
    background: #183543;
}
.navbar-header.active .navbar-brand>img {
    height: 50px;
}
.navbar-header.active a.navbar-brand {
    padding-bottom: 10px;
}
.navbar-header.active > .container > div:first-child {
    padding: 0px 0 5px;
	margin-bottom:10px;
}
.navbar-header.active {
    float: none;
    position: fixed;
    padding: 10px 0;
    z-index: 99;
}
.d-flex {
    display: flex;
}
.align-items-center{align-items:center}
.justify-content-between{justify-content:space-between}
.navbar-brand{float:none;height:auto;padding-top:0;padding-left:0;}
.navbar-header > .container > div:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding: 10px 0 10px;
}
.navbar-header .container:before,.navbar-header .container:after {display:none}
.navbar-header .container {
	position:relative;
}
div#top-header a {
    color: #fff;
}
div#top-header {
    width: 100%;
    text-align: right;
    color: #fff;
    top: 0;
	font-size: 15pt;
}
div#top-header p {
    margin-bottom: 0;
}
.navbar-brand>img {
	margin: 0 auto;
	max-width:none;
	height:70px;
}
.category-header .dropdown > a .caret {
    margin-left: 6px;
}
div#banner-full a img:first-child {
	border-radius: 7px 0 0 7px;
}
div#banner-full a img:last-child {
	border-radius: 0 7px 7px 0;
}
div#banner-full a img {
    width: 50%;
}
div#banner-home {
    background: #ebebeb;
    padding-bottom: 70px;
}
div#about-home .row {
}
.list-banner img {
    width: 100%;
}
div#banner-home {
}
div#banner-home .row > div {
    padding: 0 10px;
}

div#banner-home .row {
    margin: 0 -10px;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 12px 23px;
}
.row.thumbnail-product.grid > div:nth-child(3n+1) {clear:both;}
.row.thumbnail-product.grid > div {
    width: 25%;
    display: flex;
}
.dekstop-hidden{display:none !important}
.detail-proyek {
    display: flex;
}
.image-detail-proyek {
    width: 50%;
	padding-right:20px;
}
.content-detail-proyek {
    width: 50%;
	padding-left:30px;
}
div#footerlink .row {
    /* display: flex; */
    /* align-items: center; */
}
div#footerlink .row .col-sm-4:first-child {
    display: flex;
    align-items: center;
}
	#slide-home-mobile{display:none !important}

	div#bs-example-navbar-collapse-1 {
		padding: 0;
		display: flex !important;
		justify-content: flex-end;
	}
	div#services-block .container > .row > div:last-child > .row {
    display: flex;
}
div#services-block .container > .row > div:last-child > .row > div {
    float: none;
    display: flex;
}
	#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: 0px;
	}
	div#who-we-are .row>div:last-child {
		padding-left: 0px;
	}
	.slide-text {width: 375px;}
	
	/*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%;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		display: flex;
		align-items:center;
		position: relative;
	}
	.navbar-nav>li {
		/* display: flex; */
	}
	div#contactform {
		width: 60%;
		float: left;
	}
	div#noteafter {
		float: left;
		width: 40%;
		padding-left: 30px;
	}

}
.h3, h3 {
    font-size: 26px;
}
@media(min-width:992px){
	div#catalog-thumbnail > div {
		width: 20%;
	}
	div#content-center {
		min-height: calc(100vh - 260px);
	}
	#header-site a.navbar-brand {
		padding: 10px 15px;
	}
	.navbar-brand>img {
		display: block;
	}
	.slide-text {width: 485px;}
}
@media(min-width:1200px) and (max-width:1299px){
	.navbar-inverse .navbar-nav>li {
		margin-left: 0;
	}
}
@media(min-width:1200px){
	div#content-slide p{width:54%;}	
	.col-md-4.col-xs-6.thumb:nth-child(4n+1) {width: 25%;}
	.col-md-4.col-xs-6.thumb {width: 25%;}
	.container{width:1080px}
	/* .content-slide-line {width: 540px;} */
}

@media(min-width:1300px){
	.navbar-inverse .navbar-nav>li>a{font-size:18px}
	.container {
		width: 1260px;
	}
	.content-slide-line {
		/* width: 630px; */
	}
	.navbar-brand>img {
		max-height: 95px;
	}
}
iframe {
    max-width: 100%;
}

.g-recaptcha > div {
    margin: 0 auto;
}
div#config-site-global table h3 {
    margin: 20px 0;
    text-align: center;
    padding: 20px 0;
	font-size:16pt;
}
div#about-home .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media(max-width:991px){
	.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;}
}
@media(max-width:767px){
#our-partner tbody tr{width:48% !important}
#our-partner tbody td{padding:0 8px}
#our-partner tbody{
	display: flex;
	flex-wrap:wrap;
}
.category-header {
    width: 48%;
}
div#catalog-thumbnail >div {
    width: 50%;
    padding: 0 5px;
}
.category-header ul.dropdown-menu {
    max-width: 100vw;
    padding: 0px 15px 15px !important;
    position: absolute !important;
    background: #183543 !important;
    left: -25px;
    margin-top: 15px !important;
    top: 100% !important;
    width: 100vw !important;
}
.navbar-header .category-header .container .row > div{width:50%}
.navbar-header .d-flex.justify-content-between.align-items-center {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.category-header ul.dropdown-menu .row {
    display: flex;
    flex-wrap: wrap;
}
.thumbnail-news {
    background: #fff;
    margin-bottom: 20px;
}
div#about-1 .col-md-6 {
    padding: 0 25px;
}
div#about-1 {
	padding-top:40px;
	padding-bottom:40px;
}
.maps-iframe iframe {
    position: relative;
    height: 300px;
}
.maps-iframe {
    position: relative;
    margin: 0 -10px;
    width: calc(100% + 20px);
}
div#footerlink .row{display:block}
div#about-2 .col-md-6 {
    padding: 0 25px;
}
div#product-home .row {
    display: block;
}
.big-thumb .content-product-home {
    padding-top: 200px;
}
.strength-thumb {
    width: 33.3%;
    padding: 10px;
}
.title-thumbnail-home {
    font-size: 11pt;
}
.list-strength {
    flex-wrap: wrap;
    padding: 0 0px;
    justify-content: center;
    margin: 0 -10px;
    width: calc(100% + 20px);
}
div#strength-block {
    padding-bottom: 10px !important;
}
div#banner-home {
    padding: 0;
    background: #ebebeb;
    padding-top: 20px !important;
}
div#banner-home .col-md-3 {
    width: 50%;
    padding: 0 7px 14px;
}
div#banner-home .row {
    display: flex;
    flex-wrap: wrap;
}
.thumbnail-home img {
    height: 50px;
}
div#contact-header h3 {
    margin: 0 0 20px;
    text-align: center !important;
}
div#top-header {
    display: none;
}
.content-product-home {
    padding: 25px;
    width: 100%;
    margin-left: auto;
}
div#tiga-pilar .row {
    flex-wrap: wrap;
}
div#tiga-pilar .row > div {
    width: 50%;
    margin-bottom: 14px;
}
.navbar-brand {
    height: auto;
	float:none;
	padding:5px 0 10px;
}
.navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
    margin: 2px 0;
    width: 18px;
    border-radius: 50px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.category-header .dropdown > a {
    font-weight: normal;
    font-size: 11pt;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-header .container a {
    padding: 10px 10px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 6px 0;
    padding-left: 10px;
    font-size: 10pt;
}
.category-header .dropdown > a img {
    height: 16px;
    margin-right: 15px;
}
.navbar-header .container:after,.navbar-header .container:before {display:none}
.navbar-header .container {
}
button.navbar-toggle {
    margin: 0;
    background: #f46403;
    display: flex;
    border-radius: 50pc;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11pt;
    border: 0;
    width: 46%;
    text-align: center;
    justify-content: center;
}
button.navbar-toggle > span {
    margin-right: 15px;
}
.content-about h1{font-size:28pt;}
div#content-slide {
}
div#banner-full a img:first-child {
	border-radius: 7px 7px 0 0px;
}
div#banner-full a img:last-child {
	border-radius: 0 0px 7px 7px;
}
div#content-slide h1 {
    font-size: 19pt;
    padding: 0px 15px 0 0;
	padding-bottom:0 !important;
}
div#contact-home .container > .row > .col-sm-6 {
    padding-right: 15px;
    margin-bottom: 30px;
}
.tvideo .youtubevideo {width:100%;}
div#video-home {
    padding: 0 10px;
}
	div#empat-pilar ul li {width:50%;}
	nav#header-site .container {
    display: block;
	padding:0 25px
}
div#video-home .container, #empat-pilar .container {
    padding: 50px 15px 40px;
    position: relative;
}
div#artikel-home > div:last-child {margin:0;}
div#artikel-home > div {
    margin-bottom: 30px;
}
div#contact-home {
    text-align: center;
    padding: 50px 10px 40px;
	padding-bottom:0 !important
}
.navbar-header:after{display:none}
	.thumbnail-home {
    margin-bottom: 0px;
}
	div#about-home .row > div {margin-bottom:30px}
	
	#slide-home .owl-dots {
		position: relative;
		width: 100%;
		display:none;
	}
	.content-about {
		/* font-size: 15pt; */
	}
	.content-about h2 {
    margin-top: 30px;
}
div#content-center {
    overflow-x: hidden;
}
	#brands-home ul li {
		width: 50% !important;
	}
	div#footerlink .col-sm-4:first-child{text-align:center}
	#description_product ul {margin-bottom:0}
	#description_product > table table td {
		padding-bottom: 0;
	}
	#description_product h2 {
		margin-bottom: 25px;
		font-size: 17pt;
		margin-top: 10px;
	}
	#description_product > table table tr:nth-child(2) {padding-top:15px;padding-bottom:15px}
	#description_product > table  table > tbody > tr > td,#description_product > table  table > tbody > tr,#description_product > table  table > tbody,#description_product > table  table {display:block;width:100% !important}
	#description_product > table table {
		margin-left: 0;
		min-width: 100%;
		text-align: left;
	}
	#description_product h2:before {
		content: "";
		display: inline-block;
		width: 32px;
		height: 2px;
		background: #ccc;
		vertical-align: middle;
		position: relative;
		top: -1px;
		margin-right: 9px;
	}
	.mobile-hidden{display:none !important}
	.content-detail-proyek {
		margin-top: 30px;
	}
	.content-detail-proyek td {
		display:block;
	}
	.detail-proyek {
		margin: -30px -10px 0;
	}
	div#block-filter-proyek {
		text-align: center;
		margin-bottom: 30px;
		margin-top: -20px;
	}
	div#block-thumbnail-proyek .col-sm-3 {
		width: 50%;
		padding: 0 7px;
		float: left;
	}
	.title-proyek {
		font-weight: bold;
		font-size: 15px;
		min-height: 50px;
		line-height: 1.3;
		margin-top: 2px;
		padding: 0 15px;
	}
	.content-proyek {
		padding: 12px 0;
	}
	div#block-filter-proyek .form-control {
		width: 100%;
		color:#000;
		margin: 0 0 15px;
	}
	.menu-button-mobile ul.list-inline li:nth-last-child(4):first-child, .menu-button-mobile ul.list-inline li:nth-last-child(4):first-child ~ li {
		width: 25%;
	}
	.menu-button-mobile ul.list-inline li:nth-last-child(3):first-child, .menu-button-mobile ul.list-inline li:nth-last-child(3):first-child ~ li {
		width: 33.33%;
	}
	.menu-button-mobile ul.list-inline li:nth-last-child(2):first-child, .menu-button-mobile ul.list-inline li:nth-last-child(2):first-child ~ li {
		width: 50%;
	}
	.menu-button-mobile ul.list-inline li:nth-last-child(1):first-child, .menu-button-mobile ul.list-inline li:nth-last-child(1):first-child ~ li {
		width: 100%;
	}
	/* #slide-home{display:none !important} */
	#header-site {
		top: 0px;
		margin:0;
		position:absolute;
	}
	img.background-slide {
		max-width: none;
		width: 140%;
	}
	img.component-slide1 {
		max-width: 60%;
	}
	img.component-slide2 {
		max-width: 95%;
	}
	img.component-slide3 {
		max-height: 60%;
	}
	.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-header {
		position: relative;
		top: 0;
		z-index: 2;
		width: 100%;
		background: #183543;
		padding:10px 10px;
	}
	div#header-top {display: none;}
	.slide-text {
		position: relative;
		transform: translateY(0) translateX(0);
		top: 0;
		left: 0;
	}
	/* div#slide-home img { */
		/* position: absolute; */
		/* max-width: none; */
		/* height: 100%; */
		/* 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 {
		display:none;
		position: relative;
		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;
	}
	.slide-text h1 {
		font-size: 20pt;
	}
	div#call-block .container {
		display: block;
		text-align: center;
		padding: 20px 15px;
	}
div#call-block h2 {
    margin-bottom: 20px;
    margin-top: 5px;
}
.more {
    padding: 9px 20px;
}
	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:30px 15px;
	}
#who-we-are .page-header {
    margin-right: -10px;
    font-size: 21px;
}
h1.page-header{font-size:24pt;margin-bottom:25px}
div#brands-home tr{display:block}
div#brands-home td {
    width: 49%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.product-col {
    position: relative;
	width:100% !important;
    margin-bottom: 10px !important;
	display:block !important;
}
.product-col .image-product {
    width: 100% !important;
}
.product-col .caption{width:100% !important}
/* .product-col .image-product{width:100%;padding:0 15px;} */
/* .product-col .caption{width:100%;padding:0 25px;margin-bottom:30px} */
.content-wrapper {
    padding: 50px 10px !important; 
}
#slide-catalog .item {
    padding: 0;
}
div#call-block table, div#call-block tbody, div#call-block tr, div#call-block td {
    display: block;
    text-align: center;
}
.thumbnail-facilities {
    margin-bottom: 30px;
}
div#slide-catalog {
    /* margin: 0 -15px; */
}
.row.thumbnail-product.grid {
    margin: 30px -5px 0;
    display: flex;
    flex-wrap: wrap;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
} 
.fancybox-inner {
    height: auto !important;
}
/* .row.thumbnail-product.grid > div,div#slide-catalog > div:nth-child(odd) {padding-right:5px} */
/* .row.thumbnail-product.grid > div,div#slide-catalog > div:nth-child(even) {padding-left:5px} */
/* .product-col .title-product * { */
    /* font-size: 12pt; */
/* } */
/* div#slide-catalog > div { */
    /* width: 50%; */
	/* float:left; */
/* } */
.row.thumbnail-product.grid > div {
    width: 50%;
    float: none;
    padding: 0 5px;
}
h1.page-header:after {
    content: "";
    width: 70px;
height: 4px;}
	#who-we-are .page-header:after {
		margin-left: 0;
		margin-right:auto;
	}
	#who-we-are .col-sm-6:last-child{
		/* padding: 0; */
		
		margin-top:30px
	}
	div#footerlink .row > div {
		margin-bottom: 50px;
		padding:0 30px
	}
	div#footerlink .row > div:last-child {
		margin-bottom: 0;
	}
	div#copyright {
		padding: 15px 15px;
	}
	.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(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #1e4516;
		font-weight: normal;
		padding: 5px 10px;
		margin-top: 0;
		text-transform: uppercase;
	}
	.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#close-menu {
		font-size: 22pt;
		padding:0 34px !important;
		z-index: 9999;
		color: #000;
		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-bottom: 26px;
	}
	#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.333%;
		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: 12px 10px;
    position: relative;
    z-index: 2;
}
.navbar-brand>img {
    display: block;
    height: auto;
    max-width: 100%;
}
}