* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  overflow-x: hidden;
}

body {
  font-family: 'Futura Md BT';
  font-size: 18px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: 120%;
}

h1 {
  font-family: 'Futura Md BT';
  font-size: 69px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

h2 {
  font-family: 'Futura Lt BT';
  font-size: 35px;
}

h3 {
  font-family: 'Futura Md BT';
  font-size: 32px;
}

h4 {
  font-family: 'Futura Md BT';
  font-size: 30px;
}

h5 {
  font-family: 'Futura Hv BT';
  font-size: 26px;
}

h6 {
  font-family: 'Futura Md BT';
  font-size: 19px;
}

p {
  font-family: 'Futura Bk BT';
  font-size: 16px;
}

#pc-display {
  display: block;
}

#mbl-display {
  display: none;
}

.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.hide {
  opacity: 0 !important;
  visibility: hidden !important;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
}

.carousel-indicators .active {
  width: 21px;
  height: 21px;
}

.notif {
  position: fixed;
  bottom: 15px;
  right: -800px;
  background: #00bc6f;
  width: 555px;
  height: 160px;
  border-radius: 100px;
  z-index: 2500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 1px 2px 1px 2px #ccc;
  -ms-box-shadow: 1px 2px 1px 2px #ccc;
  box-shadow: 1px 2px 1px 2px #ccc;
}

.notif p {
  color: #fff;
  font-family: 'Futura Lt BT';
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin: 15px 30px;
}

.notif img {
  width: 128px;
  height: 128px;
  display: inline-block;
  position: relative;
  left: 15px;
}

.notif .btn-wrap {
  float: right;
  width: 200px;
  height: 30px;
  position: relative;
  top: -30px;
  right: 60px;
}

.notif .btn-wrap .button {
  width: 90px;
  height: 100%;
  background: #fff;
  color: #00bc6f;
  border-radius: 50px;
  border: none;
  outline: none;
}

.notif .btn-wrap .button.btn-yes {
  float: left;
}

.notif .btn-wrap .button.btn-no {
  float: right;
}

.notif .btn-wrap .button:hover {
  background: #fffbcf;
}

#popup-question {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#popup-question .box {
  position: fixed;
  width: 600px;
  height: 540px;
  background: url(../images/bgd-popup.png) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  border-radius: 25px;
}

#popup-question .box .wrapper {
  margin: auto 160px;
}

#popup-question .box .wrapper h2 {
  text-align: center;
  color: #029e49;
  margin: 35px auto 25px;
}

#popup-question .box .wrapper .logo {
  background: url(../images/logo-natur-e.png) no-repeat;
  background-size: 125px 25px;
  width: 125px;
  height: 25px;
  left: 0;
  right: 0;
  margin: auto;
}

#popup-question .box .wrapper .dropdown-area {
  margin: 60px auto 105px;
  /* Active state */
  /* No CSS3 support */
}

#popup-question .box .wrapper .dropdown-area .select-umur::-ms-expand {
  display: none;
}

#popup-question .box .wrapper .dropdown-area .select-kulit::-ms-expand {
  display: none;
}

#popup-question .box .wrapper .dropdown-area .select-umur,
#popup-question .box .wrapper .dropdown-area .select-kulit {
  position: relative;
  width: 100%;
  height: 50px;
  display: block;
  background: url(../images/arrow-down.png) no-repeat #78c143;
  background-size: 15px 15px;
  background-position: 90% center;
  color: #fff;
  padding: 0 20px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 10px;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-bottom: 25px;
}

#popup-question .box .wrapper .dropdown-area .select-umur > .item,
#popup-question .box .wrapper .dropdown-area .select-kulit > .item {
  cursor: pointer;
  display: block;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#popup-question .box .wrapper .dropdown-area .select-umur > .item:hover,
#popup-question .box .wrapper .dropdown-area .select-kulit > .item:hover {
  background: #fff !important;
  color: #000;
}

#popup-question .box .wrapper .dropdown-area .wrapper-dropdown {
  position: relative;
  width: 100%;
  height: 50px;
  display: block;
  background: url(../images/arrow-down.png) no-repeat #78c143;
  background-size: 15px 15px;
  background-position: 90% center;
  color: #fff;
  padding: 10px 20px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 10px;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-bottom: 25px;
}

#popup-question .box .wrapper .dropdown-area .wrapper-dropdown .dropdown {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  list-style-type: none;
  background: #78c143;
  padding: 10px 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

#popup-question .box .wrapper .dropdown-area .wrapper-dropdown .dropdown li a {
  display: block;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Futura Lt BT';
  padding: 0 20px;
}

#popup-question .box .wrapper .dropdown-area .wrapper-dropdown .dropdown li:hover a {
  background: #f3f8f8;
  color: #029e49;
}

#popup-question .box .wrapper .dropdown-area .wrapper-dropdown span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 25px;
}

#popup-question .box .wrapper .dropdown-area .wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

#popup-question .box .wrapper .dropdown-area .no-opacity .wrapper-dropdown .dropdown,
#popup-question .box .wrapper .dropdown-area .no-pointerevents .wrapper-dropdown .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}

#popup-question .box .wrapper .dropdown-area .no-opacity .wrapper-dropdown.active .dropdown,
#popup-question .box .wrapper .dropdown-area .no-pointerevents .wrapper-dropdown.active .dropdown {
  display: block;
}

#popup-question .box .wrapper #btn-try-later {
  font-family: 'Futura Lt BT';
  font-size: 28px;
  color: #029e49;
  display: block;
  text-align: center;
  cursor: pointer;
}

#login h1 {
  padding: 25px 0;
}

.modaloverlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}

.modaloverlay:target {
  display: block;
  pointer-events: auto;
  z-index: 99999;
  opacity: 1;
}

.modaloverlay .modal-wrapper {
  background: none;
  height: 100%;
  max-height: 350px;
  width: 100%;
  max-width: 520px;
  position: absolute;
  margin: auto;
  padding: 30px;
  display: block;
  top: 85px;
  left: 0;
  right: 0;
  background: #fff;
}

.modaloverlay .modal-wrapper .modal {
  height: 100%;
  max-height: 350px;
  width: 100%;
  max-width: 226px;
  position: absolute;
  margin: auto;
  padding: 30px 0;
  display: block;
}

.modaloverlay .modal-wrapper .btn-close {
  background: url(../images/close-button.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  right: -7px;
  top: -15px;
  z-index: 1051;
  opacity: 1;
}

.modaloverlay h1 {
  font-family: 'Futura Hv BT';
  font-size: 23px;
  padding: 0 0 25px 0;
  color: #8bc043;
}

.modaloverlay input,
.modaloverlay .button {
  width: 100%;
  height: 40px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-family: 'Futura Bk BT';
  font-style: italic;
  text-align: center;
  outline: none;
  border-radius: 50px;
  padding: 0 20px;
  color: #029e49;
  border: 2px solid #029e49;
}

.modaloverlay .button {
  color: #fff;
  font-size: 23px;
  font-family: 'Futura Hv BT';
  font-style: normal;
  border: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}

.modaloverlay .btn-submit {
  background: #8bc043;
}

.modaloverlay .btn-submit:hover {
  background: #fff;
  color: #8bc043;
  border: 2px solid #8bc043;
  text-decoration: none;
}

.modaloverlay .btn-submit:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.modaloverlay p {
  color: #d2d3d4;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  top: -10px;
  position: relative;
}

.modaloverlay .a-register {
  font-style: italic;
  font-size: 23px;
  font-family: 'Futura Hv BT';
  position: relative;
  display: block;
  text-align: center;
  top: -17px;
  color: #8bc043;
}

.modaloverlay #form-register .btn-submit:before {
  top: 260px;
}

#profile .modal {
  max-width: 280px;
}

#profile .t-email {
  word-break: break-all;
  line-height: 1em;
}

#profile .img-profile {
  width: 95px;
  height: 95px;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

#profile #upload-link {
  font-size: 16px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 10px auto 30px;
  display: block;
  color: #95989a;
  font-family: 'Futura Bk BT';
}

#profile p {
  margin-bottom: 20px;
  color: #95989a;
  font-style: normal;
  font-family: 'Futura HV BT';
  font-size: 18px;
}

#browse-photo .border {
  height: 100%;
  border: 3px dotted #cecece;
}

#browse-photo .image-upload > input {
  display: none;
}

#browse-photo .image-upload .icon-upload {
  width: 200px;
  height: 50px;
  background: #93d862;
  color: #fff;
  font-family: 'Futura HV BT';
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-size: 25px;
  text-align: center;
  padding: 7px;
  left: 0;
  right: 0;
}

#ol-partner .modal-wrapper {
  top: 0;
  bottom: 0;
}

#ol-partner .modal {
  max-width: 100%;
  padding: 30px;
}

#ol-partner img {
  width: 100%;
  max-width: 133px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

#ol-partner .col {
  margin: 20px auto;
}

#ol-partner .btn-beli {
  width: 133px;
  background: #68ac4b;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px 15px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

#ol-partner .btn-beli:hover {
  background: #fff;
  color: #68ac4b;
  text-decoration: none;
  border: 1px solid #68ac4b;
}

#ol-partner .btn-beli:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

#formPost .modal-wrapper {
  max-width: 960px;
  max-height: 600px;
  background: #ededed;
  border-radius: 20px;
  top: 0;
  bottom: 0;
}

#formPost .modal-wrapper .modal {
  max-height: 100%;
  max-width: 100%;
  padding: 50px;
}

#formPost .modal-wrapper .modal h3 {
  font-size: 24px;
}

#formPost .modal-wrapper .modal input {
  font-style: normal;
  text-align: left;
  border-radius: 10px;
  height: auto;
  padding: 10px 20px;
  margin: 30px auto;
  font-family: 'Futura Md BT';
}

#formPost .modal-wrapper .modal ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: 'Futura Md BT';
  color: #bab9b9;
  font-size: 18px;
}

#formPost .modal-wrapper .modal :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Futura Md BT';
  color: #bab9b9;
  opacity: 1;
  font-size: 18px;
}

#formPost .modal-wrapper .modal ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Futura Md BT';
  color: #bab9b9;
  opacity: 1;
  font-size: 18px;
}

#formPost .modal-wrapper .modal :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Futura Md BT';
  color: #bab9b9;
  font-size: 18px;
}

#formPost .modal-wrapper .modal ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Futura Md BT';
  color: #bab9b9;
  font-size: 18px;
}

#formPost .modal-wrapper .modal .minict_wrapper {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  outline: none;
  border-radius: 10px;
  font-style: normal;
  text-align: left;
  height: auto;
  padding: 10px 20px;
  margin: 0 auto 30px;
}

#formPost .modal-wrapper .modal .minict_wrapper input[placeholder] {
  color: #000;
}

#formPost .modal-wrapper .modal .minict_wrapper:after {
  display: none;
}

#formPost .modal-wrapper .modal .minict_wrapper span {
  font-size: 16px;
  font-family: 'Futura Md BT';
  overflow: inherit;
  color: #000;
}

#formPost .modal-wrapper .modal .minict_wrapper span:empty:before {
  content: 'Category';
  font-size: 18px;
  color: #bab9b9;
}

#formPost .modal-wrapper .modal .minict_wrapper ul {
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  list-style-type: none;
  background: #fff;
  padding: 10px 0px;
  border-radius: 15px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#formPost .modal-wrapper .modal .minict_wrapper ul li {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Futura Md BT';
  padding: 0 20px;
  color: #bab9b9;
}

#formPost .modal-wrapper .modal .minict_wrapper ul li:hover {
  background: #f3f8f8;
}

#formPost .modal-wrapper .modal .minict_wrapper ul li .minict_empty {
  display: none;
}

#formPost .modal-wrapper .modal .minict_wrapper ul li.selected {
  background: transparent;
}

#formPost .modal-wrapper .modal textarea {
  width: 100%;
  height: 260px;
  padding: 10px 20px;
  border-radius: 10px;
  outline: none;
  font-family: 'Futura Bk BT';
  resize: none;
}

#formPost .modal-wrapper .modal .button {
  width: 107px;
  font-family: 'Futura Md BT';
  font-size: 20px;
  margin: 10px 10px 10px 0px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  float: right;
}

