@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/* BREAKPOINTS */
pre {
	font-family: inherit;
	white-space: pre-wrap;
}
.card-content .desc{
  text-overflow:ellipsis;
  overflow:hidden; 
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal; 
}
.card-content .title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.logo-brand{ 
    right: 10px;
    z-index: 9; 
}
.listing-produk{ 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.products .product-image {
	padding: 0rem!important;
}  
.products .product-desc .product-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.youtube { 
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  width:100px;
  height:90px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 440px) {
	.card-content .desc{
		-webkit-line-clamp: 3;
	}
	.youtube {  
	  width: 60px;
	  height: 50px;
	}
	.products .detail-body .content .products .product-desc { 
		height: 100px!important;
	}
	.products .product-desc .product-title img{
		display: block;
	} 
	.products .detail-body .header .search-bar {
		width: 50%!important;
	}
	
	.card-kegiatan .card-left .socials .item img {
		width: 20px!important;
	}
	.card-kegiatan .card-left .socials .item p {
		font-size: 0.4rem!important;
	} 
	.card-kegiatan .card-left .image-wrapper .share {
		font-size:0.5rem!important;
	}
	.card-kegiatan .card-content .date {
		font-size:0.5rem!important;
	}
	.text-end {
		font-size:0.5rem!important;
	}
	pre { 
		font-size: 1em;
		margin:0;
	}
	.me-2 {
		margin:0;
	}
}
.button {
  padding: .5rem 1.5rem;
  cursor: pointer;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 2rem;
  font-weight: lighter;
}

.button.button-primary {
  background-color: #ef7a00;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.button.button-primary:hover {
  background-color: #d66d00;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: white;
}

.button.button-black {
  background-color: black;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.button.button-black:hover {
  background-color: #0d0d0d;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.button.button-grey {
  background-color: #9D9D9D;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.button.button-grey:hover {
  background-color: #aaaaaa;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: white;
}

.button.button-white {
  background-color: white;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: black;
}

.button.button-white:hover {
  background-color: #fafafa;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: black;
}

.button.button-hollow-black {
  background-color: transparent;
  color: black;
  border: 1px solid black;
}

.button.button-cancel {
  background-color: #B7B7B7;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.button.button-cancel:hover {
  background-color: #c4c4c4;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.title-wrapper.white {
  color: white;
  margin-bottom: 1rem;
}

.title-wrapper.white .title:after {
  background-color: white;
  bottom: 0;
}

.title-wrapper .title {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 0.5rem;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
}

.title-wrapper .title:after {
  content: "";
  width: 50%;
  height: 3px;
  border-radius: 1rem;
  background-color: black;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.products:not(:last-child) {
  margin-bottom: 0rem;
}

.products .product-item {
  margin-bottom: 2rem;
}

.products .product-image {
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.2);
  /* change to alter the effect height: 240px; */
  padding: 1rem;
  text-align: center; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px 4px 0 0;
}

@media (max-width: 37.5em) {
  .products .product-image {
    height: 160px;
  }
}

.products .product-image .img-wrapper {
  width: -webkit-fill-available;
  min-height: -webkit-fill-available;
}

.products .product-image img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.products .see-all {
  margin-top: -1.5rem;
  text-align: end;
}

.products .product-desc {
  padding: 0.25rem 0.75rem; 
  color: white;
  position: relative;
  border-radius: 8px 8px 4px 4px;
  margin-top: -10px;
  
  background-image: url(/images/background-page.png);
}

.products .product-desc .product-title {
  font-weight: bold;
}

.products .product-desc .product-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .product-desc .product-type .detail {
  padding: 0.1rem 0.5rem;
  background-color: #f6aa00;
  color: black;
  font-size: 0.75rem;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 60em) {
  .products .product-desc .product-type {
    display: block;
  }
  .products .product-desc .product-type .detail {
    margin-top: 1rem;
  }
}

.search-bar {
  width: 100%;
  position: relative;
}

.search-bar .form-control {
  background-color: #f5f5f5;
  border: 2px solid white;
  border-radius: 0.5rem;
  color: black;
  font-style: italic;
  padding: 0.75rem;
}

.search-bar .icon-search {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ef7a00;
}

.detail-header {
  background-image: url("/images/bg-detail-header.png");
  background-size: cover;
  background-position: center;
  padding: 3rem;
  color: white;
  min-height: 24vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail-header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail-header .product-title {
  font-weight: bold;
  font-size: 2rem;
}

.detail-header h4 {
  font-weight: bold;
}

.detail-header .path {
  color: black;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail-header .path a {
  display: block;
}

.detail-header .path .icon {
  margin-right: 0.5rem;
}

.detail-header .path span,
.detail-header .path a.active {
  color: white;
  font-weight: lighter;
}

@media (max-width: 37.5em) {
  .detail-header .path {
    font-size: 1rem;
  }
}

@media (max-width: 60em) {
  .detail-header {
    padding: 1rem;
  }
  .detail-header .product-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.detail-header-after {
  bottom: -12px;
  left: 0;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(31%, #b3b3b3), to(#7e7e7e));
  background: linear-gradient(90deg, black 0%, #b3b3b3 31%, #7e7e7e 100%);
  width: 100%;
}

.card-kegiatan {
  background-color: #eeeeee;
  padding: 1rem;
  border-radius: 0.5rem;
}

.card-kegiatan .card-left {
  margin: -1rem;
  margin-right: 0;
  width:44%;
}

.card-kegiatan .card-left .image-wrapper {
  position: relative;
}

.card-kegiatan .card-left .image-wrapper .share {
  position: absolute;
  bottom: 0.25rem;
  text-align: center;
  color: white;
  width: 100%;
}

.card-kegiatan .card-left img {
  border-radius: 0.5rem 0.5rem 0 0;
}

.card-kegiatan .card-left .socials {
  background-color: white;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-kegiatan .card-left .socials .item {
  text-align: center;
  margin: 0 0.1rem;
}

.card-kegiatan .card-left .socials .item img {
  width: 30px;
}

.card-kegiatan .card-left .socials .item p {
  margin-bottom: 0;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.card-kegiatan .card-content .title {
  text-transform: uppercase;
}

.card-kegiatan .card-content .date {
  color: #ef7a00;
  font-size: small;
}

footer {
  background-color: black;
  color: white;
}

footer .join-agen {
  display: none;
  background-image: url("/images/bg-hero.png");
  text-align: center;
  padding: 1rem 0;
  padding-bottom: 3rem;
}

footer .join-agen h3 {
  text-transform: uppercase;
  font-size: 2rem;
}

footer .join-agen p {
  font-weight: lighter;
}

footer .join-agen .button-grey {
  color: black;
  font-size: 1.25rem;
  border: 2px solid white;
  padding: .25rem 1rem;
}

footer .join-agen .button-grey img {
  margin-left: .5rem;
  width: 30px;
}

footer .newsletter {
  padding: 2rem 1rem;
  font-size: 2rem;
}

footer .newsletter .form-groups {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

footer .newsletter .form-groups .form-control {
  width: 70%;
  margin-right: .5rem;
  border-radius: 2rem;
  background-color: transparent;
  border: 2px solid #ef7a00;
  color: white;
  padding: .5rem 2rem;
  font-style: italic;
  font-size: 1.25rem;
}

footer .newsletter .form-groups .button {
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 60em) {
  footer .newsletter {
    font-size: 1.5rem;
  }
  footer .newsletter .form-groups .form-control {
    padding: .5rem 1rem;
  }
  footer .newsletter .form-groups .form-control, footer .newsletter .form-groups .button {
    font-size: 1rem;
  }
}

footer .footer-bottom {
  background-image: url("/images/footer-bg.png");
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 1rem 0;
  font-size: 1.15rem;
}

footer .footer-bottom .footer-image {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}

footer .footer-bottom .footer-image img {
  width: 90%;
}

@media (max-width: 60em) {
  footer .footer-bottom {
    padding-bottom: 1rem;
    font-size: 1rem;
  }
  footer .footer-bottom .footer-content .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  footer .footer-bottom .footer-image {
    margin-top: 1.5rem;
  }
  footer .footer-bottom .footer-image img {
    width: 50%;
  }
}

nav .nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  color: white;
}

nav .nav-top.mobile {
  display: none;
}

nav .nav-top > div {
  padding: 0 2rem;
}

nav .nav-top > div:first-child {
  padding-left: 0;
}

@media (max-width: 60em) {
  nav .nav-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
  nav .nav-top.mobile {
    display: block;
  }
  nav .nav-top.mobile > div {
    padding: 0;
  }
  nav .nav-top.mobile .language {
    width: 100%;
    padding: 0 !important;
  }
  nav .nav-top.mobile .language .form-select {
    text-align: left;
    text-align: -webkit-left;
    padding: .25rem;
  }
  nav .nav-top.mobile .language .icon {
    left: 0;
  }
  nav .nav-top.mobile .language .icon-select {
    left: 2rem;
  }
  nav .nav-top.mobile .search-bar {
    padding: 0;
  }
  nav .nav-top.mobile .search-bar .form-control {
    padding: .5rem .75rem;
  }
  nav .nav-top.mobile .search-bar .icon-search {
    right: 1rem;
  }
  nav .nav-top .hamburger {
    font-size: 2rem;
  }
}

nav .navigation {
  background-color: #ef7a00;
  color: white;
  margin-bottom: 1rem;
}

@media (max-width: 60em) {
  nav .navigation {
    display: none;
  }
}

nav .navigation .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .navigation .col-12 .kategori {
  min-width: 30%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

nav .navigation .col-12 .kategori .dropdown > .dropdown-menu {
  -webkit-transform: translate(0, 38px) !important;
          transform: translate(0, 38px) !important;
  min-width: 20rem;
}

nav .navigation .col-12 .kategori .dropdown > .dropdown-menu .dropdown-menu {
  min-width: 0;
}

nav .navigation .col-12 .kategori .dropdown > .dropdown-menu .dropdown-menu .dropdown-item {
  text-align: center;
  padding: .5rem 1rem;
}

nav .navigation .col-12 .kategori .dropdown > .dropdown-menu .dropdown-menu .dropdown-item img {
  height: 50px;
}

nav .navigation .col-12 .dropdown-menu {
  background-color: rgba(239, 122, 0, 0.9);
  border-radius: 0;
  padding: 0;
}

nav .navigation .col-12 .dropdown-menu .dropdown-item {
  font-weight: 500;
  color: white;
  padding: .75rem 1rem;
}

nav .navigation .col-12 .dropdown-menu .dropdown-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

nav .navigation .col-12 .dropdown-menu .dropdown-item:hover, nav .navigation .col-12 .dropdown-menu .dropdown-item:focus {
  background-color: #ef7a00;
}

nav .navigation .col-12 ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .navigation .col-12 ul.menu li.menu-item {
  padding: .75rem 1.5rem;
  border-left: 2px solid white;
}

nav .navigation .col-12 ul.menu li.menu-item span, nav .navigation .col-12 ul.menu li.menu-item .dropdown-toggle {
  display: block;
}

nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show {
  -webkit-transform: translate(-88px, 47px) !important;
          transform: translate(-88px, 47px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 20rem;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
}

nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show > li {
  width: 33%;
  text-align: center;
}

nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show > li a {
  font-weight: 400;
  font-size: .85rem;
}

nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show > li img {
  height: 50px;
  margin-bottom: .25rem;
}

nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show > li .dropdown-menu {
  border-radius: 8px;
}

nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show > li .dropdown-menu.show {
  display: block;
}

nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show > li .dropdown-menu .dropdown-item {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  font-weight: 500;
  font-size: 1rem;
}

nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show > li .dropdown-menu .dropdown-item:hover, nav .navigation .col-12 ul.menu li.menu-item .dropdown-parent > .dropdown-menu.show > li .dropdown-menu .dropdown-item:focus {
  background-color: #ef7a00;
}

nav .navigation .col-12 ul.menu li.menu-item.active, nav .navigation .col-12 ul.menu li.menu-item:hover {
  background-color: black;
}

nav .navigation .col-12 ul.menu li.btn-wrapper {
  padding: .5rem 1rem;
  height: 100%;
}

nav .navigation .col-12 ul.menu li.btn-wrapper:hover {
  background-color: #ef7a00;
}

nav .navigation .col-12 ul.menu li.btn-wrapper .button {
  background: #e95906;
  background: -webkit-gradient(linear, left top, right top, from(#e95906), color-stop(51%, #ef7a00), to(#e95906));
  background: linear-gradient(90deg, #e95906 0%, #ef7a00 51%, #e95906 100%);
  -webkit-box-shadow: 3px 3px 0 0 black;
          box-shadow: 3px 3px 0 0 black;
  padding: .25rem 1rem;
}

.marketplace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marketplace img {
  width: 40px;
  margin-left: .5rem;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  position: relative;
  padding: 0 .5rem !important;
  width: 15%;
}

.language .form-select {
  background-color: transparent;
  color: white;
  padding: 0;
  border: none;
  background-image: none;
  font-size: 1.5rem;
  text-align: center;
  text-align: -webkit-center;
  cursor: pointer;
  z-index: 4;
}

.language .form-select option {
  color: black;
  font-size: 1.25rem;
}

.language .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.language .icon {
  position: absolute;
  left: 1rem;
  z-index: 1;
}

.language .icon-select {
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
  color: #ef7a00;
  z-index: 1;
}

@media (max-width: 60em) {
  .marketplace {
    display: none;
  }
  .nav-logo {
    max-width: 50px;
  }
  .nav-logo img {
    width: 100%;
  }
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  .hamburger {
    font-size: 2rem;
  }
}

.offcanvas {
  background-image: url("/images/background-page.png");
  color: white;
}

.offcanvas .kategori-mobile {
  background-color: #ef7a00;
  margin-left: -1rem;
  margin-right: -1rem;
}

.offcanvas .kategori-mobile .collapse.show {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.offcanvas .kategori-mobile ul li {
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.offcanvas .kategori-mobile ul .submenu {
  padding-left: 1rem;
}

.offcanvas .kategori-mobile ul .submenu .item {
  padding: 1rem;
}

.offcanvas .kategori-mobile ul .submenu .submenu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offcanvas .kategori-mobile ul .submenu .submenu2 li {
  width: 32%;
}

.offcanvas .kategori-mobile ul .submenu .submenu2 li img {
  width: 100%;
}

.offcanvas .offcanvas-logo img {
  width: 100%;
}

.offcanvas .offcanvas-body {
  background-color: #ef7a00;
}

.offcanvas .btn-close {
  background-color: white;
  opacity: 1;
}

.offcanvas .search-bar {
  display: block;
  padding: 0;
}

.offcanvas .search-bar .icon-search {
  right: 1rem;
}

.offcanvas .marketplace, .offcanvas .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offcanvas .search-bar {
  margin-bottom: 1rem;
}

.offcanvas .marketplace {
  padding: 0 1rem;
  padding-top: 1rem;
}

.offcanvas .marketplace i {
  margin-right: .5rem;
}

.offcanvas .language {
  width: 100%;
  padding: 0 !important;
}

.offcanvas .language .form-select {
  text-align: left;
  text-align: -webkit-left;
  padding: .25rem;
}

.offcanvas .language .icon {
  left: 0;
}

.offcanvas .language .icon-select {
  left: 2rem;
}

.offcanvas .menu {
  background-color: #ef7a00;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.offcanvas .menu ul li {
  color: white;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.offcanvas .menu ul li.btn-wrapper {
  height: 100%;
}

.offcanvas .menu ul li.btn-wrapper:hover {
  background-color: #ef7a00;
}

.offcanvas .menu ul li .button {
  background: #e95906;
  background: -webkit-gradient(linear, left top, right top, from(#e95906), color-stop(51%, #ef7a00), to(#e95906));
  background: linear-gradient(90deg, #e95906 0%, #ef7a00 51%, #e95906 100%);
  -webkit-box-shadow: 3px 3px 0 0 black;
          box-shadow: 3px 3px 0 0 black;
  padding: .25rem 1rem;
}

.offcanvas .menu ul .collapse.show {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.offcanvas .menu ul .submenu {
  padding-left: 1rem;
}

.offcanvas .menu ul .submenu .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offcanvas .menu ul .submenu .item a img {
  height: 50px;
  margin-right: .5rem;
}

.offcanvas .menu ul .submenu .submenu2 {
  padding-left: 1rem;
}

.body-top {
  padding-bottom: 2rem;
}

.body-top .hero {
  margin-bottom: 1rem;
}

.body-top .hero .slick-list {
  overflow: visible;
}

.body-top .hero .hero-slide {
  height: 35vw;
}

.body-top .hero .bg-hero {
  position: absolute;
  height: 100%;
}

.body-top .hero .bg-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-top .hero .hero-slide {
  position: relative;
}

.body-top .hero .hero-right {
  position: relative;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.body-top .hero .hero-right:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.body-top .hero .hero-right h1 {
  font-weight: bold;
  font-size: 4rem;
}

.body-top .hero .hero-right .partner {
  background-color: rgba(255, 255, 255, 0.4);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 2rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: lighter;
  margin-bottom: .5rem;
}

.body-top .hero .hero-right h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.body-top .hero .hero-right .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 60em) {
  .body-top .hero {
    margin-bottom: 2rem;
    height: 40vh;
  }
  .body-top .hero .slick-slider {
    height: 40vh;
  }
  .body-top .hero .hero-slide {
    height: 40vh;
  }
  .body-top .hero .bg-hero {
    height: 100%;
  }
  .body-top .hero .bg-hero img {
    height: 100%;
    -o-object-position: right;
       object-position: right;
  }
  .body-top .hero .hero-right {
    padding: 1rem;
    padding-left: 1rem;
  }
  .body-top .hero .hero-right h1 {
    font-size: 2.5rem;
  }
  .body-top .hero .hero-right .partner, .body-top .hero .hero-right h5 {
    font-size: 1rem;
  }
}

.body-top .videos {
  margin-bottom: 2rem;
}

.body-top .videos .btn-wrapper {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 60em) {
  .body-top .videos .video-item {
    margin-bottom: 1rem;
  }
  .body-top .videos .video-item:nth-child(3) {
    display: none;
  }
}

.body-top .brands {
  color: white;
}

.body-top .brands .container {
  background-image: url("/images/brands-bg.png");
  background-position: center;
  background-size: cover;
  padding: .5rem 2rem;
  border-radius: 1rem;
}

.body-top .brands .slider {
  width: 80%;
  margin: auto;
}

.body-top .brands .slider .ratio {
  width: 75%;
}

.body-top .brands .slider .image-wrapper {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .25rem;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: inset 0 0 4px 4px rgba(255, 255, 255, 0.4), 0 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px 4px rgba(255, 255, 255, 0.4), 0 0 4px 4px rgba(0, 0, 0, 0.2);
}

.body-top .brands .slider .image-wrapper img {
  width: 90%;
}

.body-top .brands .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body-top .brands .slick-arrow {
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  margin-top: -6px;
}

.body-top .brands .slick-arrow::before {
  color: black;
  font-size: 30px;
  opacity: 1;
  margin-left: -3px;
}

body {
  background-image: url("/images/background-page.png");
}

.body-mid {
  position: relative;
}

.body-mid .container {
  padding: 1rem 1rem;
}

.body-mid .bg {
  background-color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: exclusion;
}

.body-bottom {
  padding-top: 1rem;
  border-bottom: 8px solid #ef7a00;
  margin-top: -2px;
}

.body-bottom .choose-items {
  padding: 1rem 0;
  background-size: cover;
  background-position: center;
}

.body-bottom .choose-items .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

@media (max-width: 60em) {
  .body-bottom .choose-items .items {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.body-bottom .choose-items .items .item {
  padding: 0 2rem;
}

.product-detail .body-top {
  padding-bottom: 0;
}

.product-detail .detail-body {
  position: relative;
  margin-top: 12px;
}

.product-detail .detail-body .bg {
  background-color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: exclusion;
}

@media (max-width: 60em) {
  .product-detail .detail-body {
    width: 100%;
  }
}

.product-detail .detail-body .product {
  margin-bottom: 2rem;
}

.product-detail .detail-body .product .container-fluid {
  position: relative;
  padding: 2rem;
}

.product-detail .detail-body .product .container-fluid .images img {
  width: 100%;
}

.product-detail .detail-body .product .container-fluid .slick-arrow::before {
  color: #ef7a00;
}

.product-detail .detail-body .product .container-fluid .gallery {
  margin-top: 1rem;
}

.product-detail .detail-body .product .container-fluid .gallery .item.slick-current img {
  border-color: #ef7a00;
}

.product-detail .detail-body .product .container-fluid .gallery .item img {
  width: 100px;
  height: 100px;
  border: 6px solid #dcdddd;
  border-radius: 4px;
}

@media (max-width: 37.5em) {
  .product-detail .detail-body .product .container-fluid .gallery .item img {
    width: 50px;
    height: 50px;
    border: 3px solid #dcdddd;
  }
}

.product-detail .detail-body .product .container-fluid .product-text {
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.product-detail .detail-body .product .container-fluid .product-text .product-title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.product-detail .detail-body .product .container-fluid .product-text .product-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.product-detail .detail-body .product .container-fluid .product-text .product-desc {
  font-size: 1.5rem;
}

.product-detail .detail-body .product .container-fluid .social-share {
  padding-left: 2rem;
}

.product-detail .detail-body .product .container-fluid .social-share p {
  margin-bottom: .75rem;
  font-size: 1.25rem;
}

.product-detail .detail-body .product .container-fluid .social-share .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .detail-body .product .container-fluid .social-share .item {
  padding-right: 1rem;
  text-align: center;
  font-size: .9rem;
}

.product-detail .detail-body .product .container-fluid .social-share .item img {
  margin-bottom: .5rem;
}

@media (max-width: 60em) {
  .product-detail .detail-body .product .container-fluid {
    padding: 1rem;
  }
  .product-detail .detail-body .product .container-fluid .product-text {
    padding-left: 0;
    margin-top: 1rem;
  }
  .product-detail .detail-body .product .container-fluid .product-text .product-title {
    font-size: 1.75rem;
    line-height: normal;
  }
  .product-detail .detail-body .product .container-fluid .product-text .product-subtitle, .product-detail .detail-body .product .container-fluid .product-text .product-desc {
    font-size: 1.25rem;
  }
  .product-detail .detail-body .product .container-fluid .social-share {
    padding-left: 0;
  }
}

.product-detail .detail-body .products {
  position: relative;
  padding-bottom: 2rem;
}

.products .detail-header {
  background-image: url("/images/products-header.jpg");
  padding: 0 1rem;
}

.products .detail-header .product-title img {
  width: 65%;
}

.products .container {
  position: relative;
}

.products .container .bg {
  background-color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: exclusion;
}

.products .detail-body {
  position: relative;
  padding: 1.5rem;
}

.products .detail-body .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: .5rem 0 1.5rem;
}

.products .detail-body .header .title {
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 8px;
}

.products .detail-body .header .title:after {
  content: '';
  width: 50%;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  background-color: black;
}

.products .detail-body .header .search-bar {
  width: 30%;
}

.products .detail-body .header .search-bar .form-control {
  padding: .5rem 1rem;
}

.products .detail-body .header .search-bar .icon-search {
  right: 1rem;
}

.products .detail-body .content {
  position: relative;
}

.products .detail-body .content .products .product-image {
  background-color: white;
}

.products .detail-body .content .products .product-desc {
  background-image: url("/images/product-title-bg.png");
}

.products .detail-body .content .products .product-desc .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .detail-body .content .page-item .page-link {
  background-color: transparent;
  color: black;
  margin: 0 .5rem;
  padding: .25rem .75rem;
}

.products .detail-body .content .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.products .detail-body .content .page-item.active .page-link, .products .detail-body .content .page-item:focus .page-link, .products .detail-body .content .page-item:hover .page-link {
  background-color: #ef7a00;
  border-color: #ef7a00;
  color: white;
  border-radius: 4px;
}

.agen .detail-header {
  background-image: url("../images/agen-header.png");
}

.agen .detail-body {
  padding-top: 2rem;
}

.agen .agents {
  margin-bottom: 2rem;
}

.agen .agents .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.agen .agents .header .search-bar {
  width: 20%;
  display: block;
}

.agen .agents .header .search-bar .form-control {
  padding: .25rem 1rem;
}

.agen .agents .header .search-bar .icon-search {
  right: 1rem;
}

@media (max-width: 60em) {
  .agen .agents .header .search-bar {
    width: 70%;
  }
}

.agen .agents .title {
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agen .agents .title img {
  margin-right: .5rem;
}

.agen .agents .table {
  background-color: white;
  border-radius: .5rem;
  border-collapse: collapse;
  overflow: hidden;
}

.agen .agents .table tr th {
  background-color: #ef7a00;
  color: white;
  vertical-align: middle;
  text-align: center;
}

.agen .agents .table tr td {
  padding: 1rem;
  vertical-align: middle;
}

.agen .agents .table tr td.centered {
  text-align: center;
}

.agen .agents .table tr td.centered img {
  width: 30px;
}

.agen .agents .table .link {
  color: grey;
  text-decoration: underline;
}

.agen .agents .table .icons {
  text-align: center;
}

.agen .agents .table .icons a {
  margin: 0 .25rem;
}

@media (max-width: 60em) {
  .agen .agents .table .icons img {
    margin-bottom: .5rem;
  }
}

.agen .body-bottom {
  display: none;
}

.agen footer > .container {
  display: none;
}

.agen footer .join-agen {
  display: block;
}

.tentang-kami .body-bottom {
  display: none;
}

.tentang-kami .detail-header {
  background-image: url("/images/about-header.png");
}

.tentang-kami .container {
  position: relative;
}

.tentang-kami .container .bg {
  background-color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  /* mix-blend-mode: exclusion; */
  left: 0;
}

.tentang-kami .container .row {
  position: relative;
}

.tentang-kami .container .detail-body {
  padding: 1rem 0;
  padding-bottom: 0;
}

@media (min-width: 80em) {
  .tentang-kami .container .detail-body {
    padding: 2rem;
    padding-bottom: 0;
  }
}

.tentang-kami .container .detail-body .title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.tentang-kami .container .detail-body .image-lists {
  position: relative;
  margin: 0 -2.75rem;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tentang-kami .container .detail-body .image-lists .col-6 {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}

.tentang-kami .container .detail-body .image-lists .col-6 img {
  width: 100%;
}

.tentang-kami .container .detail-body .image-lists:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #dcdddd;
}

@media (min-width: 80em) {
  .tentang-kami .container .detail-body .image-lists {
    padding: 0 2rem;
  }
  .tentang-kami .container .detail-body .image-lists .col-6 {
    width: 20% !important;
  }
  .tentang-kami .container .detail-body .image-lists:before {
    height: 80%;
  }
}

.tentang-kami .container .detail-body .visi {
  background-image: url("/images/visi-bg.png");
  background-size: cover;
  margin: 0 -2.75rem;
  padding: 2rem;
}

.tentang-kami .container .detail-body .visi .title {
  margin-bottom: 0;
}

.tentang-kami .container .detail-body .visi .subtitle {
  font-weight: bold;
  color: white;
}

.tentang-kami .container .detail-body .visi ul {
  padding-left: 1rem;
}

.tentang-kami .container .detail-body .visi ul li {
  text-indent: -10px;
}

.tentang-kami .container .detail-body .visi ul li:before {
  content: '-';
}

.customer-care .bottom-body {
  display: none;
}

.customer-care .detail-header {
  background-image: url("/images/customer-header.png");
}

.customer-care .container {
  position: relative;
}

.customer-care .container .bg {
  background-color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: exclusion;
  left: 0;
}

.customer-care .container .row {
  position: relative;
}

.customer-care .container .detail-body {
  padding: 1rem;
}

.customer-care .container .detail-body .maps-content iframe {
  height: 300px;
}

.customer-care .container .detail-body .customer-contact {
  margin-bottom: 2rem;
}

@media (min-width: 80em) {
  .customer-care .container .detail-body {
    padding-bottom: 4rem;
    padding: 2rem;
  }
  .customer-care .container .detail-body .customer-contact {
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .customer-care .container .detail-body .maps-content iframe {
    height: 600px;
  }
}

.customer-care .container .detail-body .title {
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: .75rem;
}

.customer-care .container .detail-body .open-hours .cards {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}

.customer-care .container .detail-body .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customer-care .container .detail-body .socials img {
  width: 60px;
  margin-right: 1rem;
}

.customer-care .container .detail-body .cards {
  background-color: white;
  padding: 1rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 0 6px 6px #ebebeb71;
          box-shadow: 0 0 6px 6px #ebebeb71;
  margin-bottom: 1.5rem;
}

.customer-care .container .detail-body .cards .cards-section {
  margin: -1rem;
  padding: 1rem;
}

.customer-care .container .detail-body .cards .cards-section:first-child {
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.customer-care .container .detail-body .cards .cards-header {
  color: #ef7a00;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer-care .container .detail-body .cards .cards-header img {
  margin-right: .5rem;
}

.customer-care .container .detail-body .cards .cards-item {
  background-color: #eeeeee;
  padding: .5rem .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
}

.customer-care .container .detail-body .cards .cards-item:not(:last-child) {
  margin-bottom: .5rem;
}

.customer-care .container .detail-body .cards .cards-item img {
  margin-right: .5rem;
}

html, body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */