body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway', 'Open Sans', Helvetica, Sans-Serif;
}
h1, .h1 {
  font-size: calc(1.175rem + 1.2vw);
  font-weight: 500;
}
h2, .h2 {
  font-size: calc(1.125rem + .8vw);
  font-weight: 500;
}

a, a:not(.btn), a:not([class]) {
  color: #d00000;
  text-decoration: none;
}
a:hover, a:link:hover, a:not(.btn):hover, a:not([class]):hover {color: #c00 !important;}

span.star {
  color: red; 
  font-family: Sans-Serif;
  font-size: 1.3em;
}

.container-header {
  	background-color: #fff;
	background-image: none;
}


header.header .grid-child:has(> .navbar-brand) {
    float: left;
  	padding-right: 1em;
  	width: 45%;
    max-width: 530px;
    min-width: 280px;
}



/* MENU */
header.header .container-nav {
    float: right;
    width: auto;
    position: relative;
  	padding-left: 0.2em !important;
  	padding-right: 1em;
}

.container-header .navbar-toggler {
  color: #f00;
  position: fixed;
  top: 30px;
  right: 30px;
}


.metismenu.mod-menu .mm-collapse.mm-show {
  background: red;
  width: 260px;
  right: 16px;
  box-shadow: 2px 3px 6px 2px #ce0000 !important;
}

.metismenu.mod-menu .mm-collapse.mm-show li a, .metismenu.mod-menu .mm-collapse.mm-show li button {
  	color: #fff;
  	white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

.metismenu.mod-menu .item-102 .mm-collapse.mm-show {
  	width: 200px;
}

.metismenu.mod-menu .metismenu-item {
  font-size: 1.0rem;
/*  padding: 0.5em 1.8em; */
}

.metismenu.mod-menu .metismenu-item:hover {
  background: #eb0000;
  color: #eee;
}
.metismenu.mod-menu .metismenu-item:hover a {
  color: #fff !important;
}
ul.metismenu.mod-menu > li.level-1 > a, 
ul.metismenu.mod-menu > li.level-1 > button {
  text-transform: uppercase;
}

.metismenu-item.current.active {
  background: red;
}
.metismenu-item.current.active a {
  color: #efefef !important;
}
.metismenu-item.current.active:hover a {
  color: #fff;
}

.container-header .metismenu>li>a:after, 
.container-header .metismenu>li>button:before, 
.container-header .metismenu>li.active>a:after, 
.container-header .metismenu>li.active>button:before {
  opacity: 0.8;
}
.container-header .metismenu>li>a:hover:after, 
.container-header .metismenu>li>button:hover:before {
  opacity: 1;
}

.metismenu.mod-menu .metismenu-item>a:hover, .metismenu.mod-menu .metismenu-item>button:hover {
  text-decoration: none;
  font-weight: bold;
}

.metismenu.mod-menu .metismenu-item.active > a, .metismenu.mod-menu .metismenu-item.active > button, .metismenu.mod-menu .metismenu-item > a:hover, .metismenu.mod-menu .metismenu-item > button:hover {
  text-decoration: none;
  font-weight: bold;
}
.metismenu.mod-menu .metismenu-item.current.active.deeper.parent > button.mm-toggler-link {color: #fff;}
.metismenu.mod-menu .metismenu-item .level-3 {padding-left: 30px;}

/* li.metismenu-item.level-2.active:before, 
li.metismenu-item.level-3.active:before {
  	content:"\f192";
  	font-family: "Font Awesome 6 Free";
  	font-weight: 600;
    font-size: 0.6em;
    color: #fff;
  	padding-right: 6px;
    margin-left: -12px;
    position: absolute;
}
*/

/* HOME - SLIDESHOW */
.slideshowck.camera_wrap .camera_pag .camera_pag_ul {text-align: center;}
.slideshowck.camera_wrap .camera_pag .camera_pag_ul li {
  margin: 8px;
}


/* HOME - CATEGORIES */
.home-categories #mod-custom110 {
  	text-align: center;
}
.home-categories #mod-custom110 .category {
  	display: inline-block;
    margin: 30px 10px;
    border: 1px solid #FFB8B8;
    text-align: center;
    vertical-align: top;
    height: 100%;
	width: 30%;
    box-shadow: 3px 3px 3px #ddd;
}
.home-categories #mod-custom110 .category:hover {
  	box-shadow: 0px 0px 6px 1px #ffb8b8;
}
.home-categories #mod-custom110 .category img {
  	width: 90%;
}
.home-categories .category .cat-img {
  	height: 90%;
}
.home-categories .category h3 {
  	font-weight: normal;
}  


/* PRODUCTS */

.com-content-category-blog .category-desc img {
	float: left;
  	margin-right: 10px;
}

.category-desc {
  margin-bottom: 4em;
  border: 1px solid #ccc;
}

.blog-items .blog-item {
  border: 1px solid #FFB8B8;
}
.blog-items .blog-item:hover {
  box-shadow: 2px 2px 2px 2px #eee;
}
.blog-items .blog-item .page-header {
  text-align: center;
}
.blog-items .blog-item .item-image, .blog-items .blog-item .item-image img {
  width: 100%;
}
.blog-items .blog-item .caption {
  padding: 0.2em 1em 2em 1em;
  text-align: center;
}
.blog-items .blog-item .item-content {
  padding: 1em;
}
/* .blog-items .blog-item .item-content .fields-container {display: none;} */
.blog-items .blog-item .item-content figure ~ * {display: none;}

body.products .com-content-article.item-page {
    padding: 8px;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #FF8888, rgba(0, 0, 0, 0)) 1 100%;
}
.com-content-article.item-page .page-header h1 {
  text-align: center;
  color: #555;
}


table.com-content-category__table tr.system-unpublished td {background-color: #ccc;}

.com-content-article.item-page figure.item-image {
  width: 100%;
  text-align: center;
}
.com-content-article.item-page .com-content-article__body table tr th, .com-content-article.item-page .com-content-article__body table tr td {
  border: 1px solid #ccc;
  text-align: center;
}

.com-content-article.item-page .fields-container:before {
  content: "Specifications";
  font-size: 1.4em;
  font-style: italic;
  display: block;
  padding-top: 1em;
}
.com-content-article.item-page .fields-container .field-entry .field-label {
  font-weight: 600;
  display: inline-table;
  width: 100px;
  line-height: 1.2;
}

.com-content-article.item-page table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse; /* Optional: for better border control */
  width: 100%;
}
.com-content-article.item-page table tbody tr > :first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 1;
    min-width: 85px;
}
.com-content-article.item-page table thead th:first-child {
    z-index: 3;
}
.com-content-article.item-page table th {
    top: 0;
    background-color: #f2f2f2 !important;
}


/* TABLE */
form#adminForm .com-content__filter {display: inline-block;}
/* p.com-content-category__counter.counter {text-align: right;} */
.com-content-category__navigation {display: inline-block;}
.com-content-category__pagination {display: inline-block;}
form#adminForm a.add-new:hover {
  color: #fff !important;
}
form#adminForm a.add-new:hover > i {
  text-shadow: 0 0 3px #fff;
}

.edit.item-page #com-content-form #editor label#jform_alias-lbl:after {
  content: " >>> jika edit Title, silakan hapus alias, akan otomatis membuat alias baru sesuai Title";
  padding-left: 20px;
  font-style: italic;
  color: green;
}


/* RELATED ITEMS */
.mod-list li a:hover {text-decoration: none;}
ul.mod-relateditems {
  	display: grid;
    gap: 10px; /* Adds space between grid items */
    /* This is the key: it automatically fits as many columns as possible */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 1em 0;
}
ul.mod-relateditems li {
    display: flex;
/*    align-items: center;
    justify-content: center; */
    border-radius: 5px;
    margin: 1em 0;
  	border: 1px solid #ccc;
    padding: 2px;
}
ul.mod-relateditems li a div {
  text-align: center;
  line-height: 1.2;
  min-height: 60px;
}




/* Image ~ SIGPLUS */
#sigplus_1001 .slideplus-slot {margin: 5px 20px !important;}
.slideplus-above>.slideplus-caption, .slideplus-below>.slideplus-caption {
  min-height: 48px; 
  line-height: 1.2;
}
#sigplus_1001 .slideplus-content {border: 1px solid #fcc;}
.com-content-article.item-page .slideplus-stripe > div {display: block !important;}
.about-enamel .slideplus-below>.slideplus-content, .about-enamel .slideplus-slot.slideplus-below {
  padding-bottom: 4px;
}


/* MENU ABOUT US */
.nav.nav-tabs button.nav-link.active {
  background-color: #3eff4040;
  font-weight: bold;
}
.nav.nav-tabs button.nav-link:hover, .nav.nav-tabs button.nav-link.active:hover {
  background-color: #e7ffe7;
}


/* MENU INFORMASI */
.download-file-informasi .download-informasi {
  line-height: 1.2;
  padding: 10px 2px;
}
body.informasi-umum .download-informasi-umum, 
body.informasi-investor .download-informasi-investor, 
body.informasi-tatakelola-perusahaan .download-informasi-tatakelola, 
body.informasi-csr .download-informasi-csr {
  font-size: large;
  padding: 10px 5px;
}
body.informasi-umum .download-informasi-umum:before, 
body.informasi-investor .download-informasi-investor:before, 
body.informasi-tatakelola-perusahaan .download-informasi-tatakelola:before, 
body.informasi-csr .download-informasi-csr:before {
	content:"\f061";
  	font-family: "Font Awesome 6 Free";
  	font-weight: 900;
  	padding-right: 10px;
}


/* CERTIFICATE ~ Sertifikat */



/* CONTACT - BOTTOM */
/* .contact-footer #mod-custom101 {
  	display: flex;
    flex-direction: row;
    gap: 20px;
}
.contact-footer #mod-custom101 div {
	flex: 1;
}
.contact-footer #mod-custom101 iframe {
  	width: 100%;
}
*/

a#back-top:hover {
  color: #fff !important;
}


/* FOOTER */
.footer {
  background-color: #efefef;
  background-image: none;
  margin-top: 3rem;
}
.footer .grid-child {
  padding: 1rem 0.5em;
}
.footer .footer1 {
  color: #333;
}
.footer a:not(.btn), .footer .btn-link {
  color: #d00000;
}




@media screen and (min-width: 1200px) {
  .home-categories #mod-custom110 .category {
    height: 360px;
  }
  
}

@media screen and (max-width: 1199px) {
  
}

@media (min-width: 991px) and (max-width: 1199px) {
  .metismenu.mod-menu > .metismenu-item {
  	padding: 0.5em 0.4em;
  }
  .home-categories #mod-custom110 .category {
    height: 260px;
  }
  .home-categories .category .cat-img {
    height: 87%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  
}

@media screen and (min-width: 991px) {
  .container-nav .mod-menu {color: #f00;}
  .blog-items .blog-item {
    margin: 10px;
  }
  .blog-items .blog-item .page-header {min-height: 70px;}
}

@media screen and (max-width: 990px) {
  header.header .container-nav {
    width: 100% !important;
    place-content: center;
  }
  header.header .container-nav nav {
    margin-top: 0;
    position: fixed;
/*    right: 300px; */
  }
  .container-header .navbar-collapse.show {
	float: right;
	position: fixed;
    right: 25px;
    top: 62px;
  }
  .container-header .mod-menu {
  	color: #eee;
  	background: red;
  }
/*  .contact-footer #mod-custom101 {
    flex-direction: column;
  }
*/
  
}

@media (min-width: 768px) and (max-width: 990px) {
  .home-categories #mod-custom110 .category {
  	width: 45%;
    height: 290px;
  }
  .home-categories .category .cat-img {
    height: 89%;
  }
}

@media screen and (min-width: 768px) {

}


@media screen and (max-width: 767px) {
  
}

@media (min-width: 601px) and (max-width: 990px) {
  header.header .grid-child:has(> .navbar-brand) {
	width: 100%;
  }
  
}

@media (min-width: 601px) and (max-width: 767px) {
  .home-categories #mod-custom110 .category {
    height: 240px;
  	width: 45%;
  }
  .home-categories .category .cat-img {
    height: 85%;
  }
}

@media screen and (min-width: 601px) {
  
}

@media screen and (max-width: 600px) {
  header.header .grid-child:has(> .navbar-brand) {
    width: 80%;
  }
  .home-categories .card-body {
    padding: 0;
  }
  .home-categories #mod-custom110 .category {
    margin: 20px auto;
  	width: 90%;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  
}

@media screen and (max-width: 480px) {
  header.header .grid-child:has(> .navbar-brand) {
    padding-left: 1em;
  }
  .container-header .navbar-toggler {
    right: 20px;
  }
  .metismenu.mod-menu .mm-collapse.mm-show {
  /*  width: 260px; */
  }
  body.wrapper-fluid .site-grid {grid-gap: 0 1em;}
  table.com-content-category__table.category.table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .certificate {text-align: center;}
  .certificate img {width: 100%;}

}

@media (min-width: 401px) and (max-width: 480px) {
  .com-content-article.item-page .fields-container {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 400px) {
  .com-content-article.item-page .fields-container .field-entry .field-label {
    width: 100%;
  }
}