.sticky-header {
  position: fixed !important;
  width: 100%;
  margin-top: 0 !important;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.burger-menu {
  position: relative;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 30;
}

.burger-menu .wrapper {
  height: 100%;
  padding: 0 50px;
}

.burger-menu .row,
.burger-menu .col {
  height: 100%;
}

.burger-menu .b-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.burger-menu .burger {
  position: relative;
  background: #018f3c;
  width: 35px;
  height: 5px;
  top: 20px;
  left: 0px;
  opacity: 1;
  display: inline-block;
  border-radius: 50px;
}

.burger-menu .burger:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.burger-menu .burger p {
  position: absolute;
  display: inline-block;
  left: 50px;
  top: -15px;
  font-size: 26px;
  font-family: 'Futura Hv BT';
  color: #018f3c;
}

.burger-menu .burger:before {
  content: "";
  display: block;
  position: absolute;
  background: #018f3c;
  width: 35px;
  height: 5px;
  top: 10px;
  border-radius: 50px;
}

.burger-menu .burger:after {
  content: "";
  display: block;
  position: absolute;
  background: #018f3c;
  width: 35px;
  height: 5px;
  bottom: 10px;
  border-radius: 50px;
}

.burger-menu .logo-natur-e {
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 31px;
  top: 20px;
}

.burger-menu .logo-natur-e:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.burger-menu .logo-natur-e img {
  width: 150px;
  height: auto;
}

.burger::after, .burger::before, .burger {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.b-wrapper.menu-on .burger::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0px;
}

.b-wrapper.menu-on .burger::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

.b-wrapper.menu-on .burger {
  background: rgba(143, 1, 60, 0);
}

.column {
  height: 100%;
}

.search {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.search_bar {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.search_bar input[type="text"] {
  width: 0px;
  background: transparent;
  -webkit-transition: border 0.3s 0s, width 0.2s 0s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0s;
  transition: border 0.3s 0s, width 0.2s 0s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0s;
  -moz-transition: border 0.3s 0s, width 0.2s 0s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0s;
  -ms-transition: border 0.3s 0s, width 0.2s 0s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0s;
  padding: 20px 0;
  outline: none;
  border: none;
  font-size: 16px;
  color: #b8b5b5;
  border-radius: 5px;
  font-family: 'Futura Bk BT';
  text-align: center;
}

.search_bar input[type="checkbox"] {
  display: none;
}

.search_bar input[type="checkbox"]:checked + label + input {
  width: 220px;
  border: 2px solid #018f3c;
  border-radius: 50px;
  padding: 5px 20px;
  text-indent: 0px;
  background: #fff;
}

.search_bar input[type="checkbox"]:checked + label i {
  right: 0px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  color: #b8b5b5;
}

.search_bar input[type="checkbox"]:checked + label .last {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  background: url(../images/close-button-green.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.search_bar .last {
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.search_bar i {
  background: url(../images/icon-search.png) no-repeat;
  background-size: contain;
  position: absolute;
  font-size: 30px;
  top: 50%;
  right: 0;
  cursor: pointer;
  margin: auto;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: right .3s, color .3s, -webkit-transform .3s;
  transition: right .3s, color .3s, -webkit-transform .3s;
  transition: right .3s, transform .3s, color .3s;
  transition: right .3s, transform .3s, color .3s, -webkit-transform .3s;
}

.search_bar i:hover {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search_bar ::-webkit-input-placeholder {
  color: #b8b5b5;
  font-family: 'Futura Bk BT';
  font-style: italic;
}

.search_bar ::-moz-input-placeholder {
  color: #b8b5b5;
  font-family: 'Futura Bk BT';
  font-style: italic;
}

.search_bar ::-o-input-placeholder {
  color: #b8b5b5;
  font-family: 'Futura Bk BT';
  font-style: italic;
}

.search_bar ::-ms-input-placeholder {
  color: #b8b5b5;
  font-family: 'Futura Bk BT';
  font-style: italic;
}

/* add a empty string after the elment with class .slide-center-out  */
.slide-center-out:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -moz-transition: width .5s ease, background-color .5s ease;
  -ms-transition: width .5s ease, background-color .5s ease;
  margin: auto;
  /* center the cotent so it will sliding from the midddle to the left and right */
  margin-left: 18px;
}

/* Change the width and background on hover, aka sliding from the middle to the left and right */
.slide-center-out:hover:after {
  width: 90%;
  background: #207949;
}

.pc-nav {
  position: fixed;
  width: 100%;
  height: auto;
  background: #fff9ad;
  left: 0px;
  top: -1800px;
  z-index: 20;
}

.pc-nav .nav-wrapper {
  width: 100%;
  height: 500px;
  background: #fff9ad;
}

.pc-nav .nav-wrapper .border {
  position: absolute;
  top: 10px;
  left: 30px;
  right: 15px;
  bottom: 10px;
  border: 2px solid #fff;
}

.pc-nav .nav-wrapper a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.pc-nav .nav-wrapper a:hover {
  color: #fff;
}

.pc-nav .nav-wrapper p {
  color: #fff;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 56px;
  letter-spacing: 3px;
  margin: 0;
  position: relative;
  top: 80px;
  line-height: 1.2em;
}

.pc-nav .nav-wrapper .col {
  height: 245px;
  padding: 0;
}

.pc-nav .nav-wrapper .col-home {
  width: 100%;
  height: 100%;
  background: url(../images/bg-m-home.jpg) center center no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-product {
  width: 100%;
  height: 100%;
  background: url(../images/bg-m-product.jpg) center center no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-product .border {
  left: 15px;
}

.pc-nav .nav-wrapper .col-login,
.pc-nav .nav-wrapper .col-loyalty,
.pc-nav .nav-wrapper .col-faq {
  width: 100%;
  height: 122.5px;
  background: url(../images/bg-m-login.jpg) top center no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-login p,
.pc-nav .nav-wrapper .col-loyalty p,
.pc-nav .nav-wrapper .col-faq p {
  font-size: 36px;
  top: 40px;
}

.pc-nav .nav-wrapper .col-login .border,
.pc-nav .nav-wrapper .col-loyalty .border,
.pc-nav .nav-wrapper .col-faq .border {
  height: 100px;
  left: 10px;
  right: 25px;
  bottom: 0;
}

.pc-nav .nav-wrapper .col-login .after-login {
  display: none;
  width: 200px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  top: 70px;
  text-align: center;
}

.pc-nav .nav-wrapper .col-login .after-login a {
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
}

.pc-nav .nav-wrapper .col-login .after-login a:hover {
  text-decoration: underline;
  color: #fff;
}

.pc-nav .nav-wrapper .col-login .after-login .a-profile {
  background: url(../images/icon-profil.png) no-repeat #3e3f3e;
  background-size: contain;
  background-position: center -2px;
  border-radius: 50px;
  width: 110px;
  height: 30px;
  display: inline-block;
  top: 0;
  left: 0;
  border: 1px solid #3e3f3e;
}

.pc-nav .nav-wrapper .col-login .after-login .a-profile:hover {
  border: 1px solid #f5f6ed;
}

.pc-nav .nav-wrapper .col-login .after-login .a-logout {
  position: relative;
  top: 0;
  left: 50px;
}

.pc-nav .nav-wrapper .col-loyalty {
  background: url(../images/bg-m-point.jpg) center center no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-loyalty .border {
  top: 135px;
}

.pc-nav .nav-wrapper .col-loyalty p {
  top: 15px;
}

.pc-nav .nav-wrapper .col-btalk p,
.pc-nav .nav-wrapper .col-btips p,
.pc-nav .nav-wrapper .col-bstories p {
  width: 214px;
  left: 0;
  right: 0;
  margin: auto;
}

.pc-nav .nav-wrapper .col-btalk {
  width: 100%;
  height: 100%;
  background: url(../images/bg-m-talk.jpg) center center no-repeat;
  background-size: cover;
  background-position: 0;
}

.pc-nav .nav-wrapper .col-btalk p {
  top: 50px;
}

.pc-nav .nav-wrapper .col-btips,
.pc-nav .nav-wrapper .col-bstories {
  width: 100%;
  height: 100%;
  background: url(../images/bg-m-tips.jpg) center center no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-btips .border,
.pc-nav .nav-wrapper .col-bstories .border {
  left: 15px;
}

.pc-nav .nav-wrapper .col-btips p,
.pc-nav .nav-wrapper .col-bstories p {
  top: 50px;
}

.pc-nav .nav-wrapper .col-bstories {
  background: url(../images/bg-m-stories.jpg) center center no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-faq {
  background: url(../images/bg-m-faq.jpg) center center no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-sosmed {
  width: 100%;
  height: 122.5px;
  background: url(../images/bg-m-sosmed.jpg) bottom center no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-sosmed .border {
  position: absolute;
  height: 102.5px;
  top: 132px;
  left: 10px;
  right: 25px;
  bottom: 0;
  border: 2px solid #fff;
}

.pc-nav .nav-wrapper .col-sosmed .column {
  position: relative;
  width: 195px;
  height: 50px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
}

.pc-nav .nav-wrapper .col-sosmed .column .sosmed-fb, .pc-nav .nav-wrapper .col-sosmed .column .sosmed-ig {
  background: url(../images/sosmed-fb.png) 0px 0px no-repeat;
  background-size: cover;
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  left: 0;
  top: 0;
  margin: 0 5px;
}

.pc-nav .nav-wrapper .col-sosmed .column .sosmed-fb:hover, .pc-nav .nav-wrapper .col-sosmed .column .sosmed-ig:hover {
  background: url(../images/sosmed-fb.png) -50px 0px no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-sosmed .column .sosmed-ig {
  background: url(../images/sosmed-ig.png) 0px 0px no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-sosmed .column .sosmed-ig:hover {
  background: url(../images/sosmed-ig.png) -50px 0px no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-sosmed .column .sosmed-twitter {
  width: 50px;
  height: 50px;
  border: none;
  display: inline-block;
  right: 0;
  top: 0;
  margin: 0 5px;
  background: url(../images/sosmed-twitter.png) 0px 0px no-repeat;
  background-size: cover;
}

.pc-nav .nav-wrapper .col-sosmed .column .sosmed-twitter:hover {
  background: url(../images/sosmed-twitter.png) -50px 0px no-repeat;
  background-size: cover;
}

.section-banner .container {
  width: 100%;
  padding: 0;
}

.section-banner .img-banner {
  width: 100%;
}

.section-produk {
  position: relative;
}

.section-produk h1 {
  font-size: 56px;
  padding: 0;
  text-align: left;
}

.section-produk .row {
  padding-top: 155px;
}

.section-produk:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/line-shadow.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 144px;
  left: 0px;
  top: -70px;
}

.section-produk:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/line-shadow.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 144px;
  left: 0px;
  bottom: -70px;
}

.section-produk .background {
  height: 700px;
  background-size: cover !important;
}

.section-produk .col-button {
  z-index: 1;
}

.section-produk .col-produk {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.section-produk .box-info {
  position: absolute;
  right: -170px;
  top: 0;
  width: 300px;
}

.section-produk .btn-see-more,
.section-stories .btn-see-more,
.section-btalk .btn-see-more {
  position: relative;
  width: 240px;
  color: #fff;
  padding: 12px 10px;
  border-radius: 50px;
  left: 0;
  margin: 37px 0;
  text-align: center;
  font-size: 20px;
  display: block;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}

.section-tips {
  position: relative;
  height: 800px;
}

.section-tips:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/line-shadow.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 144px;
  left: 0px;
  bottom: -200px;
}

.section-tips h1 {
  text-align: center;
}

.section-tips h1:after {
  content: '';
  width: 450px;
  height: 30px;
  display: block;
  position: relative;
  left: 0px;
  top: -30px;
  right: 0;
  margin: auto;
  z-index: -1;
}

.section-tips h1 span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  left: -10px;
  top: -8px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.section-tips h1 span:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  right: -10px;
  top: -8px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.section-tips a {
  text-decoration: none;
}

.section-tips .frame {
  width: 100%;
  height: 400px;
}

.section-tips .frame:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.section-tips .frame:hover .a-more {
  background-color: #fffbcf;
  text-decoration: none;
  padding: 0 30px;
}

.section-tips .frame img {
  width: 100%;
  height: 256px;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-tips .frame h2 {
  font-size: 18px;
  padding: 0 12px;
}

.section-tips .frame p {
  bottom: 0;
  position: absolute;
  right: 30px;
}

.section-tips .frame p .a-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  left: -8px;
  top: 0px;
}

.section-tips .frame p .a-more {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-tips .btn-see-more {
  position: relative;
  width: 240px;
  padding: 12px 10px;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: 65px auto 0;
  text-align: center;
  font-size: 20px;
  display: block;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}

.section-stories:before {
  content: '';
  display: block;
  position: relative;
  background: url(../images/line-shadow.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 144px;
  left: 0px;
  top: 900px;
}

.section-stories .background {
  height: 850px;
  background-size: cover !important;
}

.section-stories .btn-see-more {
  right: 0;
  margin: auto;
  display: table;
  top: 30px;
}

.section-stories h1:after {
  content: '';
  width: 450px;
  height: 10px;
  display: block;
  position: relative;
  left: 0px;
  right: 0;
  margin: auto;
  top: 0px;
}

.section-stories h1 span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  left: -10px;
  top: -8px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.section-stories h1 span:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  right: -10px;
  top: -8px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.section-stories a:hover {
  text-decoration: none;
}

.section-stories .frame {
  width: 100%;
  height: 420px;
}

.section-stories .frame img {
  display: block;
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 100px;
  padding: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-stories .frame:hover .btn-selengkapnya {
  border-bottom: 1px solid;
}

.section-stories .frame:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section-stories .frame .stories-box {
  width: 100%;
  height: 220px;
  position: relative;
  top: -40px;
  z-index: 1;
  max-width: 250px;
  margin: auto;
  background: #fff;
  border-radius: 15px;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

.section-stories .frame .stories-box h6 {
  text-align: center;
  font-size: 22px;
  padding: 12px 5px;
  border-radius: 50px;
  position: relative;
  z-index: 3;
}

.section-stories .frame .stories-box .p-stories {
  font-size: 18px;
  padding: 15px;
  line-height: 1.2em;
  height: 100%;
  max-height: 100px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section-stories .frame .stories-box .btn-selengkapnya {
  font-family: "Futura Md BT";
  font-size: 16px;
  position: relative;
  text-align: center;
  display: block;
  width: 120px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-stories .frame .stories-box .btn-selengkapnya:hover {
  text-decoration: none;
}

.section-stories .frame .stories-box .btn-selengkapnya:before {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: -5px;
  top: 1px;
}

.section-stories .frame .stories-box .btn-selengkapnya:after {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: -5px;
  top: 1px;
}

.section-btalk {
  height: 750px;
}

.section-btalk h1:after {
  content: '';
  width: 450px;
  height: 10px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.section-btalk h1 span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  left: -10px;
  top: -8px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.section-btalk h1 span:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  right: -10px;
  top: -8px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.section-btalk .col {
  background: #f7f7f7;
  width: 30%;
  height: 300px;
  margin: auto 19px;
  border-bottom: 1px solid #818181;
  overflow: hidden;
  padding-top: 25px;
}

.section-btalk .col:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
}

.section-btalk .col:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #c3c3c3;
}

.section-btalk .col h6 {
  font-size: 26px;
  padding-left: 40px;
}

.section-btalk .col h6:before {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 35px;
}

.section-btalk .col p {
  font-size: 19px;
  font-family: 'Futura Lt BT';
  padding: 10px 0px 10px 40px;
}

.section-btalk .col .box {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}

.section-btalk .col .box .t-post,
.section-btalk .col .box .t-likes {
  font-size: 16px;
  padding: 0 0 0 40px;
  margin: 0;
}

.section-btalk .btn-see-more {
  right: 0;
  margin: auto;
  top: 60px;
}

.section-video {
  position: relative;
  margin-bottom: 90px;
}

.section-video:before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.section-video:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 40px;
}

.section-video .container {
  margin: 30px auto 80px;
}

.section-video h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 52px;
}

.section-video h1:after {
  content: '';
  width: 450px;
  height: 10px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.section-video h1 span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  left: -10px;
  top: -8px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.section-video h1 span:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  right: -10px;
  top: -8px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.section-video #col-video .video-desc,
.section-video #col-news .video-desc {
  font-size: 18px;
  text-align: center;
  margin: 20px auto 30px;
}

.section-video #col-video .image-thumbnail,
.section-video #col-news .image-thumbnail {
  left: 0;
  right: 0;
  margin: auto;
}

.section-video #col-video .image-thumbnail:hover,
.section-video #col-news .image-thumbnail:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-video #col-news iframe {
  left: 0;
  right: 0;
  margin: 50px auto 0;
  display: block;
}

.section-video #col-news iframe:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-video .carousel-control.left,
.section-video .carousel-control.right {
  background-image: none;
}

.section-video .carousel-control {
  opacity: 1;
}

.section-video .carousel-control:hover {
  opacity: 0.5;
}

.section-video .carousel-control .glyphicon-chevron-right {
  right: 100%;
}

.section-video .carousel-control .glyphicon-chevron-left {
  left: 100%;
}

.landing-produk {
  position: relative;
  top: 0;
}

.landing-produk #produk-100iu {
  height: 700px;
}

.landing-produk #produk-100iu:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/line-shadow-prod.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 595px;
  top: -245px;
  left: 0;
}

.landing-produk #produk-100iu .background {
  background: url(../images/bgd-prod-100iu.png) no-repeat;
  background-size: cover;
  height: 100%;
}

.landing-produk #produk-100iu .btn-see-produk {
  background: #71ac5c;
}

.landing-produk #produk-100iu .btn-see-produk:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #71ac5c;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.landing-produk #produk-100iu .btn-see-produk:hover {
  background: #fff;
  color: #71ac5c;
  text-decoration: none;
}

.landing-produk #produk-100iu .btn-see-produk:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.landing-produk #produk-100iu .col-produk {
  top: 100px;
}

.landing-produk .button {
  position: relative;
  width: 200px;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  top: -10px;
  left: 70px;
  z-index: 5;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}

.landing-produk .row {
  margin: 90px 0;
}

.landing-produk .col-desc,
.landing-produk .col-produk {
  display: inline-block;
}

.landing-produk .col-produk {
  width: 60%;
  float: left;
  position: relative;
  z-index: 1;
}

.landing-produk .img-produk {
  width: 100%;
  height: auto;
}

.landing-produk .logo-produk {
  width: 362px;
  height: auto;
  position: relative;
  left: -70px;
}

.landing-produk .col-desc {
  width: 50%;
  position: absolute;
  right: 0;
}

.landing-produk .col-desc p {
  color: #029e49;
  margin: 30px 0 0 0;
  border: 1px solid #029e49;
  border-radius: 30px;
  padding: 40px 30px 40px 80px;
  font-size: 19px;
}

.landing-produk .col-desc p span {
  font-family: 'Futura Hv BT';
}

.landing-produk #produk-300iu {
  height: 800px;
}

.landing-produk #produk-300iu:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/line-shadow-prod.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 595px;
  top: 485px;
  left: 0;
}

.landing-produk #produk-300iu:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/line-shadow-prod.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 595px;
  top: 1265px;
  left: 0;
}

.landing-produk #produk-300iu .background {
  background: url(../images/bgd-prod-300iu.png) no-repeat;
  background-size: cover;
  height: 100%;
}

.landing-produk #produk-300iu .img-produk {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.landing-produk #produk-300iu .col-produk {
  width: 50%;
  position: absolute;
  left: 0;
}

.landing-produk #produk-300iu .col-produk p {
  color: #f7502a;
  margin: 30px 0 0 0;
  border: 1px solid #f7502a;
  border-radius: 30px;
  padding: 40px 30px 40px 80px;
  font-size: 19px;
  display: inline-block;
}

.landing-produk #produk-300iu .col-produk p span {
  font-family: 'Futura Hv BT';
}

.landing-produk #produk-300iu .col-desc {
  width: 60%;
  float: right;
  position: relative;
  top: 200px;
  z-index: 1;
}

.landing-produk #produk-300iu .logo-produk {
  width: 453px;
  float: right;
  right: -100px;
  position: relative;
}

.landing-produk #produk-300iu .btn-see-produk {
  background: #f7502a;
}

.landing-produk #produk-300iu .btn-see-produk:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f7502a;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.landing-produk #produk-300iu .btn-see-produk:hover {
  background: #fff;
  color: #f7502a;
  text-decoration: none;
}

.landing-produk #produk-300iu .btn-see-produk:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.landing-produk #produk-advanced {
  height: 750px;
}

.landing-produk #produk-advanced .background {
  background: url(../images/bgd-prod-advanced.png) no-repeat;
  background-size: cover;
  height: 100%;
}

.landing-produk #produk-advanced .logo-produk {
  position: relative;
  left: -70px;
}

.landing-produk #produk-advanced .col-desc p {
  color: #aa1a3a;
  border: 1px solid #aa1a3a;
}

.landing-produk #produk-advanced .col-produk {
  position: relative;
  top: 170px;
}

.landing-produk #produk-advanced .btn-see-produk {
  background: #aa1a3a;
}

.landing-produk #produk-advanced .btn-see-produk:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #aa1a3a;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.landing-produk #produk-advanced .btn-see-produk:hover {
  background: #fff;
  color: #aa1a3a;
  text-decoration: none;
}

.landing-produk #produk-advanced .btn-see-produk:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.detail-produk #prod-section1 {
  padding: 100px 0 250px 0;
}

.detail-produk .img-produk {
  width: 100%;
  height: auto;
  position: relative;
  top: 90px;
  left: -80px;
}

.detail-produk .col-desc,
.detail-produk .col-produk {
  display: inline-block;
}

.detail-produk .col-produk {
  width: 60%;
  float: left;
  position: relative;
  z-index: 1;
}

.detail-produk .logo-produk {
  width: 362px;
  height: auto;
}

.detail-produk .col-desc {
  width: 50%;
  position: absolute;
  right: 0;
}

.detail-produk .col-desc p {
  margin: 30px 0 0 0;
  border-radius: 30px;
  padding: 40px 30px 40px 80px;
  font-size: 19px;
}

.detail-produk .col-desc p span {
  font-family: 'Futura Hv BT';
}

.detail-produk .button {
  width: 200px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 50px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  display: block;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
  z-index: 3;
}

.detail-produk .btn-buy:after {
  content: '';
  width: 100px;
  height: 3px;
  display: block;
  position: relative;
  left: 0px;
  right: 0;
  top: 40px;
  margin: auto;
}

.detail-produk .btn-buy:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.detail-produk .btn-buy:hover {
  text-decoration: none;
}

.detail-produk .btn-buy:hover .a-atc {
  background: url(../images/icon-atc-hover.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
}

.detail-produk .btn-buy:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.detail-produk .a-atc {
  background: url(../images/icon-atc.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
  left: -8px;
  top: 0px;
  vertical-align: top;
}

.detail-produk .prod-face {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.detail-produk .prod-lotion {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.detail-produk .prod-capsul {
  width: 370px !important;
  position: relative;
  top: 100px;
}

.detail-produk .produk-wrapper {
  width: 900px;
  left: 0;
  right: 0;
  margin: auto;
}

.detail-produk .tabs {
  margin-bottom: 50px;
}

.detail-produk .tab-menu {
  position: relative;
  margin: 30px 0 100px 0;
  width: 90%;
  float: right;
  display: inline-block;
}

.detail-produk .tab-menu img {
  width: 50px;
  height: auto;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  top: -5px;
}

.detail-produk .tab-menu .tab-link {
  width: 90px;
  height: 90px;
}

.detail-produk .tab-menu .tab-face {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.detail-produk .tab-menu .tab-lotion {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.detail-produk .tab-menu .tab-lotion img {
  top: -15px;
}

.detail-produk .tab-menu .tab-facemist {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.detail-produk .tab-menu .tab-facemist img {
  top: -25px;
  width: 55px;
}

.detail-produk .tab-menu .tab-capsul img {
  width: 120px;
  top: 20px;
  left: -10px;
}

.detail-produk .tab-menu ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-produk .tab-menu ul li {
  padding: 0;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin: 0 15px;
  border-radius: 50px;
}

.detail-produk .tab-menu ul .active-menu {
  cursor: pointer;
}

.detail-produk .tab50 {
  width: 50%;
}

.detail-produk .tab-content {
  position: relative;
}

.detail-produk .tab-content h1 {
  font-family: 'Futura Hv BT';
  font-size: 32px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 18px;
}

.detail-produk .tab-content h2 {
  font-family: 'Futura Hv BT';
  font-size: 32px;
  text-align: left;
}

.detail-produk .tab-content h2:after {
  content: '';
  width: 200px;
  height: 30px;
  display: block;
  position: relative;
  left: 0px;
  top: -20px;
  z-index: -1;
}

.detail-produk .tab-content p {
  color: #029e49;
  font-size: 19px;
  margin: 10px 0 30px 0;
}

.detail-produk .slide {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

.detail-produk .slide img {
  width: 170px;
  height: auto;
}

.detail-produk .active-menu {
  background: #71ac5c;
}

.detail-produk .active-tab {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.detail-produk .anim-right {
  -webkit-animation: moveRight 600ms ease;
  animation: moveRight 600ms ease;
}

.detail-produk .anim-left {
  -webkit-animation: moveLeft 600ms ease;
  animation: moveLeft 600ms ease;
}

.detail-produk #slide-2,
.detail-produk #slide-3,
.detail-produk #slide-4,
.detail-produk #slide-5,
.detail-produk #slide-6 {
  display: none;
}

.detail-produk #prod-section3 .wrapper {
  max-width: 500px;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
}

.detail-produk #prod-section3 .logo-produk {
  width: 240px;
  position: relative;
  top: 70px;
  left: 0px;
  display: block;
}

.detail-produk .col-100 {
  background: #dfe8ce;
  height: 480px;
  padding: 0;
}

.detail-produk .col-300 {
  background: #fdbc95;
  height: 480px;
  padding: 0;
}

.detail-produk .col-300 .img-produk-300 {
  left: 50px;
}

.detail-produk .col-300 .img-produk-adv {
  left: -140px;
  bottom: -45px;
  -webkit-transform: scale(1.22);
  transform: scale(1.22);
}

.detail-produk .col-adv {
  background: #fff;
  height: 480px;
  padding: 0;
}

.detail-produk .btn-see-produk100 {
  background: #20a457;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  left: 15px;
  top: 80px;
}

.detail-produk .btn-see-produk100:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #20a457;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.detail-produk .btn-see-produk100:hover {
  background: #fff;
  color: #20a457;
  text-decoration: none;
}

.detail-produk .btn-see-produk100:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.detail-produk .btn-see-produk300 {
  background: #f7502a;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  left: 15px;
  top: 80px;
}

.detail-produk .btn-see-produk300:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f7502a;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.detail-produk .btn-see-produk300:hover {
  background: #fff;
  color: #f7502a;
  text-decoration: none;
}

.detail-produk .btn-see-produk300:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.detail-produk .img-produk-300 {
  width: 100%;
  height: auto;
  position: relative;
  left: 90px;
  bottom: -30px;
}

.detail-produk .logo-produk-right {
  width: 200px;
  position: relative;
  display: block;
  top: 70px;
  left: 300px;
}

.detail-produk .btn-right {
  left: 300px;
}

.detail-produk .btn-see-produk-adv {
  background: #aa1a3a;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  left: 295px;
  top: 90px;
}

.detail-produk .btn-see-produk-adv:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #aa1a3a;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.detail-produk .btn-see-produk-adv:hover {
  background: #fff;
  color: #aa1a3a;
  text-decoration: none;
}

.detail-produk .btn-see-produk-adv:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.detail-produk .img-produk-adv {
  width: 100%;
  height: auto;
  position: relative;
  left: -120px;
  bottom: -20px;
}

.detail-produk .img-prod {
  float: right;
  margin-right: 50px;
}

.detail-100iu .background {
  background: url(../images/bgd-detail-100iu.png) no-repeat;
  background-size: cover;
  height: 100%;
}

.detail-100iu .col-desc p {
  color: #029e49;
  border: 1px solid #029e49;
}

.detail-100iu .tab-menu ul .active-menu {
  background: #71ac5c;
}

.detail-100iu .tab-content h1 {
  color: #71ac5c;
}

.detail-100iu .tab-content h2 {
  color: #008945;
}

.detail-100iu .tab-content h2:after {
  background: #fff;
}

.detail-100iu .tab-content p {
  color: #029e49;
}

.detail-100iu .tab-content #slide-2 h2:after {
  width: 500px;
}

.detail-100iu .tab-content #slide-3 h2:after {
  width: 400px;
}

.detail-100iu .btn-buy {
  background: #71ac5c;
  color: #fff;
}

.detail-100iu .btn-buy:after {
  background: #81c94d;
}

.detail-100iu .btn-buy:before {
  border: 2px solid #71ac5c;
}

.detail-100iu .btn-buy:hover {
  background: #fff;
  color: #71ac5c;
}

.detail-300iu .showOnMobile {
  display: none;
}

.detail-300iu .background {
  background: url(../images/bgd-detail-300iu.png) no-repeat;
  background-size: cover;
  height: 100%;
}

.detail-300iu .col-desc p {
  color: #f7502a;
  border: 1px solid #f7502a;
}

.detail-300iu .tab-menu {
  right: -100px;
}

.detail-300iu .tab-menu ul .active-menu {
  background: #f7502a;
}

.detail-300iu .tab-menu ul .active-menu.tab-lotion-pink {
  background: #ff4c6d !important;
}

.detail-300iu .tab-menu ul .active-menu.tab-lotion-orange {
  background: #ff9557 !important;
}

.detail-300iu .tab-menu ul .active-menu.tab-lotion-biru {
  background: #00b2cb !important;
}

.detail-300iu .tab-menu ul .active-menu.tab-lotion-ungu {
  background: #d3649a !important;
}

.detail-300iu .tab-menu ul .active-menu.tab-facemist {
  background: #fe9c8f !important;
}

.detail-300iu .tab-content h1 {
  color: #298608;
}

.detail-300iu .tab-content h2 {
  color: #fff;
}

.detail-300iu .tab-content h2:after {
  background: #f49773;
}

.detail-300iu .tab-content .text-pink {
  color: #ff4c6d;
}

.detail-300iu .tab-content .title-pink:after {
  background: #ff4c6d;
}

.detail-300iu .tab-content .text-orange {
  color: #db4d2d;
}

.detail-300iu .tab-content .title-orange:after {
  background: #db4d2d;
}

.detail-300iu .tab-content .text-biru {
  color: #00b2cb;
}

.detail-300iu .tab-content .title-biru:after {
  background: #00b2cb;
}

.detail-300iu .tab-content .text-ungu {
  color: #d3649a;
}

.detail-300iu .tab-content .title-ungu:after {
  background: #d3649a;
}

.detail-300iu .tab-content .text-peach {
  color: #dc6c68;
}

.detail-300iu .tab-content .title-peach:after {
  background: #dc6c68;
}

.detail-300iu .tab-content p {
  color: #f7502a;
}

.detail-300iu .tab-content #slide-1 h2:after {
  width: 400px;
}

.detail-300iu .tab-content #slide-2 h2:after,
.detail-300iu .tab-content #slide-3 h2:after {
  width: 500px;
}

.detail-300iu .tab-content #slide-4 h2:after,
.detail-300iu .tab-content #slide-5 h2:after {
  width: 480px;
}

.detail-300iu .tab-content #slide-6 h2:after {
  width: 150px;
}

.detail-300iu .btn-buy {
  background: #f7502a;
  color: #fff;
}

.detail-300iu .btn-buy:after {
  background: #f7502a;
}

.detail-300iu .btn-buy:before {
  border: 2px solid #f7502a;
}

.detail-300iu .btn-buy:hover {
  background: #fff;
  color: #f7502a;
}

.detail-advanced .background {
  background: url(../images/bgd-detail-advanced.png) no-repeat;
  background-size: cover;
  height: 100%;
}

.detail-advanced .col-desc p {
  color: #aa1a3a;
  border: 1px solid #aa1a3a;
}

.detail-advanced .tab-menu {
  right: -50px;
}

.detail-advanced .tab-menu ul .active-menu {
  background: #aa1a3a;
}

.detail-advanced .tab-content h1 {
  color: #298608;
}

.detail-advanced .tab-content h2 {
  color: #aa1a3a;
}

.detail-advanced .tab-content h2:after {
  background: #f39689;
}

.detail-advanced .tab-content p {
  color: #aa1a3a;
}

.detail-advanced .tab-content #slide-1 h2:after {
  width: 320px;
}

.detail-advanced .tab-content #slide-2 h2:after {
  width: 460px;
}

.detail-advanced .btn-buy {
  background: #aa1a3a;
  color: #fff;
}

.detail-advanced .btn-buy:after {
  background: #aa1a3a;
}

.detail-advanced .btn-buy:before {
  border: 2px solid #aa1a3a;
}

.detail-advanced .btn-buy:hover {
  background: #fff;
  color: #aa1a3a;
}

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveRight {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
  }
}

footer {
  position: relative;
  height: 150px;
  background: #81c94d;
}

footer .btn-to-top {
  background: url(../images/icon-to-top100.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}

footer .sosmed-box {
  width: 175px;
  height: 43px;
  position: relative;
  display: inline-block;
  float: right;
  margin: 60px auto 24px;
}

footer .sosmed-box .sosmed-fb, footer .sosmed-box .pc-nav .nav-wrapper .col-sosmed .column .sosmed-ig, .pc-nav .nav-wrapper .col-sosmed .column footer .sosmed-box .sosmed-ig, footer .sosmed-box .sosmed-ig {
  background: url(../images/sosmed-fb.png) 0px 0px no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

footer .sosmed-box .sosmed-fb:hover, footer .sosmed-box .pc-nav .nav-wrapper .col-sosmed .column .sosmed-ig:hover, .pc-nav .nav-wrapper .col-sosmed .column footer .sosmed-box .sosmed-ig:hover, footer .sosmed-box .sosmed-ig:hover {
  background: url(../images/sosmed-fb.png) -50px 0px no-repeat;
  background-size: cover;
}

footer .sosmed-box .sosmed-ig {
  background: url(../images/sosmed-ig.png) 0px 0px no-repeat;
  background-size: cover;
  right: 0;
  margin: auto;
}

footer .sosmed-box .sosmed-ig:hover {
  background: url(../images/sosmed-ig.png) -50px 0 no-repeat;
  background-size: cover;
}

footer .sosmed-box .sosmed-twitter {
  background: url(../images/sosmed-twitter.png) 0px 0px no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

footer .sosmed-box .sosmed-twitter:hover {
  background: url(../images/sosmed-twitter.png) -50px 0 no-repeat;
  background-size: cover;
}

footer .box {
  width: 500px;
  height: auto;
  position: relative;
  display: inline-block;
  float: left;
  margin: 60px auto 24px;
}

footer .box a {
  color: #fff;
  font-size: 17px;
  font-family: 'Open Sans';
  border-right: 1px solid #fff;
  display: inline-block;
  padding-right: 5px;
  text-align: left;
}

footer .box .a-policy {
  border-right: none;
}

footer .box p {
  color: #fff;
  font-size: 17px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  text-align: left;
  margin: 12px 0 10px;
}

.loyalty-point .container {
  width: 960px;
}

.loyalty-point .col {
  margin-bottom: 30px;
}

.loyalty-point h1 {
  color: #029e49;
}

.loyalty-point h1:after {
  content: '';
  background: #029e49;
  width: 100px;
  height: 1px;
  display: block;
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
}

.loyalty-point .banner {
  width: 100%;
  height: 500px;
  background: url(../images/bgd-loyalty.png) no-repeat center top;
  background-size: cover;
  background-position: 0;
}

.loyalty-point .banner h1 {
  font-family: 'Futura Hv BT';
  font-size: 100px;
  width: 350px;
  text-align: left;
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 3;
  line-height: 70%;
}

.loyalty-point .banner h1:after {
  content: none;
}

.loyalty-point .banner h1 .l1:after {
  content: '';
  background: #fff68e;
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
  left: 0px;
  top: -20px;
  z-index: -1;
}

.loyalty-point .banner h1 .l2:after {
  content: '';
  background: #fff68e;
  width: 70%;
  height: 60px;
  display: block;
  position: relative;
  left: 0px;
  top: -20px;
  z-index: -1;
}

.loyalty-point .background {
  height: 100%;
  background: #c6deac;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef6e7), to(#c6deac));
  background: linear-gradient(#eef6e7, #c6deac);
}

.loyalty-point #section-desc {
  margin: 73px 0 0 0;
}

.loyalty-point p {
  color: #029e49;
  font-size: 18px;
  line-height: 1.8em;
}

.loyalty-point .button {
  width: 208px;
  padding: 20px;
  color: #fff;
  border-radius: 50px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}

.loyalty-point .btn-upload {
  background: #81c94d;
}

.loyalty-point .btn-upload:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 208px;
  height: 65px;
  border: 2px solid #81c94d;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.loyalty-point .btn-upload:hover {
  background: #fff;
  color: #81c94d;
  text-decoration: none;
}

.loyalty-point .btn-upload:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.loyalty-point .btn-tnc {
  background: #029e49;
  font-size: 15px;
  padding: 10px;
  margin: 10px auto 0;
}

.loyalty-point .btn-tnc:before {
  content: '';
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  margin: auto;
  width: 208px;
  height: 45px;
  border: 2px solid #029e49;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.loyalty-point .btn-tnc:hover {
  background: #fff;
  color: #029e49;
  text-decoration: none;
}

.loyalty-point .btn-tnc:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.loyalty-point #section-hadiah img {
  display: block;
  margin: auto;
  width: 170px;
}

.loyalty-point #section-hadiah p {
  text-align: center;
  color: #55ae4a;
  margin: 20px auto;
  font-family: 'Futura Hv BT';
  font-size: 24px;
}

.loyalty-point #section-hadiah .user-point {
  color: #029e49;
  text-align: center;
  margin: 70px auto 20px;
  font-family: 'Futura Bk BT';
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
}

.loyalty-point #section-hadiah .t-name {
  font-family: 'Futura Hv BT';
}

.loyalty-point #section-hadiah .grey-color {
  color: #626f52;
}

.loyalty-point #section-hadiah .t-collected-point {
  font-family: 'Futura Hv BT';
  font-size: 50px;
  padding: 0 10px;
  vertical-align: middle;
}

.loyalty-point #section-hadiah .t-info {
  font-family: 'Futura Bk BT';
  color: #029e49;
  line-height: 1.2em;
  width: 450px;
}

.loyalty-point #section-hadiah .t-info:before {
  content: '';
  display: block;
  background: #029e49;
  width: 40px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  top: -8px;
}

.loyalty-point #section-hadiah .t-caption {
  margin-bottom: 0;
}

.loyalty-point #section-hadiah .t-point {
  margin-top: 0;
}

.loyalty-point #section-hadiah .btn-redeem {
  width: 150px;
  color: #55ae4a;
  background: transparent;
  border: 1px solid #55ae4a;
  border-radius: 30px;
  padding: 10px;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.loyalty-point #section-hadiah .btn-redeem:hover {
  background: #55ae4a;
  color: #fff;
  text-decoration: none;
}

.loyalty-point #section-hadiah .selected {
  background: #55ae4a;
  color: #fff;
  text-decoration: none;
}

.loyalty-point #section-hadiah .form-alamat {
  width: 500px;
  left: 0;
  right: 0;
  margin: 50px auto 0;
  display: none;
}

.loyalty-point #section-hadiah .form-alamat textarea {
  width: 100%;
  height: 142px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #55ae4a;
  background: transparent;
  color: #55ae4a;
  font-size: 20px;
  font-family: 'Futura Lt BT';
  padding: 10px 20px 20px 50px;
  resize: none;
}

.loyalty-point #section-hadiah .form-alamat .input-submit {
  margin-top: 30px;
}

.loyalty-point #section-hadiah #done-redeem {
  display: none;
  text-align: center;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.loyalty-point #section-hadiah #done-redeem p {
  font-family: 'Futura Lt BT';
  font-size: 18px;
}

.loyalty-point #section-hadiah #done-redeem p:before {
  content: '';
  background: url(../images/icon-centang.png) no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 10px;
}

.loyalty-point #section-mekanisme,
.loyalty-point #section-loyal-tnc,
.loyalty-point #section-loyal-redeem {
  margin-bottom: 150px;
}

.loyalty-point #section-mekanisme ol li {
  color: #029e49;
  font-family: 'Futura Bk BT';
  font-size: 18px;
  line-height: 2em;
}

.loyalty-point #section-loyal-tnc p {
  margin: 30px auto 20px;
  font-size: 20px;
}

.loyalty-point #section-loyal-tnc ol {
  padding-left: 50px;
}

.loyalty-point #section-loyal-tnc ol li {
  font-family: 'Futura Bk BT';
  color: #029e49;
  line-height: 2em;
}

.loyalty-point #section-loyal-tnc table {
  width: 400px;
  color: #029e49;
  font-family: 'Futura Bk BT';
  display: inline-block;
}

.loyalty-point #section-loyal-tnc table th {
  text-align: center;
}

.loyalty-point #section-loyal-tnc table td {
  padding: 5px;
  font-size: 18px;
  border: 1px solid #029e49;
}

.loyalty-point #section-loyal-tnc table td:nth-child(2) {
  text-align: center;
}

.loyalty-point #section-loyal-redeem h4 {
  color: #029e49;
  text-align: center;
  margin: 70px auto;
}

.loyalty-point #section-loyal-redeem .t-name {
  font-family: 'Futura Hv BT';
}

.loyalty-point #section-loyal-redeem .grey-color {
  color: #626f52;
}

.loyalty-point #section-loyal-redeem .t-collected-point {
  font-family: 'Futura Hv BT';
  font-size: 100px;
  padding: 0 20px;
}

.loyalty-point #section-loyal-redeem .list-point {
  width: 550px;
  left: 0;
  right: 0;
  margin: auto;
}

.loyalty-point #section-loyal-redeem .list-point h5 {
  font-size: 30px;
  text-align: center;
  color: #029e49;
  margin-bottom: 30px;
}

.loyalty-point #section-loyal-redeem .list-point td, .loyalty-point #section-loyal-redeem .list-point th {
  border: 1px solid #029e49;
  text-align: left;
}

.loyalty-point #section-loyal-redeem .list-point table {
  border-collapse: collapse;
  width: 100%;
  color: #029e49;
  font-family: 'Futura Bk BT';
  margin: 45px auto 0;
}

.loyalty-point #section-loyal-redeem .list-point table th {
  font-size: 22px;
  text-align: center;
}

.loyalty-point #section-loyal-redeem .list-point table th, .loyalty-point #section-loyal-redeem .list-point table td {
  padding: 5px;
}

.loyalty-point #section-loyal-redeem .list-point table tr > td {
  font-size: 18px;
}

.loyalty-point #section-loyal-redeem .list-point table td:nth-child(2),
.loyalty-point #section-loyal-redeem .list-point table td:nth-child(3) {
  text-align: center;
}

.loyalty-point #section-loyal-redeem .list-point table .block-green {
  height: 40px;
  background: #27be6b;
  color: #fff;
}

.loyalty-point #section-loyal-redeem .list-point table .block-orange {
  height: 40px;
  background: #f0744a;
  color: #fff;
  border: none;
}

.loyalty-point #section-loyal-redeem .list-point table .block-ungu {
  height: 40px;
  background: #aa1a3a;
  color: #fff;
  border: none;
}

.loyalty-point #section-loyal-redeem .list-point table .cell-total {
  width: 100px;
}

.loyalty-point #section-loyal-redeem .list-point table input {
  width: 50px;
  text-align: center;
  outline: none;
  border: 1px solid #029e49;
}

.loyalty-point #section-loyal-redeem .list-point table input[type='number'] {
  -moz-appearance: textfield;
}

.loyalty-point #section-loyal-redeem .list-point table input::-webkit-outer-spin-button,
.loyalty-point #section-loyal-redeem .list-point table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.loyalty-point #section-loyal-redeem .t-upload {
  font-size: 30px;
  text-align: center;
  margin: 67px 0 30px;
}

.loyalty-point #section-loyal-redeem .image-upload {
  width: 300px;
  height: 400px;
  border: 2px solid #029e49;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}

.loyalty-point #section-loyal-redeem .image-upload > input {
  display: none;
}

.loyalty-point #section-loyal-redeem .image-upload label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.loyalty-point #section-loyal-redeem .image-upload label .icon-upload {
  width: 150px;
  margin: 120px 0;
}

.loyalty-point #section-loyal-redeem .input-submit {
  width: 208px;
  left: 0;
  right: 0;
  margin: 45px auto 0;
}

.loyalty-point #section-loyal-redeem .input-submit input {
  width: 100%;
  background: #81c94d;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-family: 'Futura Lt BT';
  padding: 10px;
  outline: none;
  border: 2px solid #81c94d;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
  font-size: 18px;
}

.loyalty-point #section-loyal-redeem .input-submit input:hover {
  background: #fff;
  color: #81c94d;
  border: 2px solid #81c94d;
}

.loyalty-point #section-loyal-redeem #uploaded-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  bottom: 0;
  padding: 10px;
}

.loyalty-point #section-loyal-redeem #uploaded-img .thumb-image {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.loyalty-point #section-loyal-redeem #done-upload {
  display: none;
  text-align: center;
}

.loyalty-point #section-loyal-redeem #done-upload p:before {
  content: '';
  background: url(../images/icon-centang.png) no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 10px;
}

.beauty-tips {
  /* Active state */
  /* No CSS3 support */
}

.beauty-tips .grid {
  width: 850px;
  left: 0;
  right: 0;
  margin: auto;
}

.beauty-tips .grid:after,
.beauty-tips .isotope:after {
  content: '';
  display: block;
  clear: both;
}

.beauty-tips .grid-item {
  width: 280px;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 75px;
  padding: 0 10px;
}

.beauty-tips .grid-item:after {
  content: '';
  width: 100px;
  height: 3px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
}

.beauty-tips h1:after {
  content: '';
  width: 520px;
  height: 50px;
  display: block;
  position: relative;
  left: 0px;
  top: -30px;
  right: 0;
  margin: auto;
  z-index: -1;
}

.beauty-tips h1 span:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  left: -40px;
  top: -18px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.beauty-tips h1 span:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  right: -40px;
  top: -18px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.beauty-tips #artikel-populer {
  width: 100%;
  height: 600px;
  background: #FFF691;
}

.beauty-tips .sub-title {
  position: relative;
  font-family: 'Futura Md BT';
  color: #fff;
  margin: 30px auto;
  text-align: center;
  width: 225px;
  padding: 10px;
  font-size: 25px;
}

.beauty-tips .sub-title:after {
  content: '';
  width: 226px;
  height: 48px;
  display: block;
  position: absolute;
  left: 7px;
  top: -4px;
}

.beauty-tips .wrapper-dropdown {
  position: relative;
  width: 300px;
  height: 40px;
  display: block;
  color: #b2b2b2;
  padding: 6px 20px;
  margin: auto;
  font-size: 18px;
  left: 0;
  right: 0;
  border-radius: 50px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-bottom: 60px;
}

.beauty-tips .wrapper-dropdown span {
  font-family: 'Futura Lt BT';
}

.beauty-tips .wrapper-dropdown .dropdown {
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  list-style-type: none;
  background: #fff;
  padding: 10px 0px;
  border-radius: 15px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.beauty-tips .wrapper-dropdown .dropdown li a {
  display: block;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #b2b2b2;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Futura Lt BT';
  padding: 0 20px;
}

.beauty-tips .wrapper-dropdown .dropdown li:hover a {
  background: #f3f8f8;
}

.beauty-tips .wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.beauty-tips .no-opacity .wrapper-dropdown .dropdown,
.beauty-tips .no-pointerevents .wrapper-dropdown .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}

.beauty-tips .no-opacity .wrapper-dropdown.active .dropdown,
.beauty-tips .no-pointerevents .wrapper-dropdown.active .dropdown {
  display: block;
}

.beauty-tips .container {
  width: 960px;
}

