/* @font-face {
    font-family: campton;
    font-weight: 700;
    src: url("CamptonBold.otf") format("opentype");
}
@font-face {
    font-family: campton;
    font-weight: bold;
    src: url("CamptonSemiBold.otf") format("opentype");
}
@font-face {
    font-family: campton;
    font-weight: normal;
    src: url("CamptonMedium.otf") format("opentype");
} */
/* @font-face {
    font-family: campton;
    font-weight: 300;
    src: url("CamptonLight.otf") format("opentype");
} */
@font-face {
    font-family: campton;
    font-weight: normal;
    src: url("Campton-Light.otf") format("opentype");
}

@font-face {
    font-family: campton;
    font-weight: bold;
    src: url("Campton-Bold.otf") format("opentype");
}
body{
	margin:0;
	color:#000;
	/* font-size:15px; */
    font-size: 12pt;
	font-family: campton;
}
label.error {
    font-weight: normal;
    font-size: small;
    color: red;
}
h1,h2,h3{font-family: campton;}
b.caret {
    border-top-color: #ee892f;
}
div#call-block td:first-child img {
    height: 80px;
}
form.news-search {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    display: flex;
    float: right;
    margin-bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
}
form.news-search input {
    border: 0;
    padding: 11px 16px 8px;
    width: 300px;
    max-width: 100%;
}
form.news-search button {
    border-radius: 0;
    width: 46px;
	padding-top:11px;
}
.banner-thumbnail img {
    border-bottom: 7px solid #fcb2ad;
    width: 100%;
}
.banner-thumbnail {
    position: relative;
}
.conten-thumbnail {
    position: absolute;
    text-align: right;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 40px;
}
div#footerlink table.counter td {
    border-bottom: 1px solid;
    padding: 4px 0 0px;
    font-size: 11pt;
}
div#footerlink table.counter {
    width: 70%;
    margin: 0 auto;
}
h1.title-banner {
    width: 110px;
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 31pt;
    line-height: 1;
    color: #555;
    position: relative;
}
.conten-thumbnail a:before {
    content: "";
    display: block;
    width: 33px;
    height: 2px;
    background: #555;
    position: absolute;
    left: 100%;
    margin-left: 7px;
    top: 21px;
}
div#banner-block {
    padding-top: 0;
    margin-top: -100px;
    z-index: 1;
	padding-bottom:20px
}
.conten-thumbnail a {
    clear: both;
    float: right;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #555;
	margin-top:8px;
	position:relative;
}
h1.title-banner:before {
    content: "";
    display: block;
    position: relative;
    width: 80px;
    height: 4px;
    background: #fcb2ad;
    float: right;
    margin-bottom: 10px;
}
footer hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}
.img-news,.dept_image {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.dept.testi-content,.panel-body.news-colx {
    background: #fff;
    border: 0;
    padding: 0 20px 23px;
    box-shadow: rgba(0,0,0,0.05) 0px 0px 15px;
    border-radius: 5px;
    transition: transform .2s;
    overflow: hidden;
}
.dept_image,.img-news {
    width: calc(100% + 40px);
    float: none;
    margin: 0 -20px 20px;
    background: url(images/default-news.jpg);
    background-position: 100% 100%;
    background-size: cover;
}
.dept.testi-content:hover,.panel-body.news-colx:hover {
    /* cursor: pointer; */
    transform: scale(1.05);
    box-shadow: rgba(0,0,0,0.15) 0px 0px 15px;
    transition: all .2s ease-in-out;
    -ms-transform: scale(1.05);
    webkit-transform: scale(1.05);
}
.img-news:before,.dept_image:before {
    content: "";
    display: block;
    position: relative;
    padding-top: 56.25%;
}
.img-news img, .dept_image img {
    position: absolute;
    height: 100%;
    top: 0;
    max-width: none;
    width: 100%;
    object-fit: cover;
}
.youtubevideo a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    color:#000;
    /* 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;
}
h1, h2, h3, h4 {
    font-weight: bold;
}
.catpage ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.catpage a {
    width: auto;
    height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #aaa;
    padding: 4px 6px;
    border-radius: 3px;
    margin: 4px 3px;
    line-height: 20px;
    min-width: 30px;
}
.catpage b {
    background: #182e77;
    color: #fff;
    display: inline-block;
    padding: 4px 6px;
    line-height: 20px;
    border: 1px solid #182e77;
    border-radius: 3px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    margin: 4px 3px;
}
h2.second-title {
    text-align: center;
    font-weight: 600;
    font-size: 16pt;
    margin-top: -20px;
    margin-bottom: 0px;
    background: #ddd;
    padding: 13px 0;
    border-radius: 5px;
}
.catpage > * {
    float: left;
    margin: 0 !important;
    padding: 8px 13px !important;
    height: auto !important;
    width: auto !important;
    border:0 !important;
    line-height: normal;
}

.catpage {
    margin-top: 20px;
    display: inline-block;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}
.row.listnews > div {
    margin-bottom: 60px;
}
.title_news_detail.title_detail h4 {
    margin: 0;
    font-size: 15pt;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.title_news_detail.title_detail ~ img {width:100%;height:auto}
.title_news_detail.title_detail ~ .date_news {
    text-align: center;
    margin-bottom: 17px;
    color: #999;
}
.title_news_detail.title_detail h4 {
    font-size: 20pt;
    text-align: center;
}
h1.newstitle a {
    line-height: normal;
    color: #000;
}
.newsdate,.date_news.news-detail {
    font-size: 14px;
    margin-bottom: 10px;
    color: #aaa;
    display: block;
}
.date_news.news-detail{margin-bottom:20px}
button.owl-prev, button.owl-next {
    width: 40px;
}
.owl-nav {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 0 !important;
    padding: 0 8px;
}
#slide-catalog.owl-carousel .owl-nav button.owl-next, #slide-catalog.owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    background: #6d7781;
    border-radius: 0;
    width: 70px;
    height: 70px;
    padding: 15px !important;
    box-sizing: border-box;
    color: #fff !important;
}
#slide-catalog .title-product {
    border: 0;
}
#slide-catalog .product-col {
    margin-bottom: 30px;
    padding-bottom: 0;
    display: flex;
}
#slide-catalog.owl-carousel .owl-stage{display:flex}
#slide-catalog.owl-carousel .owl-nav button.owl-next *, #slide-catalog.owl-carousel .owl-nav button.owl-prev * {
    stroke: #fff!important;
}
.catnav, .sortbyorder {
    display: none;
}



/*FAQ*/


/*FAQ*/
div#accordionExample .card {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.card-header {
    background: #eee;
    color: #333;
    line-height: 1.6;
    padding: 12px 29px 15px;
    border-radius: 4px;
}
div#accordionExample .card-header h5 {
    font-size: 14pt;
    justify-content: space-between;
    font-weight: 600;
    /* text-align: justify; */
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
}
div#accordionExample .card-header h5 button:focus{outline:none} 
div#accordionExample .card-header h5 button {
    word-break: normal;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
    line-height: normal;
    height: auto;
    border-radius: 60px;
    color: #333;
    text-align: left;
    padding: 0;
    display: block;
    padding-right: 30px;
    font-size: 13pt;
    white-space: normal;
    position: relative;
    top: 2px;
}
div#accordionExample .card-header button.collapsed .plus {
    display: inline-block;
}

div#accordionExample .card-header button .plus {
    display: none; 
}
div#accordionExample .card-header button.collapsed .minus {
    display: none;
}
div#accordionExample .card-header button .minus {
    display: inline-block;
}
div#accordionExample .card-header h5 button span {
    background: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 1.3;
    border-radius: 50%;
    font-size: 18pt;
    color: #333;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}
div#accordionExample .show.collapse.in {
    visibility: visible;
    display: block !important;
}

div#accordionExample .show.collapse {
    overflow: hidden;
    visibility: hidden;
    display: none !important;
}
.card-body {
    padding: 10px 28px 10px;
}

/*LIST VIEW NEWS*/
ul#results {
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    padding: 0 15px;
}
ul#results > li {
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}
ul#results h1.newstitle {
    margin: 0;
    font-weight: bold;
    color: #000;
}
ul#results h1.newstitle a:hover {
    background: #eee;
    text-decoration: none;
    color: #182e77;
} 
ul#results h1.newstitle a {
    font-size: 12pt;
    padding: 10px 15px;
    margin: 0;
    border: 1px solid #ddd;
    border-left: 6px solid #182e77;
    border-radius: 5px;
}
.view-button {
    float: right;
    margin-top: 15px;
}
.view-button .btn-default.more{
    border-color: #182e77;
    color: #fff !important;
}
.view-button .btn-default.more:hover {
    background: #182e77;
    color: #fff !important;
}
.view-button .btn-default:hover {
    background: #ccc;
    color: :#fff;
}
.view-button .btn-default {
    padding: 7px 12px 7px;
    border: 1px solid #ccc;
    line-height: normal;
}


/*CART HEADER*/
.block-cart {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.block-cart span {
    position: absolute;
    background: #000;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    font-size: 8pt;
    border-radius: 100px;
    color: #fff;
    display: block;
    top: -9px;
    right: -15px;
}

.block-cart img {
    width: 27px;
}



/*BOOK*/
.soldout-lable{
    color: rgb(173, 9, 9) !important;
}
.book-list{
    display: flex;
    flex-wrap: wrap;
}
.book-list .col-sm-4 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}
.booktitle {
    color: #182e77;
}
.bookauthor {
    font-style: italic;
    font-weight: 400;
    color: #666;
}
.bookket p {
    margin: 0;
}
.bookphoto img {
    width: 100px;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.bookphoto {
    width: 100px;
}
.content-book {
    width: calc(100% - 115px);
}


/* 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:60px 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:#3939b3}
.more:hover,a.link-more:hover {background:#182e77;color:#fff;border-color:#022e19;}
#call-block .more {background:transparent;border-color:#fff}
.more, a.link-more {
    background: #182e77;
    border: 0;
    color: #fff;
    font-weight: normal;
    padding: 12px 30px;
    display: inline-block;
    font-size: 12pt;
    line-height: normal;
    border-radius: 5px;
}a.link-more {margin-top:15px}
.btn.btn-back {
    background: #ddd;
    color: #666;
    margin-right: 10px;
}
.btn{
    font-size: 12pt;
}
.btn i {
    margin-right: 10px;
}
.link_kembali{margin-right: 10px;}
div#footerlink .more{background:#3939b3;}
div#footerlink .more:hover{background:#182e77;}
div#footerlink * {
    color: #fff;
}
div#footerlink .form-control {
    background: #333;
    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 {
    /* max-width: 65%; */
    font-size: 15pt;
    /* height: 80px; */
    line-height: 1.1;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 15px auto 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: 40px;
}
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: 700;
    color: #000;
    margin-top: 0;
    font-size: 26pt;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center;
}
/* h1.page-header:after { */
    /* content: ""; */
    /* width: 80px; */
    /* height: 5px; */
    /* background: #1e4516; */
    /* display: block; */
    /* position: relative; */
    /* margin: 10px auto 0; */
/* } */
p {
    margin: 1em 0 1em;
}
hr {
    margin-top: 0;
    /* margin-bottom: 20px; */
}
p ~ hr {
    margin: 0.5em 0;
}
#content-center ol li:last-child,#content-center ul li:last-child {margin-bottom: 0;}
#content-center ol li,#content-center ul li {
    margin-bottom: 10px;
}



/*THERAPIST*/
h2.cat-teraphist {
    margin-bottom: 50px;
    font-size: 20pt;
    color: #172c71;
    margin-top: 0;
}
.therapist .grid-column img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    max-height: 150px;
}
.therapist {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.therapist span.list-nama {
    display: block;
    margin-top: 8px;
}
.therapist .grid-column {
    width: 20%;
    text-align: center;
    margin-bottom: 25px;
}
.therapist span.list-alamat {
    color: #999;
}
.catpage:first-child {
    margin: 0;
}
.pagination li {
    margin: 0 !important;
}
.catpage:first-child .pagination.pagination-small {
    margin-top: 0;
    margin-bottom: 10px;
}
.therapist:last-child {
    border: 0;
    margin: 0;
}
@media(max-width:767px){
	form.news-search {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
        float: none;
    }
	form.news-search input{
		width:100%
	}
	.title_news_detail.title_detail{
		margin-top:40px
	}
	form.news-search button{
		width:auto;
	}
	div#footerlink table.counter {width:100%}
    .view-button {
        float: none;
        margin-top: 30px;
    }
    ul#results {
        column-count: 1;
        column-gap: 20px;
    }
    .therapist .grid-column {
        width: 50%;
    }
    h2.cat-teraphist {
        margin-bottom: 30px;
        font-size: 17pt;
        color: #172c71;
        margin-top: 30px;
    }
}



/*VIDEO*/
.video-images img {
    padding: 0;
    width: 100%;
}
.video-images {
    position: relative;
    margin-bottom: 5px;
}
.youtubevideo{text-align:center}
.video-images .icon-play {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 50%;
}



/*DOWNLOAD*/
.xdata a {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 10px;
    width: 100%;
    display: flex;
    text-align: left;
    color: #000;
    align-items: center;
} 
h2.cat-download {
    font-weight: bold;
    font-size: 17pt;
    margin-bottom: 13px;
}
.xdata a:hover *{color: #fff;}
.xdata a i {
    font-size: 31pt;
    color: #999;
    margin-right: 19px;
    margin-left: 5px;
}
.filesize {
    font-weight: 300;
    color: #aaa;
    font-size: 10pt;
}
ul.download_conten {
    display: flex;
    flex-wrap: wrap;
}
ul.download_conten li {
    display: flex;
    width: 33.33%;
    margin-bottom: 16px;
}
@media(max-width:767px){
    ul.download_conten li {width:100%}
}

/*HEADER TOP*/
div#header-top .col-md-6:last-child{text-align:right}
div#header-top {
    background: #182e77;
    padding: 6px 0;
    color: #fff;
    position: relative;
    font-weight: 300;
    font-size: 14px;
}
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 0 0px;
}


/*HEADER*/
.navbar-inverse .navbar-toggle {
    border: 0;
    margin-right: 2px;
    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: #f9b81e;
}
header {
    position: sticky;
    top: 0;
    z-index: 2;
}
#header-site {
    border: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 3;
    left: 0;
    padding: 0px 0;
}
.thumbnail-home img {
    width: 100%;
    border-radius: 20px;
}
.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;
}
.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 {
    padding-top: 5px;
    border-bottom: 2px solid rgb(154, 154, 154);
    padding-bottom: 5px;
    color: #000;
    text-align: center;
}
.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;
}
#slide-home .content-slide-line img{width:auto;display:inline-block}
#slide-home .owl-dots {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
}
#about-home .more{margin-top:20px}
.content-about {
    width: 100%;
    margin: 0 auto;
}
.content-about h2 {

    color: #7432f6 !important;
    font-weight: bold;
    font-size: 19pt;
    margin: 0;
}
.content-about h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 32pt;
    font-weight: bold;
    color: #69757f;
    font-weight: 700;
}
.content-about h1:before {
    content: "";
    display: block;
    position: relative;
    width: 150px;
    height: 4px;
    background: #fcb2ad;
    margin-bottom: 10px;
}
.content-about h3 {
    font-size: 16pt;
    color: #0c6d3a;
    font-weight: normal;
}
#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: space-between;
    /* align-items: center; */
    position: relative;
}
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:#292973;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
    border-radius: 0px;
    position: relative;
    font-weight: normal;
    display: flex;
    font-size: 15px;
    transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, color 0.2s ease 0s;
    align-items: center;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
    color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: rgb(159 191 202);
    text-decoration: none;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}


/*CALL BLOCK*/
div#call-block {
    background: #0c6d3a;
    color: #fff;
    padding: 20px 0 25px;
}
div#call-block h1 {
    font-weight: 600;
    font-size: 24pt;
    margin-top: 0;
    margin-bottom: 0;
}
div#call-block h3 {
    font-size: 15pt;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}
div#about-home {
    padding: 60px 0;
    background: transparent;
}
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 {
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 14pt;
}





/*SLIDE*/
div#slide-home img{width:100%;}
div#slide-home {
    position: relative;
	overflow:hidden;
}
div#content-slide a:hover{
    text-decoration: none;
    background: #182e77;
    color: #fff;
    border-color: #022e19;
}
div#content-slide a{
    padding: 7px 16px;
    background: #182e77;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 6px;
}
div#content-slide {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}
.content-slide-line {
    position: relative;
    text-align: left;
    padding: 0 40px;
}
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-size: 22pt; */
    font-weight: 600;
    color: #fff;
    /* margin: 0; */
    font-size: 31pt;
    line-height: 1.2;
}
#slide-home .owl-item {
    padding: 0;
}
.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;
}

/*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;
}
div#catalog-home {
    padding: 20px 0 40px;
    background: #fff;
}
div#catalog-home .product-col .image-product img {
    width: 100%;
    height: auto;
}
div#catalog-home .product-col {padding-top: 0;}
.product-col {
    position: relative;
    margin-bottom: 30px;
    display: block;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    transform: scale(1);
    padding-bottom: 70px;
    box-shadow: rgba(0,0,0,0.12) 0px 0px 15px;
    border-radius: 5px;
    overflow: hidden;
    -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;
    padding-top: 15px;
}
.product-col:hover {
    transform:scale(0.98);
}
.category-catalog span {
    background: rgb(226, 252, 255);
    border-radius: 100px;
    padding: 2px 17px;
    font-size: 13px;
    display: inline;
    color: rgb(0, 90, 120);
    font-weight: normal;
}
.category-catalog {
    text-align: center;
    margin: 13px 0 12px;
}
.price-catalog {
    text-align: center;
    color: #494949;
    font-size: 15pt;
}
.footer-catalog-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
}
div#slide-catalog .owl-item {
    padding: 0 15px;
    display: flex;
}
div#slide-catalog .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.clientdiv .row {
    justify-content: start !important;
}
div#slide-catalog .row .col-sm-4 {
    display: flex;
}
div#slide-catalog .item{display:flex}
.desc-catalog {
    color: #777;
    line-height: 1.1;
}
#catalog-home .product-col .title-product a {font-size: 14pt;}
.product-col .title-product a {
    color: #000;
    display: block;
    text-align: center;
    font-size: 12pt;
    font-weight: 700;
}
.product-col .title-product a:hover {
    text-decoration: none;
    color:#333;
}

.product-col .title-product * {}
/* .product-col:hover img {transform:scale(1.2)} */
.product-col .image-product {
    overflow: hidden;
    width: 100%;
}
/* .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%; */
    height: 150px;
    margin: 0 auto;
    display: block;
}
.product-col .caption {
    /* position: relative; */
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
#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%;
}


/*VIDEO*/
.video-content {
    box-shadow: rgba(0,0,0,0.12) 0px 0px 15px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.embed-responsive.embed-responsive-16by9 {
    width: 100%;
}
div#videoblock .row > div {
    display: flex;
}
.video_title {
    font-size: 12pt;
    font-weight: 600;
    color: #000;
    padding: 15px 20px 17px;
    line-height: normal;
    text-align: center;
    width: 100%;
}

/*DETAIL PRODUK*/
ul#shop-slider {
    list-style: none;
    padding: 0;
}


/*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 {
    /* text-align: center; */
    color: #000;
    margin-bottom: 20px;
    /* padding: 35px 15px 30px; */
    padding: 20px;
    background: #f9b2ac;
    border-bottom: 10px solid #747474;
}
.title-service h4 {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 15px;
}



/*FOOTER*/
div#footerlink h2 {
    font-weight: 600;
	/* margin:0; */
    font-size: 20pt;
    line-height: 1.2;
}
div#footerlink h2 a{
    color:#fff;
}
div#footerlink h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 17pt;
    margin-bottom: 20px;
}
#footerlink p {
    margin-bottom: 10px;
}
div#footerlink a{color:#fff}
div#footerlink a:hover{color:rgb(159 191 202);text-decoration: none;}
div#footerlink table{width:100%;}
div#footerlink {
    color: #fff;
    padding: 60px 0 60px;
    text-align: left;
    margin-top: 0px;
    background: #182e77;
    background-size: cover;
}
.dept_title a,h1.newstitle a {
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}
.dept_title,h1.newstitle {
    margin-bottom: 1px;
    font-weight: bold;
    color: #000;
    font-size: 14pt;
}
.dept_subtitle p, .newsshortdesc p {
    margin-top: 0;
    margin: 0;
    height: auto;
}
.dept_date {
    font-size: 14px;
    margin-bottom: 10px;
    color: #aaa;
}
div#tiga-pilar {
    background: #0c6d3a;
}
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: #9b9b9b;
    color: #fff;
    padding: 10px 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;
}

/*ARTIKEL BIG*/
div#artikelhome-big .row {
    display: flex;
    align-items: center;
}
div#artikelhome-big .dept_title {
    color: #000;
    font-weight: 600;
    font-size: 20pt;
    margin: 0;
}
div#artikelhome-big .more {
    margin-top: 30px;
}
div#artikelhome-big .dept_image {
    width: 100%;
    margin: 0;
}
div#artikelhome-big .dept_date {
    margin: 0 0 10px;
}
div#artikelhome-big .subtitle {
    text-transform: uppercase;
    color: #182e77;
    letter-spacing: 2px;
    margin-bottom: 4px;
}
div#artikelhome-big .dept_subtitle {
    font-weight: 400;
    color: #222;
}


/*NEWS*/
.dept_subtitle *,.newsshortdesc * {
    font-family: campton !important;
    color: #000 !important;
    /* font-size: 11pt !important; */
}
.dept_subtitle,.newsshortdesc {
    display: -webkit-box;
    max-height: 113px;
    color: #777;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 5;
}
div#slide-testi .row,div#results {
    display: flex;
    flex-wrap: wrap;
	clear:both
}
form.news-search input:focus-visible, form.news-search input:focus {
    border: 0;
    outline: none;
}
div#slide-testi .col-sm-4,div#results .col-sm-4 {
    display: flex;
}
#artikelhome div#slide-testi .col-sm-4:first-child {
    display: none;
}

/*GALLERY*/
.gallerytitle {
    TEXT-ALIGN: CENTER;
}
.name-photo.text-center {
    padding: 10px 0;
    width: 100%;
    font-size: 12pt;
    height:auto;
    line-height: normal;
}
.gallery_icon img, .thumb img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top;
}
.thumb .thumbnail {
    width: 100%;
}
.gallery_icon {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}
.gallery-list {
    display: flex;
    flex-wrap: wrap;
}
.gallery-list > div {
    display: flex;
}
@media(max-width:767px){
    
    .dropdown-menu>li>a {
        color: #000 !important;
    }
    .gallery-list > div{width:100%}
}



/*KONTAK*/
div#noteafter iframe{max-width:100%}
div#footerlink td {
    padding: 6px 3px;
}

/*POPUP*/
div#popup-home {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-popup {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #aaa;
    max-width: 90%;
    min-width: 300px;
    padding: 30px;
    /* max-height: 90%; */
    display: flex;
    width: auto;
}
.close-popup-home {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 14pt;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-popup > *:last-child {
    margin: 0;
}
div#popup-home.close-popup {
    display: none;
}

/*EVENT*/
.event-content {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    width: 100%;
    border-radius: 5px;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-bottom: 15px solid #182e77;
    -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;
    transform: scale(1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: start;
}
div#agendahome {
    padding: 40px 0 20px;
}
.event-content:hover{
    transform:scale(0.95);
    background: #f4f6fa;
}
.event-title {
    font-weight: bold;
    color: #182e77;
    font-size: 13pt;
    margin-top: 10px;
    line-height: normal;
    margin-bottom: 10px;
}
.event-venue {
    color: #333;
    font-weight: normal;
}
.date-event {
    color: #182e77;
    font-weight: normal;
}
div#agendahome .col-sm-4 a:hover,div#agendahome .col-sm-4 a:focus,div#agendahome .col-sm-4 a:active {text-decoration:none}
div#agendahome .col-sm-4 a,div#thumbnail-event .col-sm-4 a {
    width: 100%;
    display: flex;
}
div#thumbnail-event .col-sm-4 a:hover {text-decoration: none;}
.start-event {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 18pt;
    line-height: normal;
}
.start-event span {
    display: block;
    border-bottom: 3px solid #008eed;
}
.status-event {
    position: absolute;
    background: #182e77;
    color: #fff;
    right: 0;
    top: 0;
    padding: 6px 20px;
    font-weight: normal;
    border-radius: 0 0 0 20px;
}


/*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#artikelhome {
    background: #eff7f9;
    padding: 40px 0;
}
.testi_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.footer-testi {
    display: flex;
}
.testi_name {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -3px;
    color: #333;
    padding-left: 8px;
}
.testi_title {
    padding-left: 8px;
    font-size: 10pt;
    color: #666;
    font-weight: 500;
}
.testi_summary:before {
    content: "";
    color: #fff;
    background: url(images/quote-icon.png);
    font-weight: bold;
    font-size: 50pt;
    font-style: italic;
    line-height: 0.5;
    position: relative;
    top: 0;
    height: 25px;
    width: 25px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}
.dept.testi-content,.panel-body.news-colx {
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 60px;
    width: 100%;
}
div#artikelhome .more {
    padding: 7px 12px 7px;
}
div#artikelhome .dept.testi-content .more,div#artikelhome .news-content .more,.product-col .more {
    background: transparent;
    color: #f00;
    box-shadow: none;
    padding: 8px 16px;
    position: absolute;
    right: 10px;
    bottom: 15px;
    margin: 0;
    font-size: 11pt;
}
.dept.testi-content .more img,.news-content .more img,.product-col .more img {
    height: 15px;
    vertical-align: middle;
    margin-left: 2px;
}
.dept.testi-content .more:hover img,.news-content .more:hover img,.product-col .more:hover img {
    right:-5px
}
.dept.testi-content .more img, .news-content .more img, .product-col .more img {
    height: 12px;
    right: 0;
    position: relative;
    -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: auto !important;
    display: inline-block !important;
}
.product-col .more {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 7px 0;
}
button.btn.btn-cart img {
    height: 27px;
}
button.btn.btn-cart {
    background: transparent;
    padding: 5px;
    outline: none;
}
div#testi-block {
    background: url(images/marble-background.jpg);
}

div#about-home{overflow:hidden;}
div#about-home:before {
    content: "";
    display: block;
    position: absolute;
    width: 800px;
    height: 800px;
    background: url(images/logo-background.jpg);
	background-size:cover;
    top: 100%;
    left: 100%;
    transform: translateX(-65%) translateY(-46%);
}
.dept_content a.link-more{display:none}

.list-category {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    line-height:1.6 ;
}
h2.title-widget {
    color: rgb(0, 90, 120);
    font-size: 12pt;
    padding: 10px;
    height: 45px;
    border-bottom: 2px solid rgb(0, 90, 120);
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}
ul#catalogcatcontent {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#catalogcatcontent li {
    margin: 0 !important;
}
ul#catalogcatcontent a:hover {
    text-decoration: none;
}
ul#catalogcatcontent a {
    display: flex;
    color: rgb(31, 44, 53);
    height: 45px;
    padding: 0 15px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
ul#catalogcatcontent .active a{
    background-color: rgb(226, 252, 255);
    color: rgb(0, 90, 120);
    border-left: 3px solid rgb(0, 90, 120);
    padding: 0 12px;
}
/*DETAIL PRODUK*/
div#detail-event .top-detail {
    margin-top: 0;
}
.top-detail {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}
div#productfull {
    width: 26%;
    padding-right: 30px;
}
h1.title-description-detail {
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
h1.title-description-detail span {
    background: #fff;
    display: inline-block;
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
    color: #000;
}
h1.title-description-detail:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 53%;
    border-bottom: 1px solid #000;
}
.shop-detail {
    width: 24%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
input#qty {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
}
p.harga_catalog {
    margin: 0;
}
span.normalwodisc {
    color: #555;
    font-size: 23pt;
    font-weight:bold;
}
label.label-price {
    display: block;
    text-align: center;
    margin: 0;
    color: #666;
    font-weight: normal;
}
input#addtocartbutton {
    padding: 12px 50px;
}
.top-desc .catalogtitle h1 {
    margin-top: 0;
    font-size: 23pt;
    margin-bottom: 15px;
}
.top-desc .category-catalog {
    text-align: left;
    margin-bottom: 30px;
}
.top-desc {
    width: 50%;
    border-right: 1px solid rgb(208, 208, 208);
    padding-right: 30px;
}
.btn-default {
    padding: 7px 12px 7px;
    font-size: 11pt;
}
ul.list-product {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}
ul.list-product li {
    width: 25%;
    margin: 0 !important;
    text-align: center;
    padding: 0 15px;
}
ul.list-product a:hover {
    text-decoration: none;
    background: #eee;
}
ul.list-product a {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 14px;
    margin: 0 0px !important;
    display: block;
}
td.cart_product img {
    width: 50px;
}
.cart_description p.product-name {
    margin: 0;
}
table#cart_summary td {
    vertical-align: middle;
}
div#keterangan p,div#keterangan p *{font-size: 15px !important;}
div#keterangan {
    padding: 30px 45px 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    /* margin-top: 30px; */
    border-radius: 5px;
    position: relative;
}
div#keterangan .panel-heading {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}
div#keterangan .panel-heading ul {
    display: flex;
    width: 100%;
}
div#keterangan .panel-heading ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 0;
}
div#keterangan .panel-body {
    margin-top: 55px;
    padding: 0;
}
div#keterangan .panel-heading ul li a {
    display: block;
    padding: 15px;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 0;
    margin: 0;
}
div#keterangan .panel-heading ul li.active a {
    background: #eff7f9;
    margin-bottom: -3px;
    color: #1c5885;
    border: 0;
    border-bottom: 3px solid #2d638b;
}
#detail-event .event-venue, #detail-event .date-event {
    color: #333;
    font-size: 13pt;
}
#detail-event .top-desc {
    width: 76%;
    padding-left: 20px;
}
.top-desc .catalogtitle h1 {
    margin-top: 0;
    font-size: 23pt;
    margin-bottom: 15px;
}
td, th {
    padding: 0 5px;
}

