body, html {
    font-family: 500 'Lato', sans-serif !important;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, div, span {
    font-family: 500 'Lato', sans-serif !important;
}
a, a:hover {
    font-weight: 500;
    color: #094494;
    text-decoration: none;
}
.container-bic {
    font-family: Poppins, sans-serif !important;
}
.custom-line-h{
   border-top: 1px solid #e3e7eb;
   margin: 30px;
   text-align: center;
}

.custom-line-v{
         border-right: 0px solid #e3e7eb !important;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1200px;
}

.main-popup .modal-body {
  padding: 0px !important
}
.main-popup img {
  max-width: 100%;
}
.nav-link {
  font-weight: 500;
  color: #000;
}
.logo-item img {
    max-width: 200px;
}
nav.bg-light {
    background: none;
    background-color: transparent !important;
}
.btn-outline-primary, .btn-primary {
    border: 2px solid;
    font-weight: 500;
}
.btn-primary {
  background-color: #094494;
  color: #fff;
}
.btn-outline-primary.bg-light:hover, .box-link:hover .btn-outline-primary, .btn-outline-primary.active, a:hover .btn-outline-primary  {
  background-color: #094494 !important;
  color: #fff !important;
  border-color: #094494;
}
#carousel{
  height: 511px;
  max-height: 511px;
}
#carousel .carousel-inner {
  height: 100%;
}
.carousel-indicators [data-bs-target] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  height: 10px;
  width: 10px;
  opacity: 1;
  margin: auto 5px;

  background-color: #094494;
}
.carousel-indicators .active {
  background-color: #4A4A4A;
}
.search-btn {
    background-color: transparent;
    color: #000;
    border: 0;
    margin-left: -40px !important;
    z-index: 200 !important;
}
i {
    color: #4A4A4A;
}
.bg-grey-container {
    padding: 2rem;
    margin: 1rem 0;
    background: #eee;
}
.text-shadow {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}
.bg-black {
    background-color: #000;
}
.box-link {
  display: block;
  position: relative;
}
.box-link:hover > .category-style {
  background-color: #094494;
  color: #fff;
  border-color: #094494;
}
.category-style {
  background-color: #fff;
  padding: 7px 5px;
  letter-spacing: 1px;
  font-size: 1.2rem;
  width: 80%;
  margin: auto;
  margin-top: -30px;
  margin-left: 50%;
  left: -40%;
  position: relative;
}
.text-over-image {
  width: 50%;
  position: absolute;
  padding: 0 25px;
  padding-bottom: 25px;
  bottom: 0px;
}
.text-over-image.text-white {
  color: #fff;
}
.article-index .position-relative {
  padding-bottom: 50px;
}
.article-category {
  color: #b4b3b3;
  font-size: 14px;
}
.article-text-overlay {
  background-color: #fff;
  padding: 20px 20px;
  width: 80%;
  margin: -50px auto 0;
  position: relative;

  -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 310px;
}
.baca-lengkap {
    position: absolute;
    bottom: 25px;
}
.article-text-default {
  background-color: #fff;
  padding: 20px 20px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;

  -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.article-text-grey {
  background-color: rgb(244 244 244);
  padding: 20px 20px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  font-size: 1rem;

  color: #000;

  -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.article-text-grey small, .article-text-grey p {
  color: #595858;
}
.article-text-grey h3, .article-text-grey h2 {
  font-size: 1.1rem;
  font-weight: bold;
}
.store-list .article-text-grey h3 {
  font-size: 0.9rem;
  font-weight:600;
  color: #595858;
  margin-top: 5px;
  margin-bottom: 0px;
}
.article-text-default button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -55px;
}
.products .article-text-default {
  border: 1px solid #eee;
  box-shadow: none;
}
.products .article-text-default {
  margin-bottom: 0px;
  background: #eeeeee2b;
  min-height: 125px;
  display: table;
  margin-top: -1px;
}
.products .article-text-default h3 {
  display: table-cell;
  vertical-align: middle;
}
.banner-2size {
  height: 315px;
  overflow: hidden;
}
.search-result .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.search-result h1 {
  font-size: 1.5rem;
}
.products .slick-slide {
  margin-bottom: 5px !important;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.08);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  overflow: auto;

  min-width: 324px !important;
}
.products .items-slide-4 .slick-slide {
  min-width: auto !important;
}
.products .shaddow {
  margin-bottom: 5px !important;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.08);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-img {
  min-width: 250px;
}
.style-desc ol {
  margin-left: -15px;
}
.article-text-overlay h3, .article-text-default h3 {
  font-size: 1.3rem;
  color: #000;
  margin-top: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.article-text-overlay p, .article-text-default p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}
a .article-text-overlay, a .article-text-default {
  color: #4A4A4A !important;
}
.float-text-onimage {
  position: absolute;
  bottom: 15px;
  left: 25px;
}
.article-bottom-more h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #000;
}
.article-bottom-more p {
  font-size: 1rem;
  color: #727272;
}
.search-result .article-bottom-more a {
  
}
.search-result .article-bottom-more img.content-image {
  width: 100% !important;
  max-height: 180px;
}
.bg-border-left{
  background: transparent url('../images/bg-border-h.jpg') repeat-y center;
  background-size: contain;
}
.style-desc i {
  font-size: 1.5rem;
}
.style-desc li {
  margin-bottom: 10px;
} 
.style-desc ul {
  margin-left: -10px;
}

footer select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0 !important;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #fff !important;
  background-color: #000 !important;
  background-image: none;
  cursor: pointer;
  border-bottom: 2px solid #fff !important;
  border-radius: 0 !important;
  font-size: 1rem;
}
.btn-footer-search {
  background-color: transparent;
  color: rgb(208, 95, 20);
  font-weight: bold;
  font-size: 1rem;

  margin-top: 10px;
  border: none;
}
.size-subtitle {
  font-size: 1.7rem;
}
.size-subtitle-2 {
  font-size: 1.3rem;
}
.text-grey {
  color: #595858;
}
.section-divider {
  height: 3rem;
  background-color: transparent;
  border: none;
}
li.active > .page-link {
  background-color: #094494;
}
li > .page-link {
  color: #094494;
}

footer {
    color: #fff !important;
}
footer div {
    text-align: left;
}
footer .nav-link {
    font-size: 25px;
    color: #fff;
    margin: 3px;
    border: 1px solid #fff;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: transform 250ms;
}
footer .nav-link:hover {
    transform: translateY(-10px);
}
footer i {
    color: #fff;
}
footer .mb-3 {
  margin-bottom: 0 !important;
}
.contact-icon i {
    font-size: 25px;
    color: #fff;
    margin-top: 2px;
}
.contact-icon .row>[class^="col-"] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 14px;
}
.release-date {
  background: #094494;
  color: #fff;
  height: auto;
}
.form-select {
  font-size: 14px;
}
.section-header-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #000;
    display: table;
    font: bold 34px 500 'Poppins', sans-serif;
    left: 0;
    letter-spacing: .1px;
    margin: auto;
    padding: 0 40px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    text-align: center;
}
.bg-img-line {
    background: url("../images/bg-line.png") repeat-x center;
    background-size: contain;
}
.bg-grey-container .section-header-text {
    background: #eee;
}
.section-inspirasi .content-title {
  font-size: 18px;
}
.section-inspirasi .content {
max-height: 200px;
}
.section-inspirasi .content-details-ao {
  top: 80%;
  color: #fff;
  display: grid;
  bottom: auto;
  height: 80px;
  /*align-content: end;*/

  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.section-inspirasi .content-details-ao h3 {
  margin-bottom: 0px;
}


.content {
    position: relative;
    margin: auto;
    overflow: hidden;
    max-height: 300px;
}
.content .content-overlay {
    background: rgba(253, 253, 253, 0.8);
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.section-inspirasi .content .content-overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}
.content:hover .content-overlay{
    opacity: 1;
}
.content-image{
    width: 100%;
    position: relative;
}
.content-image-2{
  width: 100%;
  height: auto;
}
.article-text-grey.fix-height{ height: 255px;}
.content-details {
    position: absolute;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    height: 110px;
    top: 65%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

    color: #000;
}
.content-details-ao {
    position: absolute;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

    color: #000;
}
.content:hover .content-details{
    top: 75%;
    left: 50%;
    opacity: 1;
}
.fadeIn-bottom{
    top: 80%;
}
.fadeIn-top{
    top: 20%;
}
.fadeIn-left{
    left: 20%;
}
.fadeIn-right{
    left: 80%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
.blog-header {
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}


.display-4 {
  font-size: 2.5rem;
}
.mt-md {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
  .mt-md {
    margin-top: 0;
  }
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.footer {
  padding: 1.1rem 0 1rem;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.footer h4 {
  font-size: 18px
}
.footer p:last-child {
  margin-bottom: 0;
  font-size: 14px;
}
.title-h2-borderbottom {
  font-size: 25px;
}
.description-alt {
  margin-left: -15px;
  padding: 15px;
  margin-bottom: 25px;
}
.side-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#navbar_top {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  background-color: #fff !important;
}

#navbar_top.fixed-top {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff !important;

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: -2px 22px 33px -24px rgba(0,0,0,0.41);
-webkit-box-shadow: -2px 22px 33px -24px rgba(0,0,0,0.41);
-moz-box-shadow: -2px 22px 33px -24px rgba(0,0,0,0.41);
}
#navbar_top .navbar-collapse .logo-item {
  display: none !important;
}
#navbar_top.fixed-top .navbar-collapse .logo-item {
  display: block !important;

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar .nav-link.active {
  height: 55px;
  border-bottom: 3px solid #094494;
}
.bg-blue {
  background-color: #094494;
  color: #fff;
}
.items-slide .slick-slide, .items-slide-4 .slick-slide {
  margin: 0 5px;
}
.color-section .items-slide .slick-slide h3, .color-section .items-slide-colours .slick-slide h3 {
  font-size: 11px;
  min-height: 27px;
  text-align: center;
  margin: 5px 5px 10px;
  color: #000;
}
.color-section .items-slide-colours .slick-slide img {
  /* Fill the slide width Slick computes (listWidth / slidesToShow); fixed
     height keeps every row the same height. Do NOT hard-code the slide width
     here — forcing 125px made the slides disagree with Slick's track width,
     which misaligned the grid and made the prev/next arrows jump to the wrong
     offset. */
  width: 100%;
  height: 125px !important;
  object-fit: cover;
}
.detail-container img {
  max-width: 100%;
}
.detail-container .detail-article img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.slick-prev:before, .slick-next:before {
  font-size: 40px;
  color: #727272;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;          /* hide the "Previous"/"Next" button text */
  line-height: 0;
  cursor: pointer;
}
.slick-prev {
  left: -40px;
}
.slick-next {
  right: -40px;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f104";
  font-size: 3rem;
}
.slick-next:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f105";
  font-size: 3rem;
}
a:hover .box-item-image {
  background-color:#eee;

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.box-item-image {
  border: 1px solid #eee;
  background-color:#fff;
  max-height: 300px;
  min-height: 300px;
  height: 300px;
  width: 100%;
  white-space: nowrap;
  text-align: center;

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.items-slide .box-item-image, .items-slide-4 .box-item-image {
  display: flex;
}
.box-item-image img{
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: auto;
  vertical-align: middle;
}
.product_category_home .box-item-image img {
  min-width: 100% !important;
}
.box-item-article {
  /*max-height: 290px;*/
  height: 290px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-index .box-item-article .content-image {
  height: 100% !important;
}
.right-sidebar .box-item-article {
  max-height: 210px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.need-help .float-text-onimage {
  padding: 20px;
}
.a-hover-border a {
  display: inline-block;
  position: relative;
}
.a-hover-border a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
  
  transition: box-shadow .1s ease;
}
.a-hover-border a:hover::after {
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.5);
}
.a-hover-border a img {
  display: block;
  position: relative;
}

.a-hover-border-onimg a img {
  display: inline-block;
  position: relative;
  outline: 0px solid;
  outline-offset: 0px;
  outline-color: rgba(0, 0, 0, 0.3);

  transition: all .1s ease;
}
.a-hover-border-onimg a:hover img {
  outline: 5px solid;
  outline-offset: -5px;
  outline-color: rgba(0, 0, 0, 0.3);
  
  transition: all .1s ease;
}

.hover-border {
  display: inline-block;
  position: relative;
}
.hover-border::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
  
  transition: box-shadow .1s ease;
}
.hover-border:hover::before {
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.5);
}
.a-hover-bright a img {
  filter: brightness(100%) saturate(100%);
  transition: all .1s ease;
}
.a-hover-bright a:hover img {
  transition: all .1s ease;
  filter: brightness(115%) saturate(115%);
}
.dropdown-hover-all .dropdown-menu, .dropdown-hover > .dropdown-menu.dropend { margin-left:-1px !important }
.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: -1px;
}
a.dropdown-item:focus, a.dropdown-item:hover, .nav-link:focus {
  outline: 0px none transparent !important;
  background: transparent;
}

@keyframes float {
	0% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translateY(-5%);transition: ease 1s;
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/	
    transform: translateY(5%);transition: ease 1s;
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translateY(-5%);transition: ease 1s;
	}
}

