@charset "UTF-8";
:root {
  --icon: "›"; }

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: "Asap-Regular";
  background-color: white;
  color: #333333;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth; }

a {
  text-decoration: none;
  color: #ed2423; }
  a:hover {
    color: #ed2423; }

strong {
  font-family: "Asap-Bold"; }

img {
  width: 100%; }

h1 {
  font: 60px/65px "Asap-Bold";
  position: relative;
  margin-bottom: 10px; }
  h1 span {
    font: 16px/28px "Asap-Regular";
    display: block;
    text-transform: none; }
  h1.small {
    font: 50px/50px "Asap-Bold"; }

h2 {
  font: 30px/38px "Asap-SemiBold";
  margin-bottom: 18px; }
  h2.small {
    font: 22px/30px "Asap-SemiBold"; }
  h2 .sosmed a {
    margin-right: 10px;
    font-size: 20px; }
    h2 .sosmed a:first-child .icon {
      margin-right: 2px; }
    h2 .sosmed a .icon {
      max-width: 28px;
      margin-right: 8px;
      position: relative;
      top: 6px; }

h3 {
  font: 18px/18px "Asap-SemiBold";
  margin-bottom: 10px; }

p {
  font: 18px/1.5 "Asap-Regular";
  margin-bottom: 20px; }
  p.last {
    margin-bottom: 0; }

.errorlist {
  font: 14px/1.2 "Asap-Regular";
  color: #ed2423;
  margin: 0; }
  .errorlist li {
    margin: 0; }

input:focus, textarea:focus, select:focus {
  outline: none !important;
  box-shadow: none; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  border-radius: 0; }

hr {
  margin-top: 3rem;
  margin-bottom: 3rem; }

ul {
  list-style-type: none; }

.mt-0 {
  margin-top: 0 !important; }

.mt-20 {
  margin-top: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-45 {
  margin-top: 45px; }

.text-align-center {
  text-align: center; }

.hide {
  display: none; }

.full-width {
  width: 100%; }

.flex {
  display: flex; }
  .flex.center {
    align-items: center;
    gap: 8px; }

.middle {
  margin: auto auto auto 4%; }
  .middle.center {
    margin: auto !important; }

.right {
  margin: auto 0 auto auto; }

.seperator {
  margin: 50px 0 0;
  display: table;
  width: 100%;
  clear: both; }
  .seperator.large {
    margin-top: 80px; }

.action-buttons {
  margin-top: 30px; }

.button {
  background: #ed2423;
  font: 16px/1 "Asap-SemiBold";
  color: white;
  border: none;
  border-radius: 20px;
  margin: auto 0;
  padding: 10px 30px;
  position: relative;
  z-index: 1; }
  .button.right {
    margin: auto 0; }
  .button:hover, .button:focus {
    color: white; }
  .button.shop {
    padding: 5px 15px 10px; }
    .button.shop img {
      width: 19px;
      height: auto;
      position: relative;
      top: 4px; }
  .button.transparent {
    background: transparent;
    border: none;
    color: #ed2423;
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    text-transform: unset; }

header {
  position: relative;
  z-index: 10000;
  top: 0;
  padding: 7px 0;
  margin-bottom: 55px;
  width: 100%; }
  header + .container {
    margin-top: 20px; }
  header .logo {
    width: 118px;
    height: 79px;
    margin: auto 0;
    position: relative;
    z-index: 1000; }
  header .columns {
    height: 80px; }
  header .language {
    margin-right: 40px; }
  header .language img {
    width: 19px;
    position: relative;
    top: 4px; }
  header select {
    font: 16px/24px "Asap-Bold";
    min-width: 130px;
    height: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer; }
  header select.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/static/website/img/dropdown.png?86bb9369660f") 90%/10% no-repeat; }
  header .button {
    padding: 5px 18px; }

header .menus {
  margin: auto 0;
  width: 100%; }
  header .menus .dropdown {
    float: left;
    margin-right: 7%;
    cursor: pointer; }
  header .menus .dropdown-btn {
    font: 16px/24px "Asap-Bold";
    color: #333333; }
  header .menus .dropdown-item {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    min-height: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  header .menus .dropdown-item a {
    margin: auto 15px; }
  header .menus .dropdown-btn:hover {
    color: #ed2423; }
  header .menus .dropdown:hover .dropdown-item {
    display: grid; }
  header .menus a {
    font: 16px/24px "Asap-Bold";
    color: #333333;
    margin-right: 7%; }
    header .menus a:hover {
      color: #ed2423; }
    header .menus a:last-child {
      margin-right: 0; }

footer {
  padding: 40px 0 0;
  margin-top: 100px;
  border-top: 1px solid #EAEAEA; }
  footer h3 {
    font: 48px/72px "Asap-Bold";
    margin: 0; }
  footer h5 {
    font: 13px/22px "Asap-Bold";
    text-transform: uppercase;
    margin: 0;
    color: #929292; }
  footer p {
    font: 24px/36px "Asap-SemiBold";
    margin: 0; }
  footer hr {
    border: none;
    border-top: 1px solid #EAEAEA;
    margin: 0;
    padding: 0; }
  footer .middle-content {
    margin-bottom: 30px; }
  footer .bottom {
    padding: 11px 0; }
  footer .middle-content .columns {
    width: 20%;
    margin-left: 0; }
    footer .middle-content .columns:first-child, footer .middle-content .columns:last-child {
      width: 30%; }
  footer .right {
    margin: auto 0 auto auto; }
  footer .logo {
    width: 118px;
    height: 79px; }
  footer .contact-icon {
    width: 20px;
    height: auto;
    display: table;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 5px; }
  footer .list a {
    display: block;
    font: 18px/28px "Asap-SemiBold";
    color: #333333;
    width: 100%;
    margin-bottom: 0; }
    footer .list a:hover {
      color: #ed2423; }
  footer .bottom a {
    font: 15px/48px "Asap-SemiBold";
    color: #929292;
    margin-right: 25px; }
  footer .copyright {
    font: 15px/48px "Asap-SemiBold";
    color: #929292;
    text-align: right; }
  footer .medsos {
    margin: 5px 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px; }
  footer .medsos a {
    float: left;
    display: table;
    width: auto;
    margin-right: 25px; }
  footer .medsos img {
    width: auto;
    display: table;
    height: 32px; }
  footer .middle-content form {
    margin-bottom: 0; }
    footer .middle-content form input[type="text"] {
      border: none;
      font: 17px/28px "Asap-Regular";
      color: #333333;
      padding: 5px 0;
      height: 30px;
      border-bottom: 1px solid #ed2423;
      border-radius: 0;
      width: 100%; }
    footer .middle-content form input[type="text"]::placeholder {
      font: 18px/28px "Asap-Regular";
      color: #CCC; }
    footer .middle-content form button {
      text-align: center;
      line-height: 0;
      padding: 13px 15px;
      border-radius: 20px;
      height: auto;
      border: none;
      color: white;
      background-color: #ed2423;
      position: relative;
      top: 4px;
      margin-left: 5px; }
    footer .middle-content form .eight.columns {
      width: 65.3333333333%; }
    footer .middle-content form .four.columns {
      width: 30.6666666667%; }
  footer .dropdown {
    cursor: pointer;
    font: 18px/28px "Asap-SemiBold";
    color: #333333;
    width: 100%;
    margin-bottom: 0; }
  footer .dropdown-item {
    display: none;
    position: absolute;
    background-color: #EAEAEA;
    min-width: 160px;
    min-height: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  footer .dropdown-item a {
    margin: auto 15px;
    font: 18px/28px "Asap-SemiBold"; }
  footer .dropdown-btn:hover {
    color: #ed2423; }
  footer .dropdown:hover .dropdown-item {
    display: grid; }
  footer .text-left {
    text-align: left;
    margin-left: 5px; }

.background-red {
  position: relative;
  margin-bottom: 90px; }
  .background-red:before {
    content: '';
    background: #ed2423;
    height: 150px;
    padding: 25px 0;
    position: absolute;
    top: -75px;
    z-index: 1;
    width: 100%;
    display: table;
    left: 0; }

.shop-now {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 15px;
  display: table;
  background: #EAEAEA;
  border-radius: 100px;
  padding: 20px 50px;
  position: relative;
  top: 55px;
  box-sizing: border-box; }
  .shop-now h2 {
    font: 19px/25px "Asap-Bold";
    margin-bottom: 5px; }
  .shop-now h3 {
    font: 25px/25px "Asap-Bold";
    color: #ed2423; }

.small-content {
  color: #333333; }
  .small-content h2 {
    font: 21px/25px "Asap-SemiBold";
    margin-bottom: 5px; }
  .small-content h4 {
    font: 15px/22px "Asap-SemiBold";
    color: #ed2423;
    margin: 5px 0 0;
    text-transform: uppercase; }
  .small-content p {
    font: 18px/22px "Asap-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
  .small-content .img-wrapper {
    overflow: hidden;
    height: 180px;
    margin-bottom: 4px; }
  .small-content .img-wrapper .icon {
    height: 100%;
    object-fit: cover; }

.news {
  color: #333333;
  min-height: 300px; }
  .news h2 {
    margin-bottom: 12px; }
  .news h4 {
    font: 18px/25px "Asap-SemiBold";
    color: #ed2423;
    margin: 12px 0 0; }
  .news .list {
    margin-bottom: 50px; }
  .news a {
    color: #333333;
    margin-bottom: 4%; }
  .news .block {
    color: #333333; }
  .news .title-text {
    margin-top: 2px;
    font-size: 34px; }
  .news .content-section {
    margin-top: 40px; }
  .news .content-section figure {
    margin: 1em 0; }
  .news .content-section h2 {
    font-size: 26px; }

.news-v2 h2 {
  font: 19px/25px "Asap-SemiBold";
  margin-bottom: 5px; }

.news-v2 h4 {
  font: 15px/22px "Asap-SemiBold";
  text-transform: uppercase;
  margin-bottom: 5px; }

.news-v2 img {
  border-radius: 20px; }

.news-v2 .list {
  margin-bottom: 20px; }

.title {
  width: 100%;
  display: table;
  margin-bottom: 35px; }
  .title h2 {
    font: 35px/35px "Asap-Bold";
    margin-bottom: 15px; }
  .title h3 {
    font: 18px/18px "Asap-Regular";
    margin-bottom: 10px;
    letter-spacing: 0; }

.promotion-label {
  font: 33px/33px "Asap-Bold";
  color: white;
  padding: 37px 0px;
  margin-bottom: 20px;
  width: auto;
  display: table;
  position: relative;
  z-index: 100; }
  .promotion-label:before {
    content: '';
    position: absolute;
    height: 90px;
    width: 1920px;
    left: -1390px;
    background: #dab96a;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: -1;
    top: 10px; }

.container {
  padding: 0 20px;
  margin: 0 auto;
  display: table;
  max-width: 1200px;
  width: 100%;
  z-index: 1000;
  position: relative;
  box-sizing: border-box; }

.sidebar {
  position: relative;
  margin-top: 62px; }
  .sidebar .label {
    font: 23px/25px "Asap-SemiBold";
    color: #333333;
    padding: 4px 0px 29px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: table;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    width: 75%; }
  .sidebar .label:last-child a {
    border: none; }
  .sidebar .label.active, .sidebar a.label:hover {
    color: white;
    border-color: transparent; }
  .sidebar .label.active:before, .sidebar a.label:hover:before {
    content: '';
    position: absolute;
    background: #ed2423;
    width: 1920px;
    left: -1645px;
    display: table;
    height: 79px;
    border-radius: 50px; }
    .sidebar .label.active:before:nth-child(1), .sidebar a.label:hover:before:nth-child(1) {
      top: 0px; }
    .sidebar .label.active:before:nth-child(2), .sidebar a.label:hover:before:nth-child(2) {
      top: 100px; }
    .sidebar .label.active:before:nth-child(3), .sidebar a.label:hover:before:nth-child(3) {
      top: 200px; }
    .sidebar .label.active:before:nth-child(4), .sidebar a.label:hover:before:nth-child(4) {
      top: 300px; }
    .sidebar .label.active:before:nth-child(5), .sidebar a.label:hover:before:nth-child(5) {
      top: 400px; }
    .sidebar .label.active:before:nth-child(6), .sidebar a.label:hover:before:nth-child(6) {
      top: 500px; }
    .sidebar .label.active:before:nth-child(7), .sidebar a.label:hover:before:nth-child(7) {
      top: 600px; }
    .sidebar .label.active:before:nth-child(8), .sidebar a.label:hover:before:nth-child(8) {
      top: 700px; }
    .sidebar .label.active:before:nth-child(9), .sidebar a.label:hover:before:nth-child(9) {
      top: 800px; }
    .sidebar .label.active:before:nth-child(10), .sidebar a.label:hover:before:nth-child(10) {
      top: 900px; }
  .sidebar .label span {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .sidebar .label img {
    width: 48px;
    height: auto;
    position: relative;
    top: 15px;
    margin-right: 20px; }
  .sidebar label {
    border: none;
    font: 18px/25px "Asap-SemiBold";
    color: #ed2423; }
  .sidebar .large-white {
    font: 22px/25px "Asap-SemiBold";
    color: white; }
  .sidebar label img {
    width: 23px;
    margin-right: 5px;
    position: relative;
    top: 6px; }

.highlight {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 140px;
  padding-right: 80px;
  color: #333333;
  position: relative; }
  .highlight:before {
    content: '';
    position: absolute;
    border-top: solid 8px #ed2423;
    width: 1920px;
    display: table;
    height: 450px;
    top: 0;
    left: 75px;
    margin-top: -20px;
    border-left: 2px solid #EAEAEA; }
  .highlight h1 {
    margin-bottom: 25px; }

.our-story-banner {
  background-image: url("/static/website/img/our-story-banner.jpg?1578434b112b");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 635px;
  background-position: top center;
  display: flex;
  margin-bottom: 50px; }

.banner-wrapper {
  position: relative;
  margin-bottom: 25px;
  height: 100vh; }
  .banner-wrapper div.tns-nav {
    position: absolute;
    top: unset;
    left: 50%;
    z-index: 1;
    bottom: 10px;
    transform: translate(-50%, 0); }
    .banner-wrapper div.tns-nav .tns-nav-active {
      background: #ed2423; }
    .banner-wrapper div.tns-nav [aria-controls] {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .banner-wrapper .tns-horizontal.tns-subpixel > .tns-item {
    display: flex; }
  .banner-wrapper .banner {
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 9; }

.banner {
  background-image: url("/static/website/img/home-main-banner.jpg?86bb9369660f");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-position: top center;
  display: flex;
  margin-bottom: 50px; }
  .banner h1 {
    padding: 15px 0 0;
    color: #333333;
    font: 60px/55px "Asap-Bold";
    margin: auto 0 10px 0; }
  .banner p {
    font: 21px/32px "Asap-SemiBold"; }
  .banner .container {
    margin: auto; }
  .banner .banner-content {
    margin: auto 0;
    width: 40%; }
  .banner .customer-service {
    padding: 0;
    height: auto;
    background: transparent; }

.brand-content {
  text-align: center;
  margin: 50px 0 80px; }
  .brand-content img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: table; }
  .brand-content span {
    font: 22px/22px "Asap-SemiBold";
    display: block;
    color: #333333;
    margin-top: 15px; }

.new_columns {
  line-height: 0; }
  .new_columns.two.columns {
    width: 15%; }
  .new_columns.three.columns {
    width: 23.5%; }
  .new_columns.four.columns {
    width: 32%; }
  .new_columns.column, .new_columns.columns {
    margin-left: 2%; }
  .new_columns.column:first-child, .new_columns.columns:first-child {
    margin-left: 0; }

.three.columns:nth-child(4n+5) {
  margin-left: 0; }

.four.columns:nth-child(3n+4) {
  margin-left: 0; }

.home header {
  position: absolute; }

.home .mt-130 {
  margin-top: 130px; }

.home .background-red:before {
  height: 25px;
  width: 1920px;
  left: -380px;
  right: 0;
  z-index: -1;
  margin-right: 0;
  margin-top: 10px; }

.home h2 {
  margin-bottom: 10px;
  line-height: 32px; }

.home .ml-0 {
  margin-left: 0; }

.home .news-v2 h2 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 5px; }

.home .small-content p {
  margin-bottom: 60px;
  font: 16px/22px "Asap-Regular"; }

.home .small-content h5 {
  font-size: 15px; }

.home .my-slider {
  z-index: 10; }
  .home .my-slider .tns-item {
    cursor: pointer; }

.home .tns-nav {
  position: relative;
  top: 416px;
  left: 900px;
  z-index: 1; }
  .home .tns-nav [aria-controls] {
    background: #EAEAEA;
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 5px;
    border: 0;
    border-radius: 50%; }
  .home .tns-nav .tns-nav-active {
    background: #333333; }

.home .promotion-hidden h4 {
  text-transform: uppercase;
  font: 18px/22px "Asap-Bold";
  margin: 0 0 20px; }

.home .keunggulan {
  margin-top: 50px;
  margin-bottom: 10px; }

.home .brand-content {
  display: flex;
  justify-content: center;
  align-items: center; }
  .home .brand-content a {
    width: 175px;
    padding: 0; }

.promotion-wrapper .tns-nav {
  top: 14px;
  left: 0;
  display: inline-table; }
  .promotion-wrapper .tns-nav .tns-nav-active {
    background: #ed2423; }

.promotion-wrapper .promotion-control-wrapper .control-button {
  cursor: pointer;
  line-height: 0;
  z-index: 100; }
  .promotion-wrapper .promotion-control-wrapper .control-button:not(.disabled) circle {
    stroke: #ED1C24; }
  .promotion-wrapper .promotion-control-wrapper .control-button:not(.disabled) path {
    fill: #ED1C24; }

.promotion-wrapper .promotion-control-wrapper .prev svg {
  transform: scaleX(-1); }

.promotion-wrapper .promotion-control-wrapper .columns {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  position: absolute; }

.promotions h2 {
  font: 32px/1.2 "Asap-SemiBold"; }

.promotions p {
  font: 18px/1.4 "Asap-Regular";
  white-space: pre-wrap; }

.promotions .nav {
  display: block;
  width: 100%;
  clear: both; }

.promotions .nav a {
  background-color: #C4C4C4;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%; }

.promotions a.active {
  background-color: #1DE1CE; }

.promotions .promotion-hidden {
  display: none; }

.ecom-wrapper {
  position: sticky;
  z-index: 1000;
  bottom: 0;
  background: white;
  box-shadow: 0 -7px 22px 0 rgba(0, 0, 0, 0.1); }

.ecom {
  font: 16px/1.2 "Asap-SemiBold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  width: 100%; }
  .ecom .links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 0 auto; }
    .ecom .links img {
      width: auto;
      height: 48px;
      border-radius: unset; }

.breadcrumb {
  font: 22px/1.2 "Asap-Regular";
  color: #333333;
  margin-bottom: 12px; }
  .breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; }
    .breadcrumb ol li {
      display: inline;
      margin: 0 5px 0 0; }
    .breadcrumb ol li + li:before {
      content: "";
      background: url("/static/website/img/arrow.svg?86bb9369660f") center no-repeat;
      background-size: 20px;
      width: 20px;
      height: 20px;
      display: inline-table;
      margin: 0 8px;
      top: 2px;
      position: relative; }
    .breadcrumb ol a {
      text-decoration: none;
      color: #333333;
      transition: color 0.3s ease; }
      .breadcrumb ol a:hover {
        color: #333333; }
    .breadcrumb ol li:last-child {
      color: #BBBBBB; }

.product-detail-page h1 {
  font: 32px/1.2 "Asap-Bold";
  margin: 0 0 32px; }
  .product-detail-page h1 + .content {
    padding-bottom: 50px; }

.product-detail-page footer {
  margin-top: 0; }

.product-detail-page .content {
  line-height: 0; }
  .product-detail-page .content img {
    width: 100%;
    height: auto;
    border-radius: unset; }
  .product-detail-page .content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-detail-page .content .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    line-height: 0; }

.product-page .background-red {
  padding: 0;
  margin-top: 150px;
  top: 0px;
  height: 110px; }

.product-page .shop-now {
  top: -40px; }

.product-page .products {
  position: relative;
  z-index: 1; }

.product-page .products a {
  padding: 20px;
  border-radius: 20px;
  background: white;
  border: 1px solid #EAEAEA;
  margin-bottom: 2%;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

.product-page .box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: white;
  border-radius: 2px;
  display: none; }
  .product-page .box h3 {
    font: 25px/25px "Asap-Bold";
    margin-top: 60px;
    text-align: center; }
  .product-page .box .desc {
    font: 17px/22px "Asap-Regular";
    text-align: start; }

.product-page .highlight h1 {
  margin-top: -30px;
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 42px; }

.product-page .highlight h2 {
  font: 18px/28px "Asap-Regular"; }

.product-page .highlight .font-semibold {
  font-family: "Asap-SemiBold"; }

.product-page .sidebar {
  margin-top: 20px; }

.product-page .sidebar ul {
  margin-bottom: -8px; }

.product-page .products a:hover .box {
  display: block;
  border-radius: 20px; }

.product-page footer {
  margin-top: 0; }

.product-page img.arrow-icon {
  width: 22px;
  margin: 18px auto;
  position: absolute;
  right: 5px; }

.event-detail-page header {
  margin-bottom: 10px; }

.event-detail-page .banner {
  background: transparent;
  position: relative;
  height: 20px;
  line-height: 0;
  padding: 0;
  margin: 0; }

.event-detail-page .banner:before {
  content: '';
  background: #ed2423;
  height: 80px;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute; }

.event-detail-page .banner + .container {
  margin-top: 45px; }

.event-detail-page p {
  font: 17px/26px "Asap-Regular"; }

.tnc-page header {
  margin-bottom: 40px; }

.tnc-page .content-section {
  margin-top: 45px; }

.background-radius-right .content, .background-radius-left .content {
  position: relative;
  z-index: 100; }

.background-radius-right:before {
  content: '';
  background: #ed2423;
  padding: 14%;
  position: absolute;
  border-radius: 80px;
  top: 7%;
  right: -1920px;
  width: 1920px;
  display: table;
  z-index: 0; }

.blue-bg.background-radius-right:before {
  background: #1d2a9e; }

.small.background-radius-right:before {
  top: 17%;
  border-radius: 60px;
  padding: 100px 170px;
  width: 1900px; }

.background-radius-left:before {
  content: '';
  background: #ed2423;
  padding: 20%;
  position: absolute;
  border-radius: 80px;
  top: 7%;
  left: -1920px;
  width: 1620px;
  display: table;
  z-index: 0; }

.article-page h1 {
  margin-bottom: 0px; }

.article-page .content a {
  margin-bottom: 4%; }

.article-page .list {
  margin-top: 5px;
  color: #333333; }
  .article-page .list p {
    margin-bottom: 10px; }
  .article-page .list .button {
    padding: 10px 20px; }

.article-detail-page h1 {
  margin: 10px 0 25px; }

.article-detail-page p {
  font-size: 23px;
  line-height: 32px; }

.article-detail-page .content img {
  margin-bottom: 25px; }

.bagus-corner-page h1 {
  margin-bottom: 0px; }

.bagus-corner-page .list {
  margin-top: 5px;
  color: #333333; }
  .bagus-corner-page .list p {
    margin-bottom: 10px; }
  .bagus-corner-page .list .button {
    padding: 10px 20px; }

.bagus-corner-page .content-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.bagus-corner-page .sosmed-column {
  float: right;
  display: flex;
  align-items: center; }

.bagus-corner-page .sosmed-column .small {
  font-size: 20px;
  font-family: "Asap-Regular";
  margin-bottom: 0; }

.bagus-corner-page .sosmed-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-right: 1px solid #929292;
  font-family: "Asap-SemiBold";
  font-size: 17px; }

.bagus-corner-page .sosmed-item .icon {
  max-width: 32px;
  margin-right: 5px; }

.bagus-corner-page .sosmed-item:last-child {
  border-right: 0; }

.bagus-corner-page .title-content {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 3px; }

.bagus-corner-page .title-content h4 {
  font-family: "Asap-Bold";
  padding-right: 12px;
  color: #929292; }

.bagus-corner-page .title-content .section {
  margin-top: 4px;
  font-size: 15px;
  color: silver; }

.bagus-corner-page .title-content h4.article {
  color: #dab96a; }

.bagus-corner-page .title-content h4.event {
  color: #ed2423; }

.bagus-corner-page .title-content h4:last-child {
  border-right: 0;
  padding-left: 12px; }

.bagus-corner-page .small-content p {
  font: 18px/25px "Asap-Regular"; }

.customer-service {
  position: absolute;
  right: 0;
  bottom: -38px; }
  .customer-service img {
    width: 100px; }

.img-round-20 {
  border-radius: 20px; }

/* Start Menu */
.button_container.active {
  position: fixed; }

.button_container {
  display: none;
  position: absolute;
  right: 32px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: opacity .25s ease;
  z-index: 900; }
  .button_container img {
    width: 36px; }
  .button_container.active img {
    content: url("/static/website/img/close@2x.png?1578434b112b"); }
  .button_container span {
    background: #231F20;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 7px;
      margin: 0; }
    .button_container span:nth-of-type(3) {
      top: 14px; }

.overlay {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 800; }
    .overlay.open li {
      animation: fadeInRight .25s ease forwards;
      animation-delay: .25s; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: 0.35s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: 0.55s; }
      .overlay.open li:nth-of-type(5) {
        animation-delay: 0.65s; }
      .overlay.open li:nth-of-type(6) {
        animation-delay: 0.75s; }
      .overlay.open li:nth-of-type(7) {
        animation-delay: 0.85s; }
      .overlay.open li:nth-of-type(8) {
        animation-delay: 0.95s; }
      .overlay.open li:nth-of-type(9) {
        animation-delay: 1.05s; }
      .overlay.open li:nth-of-type(10) {
        animation-delay: 1.15s; }
  .overlay nav {
    position: relative;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    font: 14px/28px "Asap-Bold";
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box; }
  .overlay .language, .overlay .button.shop {
    display: block;
    margin: 12px 0px; }
  .overlay .button.shop {
    padding: 1px 12px;
    line-height: 38px;
    font-size: 17px;
    height: 40px;
    color: white;
    margin: 17px 0; }
  .overlay select {
    width: auto;
    font: 18px/28px "Asap-Bold"; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
    top: 100px; }
    .overlay ul li {
      display: block;
      position: relative;
      margin-bottom: 0;
      border-top: 1px solid #EAEAEA; }
    .overlay ul .mobile-dropdown {
      padding: 12px 0px;
      min-height: 20px;
      font-size: 18px;
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
    .overlay ul .mobile-dropdown-wrapper {
      display: none; }
    .overlay ul .dropdown-item:last-child {
      padding: 0; }
    .overlay ul a {
      padding: 12px 0px;
      min-height: 20px;
      font-size: 18px;
      display: block;
      position: relative;
      color: #333333;
      text-decoration: none;
      overflow: hidden; }

/* End Menu */
.executive-page .block-content h2 {
  margin-bottom: 5px;
  margin-top: 30px; }

.executive-page .block-content h5 {
  font: 25px/32px "Asap-SemiBold";
  color: #ed2423;
  margin: 0 0 40px;
  padding: 0; }

.executive-page .block-content p {
  font: 16px/25px "Asap-Regular";
  margin-bottom: 25px; }

.executive-page .block-content .title {
  max-width: 60%;
  margin: 0 auto 50px;
  display: table; }

.executive-page .block-content .title h2 {
  margin-bottom: 10px; }

.executive-page .block-content .card {
  border-radius: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  min-height: 400px; }

.executive-page .block-content .card-body {
  padding: 12px; }

.executive-page h1 {
  font: 60px/65px "Asap-Bold"; }

.executive-page .boards h4 {
  margin-bottom: 0; }

.executive-page:before {
  content: '';
  background: #ed2423;
  padding: 8%;
  position: absolute;
  border-radius: 180px;
  top: 22%;
  right: -10%;
  width: 0px;
  display: table;
  z-index: 0; }

.top-content img {
  margin-top: 10px;
  z-index: 100;
  position: relative; }

.top-content h2 {
  font-size: 52px;
  line-height: 52px; }

.top-content .columns:first-child:before {
  content: '';
  background: #ed2423;
  padding: 14%;
  position: absolute;
  border-radius: 50px;
  bottom: -30px;
  left: -1300px;
  width: 1140px;
  display: table;
  z-index: 0; }

img.founder-img {
  max-width: 800px;
  max-height: 600px;
  border-radius: 20px; }

.boards {
  position: relative; }
  .boards:before {
    content: '';
    position: absolute;
    top: -38px;
    left: -1920px;
    background: #ed2423;
    display: table;
    width: 3840px;
    z-index: 0;
    padding: 7%; }
  .boards p {
    font: 17px/22px "Asap-SemiBold";
    color: #ed2423; }
  .boards h4 {
    font: 27px/32px "Asap-SemiBold";
    margin: 5px 0 8px; }
  .boards img {
    border-radius: 10px; }
  .boards .columns {
    margin-bottom: 3%;
    position: relative;
    z-index: 100; }

.contact-us-page .sidebar .label.active:before {
  left: -1600px; }

.contact-us-page .fields {
  margin-top: 35px; }

.contact-us-page .label.active {
  margin-bottom: 25px; }

.contact-us-page .sidebar .list {
  font: 22px/30px "Asap-Regular";
  margin-bottom: 30px; }

.contact-us-page .small {
  font-family: "Asap-Regular"; }

form.contact-us {
  padding: 50px 50px 80px;
  border: 2px solid #EAEAEA;
  border-left: 4px solid #ed2423;
  background: white; }
  form.contact-us .label {
    font: 22px/25px "Asap-SemiBold";
    margin-bottom: 30px; }
  form.contact-us label {
    font-weight: unset; }
  form.contact-us input, form.contact-us textarea {
    border: 1px solid #EAEAEA;
    width: 100%;
    display: block;
    padding: 8px 15px 11px;
    margin-top: 10px;
    height: auto; }
    form.contact-us input::placeholder, form.contact-us textarea::placeholder {
      font: 22px/25px "Asap-SemiBold";
      color: #BBBBBB; }
  form.contact-us textarea {
    height: 100px; }
  form.contact-us .button {
    float: right; }

.milestones .content {
  gap: 40px;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-top: 20px;
  display: none; }
  .milestones .content.active {
    display: flex; }
  .milestones .content .column {
    flex: 0 0 calc(50% - 40px);
    margin: 0; }
  .milestones .content img {
    width: auto;
    max-height: 80px;
    margin-bottom: 20px; }
  .milestones .content p {
    margin-bottom: 8px; }

.milestones__steps {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px; }
  .milestones__steps label {
    font: 18px/1.2 "Asap-Bold";
    padding: 10px 5%;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; }
    .milestones__steps label input[type="radio"] {
      display: none; }
    .milestones__steps label.active, .milestones__steps label:hover {
      color: white;
      background: #333333;
      border-color: #333333; }

.our-story-page .banner {
  max-height: 460px; }

.our-story-page h1 {
  margin-bottom: 20px;
  color: #333333; }

.our-story-page h2 {
  font: 48px/1.2 "Asap-Bold";
  margin-bottom: 32px; }

.our-story-page h5 {
  font: 20px/1.2 "Asap-Bold";
  margin-bottom: 32px; }

.our-story-page img.founder-img {
  margin-top: 0; }

.our-story-page .our-history-section h5 {
  margin-bottom: 16px; }

.our-story-page .center-content {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }

.our-story-page .title p {
  font: 22px/32px "Asap-SemiBold";
  max-width: 85%;
  margin: 0 auto;
  display: table;
  color: #333333; }

.our-story-page .title h2 {
  font: 35px/35px "Asap-Medium";
  color: #333333; }

.our-story-page p.font-regular {
  font: 19px/28px "Asap-Regular"; }

.our-story-page .brand-content {
  max-width: 60%;
  margin: 30px auto 0; }

.our-story-page .stores {
  max-width: 65%;
  margin: 30px auto 0; }

.our-story-page .history img {
  max-height: 282px;
  position: relative;
  z-index: 100;
  border-radius: 20px; }

.our-story-page .history p {
  font: 19px/28px "Asap-Regular";
  position: relative;
  padding-top: 20px;
  margin-top: 50px;
  color: #333333; }
  .our-story-page .history p:before {
    content: '';
    height: 4px;
    width: 80px;
    top: 0;
    position: absolute;
    background-color: #ed2423; }

.our-story-page .history-label {
  font: 50px/50px "Asap-Bold";
  color: white;
  padding: 70px 0 25px;
  margin-bottom: 0px;
  width: auto;
  display: table;
  position: relative;
  z-index: 100; }
  .our-story-page .history-label:before {
    content: '';
    position: absolute;
    height: 500px;
    width: 1920px;
    left: -1460px;
    background: #ed2423;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    z-index: -1;
    top: 10px; }

.our-story-page .distribution {
  font: 33px/33px "Asap-Bold";
  color: white;
  padding: 37px 0px 20px;
  margin-bottom: 0px;
  width: auto;
  display: table;
  position: relative;
  z-index: 100;
  margin-top: -175px; }
  .our-story-page .distribution:before {
    content: '';
    position: absolute;
    height: 485px;
    width: 1920px;
    right: -1460px;
    background: #dab96a;
    border-radius: 80px;
    z-index: -1;
    top: 10px; }
  .our-story-page .distribution h2 {
    font: 54px/54px "Asap-Bold"; }
  .our-story-page .distribution p {
    font: 20px/29px "Asap-SemiBold"; }

.our-story-page .distribution-content {
  padding: 40px 0px 40px 50px; }
  .our-story-page .distribution-content .image {
    margin-top: -45px;
    max-width: 100%;
    max-height: 200px; }

.our-story-page .map-bagus {
  margin-left: 18px;
  margin-top: 180px; }

.our-story-page .visi-icon-img {
  width: 38px;
  margin: 0; }

.our-story-page .icon-text {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px; }

.our-story-page .visi-misi-content {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .our-story-page .visi-misi-content p {
    margin-bottom: 0; }

.our-story-page .visi-misi-banner {
  width: 100%;
  height: 300px;
  margin: 60px 0;
  padding: 0;
  background-position: top center;
  display: flex; }
  .our-story-page .visi-misi-banner img {
    width: 100%;
    object-fit: cover;
    border-radius: unset; }

.mobile hr {
  display: none; }

.tabs {
  margin-top: 40px; }
  .tabs .label_wrapper {
    display: table;
    padding-bottom: 0px; }
  .tabs .label_wrapper label, .tabs .label_wrapper span {
    cursor: pointer;
    float: left;
    margin-right: 50px;
    font: 18px/26px "Asap-Bold";
    background: transparent;
    margin-bottom: 0px;
    position: relative; }
  .tabs .label_wrapper label, .tabs .label_wrapper a {
    color: #333333; }
  .tabs .label_wrapper a.active {
    background: #ed2423;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 22px; }

img {
  border-radius: 10px; }

.messages {
  width: 100%;
  height: 30px;
  background-color: #ed2423;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 18px/20px "Asap-SemiBold"; }

.mobile {
  display: none; }

.map-img {
  display: block;
  margin-bottom: 32px; }

.icon-img {
  max-width: 20px; }
  .icon-img.small {
    max-width: 16px; }

.sidebar-content {
  display: none;
  width: 100%;
  margin-top: 3px; }
  .sidebar-content.active {
    display: flex;
    flex-wrap: wrap; }
  .sidebar-content h2 {
    font: 16px/1.2 "Asap-SemiBold";
    margin-bottom: 7px; }
  .sidebar-content h3 {
    font: 22px/1.2 "Asap-SemiBold";
    margin-bottom: 7px; }
  .sidebar-content p {
    font: 18px/1.4 "Asap-Regular";
    margin-bottom: 7px; }
  .sidebar-content span {
    font: 15px/1.2 "Asap-Regular";
    margin-bottom: 7px;
    color: #9E9E9E; }
  .sidebar-content .columns {
    margin-bottom: 40px; }

.sidebar-tabs {
  font: 28px/1.2 "Asap-Bold";
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  position: relative; }
  .sidebar-tabs .name {
    display: flex;
    gap: 5px; }
    .sidebar-tabs .name img {
      display: none; }
  .sidebar-tabs .full-width {
    position: absolute;
    top: 0;
    right: 0; }
  .sidebar-tabs .row:after {
    display: none; }
  .sidebar-tabs li {
    margin-bottom: 0;
    display: contents; }
  .sidebar-tabs a {
    color: #333333; }
    .sidebar-tabs a.active {
      color: #ed2423; }

.map {
  width: 100%;
  height: 450px;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden; }
  .map .leaflet-popup-content h2 {
    font: 16px/1.2 "Asap-Bold";
    margin: 0 0 7px; }
  .map .leaflet-popup-content p {
    font: 14px/1.2 "Asap-Regular";
    margin: 0; }
  .map .leaflet-popup-content span {
    display: none; }
  .map.leaflet-container a.leaflet-popup-close-button {
    top: 4px;
    right: 4px;
    font-size: 24px; }

@media screen and (max-width: 768px) {
  h1,
  .banner h1 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 0; }
  h1.small {
    font: 30px / 35px "Asap-Bold";
    margin-bottom: 10px; }
  h2 {
    font: 22px / 26px "Asap-SemiBold";
    margin-bottom: 12px; }
  h2.small {
    font: 18px / 25px "Asap-SemiBold"; }
  p {
    line-height: 24px; }
  .button {
    margin-bottom: 30px;
    letter-spacing: 0;
    padding: 10px 20px; }
  .seperator {
    margin: 25px 0 0; }
    .seperator.large {
      margin-top: 30px; }
  .background-red {
    top: 0; }
    .background-red .container {
      padding: 0; }
  header {
    margin-bottom: 30px;
    padding: 10px 0; }
    header .logo {
      width: 75px;
      height: 50px; }
    header a {
      margin: auto 0; }
    header select {
      width: 39px; }
    header .columns {
      height: 41px; }
    header .four.columns {
      float: right;
      margin-right: 45px; }
    header .language, header .button.shop {
      display: none; }
    header .button.shop {
      padding: 1px 12px;
      line-height: 0px;
      font-size: 13px;
      height: 29px; }
  .column,
  .columns {
    width: auto; }
    .column:last-child,
    .columns:last-child {
      margin-bottom: 0; }
  .website {
    display: none; }
  .mobile {
    display: block; }
  .button_container {
    display: table;
    right: 21px; }
  .banner {
    background-size: contain;
    height: auto;
    max-height: unset;
    margin-bottom: 30px; }
    .banner .banner-content {
      width: 100%;
      margin-top: 55%; }
    .banner .button {
      padding: 10px 0;
      float: left;
      position: relative;
      bottom: 0;
      width: 48%;
      letter-spacing: 0; }
    .banner .customer-service {
      margin-left: 4%;
      background-color: #ed2423; }
    .banner .customer-service img {
      display: none; }
    .banner h1 {
      margin-top: 35px; }
    .banner p {
      font: 18px / 24px "Asap-SemiBold"; }
  .title h2 {
    font: 22px / 28px "Asap-Bold";
    margin-bottom: 5px; }
  .title h3 {
    line-height: 24px; }
  .categories-section .two.columns {
    width: 32%;
    margin-bottom: 4%;
    margin-top: 4%; }
    .categories-section .two.columns:nth-child(3n+4) {
      margin-left: 0; }
  .categories-section .brand-content span {
    margin-top: 5px; }
  .brand-content {
    margin: 20px 0; }
    .brand-content span {
      font: 14px / 20px "Asap-Bold"; }
  .promotion-label {
    font: 22px / 28px "Asap-Bold";
    padding: 20px 0;
    position: relative; }
    .promotion-label:before {
      position: absolute;
      top: 0;
      left: -20px;
      height: 100%;
      background-color: #dab96a; }
  .promotions {
    margin-bottom: 0; }
  .background-red {
    margin-bottom: 50px; }
    .background-red:before {
      top: 0;
      height: 7vh; }
  .shop-now {
    padding: 30px 20px;
    top: 40px;
    border-radius: 0;
    width: 100%;
    margin: 0;
    max-width: 100%; }
    .shop-now h2 {
      font: 17px / 22px "Asap-Bold";
      margin-bottom: 7px; }
    .shop-now .four.columns {
      width: 100%; }
    .shop-now .two.columns {
      width: 23%; }
    .shop-now .four.columns + .two.columns {
      margin-left: 0; }
  .event-page .news {
    margin-bottom: 0; }
    .event-page .news h2 {
      font: 19px / 25px "Asap-Bold";
      margin-bottom: 5px; }
    .event-page .news h4 {
      font: 17px / 22px "Asap-SemiBold";
      margin: 5px 0; }
    .event-page .news a {
      margin-bottom: 20px; }
    .event-page .news + .seperator {
      display: none; }
  footer {
    padding-top: 35px;
    margin-top: 35px; }
    footer .middle-content {
      margin-bottom: 10px; }
    footer .middle-content .four.columns, footer .middle-content .two.columns {
      width: 100%;
      margin-bottom: 25px; }
    footer .logo {
      margin-bottom: 10px; }
    footer .bottom a, footer .copyright {
      font-size: 14px;
      line-height: 35px; }
    footer .two.columns .list a {
      width: 48%;
      margin-right: 4%;
      float: left; }
      footer .two.columns .list a:nth-child(2n) {
        margin-right: 0; }
    footer .two.columns .list.medsos a {
      width: 15%;
      margin: 0;
      margin-left: 10px; }
    footer .middle-content form button {
      background-color: #ed2423;
      color: white;
      width: 100%; }
    footer form .columns {
      margin-right: 4%; }
      footer form .columns:last-child {
        margin-right: 0; }
    footer .footer-dropdown-mobile {
      width: 50%; }
    footer .two.columns .list .footer-dropdown-mobile a {
      width: 100%; }
  .event-page .eight.columns {
    width: 100%; }
  .event-page .middle {
    margin: 0; }
  .event-detail-page header {
    margin-bottom: 0; }
  .event-detail-page h2 {
    font: 32px / 32px "Asap-Bold";
    margin: 5px 0 8px; }
  .event-detail-page .banner::before {
    content: none; }
  .block-content .flex {
    display: table; }
  .article-detail-page .block-content img {
    margin-bottom: 5px; }
  .article-detail-page h1 {
    margin: 0 0 5px; }
  .article-detail-page p {
    font-size: 17px;
    line-height: 25px; }
  .background-radius-right:before {
    padding: 27%;
    top: 2.8%; }
  .article-page .sosmed {
    display: block;
    width: 100%;
    margin-bottom: 35px; }
  .article-page .sosmed a {
    font-size: 16px; }
    .article-page .sosmed a img {
      margin-right: 4px;
      top: 8px; }
  .article-page .background-radius-right:before {
    display: none; }
  .bagus-corner-page .background-radius-right:before {
    display: none; }
  .bagus-corner-page .content-header {
    display: block; }
  .bagus-corner-page .sosmed-column {
    float: none;
    margin-top: 10px; }
  .bagus-corner-page .sosmed-column .small {
    font-size: 20px; }
  .bagus-corner-page .sosmed-item {
    padding: 0 23px; }
  .bagus-corner-page .sosmed-item .icon {
    max-width: 32px; }
  .bagus-corner-page .sosmed-item span {
    display: none; }
  .bagus-corner-page .news a {
    margin-bottom: 6%; }
  .sidebar {
    margin: 25px 0 10px; }
    .sidebar .label {
      width: 100%;
      font-size: 20px;
      line-height: 20px;
      height: 72px;
      padding: 0; }
    .sidebar .label img {
      width: 43px; }
    .sidebar .label.active:before, .sidebar a.label:hover:before {
      left: -1548px;
      height: 73px; }
  .highlight {
    padding: 30px 20px 10px;
    box-sizing: border-box; }
    .highlight:before {
      height: 315px;
      left: -20px;
      margin-top: 5px;
      border-radius: 0;
      box-shadow: none; }
    .highlight h1, .highlight h2 {
      width: 110%;
      margin-left: -20px; }
  .products .four.columns {
    width: 48%;
    margin-left: 0;
    margin-right: 4%;
    margin-bottom: 15px; }
    .products .four.columns:nth-child(2n) {
      margin-right: 0; }
  .product-page .background-red {
    background-color: #ed2423;
    height: auto;
    margin: 50px 0 0; }
  .product-page .shop-now {
    top: -25px; }
  .product-page .box {
    padding: 12px; }
  .product-page .box h3 {
    font: 22px / 22px "Asap-Bold"; }
  .product-page .box .desc {
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  .product-page .products a {
    border-radius: 10px; }
    .product-page .products a:hover .box {
      border-radius: 10px; }
  .product-page .highlight h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px; }
  .product-page .sidebar .label {
    font-size: 14px;
    padding: 3px 8px; }
  .sidebar {
    overflow: hidden;
    width: 100%;
    display: table;
    display: grid; }
    .sidebar ul {
      overflow: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
      white-space: nowrap;
      margin: 0;
      padding: 0; }
      .sidebar ul::-webkit-scrollbar {
        display: none; }
    .sidebar li {
      display: inline-block;
      margin: 0;
      padding: 0; }
    .sidebar .label {
      display: table;
      float: left;
      padding: 7px 15px;
      font-size: 14px;
      line-height: 22px;
      width: 10px;
      height: 10px;
      border: none;
      margin-right: 5px;
      margin-bottom: 0; }
      .sidebar .label img {
        display: none; }
    .sidebar .label.active:before, .sidebar a.label:hover:before {
      display: none; }
    .sidebar .label.active, .sidebar a.label:hover {
      background-color: #ed2423;
      border-radius: 20px; }
  .our-story-page h1 {
    margin-bottom: 5px; }
  .our-story-page .our-facilities-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .our-story-page .our-facilities-content img {
      order: 1;
      margin-bottom: 15px; }
    .our-story-page .our-facilities-content h5 {
      order: 0; }
    .our-story-page .our-facilities-content p {
      order: 2; }
  .our-story-page .milestone-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .our-story-page .milestone-content img {
      order: 2;
      width: fit-content; }
  .our-story-page .visi-misi-banner {
    height: 150px;
    margin: 40px 0; }
  .our-story-page .our-history-section img {
    margin-bottom: 15px; }
  .our-story-page .our-milestones-section {
    margin-top: 20px; }
  .our-story-page .banner {
    height: 190px; }
  .our-story-page .our-story-banner {
    height: 190px; }
  .our-story-page .title p {
    max-width: 100%;
    font: 18px / 24px "Asap-SemiBold"; }
  .our-story-page p.font-regular {
    font: 19px / 28px "Asap-Regular"; }
  .our-story-page .brand-content {
    max-width: 100%;
    margin-top: 20px; }
  .our-story-page .brand-content .two.columns {
    width: 15%; }
  .our-story-page .history-label {
    font: 25px / 28px "Asap-SemiBold";
    padding: 40px 0 20px; }
    .our-story-page .history-label:before {
      height: 200px; }
  .our-story-page .history img {
    width: 100%;
    max-height: auto; }
  .our-story-page .history p {
    margin-top: 20px; }
  .our-story-page .history .columns {
    width: 100%;
    margin: 0; }
  .our-story-page .visi-misi {
    margin: 20px 0 0;
    padding-top: 40px; }
    .our-story-page .visi-misi img {
      width: 45px; }
    .our-story-page .visi-misi h2 {
      font: 27px / 32px "Asap-Bold";
      margin-bottom: 5px;
      margin-top: 5px; }
    .our-story-page .visi-misi p {
      font: 18px / 25px "Asap-SemiBold"; }
    .our-story-page .visi-misi .columns {
      margin: 0;
      padding: 0; }
    .our-story-page .visi-misi .right {
      margin-bottom: 25px; }
    .our-story-page .visi-misi .left {
      border: none; }
    .our-story-page .visi-misi .right,
    .our-story-page .visi-misi .left {
      text-align: center; }
  .our-story-page .distribution {
    margin-top: 0;
    padding-bottom: 0; }
    .our-story-page .distribution .columns {
      margin: 0;
      padding: 0;
      width: 100%; }
    .our-story-page .distribution h2 {
      font: 27px / 32px "Asap-Bold";
      margin-bottom: 5px;
      margin-top: 5px; }
    .our-story-page .distribution p {
      font: 18px / 25px "Asap-SemiBold"; }
    .our-story-page .distribution:before {
      display: none; }
  .our-story-page .distribution-content.columns {
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0;
    box-sizing: border-box; }
    .our-story-page .distribution-content.columns div {
      position: relative;
      z-index: 100; }
    .our-story-page .distribution-content.columns:before {
      content: '';
      width: 120%;
      top: 0;
      left: -10%;
      height: 100%;
      position: absolute;
      height: 70%;
      background-color: #dab96a;
      z-index: 0; }
    .our-story-page .distribution-content.columns .image {
      margin-top: 0; }
  .our-story-page .map-bagus {
    margin-top: 0px;
    margin-left: 0px; }
  .our-story-page .stores {
    max-width: 100%; }
  .contact-us-page .sidebar {
    overflow: unset; }
  .contact-us-page .background-radius-right:before {
    display: none; }
  .contact-us-page hr {
    padding: 0;
    margin: 10px 0 30px; }
  .contact-us-page h2 {
    font-size: 25px; }
  .contact-us-page h2.small {
    font-size: 18px; }
  .contact-us-page .sidebar .label.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin: 0 0 25px;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 50px; }
    .contact-us-page .sidebar .label.active:before {
      content: '';
      display: table;
      top: 0;
      left: -20%;
      height: 100%;
      position: absolute;
      background-color: #ed2423;
      z-index: 0;
      border-radius: 0; }
    .contact-us-page .sidebar .label.active label {
      display: table;
      margin: auto 0;
      color: white; }
    .contact-us-page .sidebar .label.active img {
      width: 35px;
      display: table;
      margin: auto 10px auto 0;
      top: unset; }
  .contact-us-page .sidebar .list {
    font: 19px / 27px "Asap-Regular"; }
    .contact-us-page .sidebar .list label {
      line-height: 0; }
    .contact-us-page .sidebar .list img {
      top: 5px; }
  .contact-us-page .address label, .contact-us-page .phone label {
    margin-bottom: 10px; }
  .contact-us-page .contact-us {
    border: none;
    padding: 50px 0 0;
    margin-top: 10px;
    position: relative; }
    .contact-us-page .contact-us:before {
      content: '';
      height: 10px;
      background-color: #ed2423;
      position: absolute;
      top: 0;
      left: -10%;
      width: 120%;
      display: table; }
  .contact-us-page form.contact-us input {
    margin-top: 5px; }
  .contact-us-page form.contact-us .label, .contact-us-page form.contact-us input::placeholder, .contact-us-page form.contact-us textarea::placeholder {
    font: 18px / 24px "Asap-SemiBold"; }
  .contact-us-page form.contact-us button {
    width: 100%;
    float: none; }
  .seperator.mobile {
    margin: 0; }
  .mobile hr {
    display: block; }
  .executive-page h1.small {
    font-size: 33px; }
  .executive-page:before {
    display: none; }
  .executive-page .top-content .columns {
    width: 100%;
    margin: 0; }
  .executive-page .top-content h2 {
    font-size: 28px;
    line-height: 32px; }
  .executive-page .block-content h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; }
  .executive-page .block-content img {
    margin: 0 0 10px; }
  .executive-page .block-content p {
    margin-bottom: 15px;
    text-align: left; }
  .executive-page .block-content p.text-center {
    text-align: center; }
  .executive-page .block-content h2 {
    margin-top: 5px; }
  .executive-page .block-content .title {
    max-width: 100%; }
  .executive-page .boards:before {
    padding: 17%; }
  .executive-page .boards .three.columns {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%; }
    .executive-page .boards .three.columns:nth-child(2n) {
      margin-right: 0; }
    .executive-page .boards .three.columns img {
      margin-bottom: 0; }
  .executive-page h4 {
    font: 20px / 25px "Asap-SemiBold";
    margin: 0 0 2px; }
  .executive-page .card {
    min-height: 315px !important; }
  .executive-page .card-body p {
    font-size: 14px;
    line-height: 20px; }
  .tabs .label_wrapper label, .tabs .label_wrapper span {
    margin-right: 20px;
    font: 14px / 18px "Asap-Bold"; }
  .tabs .label_wrapper a.active {
    padding: 9px 14px; }
  img.founder-img {
    border-radius: 10px; }
  .home .banner .banner-content a {
    margin-top: 210px;
    margin-bottom: 30px; }
  .home .img-promotion {
    margin-top: 0;
    width: 100%;
    border-radius: 10px;
    margin-left: 0; }
  .home .seperator {
    margin-top: 10px;
    margin-bottom: 10px; }
  .home .categories-section {
    margin-top: -30px; }
  .home .brand-content .new_columns img.icon {
    width: 70%; }
  .home .img-round-20 {
    border-radius: 10px; }
  .home .mb-10 {
    margin-bottom: 10px; }
  .home .banner {
    min-height: 0; }
  .home .mt-130 {
    margin-top: 0; }
  .home .mobile-bg.background-red:before {
    height: 12px;
    margin-top: 30px;
    padding: 0; }
  .home .mobile-full {
    width: 100%; }
  .home .news .small-content p {
    line-height: normal;
    margin-bottom: 60px; }
  .home .news .small-content h4 {
    margin: 0; }
  .home .news h4 {
    margin-top: 0; }
  .home h2.mt-45 {
    margin-top: 20px; }
  .home .news-v2 h2 {
    margin-bottom: 5px; }
  .home .news-v2 h4 {
    margin-bottom: 0; }
  .home .news-v2 .eight.columns a p {
    line-height: normal;
    margin-bottom: 60px; }
  .home .mt-min-10 {
    margin-top: -10px; }
  .home .button {
    margin-bottom: 20px; }
  .home .tns-nav {
    top: 325px;
    left: 160px; }
  .home .container {
    display: block; }
  .home .brand-content {
    flex-wrap: wrap; }
  .home .brand-content a {
    width: 105px; }
  .promotions p {
    font-size: 17px;
    white-space: pre-wrap; }
  .breadcrumb {
    font-size: 14px; }
    .breadcrumb ol li + li:before {
      content: '';
      width: 14px;
      height: 14px;
      background-size: 14px; }
  .product-detail-page h1 {
    font-size: 16px; }
  .ecom {
    font-size: 14px; }
    .ecom .tokped-icon {
      content: url("/static/website/img/tokped-mobile.svg?86bb9369660f"); }
    .ecom .shopee-icon {
      content: url("/static/website/img/shopee-mobile.svg?86bb9369660f"); }
    .ecom .tiktok-icon {
      content: url("/static/website/img/tiktok-mobile.svg?86bb9369660f"); }
  .our-story-page h5 {
    font-size: 16px;
    margin-bottom: 15px; }
  .our-story-page h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  .our-story-page img.founder-img {
    margin-bottom: 50px; }
  .our-story-page p {
    font-size: 15px; }
  .our-story-page .top-content .columns:first-child:before {
    content: '';
    left: -1100px;
    z-index: 0;
    top: 265px;
    height: 65px; }
  .our-story-page .visi-misi {
    margin-bottom: 40px; }
  .our-story-page .visi-img {
    margin-bottom: 20px; }
  .our-story-page .visi-misi-content {
    gap: 20px; }
  .our-story-page .milestones .column {
    flex: 0 0 100%; }
  .our-story-page .milestones .content {
    gap: 20px; }
  .our-story-page .milestones__steps {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    margin-bottom: 15px; }
    .our-story-page .milestones__steps::-webkit-scrollbar {
      display: none; }
    .our-story-page .milestones__steps label {
      white-space: nowrap;
      flex-shrink: 0;
      scroll-snap-align: start; }
  .promotion-wrapper .tns-nav {
    top: 14px;
    left: 0; }
  .promotion-wrapper .promotion-control-wrapper .columns {
    right: 10px; }
  .sidebar-content .columns:not(:last-child) {
    margin-bottom: 20px; }
  .sidebar-tabs .columns {
    width: 100%; }
  .sidebar-tabs .full-width {
    position: relative; }
  .sidebar-tabs .name {
    display: flex; }
    .sidebar-tabs .name img {
      display: table; }
  .sidebar-tabs a.active {
    margin-bottom: 20px; }
    .sidebar-tabs a.active img {
      rotate: 180deg; }
  .sidebar-tabs .flex {
    display: flex; }
  .sidebar-tabs .row:after {
    display: table; }
  .sidebar-tabs li {
    display: initial; }
  .banner-wrapper {
    height: auto;
    aspect-ratio: 1 / 1; }
    .banner-wrapper h1 {
      margin: 10px 0 0;
      padding: 0;
      font-size: 22px;
      line-height: 1.2; }
    .banner-wrapper p {
      font: 18px / 1.4 "Asap-Regular";
      margin: 5px 0 20px; }
    .banner-wrapper + .block-content {
      display: inline-table; }
    .banner-wrapper .banner {
      aspect-ratio: 1 / 1; }
    .banner-wrapper .banner .banner-content {
      margin-top: 0; }
      .banner-wrapper .banner .banner-content a {
        margin: 0;
        font-size: 12px;
        height: auto;
        width: auto;
        padding: 10px 25px; } }