/*ONGKIR*/
div#form-ongkir.hide_divx h4 {
    font-size: 12pt;
    font-weight: bold;
    color: #000;
    background: #eee;
    margin: 0;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #ddd;
}
ul.list-ongkir {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    /* border: 1px solid #ddd; */
    /* padding: 10px 20px 20px; */
    /* border-radius: 10px; */
}
.checkout-form h4 input {
    font-size: 11pt;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
select#yth_title_Receiver,select#yth_title {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.list-ongkir input[type="radio"] {
    margin: 0 !important;
    width: 18px !important;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 10px;
}

ul.list-ongkir li:nth-child(3n+1) {
    border-left: 1px solid #ddd;
}
.cart-postage div#form-ongkir.hide_divx{
    padding-left: 0 !important;
}
ul.list-ongkir li label{margin-bottom: 0;}
ul.list-ongkir li {
    width: 33.33%;
    margin-bottom: 0 !important;
    border: 1px solid #ddd;
    display: flex;
    padding: 10px;
    position: relative;
    padding-left: 34px;
    border-top: 0;
    border-left: 0;
}

/*TESTIMONIAL*/
div#testimonial-block .row {
    display: flex;
    flex-wrap: wrap;
}
.testi-thumbnail img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.testi-thumbnail {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 10px;
}
div#testimonial-block .row >div{display: flex;}
.testi-list {
    background: #fff;
    border: 0;
    padding: 0 20px 23px;
    box-shadow: rgba(0,0,0,0.05) 0px 0px 15px;
    border-radius: 5px;
    transition: transform .2s;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 60px;
    width: 100%;
}
.jabatan {
    margin: -10px 0 10px;
}
.namaterapis {
    margin-bottom: 1px;
    font-weight: bold;
    color: #000;
    font-size: 14pt;
    margin: 5px 0 10px;
}
.keterangan {
    display: -webkit-box;
    max-height: 104px;
    color: #777;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 5;
}
.testi-list .more {
    background: transparent;
    color: #3939b3;
    box-shadow: none;
    padding: 8px 16px;
    position: absolute;
    right: 10px;
    bottom: 15px;
    margin: 0;
}
.testi-list .more img {
    height: 15px;
    right: 0;
    position: relative;
    -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: auto !important;
    display: inline-block !important;
}
.testi-list:hover {
    /* cursor: pointer; */
    transform: scale(1.05);
    box-shadow: rgba(0,0,0,0.15) 0px 0px 15px;
    transition: all .2s ease-in-out;
    -ms-transform: scale(1.05);
    webkit-transform: scale(1.05);
}
.testi-list .more:hover img {
    right: -5px;
}
@media(min-width:768px){
    div#videoblock .row {
        display: flex;
    }
    div#keterangan td img {
        max-width: none;
    }
    div#product-thumbnail {
        margin: 0;
    }
    div#product-thumbnail > .col-sm-2 {
        width: 20%;
        padding-left: 0;
    }
    div#product-thumbnail > .col-sm-10 {
        width: 80%;
        padding-right: 0;
    }
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;
}
div#testi-block h1.page-header {
    text-align: left;
}
div#testi-block .row > div:first-child{display:flex;align-items:center}
div#testi-block .row {
    display: flex;
}
div#testi-block .row > div {
    padding: 0 6px;
}
.dept_image:before {
    padding-top: 56.25%58%;
}
.dept_content {
    width: 70%;
    padding-left: 15px;
}
.navbar-nav>li>.dropdown-menu {
    min-width: 220px;
    padding: 10px 0;
    border: 0;
    background:#292973;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}
.dropdown-menu .open> a{color: rgb(159 191 202);}
.dropdown-menu .open>.dropdown-menu {
    padding: 10px 0;
    left: 100%;
    top: -10px;
    margin: 0;
    border: 0;
    min-width: 200px;
    background: #292973;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}
.navbar-header {
    float: left;
    position: relative;
    z-index: 1;
}
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#about-home .row {
}
.list-banner img {
    width: 100%;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 12px 19px;
}
.row.thumbnail-product.grid > div:nth-child(2n+1) {clear:both;}
.row.thumbnail-product.grid > div {
    width: 33.33%;
    display: flex;
}
.row.thumbnail-product.grid {
    display: flex;
    flex-wrap: wrap;
}
.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;
}
#slide-home-mobile{display:none !important}

div#bs-example-navbar-collapse-1 {
    padding: 0;
    display: flex !important;
    margin-right: 55px;
}
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#content-center {
		min-height: calc(100vh - 260px);
	}
	#header-site a.navbar-brand {
		padding: 10px 15px;
	}
	.navbar-brand>img {
        display: block;
        max-height: 39px;
        margin: 5px 0px;
    }
	.slide-text {width: 485px;}
}
@media(min-width:1200px) and (max-width:1299px){
	.navbar-inverse .navbar-nav>li {
		margin-left: 0;
	}
}
@media(min-width:1200px){
	.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-popup img {
        max-height: 80vh;
    }
}

@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%;
}
ol.list-striped li:nth-child(odd) {
    /* background: #eee; */
    padding: 3px 9px;
}
ol.list-striped li:nth-child(even) {
    padding: 0px 9px;
}
@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;}
}
div#about-home > div:first-child {margin-bottom:15px}
.content-slide-line h2,.content-slide-line h1,.content-slide-line h3 {font-size: 30px;}
@media(max-width:767px){
    .content-popup{
        padding: 10px;
    }
    div#footerlink .row > div:nth-child(2) table {
        width: 80% !important;
        margin: 0 auto !important;
        text-align: center;
    }
div#slide-catalog .row > div:last-child .product-col {
    margin: 0;
}
.content-slide-line {
    padding: 30px 20px;
}
div#content-slide p:last-child{margin-bottom: 0;}
div#content-slide {
    width: 100%;
    bottom: 0;
    top: auto;
    height: auto;
}
.content-slide-line h2,.content-slide-line h1,.content-slide-line h3 {
    font-size: 16pt !important;
    line-height: normal;
    margin-top: 0;
}
div#productfull {
    width: 100%;
    padding: 0;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #292973;
    background-color: transparent;
}
.navbar-nav .open .dropdown-menu .dropdown-menu {
    padding-left: 10px;
    padding-top: 0;
    margin-bottom: 5px;
}
h2.second-title {
    margin-top: 15px;
}
.fancybox-image {
    height: auto !important;
}
.fancybox-inner {
    height: auto !important;
}
.table-responsive.text-auto td {
    white-space: unset !important;
}
.shop-detail .addtocart {
    margin-top: 30px;
}
.top-desc .catalogtitle h1 {
    margin-top: 20px;
    font-size: 16pt;
    margin-bottom: 15px;
    text-align: center;
    color: #000;
}
.top-desc .category-catalog {
    text-align: center;
}
div#keterangan {
    padding: 25px 22px;
}
div#productfull img {
    max-height: 250px;
}
.top-detail{
    margin-top:20px
}
.shop-detail {
    width: 100%;
    padding: 0;
}
.top-desc {
    width: 100%;
    border: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgb(208, 208, 208);
    margin-bottom: 20px;
}
p.cart_navigation a {
    width: 100%;
    padding: 9px;
    margin-bottom: 10px;
}
.list-category {
    margin-top: 10px;
    margin-bottom: 20px;
}
#detail-event .top-desc {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    padding-left: 0;
}
div#detail-event .top-detail {
    margin-top: 0;
    padding-top: 10px;
}
div#artikelhome-big .dept_title {
    font-size: 18pt;
}
div#artikelhome-big .more {
    margin-bottom: 13px;
}
div#artikelhome-big .subtitle {
    margin-bottom: 2px;
    font-size: 11pt;
}
div#catalog-home {
    padding: 20px 20px 60px;
    background: #fff;
}
div#artikelhome-big .dept_image {
    margin: 20px 0 0;
}
div#slide-testi .col-sm-4, div#results .col-sm-4 {
    width: 100%;
}
div#artikelhome-big .row {
    display: block;
}
.block-cart {
    right: 75px;
}
.banner-thumbnail {
    position: relative;
    margin-bottom: 23px;
}
h1.title-banner{font-size:22pt;margin-top:0;}
.conten-thumbnail{padding-right:30px}
.conten-thumbnail a:before{width:30px;}
.conten-thumbnail a{font-size:14px}
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;
}
.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;
}
.navbar-header:after{display:none}
	.thumbnail-home {
    margin-bottom: 15px;
}
	div#about-home .row > div {margin-bottom:10px}
	
	#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
	}
	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;
        padding-bottom:1px;
        padding-top:1px;
	}
	#header-site a.navbar-brand{float:none}
	.navbar-header:before {display:none}
	.navbar-header {
		display: flex;
		justify-content: space-between;
	}
	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;
	}
.product-col{padding-bottom: 40px;}
h1.page-header{font-size:20pt;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;
    margin-bottom: 10px;
	display:block;
}
.product-col .caption{width:100%;padding:0 25px;margin-bottom:30px}
#catalog-home .product-col .caption {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
}
.content-wrapper {
    /* padding: 20px 10px !important;  */
}
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: 20px -15px 0;
}
.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;
}
.row.thumbnail-product.grid > div {
    /* width: 50%; */
    float: none;
    padding: 0 15px;
}
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: #000;
		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;
}
/*THUMBNAIL PRODUK*/
#product-thumbnail .product-col {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 18px;
}
#product-thumbnail .product-col .image-product {
    width: 30%;
    padding: 5px 10px;
}
#product-thumbnail .product-col .caption {
    width: 70%;
    margin: 0;
    padding: 10px 14px;
}
#product-thumbnail .title-product {
    border: 0;
    margin-bottom: 6px;
}
#product-thumbnail .product-col .title-product * {
    font-size: 12pt;
    margin: 0;
}
#product-thumbnail .category-catalog {
    text-align: left;
    margin: 0;
}
#product-thumbnail .price-now.price-catalog {
    text-align: left;
    font-size: 13pt;
    color: #000;
    margin-top: 20px;
}
#product-thumbnail .footer-catalog-card {
    height: 100%;
    top: 0;
}
#product-thumbnail .footer-catalog-card form#form_beli {
    display: none;
}
#product-thumbnail .product-col .more {
    position: absolute;
    width: 100%;
    color: transparent;
    opacity: 0;
    height: 100%;
}
#product-thumbnail .product-col img.img-responsive {
    height: auto;
}
#product-thumbnail .product-col .title-product a {
    text-align: left;
}
	.navbar-brand>img {display: block;height: 45px;}
}