.beauty-tips .frame {
  width: 100%;
  height: 400px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.beauty-tips .frame:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.beauty-tips .frame:hover .a-more {
  padding: 0 30px;
  text-decoration: none;
  background-color: #fffbcf;
}

.beauty-tips .frame img {
  width: 100%;
  height: 256px;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.beauty-tips .frame h2 {
  font-size: 18px;
  padding: 0 12px;
  overflow: hidden;
  height: 100px;
}

.beauty-tips .frame a {
  text-decoration: none;
}

.beauty-tips .frame p {
  bottom: 0;
  position: absolute;
  right: 22px;
}

.beauty-tips .frame p .a-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  left: -8px;
  top: 0px;
}

.beauty-tips .frame p a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.beauty-tips .page-wrapper {
  width: 300px;
  margin: auto;
}

.beauty-tips .page-wrapper .pagination {
  font-size: 30px;
  font-family: 'Futura Hv BT';
  margin: 20px 0 100px;
}

.beauty-tips .pagination > li:first-child > a,
.beauty-tips .pagination > li:last-child > a {
  display: none;
}

.beauty-tips .pagination > li > a,
.beauty-tips .pagination > li > span {
  width: 38px;
  height: 38px;
  margin-right: 20px;
  margin-left: 0;
  border: none;
  outline: none;
}

.beauty-tips .pagination > .prev > a {
  font-size: 0;
  border: none;
  outline: none;
  text-decoration: none;
  top: 8px;
  position: relative;
}

.beauty-tips .pagination > .next > a {
  font-size: 0;
  border: none;
  outline: none;
  text-decoration: none;
  top: 8px;
  position: relative;
}

.beauty-tips .pagination > .active > a,
.beauty-tips .pagination > .active > a:focus,
.beauty-tips .pagination > .active > a:hover,
.beauty-tips .pagination > .active > span,
.beauty-tips .pagination > .active > span:focus,
.beauty-tips .pagination > .active > span:hover {
  border: none;
  outline: none;
  background-color: transparent;
}

.beauty-tips .pagination > :not(.active) > a,
.beauty-tips .pagination > :not(.active) > a:focus,
.beauty-tips .pagination > :not(.active) > a:hover,
.beauty-tips .pagination > :not(.active) > span,
.beauty-tips .pagination > :not(.active) > span:focus,
.beauty-tips .pagination > :not(.active) > span:hover {
  border: none;
  outline: none;
  background-color: transparent;
}

.detail-beauty-tips p {
  font-size: 18px;
}

.detail-beauty-tips .section-artikel {
  padding-bottom: 30px;
}

.detail-beauty-tips .section-artikel .container {
  width: 960px;
}

.detail-beauty-tips .title {
  text-align: center;
}

.detail-beauty-tips .title h1 {
  font-family: 'Futura Md BT';
  font-size: 36px;
  padding: 60px 0 45px 0;
}

.detail-beauty-tips .title p {
  padding-bottom: 37px;
}

.detail-beauty-tips .img-title {
  position: relative;
  width: 720px;
  height: 425px;
  left: 0;
  right: 0;
  margin: auto;
}

.detail-beauty-tips .img-title img {
  position: absolute;
  width: 100%;
  height: 425px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.detail-beauty-tips .img-title .img-border {
  position: absolute;
  display: block;
  width: 762px;
  height: 390px;
  top: 20px;
  left: -20px;
}

.detail-beauty-tips .content p {
  color: #000;
  white-space: pre-line;
  line-height: 1.8em;
}

.detail-beauty-tips .content ol, .detail-beauty-tips .content ul {
  padding: 5px 0 0 20px;
  color: #000;
  font-family: 'Futura Bk BT';
}

.detail-beauty-tips .content ol li, .detail-beauty-tips .content ul li {
  margin-bottom: 30px;
}

.detail-beauty-tips .content span {
  font-size: 18px;
  display: block;
  color: #000;
  margin-bottom: 30px;
}

.detail-beauty-tips .content .img-artikel {
  width: 590px;
  height: auto;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto 30px;
}

.detail-beauty-tips .section-related-artikel {
  margin-top: 20px;
  width: 100%;
  height: 600px;
}

.detail-beauty-tips .section-related-artikel h3 {
  color: #fff;
  text-align: center;
  padding: 30px 0 40px 0;
}

.detail-beauty-tips .section-related-artikel a {
  text-decoration: none;
}

.detail-beauty-tips .section-related-artikel .frame {
  width: 100%;
  height: 400px;
}

.detail-beauty-tips .section-related-artikel .frame img {
  width: 100%;
  height: 256px;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.detail-beauty-tips .section-related-artikel .frame h2 {
  font-size: 18px;
  padding: 0 12px;
  color: #fff;
}

.detail-beauty-tips .section-related-artikel .frame:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.detail-beauty-tips .section-related-artikel .frame:hover .a-more {
  text-decoration: none;
  padding: 0 30px;
}

.detail-beauty-tips .section-related-artikel .frame p {
  bottom: 0;
  position: absolute;
  right: 30px;
}

.detail-beauty-tips .section-related-artikel .frame p .a-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  left: -8px;
  top: 0px;
}

.detail-beauty-tips .section-related-artikel .frame p a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-share {
  text-align: center;
  width: 100%;
  height: 30px;
  padding: 23px 0 45px 0;
}

.section-share p {
  display: inline-block;
}

.section-share .btn-share {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto 10px;
  vertical-align: middle;
}

.faq .panel-body {
  padding: 0;
}

.faq ul {
  padding: 0 100px;
}

.faq ul li {
  color: #29a55b;
  font-size: 20px;
  font-family: 'Futura Bk BT';
  line-height: 1.5em;
}

.faq a {
  text-decoration: none;
}

.faq .panel-group {
  margin-bottom: 125px;
}

.faq .panel-group .panel {
  margin-bottom: 40px;
}

.faq .panel-default {
  border: none;
}

.faq .text-faq {
  font-size: 20px;
  padding: 35px 60px;
  line-height: 1.5em;
}

.faq .collapse {
  outline: none;
  margin: 0 55px;
}

.faq .panel-title {
  position: relative;
  margin: 0px;
  text-align: left;
  font-size: 20px;
  color: #fff;
  font-family: 'Futura Bk BT';
  padding: 35px;
  line-height: 1.5em;
}

.faq .panel-title a {
  color: #fff;
}

.faq .panel-title a:hover, .faq .panel-title a:focus {
  color: #fff;
  text-decoration: none;
}

.faq .panel-heading {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  height: auto;
}

.faq a .panel-title:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  font-size: 30px;
  top: 30px;
  right: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq a.collapsed .panel-title:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .panel {
  background: none;
}

.collapse-article .panel-group {
  margin-bottom: 0;
}

.collapse-article .panel-title {
  width: 220px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.collapse-article .panel-default {
  border: none;
  outline: none;
}

.collapse-article .panel-default > .panel-heading {
  height: 65px;
  border: none;
  outline: none;
  background: #81c94d;
}

.collapse-article h5 {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  margin: 10px 0;
  color: #27be6b;
}

.collapse-article p {
  font-size: 14px;
  color: #000;
  text-align: left;
  white-space: pre-line;
  line-height: 1.8em;
}

.beauty-stories:before {
  content: none;
}

.beauty-stories .background {
  height: 100%;
}

.beauty-stories .frame {
  display: none;
}

.beauty-stories .col {
  margin-bottom: 20px;
}

.beauty-stories .btn-see-more {
  margin: 30px auto 90px !important;
  top: 0;
  display: block;
}

.detail-beauty-stories .background {
  height: 100%;
}

.detail-beauty-stories .title {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.detail-beauty-stories .title h1 {
  font-family: 'Futura Hv BT';
  font-size: 36px;
  padding: 0 0 12px 0;
  text-align: left;
}

.detail-beauty-stories .title img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}

.detail-beauty-stories .title .text {
  display: inline-block;
  font-size: 20px;
}

.detail-beauty-stories .section-artikel {
  background: #fff;
  padding: 40px;
}

.detail-beauty-stories .section-share {
  text-align: left;
  height: auto;
  padding: 0 0 40px 0;
}

.detail-beauty-stories .section-share p {
  font-size: 22px;
}

.detail-beauty-stories .section-share .btn-share {
  width: 25px;
  height: 25px;
  margin: auto 5px;
  vertical-align: top;
}

.detail-beauty-stories .content {
  margin-bottom: 50px;
}

.detail-beauty-stories .content p {
  font-size: 18px;
  color: #000;
  white-space: pre-line;
  line-height: 1.8em;
}

.detail-beauty-stories .content .img-artikel {
  width: 590px;
  height: auto;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto 30px;
}

.detail-beauty-stories .content ol, .detail-beauty-stories .content ul {
  counter-reset: item;
  padding: 0;
  color: #000;
  font-family: 'Futura Bk BT';
}

.detail-beauty-stories .content ol li, .detail-beauty-stories .content ul li {
  margin-bottom: 30px;
  text-align: center;
}

.detail-beauty-stories .content ol li span, .detail-beauty-stories .content ul li span {
  font-size: 18px;
  display: inline-block;
  color: #000;
  margin-bottom: 30px;
}

.detail-beauty-stories .content ol li p, .detail-beauty-stories .content ul li p {
  text-align: left;
}

.detail-beauty-stories .content ol > li {
  margin: 0;
  padding: 0;
  text-indent: 0em;
  list-style-type: none;
  counter-increment: item;
  line-height: 1.7em;
}

.detail-beauty-stories .content ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  text-align: right;
  content: counter(item) ".";
}

.detail-beauty-stories .section-related {
  width: 100%;
  height: 600px;
}

.detail-beauty-stories .section-related h3 {
  color: #fff;
  text-align: center;
  padding: 30px 0 40px 0;
}

.detail-beauty-stories .section-related a {
  text-decoration: none;
}

.beauty-talk {
  height: 100%;
}

.beauty-talk h1 {
  padding-bottom: 20px;
}

.beauty-talk h3 {
  font-size: 40px;
  text-align: center;
  padding: 35px 55px;
  color: #fff;
  width: 450px;
  left: 0;
  right: 0;
  margin: auto;
}

.beauty-talk .cols {
  margin: 65px auto 130px;
}

.beauty-talk .hovereffect {
  width: 225px;
  height: 225px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

.beauty-talk .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.beauty-talk .hovereffect .img-thumb {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 100%;
  width: auto;
  top: 0;
  left: -50px;
  line-height: 0;
}

.beauty-talk .hovereffect .img-center {
  left: 0;
}

.beauty-talk .hovereffect p {
  color: #fff;
  font-family: 'Futura Md BT';
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  line-height: 1em;
}

.beauty-talk .hovereffect .bottom10 {
  bottom: 10px;
}

.beauty-talk .hovereffect .icon {
  width: 200px;
  height: 200px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.beauty-talk .hovereffect:hover .img-thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.beauty-talk .text {
  text-align: center;
  font-size: 22px;
}

.beauty-talk .a-clickHere {
  color: #fff;
  padding: 10px 30px;
  width: 250px;
  margin-left: 20px;
}

.beauty-talk .section-expert {
  margin: 75px 150px;
}

.beauty-talk .section-expert .row1:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  top: -15px;
  left: 0;
  z-index: -1;
}

.beauty-talk .section-expert .btn-ask {
  position: relative;
  width: 240px;
  padding: 12px 10px;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: 30px auto 30px;
  text-align: center;
  font-size: 20px;
  display: block;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}

.beauty-talk .i-text {
  font-style: italic;
  text-align: center;
  font-size: 18px;
  padding: 0 120px;
}

.beauty-talk .desc-expert {
  text-align: left;
  font-size: 17px;
  padding: 0px 20px;
  margin: 0;
  line-height: 2em;
}

.beauty-talk .img-expert {
  padding: 5px;
  position: relative;
  left: 0px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.beauty-talk .col-img:after {
  width: 180px;
  height: 190px;
  border: 2px solid #29a55b;
  position: absolute;
  top: 15px;
  left: 30px;
  background: #fff;
}

.landing-forum {
  height: 100%;
}

.landing-forum .filter-box {
  width: 677px;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto 50px;
}

.landing-forum .filter-box .filtertext::-ms-expand {
  display: none;
}

.landing-forum .filter-box .filtertext {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 40px;
  font-size: 18px;
  padding: 0 35px;
  left: 0;
  border-radius: 50px;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-right: 70px;
}

.landing-forum .filter-box .input-search {
  margin-right: 0px;
}

.landing-forum .filter-box .input-search:focus {
  color: #bab9b9;
  font-style: italic;
  border: none !important;
  border-radius: 0px;
}

.landing-forum .filter-box .minict_wrapper {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 40px;
  padding: 0 35px;
  left: 0;
  border-radius: 50px;
  border: none;
  outline: none;
  margin-right: 70px;
  border-radius: 50px;
}

.landing-forum .filter-box .minict_wrapper:after {
  display: none;
}

.landing-forum .filter-box .minict_wrapper span {
  font-size: 18px;
  font-family: 'Futura Lt BT';
  padding: 10px 0px;
  overflow: inherit;
}

.landing-forum .filter-box .minict_wrapper ul {
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  list-style-type: none;
  background: #fff;
  padding: 10px 0px;
  border-radius: 15px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.landing-forum .filter-box .minict_wrapper ul li {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Futura Lt BT';
  padding: 0 20px;
}

.landing-forum .filter-box .minict_wrapper ul li:hover {
  background: #f3f8f8;
}

.landing-forum .filter-box .minict_wrapper ul li .minict_empty {
  display: none;
}

.landing-forum .filter-box .minict_wrapper ul li.selected {
  background: transparent;
}

.landing-forum .table-content {
  margin-bottom: 125px;
}

.landing-forum .table-content .col-head {
  padding: 10px 40px;
  color: #fff;
  outline: none;
  border: none;
}

.landing-forum .table-content .col-head h3 {
  display: inline-block;
  font-size: 24px;
}

.landing-forum .table-content .col-head .beauty-kategori {
  font-family: 'Futura Bk BT';
  display: inline-block;
}

.landing-forum .table-content .col-head span {
  font-family: 'Futura Bk BT';
  font-size: 24px;
}

.landing-forum .table-content .table > tbody + tbody {
  border-top: 2px solid #555;
}

.landing-forum .table-content tbody {
  background: #f7f7f7;
}

.landing-forum .table-content .content td a {
  color: #000;
}

.landing-forum .table-content .content h6 {
  font-size: 22px;
}

.landing-forum .table-content .content p {
  font-size: 18px;
  white-space: pre-line;
}

.landing-forum .table-content .content .col-icon {
  width: 10%;
}

.landing-forum .table-content .content .col-content {
  width: 70%;
}

.landing-forum .table-content .content .col-share {
  width: 20%;
  padding-top: 90px;
  position: relative;
}

.landing-forum .table-content .content .icon {
  width: 40px;
  height: 50px;
  position: relative;
  left: 0px;
  top: 0px;
  right: 0;
  margin: auto;
  display: block;
}

.landing-forum .table-content .content .text {
  font-size: 16px;
  color: #bab9b9;
  display: inline-block;
  padding-right: 10px;
}

.landing-forum .table-content .content .i-share {
  position: relative;
  display: inline-block;
  top: 0;
  left: 150px;
  width: 30px;
  height: 30px;
  margin-bottom: 25px;
}

.landing-forum .table-content .content .t-views,
.landing-forum .table-content .content .t-reply {
  padding: 0;
  left: -20px;
  position: relative;
  display: block;
  text-align: right;
}

.landing-forum .btn-new-post {
  width: 250px;
  border: none;
  display: block;
  position: relative;
  left: 15px;
  right: 0;
  top: 0;
  margin: 20px auto;
  padding: 5px 40px;
  font-size: 18px;
}

.landing-forum .page-wrapper {
  width: 300px;
  margin: auto;
}

.landing-forum .page-wrapper .pagination {
  font-size: 30px;
  font-family: 'Futura Hv BT';
  margin: 20px 0 100px;
}

.landing-forum .pagination > li:first-child > a,
.landing-forum .pagination > li:last-child > a {
  display: none;
}

.landing-forum .pagination > li > a,
.landing-forum .pagination > li > span {
  width: 38px;
  height: 38px;
  margin-right: 20px;
  margin-left: 0;
  border: none;
  outline: none;
}

.landing-forum .pagination > .prev > a {
  font-size: 0;
  border: none;
  outline: none;
  text-decoration: none;
  top: 8px;
  position: relative;
}

.landing-forum .pagination > .next > a {
  font-size: 0;
  border: none;
  outline: none;
  text-decoration: none;
  top: 8px;
  position: relative;
}

.landing-forum .pagination > .active > a,
.landing-forum .pagination > .active > a:focus,
.landing-forum .pagination > .active > a:hover,
.landing-forum .pagination > .active > span,
.landing-forum .pagination > .active > span:focus,
.landing-forum .pagination > .active > span:hover {
  border: none;
  outline: none;
  background-color: transparent;
}

.landing-forum .pagination > :not(.active) > a,
.landing-forum .pagination > :not(.active) > a:focus,
.landing-forum .pagination > :not(.active) > a:hover,
.landing-forum .pagination > :not(.active) > span,
.landing-forum .pagination > :not(.active) > span:focus,
.landing-forum .pagination > :not(.active) > span:hover {
  border: none;
  outline: none;
  background-color: transparent;
}

.detail-landing-forum .col-head h3,
.detail-landing-forum .col-head .box {
  display: inline-block;
}

.detail-landing-forum .col-head h3 {
  top: 0px;
  position: relative;
  margin: 15px 10px;
  width: 750px;
  font-size: 32px !important;
}

.detail-landing-forum .col-head .box {
  float: right;
  width: 250px;
  text-align: right;
  top: 0;
  margin: 15px 10px 0px;
}

.detail-landing-forum .col-head .text {
  font-size: 16px;
  display: inline-block;
}

.detail-landing-forum .col-head .t-shared {
  padding-right: 10px;
  display: inline-block;
}

.detail-landing-forum .col-head .t-views {
  display: inline-block;
}

.detail-landing-forum .col-head .t-views span {
  font-size: 16px;
}

.detail-landing-forum .col-head .t-page {
  display: block;
}

.detail-landing-forum .col-head .t-page span {
  font-size: 16px;
}

.detail-landing-forum .table-content .table > tbody + tbody {
  border-top: 2px solid #555;
}

.detail-landing-forum .table-content .col-expert {
  background: #fff68e;
}

.detail-landing-forum .table-content .content .col-icon img {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  display: block;
}

.detail-landing-forum .table-content .content .col-content {
  width: 70%;
}

.detail-landing-forum .table-content .content .col-share {
  width: 20%;
}

.detail-landing-forum .table-content .content p {
  white-space: pre-line;
  line-height: 1.5em;
}

.detail-landing-forum .table-content .content .text {
  padding: 0px;
}

.detail-landing-forum .table-content .content .t-date,
.detail-landing-forum .table-content .content .t-likes {
  display: block;
  line-height: 1em;
}

.detail-landing-forum .table-content .content .col-share {
  padding-top: 65px;
}

.detail-landing-forum .table-content .content .t-post {
  color: #000;
  text-align: right;
  display: block;
  padding-right: 30px;
}

.detail-landing-forum .table-content .content .col-action {
  width: 150px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 10px;
  text-align: right;
}

.detail-landing-forum .form-comment {
  display: none;
  margin: 20px auto 5px;
  position: relative;
  z-index: 1;
}

.detail-landing-forum .form-comment input {
  width: 92%;
  outline: none;
  padding: 5px;
  font-size: 18px;
  font-family: 'Futura Bk BT';
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.detail-landing-forum .form-comment #btn-submit {
  width: 60px;
  height: 40px;
  outline: none;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  left: -5px;
  top: 12px;
}

.detail-landing-forum .form-comment .button-close {
  width: 15px;
  height: 15px;
  outline: none;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  background: url(../images/close-button.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

.detail-landing-forum .btn-reply {
  text-align: center;
  display: block;
  color: #fff;
  width: 280px;
  padding: 10px 20px;
  margin: 30px auto;
  left: 0;
  right: 0;
  border-radius: 100px;
}

.detail-landing-forum .btn-back {
  left: 20px;
  top: 40px;
  font-size: 18px;
  position: absolute;
}

.detail-landing-forum .btn-back span {
  content: '';
  width: 165px;
  height: 25px;
  display: inline-block;
  position: relative;
  left: 0px;
  top: 0;
  z-index: -1;
  background: #fffbcf;
}

.detail-landing-forum ::-webkit-input-placeholder {
  text-align: center;
  font-style: italic;
  color: #939191;
}

.detail-landing-forum :-moz-placeholder {
  text-align: center;
  font-style: italic;
  color: #939191;
}

.detail-landing-forum ::-moz-placeholder {
  text-align: center;
  font-style: italic;
  color: #939191;
}

.detail-landing-forum :-ms-input-placeholder {
  text-align: center;
  font-style: italic;
  color: #939191;
}

.detail-landing-forum .page-wrapper {
  width: 300px;
  margin: auto;
}

.detail-landing-forum .page-wrapper .pagination {
  font-size: 30px;
  font-family: 'Futura Hv BT';
  margin: 20px 0 100px;
}

.detail-landing-forum .pagination > li:first-child > a,
.detail-landing-forum .pagination > li:last-child > a {
  display: none;
}

.detail-landing-forum .pagination > li > a,
.detail-landing-forum .pagination > li > span {
  width: 38px;
  height: 38px;
  margin-right: 20px;
  margin-left: 0;
  border: none;
  outline: none;
}

.detail-landing-forum .pagination > .prev > a {
  font-size: 0;
  border: none;
  outline: none;
  text-decoration: none;
  top: 8px;
  position: relative;
}

.detail-landing-forum .pagination > .next > a {
  font-size: 0;
  border: none;
  outline: none;
  text-decoration: none;
  top: 8px;
  position: relative;
}

.detail-landing-forum .pagination > .active > a,
.detail-landing-forum .pagination > .active > a:focus,
.detail-landing-forum .pagination > .active > a:hover,
.detail-landing-forum .pagination > .active > span,
.detail-landing-forum .pagination > .active > span:focus,
.detail-landing-forum .pagination > .active > span:hover {
  border: none;
  outline: none;
  background-color: transparent;
}

.detail-landing-forum .pagination > :not(.active) > a,
.detail-landing-forum .pagination > :not(.active) > a:focus,
.detail-landing-forum .pagination > :not(.active) > a:hover,
.detail-landing-forum .pagination > :not(.active) > span,
.detail-landing-forum .pagination > :not(.active) > span:focus,
.detail-landing-forum .pagination > :not(.active) > span:hover {
  border: none;
  outline: none;
  background-color: transparent;
}

.detail-landing-forum .section-btalk {
  height: 100%;
}

.detail-landing-forum .section-btalk h5 {
  text-align: center;
  margin-bottom: 35px;
}

.landing-search .background {
  height: 100%;
}

.landing-search h1 {
  text-align: left;
}

.landing-search .text {
  color: #000;
  font-size: 20px;
  margin-bottom: 25px;
}

.landing-search .text .t-bold {
  font-weight: bold;
}

.landing-search .wrapper {
  margin: 65px auto 125px;
  width: 100%;
  position: relative;
}

.landing-search .wrapper .box {
  width: 100%;
  height: 100%;
  background: #fff;
}

.landing-search .wrapper .clear-box {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.landing-search .wrapper .content-wrapper {
  margin: 20px 100px;
}

.landing-search .wrapper h3 {
  font-size: 20px;
}

.landing-search .wrapper .t-date {
  color: #000;
  margin: 20px auto 22px;
}

.landing-search .wrapper .t-content {
  color: #000;
}

.landing-search .wrapper .t-content:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  top: 0;
  margin-top: 25px;
}

.landing-search .wrapper .white-box {
  width: 100%;
  height: 265px;
  margin: 5% auto 0 auto;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.landing-search .wrapper .white-box .img-produk {
  width: 100px;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.landing-search .wrapper .white-box .overlay {
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 45px 0 66px 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 250px;
  padding: 10px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

.landing-search .wrapper .white-box .t-bold {
  font-family: 'Futura Hv BT';
}

.landing-search .wrapper .white-box .o-green {
  background: #5ca06e;
}

.landing-search .wrapper .white-box .o-orange {
  background: #f16b4b;
}

.landing-search .wrapper .white-box .o-red {
  background: #b45748;
}

.landing-search .wrapper .white-box:hover .overlay {
  opacity: 1;
}

.landing-search .wrapper .white-box .caption {
  font-family: 'Futura Bk BT';
  color: #fff;
  font-size: 18px;
  white-space: pre-line;
}

.landing-search .page-wrapper {
  width: 300px;
  margin: auto;
}

.landing-search .page-wrapper .pagination {
  font-size: 30px;
  font-family: 'Futura Hv BT';
  margin: 20px 0 50px;
}

.landing-search .pagination > li:first-child > a,
.landing-search .pagination > li:last-child > a {
  display: none;
}

.landing-search .pagination > li > a,
.landing-search .pagination > li > span {
  width: 38px;
  height: 38px;
  margin-right: 20px;
  margin-left: 0;
  border: none;
  outline: none;
}

.landing-search .pagination > .prev > a {
  font-size: 0;
  border: none;
  outline: none;
  text-decoration: none;
  top: 8px;
  position: relative;
}

.landing-search .pagination > .next > a {
  font-size: 0;
  border: none;
  outline: none;
  text-decoration: none;
  top: 8px;
  position: relative;
}

.landing-search .pagination > .active > a,
.landing-search .pagination > .active > a:focus,
.landing-search .pagination > .active > a:hover,
.landing-search .pagination > .active > span,
.landing-search .pagination > .active > span:focus,
.landing-search .pagination > .active > span:hover {
  border: none;
  outline: none;
  background-color: transparent;
}

.landing-search .pagination > :not(.active) > a,
.landing-search .pagination > :not(.active) > a:focus,
.landing-search .pagination > :not(.active) > a:hover,
.landing-search .pagination > :not(.active) > span,
.landing-search .pagination > :not(.active) > span:focus,
.landing-search .pagination > :not(.active) > span:hover {
  border: none;
  outline: none;
  background-color: transparent;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .landing-produk .container {
    width: 100%;
  }
  .landing-produk #produk-100iu .col-produk {
    top: 170px;
  }
  .landing-produk #produk-300iu {
    height: 950px;
  }
  .landing-produk #produk-300iu:after {
    top: 1445px;
  }
  .landing-produk #produk-300iu .col-desc {
    top: 350px;
    right: -350px;
  }
  .landing-produk #produk-300iu .logo-produk {
    float: none;
    right: auto;
    left: 200px;
  }
  .landing-produk #produk-advanced {
    height: 750px;
  }
  h1 {
    font-size: 36px;
  }
  #blockContainer {
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
  }
  #blockA {
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -ms-flex: 2;
  }
  #blockB {
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -ms-flex: 1;
  }
  .detail-produk .img-produk {
    top: 150px;
  }
  .detail-produk #prod-section3 .logo-produk {
    left: 30px;
  }
  .detail-produk #prod-section3 .btn-see-produk300 {
    left: 35px;
  }
  .detail-produk #prod-section3 .img-produk-300 {
    left: 0;
    bottom: -50px;
  }
  .detail-produk .logo-produk-right {
    left: 270px;
  }
  .detail-produk .btn-see-produk-adv {
    left: 265px;
  }
  .detail-produk .img-produk-adv {
    width: 90%;
    left: -70px;
    bottom: -50px;
  }
  .detail-produk.detail-100iu .img-produk {
    left: 0;
  }
  .detail-produk.detail-300iu #prod-section2 {
    position: relative;
    margin-top: 200px;
  }
  .detail-produk.detail-advanced #prod-section2 {
    position: relative;
    margin-top: 50px;
  }
  .detail-produk.detail-advanced #prod-section3 .img-produk-300 {
    left: 50px;
  }
  .detail-produk.detail-advanced #prod-section3 .logo-produk {
    left: 10px;
  }
  .detail-produk.detail-advanced #prod-section3 .btn-see-produk300 {
    left: 270px;
  }
  .detail-produk.detail-advanced #prod-section3 .img-produk-adv {
    bottom: -80px;
    left: -90px;
  }
  .beauty-talk .section-expert .row1:after {
    top: 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .section-produk .background {
    height: 600px;
  }
  .section-produk .col-produk {
    left: 200px;
  }
  .section-produk .box-info {
    right: -100px;
  }
  .landing-produk #produk-100iu:after {
    top: 410px;
  }
  .landing-produk #produk-100iu .col-produk {
    top: 250px;
  }
  .landing-produk #produk-300iu {
    height: 900px;
  }
  .landing-produk #produk-300iu:after {
    top: 1400px;
  }
  .landing-produk #produk-300iu .col-desc {
    top: 330px;
  }
  .landing-produk #produk-300iu .logo-produk {
    left: 150px;
  }
  .landing-produk #produk-advanced {
    height: 700px;
  }
  .landing-produk #produk-advanced .col-produk {
    top: 250px;
  }
  .detail-advanced .col-produk {
    top: 130px;
    left: 40px;
  }
  .detail-300iu .col-produk {
    top: 90px;
  }
  .section-btalk .col {
    margin: auto 16px;
    height: 320px;
  }
  .section-btalk .col .box {
    position: relative;
  }
  .detail-100iu .img-produk {
    width: 605px;
    height: auto;
    top: 200px;
    position: relative;
    left: -60px;
  }
  .detail-produk #prod-section2 {
    padding: 150px 0 0 0;
  }
  .detail-produk .prod-capsul {
    margin-right: 0;
  }
  .detail-produk .col-100 .btn-see-produk100 {
    left: 35px;
  }
  .detail-produk .col-100 .logo-produk {
    left: 20px !important;
  }
  .detail-produk .col-300 .logo-produk {
    left: 20px !important;
  }
  .detail-produk .col-300 .logo-produk-right {
    left: 275px;
  }
  .detail-produk .col-300 .img-produk-adv {
    left: -80px;
  }
  .detail-produk .col-300 .btn-see-produk300 {
    left: 35px;
  }
  .detail-produk .col-300 .btn-right {
    left: 270px !important;
  }
  .detail-produk .col-300 .img-produk-adv {
    -webkit-transform: none;
    transform: none;
    left: -110px;
  }
  .detail-produk .col-adv .logo-produk-right {
    left: 275px;
  }
  .detail-produk .col-adv .img-produk-adv {
    left: -80px;
  }
  .detail-produk .col-adv .btn-right {
    left: 270px;
  }
  .detail-produk.detail-300iu #prod-section2 {
    margin-top: 50px;
  }
  .detail-produk.detail-advanced #prod-section2 {
    margin-top: 0px;
  }
  .detail-advanced .logo-produk-right {
    left: 100px;
  }
  .detail-advanced .btn-right {
    left: 130px !important;
  }
  .search_bar input[type="checkbox"]:checked + label + input {
    width: 170px;
  }
  .landing-forum .table-content .content .i-share {
    left: 100px;
  }
  .detail-landing-forum .form-comment input {
    width: 90%;
  }
  .beauty-talk .section-expert {
    margin: 75px 50px;
  }
  .beauty-talk .section-expert .row1:after {
    top: -10px;
  }
  .beauty-talk .desc-expert {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
  #pc-display {
    display: none;
  }
  #mbl-display {
    display: block;
  }
  #blockContainer {
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
  }
  #blockA {
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -ms-flex: 2;
  }
  #blockB {
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -ms-flex: 1;
  }
  .notif {
    width: 280px;
    height: auto;
    padding-bottom: 10px;
    border-radius: 10px;
    left: 0;
    margin: auto;
  }
  .notif img {
    width: 50px;
    height: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    display: block;
  }
  .notif p {
    font-size: 16px;
    margin: 10px 20px;
    text-align: center;
    display: block;
  }
  .notif p br {
    display: none;
  }
  .notif .btn-wrap {
    float: none;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
  }
  #popup-question .box {
    width: 450px;
    height: 280px;
  }
  #popup-question .box .wrapper {
    margin: auto 30px;
  }
  #popup-question .box .wrapper h2 {
    margin: 5px auto;
  }
  #popup-question .box .wrapper .dropdown-area {
    margin: 20px auto 5px;
  }
  #popup-question .box .wrapper .dropdown-area .select-umur,
  #popup-question .box .wrapper .dropdown-area .select-kulit {
    margin-bottom: 10px;
    height: 40px;
  }
  #popup-question .box .wrapper .dropdown-area .wrapper-dropdown {
    margin-bottom: 10px;
    height: 40px;
  }
  #popup-question .box .wrapper .dropdown-area .wrapper-dropdown .dropdown li a {
    font-size: 16px;
  }
  #popup-question .box .wrapper #btn-try-later {
    font-size: 24px;
  }
  .modaloverlay .modal-wrapper {
    max-width: 450px;
    max-height: 300px;
    top: 0;
    bottom: 0;
  }
  .modaloverlay .modal-wrapper .modal {
    padding: 10px 0;
  }
  .modaloverlay h1 {
    padding: 0 0 15px 0;
  }
  .modaloverlay input {
    margin: 0 0 15px 0;
  }
  #ol-partner .modal {
    overflow: scroll;
  }
  .burger-menu .wrapper {
    padding: 0 20px;
  }
  .burger-menu .wrapper .burger p {
    display: none;
  }
  .burger-menu .b-wrapper,
  .burger-menu .logo-natur-e {
    z-index: 50;
  }
  .pc-nav {
    overflow-y: auto;
    overflow-x: hidden;
    height: 90%;
  }
  .pc-nav .nav-wrapper .col {
    height: 130px;
    margin-bottom: 5px;
  }
  .pc-nav .nav-wrapper p {
    font-size: 30px;
    top: 50px;
  }
  .pc-nav .nav-wrapper .border {
    left: 30px;
    right: 30px;
    top: 20px;
    bottom: 20px;
  }
  .pc-nav .nav-wrapper .col-product .border {
    left: 30px;
  }
  .pc-nav .nav-wrapper #mbl-display .col {
    margin-bottom: 5px;
  }
  .pc-nav .nav-wrapper .col-login .after-login {
    top: 65px;
  }
  .pc-nav .nav-wrapper .col-login,
  .pc-nav .nav-wrapper .col-loyalty {
    height: 130px;
  }
  .pc-nav .nav-wrapper .col-login .border,
  .pc-nav .nav-wrapper .col-loyalty .border {
    left: 30px;
    right: 30px;
    height: auto;
    bottom: 20px;
  }
  .pc-nav .nav-wrapper .col-login p,
  .pc-nav .nav-wrapper .col-loyalty p {
    font-size: 30px;
    top: 45px;
  }
  .pc-nav .nav-wrapper .col-loyalty .border {
    top: 20px;
  }
  .pc-nav .nav-wrapper .col-btalk p,
  .pc-nav .nav-wrapper .col-btips p,
  .pc-nav .nav-wrapper .col-bstories p {
    width: 100%;
  }
  .pc-nav .nav-wrapper .col-btips .border,
  .pc-nav .nav-wrapper .col-bstories .border,
  .pc-nav .nav-wrapper .col-faq .border {
    left: 30px;
  }
  .pc-nav .nav-wrapper .col-faq {
    height: 130px;
    margin-bottom: 5px;
  }
  .pc-nav .nav-wrapper .col-faq .border {
    height: 90px;
    right: 30px;
  }
  .pc-nav .nav-wrapper .col-faq p {
    font-size: 30px;
    top: 50px;
  }
  .pc-nav .nav-wrapper .col-sosmed {
    height: 140px;
  }
  .pc-nav .nav-wrapper .col-sosmed .border {
    height: 95px;
    top: 155px;
    left: 30px;
    right: 30px;
  }
  .pc-nav .nav-wrapper .col-sosmed .column {
    top: 50px;
  }
  .search {
    max-width: 360px;
    float: right;
  }
  .search_bar i {
    width: 35px;
    height: 35px;
  }
  .search_bar input[type="checkbox"]:checked + label + input {
    width: 300px;
  }
  .col-search {
    position: absolute;
    width: 100%;
    right: 0;
  }
  #profile p {
    font-size: 14px;
  }
  .section-banner .container,
  .section-produk .container,
  .section-tips .container,
  .section-btalk .container {
    max-width: 100%;
  }
  .section-tips {
    height: 700px;
  }
  .section-tips h1:after {
    width: 280px;
    top: -15px;
  }
  .section-tips .container {
    padding: 0 0px 0 15px;
  }
  .section-tips .main-carousel .flickity-page-dots,
  .section-tips .main-carousel .flickity-prev-next-button.previous,
  .section-tips .main-carousel .flickity-prev-next-button.next {
    display: none;
  }
  .section-tips .main-carousel .carousel-cell {
    margin-right: 15px;
  }
  .section-tips .main-carousel .carousel-cell .frame {
    width: 250px;
    height: 400px;
  }
  .section-tips .main-carousel .carousel-cell .frame img {
    width: 100%;
    height: 240px;
    padding: 15px;
  }
  .section-tips .main-carousel .carousel-cell .frame h2 {
    font-size: 18px;
    padding: 0 12px;
  }
  .section-tips .main-carousel .carousel-cell .frame p {
    bottom: 0;
    position: absolute;
    right: 12px;
  }
  .section-tips .btn-see-more {
    margin: 37px auto 0;
    font-size: 18px;
  }
  .container {
    width: 100%;
    max-width: 480px;
    padding: 0 10px;
  }
  h1 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .section-produk .background,
  .section-stories .background {
    height: 780px;
  }
  .section-produk .btn-see-more,
  .section-stories .btn-see-more {
    margin: 37px auto 0;
    font-size: 18px;
  }
  .section-produk .row {
    padding-top: 0;
  }
  .section-produk h1 {
    font-size: 36px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .section-produk .col-produk {
    position: relative;
  }
  .section-stories h1:after {
    width: 280px;
  }
  .section-stories .background {
    height: 800px;
  }
  .section-stories .btn-see-more {
    margin: auto;
  }
  .section-stories .container {
    max-width: 280px;
    padding: 0;
  }
  .section-stories .main-carousel-center .flickity-page-dots {
    display: none;
  }
  .section-stories .main-carousel-center .flickity-prev-next-button {
    top: 70%;
    width: 35px;
    height: 35px;
  }
  .section-stories .main-carousel-center .flickity-prev-next-button.previous {
    left: -10px;
  }
  .section-stories .main-carousel-center .flickity-prev-next-button.next {
    right: -10px;
  }
  .section-stories .main-carousel-center .flickity-enabled {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 300px !important;
  }
  .section-stories .main-carousel-center .flickity-prev-next-button:disabled {
    opacity: 0;
  }
  .section-stories .main-carousel-center .frame {
    width: 280px;
    height: 420px;
  }
  .section-stories .main-carousel-center .frame img {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 100px;
    padding: 5px;
  }
  .section-stories .main-carousel-center .frame .stories-box {
    width: 100%;
    height: 220px;
    position: relative;
    top: -40px;
    z-index: 1;
    max-width: 250px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
  }
  .section-stories .main-carousel-center .frame .stories-box h6 {
    text-align: center;
    font-size: 22px;
    padding: 12px 5px;
    border-radius: 50px;
    position: relative;
    z-index: 3;
  }
  .section-stories .main-carousel-center .frame .stories-box .p-stories {
    font-size: 18px;
    padding: 15px;
    line-height: 1.2em;
    height: 100%;
    max-height: 120px;
    overflow: hidden;
    text-align: center;
  }
  .section-stories .main-carousel-center .frame .stories-box .btn-selengkapnya {
    font-family: "Futura Md BT";
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: underline;
    display: block;
    width: 120px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section-stories .main-carousel-center .frame .stories-box .btn-selengkapnya:before {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -5px;
    top: 1px;
  }
  .section-stories .main-carousel-center .frame .stories-box .btn-selengkapnya:after {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: -5px;
    top: 1px;
  }
  .section-btalk {
    height: 100%;
  }
  .section-btalk h1:after {
    width: 280px;
  }
  .section-btalk .row.no-gutter {
    margin: 0;
  }
  .section-btalk .row.no-gutter:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-bottom: none;
  }
  .section-btalk .row.no-gutter [class*='col-']:not(:first-child),
  .section-btalk .row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 30px;
    padding-left: 60px;
  }
  .section-btalk .col {
    width: 100%;
    margin: auto;
    height: auto;
    padding-top: 0;
  }
  .section-btalk .col:before {
    content: none;
  }
  .section-btalk .col:after:last-child {
    border-bottom: none;
  }
  .section-btalk .col h6 {
    font-size: 16px;
    padding-left: 0;
  }
  .section-btalk .col h6:before {
    top: 10px;
  }
  .section-btalk .col p {
    font-size: 16px;
    margin: 0;
    padding-left: 0;
  }
  .section-btalk .col .box {
    position: relative;
    margin-bottom: 10px;
  }
  .section-btalk .col .box .t-post,
  .section-btalk .col .box .t-likes {
    font-size: 14px;
    padding: 0;
  }
  .section-btalk .btn-see-more {
    font-size: 18px;
    margin: 37px auto 85px;
    top: 0;
  }
  .section-video .container {
    margin: auto;
  }
  .section-video h1 {
    font-size: 36px;
  }
  .section-video h1:after {
    width: 280px;
  }
  .section-video #col-video .video-desc,
  .section-video #col-news .video-desc {
    font-size: 17px;
  }
  .section-video #col-news iframe {
    margin-top: 20px;
    width: 100%;
  }
  footer {
    height: 210px;
  }
  footer .sosmed-box {
    float: none;
    display: block;
    left: 0;
    right: 0;
  }
  footer .sosmed-box:before {
    content: '';
    width: 45px;
    height: 1px;
    display: inline-block;
    position: relative;
    left: -55px;
    top: 0px;
    background: #fff;
  }
  footer .sosmed-box:after {
    content: '';
    width: 45px;
    height: 1px;
    display: inline-block;
    position: relative;
    right: -135px;
    top: 0px;
    background: #fff;
  }
  footer .box {
    width: 212px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    float: none;
  }
  footer .box a,
  footer .box p {
    font-size: 11px;
    text-align: center;
  }
  .landing-produk #produk-100iu .button,
  .landing-produk #produk-300iu .button,
  .landing-produk #produk-advanced .button {
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    padding: 12px 20px;
  }
  .landing-produk #produk-100iu {
    height: 700px;
  }
  .landing-produk #produk-100iu:after {
    top: 400px;
  }
  .landing-produk #produk-100iu .btn-see-produk {
    top: 500px;
  }
  .landing-produk #produk-100iu .col-produk {
    top: -15px;
  }
  .landing-produk .row {
    margin: 70px 0;
  }
  .landing-produk .button {
    font-size: 16px;
  }
  .landing-produk .logo-produk {
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }
  .landing-produk .col-desc {
    position: relative;
  }
  .landing-produk .col-desc p {
    margin: 20px 0 0 0;
    font-size: 14px;
    padding: 20px;
  }
  .landing-produk .col-desc,
  .landing-produk .col-produk {
    width: 100%;
    float: none;
    display: block;
  }
  .landing-produk .col-produk {
    top: -15px;
  }
  .landing-produk #produk-300iu {
    height: 800px;
  }
  .landing-produk #produk-300iu:after {
    top: 1295px;
  }
  .landing-produk #produk-300iu:before {
    top: 490px;
  }
  .landing-produk #produk-300iu .col-desc,
  .landing-produk #produk-300iu .col-produk {
    width: 100%;
    float: none;
    display: block;
  }
  .landing-produk #produk-300iu .col-produk {
    position: relative;
  }
  .landing-produk #produk-300iu .col-produk p {
    margin: 20px 0 0 0;
    font-size: 14px;
    padding: 20px;
  }
  .landing-produk #produk-300iu .logo-produk {
    width: 240px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    float: none;
  }
  .landing-produk #produk-300iu .col-desc {
    top: -30px;
  }
  .landing-produk #produk-300iu .btn-see-produk {
    top: 650px;
  }
  .landing-produk #produk-300iu .img-produk {
    position: relative;
    left: -35px;
    top: -20px;
  }
  .landing-produk #produk-advanced .col-produk {
    top: -15px;
  }
  .landing-produk #produk-advanced .btn-see-produk {
    top: 590px;
  }
  .landing-produk #produk-advanced .logo-produk {
    left: 0;
  }
  .loyalty-point .banner {
    background-size: cover;
    background-position: top;
    height: 250px;
  }
  .loyalty-point .banner h1 {
    font-size: 36px;
    width: 100%;
    top: -35px;
  }
  .loyalty-point .banner h1 .l1:after {
    width: 130px;
    height: 20px;
    top: -8px;
  }
  .loyalty-point .banner h1 .l2:after {
    width: 100px;
    height: 20px;
    top: -8px;
  }
  .loyalty-point p {
    font-size: 16px;
  }
  .loyalty-point .button {
    font-size: 16px;
    padding: 10px;
  }
  .loyalty-point .btn-tnc {
    padding: 5px;
  }
  .loyalty-point #section-desc p {
    text-align: center;
  }
  .loyalty-point #section-hadiah img {
    width: 130px;
  }
  .loyalty-point #section-hadiah p {
    font-size: 20px;
  }
  .loyalty-point #section-hadiah .t-info {
    width: 280px;
    font-size: 18px;
  }
  .loyalty-point #section-hadiah .btn-redeem {
    width: 120px;
  }
  .loyalty-point #section-hadiah .form-alamat {
    width: 100%;
  }
  .loyalty-point #section-hadiah #done-redeem p {
    font-size: 16px;
  }
  .loyalty-point #section-mekanisme ol li {
    font-size: 16px;
  }
  .loyalty-point #section-loyal-tnc p {
    font-size: 18px;
  }
  .loyalty-point #section-loyal-tnc ol {
    padding-left: 30px;
  }
  .loyalty-point #section-loyal-tnc ol li {
    font-size: 16px;
  }
  .loyalty-point #section-loyal-tnc table {
    width: 100%;
  }
  .loyalty-point #section-loyal-tnc table td {
    font-size: 16px;
  }
  .loyalty-point #section-loyal-redeem h4 {
    font-size: 24px;
    margin: 30px auto;
  }
  .loyalty-point #section-loyal-redeem .t-upload {
    font-size: 18px;
  }
  .loyalty-point #section-loyal-redeem .text {
    display: block;
  }
  .loyalty-point #section-loyal-redeem .t-collected-point {
    display: block;
    margin: 40px 0 30px;
  }
  .loyalty-point #section-loyal-redeem .image-upload {
    width: 100%;
    height: 300px;
  }
  .loyalty-point #section-loyal-redeem .image-upload label .icon-upload {
    margin: 95px 0;
  }
  .loyalty-point #section-loyal-redeem .list-point {
    width: 100%;
    margin-top: 50px;
  }
  .loyalty-point #section-loyal-redeem .list-point h5 {
    font-size: 18px;
  }
  .loyalty-point #section-loyal-redeem .list-point table th {
    font-size: 16px;
  }
  .loyalty-point #section-loyal-redeem .list-point table tr > td {
    font-size: 14px;
  }
  .beauty-tips .container {
    max-width: 280px !important;
  }
  .beauty-tips .grid,
  .beauty-tips .grid-item {
    width: 100%;
  }
  .beauty-tips h1:after {
    width: 100%;
    max-width: 280px;
    height: 25px;
    top: -15px;
  }
  .beauty-tips h1 span:after, .beauty-tips h1 span:before {
    width: 10px;
    height: 10px;
  }
  .beauty-tips h1 span:before {
    left: -10px;
  }
  .beauty-tips h1 span:after {
    right: -10px;
  }
  .beauty-tips #artikel-populer {
    height: 100%;
  }
  .beauty-tips .wrapper-dropdown {
    width: 100%;
    max-width: 220px;
    font-size: 15px;
    padding: 9px 15px;
  }
  .beauty-tips .wrapper-dropdown .dropdown li a {
    font-size: 16px;
  }
  .beauty-tips .frame {
    max-width: 280px;
  }
  .beauty-tips .frame p {
    right: -135px;
    position: relative;
    bottom: -30px;
  }
  .beauty-tips .frame img {
    height: 235px;
  }
  .beauty-tips .page-wrapper {
    width: 240px;
  }
  .beauty-tips .page-wrapper .pagination {
    font-size: 24px;
  }
  .beauty-tips .pagination > li > a,
  .beauty-tips .pagination > li > span {
    margin-right: 10px;
  }
  .beauty-tips .pagination > .prev > a,
  .beauty-tips .pagination > .next > a {
    top: 5px;
  }
  .detail-beauty-tips p {
    font-size: 16px;
  }
  .detail-beauty-tips .img-title {
    width: 100%;
    height: 230px;
    margin-top: 20px;
  }
  .detail-beauty-tips .img-title img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detail-beauty-tips .img-title .img-border {
    width: 90%;
    height: 95%;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .detail-beauty-tips .title h1 {
    text-align: left;
    font-size: 30px;
    padding: 30px 0 10px 0;
  }
  .detail-beauty-tips .title h1:before {
    content: '';
    position: relative;
    display: block;
    width: 76px;
    height: 3px;
    top: 0;
    left: 0;
    margin-bottom: 15px;
  }
  .detail-beauty-tips .title p {
    text-align: left;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .detail-beauty-tips .section-share {
    text-align: left;
    height: auto;
    padding: 0px 0 15px 0;
  }
  .detail-beauty-tips .content .img-artikel {
    width: 100%;
    height: auto;
  }
  .detail-beauty-tips .content span {
    font-size: 16px;
  }
  .detail-beauty-tips #mbl-display .section-related-artikel .container {
    max-width: 100%;
    padding: 0 0px 0 15px;
  }
  .detail-beauty-tips #mbl-display .section-related-artikel .main-carousel .flickity-page-dots,
  .detail-beauty-tips #mbl-display .section-related-artikel .main-carousel .flickity-prev-next-button.previous,
  .detail-beauty-tips #mbl-display .section-related-artikel .main-carousel .flickity-prev-next-button.next {
    display: none;
  }
  .detail-beauty-tips #mbl-display .section-related-artikel .main-carousel .carousel-cell {
    margin-right: 15px;
  }
  .detail-beauty-tips #mbl-display .section-related-artikel .main-carousel .carousel-cell .frame {
    width: 250px;
    height: 400px;
  }
  .detail-beauty-tips #mbl-display .section-related-artikel .main-carousel .carousel-cell .frame img {
    width: 100%;
    height: 240px;
    padding: 15px;
  }
  .detail-beauty-tips #mbl-display .section-related-artikel .main-carousel .carousel-cell .frame h2 {
    font-size: 18px;
    padding: 0 12px;
  }
  .detail-beauty-tips #mbl-display .section-related-artikel .main-carousel .carousel-cell .frame p {
    right: 12px;
  }
  .detail-produk .logo-produk {
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }
  .detail-produk .col-desc {
    position: relative;
  }
  .detail-produk .col-desc p {
    margin: 20px 0 0 0;
    font-size: 14px;
    padding: 20px;
  }
  .detail-produk .col-desc,
  .detail-produk .col-produk {
    width: 100%;
    float: none;
    display: block;
  }
  .detail-produk .col-produk {
    top: -15px;
  }
  .detail-produk .img-produk {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .detail-produk .produk-wrapper {
    width: 100%;
  }
  .detail-produk .slide img {
    width: 100px;
    margin: 10px auto;
    display: block;
  }
  .detail-produk .text {
    position: absolute;
    top: -370px;
    width: 100%;
  }
  .detail-produk .tabs {
    margin-bottom: 0;
  }
  .detail-produk .tab-content h1,
  .detail-produk .tab-content h2 {
    font-size: 25px;
  }
  .detail-produk .tab-content p {
    font-size: 14px;
  }
  .detail-produk .tab-content #slide-2 h2:after,
  .detail-produk .tab-content #slide-3 h2:after,
  .detail-produk .tab-content #slide-4 h2:after,
  .detail-produk .tab-content #slide-5 h2:after {
    width: 250px;
  }
  .detail-produk .button {
    width: 160px;
    padding: 5px;
  }
  .detail-produk .tab-menu {
    float: none;
    width: 100%;
    margin: 100px auto;
  }
  .detail-produk .tab-menu .tab-link {
    width: 70px;
    height: 70px;
    margin: auto;
  }
  .detail-produk .tab-menu ul li {
    margin: 0;
  }
  .detail-produk .tab-menu img {
    width: 40px;
  }
  .detail-produk .tab-menu .tab-capsul img {
    width: 80px;
  }
  .detail-produk .tab-menu .tab-facemist img {
    width: 50px;
    top: -30px;
  }
  .detail-produk .prod-capsul {
    width: 220px !important;
    top: 0;
  }
  .detail-produk #slide-3 .text {
    top: -260px;
  }
  .detail-produk .col-300,
  .detail-produk .col-adv {
    height: 370px;
  }
  .detail-produk #prod-section3 .wrapper {
    width: 300px;
  }
  .detail-produk #prod-section3 .button {
    font-size: 14px;
    width: 130px;
  }
  .detail-produk #prod-section3 .logo-produk {
    width: 170px;
    position: relative;
    left: -60px;
  }
  .detail-produk #prod-section3 .btn-see-produk300 {
    left: 30px;
  }
  .detail-produk #prod-section3 .img-produk-300 {
    left: 0;
    bottom: -100px;
  }
  .detail-produk #prod-section3 .logo-produk-right {
    width: 180px;
    left: 120px;
  }
  .detail-produk #prod-section3 .btn-right {
    left: 140px;
  }
  .detail-produk #prod-section3 .img-produk-adv {
    left: -90px;
    bottom: -60px;
  }
  .detail-produk .img-prod {
    float: none;
    margin-right: 0;
  }
  .detail-300iu .img-produk {
    left: -30px;
  }
  .detail-300iu .text {
    top: -400px !important;
  }
  .detail-300iu #slide-1 .text {
    top: -320px !important;
  }
  .detail-300iu .tab-content #slide-1 h2:after {
    width: 250px;
  }
  .detail-300iu .tab-menu {
    right: 0;
  }
  .detail-300iu #slide-2 .text {
    top: -250px;
  }
  .detail-300iu .showOnMobile {
    display: none;
  }
  .detail-advanced .tab-menu {
    right: 0;
  }
  .detail-advanced #slide-2 .text {
    top: -250px;
  }
  .faq .panel-title {
    padding: 25px 30px;
  }
  .faq .panel-title,
  .faq .text-faq {
    font-size: 16px;
  }
  .faq .collapse {
    margin: 0;
  }
  .faq a .panel-title:after {
    font-size: 20px;
    top: 40px;
    right: 0;
  }
  .faq ul {
    padding: 0 50px;
  }
  .faq ul li {
    font-size: 16px;
  }
  .beauty-stories .background {
    height: 100% !important;
  }
  .beauty-stories #btn-see-more {
    display: none;
  }
  .beauty-stories .col {
    margin-bottom: 5px;
  }
  .detail-beauty-stories .section-artikel {
    padding: 25px;
  }
  .detail-beauty-stories .title h1 {
    font-size: 30px;
  }
  .detail-beauty-stories .title .text {
    font-size: 16px;
  }
  .detail-beauty-stories .section-share p {
    font-size: 16px;
  }
  .detail-beauty-stories .section-share .btn-share {
    width: 20px;
    height: 20px;
  }
  .detail-beauty-stories .content p {
    font-size: 16px;
  }
  .detail-beauty-stories .content .img-artikel {
    width: 100%;
    height: auto;
  }
  .detail-beauty-stories .content ol li {
    padding: 0;
  }
  .detail-beauty-stories #mbl-display .section-stories:before {
    content: none;
  }
  .detail-beauty-stories #mbl-display .section-stories .main-carousel-center .carousel-cell .frame .stories-box .p-stories,
  .detail-beauty-stories #mbl-display .section-stories .main-carousel-center .carousel-cell .frame .stories-box .btn-selengkapnya {
    color: #fff;
  }
  .detail-beauty-stories #mbl-display .section-stories .main-carousel-center .carousel-cell .frame .stories-box .btn-selengkapnya:before {
    content: '';
  }
  .detail-beauty-stories #mbl-display .section-stories .main-carousel-center .carousel-cell .frame .stories-box .btn-selengkapnya:after {
    content: '';
  }
  .beauty-talk h3 {
    width: 300px;
    font-size: 30px;
    padding: 20px 15px;
  }
  .beauty-talk .cols {
    margin: 20px auto;
  }
  .beauty-talk .wrapper {
    width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto 50px;
  }
  .beauty-talk .hovereffect p {
    font-size: 16px;
  }
  .beauty-talk .hovereffect .bottom10 {
    bottom: 0;
  }
  .beauty-talk .text,
  .beauty-talk .i-text {
    font-size: 16px;
  }
  .beauty-talk .i-text {
    padding: 0;
  }
  .beauty-talk .a-clickHere {
    margin-left: 0;
    top: 15px;
    position: relative;
  }
  .beauty-talk .section-expert {
    margin: 30px auto;
  }
  .beauty-talk .section-expert .row1:after {
    top: 0;
    margin: 10px auto 20px;
  }
  .beauty-talk .section-expert .btn-ask {
    margin: 0 auto 70px;
    font-size: 18px;
    width: 180px;
    padding: 5px 10px;
  }
  .beauty-talk .img-expert {
    left: 0;
    max-width: 200px;
    display: block;
    margin: auto;
  }
  .beauty-talk .desc-expert {
    text-align: center;
    padding: 20px 20px 10px;
  }
  .landing-forum .filter-box {
    width: 100%;
  }
  .landing-forum .filter-box .filtertext {
    display: block;
    width: 220px;
    margin: 0 auto 15px;
    right: 0;
  }
  .landing-forum .filter-box .minict_wrapper {
    width: 220px;
    right: 0;
    margin: 0 auto 20px;
    display: block;
  }
  .landing-forum .table-content .col-head h3,
  .landing-forum .table-content .col-head span {
    font-size: 18px;
  }
  .landing-forum .table-content .col-head h3 {
    display: block;
  }
  .landing-forum .table-content .content h6 {
    font-size: 18px;
  }
  .landing-forum .table-content .content p {
    font-size: 16px;
  }
  .landing-forum .table-content .content .text {
    font-size: 14px;
    display: block;
  }
  .landing-forum .table-content .content .i-share {
    left: 0;
    right: 0;
    margin: 0 auto 50px;
    display: block;
  }
  .landing-forum .btn-new-post {
    font-size: 16px;
    text-align: center;
  }
  .landing-forum .page-wrapper {
    width: 240px;
  }
  .landing-forum .page-wrapper .pagination {
    font-size: 24px;
  }
  .landing-forum .page-wrapper .pagination > li > a,
  .landing-forum .page-wrapper .pagination > li > span {
    margin-right: 10px;
  }
  .landing-forum .page-wrapper .pagination > .prev > a,
  .landing-forum .page-wrapper .pagination > .next > a {
    top: 5px;
  }
  #formPost .modal-wrapper {
    max-width: 450px;
    max-height: 280px;
    top: 0;
    bottom: 0;
  }
  #formPost .modal-wrapper .modal {
    padding: 20px;
  }
  #formPost .modal-wrapper .modal h3 {
    font-size: 18px;
  }
  #formPost .modal-wrapper .modal input {
    margin: 10px auto;
    font-size: 14px;
    padding: 5px 20px;
  }
  #formPost .modal-wrapper .modal ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
  }
  #formPost .modal-wrapper .modal :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
  }
  #formPost .modal-wrapper .modal ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
  }
  #formPost .modal-wrapper .modal :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
  }
  #formPost .modal-wrapper .modal ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
  }
  #formPost .modal-wrapper .modal textarea {
    height: 90px;
    font-size: 14px;
  }
  #formPost .modal-wrapper .modal .button {
    font-size: 16px;
    height: 30px;
  }
  #formPost .modal-wrapper .modal .minict_wrapper {
    margin: 0 auto 10px;
    font-size: 14px;
    padding: 5px 20px;
    background-position: 95% center !important;
  }
  #formPost .modal-wrapper .modal .minict_wrapper span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 160px;
  }
  #formPost .modal-wrapper .modal .minict_wrapper span:empty:before {
    font-size: 16px;
  }
  #formPost .modal-wrapper .modal .minict_wrapper ul {
    padding: 5px 0px;
  }
  #formPost .modal-wrapper .modal .minict_wrapper ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #formPost .modal-wrapper .modal .minict_wrapper ul li.minict_empty {
    display: none;
  }
  .detail-landing-forum .table-content .col-head {
    padding: 20px;
  }
  .detail-landing-forum .table-content .content .t-post {
    padding-right: 0;
  }
  .detail-landing-forum .table-content .content .col-content {
    width: 65%;
  }
  .detail-landing-forum .table-content .content .col-share {
    width: 25%;
  }
  .detail-landing-forum .table-content .content .col-action {
    width: 100% !important;
    font-size: 11px;
    left: -15px;
  }
  .detail-landing-forum .btn-reply {
    font-size: 16px;
  }
  .detail-landing-forum .btn-back {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .detail-landing-forum .btn-back:before {
    top: 5px;
  }
  .detail-landing-forum .form-comment input {
    width: 84%;
    font-size: 16px;
    padding: 10px;
    height: 40px;
  }
  .detail-landing-forum .form-comment #btn-submit {
    height: 40px;
    top: 15px;
  }
  .detail-landing-forum .col-head h3 {
    top: 5px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px !important;
  }
  .detail-landing-forum .col-head .box {
    width: 100%;
    text-align: left;
  }
  .detail-landing-forum .col-head .box .text {
    font-size: 14px;
  }
  .detail-landing-forum .col-head .t-shared {
    padding-right: 0;
  }
  .detail-landing-forum .col-head .t-shared,
  .detail-landing-forum .col-head .t-views {
    float: left;
  }
  .detail-landing-forum .col-head .t-views {
    left: 20px;
    position: relative;
  }
  .detail-landing-forum .col-head .t-views span {
    font-size: 14px;
  }
  .detail-landing-forum .col-head .t-page {
    float: right;
  }
  .detail-landing-forum .col-head .t-page span {
    font-size: 14px;
  }
  .detail-landing-forum .page-wrapper {
    width: 240px;
  }
  .detail-landing-forum .page-wrapper .pagination {
    font-size: 24px;
  }
  .detail-landing-forum .page-wrapper .pagination > li > a,
  .detail-landing-forum .page-wrapper .pagination > li > span {
    margin-right: 10px;
  }
  .detail-landing-forum .page-wrapper .pagination > .prev > a,
  .detail-landing-forum .page-wrapper .pagination > .next > a {
    top: 5px;
  }
  .landing-search .text {
    font-size: 18px;
  }
  .landing-search .wrapper {
    margin: 5px auto 125px;
  }
  .landing-search .wrapper .content-wrapper {
    margin: 20px;
  }
  .landing-search .wrapper .white-box .overlay {
    opacity: 1;
    width: 90%;
  }
  .landing-search .wrapper .white-box .caption {
    font-size: 16px;
  }
  .landing-search .wrapper #b-tips {
    content: url(../images/s-btips-mbl.png);
  }
  .landing-search .wrapper #b-talk {
    content: url(../images/s-btalk-mbl.png);
  }
  .landing-search .wrapper #b-stories {
    content: url(../images/s-bstories-mbl.png);
  }
  .landing-search .page-wrapper {
    width: 205px;
  }
  .landing-search .pagination > li > a,
  .landing-search .pagination > li > span {
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  .section-banner .container {
    width: 100%;
  }
  .loyalty-point .banner {
    height: 280px;
  }
  .loyalty-point .banner h1 {
    font-size: 46px;
  }
  .detail-beauty-tips .img-title {
    height: 350px;
  }
  .detail-beauty-tips .img-title img {
    height: 315px;
  }
  #formPost .modal-wrapper {
    max-width: 700px;
    max-height: 500px;
    top: 0;
    bottom: 0;
  }
  #formPost .modal-wrapper .modal textarea {
    height: 280px;
  }
  #formPost .modal-wrapper .modal .button {
    height: 40px;
  }
  #formPost .modal-wrapper .modal .minict_wrapper {
    margin: 0 auto 20px;
  }
  .landing-produk .img-produk {
    width: 80%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }
  .landing-produk #produk-300iu .img-produk {
    top: -50px;
  }
  .landing-produk #produk-300iu .btn-see-produk {
    top: 630px;
  }
  .detail-produk #prod-section1 {
    padding: 100px 0 200px 0;
  }
  .detail-produk #prod-section3 .wrapper {
    width: 500px;
  }
  .detail-produk #prod-section3 .logo-produk {
    width: 200px;
    left: -150px;
  }
  .detail-produk #prod-section3 .logo-produk-right {
    left: 0;
  }
  .detail-produk #prod-section3 .btn-right {
    left: 10px;
  }
  .detail-produk #prod-section3 .col-300 {
    height: 480px;
  }
  .detail-produk #prod-section3 .col-300 .img-produk-adv {
    left: 100px;
  }
  .detail-produk #prod-section3 .img-produk-adv {
    left: 90px;
  }
  .detail-produk .col-adv {
    height: 480px;
  }
  .detail-produk .tab-menu {
    margin: 50px auto 100px;
  }
  .detail-produk .tab-menu .tab-link {
    margin: 0 15px;
  }
  .detail-100iu .tab-menu {
    width: 50%;
    left: 0;
    right: 0;
    display: block;
  }
  .detail-300iu #slide-1 .text {
    top: -280px !important;
  }
  .detail-300iu .text {
    top: -380px !important;
  }
  .detail-300iu .tab-menu {
    width: 100%;
    right: -45px;
  }
  .detail-advanced .tab-menu {
    width: 50%;
    left: 0;
    right: 0;
    display: block;
  }
  .detail-advanced #prod-section2 ul {
    width: 55%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 320px;
  }
  .carousel-inner > .item #banner1 {
    content: url(../images/img-banner-mbl.jpg);
  }
  .carousel-inner > .item #banner2 {
    content: url(../images/img-banner2-mbl.jpg);
  }
  .carousel-inner > .item #banner3 {
    content: url(../images/img-banner3-mbl.jpg);
  }
  .carousel-inner > .item #banner4 {
    content: url(../images/img-banner-btalk-mbl.jpg);
  }
  .carousel-inner > .item #banner5 {
    content: url(../images/img-banner-facemist-mbl.jpg);
  }
  .section-produk .background {
    height: 603px;
  }
  .section-stories .background {
    height: 800px;
  }
  #popup-question .box {
    background: url(../images/bgm-popup.png) no-repeat;
    background-size: cover;
    width: 295px;
    height: 392px;
  }
  #popup-question .box .wrapper h2 {
    margin: 20px auto 15px;
  }
  #popup-question .box .wrapper .dropdown-area {
    margin: 30px auto 50px;
  }
  #popup-question .box .wrapper .dropdown-area .select-umur,
  #popup-question .box .wrapper .dropdown-area .select-kulit {
    margin-bottom: 25px;
  }
  #popup-question .box .wrapper .dropdown-area .wrapper-dropdown {
    margin-bottom: 15px;
  }
  .landing-produk #produk-100iu .btn-see-produk {
    top: 520px;
  }
  .landing-produk #produk-300iu .btn-see-produk {
    top: 655px;
  }
  .loyalty-point .banner {
    height: 200px;
  }
  .loyalty-point .banner h1 {
    top: -60px;
  }
  .beauty-tips .frame {
    width: 100%;
    height: 400px;
  }
  .detail-produk #prod-section1 {
    padding: 100px 0 200px 0;
  }
  .detail-produk .text {
    top: -400px;
  }
  .detail-produk #slide-3 .text {
    top: -300px;
  }
  .detail-300iu #slide-2 .text,
  .detail-advanced #slide-2 .text {
    top: -300px;
  }
  .detail-300iu #prod-section1 {
    padding: 100px 0 200px 0;
  }
  .detail-300iu .showOnMobile {
    display: block;
    margin-top: 50px;
  }
  .modaloverlay .modal-wrapper {
    max-width: 280px;
  }
  .search_bar input[type="checkbox"]:checked + label + input {
    width: 250px;
    right: -10px;
    position: relative;
  }
  .landing-forum .table-content .content .t-views,
  .landing-forum .table-content .content .t-reply {
    display: inline-block;
  }
  .landing-forum .table-content .content .t-views {
    float: right;
    left: -60px;
  }
  .landing-forum .table-content .content .t-reply {
    float: left;
    padding-left: 20px;
  }
  #formPost .modal-wrapper {
    max-width: 280px;
    max-height: 450px;
  }
  #formPost .modal-wrapper .modal textarea {
    height: 250px;
  }
  #formPost .modal-wrapper .modal .minict_wrapper ul {
    padding: 10px 0px;
  }
  .detail-landing-forum .form-comment input {
    width: 70%;
  }
}

@media screen and (max-width: 320px) {
  .container {
    max-width: 280px;
  }
  .search_bar input[type="checkbox"]:checked + label + input {
    width: 200px;
    right: -10px;
    position: relative;
  }
  .landing-forum .table-content .content .t-views {
    left: -30px;
  }
  .landing-produk #produk-300iu {
    height: 880px;
  }
  .landing-produk #produk-300iu:after {
    top: 11385px;
  }
  .landing-produk #produk-300iu .btn-see-produk {
    top: 750px;
  }
  .landing-produk #produk-advanced {
    height: 750px;
  }
  .landing-produk #produk-advanced .btn-see-produk {
    top: 590px;
  }
}

@media screen and (max-height: 480px) {
  .pc-nav {
    height: 85%;
  }
}

@media screen and (max-height: 360px) {
  .pc-nav {
    height: 300px;
  }
}

@media screen and (max-height: 320px) {
  .pc-nav {
    height: 250px;
  }
}

@-moz-document url-prefix() {
  .search {
    overflow: inherit;
  }
  .detail-landing-forum .form-comment #btn-submit {
    top: -7px;
  }
  @media screen and (max-width: 990px) {
    .detail-landing-forum .form-comment input {
      width: 80%;
    }
  }
  @media screen and (max-width: 479px) {
    .detail-landing-forum .form-comment input {
      width: 70%;
    }
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 990px), screen and (-ms-high-contrast: active) and (max-width: 990px) {
  .landing-produk #produk-100iu {
    height: 620px;
  }
  .landing-produk #produk-100iu .btn-see-produk {
    top: 225px;
  }
  .landing-produk #produk-advanced {
    height: 650px;
  }
  .landing-produk #produk-advanced .btn-see-produk {
    top: 255px;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 479px), screen and (-ms-high-contrast: active) and (max-width: 479px) {
  .landing-produk #produk-100iu .btn-see-produk {
    top: 295px;
  }
  .landing-produk #produk-advanced .btn-see-produk {
    top: 345px;
  }
  .landing-produk #produk-100iu .btn-see-produk,
  .landing-produk #produk-300iu .btn-see-produk,
  .landing-produk #produk-advanced .btn-see-produk {
    padding: 12px 20px;
  }
}

@media screen and (min-width: 1499px) {
  #produk-100iu:after {
    top: 300px !important;
  }
  #produk-300iu:after {
    top: 1250px  !important;
  }
  #produk-300iu:before {
    top: 450px !important;
  }
  .search_bar input[type="checkbox"]:checked + label .last {
    right: 15px;
  }
  .search_bar input[type="checkbox"]:checked + label + input {
    width: 250px;
  }
}

@media screen and (min-width: 1700px) {
  #produk-100iu:before {
    top: -295px !important;
  }
  #produk-300iu:after {
    top: 1220px !important;
  }
  #produk-300iu:before {
    top: 400px !important;
  }
}
/*# sourceMappingURL=index.css.map */