.blobby {
    position: fixed;
    bottom: 15px;
    right: 28px;
    z-index: 10000;
    display: block;
    width: 80;
    height: 80;
    transform: translatey(0px);
    animation: float 4s ease-in-out infinite;
}

.blobby img {
    width: 60px;
    height: 60px;
}

.bubble {
   position: absolute;
    width: 100px;
    text-align: center;
    color: #fff;
    margin: auto;
    background-color: #094494;
    border-radius: 50px;
    padding: 10px;
    font-size: 9px;
    margin-top: -67px;
    right: -23px;
}


.bubble:before,
.bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}
.speech:before {
	left: 30px;
	bottom: -50px;
}
.speech:after {
	left: 40px;
  bottom: -20px;
  border: 12px solid;
	border-color: #094494 transparent transparent #094494;
}
nav.sub-category .nav-link {
  margin-right: 10px;
}
.sub-category a.nav-link {
  font-size: 12px;
  cursor: pointer;
}
.text-lg.sub-category a.nav-link {
  font-size: 14px;
  cursor: pointer;
}
nav.sub-category {
  max-width: 70%;
}
nav.sub-category .slick-prev:before, nav.sub-category .slick-next:before {
  font-size: 1.3rem;
  color: #094494;
}
.colour-card-section h4 {
  font-size: 18px;
  text-align: center;
  color: #000;
  margin: 10px 15px 0px;
  min-height: 60px;
}

.items-slide-colours .slick-list {
    width: 100%;
}

.colour-card-section .row .content-image {
  /*
  max-height: 550px;
  height: 550px;
  */
  max-height: 370px;
  height: 370px;
  width: 100%;
}
.colour-card-section .col-md-3 {
  display: grid;
  overflow: hidden;
}
.nav-tabs {
  border: none;
}
.article-category .nav .nav-link {
  width: auto !important;
}
.home-inspirasi .content-image {
  width: 100% !important;
  min-height: 100% !important;
}
.home-inspirasi .box-item-article {
  max-height: 199px;
}
.stores .carousel-type-menu-2 .slick-prev, .stores .carousel-type-menu-2 .slick-next {
  display:block !important;
}


 .socialmedia-link-nav {
    padding-bottom: 10px;
  }

@media (min-width: 100px) and (max-width: 1024px) {
  .socialmedia-link-nav {
    display: flex;
    flex-direction: row;

    margin-top: 30px;
  }
  nav.sub-category {
    max-width: 75%;
  }
  .article nav.sub-category {
    max-width: 100%;
  }
  .socialmedia-link-nav li {
    width: 20%;
    text-align: center;
    height: 60px;
    float: left;
  }
  .socialmedia-link-nav li a {
    font-size: 30px;
  }
  .section-divider {
    height: 2rem;
  }
  .homepage-slider, .homepage-slider .carousel-item img {
    /*height: 250px !important;*/
    height: auto !important;
    width: 100%;
  }
  .homepage-slider .carousel-indicators {
    top: 110% !important;
  }
  .homepage-slider .carousel-item {
    height: auto !important;
  }
  .bg-grey-container {
    padding: 1rem 0;
    margin: 4rem 0;
    background: #eee;
  }
  .section-header-text {
    font-size: 28px;
    margin-bottom: 25px;
  }
  nav button.navbar-toggler {
    margin-top: -12px;
  }
  nav.fixed-top button.navbar-toggler {
    margin-top: -13px;
    margin-right: 10px;
  }
  .add-menu {
    display: none !important;
  }
  .navbar-toggler {
    right: 0px;
    top: 18px;
    position: absolute;
  }
  .blobby {display: block;}
  a .article-text-overlay, a .article-text-default {
    margin-bottom: 35px;
  }
  #footer-search {
    margin-top: 30px;
  }
  .text-over-image {
    width: 100%;
  }
  .need-help {
    height: 195px;
    overflow: hidden;
  }
  .need-help img {
    /*
    width: auto;
    height: 100%;
    */
    width: 100%;
    height: auto;
  }
  .breadcrumb li {
    margin: 3px 0;
  }
  .article-category .nav .nav-link {
    width: auto !important;
    margin: 5px 5px;
  }
  .sub-category a.nav-link {
    margin: 5px;
  }
  .bg-border-left {display: none;}
  .dropdown-toggle::after {
    float: right;
  }
  footer .w-75 {
    width: 50% !important;
    margin: auto;
  }
  .pt-sm-5 {
    padding-top: 50px;
  }
  .col-lg-5.contact-icon {
    margin-top: 50px;
  }
  .size-subtitle {
    font-size: 1.2rem;
  }
  .banner-2size .content-image-2{
    width: 200%;
  }
  .container.article .row.w-75 {
    width: 100% !important;
  }
  .colour-card-section .row .content-image {
    max-height:none !important;
    height: auto;
  }
  .fixed-top .navbar-collapse.show {
    margin-top: -2px !important;
  }

  .items-slide-colours {
    max-height: 1000px;
    overflow: hidden;
  }
  
  #navbar_top.fixed-top {
    padding-top: 0px !important;
  }
  .
  
  release-date, .bg-grey-container a {
    font-size: 0.9rem;
  }
  .stores .carousel-type-menu-2 {
    max-width: 75%;
  }
  .products .carousel-type-menu-2 .slick-slide {
    min-width: auto !important;
  }
  .article nav.carousel-type-menu-2 {
    max-width: 75%;
  }
  .bg-grey-container .section-header-text {
    background: #fff !important;
  }
  .bg-grey-container.mb-5 {
    background: #fff !important;
  }

}

.pc-container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 2rem
}

@media (min-width: 640px){
  .pc-container{
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 768px){
  .pc-container{
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

.pc-card{
  display: flex;
  align-items: center
}

.pc-card > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse))
}

.pc-card{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(17 24 39 / 0.05)
}

@media (min-width: 640px){
  .pc-card{
    flex-direction: column
  }

  .pc-card > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
  }
}

.pc-img-container{
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 0px;
  padding-top: 1rem
}

@media (min-width: 640px){
  .pc-img-container{
    padding-bottom: 0px;
    padding-right: 1rem
  }
}

.pc-img{
  width: 6rem;
  height: 7rem;
  object-fit: contain;
}

@media (min-width: 640px){
  .pc-img{
    width: auto; 
    height: 9rem;
  }
}

.pc-note-container{
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start
}

.pc-note-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.pc-note-container{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 1rem
}

@media (min-width: 640px){
  .pc-note-container{
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity))
  }
   .pc-note-title{
    font-size: 1.125rem !important;
    min-height: 70px;
    text-align:center;
  }
  .pc-img-container{
    padding-top: 2rem;
  }
}

.pc-note-title{
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700
}

.pc-note-button{
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.pc-box-shadow {
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0.4rem;
}

#navbar_top.fixed-top {
    padding-bottom: 10px;
}

@media(min-width: 992px){
    .custom-line-v{
         border-right: 1px solid #e3e7eb !important;
    }
    .custom-line-h{
       border-top: 0px solid #e3e7eb;
    }
    .section-inspirasi .content-details-ao {
        top: 75%;
    }
}
@media(max-width: 992px){
    .content {
        max-height: none!important;
    }
    .fadeIn-bottom {
        top: 70%;
    }
    .box-item-article {
        height: auto;
    }
}
@media(max-width: 420px){
    .content-details.fadeIn-bottom .content-title {
        font-size: calc(1rem + 0.3vw);
    }
    .content-details.fadeIn-bottom .content-text {
        font-size: 14px;
    }
    .fadeIn-bottom {
        top: 80%;
    }
    .bg-grey-container.mb-5 {
        margin: 2rem 0;
    }
    .section-header-text {
        font-size: 18px;
    }
    .section-header-text {
        width: 70%;
        padding: 0 20px;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}
@media (min-width: 420px) and (max-width: 1024px) {
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
}
@media (min-width: 750px) and (max-width: 1200px) {
    .box-item-image {
        min-height: 240px;
        height: 240px;
    }
    .section-inspirasi .content-title {
        font-size: 16px;
    }
    .content-details .content-title {
        font-size: calc(1rem + 0.3vw) !important;
    }
    .content-details .content-text {
        font-size: 14px !important;
    }
    .article-text-overlay {
        width: 85%;
        margin: -50px auto 0;
    }
    .article-index .box-item-article .content-image {
        height: auto !important;
    }
}
@media(max-width: 760px){
    .box-item-article {
        height: auto;
    }
}
/* lazy-img: native lazy load + CSS fade-in via IntersectionObserver */
img.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
img.lazy-img.loaded {
  opacity: 1;
}

/* Slick core (folded in from assets/outside/slick.css so no extra render-blocking
   request is added to the <head>). Required by every Slick slider: clips the
   track (.slick-list overflow:hidden) and gives arrows a positioned parent. */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
