@charset "UTF-8";
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.ate {
  text-align: center;
  padding-top: 80px; }
  .ate .container-text > p {
    padding: 10px 0 30px 0; }
  .ate-box {
    width: 100%;
    padding: 30px 0;
    align-items: center; }
    .ate-box-left {
      width: 40%; }
    .ate-box-right {
      width: 60%;
      text-align: left; }
      .ate-box-right .dot:before {
        content: '•';
        color: #29A55B; }
  .ate-ask {
    text-align: left;
    width: 100%;
    padding: 60px 0;
    background-color: #fffcd7; }
    .ate-ask form {
      width: 70%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .ate-ask form input {
        margin: 10px 0 20px 0;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .ate-ask form textarea {
        margin: 10px 0 20px 0;
        background-color: #fff; }
  .ate-other {
    padding: 60px 0;
    text-align: left; }
    .ate-other .container-text {
      width: 65%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .ate-other .container-text h3 {
        padding: 60px 0 20px 20px; }
      .ate-other .container-text .line {
        padding-top: 10px; }
  .ate #pagination {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.unanswered {
  padding: 80px 0 40px 0; }
  .unanswered-title {
    text-align: center; }
  .unanswered-content {
    padding: 20px 0; }
    .unanswered-content .ate-card_box .box-right a.row {
      align-items: center; }
      .unanswered-content .ate-card_box .box-right a.row p {
        font-size: 17px; }
      .unanswered-content .ate-card_box .box-right a.row img {
        width: 12px;
        margin-top: 2px;
        margin-left: 10px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }

.ate-detail {
  padding: 80px 0 40px 0; }
  .ate-detail_title {
    text-align: center; }
  .ate-detail .back {
    text-align: center;
    padding: 50px 0; }
    .ate-detail .back .nature-btn-1 p {
      padding: 0; }
    .ate-detail .back .nature-btn-1:hover .white {
      color: #29A55B !important; }

@media (max-width: 990px) {
  .dekstop {
    display: none; }

  .mobile {
    display: block; }

  .ate-box {
    flex-direction: column; }
    .ate-box-left {
      width: 60%;
      padding: 30px 0; }
    .ate-box-right {
      width: 60%;
      text-align: left; }
      .ate-box-right > p {
        font-size: 18px;
        width: 95%; }
      .ate-box-right .line {
        margin: 20px 0; }
  .ate-other .container-text {
    width: 100%; } }
@media (max-width: 650px) {
  .ate-box-left {
    width: 100%;
    padding: 30px 0; }
  .ate-box-right {
    width: 100%;
    text-align: left; }
  .ate-ask {
    width: 100%; }
    .ate-ask form {
      width: 100%; }

  .unanswered .ate-card_box .box-left p {
    font-size: 14px; }
  .unanswered .ate-card_box .box-right a.row p {
    font-family: "Futura Md BT";
    font-size: 15px; }
  .unanswered .ate-card_box .box-right a.row img {
    width: 10px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
/* Article / Beauty Tips
*------------------------------------*/
.beauty-tips {
  text-align: center;
  padding-top: 40px; }
  .beauty-tips .mobile {
    display: none; }
  .beauty-tips h1 {
    padding: 60px 0; }
  .beauty-tips .popular-article {
    padding: 50px 0;
    background-color: #fffcd7; }
    .beauty-tips .popular-article h3 {
      text-transform: uppercase; }
    .beauty-tips .popular-article .carousel-home-2 {
      padding: 20px 0; }
      .beauty-tips .popular-article .carousel-home-2 .item .box-img {
        background-color: transparent; }
        .beauty-tips .popular-article .carousel-home-2 .item .box-img img {
          min-height: 270px; }
      .beauty-tips .popular-article .carousel-home-2 .item p {
        padding: 0;
        margin: 10px 0;
        height: 72px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
      .beauty-tips .popular-article .carousel-home-2 .item:hover p, .beauty-tips .popular-article .carousel-home-2 .item:focus p {
        color: #81C94D; }
  .beauty-tips .article-category {
    padding: 20px 0 40px 20px; }
    .beauty-tips .article-category .carousel-article-category a {
      margin: 5px; }
      .beauty-tips .article-category .carousel-article-category a.nature-btn-2 {
        padding: 10px 20px;
        font-size: 16px; }
  .beauty-tips .container-text .select-category {
    padding: 60px 0 40px 0;
    width: 65%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .beauty-tips .container-text .select-category .select-group label {
      width: 35%;
      text-align: left;
      font-size: 20px;
      font-family: "Futura Hv BT"; }
    .beauty-tips .container-text .select-category .select-group .my-select {
      width: 100%; }
      .beauty-tips .container-text .select-category .select-group .my-select .custom-select-trigger {
        font-family: "Futura Hv BT";
        background-color: #fff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -webkit-border: 1px solid #29A55B;
        -moz-border: 1px solid #29A55B;
        -ms-border: 1px solid #29A55B;
        border: 1px solid #29A55B; }
      .beauty-tips .container-text .select-category .select-group .my-select .custom-select.opened .custom-select-trigger {
        color: #7d7d7d;
        border: 1px solid #81C94D; }
  .beauty-tips .container-text .bt-article {
    padding-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center; }

/* Article Detail
*------------------------------------*/
.share {
  padding: 10px 0;
  align-items: center; }
  .share p, .share img:nth-child(1) {
    padding-right: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
  .share p {
    color: #29A55B;
    font-family: "Futura Md BT";
    font-size: 18px; }
  .share img:hover, .share img:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.article-detail {
  overflow: hidden;
  padding: 100px 0 50px 0; }
  .article-detail .hero-image {
    width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .article-detail .hero-image_left {
      width: 50%; }
      .article-detail .hero-image_left img {
        width: 100%;
        height: 480px;
        display: block;
        object-fit: cover;
        -o-object-fit: center;
        object-position: center;
        -o-object-position: center; }
    .article-detail .hero-image_right {
      width: 50%;
      padding: 20px; }
      .article-detail .hero-image_right .share {
        position: absolute;
        bottom: 0; }
        .article-detail .hero-image_right .share img {
          width: 60px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          transition: 0.5s; }
          .article-detail .hero-image_right .share img:hover, .article-detail .hero-image_right .share img:focus {
            text-shadow: shadow;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
      .article-detail .hero-image_right .title {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .article-detail .hero-image_right .title h2 {
          letter-spacing: 1px; }
  .article-detail_content {
    padding: 40px 0 60px 0; }
    .article-detail_content p {
      line-height: 1.6; }
  .article-detail .related-article_center {
    padding: 10px 0; }
    .article-detail .related-article_center h3 {
      padding: 15px 0; }
    .article-detail .related-article_center a {
      line-height: 1.8;
      color: #29A55B; }
  .article-detail table, .article-detail tbody, .article-detail tr, .article-detail td, .article-detail th {
    -webkit-border: 1px solid #7d7d7d;
    -moz-border: 1px solid #7d7d7d;
    -ms-border: 1px solid #7d7d7d;
    border: 1px solid #7d7d7d; }
  .article-detail table {
    font-family: "Futura Bk BT";
    padding: 20px 0;
    width: 100%; }
    .article-detail table.border-none {
      -webkit-border: none;
      -moz-border: none;
      -ms-border: none;
      border: none; }
      .article-detail table.border-none tbody, .article-detail table.border-none tr, .article-detail table.border-none td, .article-detail table.border-none th {
        -webkit-border: none;
        -moz-border: none;
        -ms-border: none;
        border: none; }
  .article-detail td, .article-detail th {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top; }
  .article-detail ol {
    padding: 10px 0; }
    .article-detail ol li {
      font-family: "Futura Bk BT";
      font-size: 16px;
      padding: 5px 0; }

.related-article-carousel {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center; }
  .related-article-carousel .item {
    position: relative;
    padding: 20px; }

.card-related-article {
  position: relative;
  display: flex;
  width: 220px;
  height: 300px;
  align-items: center;
  flex-direction: column; }
  .card-related-article .box-img {
    width: 100%;
    height: 65%;
    overflow: hidden; }
    .card-related-article .box-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .card-related-article .box-text {
    width: 100%;
    height: 35%; }
    .card-related-article .box-text p {
      text-align: center;
      display: -webkit-box;
      color: #29A55B;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
  .card-related-article:hover .box-text p, .card-related-article:focus .box-text p {
    color: #81C94D; }

.related-group-article {
  position: relative; }
  .related-group-article .related-wrap:nth-child(2) {
    background-color: #fff; }
  .related-group-article .related-wrap-1 {
    background-color: #fffcd7;
    padding: 50px 0; }
    .related-group-article .related-wrap-1 h3 {
      padding: 20px 0;
      font-size: 30px;
      font-family: "Futura Bold"; }
  .related-group-article .related-wrap-2 {
    padding: 50px 0; }
    .related-group-article .related-wrap-2 h3 {
      padding: 20px 0;
      font-size: 30px;
      font-family: "Futura Bold"; }
    .related-group-article .related-wrap-2 .item {
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 0;
      margin: 15px;
      width: 150px; }
      .related-group-article .related-wrap-2 .item .box-img {
        height: 200px;
        width: 150px;
        overflow: hidden;
        background-color: unset; }
        .related-group-article .related-wrap-2 .item .box-img img {
          height: 100%;
          width: auto;
          object-fit: cover;
          object-position: center;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          transition: 0.5s; }
        .related-group-article .related-wrap-2 .item .box-img .sale {
          top: 0;
          right: 10px; }
          .related-group-article .related-wrap-2 .item .box-img .sale .hide {
            display: none; }
          .related-group-article .related-wrap-2 .item .box-img .sale p {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 12px;
            text-transform: uppercase; }
      .related-group-article .related-wrap-2 .item .box-text {
        text-align: center; }
        .related-group-article .related-wrap-2 .item .box-text p {
          display: -webkit-box;
          color: #29A55B;
          height: 75px;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
        .related-group-article .related-wrap-2 .item .box-text p:nth-child(2) {
          color: #3b3b3b;
          height: auto; }
      .related-group-article .related-wrap-2 .item:hover .box-text p, .related-group-article .related-wrap-2 .item:focus .box-text p {
        color: #3b3b3b; }
      .related-group-article .related-wrap-2 .item:hover .box-img > img, .related-group-article .related-wrap-2 .item:focus .box-img > img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

@media (max-width: 1366px) {
  .beauty-tips .popular-article .container-text .carousel-home-2 .item {
    padding: 10px; }
    .beauty-tips .popular-article .container-text .carousel-home-2 .item .box-img img {
      min-height: 230px; }

  .article-detail .hero-image {
    max-width: 900px; }
    .article-detail .hero-image_right .title h2 {
      font-size: 30px; }
  .article-detail .container-text {
    max-width: 900px; }
  .article-detail .related-group .related-wrap .carousel-home-2 .item {
    padding: 10px; }
    .article-detail .related-group .related-wrap .carousel-home-2 .item .box-img img {
      height: 210px; } }
@media (max-width: 1300px) {
  .article-detail .related-group .related-wrap .carousel-home-2 .item .box-img img {
    height: 230px; } }
@media (max-width: 990px) {
  .article-detail .hero-image {
    width: 100%; }
  .article-detail .container-text {
    width: 100%; } }
@media (max-width: 768px) {
  .beauty-tips .mobile {
    display: flex; }
  .beauty-tips .dekstop {
    display: none; }
  .beauty-tips .popular-article h3 {
    text-transform: capitalize; }

  .article-detail .related-group .related-wrap .carousel-home-2 .item .box-img img {
    height: 250px; }
  .article-detail .hero-image {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .article-detail .hero-image.row {
      flex-direction: column; }
    .article-detail .hero-image_left {
      width: 100%; }
      .article-detail .hero-image_left img {
        height: 500px; }
    .article-detail .hero-image_right {
      width: 100%; }
      .article-detail .hero-image_right .share {
        position: relative;
        bottom: initial; }
      .article-detail .hero-image_right .title {
        position: relative;
        top: initial;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .article-detail .hero-image_right h2 {
        padding: 0;
        padding-top: 20px;
        font-size: 24px;
        line-height: 1.5; }
  .article-detail_content {
    padding: 10px 0 60px 0; }

  .related-group-article .related-wrap-1 .item .box-img {
    height: 170px; } }
@media (max-width: 650px) {
  .beauty-tips .container-text .bt-article .bt-card .box-text {
    background-color: #f4ffe8; }

  .article-detail .hero-image_left img {
    height: 420px; }
  .article-detail .hero-image_right .title h2 {
    font-size: 28px;
    font-style: "Futura Md BT"; }

  .related-group-article .related-wrap-1 h3, .related-group-article .related-wrap-2 h3 {
    font-size: 26px;
    text-transform: capitalize; } }
@media (max-width: 425px) {
  .article-detail .hero-image_left img {
    height: 400px; }

  .related-group-article .related-wrap-1 .item .box-img {
    height: 200px; } }
@media (max-width: 375px) {
  .article-detail .hero-image_left img {
    height: 360px; } }
@media (max-width: 330px) {
  .article-detail .hero-image_left img {
    height: 330px; }
  .article-detail .hero-image_right .title h2 {
    font-size: 22px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
/* Reset
*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  color: #3b3b3b;
  outline: none;
  box-sizing: border-box; }

body {
  -webkit-text-size-adjust: none; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

tbody {
  border: none; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input {
  color: #3b3b3b; }

.green {
  color: #29A55B; }

.white {
  color: #fff; }

.black {
  color: #3b3b3b; }

.black-2 {
  color: #141414; }

.bk {
  font-family: "Futura Bk BT"; }

.bold {
  font-family: "Futura Bold"; }

.light {
  font-family: "Futura Lt BT"; }

.heavy {
  font-family: "Futura Hv BT"; }

.medium {
  font-family: "Futura Md BT"; }

.jenna {
  font-family: "Jenna Sue"; }

.u-line {
  text-decoration: underline; }

.bg-blur {
  width: 100%;
  height: 100%;
  background-color: rgba(2, 1, 1, 0.15); }

p.post {
  font-size: 14px;
  padding: 5px 0; }

.a {
  background-color: #CFEABD; }

.b {
  background-color: #FAD38D; }

.c {
  background-color: #fbc7cb; }

.d {
  background-color: #DEF3F8; }

.at {
  color: #288447; }

.bt {
  color: #e47137; }

.ct {
  color: #64172d; }

.dt {
  color: #6a89a4; }

/* Default Framework
*------------------------------------*/
.dekstop {
  display: block; }

.mobile {
  display: none; }

.pb-1 {
  padding-bottom: 5px; }

.pb-2 {
  padding-bottom: 10px; }

.pb-3 {
  padding-bottom: 20px; }

.pb-4 {
  padding-bottom: 30px; }

.pb-5 {
  padding-bottom: 40px; }

.mb-1 {
  margin-bottom: 5px; }

.ml-1 {
  margin-left: 5px; }

.ml-2 {
  margin-left: 10px; }

.ml-3 {
  margin-left: 15px; }

.mr-3 {
  margin-right: 15px; }

.ha {
  height: auto; }

.vh {
  height: 100%; }

.h50 {
  height: 100%; }

.h100 {
  height: 100%; }

.wa {
  width: auto; }

.vw {
  width: 100%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.w100 {
  width: 100%; }

.t0 {
  top: 0; }

.l0 {
  left: 0; }

.l10 {
  left: 10%; }

.r0 {
  right: 0; }

.b0 {
  bottom: 0; }

.fix {
  position: fixed; }

.stc {
  position: sticky; }

.abs {
  position: absolute; }

.rel {
  position: relative; }

.col {
  display: flex;
  flex-direction: column; }

.row {
  display: flex; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.line {
  -webkit-border-bottom: 1px solid #29A55B;
  -moz-border-bottom: 1px solid #29A55B;
  -ms-border-bottom: 1px solid #29A55B;
  border-bottom: 1px solid #29A55B;
  margin: 10px 0 30px 0; }

.container {
  padding: 0 50px; }

.container-text {
  max-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media (max-width: 1366px) {
  .container-text {
    max-width: 1000px; } }
@media (max-width: 1028px) {
  .container-text {
    padding: 0 20px; } }
@media (max-width: 480px) {
  .container {
    padding: 0 20px; } }
/* Default Project
*------------------------------------*/
a {
  cursor: pointer;
  color: #3b3b3b;
  font-size: 18px;
  font-family: "Futura Md BT"; }

p {
  font-family: "Futura Bk BT";
  color: #3b3b3b;
  padding: 10px 0;
  font-size: 18px; }

h1 {
  font-family: "Futura Md BT";
  font-size: 50px;
  color: #29A55B;
  padding: 30px 0;
  letter-spacing: 1px; }

h2 {
  font-family: "Futura Bold";
  font-size: 40px;
  color: #29A55B;
  padding: 30px 0;
  letter-spacing: 1px; }

h3 {
  font-family: "Futura Md BT";
  font-size: 34px;
  color: #29A55B; }
  h3.title {
    text-align: center;
    text-transform: uppercase; }

h4 {
  font-family: "Futura Bold";
  font-size: 22px;
  padding: 10px 0;
  color: #29A55B; }

h5 {
  font-family: "Futura Bold";
  font-size: 20px;
  padding: 10px 0;
  color: #29A55B; }

.search {
  padding: 16px 30px;
  display: inline-block;
  margin: 10px 0;
  font-size: 20px;
  font-family: "Futura Lt BT";
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border: 1px solid #29A55B;
  -moz-border: 1px solid #29A55B;
  -ms-border: 1px solid #29A55B;
  border: 1px solid #29A55B; }

.input-group-1 label, .input-group-2 label, .select-group label {
  color: #29A55B;
  font-size: 16px;
  font-family: "Futura Lt BT"; }

.input-group-3 label, .ta-group-1 label, .ta-group-2 label {
  color: #29A55B;
  font-family: "Futura Lt BT"; }

.input-group-1 input, .input-group-3 input {
  font-family: "Futura Lt BT"; }

.ta-group-1 textarea, .ta-group-2 textarea {
  font-family: "Futura Lt BT"; }

.nature-btn-1, .nature-btn-2 {
  font-family: "Futura Bold"; }

.input-group-1 {
  padding-bottom: 20px;
  display: flex; }
  .input-group-1 label {
    padding: 8px 0; }
  .input-group-1 input {
    font-size: 18px;
    padding: 10px;
    background-color: #f0f0f0;
    border: none;
    -webkit-border: 1px solid transparent;
    -moz-border: 1px solid transparent;
    -ms-border: 1px solid transparent;
    border: 1px solid transparent; }
    .input-group-1 input:focus {
      -webkit-border: 1px solid #81C94D;
      -moz-border: 1px solid #81C94D;
      -ms-border: 1px solid #81C94D;
      border: 1px solid #81C94D; }

.input-group-2 {
  padding-bottom: 20px; }
  .input-group-2 label {
    padding: 8px 0;
    text-align: center; }
  .input-group-2 input {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    font-family: "Futura Md BT";
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-border: 1px solid #29A55B;
    -moz-border: 1px solid #29A55B;
    -ms-border: 1px solid #29A55B;
    border: 1px solid #29A55B; }
    .input-group-2 input:focus {
      -webkit-border: 1px solid #81C94D;
      -moz-border: 1px solid #81C94D;
      -ms-border: 1px solid #81C94D;
      border: 1px solid #81C94D; }
  .input-group-2 ::-webkit-input-placeholder {
    color: #29A55B; }
  .input-group-2 :-moz-placeholder {
    color: #29A55B; }
  .input-group-2 ::-moz-placeholder {
    color: #29A55B; }
  .input-group-2 :-ms-input-placeholder {
    color: #29A55B; }

.input-group-3 {
  padding-bottom: 20px; }
  .input-group-3 label {
    padding: 8px 0; }
  .input-group-3 input {
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
    border: none; }

.input-group-4 {
  position: relative;
  max-width: 400px;
  margin: auto; }
  .input-group-4 input {
    width: 100%;
    font-size: 18px;
    padding: 12px 50px 12px 20px;
    font-family: "Futura Bk BT";
    background-color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-border: 1px solid #c4bdbd;
    -moz-border: 1px solid #c4bdbd;
    -ms-border: 1px solid #c4bdbd;
    border: 1px solid #c4bdbd; }
    .input-group-4 input:focus {
      -webkit-border: 1px solid #7d7d7d;
      -moz-border: 1px solid #7d7d7d;
      -ms-border: 1px solid #7d7d7d;
      border: 1px solid #7d7d7d; }
  .input-group-4 a {
    width: 20px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .input-group-4 a img {
      width: 100%; }

.ta-group-1 {
  padding-bottom: 20px; }
  .ta-group-1 label {
    padding: 8px 0;
    font-size: 16px; }
  .ta-group-1 textarea {
    background-color: #f0f0f0;
    padding: 10px 0;
    font-size: 18px;
    border: none;
    resize: none;
    -webkit-border: 0;
    -moz-border: 0;
    -ms-border: 0;
    border: 0;
    font-family: "Futura Lt BT"; }

.ta-group-2 {
  padding-bottom: 20px; }
  .ta-group-2 label {
    padding: 8px 0;
    font-size: 16px; }
  .ta-group-2 textarea {
    background-color: #f0f0f0;
    font-size: 18px;
    padding: 10px;
    height: 100px;
    resize: none;
    line-height: 1.4;
    -webkit-border: 0;
    -moz-border: 0;
    -ms-border: 0;
    border: 0;
    font-family: "Futura Lt BT"; }

.ta-group-3 {
  padding-bottom: 20px;
  display: flex; }
  .ta-group-3 label {
    padding: 8px 0;
    font-size: 16px;
    color: #29A55B;
    font-family: "Futura Lt BT"; }
  .ta-group-3 textarea {
    background-color: #f0f0f0;
    padding: 10px;
    font-size: 18px;
    border: none;
    resize: none;
    -webkit-border: 0;
    -moz-border: 0;
    -ms-border: 0;
    border: 0;
    font-family: "Futura Lt BT";
    -webkit-border: 1px solid transparent;
    -moz-border: 1px solid transparent;
    -ms-border: 1px solid transparent;
    border: 1px solid transparent; }
    .ta-group-3 textarea:focus {
      -webkit-border: 1px solid #81C94D;
      -moz-border: 1px solid #81C94D;
      -ms-border: 1px solid #81C94D;
      border: 1px solid #81C94D; }

.nature-btn-1 {
  padding: 12px 25px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background-color: #29A55B;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border: 1px solid;
  -moz-border: 1px solid;
  -ms-border: 1px solid;
  border: 1px solid; }
  .nature-btn-1.bg-white {
    color: #3b3b3b;
    background-color: transparent;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    border: none; }
    .nature-btn-1.bg-white:hover, .nature-btn-1.bg-white:focus {
      color: #29A55B;
      background-color: #29A55B; }
  .nature-btn-1:hover, .nature-btn-1:focus {
    color: #29A55B;
    background-color: #fff;
    -webkit-border: 1px solid #29A55B;
    -moz-border: 1px solid #29A55B;
    -ms-border: 1px solid #29A55B;
    border: 1px solid #29A55B; }

.nature-btn-2 {
  padding: 12px 25px;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  color: #29A55B;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border: 1px solid #29A55B;
  -moz-border: 1px solid #29A55B;
  -ms-border: 1px solid #29A55B;
  border: 1px solid #29A55B; }
  .nature-btn-2.active {
    color: #fff;
    background-color: #29A55B; }
  .nature-btn-2.no-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .nature-btn-2.no-radius:hover, .nature-btn-2.no-radius:focus {
      color: #fff;
      background-color: #29A55B;
      -webkit-border: 1px solid transparent;
      -moz-border: 1px solid transparent;
      -ms-border: 1px solid transparent;
      border: 1px solid transparent; }
  .nature-btn-2:hover, .nature-btn-2:focus {
    color: #fff;
    background-color: #29A55B;
    -webkit-border: 1px solid transparent;
    -moz-border: 1px solid transparent;
    -ms-border: 1px solid transparent;
    border: 1px solid transparent; }

.nature-btn-3 {
  padding: 12px 25px;
  display: inline-block;
  margin: 18px 5px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-family: "Futura Md BT";
  background-color: #29A55B;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-border: 1px solid transparent;
  -moz-border: 1px solid transparent;
  -ms-border: 1px solid transparent;
  border: 1px solid transparent; }
  .nature-btn-3.border {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
  .nature-btn-3:hover, .nature-btn-3:focus {
    color: #29A55B;
    background-color: #fff;
    -webkit-border: 1px solid #29A55B;
    -moz-border: 1px solid #29A55B;
    -ms-border: 1px solid #29A55B;
    border: 1px solid #29A55B; }

.select-group-2 {
  padding-bottom: 20px;
  display: flex; }
  .select-group-2 label {
    padding: 8px 0; }
  .select-group-2 .the-select {
    position: relative;
    width: 100%;
    cursor: pointer; }
  .select-group-2 .the-select:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    background-image: url("../images/icon/chevron-faq.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
  .select-group-2 .the-select.active:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .select-group-2 select {
    font-size: 18px;
    padding: 10px;
    border: none;
    width: 100%;
    font-family: "Futura Lt BT";
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-border: 1px solid #29A55B;
    -moz-border: 1px solid #29A55B;
    -ms-border: 1px solid #29A55B;
    border: 1px solid #29A55B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select-group-2 select:focus {
      background-color: #fff;
      -webkit-border: 1px solid #81C94D;
      -moz-border: 1px solid #81C94D;
      -ms-border: 1px solid #81C94D;
      border: 1px solid #81C94D; }

.product-card, .product-card-2 {
  width: 240px;
  height: auto;
  margin: 30px;
  cursor: pointer; }
  .product-card .box-img, .product-card-2 .box-img {
    height: 320px;
    width: 240px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 8px #f0f0f0;
    -moz-box-shadow: 0px 0px 8px #f0f0f0;
    -ms-box-shadow: 0px 0px 8px #f0f0f0;
    box-shadow: 0px 0px 8px #f0f0f0; }
    .product-card .box-img img, .product-card-2 .box-img img {
      height: 100%;
      margin: auto;
      display: block;
      object-fit: cover;
      -o-object-fit: center;
      object-position: center;
      -o-object-position: center;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
  .product-card .box-text, .product-card-2 .box-text {
    text-align: left; }
    .product-card .box-text h5, .product-card-2 .box-text h5 {
      display: -webkit-box;
      max-height: 90px;
      min-height: 65px;
      line-height: 1.3;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: "Futura Md BT";
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .product-card .box-text p.desc, .product-card-2 .box-text p.desc {
      display: -webkit-box;
      padding: 10px 0;
      max-height: 90px;
      font-size: 17px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: "Futura Bk BT";
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    .product-card .box-text p.price, .product-card-2 .box-text p.price {
      height: auto;
      padding-bottom: 0; }
  .product-card .box-btn, .product-card-2 .box-btn {
    padding-top: 30px;
    text-align: center; }
    .product-card .box-btn .nature-btn-2, .product-card-2 .box-btn .nature-btn-2 {
      padding: 10px 20px;
      font-size: 15px;
      font-family: "Futura Lt BT"; }
  .product-card:hover .box-img, .product-card:focus .box-img, .product-card-2:hover .box-img, .product-card-2:focus .box-img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .product-card:hover .box-img img, .product-card:focus .box-img img, .product-card-2:hover .box-img img, .product-card-2:focus .box-img img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .product-card:hover .box-text h5, .product-card:focus .box-text h5, .product-card-2:hover .box-text h5, .product-card-2:focus .box-text h5 {
    color: #81C94D; }

.product-card-2 .box-text h5 {
  color: #a41330; }

.image-card {
  width: 100%;
  height: 300px;
  margin-top: 100px;
  display: inline-flex;
  background-image: url("../images/loyalty/redeem-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .image-card .wrap {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 260px;
    align-items: center; }
    .image-card .wrap .row {
      text-align: center;
      justify-content: center; }
      .image-card .wrap .row p {
        font-size: 30px; }
        .image-card .wrap .row p .jenna {
          font-size: 60px; }
    .image-card .wrap a {
      width: 85%;
      text-align: center;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px; }

.ol-shop {
  padding: 60px 0; }
  .ol-shop .left {
    width: 40%; }
  .ol-shop .right {
    width: 60%;
    justify-content: flex-end; }
    .ol-shop .right .special {
      align-items: center; }
      .ol-shop .right .special img {
        width: 80px;
        margin: 0 10px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .ol-shop .right .special img:hover, .ol-shop .right .special img:focus {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .ol-shop .right .common {
      align-items: center; }
      .ol-shop .right .common img {
        margin: 0 10px;
        width: 50px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .ol-shop .right .common img:hover, .ol-shop .right .common img:focus {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }

.ate-card {
  width: 100%;
  padding: 30px 20px;
  -webkit-border-bottom: 1px solid #29A55B;
  -moz-border-bottom: 1px solid #29A55B;
  -ms-border-bottom: 1px solid #29A55B;
  border-bottom: 1px solid #29A55B; }
  .ate-card h5::first-letter {
    text-transform: uppercase; }
  .ate-card > p {
    padding: 20px 0 30px 0;
    line-height: 1.6; }
    .ate-card > p::first-letter {
      text-transform: uppercase; }
  .ate-card_box {
    align-items: flex-end;
    justify-content: space-between; }
    .ate-card_box p {
      padding: 5px 0; }
    .ate-card_box .box-left p {
      font-size: 16px;
      color: #989898; }
    .ate-card_box .box-right p {
      cursor: pointer;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .ate-card_box .box-right p img {
        height: 7px;
        margin-left: 8px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .ate-card_box .box-right p:hover, .ate-card_box .box-right p:focus {
        text-decoration: underline; }
  .ate-card:first-child {
    -webkit-border-top: 1px solid #29A55B;
    -moz-border-top: 1px solid #29A55B;
    -ms-border-top: 1px solid #29A55B;
    border-top: 1px solid #29A55B; }

.ate-card-2 {
  text-align: left; }
  .ate-card-2 h5 {
    padding: 20px 30px;
    font-size: 24px; }
    .ate-card-2 h5::first-letter {
      text-transform: uppercase; }
  .ate-card-2 .wrap {
    -webkit-border-top: 1px solid #29A55B;
    -moz-border-top: 1px solid #29A55B;
    -ms-border-top: 1px solid #29A55B;
    border-top: 1px solid #29A55B;
    -webkit-border-bottom: 1px solid #29A55B;
    -moz-border-bottom: 1px solid #29A55B;
    -ms-border-bottom: 1px solid #29A55B;
    border-bottom: 1px solid #29A55B;
    padding: 30px; }
    .ate-card-2 .wrap > p {
      padding: 5px 0; }
      .ate-card-2 .wrap > p::first-letter {
        text-transform: uppercase; }
      .ate-card-2 .wrap > p:nth-child(2) {
        font-size: 13px; }
        .ate-card-2 .wrap > p:nth-child(2) span {
          color: #989898; }
    .ate-card-2 .wrap .content {
      padding-top: 20px; }
      .ate-card-2 .wrap .content p {
        line-height: 1.6;
        font-family: "Futura Bk BT"; }
        .ate-card-2 .wrap .content p::first-letter {
          text-transform: uppercase; }

.ate-card-doctor {
  padding: 20px 30px;
  text-align: left; }
  .ate-card-doctor .title .box-img img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .ate-card-doctor .title .box-text {
    justify-content: center;
    padding-left: 20px; }
    .ate-card-doctor .title .box-text p {
      padding: 5px 0; }
    .ate-card-doctor .title .box-text p:nth-child(2) {
      font-size: 13px;
      color: #989898; }
  .ate-card-doctor .content {
    padding: 20px 0; }
    .ate-card-doctor .content p {
      font-family: "Futura Bk BT";
      line-height: 1.6; }
      .ate-card-doctor .content p::first-letter {
        text-transform: uppercase; }

.card-textarea {
  text-align: center;
  padding-top: 50px; }
  .card-textarea h5 {
    max-width: 60%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .card-textarea form {
    padding-top: 40px; }
    .card-textarea form textarea {
      height: 200px;
      max-width: 600px;
      resize: none;
      padding: 20px;
      font-size: 18px;
      font-family: "Futura Bk BT";
      background-color: #f4ffe8;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      -webkit-border: 1px solid #29A55B;
      -moz-border: 1px solid #29A55B;
      -ms-border: 1px solid #29A55B;
      border: 1px solid #29A55B; }
      .card-textarea form textarea:focus {
        -webkit-border: 1px solid #81C94D;
        -moz-border: 1px solid #81C94D;
        -ms-border: 1px solid #81C94D;
        border: 1px solid #81C94D; }
      .card-textarea form textarea#alamat::placeholder {
        color: #c4bdbd;
        font-style: oblique; }
    .card-textarea form input {
      width: 150px;
      margin: 30px 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.bt-card {
  width: 300px;
  margin: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; }
  .bt-card .box-img {
    height: 275px;
    background: #f4ffe8;
    overflow: hidden; }
    .bt-card .box-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .bt-card .box-text {
    text-align: left;
    overflow: hidden; }
    .bt-card .box-text p {
      font-family: "Futura Bold";
      color: #29A55B;
      line-height: 1.5;
      font-size: 16px;
      height: 70px;
      padding: 0;
      margin: 10px 0;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -moz-box-orient: vertical;
      -webkit-box-orient: vertical; }
    .bt-card .box-text.center {
      text-align: center; }
  .bt-card:hover .box-text p, .bt-card:focus .box-text p {
    color: #81C94D; }

.item-list {
  padding: 30px 0 60px 0; }
  .item-list ul {
    margin: 0; }
    .item-list ul li {
      padding: 5px 8px;
      margin: 0 0 0 15px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .item-list ul li a {
        color: #29A55B;
        font-size: 18px;
        font-family: "Futura Lt BT"; }
      .item-list ul li:hover, .item-list ul li:active, .item-list ul li.active {
        background-color: #81C94D; }
        .item-list ul li:hover a, .item-list ul li:active a, .item-list ul li.active a {
          color: #fff; }
      .item-list ul li.active {
        background-color: #29A55B; }

#section-paging {
  padding: 30px 0 60px 0; }
  #section-paging #row-pagination {
    margin: 0; }
    #section-paging #row-pagination a {
      padding: 5px 8px;
      margin: 0 0 0 15px;
      color: #29A55B;
      font-size: 18px;
      font-family: "Futura Lt BT";
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      #section-paging #row-pagination a:hover, #section-paging #row-pagination a:active, #section-paging #row-pagination a.active {
        background-color: #81C94D; }
        #section-paging #row-pagination a:hover a, #section-paging #row-pagination a:active a, #section-paging #row-pagination a.active a {
          color: #fff; }
      #section-paging #row-pagination a.active {
        background-color: #29A55B; }

.select-group {
  padding-bottom: 20px;
  display: flex; }
  .select-group label {
    padding: 8px 0; }
  .select-group select {
    font-size: 18px;
    padding: 10px;
    border: none;
    width: 100%;
    font-family: "Futura Lt BT";
    background-color: #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border: 1px solid transparent;
    -moz-border: 1px solid transparent;
    -ms-border: 1px solid transparent;
    border: 1px solid transparent; }
    .select-group select option {
      padding: 10px; }
    .select-group select:focus {
      background-color: #fff;
      -webkit-border: 1px solid #81C94D;
      -moz-border: 1px solid #81C94D;
      -ms-border: 1px solid #81C94D;
      border: 1px solid #81C94D; }

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  text-align: left;
  border: 1px solid transparent; }
  .custom-select-wrapper select {
    display: none; }

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%; }
  .custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(0); }
  .custom-select.opened .custom-select-trigger {
    border: 1px solid #81C94D; }

.custom-select-trigger {
  position: relative;
  display: block;
  padding: 0 84px 0 12px;
  font-size: 18px;
  color: #3b3b3b;
  line-height: 43px;
  cursor: pointer;
  background-color: #f0f0f0;
  font-family: "Futura Lt BT";
  border: 1px solid transparent; }
  .custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon/chevron-faq.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s;
    transform: rotate(180deg); }

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  z-index: 3;
  border: 1px solid #c4bdbd;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  max-height: 180px;
  overflow-y: auto; }

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0); }

.option-hover:before {
  background: #f9f9f9; }

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 18px;
  color: #3b3b3b;
  line-height: 43px;
  cursor: pointer;
  font-family: "Futura Lt BT";
  transition: all .2s ease-in-out;
  border-bottom: 1px solid #c4bdbd; }
  .custom-option:first-of-type {
    border-radius: 4px 4px 0 0; }
  .custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px; }
  .custom-option:hover, .custom-option.selection {
    background: #f4ffe8; }

.wrapper-tooltips-1, .wrapper-tooltips-2 {
  position: relative;
  cursor: help; }
  .wrapper-tooltips-1 > img, .wrapper-tooltips-2 > img {
    margin: 0 0 0 15px;
    width: 16px;
    height: 16px; }
  .wrapper-tooltips-1 .my-tooltip, .wrapper-tooltips-2 .my-tooltip {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 250px;
    opacity: 0;
    padding: 15px;
    pointer-events: none;
    background-color: #f4ffe8;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 0px 2px 5px 2px #f0f0f0;
    -moz-box-shadow: 0px 2px 5px 2px #f0f0f0;
    -ms-box-shadow: 0px 2px 5px 2px #f0f0f0;
    box-shadow: 0px 2px 5px 2px #f0f0f0; }
    .wrapper-tooltips-1 .my-tooltip:before, .wrapper-tooltips-2 .my-tooltip:before {
      top: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .wrapper-tooltips-1 .my-tooltip:after, .wrapper-tooltips-2 .my-tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #f4ffe8 10px;
      top: -10px;
      content: " ";
      height: 0;
      left: 50%;
      width: 0;
      margin-left: -5px;
      position: absolute;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .wrapper-tooltips-1 .my-tooltip p, .wrapper-tooltips-2 .my-tooltip p {
      font-size: 16px;
      line-height: 1.5;
      padding: 0;
      text-align: center; }
  .wrapper-tooltips-1:hover .my-tooltip, .wrapper-tooltips-1:focus .my-tooltip, .wrapper-tooltips-2:hover .my-tooltip, .wrapper-tooltips-2:focus .my-tooltip {
    opacity: 1;
    pointer-events: auto; }

.lte8 .wrapper .tooltip {
  display: none; }

.lte8 .wrapper:hover .tooltip {
  display: block; }

@media (max-width: 1366px) {
  .bt-card {
    width: 250px; }
    .bt-card .box-img {
      height: 235px; } }
@media (max-width: 1200px) {
  .bt-card .box-img {
    height: 230px; } }
@media (max-width: 990px) {
  .ol-shop .left {
    width: 50%; }
  .ol-shop .right {
    width: 50%; }
    .ol-shop .right .special img {
      width: 60px;
      margin: 0 5px; }
    .ol-shop .right .common img {
      margin: 0 5px;
      width: 40px; }

  .ate-card {
    width: 100%;
    padding: 25px 20px;
    -webkit-border-bottom: 1px solid #29A55B;
    -moz-border-bottom: 1px solid #29A55B;
    -ms-border-bottom: 1px solid #29A55B;
    border-bottom: 1px solid #29A55B; }
    .ate-card > p {
      padding-bottom: 30px; }
    .ate-card_box p {
      font-size: 15px;
      padding: 3px 0; }
    .ate-card_box .box-right p img {
      height: 6px; }

  .product-card, .product-card-2 {
    width: 200px;
    margin: 25px 15px; }
    .product-card .box-img, .product-card-2 .box-img {
      height: 260px;
      width: 200px; }
    .product-card .box-text h5, .product-card-2 .box-text h5 {
      height: 80px;
      font-size: 18px; }
    .product-card .box-btn .nature-btn-2, .product-card-2 .box-btn .nature-btn-2 {
      padding: 8px 15px;
      font-size: 14px; } }
@media (max-width: 768px) {
  .image-card {
    height: 220px;
    margin-top: 50px; }
    .image-card .wrap {
      right: 6%;
      bottom: 6%;
      width: 206px; }
      .image-card .wrap .row p {
        font-size: 22px; }
        .image-card .wrap .row p .jenna {
          font-size: 45px; }
      .image-card .wrap a.nature-btn-3 {
        padding: 10px;
        font-size: 16px;
        margin: 10px 5px; }
    .image-card:nth-child(2) .wrap p {
      width: 180px; }

  .select-group select {
    font-size: 16px; }

  .select-group-2 select {
    font-size: 16px; }

  .ta-group-2 textarea {
    height: 140px; } }
@media (max-width: 760px) {
  .wrapper-tooltips-2 .my-tooltip {
    -webkit-transform: translateX(-86%);
    -moz-transform: translateX(-86%);
    -ms-transform: translateX(-86%);
    transform: translateX(-86%); }
    .wrapper-tooltips-2 .my-tooltip:after {
      left: 86%; } }
@media (max-width: 650px) {
  a {
    font-size: 16px; }

  p {
    font-size: 16px; }

  h1 {
    font-size: 36px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  .search {
    font-size: 18px;
    padding: 10px 30px; }

  .input-group-1 {
    flex-direction: column; }
    .input-group-1 label {
      font-size: 14px; }
    .input-group-1 input {
      font-size: 16px; }

  .nature-btn-1, .nature-btn-2 .nature-btn-3 {
    font-size: 14px;
    padding: 11px 22px; }

  .product-card, .product-card-2 {
    margin: 20px 6px;
    width: 180px; }
    .product-card .box-img, .product-card-2 .box-img {
      height: 240px;
      width: 180px; }
    .product-card .box-btn, .product-card-2 .box-btn {
      padding-top: 30px; }

  .product-card-2 .box-text p.desc {
    font-size: 16px;
    padding: 15px 0; }

  .image-card {
    height: 300px; }
    .image-card .wrap {
      right: 2%; }
      .image-card .wrap a.nature-btn-3 {
        font-size: 16px;
        width: 80%;
        padding: 10px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px; }

  .ol-shop > .row {
    flex-direction: column; }
  .ol-shop .left {
    width: 100%; }
    .ol-shop .left h3 {
      text-align: center; }
  .ol-shop .right {
    justify-content: center;
    width: 100%;
    padding-top: 40px; }
    .ol-shop .right .special {
      flex-direction: column;
      justify-content: center; }
      .ol-shop .right .special img {
        width: 100px;
        margin: 8px; }
    .ol-shop .right .common {
      flex-direction: column; }
      .ol-shop .right .common img {
        margin: 8px;
        width: 55px; }

  .ate-card_box {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
    .ate-card_box .box-left p {
      font-size: 14px; }
    .ate-card_box .box-right {
      padding: 20px 0 10px 0; }

  .ate-card-2 h5 {
    font-size: 18px; }

  .item-list ul li {
    margin: 0 0 0 10px; }
    .item-list ul li a {
      font-size: 16px; }

  #section-pagin #row-pagination a {
    margin: 0 0 0 10px;
    font-size: 16px; }

  .bt-card {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 15px 0; }
    .bt-card .box-img {
      position: relative;
      height: 200px;
      width: 40%; }
    .bt-card .box-text {
      position: relative;
      width: auto;
      width: 60%;
      display: flex;
      align-items: center; }
      .bt-card .box-text p {
        padding: 0 15px; }
      .bt-card .box-text .more {
        display: none; }

  .card-textarea h5 {
    max-width: 90%; }
  .card-textarea form textarea {
    font-size: 15px; }
  .card-textarea form input.nature-btn-2 {
    padding: 10px 20px;
    font-size: 15px; }

  .custom-select-trigger {
    font-size: 16px; }

  .custom-option {
    font-size: 16px; } }
@media (max-width: 425px) {
  .product-card, .product-card-2 {
    width: 162px; }
    .product-card .box-img, .product-card-2 .box-img {
      height: 210px;
      width: 162px; }
    .product-card .box-text h5, .product-card-2 .box-text h5 {
      font-size: 16px;
      height: 70px; }

  .bt-card .box-img {
    height: 150px; }

  .ate-card {
    padding: 20px 15px; }

  .ate-card-2 h5 {
    padding: 20px 15px; }
  .ate-card-2 .wrap {
    padding: 20px 15px; }

  .ate-card-doctor {
    padding: 20px 15px; }

  .item-list ul li {
    padding: 3px 6px;
    margin: 0 0 0 10px; }
    .item-list ul li a {
      font-size: 14px; }

  #section-pagin #row-pagination a {
    padding: 3px 6px;
    margin: 0 0 0 10px;
    font-size: 14px; }

  .image-card {
    height: 230px; } }
@media (max-width: 375px) {
  .product-card, .product-card-2 {
    width: 144px; }
    .product-card .box-img, .product-card-2 .box-img {
      height: 182px; }

  .product-card-2 .box-btn {
    padding-top: 20px; }
  .product-card-2 .box-text p.desc {
    max-height: 86px;
    padding: 10px 0; }

  .bt-card .box-img {
    height: 130px; }

  .ate-card {
    padding: 15px; }

  .ate-card-2 h5 {
    padding: 15px; }
  .ate-card-2 .wrap {
    padding: 15px; }

  .ate-card-doctor {
    padding: 15px; }

  .image-card .wrap {
    right: 6%;
    bottom: 6%;
    width: 180px; }
    .image-card .wrap .row p {
      font-size: 22px; }
    .image-card .wrap a.nature-btn-3 {
      margin: 5px 0; }
  .image-card:nth-child(2) .wrap {
    width: 160px; } }
@media (max-width: 330px) {
  .product-card, .product-card-2 {
    width: 126px; }
    .product-card .box-img, .product-card-2 .box-img {
      height: 168px;
      width: 126px; }

  .image-card {
    height: 180px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.faq {
  padding: 80px 0; }
  .faq .search-group {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 30px 0;
    width: 320px; }
    .faq .search-group input {
      width: 100%;
      padding: 14px 50px 14px 20px; }
    .faq .search-group a {
      position: absolute;
      right: 8%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .faq-panel .ui-widget-content {
    border: none;
    height: auto;
    padding: 0 30px 30px 30px;
    background-color: #f4ffe8; }
  .faq-panel .ui-accordion-header {
    background-color: transparent;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    border: none;
    -webkit-border-bottom: 1px solid #7d7d7d;
    -moz-border-bottom: 1px solid #7d7d7d;
    -ms-border-bottom: 1px solid #7d7d7d;
    border-bottom: 1px solid #7d7d7d; }
  .faq-panel .ui-accordion-header.ui-state-active {
    background-color: #f4ffe8;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    border: none; }
    .faq-panel .ui-accordion-header.ui-state-active img {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .faq-panel h4 {
    padding: 30px !important;
    color: #29A55B;
    display: flex;
    line-height: 1.5;
    justify-content: space-between;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .faq-panel h4 img {
      height: auto;
      padding: 0;
      height: 12px;
      margin-top: 15px;
      margin-left: 80px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .faq-panel .answer {
    line-height: 1.8; }
  .faq ol {
    padding: 10px 0; }
    .faq ol li {
      font-family: "Futura Bk BT";
      font-size: 16px;
      padding: 5px 0; }

@media (max-width: 650px) {
  .faq .search-group a {
    right: 5%; }
  .faq-panel .ui-widget-content {
    padding: 0 20px 20px 20px; }
  .faq-panel h4 {
    padding: 20px !important;
    font-size: 18px; }
    .faq-panel h4 img {
      margin-left: 15px; } }
@media (max-width: 360px) {
  .faq .search-group {
    width: 280px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
/* Header
*------------------------------------*/
.header-dekstop {
  height: 60px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.98); }
  .header-dekstop .navbar {
    height: 100%;
    -webkit-box-shadow: 0px 0px 8px #f0f0f0;
    -moz-box-shadow: 0px 0px 8px #f0f0f0;
    -ms-box-shadow: 0px 0px 8px #f0f0f0;
    box-shadow: 0px 0px 8px #f0f0f0; }
    .header-dekstop .navbar .menu {
      display: flex;
      height: 100%;
      width: 100%;
      align-items: center;
      justify-content: space-between; }
      .header-dekstop .navbar .menu > li {
        display: flex;
        height: 100%;
        align-items: center; }
        .header-dekstop .navbar .menu > li:nth-child(1) {
          position: relative;
          padding-left: 60px; }
          .header-dekstop .navbar .menu > li:nth-child(1) img {
            height: 30px; }
        .header-dekstop .navbar .menu > li > a {
          color: #29A55B;
          font-size: 16px;
          font-family: "Futura Lt BT";
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          transition: 0.5s; }
          .header-dekstop .navbar .menu > li > a.chevron-product img {
            width: 10px;
            height: 6px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s; }
          .header-dekstop .navbar .menu > li > a.to_store {
            position: relative;
            height: 35px;
            width: 90px;
            background: url(../images/icon/nature-store-green.png) no-repeat;
            background-size: cover;
            animation: to-store 2s infinite; }
@keyframes to-store {
  0%, 100% {
    background: url(../images/icon/nature-store-green.png) no-repeat;
    background-size: cover; }
  50% {
    background: url(../images/icon/nature-store-white.png) no-repeat;
    background-size: cover; } }
        .header-dekstop .navbar .menu > li .wrap {
          height: 100%;
          align-items: center;
          justify-content: space-between; }
          .header-dekstop .navbar .menu > li .wrap li {
            height: 100%;
            margin: 0; }
            .header-dekstop .navbar .menu > li .wrap li .icon-menu {
              top: 50%;
              padding: 0 5px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
              .header-dekstop .navbar .menu > li .wrap li .icon-menu img {
                height: 20px; }
            .header-dekstop .navbar .menu > li .wrap li.profile-menu .icon-menu img {
              width: 20px;
              object-fit: cover;
              object-position: -20px 0; }
            .header-dekstop .navbar .menu > li .wrap li.profile-menu:hover .tooltips {
              display: block; }
            .header-dekstop .navbar .menu > li .wrap li.profile-menu:hover .icon-menu img {
              object-position: 0 0; }
            .header-dekstop .navbar .menu > li .wrap li .tooltips {
              display: none;
              top: 55px;
              right: 0;
              min-width: 180px;
              padding: 10px 15px;
              background-color: #fffcd7;
              -webkit-border: 1px solid #c4bdbd;
              -moz-border: 1px solid #c4bdbd;
              -ms-border: 1px solid #c4bdbd;
              border: 1px solid #c4bdbd;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              -ms-border-radius: 10px;
              border-radius: 10px;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              -ms-transition: 0.5s;
              transition: 0.5s; }
              .header-dekstop .navbar .menu > li .wrap li .tooltips a {
                width: 100%;
                padding: 4px 0;
                font-size: 15px;
                color: #29A55B;
                text-align: right; }
                .header-dekstop .navbar .menu > li .wrap li .tooltips a:hover {
                  color: #3b3b3b; }
        .header-dekstop .navbar .menu > li:hover > a, .header-dekstop .navbar .menu > li:focus > a {
          color: #3b3b3b; }
          .header-dekstop .navbar .menu > li:hover > a.chevron-product img, .header-dekstop .navbar .menu > li:focus > a.chevron-product img {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        .header-dekstop .navbar .menu > li:hover .container, .header-dekstop .navbar .menu > li:focus .container {
          -webkit-transition: 0.8s;
          -moz-transition: 0.8s;
          -ms-transition: 0.8s;
          transition: 0.8s;
          display: flex; }
        .header-dekstop .navbar .menu > li.active a {
          color: #3b3b3b;
          font-family: "Futura Md BT"; }
  .header-dekstop .navbar .menu li:hover .container {
    display: flex; }
  .header-dekstop .container {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    justify-content: center;
    background-color: #f4ffe8;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s; }
    .header-dekstop .container .container__list {
      display: flex; }
      .header-dekstop .container .container__list .a {
        background-color: #288447; }
        .header-dekstop .container .container__list .a:hover, .header-dekstop .container .container__list .a:focus {
          background-color: #fff;
          color: #288447;
          -webkit-border: 1px solid #288447;
          -moz-border: 1px solid #288447;
          -ms-border: 1px solid #288447;
          border: 1px solid #288447; }
      .header-dekstop .container .container__list .b {
        background-color: #e47137; }
        .header-dekstop .container .container__list .b:hover, .header-dekstop .container .container__list .b:focus {
          background-color: #fff;
          color: #e47137;
          -webkit-border: 1px solid #e47137;
          -moz-border: 1px solid #e47137;
          -ms-border: 1px solid #e47137;
          border: 1px solid #e47137; }
      .header-dekstop .container .container__list .c {
        background-color: #64172d; }
        .header-dekstop .container .container__list .c:hover, .header-dekstop .container .container__list .c:focus {
          background-color: #fff;
          color: #64172d;
          -webkit-border: 1px solid #64172d;
          -moz-border: 1px solid #64172d;
          -ms-border: 1px solid #64172d;
          border: 1px solid #64172d; }
      .header-dekstop .container .container__list .d {
        background-color: #6a89a4; }
        .header-dekstop .container .container__list .d:hover, .header-dekstop .container .container__list .d:focus {
          background-color: #fff;
          color: #6a89a4;
          -webkit-border: 1px solid #6a89a4;
          -moz-border: 1px solid #6a89a4;
          -ms-border: 1px solid #6a89a4;
          border: 1px solid #6a89a4; }
      .header-dekstop .container .container__list .hyaluglow {
        background-color: #E79E8E; }
        .header-dekstop .container .container__list .hyaluglow:hover, .header-dekstop .container .container__list .hyaluglow:focus {
          background-color: #fff;
          color: #E79E8E;
          -webkit-border: 1px solid #E79E8E;
          -moz-border: 1px solid #E79E8E;
          -ms-border: 1px solid #E79E8E;
          border: 1px solid #E79E8E; }
      .header-dekstop .container .container__list .ceraglow {
        background-color: #89DCC0; }
        .header-dekstop .container .container__list .ceraglow:hover, .header-dekstop .container .container__list .ceraglow:focus {
          background-color: #fff;
          color: #89DCC0;
          -webkit-border: 1px solid #89DCC0;
          -moz-border: 1px solid #89DCC0;
          -ms-border: 1px solid #89DCC0;
          border: 1px solid #89DCC0; }
      .header-dekstop .container .container__list a {
        margin: 15px 10px; }
        .header-dekstop .container .container__list a.nature-btn-3 {
          color: #fff;
          font-family: "Futura Lt BT"; }

.header-mobile {
  display: none;
  height: 50px;
  z-index: 10;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px #f0f0f0;
  -moz-box-shadow: 0px 0px 8px #f0f0f0;
  -ms-box-shadow: 0px 0px 8px #f0f0f0;
  box-shadow: 0px 0px 8px #f0f0f0; }
  .header-mobile .container {
    justify-content: space-between;
    align-items: center; }
    .header-mobile .container .toggle-btn {
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .header-mobile .container .toggle-btn .lines {
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #29A55B;
        -webkit-transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.5s;
        -moz-transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.5s;
        -ms-transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.5s;
        transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.5s; }
        .header-mobile .container .toggle-btn .lines.top {
          top: 20%; }
        .header-mobile .container .toggle-btn .lines.middle {
          top: 50%;
          transition: .5s;
          opacity: 1; }
        .header-mobile .container .toggle-btn .lines.bottom {
          top: 80%; }
      .header-mobile .container .toggle-btn.active .lines.top {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header-mobile .container .toggle-btn.active .lines.middle {
        top: 50%;
        opacity: 0; }
      .header-mobile .container .toggle-btn.active .lines.bottom {
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .header-mobile .container .icon-menu {
      width: 30px; }
      .header-mobile .container .icon-menu img {
        width: 80%; }

.side-menu {
  opacity: 0;
  display: none;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; }
  .side-menu .menu {
    left: -800px;
    width: 90%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .side-menu .menu-header {
      height: 60px;
      padding-right: 25px;
      justify-content: flex-end;
      align-items: center;
      -webkit-border-bottom: 1px solid #7d7d7d;
      -moz-border-bottom: 1px solid #7d7d7d;
      -ms-border-bottom: 1px solid #7d7d7d;
      border-bottom: 1px solid #7d7d7d; }
      .side-menu .menu-header a:nth-child(1) {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .side-menu .menu .wrap-profile {
      padding: 10px 25px 10px 30px;
      -webkit-border-bottom: 1px solid #7d7d7d;
      -moz-border-bottom: 1px solid #7d7d7d;
      -ms-border-bottom: 1px solid #7d7d7d;
      border-bottom: 1px solid #7d7d7d; }
      .side-menu .menu .wrap-profile a img {
        height: 15px;
        width: 15px;
        object-fit: cover;
        object-position: 0 0; }
      .side-menu .menu .wrap-profile a {
        padding: 8px 0;
        color: #288447;
        font-family: "Futura Hv BT"; }
        .side-menu .menu .wrap-profile a:nth-child(2), .side-menu .menu .wrap-profile a:nth-child(3) {
          color: #7d7d7d; }
        .side-menu .menu .wrap-profile a:hover, .side-menu .menu .wrap-profile a:focus {
          text-decoration: underline; }
          .side-menu .menu .wrap-profile a:hover img, .side-menu .menu .wrap-profile a:focus img {
            object-position: -15px 0; }
    .side-menu .menu-content {
      padding: 10px 25px 10px 30px;
      -webkit-border-bottom: 1px solid #7d7d7d;
      -moz-border-bottom: 1px solid #7d7d7d;
      -ms-border-bottom: 1px solid #7d7d7d;
      border-bottom: 1px solid #7d7d7d; }
      .side-menu .menu-content a {
        color: #288447;
        font-family: "Futura Bk BT";
        padding: 8px 0; }
        .side-menu .menu-content a:hover, .side-menu .menu-content a:focus {
          text-decoration: underline; }
      .side-menu .menu-content > a, .side-menu .menu-content p {
        padding: 8px 0;
        color: #288447;
        font-family: "Futura Hv BT"; }
      .side-menu .menu-content p img.mobile-chevron-product {
        width: 15px;
        height: 8px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .side-menu .menu-content p img.mobile-chevron-product.active {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .side-menu .menu-content .ui-widget-content {
        border: none;
        padding-left: 15px; }
      .side-menu .menu-content .ui-accordion-header {
        color: #288447;
        display: flex;
        cursor: pointer;
        justify-content: space-between;
        background-color: transparent;
        -webkit-border: none;
        -moz-border: none;
        -ms-border: none;
        border: none; }
        .side-menu .menu-content .ui-accordion-header:hover, .side-menu .menu-content .ui-accordion-header:focus {
          text-decoration: underline; }
      .side-menu .menu-content .ui-accordion-header.ui-state-active {
        -webkit-border: none;
        -moz-border: none;
        -ms-border: none;
        border: none; }
    .side-menu .menu .wrap-faq {
      padding: 10px 25px 10px 30px; }
      .side-menu .menu .wrap-faq a {
        padding: 8px 0;
        color: #288447;
        font-family: "Futura Hv BT"; }
        .side-menu .menu .wrap-faq a:hover, .side-menu .menu .wrap-faq a:focus {
          text-decoration: underline; }
        .side-menu .menu .wrap-faq a.to_store {
          position: relative;
          margin: 10px 0;
          height: 35px;
          width: 90px;
          background: url(../images/icon/nature-store-green.png) no-repeat;
          background-size: cover;
          animation: to-store 2s infinite; }
@keyframes to-store {
  0%, 100% {
    background: url(../images/icon/nature-store-green.png) no-repeat;
    background-size: cover; }
  50% {
    background: url(../images/icon/nature-store-white.png) no-repeat;
    background-size: cover; } }
#search-modal {
  text-align: center;
  background-color: #f4ffe8; }
  #search-modal input {
    text-align: center;
    width: 90%;
    color: #3b3b3b;
    font-size: 25px;
    padding: 25px 20px;
    background-color: transparent;
    font-family: "Futura Lt BT"; }
  #search-modal a img {
    width: 25px; }

@media (max-width: 960px) {
  .header-dekstop {
    display: none; }

  .header-mobile {
    display: block; }

  .side-menu {
    display: block; } }
@media (max-width: 480px) {
  .header-mobile .container .toggle-btn {
    width: 25px;
    height: 25px; }

  #search-modal input {
    font-size: 14px; }
  #search-modal a img {
    width: 14px; } }
/* Footer
*------------------------------------*/
.footer {
  padding: 40px 0 0 0;
  background-color: #81C94D; }
  .footer-content {
    padding: 0 60px 40px 60px; }
    .footer-content .wrap {
      height: 80px;
      align-items: center;
      justify-content: space-between; }
      .footer-content .wrap > a {
        height: 35px; }
        .footer-content .wrap > a img {
          height: 100%; }
      .footer-content .wrap .social a {
        width: 36px;
        height: 35px;
        overflow: hidden;
        margin: 15px 7px; }
        .footer-content .wrap .social a img {
          height: 100%;
          object-position: 0; }
          .footer-content .wrap .social a img:hover, .footer-content .wrap .social a img:focus {
            object-position: -36px; }
        .footer-content .wrap .social a:last-child {
          margin-right: 0; }
      .footer-content .wrap a {
        font-size: 20px; }
      .footer-content .wrap .box a {
        width: 160px;
        cursor: default;
        line-height: 1.5; }
      .footer-content .wrap:nth-child(2) {
        align-items: flex-start; }
      .footer-content .wrap .group {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .footer-content .wrap .group a:hover, .footer-content .wrap .group a:focus {
          text-decoration: underline; }

.key-success {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .key-success .nature-btn-1 {
    font-family: "Futura Bk BT";
    background-color: #81C94D; }
    .key-success .nature-btn-1:hover, .key-success .nature-btn-1:focus {
      color: #81C94D;
      background-color: #fff;
      -webkit-border: 1px solid #fff;
      -moz-border: 1px solid #fff;
      -ms-border: 1px solid #fff;
      border: 1px solid #fff; }

.key-success-content {
  display: flex;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; }
  .key-success-content.open {
    height: 100%;
    display: flex; }
  .key-success-content .box {
    padding: 20px; }
    .key-success-content .box h5 {
      letter-spacing: 1px;
      line-height: 1.4;
      font-size: 18px; }
    .key-success-content .box p {
      font-family: "Futura Bk BT";
      font-size: 15px;
      line-height: 1.6; }

.foot-store {
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 20px;
  height: 100px;
  margin-bottom: 30px; }
  .foot-store img.bag {
    position: absolute;
    right: 0;
    height: 100%;
    cursor: pointer; }
  .foot-store .wrap-store-1 {
    position: absolute;
    height: 100%;
    right: 0; }
    .foot-store .wrap-store-1 a {
      height: 100%; }
      .foot-store .wrap-store-1 a .bag {
        height: 100%;
        z-index: 2;
        cursor: pointer; }
    .foot-store .wrap-store-1 img.tape-2 {
      height: 100%; }
  .foot-store .wrap-store-2 {
    position: absolute;
    width: 360px;
    right: 55px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .foot-store .wrap-store-2.on {
      width: 160px; }
    .foot-store .wrap-store-2 a {
      height: 100%; }
      .foot-store .wrap-store-2 a .tape-store {
        position: absolute;
        right: 0;
        height: 100%;
        width: 340px;
        z-index: 0;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .foot-store .wrap-store-2 a .tape-store.on {
          right: -210px; }
    .foot-store .wrap-store-2 img.store-open {
      position: absolute;
      right: 95px;
      bottom: 26px;
      z-index: 3;
      cursor: pointer;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .foot-store .wrap-store-2 img.store-open.on {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        transition-delay: 0.6s; }
    .foot-store .wrap-store-2 img.store-close {
      position: absolute;
      bottom: 42px;
      left: 6px;
      z-index: 3;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      .foot-store .wrap-store-2 img.store-close.on {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
    .foot-store .wrap-store-2 a.bold {
      position: absolute;
      bottom: 25px;
      left: 25%;
      z-index: 3;
      height: auto;
      color: #205733;
      font-size: 22px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      .foot-store .wrap-store-2 a.bold.on {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
      .foot-store .wrap-store-2 a.bold:hover, .foot-store .wrap-store-2 a.bold:focus {
        color: #81C94D;
        text-decoration: underline; }

@media (max-width: 768px) {
  .key-success-content {
    flex-direction: column; } }
@media (max-width: 760px) {
  .footer-content {
    padding: 0 20px 140px 20px;
    text-align: center; }
    .footer-content .wrap.row {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .footer-content .wrap {
      height: auto;
      justify-content: center; }
      .footer-content .wrap > a {
        margin: 0; }
      .footer-content .wrap .social {
        margin-top: 20px; }
        .footer-content .wrap .social a:first-child {
          margin-left: 0; }
      .footer-content .wrap a {
        font-size: 20px; }
      .footer-content .wrap .box a {
        width: 100%;
        padding-top: 10px; }
      .footer-content .wrap .group {
        padding-top: 20px; }

  .key-success {
    position: absolute;
    top: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .foot-store {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .foot-store {
    right: 0;
    height: 75px; }
    .foot-store .wrap-store-2 {
      width: 250px; }
      .foot-store .wrap-store-2 img.tape-store {
        width: 250px;
        right: 0; }
        .foot-store .wrap-store-2 img.tape-store.on {
          right: -160px; }
      .foot-store .wrap-store-2 img.store-open {
        width: 18px;
        right: 62px;
        bottom: 18px; }
      .foot-store .wrap-store-2 img.store-close {
        left: 0;
        width: 30px; }
      .foot-store .wrap-store-2 a.bold {
        bottom: 20px;
        left: 14%;
        font-size: 20px; }

  .key-success {
    width: 200px; }

  .key-success-content .box {
    padding: 20px 0; } }
@media (max-width: 330px) {
  .key-success {
    top: 300px; } }
/* OTP
*------------------------------------*/
.otp-triger {
  text-align: center;
  color: #fff;
  background-color: #a41330; }

.otp {
  overflow: hidden;
  border-radius: 20px; }
  .otp.iziModal {
    background: transparent; }
  .otp .box-img {
    height: 160px;
    background-color: #fff59a; }
    .otp .box-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .otp .content {
    padding: 15px;
    background-color: #29A55B;
    text-align: center; }
    .otp .content p:nth-child(2) {
      font-size: 12px; }
    .otp .content form label {
      color: #fff;
      font-size: 12px;
      padding-bottom: 5px;
      font-family: "Futura Lt BT"; }
    .otp .content form .input, .otp .content form .otp-submit {
      padding: 10px 15px;
      color: #fff;
      font-size: 16px;
      text-align: center;
      margin-bottom: 15px;
      font-family: "Futura Lt BT";
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
    .otp .content form .input {
      width: 180px;
      background-color: #205733; }
    .otp .content form .otp-submit {
      color: #29A55B;
      width: 120px;
      cursor: pointer; }
  .otp.otp-error .content {
    background-color: #a41330; }
    .otp.otp-error .content p {
      padding: 0; }
    .otp.otp-error .content .input {
      background-color: #5d0005; }

/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
/* home
*------------------------------------*/
.home {
  text-align: center;
  padding-top: 50px;
  overflow-x: hidden; }
  .home .on-mobile {
    display: none; }
  .home h2 {
    width: 90%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .home .whats-new {
    padding: 50px 0; }
    .home .whats-new .carousel-home-2 .item {
      cursor: pointer; }
      .home .whats-new .carousel-home-2 .item .wrap .box-img {
        min-width: 220px;
        height: 220px;
        overflow: hidden; }
        .home .whats-new .carousel-home-2 .item .wrap .box-img img {
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .home .whats-new .carousel-home-2 .item .wrap p {
        padding: 0;
        margin: 10px 0;
        height: 70px;
        line-height: 1.3;
        font-family: "Futura Md BT";
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
      .home .whats-new .carousel-home-2 .item .wrap a {
        font-size: 16px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
      .home .whats-new .carousel-home-2 .item .wrap:hover p, .home .whats-new .carousel-home-2 .item .wrap:hover a, .home .whats-new .carousel-home-2 .item .wrap:focus p, .home .whats-new .carousel-home-2 .item .wrap:focus a {
        color: #81C94D; }
      .home .whats-new .carousel-home-2 .item .wrap:hover a.u-line, .home .whats-new .carousel-home-2 .item .wrap:focus a.u-line {
        color: #29A55B; }
  .home .product {
    position: relative;
    height: 560px; }
    .home .product .left {
      width: 50%; }
      .home .product .left .box-img {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .home .product .left .box-img img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
    .home .product .right {
      position: relative;
      width: 50%;
      height: 100%; }
      .home .product .right .wrap {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .home .product .right .item {
        height: 100%; }
        .home .product .right .item h4 {
          padding: 5px 0;
          font-size: 24px; }
        .home .product .right .item p {
          padding: 20px 0 30px 0;
          width: 70%;
          line-height: 1.6; }
        .home .product .right .item a {
          font-size: 16px;
          color: #7d7d7d;
          -webkit-border-bottom: 1px solid transparent;
          -moz-border-bottom: 1px solid transparent;
          -ms-border-bottom: 1px solid transparent;
          border-bottom: 1px solid transparent; }
          .home .product .right .item a:hover, .home .product .right .item a:focus {
            color: #3b3b3b;
            -webkit-border-bottom: 1px solid #3b3b3b;
            -moz-border-bottom: 1px solid #3b3b3b;
            -ms-border-bottom: 1px solid #3b3b3b;
            border-bottom: 1px solid #3b3b3b; }
  .home .testimoni {
    padding: 50px 0; }
  .home .features {
    padding: 50px 0; }
    .home .features .cream {
      top: 0;
      left: 0;
      width: 100%;
      height: 60%;
      z-index: -1;
      background-color: #fffcd7; }
    .home .features .row {
      justify-content: center;
      align-items: center; }
    .home .features .container-text a {
      padding: 0 10px; }
    .home .features_content {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      overflow: hidden;
      height: 250px; }
      .home .features_content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .home .features_content .bg-shadow {
        z-index: 2;
        background-color: rgba(2, 1, 1, 0.15); }
      .home .features_content .text {
        z-index: 3;
        width: 100%;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 10px 20px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .home .features_content .text h4 {
          padding: 0;
          padding-bottom: 8px;
          font-family: "Futura Bk BT"; }
        .home .features_content .text p {
          color: white;
          width: 90%;
          line-height: 1.4;
          font-size: 16px;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .home .features_content:hover, .home .features_content:focus {
        -webkit-box-shadow: 0px 0px 8px #c4bdbd;
        -moz-box-shadow: 0px 0px 8px #c4bdbd;
        -ms-box-shadow: 0px 0px 8px #c4bdbd;
        box-shadow: 0px 0px 8px #c4bdbd; }
        .home .features_content:hover .bg-shadow, .home .features_content:focus .bg-shadow {
          opacity: 0; }
  .home .video {
    padding: 50px 0; }
    .home .video .container-text {
      position: relative;
      justify-content: space-between; }
    .home .video .video-card {
      position: relative;
      width: 32%;
      height: auto; }
      .home .video .video-card:hover .video-box {
        box-shadow: 0px 0px 8px #c4bdbd; }
      .home .video .video-card:hover .title-video {
        color: #81C94D; }
      .home .video .video-card .video-box {
        position: relative;
        width: 100%;
        height: 215px;
        overflow: hidden;
        transition: .5s; }
        .home .video .video-card .video-box .img-thum {
          width: 100%;
          height: 100%;
          z-index: 2;
          object-fit: cover;
          object-position: center; }
        .home .video .video-card .video-box .btn-play {
          position: absolute;
          width: 80px;
          height: 80px;
          top: 50%;
          left: 50%;
          z-index: 2;
          transition: .4s;
          transform: translate(-50%, -50%); }
          .home .video .video-card .video-box .btn-play:hover {
            width: 85px;
            height: 85px; }
      .home .video .video-card .title-video {
        padding: 0;
        margin: 15px;
        line-height: 1.4;
        transition: .5s;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: "Futura Md BT"; }

#nature-notif {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(2, 1, 1, 0.5); }
  #nature-notif .body {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 350px;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    background-color: #fffcd7; }
    #nature-notif .body .close {
      cursor: pointer;
      position: absolute;
      height: 20px;
      top: 20px;
      right: 20px; }
      #nature-notif .body .close img {
        height: 100%; }
    #nature-notif .body .content {
      padding-top: 20px;
      text-align: center; }
      #nature-notif .body .content img {
        height: 100px; }
      #nature-notif .body .content a, #nature-notif .body .content p, #nature-notif .body .content button {
        font-size: 16px; }
      #nature-notif .body .content p {
        position: relative;
        padding: 10px 0 20px 0;
        width: 80%;
        left: 50%;
        color: #29A55B;
        line-height: 1.4;
        transform: translate(-50%); }
        #nature-notif .body .content p span {
          padding-top: 5px; }
      #nature-notif .body .content a {
        font-style: italic;
        padding: 20px 0 1px 0;
        margin-bottom: 10px;
        color: #29A55B;
        font-family: "Futura Lt BT";
        border-bottom: 1px solid #29A55B; }
        #nature-notif .body .content a:hover {
          color: #81C94D;
          border-bottom: 1px solid transparent; }

@media (max-width: 1600px) {
  .home .product {
    height: 520px; } }
@media (max-width: 1440px) {
  .home .product {
    height: 480px; }
  .home .features_content {
    height: 230px; }
  .home .video .video-card .video-box {
    height: 190px; } }
@media (max-width: 1100px) {
  .home .product {
    height: 400px; }
    .home .product .left .box-img img {
      width: 110%; }
    .home .product .right .item p {
      width: 100%;
      font-size: 16px; }
  .home .features {
    background-color: #fffcd7; }
    .home .features .cream {
      display: none; }
    .home .features .row {
      flex-direction: column; }
    .home .features a {
      width: 100%; }
    .home .features_content {
      height: 120px;
      width: 100%;
      padding: 0;
      margin: 6px 0; }
      .home .features_content .text h4 {
        font-size: 26px; }
  .home .video .video-card .video-box {
    height: 174px; } }
@media (max-width: 768px) {
  .home .product {
    height: 360px; }
    .home .product .left .box-img img {
      width: 140%; }
    .home .product .right .item h4 {
      font-size: 20px; }
  .home .video .video-card .video-box {
    height: 134px; } }
@media (max-width: 650px) {
  .home .on-mobile {
    display: block; }
  .home .on-dekstop {
    display: none; }
  .home .product {
    height: auto; }
    .home .product.row {
      flex-direction: column; }
      .home .product.row .left {
        width: 100%;
        height: 400px; }
        .home .product.row .left .box-img img {
          width: 100%; }
      .home .product.row .right {
        width: 100%;
        height: 400px; }
        .home .product.row .right .item {
          padding: 40px; }
        .home .product.row .right h4 {
          font-size: 20px; }
        .home .product.row .right a {
          font-size: 15px; }
  .home .whats-new .carousel-home-2 .item .wrap p {
    font-size: 18px; }
  .home .features_content {
    height: 160px; }
    .home .features_content .text h4 {
      font-size: 26px; }
  .home .video .container-text {
    flex-direction: column; }
  .home .video .video-card {
    padding: 10px 0;
    width: 100%; }
    .home .video .video-card .video-box {
      height: 280px; } }
@media (max-width: 500px) {
  .home .product.row .left, .home .product.row .right {
    height: 340px; } }
@media (max-width: 425px) {
  .home .product.row .left {
    height: 300px; }
  .home .product.row .right .item h4 {
    font-size: 19px; }
  .home .product.row .right .item p {
    font-size: 17px; }
  .home .video .video-card .video-box {
    height: 230px; } }
@media (max-width: 380px) {
  .home .product.row .left {
    height: 265px; }
  .home .product.row .right {
    height: 320px; }
  .home .product.row .right .item {
    padding: 30px;
    padding-top: 35px; }
    .home .product.row .right .item h4 {
      font-size: 18px; }
    .home .product.row .right .item a {
      font-size: 14px; }
    .home .product.row .right .item p {
      font-size: 16px;
      padding: 15px 0;
      line-height: 1.4; }
  .home .video .video-card .video-box {
    height: 200px; }

  #nature-notif .body {
    width: 330px; } }
@media (max-width: 360px) {
  .home .features_content .text h4 {
    font-size: 22px; }
  .home .features_content .text p {
    padding: 0; }
  .home .video .video-card .video-box {
    height: 200px; } }
@media (max-width: 330px) {
  .home .product.row .left {
    height: 240px; }
  .home .product.row .right {
    height: 300px; }
  .home .features .container-text a:nth-child(2) .features_content .text {
    padding: 0; }
  .home .video .video-card .video-box {
    height: 178px; }

  #nature-notif .body {
    width: 300px; } }
.kmkm {
  position: relative;
  padding-top: 50px; }
  .kmkm .banner {
    position: relative; }
    .kmkm .banner .path-bot {
      bottom: 0;
      top: unset; }
    .kmkm .banner .link.-b img {
      animation: bounce 3s infinite; }
  .kmkm-slider {
    position: relative; }
    .kmkm-slider .item {
      width: 100%; }
      .kmkm-slider .item a {
        width: 100%; }
        .kmkm-slider .item a img {
          width: 100%;
          object-fit: cover;
          object-position: center; }
          .kmkm-slider .item a img.mobile {
            display: none !important; }
    .kmkm-slider-mobile {
      position: relative;
      display: flex;
      justify-content: center; }
      .kmkm-slider-mobile .item {
        padding: 20px; }
        .kmkm-slider-mobile .item .card-kmkm {
          width: 220px; }
    .kmkm-slider .slick-dots {
      position: absolute;
      bottom: 40%;
      left: 50%;
      transform: translateX(-50%); }
      .kmkm-slider .slick-dots li.slick-active button:before {
        color: #245C2E; }
  .kmkm-video {
    position: relative;
    padding-bottom: 100px; }
    .kmkm-video .bg-video {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100%; }
      .kmkm-video .bg-video img {
        width: 100%;
        height: 100%; }
    .kmkm-video .kmkm-logo {
      display: none; }
    .kmkm-video .box-video {
      position: relative;
      max-width: 600px;
      padding: 20px;
      z-index: 2;
      top: -80px;
      margin: 0 auto; }
      .kmkm-video .box-video video {
        width: 100%;
        object-fit: cover;
        object-position: center;
        box-shadow: 15px 18px 2px #B4DBB3; }
      .kmkm-video .box-video .btn-play {
        position: absolute;
        cursor: pointer;
        top: 50%;
        left: 50%;
        width: 15%;
        z-index: 2;
        transform: translate(-50%, -50%); }
    .kmkm-video .box-text {
      position: relative;
      display: flex;
      max-width: 1200px;
      margin: 0 auto 60px;
      align-items: center;
      justify-content: center; }
      .kmkm-video .box-text .wrap {
        width: 40%; }
        .kmkm-video .box-text .wrap img {
          width: 100%; }
        .kmkm-video .box-text .wrap p {
          line-height: 1.7; }
  .kmkm-flow {
    position: relative;
    padding-top: 60px;
    background: #BDF0C9; }
    .kmkm-flow .box-btn {
      display: flex;
      flex-wrap: wrap;
      margin: 30px 0;
      justify-content: center; }
      .kmkm-flow .box-btn a {
        display: flex;
        margin: 10px 30px;
        min-width: 280px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        justify-content: center; }
        .kmkm-flow .box-btn a.nature-btn-2 {
          color: #245C2E;
          border-color: #245C2E;
          background: transparent; }
          .kmkm-flow .box-btn a.nature-btn-2 img {
            width: 24px;
            margin-right: 10px; }
          .kmkm-flow .box-btn a.nature-btn-2:hover, .kmkm-flow .box-btn a.nature-btn-2:focus {
            color: white;
            border-color: white; }
          .kmkm-flow .box-btn a.nature-btn-2:nth-child(2) {
            background: url(../images/kmkm/tiktok.png) no-repeat -28px 0; }
        .kmkm-flow .box-btn a.nature-btn-1 {
          background-color: #245C2E;
          border-color: #245C2E; }
          .kmkm-flow .box-btn a.nature-btn-1 .img {
            width: 25px;
            height: 30px;
            margin-right: 10px;
            background: url(../images/kmkm/tiktok.png) no-repeat 0 0; }
          .kmkm-flow .box-btn a.nature-btn-1:hover, .kmkm-flow .box-btn a.nature-btn-1:focus {
            background: white; }
            .kmkm-flow .box-btn a.nature-btn-1:hover .img, .kmkm-flow .box-btn a.nature-btn-1:focus .img {
              background-position: -28px 0; }
  .kmkm-hadiah {
    position: relative;
    background: #C0FBCE;
    padding: 160px 0 130px; }
    .kmkm-hadiah h1 {
      padding-bottom: 30px; }
    .kmkm-hadiah .wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .kmkm-hadiah .wrap .card-kmkm {
        width: 360px;
        padding: 30px; }
  .kmkm-galeri {
    position: relative;
    padding: 0 10% 100px 10%;
    background: #DDFFD9; }
    .kmkm-galeri h1 {
      padding-bottom: 0; }
    .kmkm-galeri > p {
      font-size: 26px;
      padding-bottom: 50px; }
    .kmkm-galeri .wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .kmkm-galeri .wrap .card-kmkm {
        width: 340px;
        height: 360px;
        padding: 10px;
        overflow: hidden; }
        .kmkm-galeri .wrap .card-kmkm img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
  .kmkm-title, .kmkm-sub-title {
    text-align: center; }
  .kmkm .card-kmkm {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .kmkm .card-kmkm img {
      width: 100%; }
    .kmkm .card-kmkm p {
      text-align: center;
      line-height: 1.7; }
  .kmkm .text-border {
    text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff; }
  .kmkm .text-border-2 {
    text-shadow: -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff; }
  .kmkm .link {
    display: flex;
    margin-top: 20px;
    transition: .5s;
    font-family: "Futura Bk BT";
    justify-content: center;
    text-decoration: underline; }
    .kmkm .link.-b {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translateX(-50%);
      text-decoration: none; }
    .kmkm .link.arrow {
      align-items: center;
      flex-direction: column; }
      .kmkm .link.arrow img {
        width: 16px;
        margin-top: 15px; }
    .kmkm .link:hover, .kmkm .link:focus {
      text-decoration: none; }
  .kmkm h1 {
    color: #245C2E;
    font-size: 60px;
    font-family: "Beyond Infinity - Demo"; }
  .kmkm .green {
    color: #245C2E; }
  .kmkm .bold {
    font-size: 17px; }
  .kmkm .path-top,
  .kmkm .path-bot {
    position: absolute;
    left: 50%;
    width: 100%;
    z-index: 1;
    line-height: 0; }
    .kmkm .path-top img,
    .kmkm .path-bot img {
      width: 100%;
      height: 100%; }
  .kmkm .path-top {
    top: 1px;
    transform: translate(-50%, -100%); }
  .kmkm .path-bot {
    top: 100%;
    transform: translate(-50%, 0%); }
@keyframes bounce {
  0%, 15%, 50%, 85%, 100% {
    margin-top: 15px; }
  40% {
    margin-top: 35px; }
  60% {
    margin-top: 28px; } }
@media (max-width: 780px) {
  .kmkm-galeri {
    padding: 0 5% 80px 5%; } }
@media (max-width: 680px) {
  .kmkm-slider .item a img.mobile {
    display: block !important; }
  .kmkm-slider .item a img.desktop {
    display: none !important; }
  .kmkm-slider-mobile .item .card-kmkm {
    width: 200px; }
  .kmkm-slider .slick-dots {
    bottom: 22%; }
  .kmkm-video {
    padding-bottom: 30px; }
    .kmkm-video .kmkm-logo {
      position: relative;
      display: block;
      width: 100%;
      padding: 50px 18%; }
      .kmkm-video .kmkm-logo img {
        width: 100%; }
    .kmkm-video .box-video {
      top: 0; }
    .kmkm-video .box-text {
      margin: 50px auto;
      padding: 20px;
      flex-direction: column; }
      .kmkm-video .box-text .wrap {
        width: 100%; }
        .kmkm-video .box-text .wrap img {
          display: none; }
  .kmkm-flow {
    padding-bottom: 70px; }
    .kmkm-flow .box-btn a {
      font-size: 11px; }
      .kmkm-flow .box-btn a.nature-btn-1 {
        padding: 10px 20px; }
  .kmkm-hadiah {
    padding: 130px 0 80px; }
    .kmkm-hadiah h1 {
      padding: 0 20% 30px; }
    .kmkm-hadiah .wrap .card-kmkm {
      width: 300px; }
  .kmkm-galeri {
    padding-top: 50px; }
    .kmkm-galeri > p {
      font-size: 20px; }
    .kmkm-galeri .wrap .card-kmkm {
      width: 290px;
      height: 310px; }
  .kmkm .bold {
    font-size: 15px; }
  .kmkm .link.-b {
    top: 78%; }
  .kmkm h1 {
    font-size: 44px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.login {
  width: 100%;
  padding: 20% 0 60px 0; }
  .login .hero-banner {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url("../images/banner/login-banner.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover; }
  .login-form {
    position: relative;
    padding: 50px;
    width: 400px;
    height: 500px;
    text-align: center;
    background-color: #fff;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 8px #c4bdbd;
    -moz-box-shadow: 0px 0px 8px #c4bdbd;
    -ms-box-shadow: 0px 0px 8px #c4bdbd;
    box-shadow: 0px 0px 8px #c4bdbd; }
    .login-form > p, .login-form h2, .login-form .input-group-2 {
      padding: 20px 0; }
    .login-form > p {
      color: #3b3b3b; }
    .login-form .nature-btn-1 {
      margin-top: 40px; }
    .login-form form p, .login-form form a {
      padding: 8px 0;
      font-size: 16px;
      color: #3b3b3b; }
    .login-form form a {
      text-decoration: underline; }

.register {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 80px 0;
  background-color: #fffcd7; }
  .register form {
    padding: 60px 0 0 0;
    background-color: #fffcd7; }
    .register form h2 {
      text-transform: uppercase; }
    .register form > input {
      margin: 50px 0 20px 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .register form .register-form {
      background-color: #fff;
      padding: 40px 120px;
      width: 1000px;
      height: auto;
      left: 50%;
      text-align: center;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-box-shadow: 0px 0px 8px #c4bdbd;
      -moz-box-shadow: 0px 0px 8px #c4bdbd;
      -ms-box-shadow: 0px 0px 8px #c4bdbd;
      box-shadow: 0px 0px 8px #c4bdbd; }
      .register form .register-form p {
        position: relative;
        width: 60%;
        left: 50%;
        padding-bottom: 40px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .register form .register-form .input-group-1 {
        width: 100%; }
        .register form .register-form .input-group-1 label {
          width: 30%;
          text-align: left; }
        .register form .register-form .input-group-1 input {
          width: 75%;
          text-align: left; }
        .register form .register-form .input-group-1 .wrap {
          width: 75%;
          align-items: center; }
          .register form .register-form .input-group-1 .wrap input {
            width: 100%;
            z-index: 1;
            cursor: pointer;
            text-align: left;
            background-color: transparent; }
            .register form .register-form .input-group-1 .wrap input:focus {
              border: 1px solid transparent; }
          .register form .register-form .input-group-1 .wrap .input-date-bg {
            height: 100%;
            width: 90%;
            left: 0;
            background-color: #f0f0f0; }
            .register form .register-form .input-group-1 .wrap .input-date-bg.active {
              border: 1px solid #81C94D; }
          .register form .register-form .input-group-1 .wrap img {
            cursor: pointer;
            right: 1%;
            top: 5%;
            width: 30px;
            height: 32px;
            margin: 0 10px; }
      .register form .register-form .select-group {
        width: 100%; }
        .register form .register-form .select-group label {
          width: 30%;
          text-align: left; }
        .register form .register-form .select-group .my-select {
          width: 75%; }
      .register form .register-form .ta-group-3 {
        width: 100%; }
        .register form .register-form .ta-group-3 label {
          width: 30%;
          text-align: left; }
        .register form .register-form .ta-group-3 textarea {
          width: 75%;
          height: 43px; }
      .register form .register-form .input-box .input-group-1 {
        width: 50%; }
        .register form .register-form .input-box .input-group-1 label {
          width: 57%; }
        .register form .register-form .input-box .input-group-1 input {
          width: 35%; }
      .register form .register-form .input-box .select-group {
        width: 50%; }

@media (max-width: 768px) {
  .login {
    padding: 25% 0 60px 0; }
    .login .hero-banner {
      height: 40%; }

  .register {
    padding: 50px 0 30px 0;
    background-color: #fffcd7; }
    .register form {
      background-color: #fffcd7;
      max-width: 500px;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .register form h2 {
        text-transform: capitalize; }
      .register form > input {
        margin: 50px 0;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .register form .register-form {
        padding: 0 20px 30px 20px;
        width: 100%; }
        .register form .register-form p {
          width: 80%; }
        .register form .register-form .input-group-1 {
          flex-direction: column; }
          .register form .register-form .input-group-1 label {
            width: 100%;
            text-align: left; }
          .register form .register-form .input-group-1 input {
            width: 100%;
            text-align: left; }
          .register form .register-form .input-group-1 .wrap {
            width: 100%; }
            .register form .register-form .input-group-1 .wrap .input-date-bg {
              width: 87%; }
        .register form .register-form .select-group {
          flex-direction: column; }
          .register form .register-form .select-group label {
            width: 100%;
            text-align: left; }
          .register form .register-form .select-group .my-select {
            width: 100%;
            text-align: left; }
        .register form .register-form .input-box {
          flex-direction: column; }
          .register form .register-form .input-box .input-group-1 {
            width: 100%; }
            .register form .register-form .input-box .input-group-1 label {
              width: 100%; }
            .register form .register-form .input-box .input-group-1 input {
              width: 100%; }
          .register form .register-form .input-box .select-group {
            width: 100%; }
        .register form .register-form .ta-group-3 {
          flex-direction: column; }
          .register form .register-form .ta-group-3 label {
            width: 100%; }
          .register form .register-form .ta-group-3 textarea {
            width: 100%;
            height: 100px; } }
@media (max-width: 650px) {
  .register form {
    width: 100%;
    padding: 50px 20px; }
    .register form .register-form .input-group-1 .wrap .input-date-bg {
      width: 85%; } }
@media (max-width: 480px) {
  .login {
    padding: 35% 0 70px 0; }
    .login .hero-banner {
      height: 40%; }
    .login-form {
      width: 90%;
      padding: 30px 20px; }

  .register {
    padding-bottom: 0; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.lp {
  position: relative;
  overflow: hidden;
  padding-top: 50px; }
  .lp .section-1_banner {
    width: 100%;
    height: 450px;
    background-image: url("../images/loyalty/loyalty-banner-new.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .lp .section-1_banner img {
      z-index: -1;
      height: 100%; }
    .lp .section-1_banner h2 {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-shadow: 0 0 5px rgba(2, 1, 1, 0.5); }
      .lp .section-1_banner h2.mobile {
        display: none; }
  .lp .section-1_content {
    padding: 40px 0;
    align-items: center; }
    .lp .section-1_content img {
      padding: 20px 0;
      width: 90px; }
    .lp .section-1_content p {
      width: 70%;
      padding: 20px 0; }
    .lp .section-1_content a {
      margin: 30px 0 20px 0; }
  .lp .section-1a {
    background-color: #fffcd7;
    padding: 70px 0; }
    .lp .section-1a .profile-me_wrap {
      max-width: 1200px;
      height: 100%;
      padding: 0;
      justify-content: center;
      align-items: center; }
      .lp .section-1a .profile-me_wrap .box-left {
        width: 25%;
        align-items: center; }
        .lp .section-1a .profile-me_wrap .box-left .myprofile-card {
          width: 100%;
          align-items: center;
          justify-content: center; }
          .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_star {
            height: 55px;
            display: flex;
            justify-content: space-between; }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_star img {
              width: 35px;
              height: 35px;
              margin: 0 10px; }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(1), .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(3) {
              position: relative;
              top: 30%; }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(1) {
              -webkit-transform: rotate(-35deg);
              -moz-transform: rotate(-35deg);
              -ms-transform: rotate(-35deg);
              transform: rotate(-35deg); }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(3) {
              -webkit-transform: rotate(35deg);
              -moz-transform: rotate(35deg);
              -ms-transform: rotate(35deg);
              transform: rotate(35deg); }
          .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_circle {
            background-image: url("../images/profile/circle-profile.png");
            background-repeat: no-repeat;
            background-size: 100%;
            width: 160px;
            height: 160px;
            padding: 10px;
            position: relative;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_circle img {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 90%;
              height: 90%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%; }
          .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me {
            padding: 20px 0 0 30px; }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me h5 {
              padding: 10px 20px;
              background-color: #fff; }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me .row img {
              width: 50px; }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me .row p {
              padding: 3px 0;
              font-size: 24px; }
            .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me .row .col {
              padding-left: 20px; }
      .lp .section-1a .profile-me_wrap .box-right {
        width: 60%;
        justify-content: center;
        align-items: center; }
        .lp .section-1a .profile-me_wrap .box-right .vip-card {
          width: 100%;
          padding: 15px 0;
          align-items: center; }
          .lp .section-1a .profile-me_wrap .box-right .vip-card .username {
            padding-right: 30px; }
            .lp .section-1a .profile-me_wrap .box-right .vip-card .username h5 {
              padding: 15px 30px;
              background-color: #fff; }
          .lp .section-1a .profile-me_wrap .box-right .vip-card .text {
            align-items: center; }
            .lp .section-1a .profile-me_wrap .box-right .vip-card .text img {
              width: 60px;
              padding-right: 20px; }
        .lp .section-1a .profile-me_wrap .box-right .wrap-poincard {
          width: 100%;
          padding: 30px 0;
          background-color: #fff;
          -webkit-box-shadow: 0px 2px 5px 2px #f0f0f0;
          -moz-box-shadow: 0px 2px 5px 2px #f0f0f0;
          -ms-box-shadow: 0px 2px 5px 2px #f0f0f0;
          box-shadow: 0px 2px 5px 2px #f0f0f0; }
          .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card {
            width: 100%;
            padding: 0 20px; }
            .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card > img {
              width: 70px;
              height: 70px; }
            .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card .box-text {
              padding-left: 30px; }
              .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card .box-text .row {
                align-items: center; }
          .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card:nth-child(2) {
            -webkit-border-left: 1px solid #3b3b3b;
            -moz-border-left: 1px solid #3b3b3b;
            -ms-border-left: 1px solid #3b3b3b;
            border-left: 1px solid #3b3b3b; }
  .lp .section-2 {
    padding: 50px 0;
    background-color: #f4ffe8; }
    .lp .section-2 > a {
      padding-top: 40px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .lp .section-2 > a:hover, .lp .section-2 > a:focus {
        color: #81C94D; }
        .lp .section-2 > a:hover.u-line, .lp .section-2 > a:focus.u-line {
          text-decoration: none; }
    .lp .section-2 .image-card {
      margin: 20px; }
      .lp .section-2 .image-card a {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px; }
      .lp .section-2 .image-card:nth-child(1) {
        background-image: url("../images/loyalty/redeem-bg.png"); }
      .lp .section-2 .image-card:nth-child(2) {
        background-image: url("../images/loyalty/upload-struk-bg.png"); }
  .lp .section-3 {
    padding: 50px 0; }
    .lp .section-3 h2 {
      padding-bottom: 40px; }
    .lp .section-3 .kumpul {
      justify-content: space-between; }
      .lp .section-3 .kumpul .wrap {
        width: 28%;
        padding: 20px;
        align-items: center; }
        .lp .section-3 .kumpul .wrap img {
          width: 90%; }
        .lp .section-3 .kumpul .wrap h5 {
          padding-top: 20px;
          text-align: center; }
    .lp .section-3 .note {
      padding-top: 40px; }
  .lp .section-4 {
    padding: 50px 0;
    background-color: #f4ffe8; }
    .lp .section-4 h2 {
      padding-bottom: 40px; }
    .lp .section-4 .mobile-tipe {
      display: none; }
      .lp .section-4 .mobile-tipe .ui-accordion-header.ui-state-active .box {
        background-image: url("../images/loyalty/close.png"); }
      .lp .section-4 .mobile-tipe .title {
        background-color: #fffcd7;
        padding: 5px 20px;
        align-items: center;
        justify-content: space-between; }
        .lp .section-4 .mobile-tipe .title .wrap {
          align-items: center; }
          .lp .section-4 .mobile-tipe .title .wrap img {
            width: 28px; }
          .lp .section-4 .mobile-tipe .title .wrap h5 {
            padding-left: 20px; }
        .lp .section-4 .mobile-tipe .title .box {
          height: 28px;
          width: 28px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url("../images/loyalty/open.png");
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          transition: 0.5s; }
      .lp .section-4 .mobile-tipe .content {
        padding: 10px 30px;
        background-color: #fff;
        margin-bottom: 10px; }
        .lp .section-4 .mobile-tipe .content p {
          line-height: 1.5; }
  .lp .section-5 {
    padding: 50px 0; }
    .lp .section-5 h2 {
      text-align: center;
      padding-bottom: 50px; }
    .lp .section-5 .benefit {
      width: 100%;
      justify-content: space-between; }
      .lp .section-5 .benefit-item {
        width: 15%;
        padding: 5px; }
        .lp .section-5 .benefit-item .box-img {
          padding: 10px; }
          .lp .section-5 .benefit-item .box-img img {
            width: 80%; }
    .lp .section-5 .container-text > a {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 50px 0 20px 0; }
  .lp .loyalty-redeem {
    text-align: center;
    background-color: #f4ffe8;
    padding: 50px 0; }
    .lp .loyalty-redeem #list-hadiah .list-hadiah {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 440px;
        width: 21%;
        margin: 15px;
        padding: 10px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        border-radius: 1px; }
        .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize .box-img {
          height: 200px;
          width: 100%;
          overflow: hidden; }
          .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize .box-img img {
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize .nature-btn-2 {
          font-family: "Futura Md BT";
          font-size: 16px; }
        .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize:hover, .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize:focus {
          -webkit-box-shadow: 0px 0px 8px #c4bdbd;
          -moz-box-shadow: 0px 0px 8px #c4bdbd;
          -ms-box-shadow: 0px 0px 8px #c4bdbd;
          box-shadow: 0px 0px 8px #c4bdbd; }
        .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize .true-icon {
          top: 6%;
          right: 10%; }
    .lp .loyalty-redeem a.nature-btn-2 {
      font-family: "Futura Md BT"; }
    .lp .loyalty-redeem .mobile .item {
      padding: 15px; }
      .lp .loyalty-redeem .mobile .item #item-prize {
        position: relative;
        width: 280px;
        height: 420px;
        justify-content: space-between; }
        @media (max-width: 360px) {
          .lp .loyalty-redeem .mobile .item #item-prize {
            width: 260px;
            height: 400px; } }
        .lp .loyalty-redeem .mobile .item #item-prize p.-b {
          width: 80%;
          margin: 0 auto; }
        .lp .loyalty-redeem .mobile .item #item-prize .nature-btn-2 {
          width: 200px;
          margin: 20px auto; }
        .lp .loyalty-redeem .mobile .item #item-prize .true-icon {
          top: 6%;
          right: 10%; }
  .lp .upload-struk {
    text-align: center; }
    .lp .upload-struk form .green-bg {
      padding: 100px 0 40px 0;
      background-color: #f4ffe8; }
      .lp .upload-struk form .green-bg a {
        padding: 40px 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .lp .upload-struk form .green-bg a:hover, .lp .upload-struk form .green-bg a:focus {
          color: #81C94D;
          text-decoration: unset; }
      .lp .upload-struk form .green-bg #userActions {
        position: relative;
        width: 340px;
        height: 420px;
        padding: 5px;
        overflow: hidden;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        transition: 0.6s;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        -webkit-border: 2px solid #29A55B;
        -moz-border: 2px solid #29A55B;
        -ms-border: 2px solid #29A55B;
        border: 2px solid #29A55B; }
        .lp .upload-struk form .green-bg #userActions input {
          color: #29A55B;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .lp .upload-struk form .green-bg #userActions .note {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          align-items: center; }
          .lp .upload-struk form .green-bg #userActions .note > p {
            padding: 10px 0;
            color: #29A55B;
            position: relative; }
          .lp .upload-struk form .green-bg #userActions .note img {
            width: 70px; }
        .lp .upload-struk form .green-bg #userActions input {
          width: 100%;
          height: 100%;
          outline: none;
          opacity: 0;
          margin: 0;
          z-index: 2;
          cursor: pointer; }
        .lp .upload-struk form .green-bg #userActions > img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          padding: 10px;
          object-fit: cover;
          object-position: center; }
        .lp .upload-struk form .green-bg #userActions:hover, .lp .upload-struk form .green-bg #userActions:focus {
          background-color: #d8f7ee;
          -webkit-border: 2px solid #81C94D;
          -moz-border: 2px solid #81C94D;
          -ms-border: 2px solid #81C94D;
          border: 2px solid #81C94D; }
      .lp .upload-struk form .green-bg .container-inner {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between; }
        .lp .upload-struk form .green-bg .container-inner .box-right {
          width: 45%;
          padding-bottom: 50px; }
        .lp .upload-struk form .green-bg .container-inner .box-left {
          width: 50%;
          padding-bottom: 50px; }
          .lp .upload-struk form .green-bg .container-inner .box-left table tr td {
            font-size: 18px;
            padding-bottom: 10px; }
            .lp .upload-struk form .green-bg .container-inner .box-left table tr td a, .lp .upload-struk form .green-bg .container-inner .box-left table tr td b {
              font-size: 16px;
              font-family: "Futura Bold"; }
            .lp .upload-struk form .green-bg .container-inner .box-left table tr td h5 {
              padding-left: 20px; }
            .lp .upload-struk form .green-bg .container-inner .box-left table tr td img {
              width: 50px;
              padding: 20px 0 0 10px; }
    .lp .upload-struk form .white-bg {
      background-color: #fff;
      padding: 50px 0; }
      .lp .upload-struk form .white-bg .list-product {
        padding: 40px 0; }
        .lp .upload-struk form .white-bg .list-product .ui-widget-content {
          border: none; }
        .lp .upload-struk form .white-bg .list-product .ui-accordion-content, .lp .upload-struk form .white-bg .list-product .ui-accordion {
          padding: 0; }
        .lp .upload-struk form .white-bg .list-product .ui-accordion-header.ui-state-active {
          -webkit-border: none;
          -moz-border: none;
          -ms-border: none;
          border: none; }
          .lp .upload-struk form .white-bg .list-product .ui-accordion-header.ui-state-active img {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
        .lp .upload-struk form .white-bg .list-product h5 {
          padding: 15px 25px;
          margin-top: 30px;
          color: #fff;
          font-size: 20px;
          display: flex;
          font-style: "Futura Md BT";
          justify-content: space-between; }
          .lp .upload-struk form .white-bg .list-product h5 img {
            padding: 0;
            height: 15px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
      .lp .upload-struk form .white-bg .a {
        background-color: #288447; }
      .lp .upload-struk form .white-bg .b {
        background-color: #e47137; }
      .lp .upload-struk form .white-bg .c {
        background-color: #64172d; }
      .lp .upload-struk form .white-bg .d {
        background-color: #6a89a4; }
      .lp .upload-struk form .white-bg .sub_menu > .row {
        justify-content: space-between;
        padding: 0 30px;
        align-items: center;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        -webkit-border: 1px solid #81C94D;
        -moz-border: 1px solid #81C94D;
        -ms-border: 1px solid #81C94D;
        border: 1px solid #81C94D;
        -webkit-border-top: none;
        -moz-border-top: none;
        -ms-border-top: none;
        border-top: none; }
        .lp .upload-struk form .white-bg .sub_menu > .row > p {
          color: #29A55B;
          width: 80%;
          padding: 10px 0;
          text-align: left; }
        .lp .upload-struk form .white-bg .sub_menu > .row .input {
          display: flex;
          width: 20%;
          padding: 7px 0;
          align-items: center;
          justify-content: center;
          -webkit-border-left: 1px solid #81C94D;
          -moz-border-left: 1px solid #81C94D;
          -ms-border-left: 1px solid #81C94D;
          border-left: 1px solid #81C94D; }
          .lp .upload-struk form .white-bg .sub_menu > .row .input p {
            color: #29A55B; }
          .lp .upload-struk form .white-bg .sub_menu > .row .input input {
            background-color: #f4ffe8;
            color: #29A55B;
            padding: 0 10px;
            width: 70px;
            height: 35px;
            margin: 0 5px;
            font-size: 16px;
            margin-right: 10px;
            -webkit-border: 1px solid #29A55B;
            -moz-border: 1px solid #29A55B;
            -ms-border: 1px solid #29A55B;
            border: 1px solid #29A55B; }
        .lp .upload-struk form .white-bg .sub_menu > .row:hover, .lp .upload-struk form .white-bg .sub_menu > .row:focus {
          background-color: #f4ffe8; }
    .lp .upload-struk form .nature-btn-2 {
      margin: 70px 0 30px 0; }
  .lp .loyalty-tnc {
    background-color: #f4ffe8; }
    .lp .loyalty-tnc .banner {
      height: 400px;
      width: 100%;
      background-image: url("../images/loyalty/loyalty-banner.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .lp .loyalty-tnc .banner h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-shadow: 0px 0px 10px #c4bdbd; }
    .lp .loyalty-tnc .container-text {
      padding-bottom: 60px; }
      .lp .loyalty-tnc .container-text h1 {
        text-align: center; }
    .lp .loyalty-tnc .content h5 {
      padding: 30px 0 25px 0;
      text-align: left; }
  .lp table tr {
    vertical-align: top; }
    .lp table tr td {
      text-align: left;
      line-height: 2;
      font-size: 15px;
      color: #29A55B;
      font-family: "Futura Bk BT"; }
      .lp table tr td b, .lp table tr td strong {
        color: #29A55B;
        font-size: 14px; }
      .lp table tr td a {
        padding: 0 !important;
        font-size: 15px; }
    .lp table tr td:nth-child(1) {
      width: 30px; }
  .lp table.child {
    margin: 5px 0 5px 35px; }
    .lp table.child td:nth-child(1) {
      width: 25px; }
    .lp table.child.with-border {
      width: 88%;
      margin-top: 15px;
      margin-bottom: 15px; }
      .lp table.child.with-border tr td {
        width: 50% !important;
        padding: 5px 30px 5px 15px;
        border: 1px solid;
        line-height: 1.5; }
      .lp table.child.with-border.--b {
        width: 80%; }
        .lp table.child.with-border.--b tr td {
          width: auto !important; }
          .lp table.child.with-border.--b tr td.--b, .lp table.child.with-border.--b tr td.--c, .lp table.child.with-border.--b tr td.--d, .lp table.child.with-border.--b tr td.--e {
            text-align: center;
            color: #fff;
            border-color: #29A55B;
            width: 23% !important;
            padding: 5px; }
          .lp table.child.with-border.--b tr td.bg-green {
            background-color: rgba(41, 165, 91, 0.4); }
          .lp table.child.with-border.--b tr td.--b {
            background: rgba(41, 165, 91, 0.4); }
          .lp table.child.with-border.--b tr td.--c {
            background: rgba(129, 201, 77, 0.4); }
          .lp table.child.with-border.--b tr td.--d {
            background: gold; }
          .lp table.child.with-border.--b tr td.--e {
            background: gray; }
    .lp table.child.--c td:nth-child(1) {
      width: 0; }

.tipe-card {
  width: 100%;
  margin: 40px;
  height: 300px;
  padding: 40px;
  background-color: #fffcd7; }
  .tipe-card .title {
    padding-bottom: 20px;
    align-items: center; }
    .tipe-card .title img {
      width: 50px;
      padding-right: 15px; }
  .tipe-card .content p {
    line-height: 1.5; }

.nature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15); }

#sample-struk img {
  width: 100%; }
  #sample-struk img.on-mobile {
    display: none; }
#sample-struk .close-btn {
  position: absolute;
  background-color: #fff;
  top: -12px;
  right: -5px;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  #sample-struk .close-btn img {
    width: 100%; }
#sample-struk .nature-btn-3 {
  position: absolute;
  top: 68%;
  left: 68%;
  padding: 12px 35px;
  border-radius: 30px;
  transform: translate(-50%, 50%); }
#sample-struk .iziModal-content {
  padding: 30px 50px !important; }

@media (max-width: 1024px) {
  .lp .section-1_banner {
    height: 350px; }
    .lp .section-1_banner h2 {
      top: 55%;
      width: 100%;
      text-align: center; }
  .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card {
    padding: 0 15px; } }
@media (max-width: 900px) {
  .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize {
    width: 25%; } }
@media (max-width: 768px) {
  #loyalty-redeem {
    padding-top: 50px; }

  .lp .section-1_banner {
    height: 310px; }
  .lp .dekstop {
    display: none; }
  .lp .mobile {
    display: flex; }
  .lp .section-1a .profile-me_wrap.row {
    flex-direction: column; }
  .lp .section-1a .profile-me_wrap .box-left {
    width: 100%; }
    .lp .section-1a .profile-me_wrap .box-left .myprofile-card {
      padding: 20px 0 40px 0; }
      .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me {
        flex-direction: column; }
        .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me .username h5 {
          margin: 10px 0; }
  .lp .section-1a .profile-me_wrap .box-right {
    width: 100%; }
    .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card {
      padding: 0 15px; }
      .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card.row {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .lp .section-1a .profile-me_wrap .box-right .wrap-poincard .poin_card .box-text {
        text-align: center;
        padding: 20px 0; }
  .lp .section-4 .mobile-tipe {
    display: flex; }
  .lp .section-5 .benefit-item {
    width: 18%; }
  .lp .loyalty-redeem .dekstop {
    display: block; }
  .lp .loyalty-redeem .mobile {
    display: none; }
  .lp .loyalty-redeem .mobile .list-hadiah-carousel #item-prize .box-img {
    width: 100%;
    padding: 10px;
    overflow: hidden; }
    .lp .loyalty-redeem .mobile .list-hadiah-carousel #item-prize .box-img img {
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .lp .loyalty-redeem .mobile .list-hadiah-carousel #item-prize .nature-btn-2 {
    font-size: 14px;
    font-family: "Futura Md BT"; }
  .lp .loyalty-redeem #list-hadiah .list-hadiah #item-prize {
    width: 30%; }
  .lp .upload-struk form .green-bg .container-inner {
    flex-direction: column; }
    .lp .upload-struk form .green-bg .container-inner .box-left, .lp .upload-struk form .green-bg .container-inner .box-right {
      width: 100%; }
  .lp table.child.with-border.--b {
    width: 88%; }

  #sample-struk {
    max-width: 400px !important;
    border-radius: 30px !important; }
    #sample-struk img.on-desktop {
      display: none; }
    #sample-struk img.on-mobile {
      display: block; }
    #sample-struk .nature-btn-3 {
      position: relative;
      left: 50%;
      top: 0;
      margin-bottom: 40px; } }
@media (max-width: 650px) {
  .lp .mobile {
    display: block; }
  .lp .section-1_banner {
    height: 420px; }
    .lp .section-1_banner h2 {
      text-align: center; }
  .lp .section-1_content p {
    width: 90%; }
  .lp .section-1a {
    position: relative; }
    .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_star {
      height: 30px; }
      .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_star img {
        width: 20px;
        height: 20px; }
    .lp .section-1a .profile-me_wrap .box-left .myprofile-card .img-me_circle {
      width: 110px;
      height: 110px; }
    .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me {
      padding: 0 0 0 10px; }
      .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me .row img {
        width: 40px; }
      .lp .section-1a .profile-me_wrap .box-left .myprofile-card .me .row p {
        padding: 0;
        font-size: 18px; }
  .lp .section-2 .row {
    flex-direction: column; }
  .lp .section-2 .image-card {
    margin: 10px 0; }
  .lp .section-3 .kumpul {
    justify-content: unset; }
    .lp .section-3 .kumpul.row {
      flex-direction: column;
      align-items: center; }
    .lp .section-3 .kumpul .wrap {
      width: 80%; }
  .lp .section-4 > .row {
    flex-direction: column; }
  .lp .section-4 .tipe-card {
    margin: 10px 0;
    height: 260px; }
  .lp .section-5 h2 {
    padding-bottom: 30px; }
  .lp .section-5 .benefit {
    justify-content: unset; }
    .lp .section-5 .benefit.row {
      flex-direction: column; }
    .lp .section-5 .benefit-item {
      display: flex;
      width: 100%; }
      .lp .section-5 .benefit-item .box-img {
        width: 40%; }
      .lp .section-5 .benefit-item .box-text {
        width: 60%;
        padding-left: 10px; }
  .lp .upload-struk form .white-bg {
    padding: 50px 0; }
    .lp .upload-struk form .white-bg .list-product h5 {
      padding: 16px;
      font-size: 16px; }
      .lp .upload-struk form .white-bg .list-product h5 img {
        width: 20px;
        height: 10px; }
    .lp .upload-struk form .white-bg .sub_menu > .row {
      padding: 0 10px; }
      .lp .upload-struk form .white-bg .sub_menu > .row > p {
        width: 70%;
        padding: 10px 0; }
      .lp .upload-struk form .white-bg .sub_menu > .row .input {
        display: flex;
        width: 30%;
        padding: 10px 0; }
        .lp .upload-struk form .white-bg .sub_menu > .row .input input {
          padding: 0px 8px;
          margin-right: 5px;
          width: 50px;
          margin: 0 5px; }
  .lp .loyalty-redeem .dekstop {
    display: none; }
  .lp .loyalty-redeem .mobile {
    display: block; }
  .lp .loyalty-redeem .redeem-note h5 {
    max-width: 100%; }
  .lp .loyalty-tnc .banner {
    height: 500px;
    background-position: 100% center; }
    .lp .loyalty-tnc .banner h1 {
      text-align: center;
      width: 80%; }
  .lp table.child.with-border tr td {
    padding: 5px; } }
@media (max-width: 480px) {
  .lp .section-1_banner {
    background-image: url("../images/loyalty/loyalty-banner-new-mobile.jpg"); }
    .lp .section-1_banner h2 {
      text-align: center;
      display: none; }
    .lp .section-1_banner h2.mobile {
      display: block; }

  #sample-struk {
    top: 5%;
    max-width: 86% !important; }
    #sample-struk img {
      width: 80%;
      margin: 0 auto; }
    #sample-struk .iziModal-content {
      padding: 30px 20px !important; } }
@media (max-width: 330px) {
  .lp .upload-struk form .green-bg #userActions {
    width: 280px; } }
#nature-notif.new-popup .body {
  width: auto;
  padding: 0px;
  overflow: hidden; }

#nature-notif.new-popup .body .content {
  flex-wrap: nowrap;
  padding-top: 0px;
  z-index: 3;
  position: relative;
  display: flex; }

#nature-notif.new-popup .body .close {
  height: 18px;
  top: 18px;
  right: 18px;
  z-index: 5; }

#nature-notif.new-popup .body .content-slider {
  position: relative;
  display: flex;
  max-width: 320px;
  transition: all 0.3s ease-in; }

#nature-notif.new-popup .body .content-slider.slide-0 {
  transform: translate(0, 0); }

#nature-notif.new-popup .body .content-slider.slide-1 {
  transform: translate(-100%, 0); }

#nature-notif.new-popup .body .content-slider.slide-2 {
  transform: translate(-200%, 0); }

#nature-notif.new-popup .body .content-slider.slide-3 {
  transform: translate(-300%, 0); }

#nature-notif.new-popup .body .content img {
  position: relative;
  float: left;
  max-width: 320px;
  height: auto; }

#nature-notif.new-popup .body .content .notif-href {
  width: 190px;
  position: absolute;
  bottom: 65px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  left: 50%;
  transform: translate(-50%, 0); }

#nature-notif.new-popup .body .content .notif-href button {
  padding: 12px 5px;
  width: 100%;
  position: relative;
  border: 1px solid #29A55B;
  font-size: 14px; }

#nature-notif.new-popup .body .content-dots {
  width: 100%;
  height: 12px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 14px;
  left: 0;
  z-index: 5; }

#nature-notif.new-popup .body .content-dots .dots-item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C3C3C3;
  position: relative;
  display: block;
  margin: 0 7px;
  cursor: pointer; }

#nature-notif.new-popup .body .content-dots .dots-item:hover {
  background-color: #A3A3A3; }

#nature-notif.new-popup .body .content-dots .dots-item.active {
  background-color: #29A55B; }

/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
/* Carousel
*------------------------------------*/
.carousel-home-1 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
.carousel-home-1 .slick-dots li {
  width: 30px;
  height: 6px; }
  .carousel-home-1 .slick-dots li button {
    width: 26px;
    height: 6px;
    padding: 0;
    border-radius: 0;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border: 1px solid #29A55B;
    -moz-border: 1px solid #29A55B;
    -ms-border: 1px solid #29A55B;
    border: 1px solid #29A55B; }
.carousel-home-1 .slick-dots .slick-active {
  margin: 0 5px 0 1px;
  width: 26px;
  background-color: #29A55B; }
.carousel-home-1 .item {
  width: 100%; }
  .carousel-home-1 .item a {
    width: 100%; }
    .carousel-home-1 .item a img {
      width: 100%; }

.carousel-home-2 {
  display: flex;
  justify-content: center; }
  .carousel-home-2 .slick-dots {
    width: 0;
    display: flex; }
    .carousel-home-2 .slick-dots li {
      bottom: -10px; }
  .carousel-home-2 .item {
    padding: 15px; }
    .carousel-home-2 .item .box-img {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .carousel-home-2 .item .box-img img {
        width: 100%;
        height: 100%; }
      .carousel-home-2 .item .box-img img.ofit {
        width: 100%;
        display: block;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
        -o-object-position: center; }

.carousel-home-3 {
  height: 100%; }
  .carousel-home-3 .slick-list.draggable, .carousel-home-3 .slick-track {
    height: 100%; }
  .carousel-home-3 .slick-slide > div {
    height: 100%; }
  .carousel-home-3 .slick-dots {
    position: absolute;
    right: 0%;
    top: 8%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .carousel-home-3 .slick-dots li {
      width: 40px; }
      .carousel-home-3 .slick-dots li a {
        font-size: 15px;
        color: #7d7d7d; }
    .carousel-home-3 .slick-dots li:nth-child(1).slick-active a {
      color: #288447; }
    .carousel-home-3 .slick-dots li:nth-child(2).slick-active a {
      color: #e47137; }
    .carousel-home-3 .slick-dots li:nth-child(3).slick-active a {
      color: #64172d; }
    .carousel-home-3 .slick-dots li:nth-child(4).slick-active a {
      color: #6a89a4; }
  @media (max-width: 1400px) {
    .carousel-home-3 .slick-dots {
      right: -6%; } }
  @media (max-width: 800px) {
    .carousel-home-3 .slick-dots {
      right: -12%; } }
  @media (max-width: 480px) {
    .carousel-home-3 .slick-dots {
      right: -15%; } }
  @media (max-width: 360px) {
    .carousel-home-3 .slick-dots {
      right: -20%; } }
  .carousel-home-3 .a {
    background-color: #CFEABD; }
  .carousel-home-3 .b {
    background-color: #FAD38D; }
  .carousel-home-3 .c {
    background-color: #fbc7cb; }
  .carousel-home-3 .d {
    background-color: #DEF3F8; }
  .carousel-home-3 .wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .carousel-home-3 .item {
    text-align: left;
    padding: 50px;
    height: 100%; }
    .carousel-home-3 .item h4 {
      font-family: "Futura Md BT"; }
    .carousel-home-3 .item p {
      color: #7d7d7d;
      font-family: "Futura Md BT";
      font-size: 17px; }
    .carousel-home-3 .item a {
      font-family: "Futura Bold"; }

.carousel-home-4 .color-1 {
  background-color: #288447; }
.carousel-home-4 .color-2 {
  background-color: #e47137; }
.carousel-home-4 .color-3 {
  background-color: #64172d; }
.carousel-home-4 .color-4 {
  background-color: #6a89a4; }
.carousel-home-4 .slick-prev:before, .carousel-home-4 .slick-next:before {
  color: #3b3b3b;
  font-size: 50px; }
@media (max-width: 1200px) {
  .carousel-home-4 .slick-prev, .carousel-home-4 .slick-next {
    display: none; }
    .carousel-home-4 .slick-prev:before, .carousel-home-4 .slick-next:before {
      display: none; } }
.carousel-home-4 .slick-prev {
  left: -20px; }
.carousel-home-4 .slick-next {
  right: -20px; }
.carousel-home-4 .item {
  padding: 25px 10px 10px 10px;
  max-width: 300px; }
  .carousel-home-4 .item-card {
    -webkit-border: 1px solid #7d7d7d;
    -moz-border: 1px solid #7d7d7d;
    -ms-border: 1px solid #7d7d7d;
    border: 1px solid #7d7d7d; }
    .carousel-home-4 .item-card > p {
      height: 275px;
      padding: 20px 20px 0 20px;
      margin: 10px 0 45px 0;
      line-height: 1.4;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical; }
    .carousel-home-4 .item-card .box-title {
      padding: 10px 15px;
      height: 80px;
      color: #fff; }
      .carousel-home-4 .item-card .box-title .profile-img {
        top: -40%;
        width: 80px;
        height: 80px;
        overflow: hidden;
        background-color: #f4ffe8;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .carousel-home-4 .item-card .box-title .profile-img img {
          width: 100%;
          height: 100%; }
      .carousel-home-4 .item-card .box-title .text-wrap {
        top: 40%;
        width: 70%;
        right: 0;
        margin-left: auto;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .carousel-home-4 .item-card .box-title .text-wrap p {
          text-align: right;
          padding: 6px 0 0 0;
          color: #fff;
          font-size: 14px;
          font-family: "Futura Md BT"; }
          .carousel-home-4 .item-card .box-title .text-wrap p:nth-child(1) {
            font-size: 15px; }
    .carousel-home-4 .item-card .quote-img {
      top: -18px;
      right: 20px; }
      .carousel-home-4 .item-card .quote-img img {
        width: 55px; }

.carousel-article {
  position: relative;
  padding: 10px 0; }
  .carousel-article .slick-slide {
    margin: 0 15px 0 0; }
  .carousel-article .slick-list.draggable {
    padding: 0 50px 0 0 !important; }
  .carousel-article .nature-btn-2 {
    padding: 8px 15px;
    font-size: 16px; }

.carousel-product-2 {
  position: relative;
  padding: 20px 0; }
  .carousel-product-2 .item {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .carousel-product-2 .item > img {
      width: 100%; }
    .carousel-product-2 .item .wrap {
      background-color: #f0f0f0;
      padding: 30px 22px; }
      .carousel-product-2 .item .wrap p {
        font-size: 18px;
        padding-bottom: 30px; }

.carousel-product-3 {
  position: relative;
  padding: 20px 0; }
  .carousel-product-3 .item {
    text-align: center; }
    .carousel-product-3 .item p {
      font-family: "Futura Bold";
      padding: 20px 0;
      width: 80%;
      margin: auto;
      font-size: 22px; }

@media (max-width: 760px) {
  .carousel-home-4 .item-card > p {
    height: 243px; } }
@media (max-width: 1400px) {
  .carousel-home-4 .item-card .box-title .text-wrap {
    top: 50%; }
    .carousel-home-4 .item-card .box-title .text-wrap p:nth-child(1) {
      font-size: 13px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.privacy-policy .banner {
  position: relative;
  height: 380px;
  width: 100%;
  background-image: url("../images/banner/privacy-policy-banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .privacy-policy .banner h1 {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #29A55B;
    font-family: "Futura Bold";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.privacy-policy_content {
  padding: 50px 0;
  background-color: #f4ffe8; }
  .privacy-policy_content p {
    color: #29A55B;
    line-height: 1.8;
    font-size: 16px;
    font-family: "Futura Bk BT"; }
.privacy-policy.notes-detail .notes-detail-banner, .privacy-policy.md100 .notes-detail-banner {
  position: relative;
  height: 400px;
  width: 100%;
  padding-top: 60px;
  overflow: hidden; }
  .privacy-policy.notes-detail .notes-detail-banner img, .privacy-policy.md100 .notes-detail-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    .privacy-policy.notes-detail .notes-detail-banner img.mobile, .privacy-policy.md100 .notes-detail-banner img.mobile {
      display: none; }
    @media (max-width: 680px) {
      .privacy-policy.notes-detail .notes-detail-banner img.mobile, .privacy-policy.md100 .notes-detail-banner img.mobile {
        display: block; }
      .privacy-policy.notes-detail .notes-detail-banner img.desktop, .privacy-policy.md100 .notes-detail-banner img.desktop {
        display: none; } }
.privacy-policy.notes-detail .privacy-policy_content, .privacy-policy.md100 .privacy-policy_content {
  padding-bottom: 100px; }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-title, .privacy-policy.md100 .privacy-policy_content .container-text .notes-title {
    text-align: center;
    padding-bottom: 20px; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-title h2, .privacy-policy.md100 .privacy-policy_content .container-text .notes-title h2 {
      padding: 20px 0 10px; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-title p, .privacy-policy.md100 .privacy-policy_content .container-text .notes-title p {
      width: 60%;
      margin: 0 auto; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-title .bar-line, .privacy-policy.md100 .privacy-policy_content .container-text .notes-title .bar-line {
      width: 60px;
      height: 2px;
      margin: 40px auto;
      background-color: #29A55B; }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content {
    position: relative;
    display: flex; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left, .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right {
      width: 250px; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left {
      left: -10%;
      transform: translate(-50%, -50%); }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--a, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--a {
        top: 10%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--a.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--a.notbalok {
          top: 16%;
          left: -10%; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--b, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--b {
        top: 48%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--b.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--b.notbalok {
          top: 55%;
          left: -10%; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--c, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--c {
        top: 80%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--c.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--c.notbalok {
          top: 85%;
          left: -8%; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right {
      left: 112%;
      transform: translate(-50%, -50%); }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--a, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--a {
        top: 0%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--a.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--a.notbalok {
          top: -5%; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--b, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--b {
        top: 25%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--b.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--b.notbalok {
          top: 20%;
          left: 110%; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--c, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--c {
        top: 60%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--c.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--c.notbalok {
          top: 55%;
          left: 110%; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--d, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--d {
        top: 95%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--d.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--d.notbalok {
          top: 90%; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--e, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--e {
        top: 75%;
        left: 90%; }
    @media (max-width: 780px) {
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left, .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right {
        width: 170px; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left {
        left: -3%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--a.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--a.notbalok {
          top: 12%;
          left: 0%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--b.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--b.notbalok {
          top: 50%;
          left: 0%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.left.--c.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.left.--c.notbalok {
          top: 82%;
          left: 0%; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right {
        left: 103%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--a.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--a.notbalok {
          top: -2%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--b.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--b.notbalok {
          top: 23%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--c.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--c.notbalok {
          top: 58%; }
        .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content > img.right.--d.notbalok, .privacy-policy.md100 .privacy-policy_content .container-text .notes-content > img.right.--d.notbalok {
          top: 93%;
          left: 100%; } }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .content, .privacy-policy.md100 .privacy-policy_content .container-text .content {
    z-index: 1; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .content.list-1, .privacy-policy.md100 .privacy-policy_content .container-text .content.list-1 {
      width: 55%;
      padding-right: 50px; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .content.list-2, .privacy-policy.md100 .privacy-policy_content .container-text .content.list-2 {
      width: 45%; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .content h4, .privacy-policy.md100 .privacy-policy_content .container-text .content h4 {
      font-size: 24px;
      padding: 40px 0 0 0;
      letter-spacing: 0.4px; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .content h5, .privacy-policy.md100 .privacy-policy_content .container-text .content h5 {
      padding: 30px 0 5px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.4px; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .content p, .privacy-policy.md100 .privacy-policy_content .container-text .content p {
      padding: 0; }
      .privacy-policy.notes-detail .privacy-policy_content .container-text .content p a, .privacy-policy.md100 .privacy-policy_content .container-text .content p a {
        color: #29A55B;
        font-size: 16px; }
.privacy-policy.kmkm .container-text {
  padding: 0 5%; }
.privacy-policy.kmkm .notes-detail-banner {
  padding-top: 0;
  line-height: 0; }
.privacy-policy.kmkm .privacy-policy_content .bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .privacy-policy.kmkm .privacy-policy_content .bg-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; }
.privacy-policy.kmkm .privacy-policy_content .container-text {
  top: -240px;
  margin-bottom: -200px; }
  .privacy-policy.kmkm .privacy-policy_content .container-text .content {
    width: 100%; }
.privacy-policy.kmkm .wrap {
  padding-left: 25px; }
  .privacy-policy.kmkm .wrap .ls {
    display: flex;
    align-items: flex-start; }
    .privacy-policy.kmkm .wrap .ls > span {
      padding-top: 4px;
      padding-right: 20px; }
.privacy-policy.kmkm .bokeh {
  position: absolute;
  z-index: 0; }
  .privacy-policy.kmkm .bokeh.l {
    right: 0; }
  .privacy-policy.kmkm .bokeh.r {
    left: 0;
    transform: rotate(180deg); }
  .privacy-policy.kmkm .bokeh:nth-child(2) {
    top: 2%; }
  .privacy-policy.kmkm .bokeh:nth-child(3) {
    top: 50%; }
  .privacy-policy.kmkm .bokeh:nth-child(4) {
    top: 75%; }
.privacy-policy.md100 {
  background: #c0e99d;
  overflow: hidden; }
  .privacy-policy.md100 .notes-detail-banner {
    height: 100%; }
  .privacy-policy.md100 .privacy-policy_content {
    background: #c0e99d; }
    .privacy-policy.md100 .privacy-policy_content .container-text .content h2 {
      margin: 0 auto;
      padding: 10px 0;
      text-align: center; }
      @media (max-width: 480px) {
        .privacy-policy.md100 .privacy-policy_content .container-text .content h2 {
          font-size: 20px; } }
      .privacy-policy.md100 .privacy-policy_content .container-text .content h2:nth-child(1) {
        padding-top: 50px; }
      .privacy-policy.md100 .privacy-policy_content .container-text .content h2:nth-child(2) {
        font-family: "Futura Bk BT";
        padding-bottom: 50px; }
        @media (max-width: 780px) {
          .privacy-policy.md100 .privacy-policy_content .container-text .content h2:nth-child(2) {
            padding-bottom: 30px; } }
      .privacy-policy.md100 .privacy-policy_content .container-text .content h2 span {
        position: relative;
        color: #288447;
        font-family: "Futura Bold"; }
        @media (max-width: 380px) {
          .privacy-policy.md100 .privacy-policy_content .container-text .content h2 span {
            display: inline-block;
            margin-top: 20px; } }
        .privacy-policy.md100 .privacy-policy_content .container-text .content h2 span:after {
          background-color: #f6ff63;
          position: absolute;
          content: "";
          width: 100%;
          height: 120%;
          left: 50%;
          top: 45%;
          right: 0;
          z-index: -1;
          padding: 0 5px;
          -webkit-transform: translateX(-50%);
          transform: translate(-50%, -50%); }
    .privacy-policy.md100 .privacy-policy_content .container-text .content h4 {
      padding: 50px 0 15px;
      line-height: 1.6; }
      @media (max-width: 480px) {
        .privacy-policy.md100 .privacy-policy_content .container-text .content h4 {
          font-size: 17px; } }
    .privacy-policy.md100 .privacy-policy_content .container-text .content h5 {
      padding: 25px 0 15px; }
    .privacy-policy.md100 .privacy-policy_content .container-text .content ol {
      padding-left: 5px; }
      .privacy-policy.md100 .privacy-policy_content .container-text .content ol li {
        counter-increment: step-counter;
        display: flex; }
        .privacy-policy.md100 .privacy-policy_content .container-text .content ol li p {
          padding-left: 25px;
          padding-bottom: 8px; }
      .privacy-policy.md100 .privacy-policy_content .container-text .content ol li:before {
        position: absolute;
        left: 0;
        content: counter(step-counter) ".";
        color: #29A55B;
        font-weight: bold;
        padding-top: 5px;
        font-family: "Futura Lt BT"; }
    .privacy-policy.md100 .privacy-policy_content .container-text .content h2,
    .privacy-policy.md100 .privacy-policy_content .container-text .content h4,
    .privacy-policy.md100 .privacy-policy_content .container-text .content h5,
    .privacy-policy.md100 .privacy-policy_content .container-text .content p,
    .privacy-policy.md100 .privacy-policy_content .container-text .content ol,
    .privacy-policy.md100 .privacy-policy_content .container-text .content strong {
      color: #288447; }
    @media (max-width: 780px) {
      .privacy-policy.md100 .privacy-policy_content .container-text .content {
        padding: 0 10px; } }
.privacy-policy .italic {
  font-style: italic; }
.privacy-policy .bl {
  color: #288447;
  font-weight: bold; }
.privacy-policy .uline {
  text-decoration: underline; }
  .privacy-policy .uline:hover, .privacy-policy .uline:focus {
    text-decoration: none; }

.privacy-policy.beauty-inside {
  background-color: #bffbcd; }
  .privacy-policy.beauty-inside .notes-title div {
    padding-top: 100px; }
  .privacy-policy.beauty-inside .notes-title h3 {
    padding: 10px;
    text-align: center;
    color: #288447;
    line-height: 1.8; }
    .privacy-policy.beauty-inside .notes-title h3:nth-child(1) {
      display: flex;
      flex-direction: column; }
      .privacy-policy.beauty-inside .notes-title h3:nth-child(1) span {
        color: #288447;
        font-family: "Futura lt Bt"; }
    .privacy-policy.beauty-inside .notes-title h3:nth-child(2) > span {
      position: relative;
      color: #288447;
      z-index: 1; }
      .privacy-policy.beauty-inside .notes-title h3:nth-child(2) > span:before {
        background-color: #f6ff63;
        position: absolute;
        content: "";
        width: 102%;
        height: 120%;
        left: 50%;
        top: 45%;
        right: 0;
        z-index: -1;
        padding: 0 5px;
        transform: translate(-50%, -50%); }
    @media (max-width: 780px) {
      .privacy-policy.beauty-inside .notes-title h3:nth-child(2) {
        width: 460px;
        margin: 0 auto; } }
    @media (max-width: 680px) {
      .privacy-policy.beauty-inside .notes-title h3:nth-child(2) {
        width: 305px; } }
    @media (max-width: 680px) {
      .privacy-policy.beauty-inside .notes-title h3 {
        font-size: 23px; } }
    @media (max-width: 330px) {
      .privacy-policy.beauty-inside .notes-title h3 {
        font-size: 20px; } }
  .privacy-policy.beauty-inside .privacy-policy_content {
    background-color: #bffbcd; }
    .privacy-policy.beauty-inside .privacy-policy_content .container-text .content {
      padding: 0;
      width: 100%; }
      .privacy-policy.beauty-inside .privacy-policy_content .container-text .content p,
      .privacy-policy.beauty-inside .privacy-policy_content .container-text .content p b,
      .privacy-policy.beauty-inside .privacy-policy_content .container-text .content p span {
        color: #288447 !important;
        font-family: "Futura Bk BT"; }
      .privacy-policy.beauty-inside .privacy-policy_content .container-text .content p {
        font-size: 18px; }
        @media (max-width: 680px) {
          .privacy-policy.beauty-inside .privacy-policy_content .container-text .content p {
            font-size: 16px; } }
      .privacy-policy.beauty-inside .privacy-policy_content .container-text .content > p {
        padding-bottom: 20px; }
      .privacy-policy.beauty-inside .privacy-policy_content .container-text .content ul {
        padding: 0 0 10px 10px; }
      .privacy-policy.beauty-inside .privacy-policy_content .container-text .content ol.start_2 {
        counter-reset: ponies 1; }
      .privacy-policy.beauty-inside .privacy-policy_content .container-text .content ol.start_2 li:before {
        content: counter(ponies,counter) ". ";
        counter-increment: ponies; }
.privacy-policy.review-win .notes-title div {
  padding-top: 0;
  display: none; }
.privacy-policy.review-win .privacy-policy_content {
  background-color: #c5f7d4 !important; }

@media (max-width: 680px) {
  .privacy-policy.beauty-inside.review-win
  .privacy-policy_content
  .container-text
  .content table {
    width: 100% !important; }
    .privacy-policy.beauty-inside.review-win
    .privacy-policy_content
    .container-text
    .content table td p {
      font-size: 12px;
      padding: 5px 0; }

  .privacy-policy.skin-check
  .privacy-policy_content
  .container-text
  .content
  h2:nth-child(2) {
    padding: 5px 10px;
    line-height: 1.5; } }
@media (max-width: 780px) {
  .privacy-policy.notes-detail .notes-detail-banner, .privacy-policy.md100 .notes-detail-banner {
    padding-top: 50px; }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-title {
    padding-bottom: 0; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-title p {
      width: 90%; }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content {
    padding: 0 10px; }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .content h4 {
    font-size: 20px; }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .content h5 {
    padding-top: 20px; }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .content h5,
  .privacy-policy.notes-detail .privacy-policy_content .container-text .content p,
  .privacy-policy.notes-detail .privacy-policy_content .container-text .content p > a {
    font-size: 14px; }
  .privacy-policy.kmkm .notes-detail-banner {
    padding-top: 0; }
  .privacy-policy.kmkm .privacy-policy_content .container-text {
    top: -160px; }
  .privacy-policy_content {
    padding-top: 20px; } }
@media (max-width: 660px) {
  .privacy-policy_content {
    padding-top: 20px; }
  .privacy-policy .banner {
    height: 420px;
    background-image: url("../images/banner/privacy-policy-banner-mobile.png"); }
    .privacy-policy .banner > h1 {
      top: 25%;
      text-align: center;
      left: 0;
      width: 100%; }
  .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content {
    flex-direction: column; }
    .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content .content.list-1, .privacy-policy.notes-detail .privacy-policy_content .container-text .notes-content .content.list-2 {
      width: 100%;
      padding-right: 0; }
  .privacy-policy.kmkm .wrap {
    padding-left: 15px; }
  .privacy-policy.md100 .privacy-policy_content .container-text .content ol li p {
    padding-left: 22px; } }
@media (max-width: 480px) {
  .privacy-policy.notes-detail .notes-detail-banner img.desktop {
    display: none; }
  .privacy-policy.notes-detail .notes-detail-banner img.mobile {
    display: block; }
  .privacy-policy.kmkm .privacy-policy_content .container-text {
    top: -120px; }
    .privacy-policy.kmkm .privacy-policy_content .container-text .content h2 {
      font-size: 18px; } }
@media (max-width: 330px) {
  .privacy-policy.kmkm .privacy-policy_content .container-text {
    top: -120px; }
    .privacy-policy.kmkm .privacy-policy_content .container-text .content h2 {
      font-size: 16px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.product {
  overflow: hidden; }
  .product-hero {
    padding-top: 50px; }
    .product-hero .box-img {
      height: 400px;
      width: 100%;
      background-color: rgba(2, 1, 1, 0.15);
      background-image: url("../images/product/banner-product-hijau.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .product-hero .box-text {
      width: 100%;
      padding: 50px 20px;
      background-color: #d8f7ee; }
      .product-hero .box-text .wrap.hijau {
        display: block; }
      .product-hero .box-text .wrap.orange {
        display: none; }
      .product-hero .box-text .wrap.advance {
        display: none; }
      .product-hero .box-text .wrap.white {
        display: none; }
      .product-hero .box-text .wrap.ceraglow {
        display: none; }
      .product-hero .box-text .wrap.hyaluglow {
        display: none; }
      .product-hero .box-text p {
        text-align: center;
        font-size: 22px;
        letter-spacing: .3px;
        line-height: 1.5;
        width: 75%;
        left: 50%;
        font-family: "Futura Lt BT";
        position: relative;
        transform: translateX(-50%); }
      .product-hero .box-text img {
        width: 150px;
        height: 150px;
        right: -3%;
        bottom: -5%; }
  .product-nav {
    background-color: #29A55B; }
    .product-nav .nav-mobile-carousel {
      display: none; }
    .product-nav .nav-mobile-carousel, .product-nav .nav-dekstop {
      justify-content: center; }
      .product-nav .nav-mobile-carousel .item a, .product-nav .nav-dekstop .item a {
        font-family: "Futura Lt BT";
        color: #fff;
        padding: 10px 20px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        -webkit-border-bottom: 8px solid transparent;
        -moz-border-bottom: 8px solid transparent;
        -ms-border-bottom: 8px solid transparent;
        border-bottom: 8px solid transparent; }
        .product-nav .nav-mobile-carousel .item a:hover, .product-nav .nav-mobile-carousel .item a:focus, .product-nav .nav-dekstop .item a:hover, .product-nav .nav-dekstop .item a:focus {
          -webkit-border-bottom: 8px solid #205733;
          -moz-border-bottom: 8px solid #205733;
          -ms-border-bottom: 8px solid #205733;
          border-bottom: 8px solid #205733; }
        .product-nav .nav-mobile-carousel .item a.active, .product-nav .nav-dekstop .item a.active {
          font-family: "Futura Md BT";
          -webkit-border-bottom: 8px solid #205733;
          -moz-border-bottom: 8px solid #205733;
          -ms-border-bottom: 8px solid #205733;
          border-bottom: 8px solid #205733; }
  .product-content {
    padding-top: 40px;
    flex-wrap: wrap;
    justify-content: center; }
    .product-content .product-card-2 .box-text h5 {
      color: #29A55B; }
    .product-content .product-card-2 .box-text p.desc {
      padding: 0;
      line-height: 1.3;
      font-size: 16px;
      overflow: unset;
      max-height: unset;
      height: 132px;
      margin-top: 5px;
      -webkit-line-clamp: 20; }
    .product-content .product-card-2 .box-btn {
      padding-top: 20px; }
  .product.orange .product-hero .box-img {
    background-image: url("../images/product/banner-product-orange.jpg"); }
  .product.orange .product-hero .box-text {
    background-color: #FAD38D; }
    .product.orange .product-hero .box-text .wrap.hijau {
      display: none; }
    .product.orange .product-hero .box-text .wrap.orange {
      display: block; }
    .product.orange .product-hero .box-text .wrap.advance {
      display: none; }
    .product.orange .product-hero .box-text .wrap.white {
      display: none; }
    .product.orange .product-hero .box-text .wrap.ceraglow {
      display: none; }
    .product.orange .product-hero .box-text .wrap.hyaluglow {
      display: none; }
  .product.orange .nav-mobile-carousel, .product.orange .nav-dekstop {
    background-color: #e47137; }
    .product.orange .nav-mobile-carousel .item a:hover, .product.orange .nav-mobile-carousel .item a:focus, .product.orange .nav-dekstop .item a:hover, .product.orange .nav-dekstop .item a:focus {
      -webkit-border-bottom: 8px solid #994d28;
      -moz-border-bottom: 8px solid #994d28;
      -ms-border-bottom: 8px solid #994d28;
      border-bottom: 8px solid #994d28; }
    .product.orange .nav-mobile-carousel .item a.active, .product.orange .nav-dekstop .item a.active {
      -webkit-border-bottom: 8px solid #994d28;
      -moz-border-bottom: 8px solid #994d28;
      -ms-border-bottom: 8px solid #994d28;
      border-bottom: 8px solid #994d28; }
  .product.orange .product-content .product-card-2 .box-text h5 {
    color: #e47137; }
  .product.advance .product-hero .box-img {
    background-image: url("../images/product/banner-product-advanced.png"); }
  .product.advance .product-hero .box-text {
    background-color: #fbc7cb; }
    .product.advance .product-hero .box-text .wrap.hijau {
      display: none; }
    .product.advance .product-hero .box-text .wrap.orange {
      display: none; }
    .product.advance .product-hero .box-text .wrap.advance {
      display: block; }
    .product.advance .product-hero .box-text .wrap.white {
      display: none; }
    .product.advance .product-hero .box-text .wrap.ceraglow {
      display: none; }
    .product.advance .product-hero .box-text .wrap.hyaluglow {
      display: none; }
  .product.advance .nav-mobile-carousel, .product.advance .nav-dekstop {
    background-color: #a41330; }
    .product.advance .nav-mobile-carousel .item a:hover, .product.advance .nav-mobile-carousel .item a:focus, .product.advance .nav-dekstop .item a:hover, .product.advance .nav-dekstop .item a:focus {
      -webkit-border-bottom: 8px solid #672928;
      -moz-border-bottom: 8px solid #672928;
      -ms-border-bottom: 8px solid #672928;
      border-bottom: 8px solid #672928; }
    .product.advance .nav-mobile-carousel .item a.active, .product.advance .nav-dekstop .item a.active {
      -webkit-border-bottom: 8px solid #672928;
      -moz-border-bottom: 8px solid #672928;
      -ms-border-bottom: 8px solid #672928;
      border-bottom: 8px solid #672928; }
  .product.advance .product-content .product-card-2 .box-text h5 {
    color: #a41330; }
  .product.white .product-hero .box-img {
    background-image: url("../images/product/banner-product-white.png"); }
  .product.white .product-hero .box-text {
    background-color: #DEF3F8; }
    .product.white .product-hero .box-text .wrap.hijau {
      display: none; }
    .product.white .product-hero .box-text .wrap.orange {
      display: none; }
    .product.white .product-hero .box-text .wrap.advance {
      display: none; }
    .product.white .product-hero .box-text .wrap.white {
      display: block; }
    .product.white .product-hero .box-text .wrap.ceraglow {
      display: none; }
    .product.white .product-hero .box-text .wrap.hyaluglow {
      display: none; }
  .product.white .nav-mobile-carousel, .product.white .nav-dekstop {
    background-color: #6a89a4; }
    .product.white .nav-mobile-carousel .item a:hover, .product.white .nav-mobile-carousel .item a:focus, .product.white .nav-dekstop .item a:hover, .product.white .nav-dekstop .item a:focus {
      -webkit-border-bottom: 8px solid #3f586e;
      -moz-border-bottom: 8px solid #3f586e;
      -ms-border-bottom: 8px solid #3f586e;
      border-bottom: 8px solid #3f586e; }
    .product.white .nav-mobile-carousel .item a.active, .product.white .nav-dekstop .item a.active {
      -webkit-border-bottom: 8px solid #3f586e;
      -moz-border-bottom: 8px solid #3f586e;
      -ms-border-bottom: 8px solid #3f586e;
      border-bottom: 8px solid #3f586e; }
  .product.white .product-content .product-card-2 .box-text h5 {
    color: #1c67a1; }
  .product.red .product-hero .box-img {
    background-image: url("../images/product/product-banner-adv.png"); }
  .product.red .product-hero .box-text {
    background-color: #fbc7cb; }
  .product.red .nav-mobile-carousel, .product.red .nav-dekstop {
    background-color: #a41330; }
    .product.red .nav-mobile-carousel .item a:hover, .product.red .nav-mobile-carousel .item a:focus, .product.red .nav-dekstop .item a:hover, .product.red .nav-dekstop .item a:focus {
      -webkit-border-bottom: 8px solid #672928;
      -moz-border-bottom: 8px solid #672928;
      -ms-border-bottom: 8px solid #672928;
      border-bottom: 8px solid #672928; }
    .product.red .nav-mobile-carousel .item a.active, .product.red .nav-dekstop .item a.active {
      -webkit-border-bottom: 8px solid #672928;
      -moz-border-bottom: 8px solid #672928;
      -ms-border-bottom: 8px solid #672928;
      border-bottom: 8px solid #672928; }
  .product.red .product-content .product-card-2 .box-text h5 {
    color: #a41330; }
  .product.hyaluglow .product-hero .box-img {
    background-image: url("../images/product/banner-product-hyaluglow.png"); }
  .product.hyaluglow .product-hero .box-text {
    background-color: #E79E8E; }
    .product.hyaluglow .product-hero .box-text .wrap.hijau {
      display: none; }
    .product.hyaluglow .product-hero .box-text .wrap.orange {
      display: none; }
    .product.hyaluglow .product-hero .box-text .wrap.advance {
      display: none; }
    .product.hyaluglow .product-hero .box-text .wrap.white {
      display: none; }
    .product.hyaluglow .product-hero .box-text .wrap.ceraglow {
      display: none; }
    .product.hyaluglow .product-hero .box-text .wrap.hyaluglow {
      display: block; }
  .product.hyaluglow .nav-mobile-carousel, .product.hyaluglow .nav-dekstop {
    background-color: #d95350; }
    .product.hyaluglow .nav-mobile-carousel .item a:hover, .product.hyaluglow .nav-mobile-carousel .item a:focus, .product.hyaluglow .nav-dekstop .item a:hover, .product.hyaluglow .nav-dekstop .item a:focus {
      -webkit-border-bottom: 8px solid #9d3b39;
      -moz-border-bottom: 8px solid #9d3b39;
      -ms-border-bottom: 8px solid #9d3b39;
      border-bottom: 8px solid #9d3b39; }
    .product.hyaluglow .nav-mobile-carousel .item a.active, .product.hyaluglow .nav-dekstop .item a.active {
      -webkit-border-bottom: 8px solid #9d3b39;
      -moz-border-bottom: 8px solid #9d3b39;
      -ms-border-bottom: 8px solid #9d3b39;
      border-bottom: 8px solid #9d3b39; }
  .product.hyaluglow .product-content .product-card-2 .box-text h5 {
    color: #d95350; }
  .product.ceraglow .product-hero .box-img {
    background-image: url("../images/product/banner-product-ceraglow.png"); }
  .product.ceraglow .product-hero .box-text {
    background-color: #89DCC0; }
    .product.ceraglow .product-hero .box-text .wrap.hijau {
      display: none; }
    .product.ceraglow .product-hero .box-text .wrap.orange {
      display: none; }
    .product.ceraglow .product-hero .box-text .wrap.advance {
      display: none; }
    .product.ceraglow .product-hero .box-text .wrap.white {
      display: none; }
    .product.ceraglow .product-hero .box-text .wrap.ceraglow {
      display: block; }
    .product.ceraglow .product-hero .box-text .wrap.hyaluglow {
      display: none; }
  .product.ceraglow .nav-mobile-carousel, .product.ceraglow .nav-dekstop {
    background-color: #3dab73; }
    .product.ceraglow .nav-mobile-carousel .item a:hover, .product.ceraglow .nav-mobile-carousel .item a:focus, .product.ceraglow .nav-dekstop .item a:hover, .product.ceraglow .nav-dekstop .item a:focus {
      -webkit-border-bottom: 8px solid #117544;
      -moz-border-bottom: 8px solid #117544;
      -ms-border-bottom: 8px solid #117544;
      border-bottom: 8px solid #117544; }
    .product.ceraglow .nav-mobile-carousel .item a.active, .product.ceraglow .nav-dekstop .item a.active {
      -webkit-border-bottom: 8px solid #117544;
      -moz-border-bottom: 8px solid #117544;
      -ms-border-bottom: 8px solid #117544;
      border-bottom: 8px solid #117544; }
  .product.ceraglow .product-content .product-card-2 .box-text h5 {
    color: #3dab73; }

.related-group-product {
  text-align: center;
  padding: 60px 0; }
  .related-group-product .related-wrap-1 {
    padding: 40px 0; }
    .related-group-product .related-wrap-1 .slick-dots {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .related-group-product .related-wrap-1 .slick-dots li {
      width: 30px;
      height: 6px; }
      .related-group-product .related-wrap-1 .slick-dots li button {
        width: 26px;
        height: 6px;
        padding: 0;
        border-radius: 0;
        text-indent: -9999px;
        overflow: hidden;
        -webkit-border: 1px solid #29A55B;
        -moz-border: 1px solid #29A55B;
        -ms-border: 1px solid #29A55B;
        border: 1px solid #29A55B; }
    .related-group-product .related-wrap-1 .slick-dots .slick-active {
      margin: 0 5px 0 1px;
      width: 26px;
      background-color: #29A55B; }
    .related-group-product .related-wrap-1 h3 {
      padding-bottom: 20px; }
    .related-group-product .related-wrap-1 .item {
      margin-left: auto !important;
      margin-right: auto !important;
      margin: 20px;
      min-width: 240px;
      max-width: 320px;
      padding: 0;
      background-color: #f0f0f0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .related-group-product .related-wrap-1 .item .box-img {
        overflow: hidden; }
        .related-group-product .related-wrap-1 .item .box-img img {
          height: 200px;
          width: 100%;
          object-fit: cover;
          -o-object-fit: cover;
          object-position: center;
          -o-object-position: center; }
      .related-group-product .related-wrap-1 .item .box-text {
        padding: 0 15px 10px 15px; }
        .related-group-product .related-wrap-1 .item .box-text p:first-child {
          display: -webkit-box;
          color: #29A55B;
          font-size: 18px;
          height: 80px;
          text-align: left;
          overflow: hidden;
          line-height: 1.3;
          font-family: "Futura Md BT";
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
        .related-group-product .related-wrap-1 .item .box-text p:last-child {
          display: flex;
          padding-top: 30px;
          color: #3b3b3b;
          font-size: 14px;
          align-items: center;
          font-family: "Futura Bold"; }
          .related-group-product .related-wrap-1 .item .box-text p:last-child img {
            height: 7px;
            margin-right: 10px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
      .related-group-product .related-wrap-1 .item:hover, .related-group-product .related-wrap-1 .item:focus {
        -webkit-box-shadow: 0px 0px 8px #c4bdbd;
        -moz-box-shadow: 0px 0px 8px #c4bdbd;
        -ms-box-shadow: 0px 0px 8px #c4bdbd;
        box-shadow: 0px 0px 8px #c4bdbd; }
        .related-group-product .related-wrap-1 .item:hover .box-text p:first-child, .related-group-product .related-wrap-1 .item:focus .box-text p:first-child {
          color: #81C94D; }
        .related-group-product .related-wrap-1 .item:hover .box-text p:last-child, .related-group-product .related-wrap-1 .item:focus .box-text p:last-child {
          color: #7d7d7d; }
  .related-group-product .related-wrap-2 {
    max-width: 800px;
    padding-top: 40px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .related-group-product .related-wrap-2 .slick-dots {
      width: 100%;
      justify-content: center; }
    .related-group-product .related-wrap-2 h3 {
      padding-bottom: 20px; }
      .related-group-product .related-wrap-2 h3 mark {
        color: #29A55B;
        background-color: #fff59a; }
    .related-group-product .related-wrap-2 .item {
      margin-left: auto !important;
      margin-right: auto !important;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      margin: 20px;
      padding: 5px; }
      .related-group-product .related-wrap-2 .item .box-img {
        height: 280px;
        width: 100%;
        background-color: transparent;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .related-group-product .related-wrap-2 .item .box-img img {
          height: 100%;
          width: auto;
          left: 50%;
          object-fit: cover;
          object-position: center;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .related-group-product .related-wrap-2 .item:hover .box-img, .related-group-product .related-wrap-2 .item:focus .box-img {
        -webkit-border: 1px solid #81C94D;
        -moz-border: 1px solid #81C94D;
        -ms-border: 1px solid #81C94D;
        border: 1px solid #81C94D; }
      .related-group-product .related-wrap-2 .item:hover .box-text p, .related-group-product .related-wrap-2 .item:focus .box-text p {
        color: #81C94D; }

.back-tape {
  content: '';
  position: relative; }
  .back-tape:before {
    background-color: #fff59a;
    position: absolute;
    content: '';
    width: 100%;
    height: 55%;
    left: 50%;
    top: 28%;
    right: 0;
    z-index: -1;
    padding: 0 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media (max-width: 1200px) {
  .related-group-product .related-wrap-1 .item {
    max-width: 300px; }

  .product-hero .box-img {
    background-image: url("../images/product/banner-product-hijau-768.png"); }
  .product.orange .product-hero .box-img {
    background-image: url("../images/product/banner-product-orange-768.jpg"); }
  .product.advance .product-hero .box-img {
    background-image: url("../images/product/banner-product-advanced-768.png"); }
  .product.white .product-hero .box-img {
    background-image: url("../images/product/banner-product-white-768.png"); }
  .product.hyaluglow .product-hero .box-img {
    background-image: url("../images/product/banner-product-hyaluglow-768.png"); }
  .product.ceraglow .product-hero .box-img {
    background-image: url("../images/product/banner-product-ceraglow-768.png"); } }
@media (max-width: 990px) {
  .related-group-product .related-wrap-2 {
    max-width: 100%;
    padding: 40px 20px 0 20px; } }
@media (max-width: 768px) {
  .product-hero .box-img {
    height: 500px;
    background-image: url("../images/product/banner-product-hijau-mobile.png"); }
  .product.orange .product-hero .box-img {
    height: 550px;
    background-image: url("../images/product/banner-product-orange-mobile.jpg"); }
  .product.advance .product-hero .box-img {
    height: 550px;
    background-image: url("../images/product/banner-product-advanced-mobile.png"); }
  .product.white .product-hero .box-img {
    height: 550px;
    background-image: url("../images/product/banner-product-white-mobile.png"); }
  .product.hyaluglow .product-hero .box-img {
    height: 550px;
    background-image: url("../images/product/banner-product-hyaluglow-mobile.png"); }
  .product.ceraglow .product-hero .box-img {
    height: 550px;
    background-image: url("../images/product/banner-product-ceraglow-mobile.png"); }

  .related-group-product .related-wrap-2 .item .box-img {
    height: 260px; } }
@media (max-width: 650px) {
  .product-hero .box-img {
    height: 400px;
    background-position: 73% center; }
  .product-hero .box-text {
    padding: 40px 15px; }
    .product-hero .box-text p {
      text-align: left;
      width: 100%;
      font-size: 18px;
      padding: 0 20px;
      line-height: 1.8; }
    .product-hero .box-text img {
      display: none; }
  .product-nav .nav-dekstop {
    display: none; }
  .product-nav .nav-mobile-carousel {
    display: block; }
  .product-nav .nav-mobile-carousel .item a, .product-nav .nav-dekstop .item a {
    font-family: "Futura Lt BT";
    color: #fff;
    padding: 12px 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-bottom: 7px solid transparent;
    -moz-border-bottom: 7px solid transparent;
    -ms-border-bottom: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .product-nav .nav-mobile-carousel .item a:hover, .product-nav .nav-mobile-carousel .item a:focus, .product-nav .nav-dekstop .item a:hover, .product-nav .nav-dekstop .item a:focus {
      -webkit-border-bottom: 7px solid #205733;
      -moz-border-bottom: 7px solid #205733;
      -ms-border-bottom: 7px solid #205733;
      border-bottom: 7px solid #205733; }
    .product-nav .nav-mobile-carousel .item a.active, .product-nav .nav-dekstop .item a.active {
      font-family: "Futura Md BT";
      -webkit-border-bottom: 7px solid #205733;
      -moz-border-bottom: 7px solid #205733;
      -ms-border-bottom: 7px solid #205733;
      border-bottom: 7px solid #205733; }
  .product.orange .product-hero .box-img {
    height: 500px;
    background-position: 52% center; }
  .product.advance .product-hero .box-img {
    height: 500px;
    background-position: 50% center; }
  .product.white .product-hero .box-img {
    height: 500px;
    background-position: 50% center; }
  .product.hyaluglow .product-hero .box-img {
    height: 500px;
    background-position: 50% center; }
  .product.ceraglow .product-hero .box-img {
    height: 500px;
    background-position: 50% center; }

  .related-group-product .related-wrap-1 .item .box-img img {
    height: 200px; } }
@media (max-width: 480px) {
  .product.orange .product-hero .box-img, .product.advance .product-hero .box-img, .product.white .product-hero .box-img, .product.ceraglow .product-hero .box-img, .product.hyaluglow .product-hero .box-img {
    height: 400px; }

  .product-content .product-card-2 .box-text p.desc {
    height: 162px; }

  .product-content .product-card-2 .box-btn {
    padding-top: 10px; } }
@media (max-width: 425px) {
  .product-hero .box-text p {
    font-size: 16px; }

  .product-content .product-card-2 .box-text p.desc {
    height: 182px; } }
@media (max-width: 375px) {
  .related-group-product .related-wrap-1 h3 {
    padding: 20px; } }
@media (max-width: 330px) {
  .product-content .product-card-2 .box-text p.desc {
    height: 242px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.profile-edit {
  position: relative;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fffcd7; }
  .profile-edit form {
    padding: 60px 0;
    background-color: #fffcd7; }
    .profile-edit form h2 {
      text-transform: uppercase; }
    .profile-edit form > input {
      margin: 50px 0 20px 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .profile-edit form .profile-edit_form {
      background-color: #fff;
      padding: 40px 120px;
      width: 1000px;
      height: auto;
      left: 50%;
      z-index: 2;
      text-align: center;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-box-shadow: 0px 2px 5px 2px #f0f0f0;
      -moz-box-shadow: 0px 2px 5px 2px #f0f0f0;
      -ms-box-shadow: 0px 2px 5px 2px #f0f0f0;
      box-shadow: 0px 2px 5px 2px #f0f0f0; }
      .profile-edit form .profile-edit_form .profile-foto {
        width: 200px;
        height: 200px;
        margin: 50px 0 80px 0;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .profile-edit form .profile-edit_form .profile-foto-wrap {
          width: 100%;
          height: 100%;
          overflow: hidden;
          background-color: #f4ffe8;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          .profile-edit form .profile-edit_form .profile-foto-wrap img {
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .profile-edit form .profile-edit_form .profile-foto .profile-btn {
          width: 50px;
          height: 50px;
          bottom: 5px;
          right: 0;
          background-image: url("../images/icon/camera.png");
          background-repeat: no-repeat;
          background-size: cover; }
          .profile-edit form .profile-edit_form .profile-foto .profile-btn input {
            opacity: 0;
            width: 100%;
            height: 100%;
            cursor: pointer; }
      .profile-edit form .profile-edit_form p {
        position: relative;
        width: 60%;
        left: 50%;
        padding-bottom: 40px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .profile-edit form .profile-edit_form .input-group-1 {
        width: 100%; }
        .profile-edit form .profile-edit_form .input-group-1 label {
          width: 30%;
          text-align: left; }
        .profile-edit form .profile-edit_form .input-group-1 input {
          width: 75%;
          text-align: left; }
        .profile-edit form .profile-edit_form .input-group-1 .wrap {
          width: 75%;
          align-items: center; }
          .profile-edit form .profile-edit_form .input-group-1 .wrap input {
            width: 100%;
            z-index: 1;
            cursor: pointer;
            text-align: left;
            background-color: transparent; }
            .profile-edit form .profile-edit_form .input-group-1 .wrap input:focus {
              border: 1px solid transparent; }
          .profile-edit form .profile-edit_form .input-group-1 .wrap .input-date-bg {
            height: 100%;
            width: 90%;
            left: 0;
            background-color: #f0f0f0; }
            .profile-edit form .profile-edit_form .input-group-1 .wrap .input-date-bg.active {
              border: 1px solid #81C94D; }
          .profile-edit form .profile-edit_form .input-group-1 .wrap img {
            cursor: pointer;
            right: 1%;
            top: 5%;
            width: 30px;
            height: 32px;
            margin: 0 10px; }
      .profile-edit form .profile-edit_form .select-group {
        width: 100%; }
        .profile-edit form .profile-edit_form .select-group label {
          width: 30%;
          text-align: left; }
        .profile-edit form .profile-edit_form .select-group .my-select {
          width: 75%; }
      .profile-edit form .profile-edit_form .input-box .input-group-1 {
        width: 50%; }
        .profile-edit form .profile-edit_form .input-box .input-group-1 label {
          width: 57%; }
        .profile-edit form .profile-edit_form .input-box .input-group-1 input {
          width: 35%; }
      .profile-edit form .profile-edit_form .input-box .select-group {
        width: 50%; }
      .profile-edit form .profile-edit_form .ta-group-3 {
        width: 100%; }
        .profile-edit form .profile-edit_form .ta-group-3 label {
          width: 30%;
          text-align: left; }
        .profile-edit form .profile-edit_form .ta-group-3 textarea {
          width: 75%;
          height: 43px; }
      .profile-edit form .profile-edit_form .more {
        text-decoration: underline;
        margin: 40px 0; }
        .profile-edit form .profile-edit_form .more:hover, .profile-edit form .profile-edit_form .more:focus {
          color: #81C94D;
          text-decoration: none; }

#multi-address .box-img, #add-address .box-img, #edit-address .box-img {
  align-items: center;
  padding: 20px 30px;
  background-color: #fff;
  cursor: pointer; }
  #multi-address .box-img img, #add-address .box-img img, #edit-address .box-img img {
    margin-right: 10px;
    height: 20px; }
  #multi-address .box-img p, #add-address .box-img p, #edit-address .box-img p {
    font-size: 16px; }

#multi-address .content h4 {
  background-color: #fff;
  text-align: center;
  padding: 10px 0 40px 0; }
#multi-address .content .address-wrap {
  padding: 40px;
  align-items: center;
  background-color: #fffcd7; }
  #multi-address .content .address-wrap .address-card {
    background-color: #fff;
    align-items: center;
    width: 80%;
    margin: 20px 0;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0px 0px 8px #f0f0f0; }
    #multi-address .content .address-wrap .address-card:hover, #multi-address .content .address-wrap .address-card:focus {
      box-shadow: 0px 0px 6px #81C94D; }
    #multi-address .content .address-wrap .address-card label {
      padding: 10px 20px 0 20px; }
      #multi-address .content .address-wrap .address-card label .header {
        align-items: center;
        justify-content: space-between; }
        #multi-address .content .address-wrap .address-card label .header .row {
          align-items: center; }
          #multi-address .content .address-wrap .address-card label .header .row img {
            height: 20px;
            margin-right: 10px; }
          #multi-address .content .address-wrap .address-card label .header .row p {
            font-size: 16px; }
        #multi-address .content .address-wrap .address-card label .header input[type=radio] {
          -webkit-appearance: none;
          width: 18px;
          height: 18px;
          outline: none;
          border-radius: 50%;
          border: 2px solid gray; }
        #multi-address .content .address-wrap .address-card label .header input[type=radio]:before {
          content: '';
          display: block;
          width: 60%;
          height: 60%;
          margin: 20% auto;
          border-radius: 50%; }
        #multi-address .content .address-wrap .address-card label .header input[type=radio]:checked:before {
          background: #29A55B; }
        #multi-address .content .address-wrap .address-card label .header input[type=radio]:checked {
          border-color: #29A55B; }
      #multi-address .content .address-wrap .address-card label .name {
        padding: 10px 0; }
        #multi-address .content .address-wrap .address-card label .name p {
          padding: 5px 0;
          font-size: 16px; }
      #multi-address .content .address-wrap .address-card label > p {
        font-size: 16px;
        line-height: 1.4;
        padding: 5px 0 15px 0; }
    #multi-address .content .address-wrap .address-card .change-btn {
      font-size: 16px;
      width: 100%;
      padding: 10px 0;
      color: #29A55B;
      text-align: center;
      border-top: 1px solid #29A55B; }
      #multi-address .content .address-wrap .address-card .change-btn:hover, #multi-address .content .address-wrap .address-card .change-btn:focus {
        color: #81C94D;
        border-top: 1px solid #81C94D; }
  #multi-address .content .address-wrap > a {
    margin-top: 30px; }

#add-address .content, #edit-address .content {
  padding: 20px; }
  #add-address .content h4, #edit-address .content h4 {
    background-color: #fff;
    text-align: center;
    padding: 10px 0 40px 0; }
  #add-address .content .address-wrap .input-group-1, #edit-address .content .address-wrap .input-group-1 {
    flex-direction: column; }
    #add-address .content .address-wrap .input-group-1 label, #edit-address .content .address-wrap .input-group-1 label {
      width: 100%;
      text-align: left; }
    #add-address .content .address-wrap .input-group-1 input, #edit-address .content .address-wrap .input-group-1 input {
      width: 100%;
      text-align: left; }
    #add-address .content .address-wrap .input-group-1 .wrap, #edit-address .content .address-wrap .input-group-1 .wrap {
      width: 100%; }
      #add-address .content .address-wrap .input-group-1 .wrap .input-date-bg, #edit-address .content .address-wrap .input-group-1 .wrap .input-date-bg {
        width: 87%; }
  #add-address .content .address-wrap .select-group, #edit-address .content .address-wrap .select-group {
    flex-direction: column; }
    #add-address .content .address-wrap .select-group label, #edit-address .content .address-wrap .select-group label {
      width: 100%;
      text-align: left; }
    #add-address .content .address-wrap .select-group .my-select, #edit-address .content .address-wrap .select-group .my-select {
      width: 100%;
      text-align: left; }
      #add-address .content .address-wrap .select-group .my-select:after, #edit-address .content .address-wrap .select-group .my-select:after {
        top: 45px; }
  #add-address .content .address-wrap .input-box, #edit-address .content .address-wrap .input-box {
    flex-direction: column; }
    #add-address .content .address-wrap .input-box .input-group-1, #edit-address .content .address-wrap .input-box .input-group-1 {
      width: 100%; }
      #add-address .content .address-wrap .input-box .input-group-1 label, #edit-address .content .address-wrap .input-box .input-group-1 label {
        width: 100%; }
      #add-address .content .address-wrap .input-box .input-group-1 input, #edit-address .content .address-wrap .input-box .input-group-1 input {
        width: 100%; }
    #add-address .content .address-wrap .input-box .select-group, #edit-address .content .address-wrap .input-box .select-group {
      width: 100%; }
  #add-address .content .address-wrap .ta-group-3, #edit-address .content .address-wrap .ta-group-3 {
    flex-direction: column; }
    #add-address .content .address-wrap .ta-group-3 label, #edit-address .content .address-wrap .ta-group-3 label {
      width: 100%; }
    #add-address .content .address-wrap .ta-group-3 textarea, #edit-address .content .address-wrap .ta-group-3 textarea {
      width: 100%;
      height: 100px; }
  #add-address .content .address-wrap .submit, #edit-address .content .address-wrap .submit {
    width: 140px;
    margin: 30px 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/*croppie*/
#profile-crop {
  width: 100%;
  margin: 30px 0 70px 0;
  display: flex;
  justify-content: center;
  position: relative; }
  #profile-crop h3 {
    color: #2f3848;
    font-size: 1.2em; }
  #profile-crop .block {
    border-radius: 50%;
    background-color: #eff3f5; }
    #profile-crop .block .stage {
      width: 200px;
      height: 200px;
      position: relative; }
  #profile-crop #my-upload label#filedrag {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    bottom: 5px;
    right: 8px;
    background: url("../images/icon/camera.png") 50% 50% no-repeat;
    background-size: cover;
    transition: .3s ease;
    cursor: pointer; }
  #profile-crop #my-upload input[type="file"] {
    display: none; }
  #profile-crop #my-crop {
    display: none; }
  #profile-crop #my-crop .btn {
    color: #fff;
    width: 7em;
    height: 2.5em;
    border-radius: 3px;
    background-color: #425389;
    position: absolute;
    top: 50%;
    transition: .3s ease-out;
    transform: translateY(-50%); }
    #profile-crop #my-crop .btn:hover {
      background-color: #5368ab; }
    #profile-crop #my-crop .btn#prev {
      left: 0;
      transform: translateX(-130%); }
    #profile-crop #my-crop .btn#next {
      right: 0;
      transform: translateX(130%); }
  #profile-crop #my-crop .cr-boundary {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    #profile-crop #my-crop .cr-boundary .cr-viewport {
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      box-shadow: 0 0 0 900px #d9d9d9;
      z-index: 0; }
      #profile-crop #my-crop .cr-boundary .cr-viewport .cr-image {
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: 0 0;
        z-index: -1;
        max-width: none; }
    #profile-crop #my-crop .cr-boundary .cr-overlay {
      position: absolute;
      z-index: 2;
      cursor: move; }
  #profile-crop #my-crop .cr-slider-wrap {
    width: 100%;
    position: absolute;
    bottom: -25px;
    transform: translateY(100%);
    z-index: 99;
    display: flex; }
    #profile-crop #my-crop .cr-slider-wrap .cr-slider {
      width: 65%;
      background-color: transparent;
      -webkit-appearance: none; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 4px;
        background-color: #c8cccf;
        border: 0;
        border-radius: 1em; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        margin-top: -6px;
        background-color: #8193a2;
        border-radius: 50%;
        border: none;
        transform: scale(1);
        transition: transform .3s; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider:hover::-webkit-slider-thumb {
        transform: scale(1.25); }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider:focus {
        outline: none; }
        #profile-crop #my-crop .cr-slider-wrap .cr-slider:focus::-webkit-slider-thumb {
          background-color: #425389; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider::-moz-range-track {
        width: 100%;
        height: 4px;
        background-color: #c8cccf;
        border: 0;
        border-radius: 1em; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider::-moz-range-thumb {
        height: 16px;
        width: 16px;
        margin-top: -6px;
        background-color: #8193a2;
        border-radius: 50%;
        border: none;
        transform: scale(1);
        transition: transform .3s; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider:hover::-moz-range-thumb {
        transform: scale(1.25); }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px; }
        #profile-crop #my-crop .cr-slider-wrap .cr-slider:-moz-focusring::-moz-range-thumb {
          background-color: #425389; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider::-ms-track {
        width: 300px;
        height: 4px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider::-ms-fill-lower, #profile-crop #my-crop .cr-slider-wrap .cr-slider #img-crop #crop .cr-slider-wrap .cr-slider::-ms-fill-upper {
        background: #c8cccf;
        border-radius: 10px; }
      #profile-crop #my-crop .cr-slider-wrap .cr-slider::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background-color: #8193a2; }
    #profile-crop #my-crop .cr-slider-wrap #cr-rotate {
      color: #8193a2;
      text-align: right;
      background-color: transparent;
      flex: 1; }

#profile-crop #my-result {
  display: none; }
  #profile-crop #my-result img {
    width: 100%;
    height: 100%;
    display: block; }

@media (max-width: 768px) {
  .profile-edit {
    padding: 50px 0;
    padding: 0 20px;
    background-color: #fffcd7; }
    .profile-edit form {
      padding: 80px 0 30px 0;
      max-width: 500px;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fffcd7; }
      .profile-edit form h2 {
        text-transform: capitalize; }
      .profile-edit form > input {
        margin: 50px 0;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .profile-edit form .profile-edit_form {
        padding: 0 20px 30px 20px;
        width: 100%; }
        .profile-edit form .profile-edit_form p {
          width: 80%; }
        .profile-edit form .profile-edit_form .input-group-1 {
          flex-direction: column; }
          .profile-edit form .profile-edit_form .input-group-1 label {
            width: 100%;
            text-align: left; }
          .profile-edit form .profile-edit_form .input-group-1 input {
            width: 100%;
            text-align: left; }
          .profile-edit form .profile-edit_form .input-group-1 .wrap {
            width: 100%; }
            .profile-edit form .profile-edit_form .input-group-1 .wrap .input-date-bg {
              width: 87%; }
        .profile-edit form .profile-edit_form .select-group {
          flex-direction: column; }
          .profile-edit form .profile-edit_form .select-group label {
            width: 100%;
            text-align: left; }
          .profile-edit form .profile-edit_form .select-group .my-select {
            width: 100%;
            text-align: left; }
            .profile-edit form .profile-edit_form .select-group .my-select:after {
              top: 45px; }
        .profile-edit form .profile-edit_form .input-box {
          flex-direction: column; }
          .profile-edit form .profile-edit_form .input-box .input-group-1 {
            width: 100%; }
            .profile-edit form .profile-edit_form .input-box .input-group-1 label {
              width: 100%; }
            .profile-edit form .profile-edit_form .input-box .input-group-1 input {
              width: 100%; }
          .profile-edit form .profile-edit_form .input-box .select-group {
            width: 100%; }
        .profile-edit form .profile-edit_form .ta-group-3 {
          flex-direction: column; }
          .profile-edit form .profile-edit_form .ta-group-3 label {
            width: 100%; }
          .profile-edit form .profile-edit_form .ta-group-3 textarea {
            width: 100%;
            height: 100px; }

  #multi-address, #edit-address, #add-address {
    max-width: 80% !important; } }
@media (max-width: 650px) {
  .profile-edit form {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .profile-edit form .register-form .input-group-1 .wrap .input-date-bg {
      width: 85%; } }
@media (max-width: 480px) {
  #multi-address, #edit-address, #add-address {
    max-width: 100% !important; } }
@media (max-width: 425px) {
  .profile-edit form .profile-edit_form .profile-foto {
    width: 170px;
    height: 170px;
    margin: 50px 0 60px 0; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.profile {
  position: relative;
  margin: 0; }
  .profile .section-1, .profile .section-4, .profile .section-6 {
    background-color: #fffcd7; }
  .profile .section-2, .profile .section-3, .profile .section-4, .profile .section-5, .profile .section-6 {
    padding: 60px 0; }
  .profile .section-1 {
    text-align: center;
    padding-top: 60px; }
    .profile .section-1 .profile-card {
      width: 400px;
      height: 240px;
      margin: 20px 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
      .profile .section-1 .profile-card .member-card {
        width: 100%;
        height: 100%; }
        .profile .section-1 .profile-card .member-card img {
          width: 100%;
          height: 100%; }
      .profile .section-1 .profile-card .wrap {
        padding: 18px;
        height: 100%;
        justify-content: space-between; }
        .profile .section-1 .profile-card .wrap .box-left {
          text-align: left;
          justify-content: flex-end; }
          .profile .section-1 .profile-card .wrap .box-left p {
            padding: 2px 0;
            color: #29A55B; }
          .profile .section-1 .profile-card .wrap .box-left img {
            width: 150px; }
        .profile .section-1 .profile-card .wrap .box-right .img-me {
          margin-top: 20px;
          background-image: url("../images/profile/circle-profile.png");
          background-repeat: no-repeat;
          background-size: cover;
          width: 100px;
          height: 100px; }
          .profile .section-1 .profile-card .wrap .box-right .img-me img {
            width: 90%;
            height: 90%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .profile .section-1 a {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      font-style: italic; }
      .profile .section-1 a:hover, .profile .section-1 a:focus {
        color: #81C94D;
        text-decoration: underline; }
  .profile .section-2 {
    background-color: #f3ffe7; }
    .profile .section-2 .bg-cream {
      top: 0;
      width: 100%;
      height: 10%;
      background-color: #fffcd7; }
    .profile .section-2 .container-text > a {
      padding: 30px 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .profile .section-2 .container-text > a:hover, .profile .section-2 .container-text > a:focus {
        color: #81C94D;
        text-decoration: none; }
    .profile .section-2 .profile-me_wrap {
      width: 1200px;
      height: 100%;
      padding: 0;
      align-items: center;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-box-shadow: 0px 2px 5px 2px #f0f0f0;
      -moz-box-shadow: 0px 2px 5px 2px #f0f0f0;
      -ms-box-shadow: 0px 2px 5px 2px #f0f0f0;
      box-shadow: 0px 2px 5px 2px #f0f0f0; }
      .profile .section-2 .profile-me_wrap .box-left {
        width: 50%;
        height: 320px;
        align-items: center;
        background-color: #fff; }
        .profile .section-2 .profile-me_wrap .box-left .myprofile-card {
          width: 100%;
          align-items: center;
          justify-content: center; }
          .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star {
            height: 55px; }
            .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(1), .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(3) {
              position: relative;
              top: 40%;
              width: 80px;
              padding: 0 20px; }
            .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(1) {
              -webkit-transform: rotate(-40deg);
              -moz-transform: rotate(-40deg);
              -ms-transform: rotate(-40deg);
              transform: rotate(-40deg); }
            .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(2) {
              width: 40px; }
            .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(3) {
              -webkit-transform: rotate(40deg);
              -moz-transform: rotate(40deg);
              -ms-transform: rotate(40deg);
              transform: rotate(40deg); }
          .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_circle {
            background-image: url("../images/profile/circle-profile.png");
            background-repeat: no-repeat;
            background-size: 100%;
            width: 160px;
            height: 160px;
            padding: 10px;
            position: relative;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
            .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_circle img {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 90%;
              height: 90%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%; }
          .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me {
            padding: 30px 0 0 30px; }
            .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .row img {
              width: 50px; }
            .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .row p {
              padding: 3px 0;
              font-size: 24px; }
            .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .row .col {
              padding-left: 20px; }
      .profile .section-2 .profile-me_wrap .box-right {
        width: 50%;
        height: 320px;
        align-items: center;
        background-color: #fff; }
        .profile .section-2 .profile-me_wrap .box-right .poin-card {
          -webkit-border-left: 1px solid #7d7d7d;
          -moz-border-left: 1px solid #7d7d7d;
          -ms-border-left: 1px solid #7d7d7d;
          border-left: 1px solid #7d7d7d; }
    .profile .section-2 .image-card:nth-child(2) {
      background-image: url("../images/loyalty/upload-struk-bg.png"); }
  .profile .section-3 {
    width: 100%;
    text-align: center; }
    .profile .section-3 img {
      width: auto;
      padding: 50px 0 30px 0; }
    .profile .section-3 .group {
      width: 100%;
      padding: 50px 0;
      justify-content: center; }
      .profile .section-3 .group input {
        background-color: #f0f0f0;
        padding: 15px;
        font-size: 18px;
        width: 240px;
        text-align: center; }
      .profile .section-3 .group button {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
        .profile .section-3 .group button img {
          padding: 0;
          margin-left: 8px;
          width: 14px; }
    .profile .section-3 .text-box {
      justify-content: space-between;
      width: 100%; }
      .profile .section-3 .text-box .wrap {
        width: 50%; }
        .profile .section-3 .text-box .wrap p {
          width: 40%;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          left: 35%; }
        .profile .section-3 .text-box .wrap:nth-child(1) p {
          left: 65%; }
  .profile .section-4 {
    text-align: center; }
    .profile .section-4 h4 {
      padding: 20px 0; }
    .profile .section-4 .dekstop {
      display: flex; }
    .profile .section-4 .mobile {
      display: none; }
    .profile .section-4 .vocher {
      flex-wrap: wrap;
      width: 100%; }
    .profile .section-4 .vocher-card {
      width: 40%;
      margin: 3% 5%; }
      .profile .section-4 .vocher-card .wrap {
        position: relative;
        background-color: #81C94D;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0; }
        .profile .section-4 .vocher-card .wrap .inner-wrap-1, .profile .section-4 .vocher-card .wrap .inner-wrap-2 {
          position: relative; }
          .profile .section-4 .vocher-card .wrap .inner-wrap-1 p, .profile .section-4 .vocher-card .wrap .inner-wrap-2 p {
            position: relative;
            padding: 20px;
            color: #fff;
            top: 0;
            width: 100%;
            line-height: 1.5;
            overflow: hidden;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .profile .section-4 .vocher-card .wrap .inner-wrap-1 {
          height: 85px; }
          .profile .section-4 .vocher-card .wrap .inner-wrap-1 .box {
            height: 100%;
            -webkit-border-bottom: 2px dashed #fffcd7;
            -moz-border-bottom: 2px dashed #fffcd7;
            -ms-border-bottom: 2px dashed #fffcd7;
            border-bottom: 2px dashed #fffcd7; }
            .profile .section-4 .vocher-card .wrap .inner-wrap-1 .box p {
              font-family: "Futura Bold";
              font-size: 20px;
              letter-spacing: 1px; }
        .profile .section-4 .vocher-card .wrap .inner-wrap-2 {
          height: 160px; }
          .profile .section-4 .vocher-card .wrap .inner-wrap-2 p {
            font-family: "Futura Md BT";
            font-size: 18px; }
        .profile .section-4 .vocher-card .wrap > p {
          font-size: 13px; }
      .profile .section-4 .vocher-card a {
        margin: 0;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .profile .section-4 .vocher-card a img {
          width: 14px;
          padding: 0;
          margin-left: 8px; }
        .profile .section-4 .vocher-card a:hover span, .profile .section-4 .vocher-card a:hover img, .profile .section-4 .vocher-card a:focus span, .profile .section-4 .vocher-card a:focus img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .profile .section-4 .vocher-card a:hover.nature-btn-3, .profile .section-4 .vocher-card a:focus.nature-btn-3 {
          background-color: #29A55B; }
  .profile .section-5 h4 {
    text-align: center; }
  .profile .section-5 a {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 40px 0 20px 0; }
  .profile .section-5 .wrap {
    line-height: 3;
    padding: 20px 0;
    width: 50%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .profile .section-5 .wrap .row {
      justify-content: space-between; }
      .profile .section-5 .wrap .row p:nth-child(1) {
        width: 40%; }
      .profile .section-5 .wrap .row p:nth-child(2) {
        width: 60%;
        padding-left: 30px; }
  .profile .section-6 .history {
    text-align: center; }
    .profile .section-6 .history img {
      width: 100px;
      height: 100px;
      margin: 30px 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .profile .section-6 .history a {
      margin-bottom: 20px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .profile .section-6 .history a:hover, .profile .section-6 .history a:focus {
        color: #81C94D;
        text-decoration: none; }

.circle-1 {
  width: 40px;
  height: 40px;
  background-color: #fffcd7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .circle-1:nth-child(4) {
    left: -25px;
    bottom: -20px; }
  .circle-1:nth-child(2) {
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .circle-1:nth-child(3) {
    right: -25px;
    bottom: -20px; }

.circle-2 {
  width: 40px;
  height: 40px;
  background-color: #fffcd7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .circle-2:nth-child(1) {
    left: -25px;
    top: -20px; }
  .circle-2:nth-child(2) {
    right: -25px;
    top: -20px; }

.poin-card {
  background-color: #fff;
  width: 50%;
  padding: 0 10px;
  align-items: center;
  justify-content: space-around; }
  .poin-card img {
    margin: 20px 0;
    width: 70px;
    height: 65px;
    left: unset;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .poin-card .wrapper-tooltips-1 > img, .poin-card .wrapper-tooltips-2 > img {
    margin: 0 0 0 15px;
    width: 16px;
    height: 16px; }
  .poin-card .box-text .wrap p {
    padding-bottom: 0; }

@media (max-width: 1028px) {
  .profile .section-2 .profile-me {
    width: 100%;
    padding: 0 10px; }
    .profile .section-2 .profile-me_wrap {
      width: 100%; } }
@media (max-width: 768px) {
  .profile .section-2 .bg-cream {
    height: 30%; }
  .profile .section-2 .profile-me_wrap {
    width: 100%;
    padding: 0;
    flex-direction: column;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .profile .section-2 .profile-me_wrap .box-left {
      width: 100%;
      padding-bottom: 50px;
      background-color: #fffcd7; }
      .profile .section-2 .profile-me_wrap .box-left .nature-btn-3 {
        background-color: #fff;
        color: #29A55B; }
    .profile .section-2 .profile-me_wrap .box-right {
      width: 100%;
      padding: 15px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 2px 5px 2px #f0f0f0;
      -moz-box-shadow: 0px 2px 5px 2px #f0f0f0;
      -ms-box-shadow: 0px 2px 5px 2px #f0f0f0;
      box-shadow: 0px 2px 5px 2px #f0f0f0; }
      .profile .section-2 .profile-me_wrap .box-right .poin-card:nth-child(1) {
        -webkit-border: none;
        -moz-border: none;
        -ms-border: none;
        border: none; }
  .profile .section-3 .text-box .wrap p {
    width: 60%;
    left: 45%; }
  .profile .section-3 .text-box .wrap:nth-child(1) p {
    left: 50%; }
  .profile .section-4 .vocher-card .wrap .inner-wrap {
    height: 120px;
    padding: 5px; }
  .profile .section-5 .wrap {
    line-height: 2.5;
    width: 60%; } }
@media (max-width: 650px) {
  .profile .section-1 .profile-card {
    width: 100%;
    height: 240px; }
    .profile .section-1 .profile-card .wrap .box-left img {
      width: 140px; }
  .profile .section-2 .bg-cream {
    height: 30%; }
  .profile .section-2 .profile-me_wrap .box-left {
    height: 250px; }
    .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star {
      height: 40px; }
      .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img {
        width: 50px; }
      .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(1), .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(2), .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(3) {
        padding: 0 10px;
        width: 50px; }
    .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_circle {
      width: 120px;
      height: 120px; }
    .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me {
      padding: 30px 0 0 15px; }
      .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .nature-btn-3 {
        padding: 8px;
        text-align: center; }
      .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .row img {
        width: 45%;
        height: 94%;
        padding-top: 3%; }
      .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .row .col {
        padding-left: 15px; }
        .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .row .col p {
          font-size: 20px; }
  .profile .section-2 .profile-me_wrap .box-right {
    height: 240px; }
  .profile .section-3 img {
    width: 70%; }
  .profile .section-3 .text-box .wrap p {
    width: 80%;
    left: 55%; }
  .profile .section-3 .text-box .wrap:nth-child(1) p {
    left: 40%; }
  .profile .section-4 {
    position: relative; }
    .profile .section-4 .dekstop {
      display: none; }
    .profile .section-4 .mobile {
      display: block; }
    .profile .section-4 .vocher-carousel {
      padding: 30px 0 20px 20px; }
      .profile .section-4 .vocher-carousel .slick-list.draggable {
        padding: 0 60px 0 0 !important; }
    .profile .section-4 .vocher-card {
      width: auto;
      margin: 3%; }
      .profile .section-4 .vocher-card .wrap .inner-wrap-1 {
        height: 120px; }
        .profile .section-4 .vocher-card .wrap .inner-wrap-1 .box p {
          font-size: 18px; }
      .profile .section-4 .vocher-card .wrap .inner-wrap-2 {
        height: 210px; }
        .profile .section-4 .vocher-card .wrap .inner-wrap-2 p {
          font-size: 16px; }
  .profile .section-5 .wrap {
    line-height: 2.5;
    width: 90%; }
    .profile .section-5 .wrap .row p:nth-child(1) {
      width: 40%; }
    .profile .section-5 .wrap .row p:nth-child(2) {
      width: 60%;
      padding-left: 30px; } }
@media (max-width: 425px) {
  .profile .section-1 .profile-card {
    height: 220px; }
  .profile .section-2 .image-card {
    height: 240px; }
    .profile .section-2 .image-card .wrap {
      width: 190px; }
      .profile .section-2 .image-card .wrap p {
        font-size: 20px; }
  .profile .section-3 img {
    width: 70%; }
  .profile .section-3 .text-box .wrap p {
    width: 90%; }
  .profile .section-4 .vocher-card {
    margin: 8px; }
  .profile .section-5 .wrap {
    line-height: 1.8;
    width: 100%; }
    .profile .section-5 .wrap .row p:nth-child(1) {
      font-size: 15px;
      width: 40%; }
    .profile .section-5 .wrap .row p:nth-child(2) {
      padding-left: 0;
      margin-left: 10px;
      width: 60%;
      overflow-x: scroll; } }
@media (max-width: 360px) {
  .profile .section-2 .image-card .wrap p {
    font-size: 18px; }
  .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(1), .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(2), .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img:nth-child(3) {
    padding: 0 6px;
    width: 37px; }
  .profile .section-3 .group input {
    width: 180px; }
  .profile .section-5 .wrap .row p:nth-child(1) {
    font-size: 13px;
    width: 40%; }
  .profile .section-5 .wrap .row p:nth-child(2) {
    font-size: 14px; } }
@media (max-width: 330px) {
  .profile .section-1 .profile-card {
    height: 190px; }
  .profile .section-2 .profile-me_wrap .box-left {
    height: 220px; }
    .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star {
      height: 35px; }
      .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_star img {
        width: 40px; }
    .profile .section-2 .profile-me_wrap .box-left .myprofile-card .img-me_circle {
      width: 100px;
      height: 102px; }
    .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .nature-btn-3 {
      margin: 2px; }
      .profile .section-2 .profile-me_wrap .box-left .myprofile-card .me .nature-btn-3 .row .col p {
        font-size: 16px; }
    .profile .section-2 .profile-me_wrap .box-left .box-right {
      height: 200px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.ate-result_header {
  width: 100%;
  overflow-x: hidden; }
  .ate-result_header .hero {
    text-align: center;
    padding: 100px 0;
    background-color: #fffcd7; }
    .ate-result_header .hero .sunflower {
      position: absolute;
      bottom: -5%;
      right: -2%;
      width: 150px;
      height: 150px; }
  .ate-result_header .nav-dekstop {
    height: 50px;
    justify-content: center;
    background-color: #29A55B; }
    .ate-result_header .nav-dekstop a {
      position: relative;
      display: flex;
      height: 100%;
      margin: 0 5px;
      width: 140px;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-family: "Futura Lt BT";
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .ate-result_header .nav-dekstop a:last-child {
        width: 200px; }
      .ate-result_header .nav-dekstop a:after {
        content: '';
        height: 6px;
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
      .ate-result_header .nav-dekstop a:hover:after, .ate-result_header .nav-dekstop a:focus:after, .ate-result_header .nav-dekstop a.active:after {
        background-color: #205733; }
      .ate-result_header .nav-dekstop a.active {
        font-family: "Futura Md BT"; }
      .ate-result_header .nav-dekstop a.ate {
        padding: 0; }
  .ate-result_header .nav-mobile-search {
    display: none;
    height: auto;
    background-color: #29A55B; }
    .ate-result_header .nav-mobile-search a {
      padding: 16px 20px 10px 20px;
      font-family: "Futura Lt BT";
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      -webkit-border-bottom: 6px solid transparent;
      -moz-border-bottom: 6px solid transparent;
      -ms-border-bottom: 6px solid transparent;
      border-bottom: 6px solid transparent; }
      .ate-result_header .nav-mobile-search a:hover, .ate-result_header .nav-mobile-search a:focus, .ate-result_header .nav-mobile-search a.active {
        -webkit-border-bottom: 6px solid #205733;
        -moz-border-bottom: 6px solid #205733;
        -ms-border-bottom: 6px solid #205733;
        border-bottom: 6px solid #205733; }
      .ate-result_header .nav-mobile-search a.active {
        font-family: "Futura Md BT"; }
.ate-result_product, .ate-result_article, .ate-result_ate {
  padding: 50px 0; }
.ate-result_product .container-text, .ate-result_article .container-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.ate-result_article .bt-card .box-text a.more {
  font-size: 16px;
  font-family: "Futura Bk BT"; }
  .ate-result_article .bt-card .box-text a.more:hover, .ate-result_article .bt-card .box-text a.more:focus {
    text-decoration: underline; }
.ate-result_article .bt-card:hover .box-text a, .ate-result_article .bt-card:focus .box-text a {
  color: #81C94D; }
.ate-result_ate .ate-card_box .box-right a.row {
  align-items: center; }
  .ate-result_ate .ate-card_box .box-right a.row p {
    font-size: 17px; }
  .ate-result_ate .ate-card_box .box-right a.row img {
    width: 12px;
    margin-top: 2px;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

@media (max-width: 650px) {
  .ate-result_article .bt-card .box-text {
    background-color: #f4ffe8; }
  .ate-result_ate .ate-card_box .box-left p {
    font-size: 14px; }
  .ate-result_ate .ate-card_box .box-right a.row p {
    font-family: "Futura Md BT";
    font-size: 15px; }
  .ate-result_ate .ate-card_box .box-right a.row img {
    width: 10px; } }
@media (max-width: 480px) {
  .ate-result_header .nav-dekstop {
    display: none; }
  .ate-result_header .nav-mobile-search {
    display: block; } }
@media (max-width: 425px) {
  .ate-result_header .hero {
    padding: 120px 0; }
    .ate-result_header .hero .sunflower {
      width: 100px;
      height: 100px; }
    .ate-result_header .hero .input-group-4 {
      margin-left: 20px;
      margin-right: 20px; } }
/* Color + Font Family + time
*------------------------------------*/
/* Mixin
*------------------------------------*/
.psc {
  margin-top: 40px; }
  .psc-landing {
    height: 100vh;
    background-color: #fff59a; }
    .psc-landing_left {
      width: 50%;
      height: 100%; }
      .psc-landing_left .banner {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        overflow: hidden; }
        .psc-landing_left .banner img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: 0 -20%; }
      .psc-landing_left .text {
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .psc-landing_left .text h2 {
          padding: 5px 10px; }
    .psc-landing_right {
      width: 50%;
      background-color: #fff59a; }
      .psc-landing_right .content {
        padding: 30px 40px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .psc-landing_right .content p {
          padding: 5px 0;
          color: #29A55B;
          text-align: left;
          font-size: 20px;
          font-family: "Futura Bk BT"; }
        .psc-landing_right .content .nature-btn-1 {
          margin-top: 40px;
          -webkit-border: 1px solid transparent;
          -moz-border: 1px solid transparent;
          -ms-border: 1px solid transparent;
          border: 1px solid transparent; }
  .psc-question {
    width: 100%;
    height: 100vh;
    background-color: #fff59a; }
    .psc-question > .row {
      height: 100%; }
    .psc-question_left {
      width: 35%;
      height: 100%;
      overflow: hidden; }
      .psc-question_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 0 center; }
    .psc-question_right {
      width: 65%; }
      .psc-question_right .content {
        height: 80%;
        width: 100%;
        left: 45% !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #f4ffe8; }
        .psc-question_right .content .page {
          text-align: right;
          padding: 20px 30px; }
        .psc-question_right .content .nav {
          padding-right: 30px;
          bottom: 8%;
          right: 0;
          align-items: center; }
          .psc-question_right .content .nav a {
            margin-left: 20px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s; }
            .psc-question_right .content .nav a:first-child:hover, .psc-question_right .content .nav a:first-child:focus {
              color: #fff;
              text-shadow: 0 0 10px #29A55B; }
        .psc-question_right .content .line {
          height: 10px;
          bottom: 0;
          margin: 0;
          width: calc(100%/6);
          -webkit-border: none;
          -moz-border: none;
          -ms-border: none;
          border: none;
          background-color: #29A55B; }
          .psc-question_right .content .line.--b {
            width: calc((100%/6)*2); }
          .psc-question_right .content .line.--c {
            width: calc((100%/6)*3); }
          .psc-question_right .content .line.--d {
            width: calc((100%/6)*4); }
          .psc-question_right .content .line.--e {
            width: calc((100%/6)*5); }
          .psc-question_right .content .line.--f {
            width: calc((100%/6)*6); }
        .psc-question_right .content-question {
          height: 60%;
          left: -10%;
          top: 36%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .psc-question_right .content-question .page {
            display: none; }
          .psc-question_right .content-question .box-img {
            height: 100%;
            width: 480px;
            overflow: hidden; }
            .psc-question_right .content-question .box-img img {
              height: 100%;
              object-fit: cover;
              object-position: center; }
          .psc-question_right .content-question .box-text {
            position: relative;
            width: 100%;
            padding-left: 50px; }
            .psc-question_right .content-question .box-text h5 {
              color: #29A55B;
              font-size: 24px;
              padding: 15px 0;
              padding-top: 0;
              font-family: "Futura Md BT"; }
            .psc-question_right .content-question .box-text .radio {
              width: 100%;
              padding: 8px 0;
              align-items: center; }
              .psc-question_right .content-question .box-text .radio input {
                cursor: pointer;
                width: 10%;
                height: 16px;
                margin: 0px 10px 0 0; }
              .psc-question_right .content-question .box-text .radio label {
                cursor: pointer;
                width: 90%;
                color: #29A55B;
                line-height: 1.5;
                font-size: 18px;
                font-family: "Futura Md BT"; }
                .psc-question_right .content-question .box-text .radio label:hover {
                  color: #81C94D; }
            .psc-question_right .content-question .box-text input[type="radio"]:checked ~ label {
              color: #81C94D; }
  .psc-result {
    margin-top: 60px;
    padding-top: 210px; }
    .psc-result .banner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 250px;
      background-image: url("../images/skin-check/sc-banner-result.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 35% center; }
      .psc-result .banner h2 {
        position: relative;
        text-align: center;
        padding: 0;
        top: 45%;
        left: 35%;
        width: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .psc-result .card-people {
      top: -10%;
      width: 100%;
      height: 300px; }
      .psc-result .card-people .left {
        width: 50%;
        height: 100%;
        overflow: hidden; }
        .psc-result .card-people .left img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .psc-result .card-people .right {
        width: 50%;
        padding: 30px;
        background-color: #f4ffe8; }
        .psc-result .card-people .right h5 {
          text-align: left;
          line-height: 1.6;
          width: 80%;
          letter-spacing: .5s;
          font-family: "Futura Lt BT";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .psc-result .card-people .right h5 span {
            color: #29A55B; }
    .psc-result .break h2 {
      text-align: center;
      padding: 60px 0 200px 0; }
    .psc-result_content {
      background-color: #f4ffe8; }
      .psc-result_content img {
        position: absolute;
        left: 50%;
        width: 370px;
        transform: translate(-50%, -60%); }
      .psc-result_content .container-text {
        padding-top: 120px; }
      .psc-result_content h5 {
        color: #29A55B;
        line-height: 1.8;
        padding: 15px 20px;
        letter-spacing: .2px;
        font-family: "Futura Lt BT"; }
        .psc-result_content h5 span {
          color: #29A55B; }
      .psc-result_content a {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .psc-result_content a.nature-btn-1 {
          margin: 80px 0; }
    .psc-result.orange .card-people {
      height: 380px; }
      .psc-result.orange .card-people .right {
        background-color: #FAD38D; }
        .psc-result.orange .card-people .right h5 {
          color: #e47137; }
          .psc-result.orange .card-people .right h5 span {
            color: #e47137; }
    .psc-result.orange .break h2 {
      color: #e47137; }
    .psc-result.orange .psc-result_content {
      background-color: #FAD38D; }
      .psc-result.orange .psc-result_content img {
        width: 360px;
        transform: translate(-50%, -65%); }
      .psc-result.orange .psc-result_content h5 {
        color: #e47137; }
        .psc-result.orange .psc-result_content h5 span {
          color: #e47137; }
      .psc-result.orange .psc-result_content a.nature-btn-1 {
        background-color: #e47137;
        -webkit-border: 1px solid #e47137;
        -moz-border: 1px solid #e47137;
        -ms-border: 1px solid #e47137;
        border: 1px solid #e47137; }
        .psc-result.orange .psc-result_content a.nature-btn-1:hover, .psc-result.orange .psc-result_content a.nature-btn-1:focus {
          color: #e47137;
          background-color: #fff; }
    .psc-result.advance .card-people {
      height: 380px; }
      .psc-result.advance .card-people .right {
        background-color: #fbc7cb; }
        .psc-result.advance .card-people .right h5 {
          color: #64172d; }
          .psc-result.advance .card-people .right h5 span {
            color: #64172d; }
    .psc-result.advance .break h2 {
      color: #64172d; }
    .psc-result.advance .psc-result_content {
      background-color: #fbc7cb; }
      .psc-result.advance .psc-result_content img {
        width: 450px;
        transform: translate(-50%, -65%); }
      .psc-result.advance .psc-result_content h5 {
        color: #64172d; }
        .psc-result.advance .psc-result_content h5 span {
          color: #64172d; }
      .psc-result.advance .psc-result_content a.nature-btn-1 {
        background-color: #64172d;
        -webkit-border: 1px solid #64172d;
        -moz-border: 1px solid #64172d;
        -ms-border: 1px solid #64172d;
        border: 1px solid #64172d; }
        .psc-result.advance .psc-result_content a.nature-btn-1:hover, .psc-result.advance .psc-result_content a.nature-btn-1:focus {
          color: #64172d;
          background-color: #fff; }
    .psc-result.white .card-people {
      height: 380px; }
      .psc-result.white .card-people .right {
        background-color: #DEF3F8; }
        .psc-result.white .card-people .right h5 {
          color: #1c67a1; }
          .psc-result.white .card-people .right h5 span {
            color: #1c67a1; }
    .psc-result.white .break h2 {
      color: #1c67a1; }
    .psc-result.white .psc-result_content {
      background-color: #DEF3F8; }
      .psc-result.white .psc-result_content img {
        width: 450px;
        transform: translate(-50%, -65%); }
      .psc-result.white .psc-result_content h5 {
        color: #1c67a1; }
        .psc-result.white .psc-result_content h5 span {
          color: #1c67a1; }
      .psc-result.white .psc-result_content a.nature-btn-1 {
        background-color: #1c67a1;
        -webkit-border: 1px solid #1c67a1;
        -moz-border: 1px solid #1c67a1;
        -ms-border: 1px solid #1c67a1;
        border: 1px solid #1c67a1; }
        .psc-result.white .psc-result_content a.nature-btn-1:hover, .psc-result.white .psc-result_content a.nature-btn-1:focus {
          color: #1c67a1;
          background-color: #fff; }
    .psc-result.hyaluglow .card-people {
      height: 380px; }
      .psc-result.hyaluglow .card-people .right {
        background-color: #E79E8E; }
        .psc-result.hyaluglow .card-people .right h5 {
          color: #9d3b39; }
          .psc-result.hyaluglow .card-people .right h5 span {
            color: #9d3b39; }
    .psc-result.hyaluglow .break h2 {
      color: #9d3b39; }
    .psc-result.hyaluglow .psc-result_content {
      background-color: #E79E8E; }
      .psc-result.hyaluglow .psc-result_content img {
        width: 450px;
        transform: translate(-50%, -65%); }
      .psc-result.hyaluglow .psc-result_content h5 {
        color: #9d3b39; }
        .psc-result.hyaluglow .psc-result_content h5 span {
          color: #9d3b39; }
      .psc-result.hyaluglow .psc-result_content a.nature-btn-1 {
        background-color: #9d3b39;
        -webkit-border: 1px solid #9d3b39;
        -moz-border: 1px solid #9d3b39;
        -ms-border: 1px solid #9d3b39;
        border: 1px solid #9d3b39; }
        .psc-result.hyaluglow .psc-result_content a.nature-btn-1:hover, .psc-result.hyaluglow .psc-result_content a.nature-btn-1:focus {
          color: #9d3b39;
          background-color: #fff; }
    .psc-result.ceraglow .card-people {
      height: 380px; }
      .psc-result.ceraglow .card-people .right {
        background-color: #89DCC0; }
        .psc-result.ceraglow .card-people .right h5 {
          color: #117544; }
          .psc-result.ceraglow .card-people .right h5 span {
            color: #117544; }
    .psc-result.ceraglow .break h2 {
      color: #117544; }
    .psc-result.ceraglow .psc-result_content {
      background-color: #89DCC0; }
      .psc-result.ceraglow .psc-result_content img {
        width: 450px;
        transform: translate(-50%, -65%); }
      .psc-result.ceraglow .psc-result_content h5 {
        color: #117544; }
        .psc-result.ceraglow .psc-result_content h5 span {
          color: #117544; }
      .psc-result.ceraglow .psc-result_content a.nature-btn-1 {
        background-color: #117544;
        -webkit-border: 1px solid #117544;
        -moz-border: 1px solid #117544;
        -ms-border: 1px solid #117544;
        border: 1px solid #117544; }
        .psc-result.ceraglow .psc-result_content a.nature-btn-1:hover, .psc-result.ceraglow .psc-result_content a.nature-btn-1:focus {
          color: #117544;
          background-color: #fff; }

@media (max-width: 1600px) {
  .psc-question_right .content-question {
    height: 56%; } }
@media (max-width: 1440px) {
  .psc-question_left img {
    object-fit: cover;
    object-position: -30px center; }

  .psc-question_right .content {
    left: 43% !important; }

  .psc-question_right .content-question {
    height: 60%;
    top: 33%; }
    .psc-question_right .content-question .box-img {
      width: 380px; }
    .psc-question_right .content-question .box-text h5 {
      font-size: 20px; }
    .psc-question_right .content-question .box-text .radio {
      padding: 6px 0; }
      .psc-question_right .content-question .box-text .radio label {
        font-size: 15px; } }
@media (max-width: 1100px) {
  .psc-question_right .content-question {
    height: 56%; }
    .psc-question_right .content-question .box-text .radio {
      padding: 8px 0; } }
@media (max-width: 768px) {
  .psc {
    margin-top: 0; }
    .psc-landing {
      height: auto; }
      .psc-landing.row {
        flex-direction: column; }
      .psc-landing_left {
        width: 100%;
        height: 500px; }
      .psc-landing_right {
        width: 100%;
        height: 400px; }
        .psc-landing_right .content {
          width: 60%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .psc-landing_right .content .nature-btn-1 {
            position: relative;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .psc-question {
      height: auto;
      padding: 100px 0 50px 0; }
      .psc-question_left {
        display: none; }
      .psc-question_right {
        margin: 10px;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0px 0px 8px #c4bdbd;
        -moz-box-shadow: 0px 0px 8px #c4bdbd;
        -ms-box-shadow: 0px 0px 8px #c4bdbd;
        box-shadow: 0px 0px 8px #c4bdbd; }
        .psc-question_right .content {
          position: relative;
          height: 100%;
          width: 100%;
          left: 0 !important;
          top: 0;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
          .psc-question_right .content .page {
            display: none; }
          .psc-question_right .content .nav {
            position: relative;
            padding: 30px;
            padding-bottom: 50px;
            justify-content: flex-end; }
          .psc-question_right .content .line {
            top: 360px; }
          .psc-question_right .content-question {
            height: 100%;
            left: 0;
            top: 0;
            flex-direction: column;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); }
            .psc-question_right .content-question .page {
              display: block;
              text-align: left;
              padding: 10px 20px; }
            .psc-question_right .content-question .box-img {
              width: 100%;
              height: 360px; }
              .psc-question_right .content-question .box-img img {
                width: 100%;
                object-position: center 30%; }
            .psc-question_right .content-question .box-text {
              padding: 30px;
              min-height: 260px; }
    .psc-result {
      margin-top: 50px; } }
@media (max-width: 650px) {
  .psc-landing_right .content {
    width: 100%; }
    .psc-landing_right .content p {
      font-size: 17px; }
  .psc-result .banner h2 {
    width: 50%;
    left: 43%; }
  .psc-result .card-people {
    width: 100%;
    height: auto;
    flex-direction: column; }
    .psc-result .card-people .left {
      width: 100%;
      height: 340px; }
      .psc-result .card-people .left img {
        width: 100%; }
    .psc-result .card-people .right {
      top: -4px;
      width: 100%; }
      .psc-result .card-people .right h5 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        line-height: 1.6;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .psc-result_content .container-text {
    padding-top: 100px; }
  .psc-result_content img {
    width: 300px; }
  .psc-result_content h5 {
    padding: 15px 0; }
  .psc-result.advance .card-people, .psc-result.orange .card-people, .psc-result.white .card-people, .psc-result.ceraglow .card-people, .psc-result.hyaluglow .card-people {
    height: auto; }
    .psc-result.advance .card-people .left, .psc-result.orange .card-people .left, .psc-result.white .card-people .left, .psc-result.ceraglow .card-people .left, .psc-result.hyaluglow .card-people .left {
      height: 400px; }
  .psc-question_right .content .line {
    top: 300px; }
  .psc-question_right .content-question .page p {
    font-size: 15px; }
  .psc-question_right .content-question .box-img {
    height: 300px; }
  .psc-question_right .content-question .box-text h5 {
    font-size: 19px;
    font-family: "Futura Bk BT"; }
  .psc-question_right .content-question .box-text .radio label {
    font-size: 17px;
    font-family: "Futura Bk BT"; } }
@media (max-width: 480px) {
  .psc {
    margin-top: 30px; }
    .psc-landing_left .text {
      left: 52%; }
    .psc-landing_left .banner img {
      object-position: 0 0; }
    .psc-question {
      padding: 60px 0 50px 0; }
    .psc-result .card-people .left {
      height: 100%; }
    .psc-result .psc-result_content img {
      width: 70%; }
    .psc-result.advance .psc-result_content img, .psc-result.orange .psc-result_content img, .psc-result.white .psc-result_content img, .psc-result.ceraglow .psc-result_content img, .psc-result.hyaluglow .psc-result_content img {
      width: 85%; } }
@media (max-width: 375px) {
  .psc-landing_left {
    height: 430px; }
  .psc-landing_right .content {
    padding: 30px 25px; }
  .psc-result .card-people .left {
    height: 350px; }
  .psc-result.advance .card-people .left, .psc-result.orange .card-people .left, .psc-result.white .card-people .left, .psc-result.ceraglow .card-people .left, .psc-result.hyaluglow .card-people .left {
    height: 350px; } }
@media (max-width: 360px) {
  .psc-result .card-people .right {
    width: 100%; }
    .psc-result .card-people .right h5 {
      font-size: 16px; }
  .psc-result_content h5 {
    font-size: 16px; }
  .psc-result_content img {
    width: 80%; } }
@media (max-width: 330px) {
  .psc-landing_left .text {
    left: 50%; }
  .psc-landing_left .banner img {
    object-position: 10% center; }

  .psc-question_right .content .line {
    top: 280px; }

  .psc-question_right .content-question .box-img {
    height: 280px; }

  .psc-result .card-people .left {
    height: 260px; }
  .psc-result.advance .card-people .left, .psc-result.orange .card-people .left, .psc-result.white .card-people .left, .psc-result.ceraglow .card-people .left, .psc-result.hyaluglow .card-people .left {
    height: 320px; } }
.sc-landing {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100vh;
  width: 100%;
  padding: 0 5%;
  background: #FFFCD6; }
  .sc-landing .title, .sc-landing .people {
    width: 50%; }
  .sc-landing .title {
    position: relative; }
    .sc-landing .title .wrap {
      position: absolute;
      top: 50%;
      left: 15%;
      transform: translateY(-50%); }
    .sc-landing .title h2 {
      position: relative;
      font-size: 50px;
      padding: 6px 0;
      width: fit-content; }
      .sc-landing .title h2:nth-child(2) {
        margin-bottom: 40px; }
      .sc-landing .title h2::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        z-index: -1;
        background: #FFEA60; }
    .sc-landing .title p {
      font-size: 22px; }
    .sc-landing .title a {
      margin-top: 40px; }
  .sc-landing .people {
    position: absolute;
    right: 0;
    width: 80%;
    transform: translateX(10%); }
    .sc-landing .people img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
.sc-question {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  background: #C5F7D4;
  justify-content: flex-end; }
  .sc-question_img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .sc-question_img img {
      width: 85%; }
  .sc-question .btn-prev {
    position: absolute;
    color: #29A55B;
    z-index: 10;
    left: 20%;
    bottom: 10%;
    padding: 10px 20px;
    background: white;
    font-family: "Futura bold"; }
  .sc-question_content {
    position: relative;
    width: 45%;
    height: 100%; }
    .sc-question_content .wrap {
      display: flex;
      height: 100%;
      padding-left: 12%;
      flex-direction: column;
      justify-content: center; }
    .sc-question_content h2 {
      font-size: 34px;
      color: #585D59; }
    .sc-question_content .choose {
      position: relative;
      max-width: 100%;
      min-width: 70%;
      margin-bottom: 15px; }
      .sc-question_content .choose input {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
      .sc-question_content .choose label {
        color: #29A55B;
        width: 100%;
        font-size: 22px;
        padding: 15px 8px;
        text-align: center;
        line-height: 1.5;
        border-radius: 2px;
        background: white;
        transition: 0.3s;
        font-family: 'Futura Md BT';
        box-shadow: 0 0 10px #ebebeb; }
      .sc-question_content .choose input:checked ~ label {
        background: #FFEA60; }
      .sc-question_content .choose:hover label {
        background: #FFEA60; }
  .sc-question_content.slide1 .choose {
    max-width: 70%; }
  .sc-question .loader {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
.sc-result {
  margin-top: 60px; }
  .sc-result.green .banner, .sc-result.green .title-banner {
    background: #D4F7D4; }
  .sc-result.orange .banner, .sc-result.orange .title-banner {
    background: #FFC77B; }
  .sc-result.advance .banner, .sc-result.advance .title-banner {
    background: #FFCED1; }
  .sc-result.white .banner, .sc-result.white .title-banner {
    background: #89E6F3; }
  .sc-result .banner {
    position: relative; }
    .sc-result .banner img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      .sc-result .banner img.mobile {
        display: none; }
  .sc-result .title-banner {
    position: relative;
    display: flex;
    height: 50vh;
    padding: 0 12%;
    align-items: center;
    background: red; }
    .sc-result .title-banner img {
      width: 35%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .sc-result .title-banner_title {
      width: 65%;
      display: flex;
      text-align: center;
      justify-content: center; }
      .sc-result .title-banner_title p {
        position: relative;
        padding: 15px 30px;
        font-size: 32px;
        color: #585D59;
        background: #FFEA60; }
        .sc-result .title-banner_title p:before, .sc-result .title-banner_title p:after {
          content: '';
          width: 60px;
          height: 60px;
          position: absolute;
          background: url("../images/skin-check/2021/Sparkle.png") center no-repeat;
          background-size: 100%; }
        .sc-result .title-banner_title p:before {
          left: -70px;
          top: 0; }
        .sc-result .title-banner_title p:after {
          right: -70px;
          bottom: 0; }
  .sc-result_content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5%; }
    .sc-result_content .card-result {
      display: flex;
      width: 50%;
      padding: 10px;
      margin-bottom: 6%; }
      .sc-result_content .card-result .left {
        width: 40%; }
        .sc-result_content .card-result .left img {
          width: 100%; }
      .sc-result_content .card-result .right {
        width: 60%;
        padding-left: 15px; }
        .sc-result_content .card-result .right h5, .sc-result_content .card-result .right p {
          color: #29A55B; }
  .sc-result .see-product {
    position: relative;
    display: flex;
    padding-bottom: 8%;
    justify-content: center; }

@media (max-width: 768px) {
  .sc-landing {
    padding: 20px 0;
    min-height: 100vh;
    flex-direction: column-reverse; }
    .sc-landing .people {
      position: relative;
      width: 100%;
      transform: translate(0); }
    .sc-landing .title {
      width: 100%;
      padding-bottom: 60px; }
      .sc-landing .title .wrap {
        position: relative;
        left: 0;
        text-align: center; }
      .sc-landing .title h2 {
        font-size: 30px;
        padding: 0 0 3px 0;
        margin: 0 auto; }
        .sc-landing .title h2:nth-child(2) {
          margin-bottom: 30px; }
        .sc-landing .title h2::before {
          height: 90%;
          left: -20px;
          padding: 0 20px; }
      .sc-landing .title p {
        font-size: 16px;
        padding: 2px 0; }
  .sc-question {
    min-height: 100vh;
    flex-direction: column;
    justify-content: center; }
    .sc-question_img {
      position: relative;
      height: 40vh;
      width: 100%;
      left: unset;
      top: unset;
      transform: translate(0, 0); }
      .sc-question_img img {
        width: 100%; }
    .sc-question_content {
      width: 100%;
      height: auto; }
      .sc-question_content .wrap {
        padding-left: 0;
        align-items: center; }
      .sc-question_content h2 {
        font-size: 20px; }
      .sc-question_content .choose {
        margin-bottom: 10px;
        max-width: 400px; }
        .sc-question_content .choose label {
          font-size: 16px; }
  .sc-result {
    margin-top: 50px; }
    .sc-result .banner img.mobile {
      display: block; }
    .sc-result .banner img.desktop {
      display: none; }
    .sc-result .title-banner {
      height: 460px;
      padding: 0 5%;
      margin-bottom: 140px;
      flex-direction: column; }
      .sc-result .title-banner img {
        width: 90%; }
      .sc-result .title-banner_title {
        width: auto;
        margin: 30px 0;
        font-size: 30px; }
        .sc-result .title-banner_title p {
          font-size: 30px; }
          .sc-result .title-banner_title p:before, .sc-result .title-banner_title p:after {
            display: none; }
    .sc-result_content .card-result {
      width: 100%; }
      .sc-result_content .card-result:nth-child(odd) {
        flex-direction: row-reverse; }
        .sc-result_content .card-result:nth-child(odd) .right {
          padding: 0 10px 0 0; }
      .sc-result_content .card-result .left {
        width: 40%; }
      .sc-result_content .card-result .right {
        width: 60%; }
    .sc-result .see-product {
      padding: 20px 0 80px; } }
@media (max-width: 680px) {
  .sc {
    padding-top: 40px; }
    .sc-landing .people {
      transform: translateX(-16%); }
      .sc-landing .people img {
        width: 130%; }
    .sc-question {
      height: 100%;
      padding: 0 0 70px; }
      .sc-question_img {
        overflow: hidden;
        height: auto; }
        .sc-question_img img {
          padding-top: 30px;
          width: 140%;
          left: -10%;
          position: relative; }
        .sc-question_img .btn-prev {
          left: 15%;
          bottom: 6%;
          font-size: 12px;
          padding: 5px 15px;
          font-family: 'Futura Md Bt'; }
      .sc-question_content {
        padding: 20px 10% 40px; }
        .sc-question_content .choose {
          width: 100%; }
          .sc-question_content .choose label {
            font-family: 'Futura Lt Bt'; }
        .sc-question_content .h2 {
          text-align: left; }
    .sc-result {
      margin-top: 0; }
      .sc-result .title-banner {
        padding: 0;
        height: 320px; }
        .sc-result .title-banner_title p {
          font-size: 18px;
          padding: 12px 20px; }
      .sc-result_content {
        padding: 0 15px; }
        .sc-result_content .card-result {
          padding: 0;
          margin-bottom: 40px; }
          .sc-result_content .card-result h5 {
            font-size: 15px;
            padding: 0 0 10px 0;
            font-family: 'Futura Md Bt'; }
          .sc-result_content .card-result p {
            font-size: 14px;
            padding: 0 0 10px 0; } }
.pointer {
  cursor: pointer; }

.not-allowed {
  cursor: not-allowed; }

.hidden {
  display: none !important; }

.transparent {
  opacity: 0 !important; }

.z0 {
  z-index: 0; }

.z5 {
  z-index: 5; }

.z10 {
  z-index: 10; }

.z20 {
  z-index: 20; }

.z40 {
  z-index: 40; }

.play-time-game {
  width: 100%;
  padding: 30px 20px;
  position: relative;
  display: flex;
  background-color: #EFFFE3;
  font-family: "Futura Md BT"; }
  .play-time-game .pt-wrapper {
    width: 100%;
    min-height: 250px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .play-time-game .pt-wrapper .pt-left, .play-time-game .pt-wrapper .pt-right, .play-time-game .pt-wrapper .pt-right-item {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .play-time-game .pt-wrapper .pt-logo {
      width: 100%;
      max-width: 450px;
      margin: 0 auto 20px;
      position: relative;
      display: block;
      float: left; }
      .play-time-game .pt-wrapper .pt-logo img {
        max-width: 100%;
        position: relative;
        display: block;
        float: left; }
    .play-time-game .pt-wrapper .pt-subtitle {
      width: 100%;
      margin: 0 auto;
      position: absolute;
      display: block;
      top: 4%;
      right: auto;
      bottom: auto;
      left: 0;
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      color: #338950; }
    .play-time-game .pt-wrapper .pt-main-image {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      position: relative;
      display: block; }
      .play-time-game .pt-wrapper .pt-main-image img {
        width: 100%;
        position: relative;
        display: block;
        float: left; }
  .play-time-game .pt-button {
    width: 100%;
    max-width: 240px;
    position: relative;
    display: none;
    float: left; }
    .play-time-game .pt-button.active {
      display: block; }
      .play-time-game .pt-button.active.desktop-only {
        display: none; }
      .play-time-game .pt-button.active.mobile-only {
        display: block; }
    .play-time-game .pt-button .pt-button-primary {
      padding: 12px 25px;
      margin: 0 auto 5px;
      position: relative;
      display: inline-block;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      background-color: #338950;
      font-size: 14px;
      line-height: 14px;
      color: #F6F6F6;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -ms-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .play-time-game .pt-button .pt-button-primary:hover {
        background-color: #C5E5AC;
        color: #338950; }
    .play-time-game .pt-button .pt-button-secondary {
      margin: 5px auto 0;
      position: relative;
      display: inline-block;
      font-size: 12px;
      line-height: 12px;
      color: #3B3B3B; }
      .play-time-game .pt-button .pt-button-secondary:hover {
        text-decoration: underline; }
  .play-time-game .pt-icon {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
    position: relative;
    display: none;
    float: left;
    justify-content: space-evenly;
    align-items: center; }
    .play-time-game .pt-icon.active {
      display: flex; }
    .play-time-game .pt-icon .icon-item {
      width: 36px;
      height: 36px;
      position: relative;
      display: block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: #C9C9C9;
      background-size: 60% auto;
      background-position: center center;
      background-repeat: no-repeat; }
      .play-time-game .pt-icon .icon-item.done {
        background-color: #338950; }
      .play-time-game .pt-icon .icon-item.active {
        width: 46px;
        height: 46px;
        background-color: #338950; }
      .play-time-game .pt-icon .icon-item.game-1 {
        background-image: url("../images/playtime/icon-game-1.png");
        z-index: 1; }
      .play-time-game .pt-icon .icon-item.game-2 {
        background-image: url("../images/playtime/icon-game-2.png");
        z-index: 2; }
      .play-time-game .pt-icon .icon-item.game-3 {
        background-image: url("../images/playtime/icon-game-3.png");
        z-index: 3; }
      .play-time-game .pt-icon .icon-item.game-4 {
        background-image: url("../images/playtime/icon-game-4.png");
        z-index: 4; }
      .play-time-game .pt-icon .icon-item.game-1::before, .play-time-game .pt-icon .icon-item.game-2::before, .play-time-game .pt-icon .icon-item.game-3::before {
        content: '';
        width: 150%;
        height: 2px;
        position: absolute;
        display: block;
        background-color: #C9C9C9;
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        -webkit-transform: translate3d(95%, -50%, 0px);
        -moz-transform: translate3d(95%, -50%, 0px);
        -ms-transform: translate3d(95%, -50%, 0px);
        transform: translate3d(95%, -50%, 0px); }
      .play-time-game .pt-icon .icon-item.active.game-1::before, .play-time-game .pt-icon .icon-item.active.game-2::before, .play-time-game .pt-icon .icon-item.active.game-3::before, .play-time-game .pt-icon .icon-item.done.game-1::before, .play-time-game .pt-icon .icon-item.done.game-2::before, .play-time-game .pt-icon .icon-item.done.game-3::before {
        background-color: #338950; }

.pt-short-desc {
  width: 100%;
  max-width: 360px;
  padding: 0 20px;
  margin: 10px auto 20px;
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  color: #3B3B3B;
  text-align: center;
  align-items: center;
  justify-content: center; }

.pt-game-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  display: flex; }
  .pt-game-wrapper.game-1 {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .pt-game-wrapper.game-1 .game-1-item {
      width: 47%;
      padding-bottom: 47%;
      margin: 10px 0;
      position: relative;
      display: block;
      float: left;
      cursor: pointer; }
      .pt-game-wrapper.game-1 .game-1-item.flipped .game-1-flip {
        transform: rotateY(180deg); }
      .pt-game-wrapper.game-1 .game-1-item.correct .game-1-check {
        display: block; }
    .pt-game-wrapper.game-1 .game-1-flip {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      float: left;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      transform-style: preserve-3d; }
      .pt-game-wrapper.game-1 .game-1-flip .flip-wrapper {
        width: 100%;
        position: absolute;
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .pt-game-wrapper.game-1 .game-1-flip .flip-wrapper.back {
          background-color: #FFFFFF;
          transform: rotateY(180deg); }
          .pt-game-wrapper.game-1 .game-1-flip .flip-wrapper.back img {
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            transform: scale(0.85); }
        .pt-game-wrapper.game-1 .game-1-flip .flip-wrapper img {
          width: 100%;
          position: relative;
          display: block;
          float: left; }
    .pt-game-wrapper.game-1 .game-1-check {
      width: 30px;
      height: 30px;
      position: absolute;
      display: none;
      top: auto;
      right: auto;
      bottom: 10px;
      left: 10px; }
  .pt-game-wrapper.game-2 {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .pt-game-wrapper.game-2 .game-2-question {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto 30px;
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 22px;
      color: #338950;
      text-align: center; }
    .pt-game-wrapper.game-2 .game-2-choices {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center; }
      .pt-game-wrapper.game-2 .game-2-choices .choice-item {
        width: 84px;
        position: relative;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer; }
        .pt-game-wrapper.game-2 .game-2-choices .choice-item.correct-answer {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
        .pt-game-wrapper.game-2 .game-2-choices .choice-item.wrong-answer {
          -webkit-filter: grayscale(1) brightness(0.75) contrast(1);
          filter: grayscale(1) brightness(0.75) contrast(1); }
        .pt-game-wrapper.game-2 .game-2-choices .choice-item img {
          width: 100%;
          position: relative;
          display: block;
          float: left; }
    .pt-game-wrapper.game-2 .game-2-result {
      width: 100%;
      margin: 30px auto 0;
      position: relative;
      display: block; }
      .pt-game-wrapper.game-2 .game-2-result .result-content, .pt-game-wrapper.game-2 .game-2-result .result-answer {
        width: 100%;
        position: relative;
        display: block;
        float: left;
        text-align: center; }
      .pt-game-wrapper.game-2 .game-2-result .result-content {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 16px;
        font-weight: bold; }
        .pt-game-wrapper.game-2 .game-2-result .result-content.correct-answer {
          color: #338950; }
        .pt-game-wrapper.game-2 .game-2-result .result-content.wrong-answer {
          color: #F84343; }
      .pt-game-wrapper.game-2 .game-2-result .result-answer {
        padding: 15px;
        background-color: #C5E5AC;
        font-size: 16px;
        line-height: 22px;
        color: #338950; }
        .pt-game-wrapper.game-2 .game-2-result .result-answer b {
          color: #338950; }
      .pt-game-wrapper.game-2 .game-2-result .result-action-button {
        width: 50%;
        padding: 12px;
        margin: 40px 0 0 50%;
        -webkit-transform: translate3d(-50%, 0, 0px);
        -moz-transform: translate3d(-50%, 0, 0px);
        -ms-transform: translate3d(-50%, 0, 0px);
        transform: translate3d(-50%, 0, 0px);
        position: relative;
        display: block;
        float: left;
        cursor: pointer;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        background-color: #338950;
        font-size: 14px;
        line-height: 14px;
        color: #F6F6F6;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        transition: all 0.15s ease; }
  .pt-game-wrapper.game-3 {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .pt-game-wrapper.game-3 .game-3-action {
      width: 100%;
      max-width: 360px;
      margin: 0 auto 20px;
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .pt-game-wrapper.game-3 .game-3-action .action-text {
        width: 60%;
        padding: 0 20px 0 0;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        float: left; }
        .pt-game-wrapper.game-3 .game-3-action .action-text .text-search {
          width: 100%;
          margin: 0 auto 3px;
          position: relative;
          display: block;
          float: left;
          font-size: 18px;
          line-height: 18px;
          color: #338950;
          font-weight: bold;
          text-align: center;
          letter-spacing: 1px; }
        .pt-game-wrapper.game-3 .game-3-action .action-text .text-indicator {
          width: 100%;
          margin: 3px auto 0;
          position: relative;
          display: block;
          float: left;
          font-size: 14px;
          line-height: 14px;
          color: #3B3B3B;
          text-align: center; }
      .pt-game-wrapper.game-3 .game-3-action .action-button {
        width: 40%;
        padding: 12px;
        position: relative;
        display: block;
        float: right;
        cursor: pointer;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        background-color: #338950;
        font-size: 14px;
        line-height: 14px;
        color: #F6F6F6;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        transition: all 0.15s ease; }
        .pt-game-wrapper.game-3 .game-3-action .action-button.disabled {
          -webkit-filter: grayscale(1) brightness(1) contrast(1);
          filter: grayscale(1) brightness(1) contrast(1);
          cursor: not-allowed; }
          .pt-game-wrapper.game-3 .game-3-action .action-button.disabled:hover {
            background-color: #338950;
            color: #F6F6F6; }
    .pt-game-wrapper.game-3 .game-3-box {
      width: 100%;
      max-width: 360px;
      position: relative;
      display: block;
      float: left; }
      .pt-game-wrapper.game-3 .game-3-box .box-wrapper {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center; }
      .pt-game-wrapper.game-3 .game-3-box .box-item {
        width: 10%;
        padding-bottom: calc(10% - 2px);
        position: relative;
        display: block;
        float: left;
        cursor: pointer;
        border: 1px solid #338950;
        background-color: #C5E5AC; }
        .pt-game-wrapper.game-3 .game-3-box .box-item.selected, .pt-game-wrapper.game-3 .game-3-box .box-item.correct-answer {
          background-color: #FCFF66; }
        .pt-game-wrapper.game-3 .game-3-box .box-item span {
          position: absolute;
          display: block;
          top: 50%;
          right: auto;
          bottom: auto;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0px);
          -moz-transform: translate3d(-50%, -50%, 0px);
          -ms-transform: translate3d(-50%, -50%, 0px);
          transform: translate3d(-50%, -50%, 0px);
          font-size: 14px;
          line-height: 14px;
          text-transform: uppercase;
          color: #338950;
          font-weight: bold; }
  .pt-game-wrapper.game-4 {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .pt-game-wrapper.game-4 .game-4-question {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto 30px;
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 22px;
      color: #338950;
      text-align: center; }
      .pt-game-wrapper.game-4 .game-4-question .fill-in-the-blank {
        border-bottom: 1px dashed #338950;
        font-size: 16px;
        line-height: 22px;
        color: transparent; }
        .pt-game-wrapper.game-4 .game-4-question .fill-in-the-blank.correct-answer {
          color: #338950; }
    .pt-game-wrapper.game-4 .game-4-wrapper {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .pt-game-wrapper.game-4 .game-4-wrapper .answer-snap-wrapper {
        width: 42px;
        padding-bottom: 80px;
        position: relative;
        display: block; }
        .pt-game-wrapper.game-4 .game-4-wrapper .answer-snap-wrapper .answer-snap {
          width: 4px;
          height: 100%;
          position: absolute;
          display: block;
          top: 0;
          right: auto;
          bottom: auto;
          left: 0; }
        .pt-game-wrapper.game-4 .game-4-wrapper .answer-snap-wrapper span {
          width: 100%;
          padding: 5px 0 0 0;
          position: absolute;
          display: inline-block;
          top: 0;
          right: auto;
          bottom: auto;
          left: 0;
          font-size: 14px;
          line-height: 14px;
          color: #3B3B3B;
          text-align: center; }
          .pt-game-wrapper.game-4 .game-4-wrapper .answer-snap-wrapper span.selected {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            font-weight: bold;
            color: #338950; }
      .pt-game-wrapper.game-4 .game-4-wrapper .answer-slider {
        width: 40px;
        height: 40px;
        position: absolute;
        display: block;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        background-image: url("../images/playtime/icon-slider-game-4.png");
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat; }
      .pt-game-wrapper.game-4 .game-4-wrapper .answer-slider-bar {
        width: calc(100% + 8px);
        height: 2px;
        position: absolute;
        display: block;
        top: auto;
        right: auto;
        bottom: 19px;
        left: -4px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        background-color: #338950; }
    .pt-game-wrapper.game-4 .game-4-button {
      margin: 20px auto 0;
      position: relative;
      display: block;
      padding: 10px 35px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      background-color: #338950;
      font-size: 14px;
      line-height: 14px;
      color: #F6F6F6;
      cursor: pointer; }
      .pt-game-wrapper.game-4 .game-4-button:hover {
        background-color: #C5E5AC;
        color: #338950; }
      .pt-game-wrapper.game-4 .game-4-button.disabled {
        -webkit-filter: grayscale(1) brightness(1) contrast(1);
        filter: grayscale(1) brightness(1) contrast(1);
        cursor: not-allowed; }
        .pt-game-wrapper.game-4 .game-4-button.disabled:hover {
          background-color: #338950;
          color: #F6F6F6; }

.state-1, .state-2 {
  width: 100%;
  max-width: 480px;
  margin: 20px auto 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: ceter;
  align-items: center; }

.st1-text {
  width: 80%;
  margin: 0 auto 20px;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #338950;
  text-align: center; }

.st1-wrapper {
  width: 100%;
  max-width: 200px;
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .st1-wrapper::before, .st1-wrapper::after {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    display: block;
    background-image: url("../images/playtime/closing-ornament.png");
    background-position: center center;
    background-repeat: no-repeat; }
  .st1-wrapper::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: -20px;
    background-size: auto 50%;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  .st1-wrapper::after {
    top: auto;
    right: -20px;
    bottom: 0;
    left: auto;
    background-size: auto 75%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .st1-wrapper .st1-total-poin {
    width: 100%;
    margin: 0 auto 5px;
    position: relative;
    display: block;
    float: left;
    font-size: 90px;
    line-height: 90px;
    color: #338950;
    text-align: center;
    font-weight: bold; }
  .st1-wrapper .st1-poin-text {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #338950;
    text-align: center;
    font-weight: bold; }

.st1-button, .st1-hyperlink {
  margin: 20px auto 0;
  position: relative;
  display: block;
  cursor: pointer; }

.st1-button {
  padding: 12px 35px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background-color: #338950;
  font-size: 14px;
  line-height: 14px;
  color: #F6F6F6; }
  .st1-button:hover {
    background-color: #C5E5AC;
    color: #338950; }

.st1-hyperlink {
  font-size: 14px;
  line-height: 14px;
  color: #338950; }
  .st1-hyperlink:hover {
    text-decoration: underline; }

.state-2-wrapper {
  width: 100%;
  padding-bottom: 100%;
  max-width: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/playtime/already-played-before.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat; }
  .state-2-wrapper .st2-content-wrapper {
    width: 60%;
    position: absolute;
    display: inline-block;
    top: 45%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    -moz-transform: translate3d(-50%, -50%, 0px);
    -ms-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px); }
    .state-2-wrapper .st2-content-wrapper .closing-top, .state-2-wrapper .st2-content-wrapper .closing-bottom {
      width: 100%;
      margin: 0 auto 6px;
      position: relative;
      display: block;
      float: left;
      font-size: 26px;
      line-height: 26px;
      text-align: center;
      color: #338950;
      font-weight: bold; }
    .state-2-wrapper .st2-content-wrapper .closing-statement {
      width: 100%;
      margin: 6px auto 0;
      position: relative;
      display: block;
      float: left;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #338950; }

@media (min-width: 1024px) {
  .play-time-game {
    padding: 40px 80px 40px 100px; }
    .play-time-game::before, .play-time-game::after {
      content: '';
      position: absolute;
      display: block;
      z-index: 0;
      background-repeat: no-repeat; }
    .play-time-game::before {
      width: 160px;
      height: 160px;
      bottom: 40px;
      left: 0;
      background-image: url("../images/playtime/ornament-1.png");
      background-size: auto 100%;
      background-position: center left; }
    .play-time-game::after {
      width: 90px;
      height: 90px;
      top: 40px;
      right: 0;
      background-image: url("../images/playtime/ornament-2.png");
      background-size: auto 100%;
      background-position: center right; }
    .play-time-game .pt-wrapper {
      min-height: 300px;
      flex-direction: row; }
      .play-time-game .pt-wrapper .pt-left {
        width: 43%; }
      .play-time-game .pt-wrapper .pt-right {
        width: 57%; }
      .play-time-game .pt-wrapper .pt-logo {
        width: 70%;
        max-width: none; }
      .play-time-game .pt-wrapper .pt-subtitle {
        top: 7%;
        right: auto;
        bottom: auto;
        left: 0;
        font-size: 20px;
        line-height: 20px; }
      .play-time-game .pt-wrapper .pt-main-image {
        max-width: 550px; }
    .play-time-game .pt-button {
      max-width: 360px; }
      .play-time-game .pt-button.active {
        display: block; }
        .play-time-game .pt-button.active.desktop-only {
          display: block; }
        .play-time-game .pt-button.active.mobile-only {
          display: none; }
      .play-time-game .pt-button .pt-button-primary {
        padding: 15px 40px;
        margin: 0 auto 8px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        font-size: 16px;
        line-height: 16px; }
      .play-time-game .pt-button .pt-button-secondary {
        margin: 8px auto 0;
        font-size: 14px;
        line-height: 14px; }
    .play-time-game .pt-icon .icon-item {
      width: 40px;
      height: 40px; }
      .play-time-game .pt-icon .icon-item.active {
        width: 50px;
        height: 50px; }
      .play-time-game .pt-icon .icon-item.game-1::before, .play-time-game .pt-icon .icon-item.game-2::before, .play-time-game .pt-icon .icon-item.game-3::before {
        width: 150%;
        -webkit-transform: translate3d(95%, -50%, 0px);
        -moz-transform: translate3d(95%, -50%, 0px);
        -ms-transform: translate3d(95%, -50%, 0px);
        transform: translate3d(95%, -50%, 0px); }

  .pt-short-desc {
    max-width: 500px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 26px; }

  .pt-game-wrapper {
    max-width: 1024px; }
    .pt-game-wrapper.game-1 .game-1-item {
      width: 23%;
      padding-bottom: 23%;
      margin: 15px 0; }
    .pt-game-wrapper.game-2 .game-2-question {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 40px;
      font-size: 18px;
      line-height: 26px; }
    .pt-game-wrapper.game-2 .game-2-choices {
      max-width: 500px; }
      .pt-game-wrapper.game-2 .game-2-choices .choice-item {
        width: 110px; }
        .pt-game-wrapper.game-2 .game-2-choices .choice-item:hover {
          -webkit-transform: scale(1.07);
          -moz-transform: scale(1.07);
          -ms-transform: scale(1.07);
          transform: scale(1.07); }
        .pt-game-wrapper.game-2 .game-2-choices .choice-item.correct-answer {
          -webkit-transform: scale(1.16);
          -moz-transform: scale(1.16);
          -ms-transform: scale(1.16);
          transform: scale(1.16); }
        .pt-game-wrapper.game-2 .game-2-choices .choice-item.correct-answer:hover {
          -webkit-transform: scale(1.16);
          -moz-transform: scale(1.16);
          -ms-transform: scale(1.16);
          transform: scale(1.16); }
        .pt-game-wrapper.game-2 .game-2-choices .choice-item.wrong-answer:hover {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
    .pt-game-wrapper.game-2 .game-2-result {
      max-width: 500px;
      margin: 40px auto 0; }
      .pt-game-wrapper.game-2 .game-2-result .result-content {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 18px; }
      .pt-game-wrapper.game-2 .game-2-result .result-answer {
        padding: 25px;
        font-size: 18px;
        line-height: 26px; }
      .pt-game-wrapper.game-2 .game-2-result .result-action-button {
        width: 40%;
        padding: 12px 15px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        font-size: 14px;
        line-height: 14px; }
        .pt-game-wrapper.game-2 .game-2-result .result-action-button:hover {
          background-color: #C5E5AC;
          color: #338950; }
    .pt-game-wrapper.game-3 .game-3-action {
      max-width: 440px; }
      .pt-game-wrapper.game-3 .game-3-action .action-text .text-search {
        margin: 0 auto 4px;
        font-size: 20px;
        line-height: 20px; }
      .pt-game-wrapper.game-3 .game-3-action .action-text .text-indicator {
        margin: 4px auto 0;
        font-size: 16px;
        line-height: 16px; }
      .pt-game-wrapper.game-3 .game-3-action .action-button {
        padding: 12px 15px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        font-size: 14px;
        line-height: 14px; }
        .pt-game-wrapper.game-3 .game-3-action .action-button.disabled:hover {
          background-color: #338950;
          color: #F6F6F6; }
        .pt-game-wrapper.game-3 .game-3-action .action-button:hover {
          background-color: #C5E5AC;
          color: #338950; }
    .pt-game-wrapper.game-3 .game-3-box {
      max-width: 440px; }
      .pt-game-wrapper.game-3 .game-3-box .box-item.selected:hover, .pt-game-wrapper.game-3 .game-3-box .box-item.correct-answer:hover {
        background-color: #FCFF66; }
      .pt-game-wrapper.game-3 .game-3-box .box-item:hover {
        background-color: #A3CB85; }
      .pt-game-wrapper.game-3 .game-3-box .box-item span {
        font-size: 16px;
        line-height: 16px; }
    .pt-game-wrapper.game-4 .game-4-question {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 40px;
      font-size: 18px;
      line-height: 26px; }
      .pt-game-wrapper.game-4 .game-4-question .fill-in-the-blank {
        border-bottom: 2px dashed #338950;
        font-size: 18px;
        line-height: 26px; }
    .pt-game-wrapper.game-4 .game-4-wrapper {
      max-width: 520px; }
      .pt-game-wrapper.game-4 .game-4-wrapper .answer-snap-wrapper {
        width: 52px;
        padding-bottom: 90px; }
        .pt-game-wrapper.game-4 .game-4-wrapper .answer-snap-wrapper span {
          padding: 10px 0 0 0;
          font-size: 18px;
          line-height: 18px; }
      .pt-game-wrapper.game-4 .game-4-wrapper .answer-slider {
        width: 50px;
        height: 50px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0; }
      .pt-game-wrapper.game-4 .game-4-wrapper .answer-slider-bar {
        width: calc(100% + 20px);
        top: auto;
        right: auto;
        bottom: 24px;
        left: -10px; }
    .pt-game-wrapper.game-4 .game-4-button {
      margin: 40px auto 0;
      padding: 14px 50px;
      font-size: 16px;
      line-height: 16px; }

  .state-1, .state-2 {
    max-width: 500px; }

  .st1-text {
    width: 60%;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 22px; }

  .st1-wrapper {
    max-width: 360px;
    padding: 30px 0; }
    .st1-wrapper::before, .st1-wrapper::after {
      width: 60px;
      height: 60px; }
    .st1-wrapper::before {
      top: -5px;
      right: auto;
      bottom: auto;
      left: -10px; }
    .st1-wrapper::after {
      top: auto;
      right: -10px;
      bottom: -5px;
      left: auto; }
    .st1-wrapper .st1-total-poin {
      margin: 0 auto 8px;
      font-size: 120px;
      line-height: 120px; }
    .st1-wrapper .st1-poin-text {
      font-size: 28px;
      line-height: 28px; }

  .st1-button, .st1-hyperlink {
    margin: 30px auto 0; }

  .st1-button {
    padding: 15px 50px;
    font-size: 16px;
    line-height: 16px; }

  .st1-hyperlink {
    font-size: 16px;
    line-height: 16px; }

  .state-2-wrapper {
    max-width: 500px; }
    .state-2-wrapper .st2-content-wrapper {
      width: 60%;
      top: 45%;
      right: auto;
      bottom: auto;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0px);
      -moz-transform: translate3d(-50%, -50%, 0px);
      -ms-transform: translate3d(-50%, -50%, 0px);
      transform: translate3d(-50%, -50%, 0px); }
      .state-2-wrapper .st2-content-wrapper .closing-top, .state-2-wrapper .st2-content-wrapper .closing-bottom {
        margin: 0 auto 8px;
        font-size: 32px;
        line-height: 32px; }
      .state-2-wrapper .st2-content-wrapper .closing-statement {
        margin: 12px auto 0;
        font-size: 18px;
        line-height: 26px; } }
.kw {
  position: relative;
  overflow-x: hidden; }
  .kw p {
    font-family: "gotham medium"; }
  .kw a,
  .kw p,
  .kw h2,
  .kw h3,
  .kw h4,
  .kw h5 {
    line-height: 1.4; }
  .kw p {
    padding: 5px; }
  .kw .bold {
    font-weight: bold; }
  .kw .blue {
    color: #90dae6; }
  .kw .darkblue {
    color: #375f8d; }
  .kw .italic {
    font-style: italic; }
  .kw .text-center {
    text-align: center; }
  .kw .text-shadow-3 {
    text-shadow: -3px -3px 0 white, -3px -2px 0 white, -3px -1px 0 white, -3px 0px 0 white, -3px 1px 0 white, -3px 2px 0 white, -3px 3px 0 white, -2px -3px 0 white, -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, -2px 1px 0 white, -2px 2px 0 white, -2px 3px 0 white, -1px -3px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, -1px 1px 0 white, -1px 2px 0 white, -1px 3px 0 white, 0px -3px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 0px 1px 0 white, 0px 2px 0 white, 0px 3px 0 white, 1px -3px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, 1px 1px 0 white, 1px 2px 0 white, 1px 3px 0 white, 2px -3px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, 2px 1px 0 white, 2px 2px 0 white, 2px 3px 0 white, 3px -3px 0 white, 3px -2px 0 white, 3px -1px 0 white, 3px 0px 0 white, 3px 1px 0 white, 3px 2px 0 white, 3px 3px 0 white; }
  .kw .text-shadow-4 {
    text-shadow: -4px -4px 0 white, -4px -3px 0 white, -4px -2px 0 white, -4px -1px 0 white, -4px 0px 0 white, -4px 1px 0 white, -4px 2px 0 white, -4px 3px 0 white, -4px 4px 0 white, -3px -4px 0 white, -3px -3px 0 white, -3px -2px 0 white, -3px -1px 0 white, -3px 0px 0 white, -3px 1px 0 white, -3px 2px 0 white, -3px 3px 0 white, -3px 4px 0 white, -2px -4px 0 white, -2px -3px 0 white, -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, -2px 1px 0 white, -2px 2px 0 white, -2px 3px 0 white, -2px 4px 0 white, -1px -4px 0 white, -1px -3px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, -1px 1px 0 white, -1px 2px 0 white, -1px 3px 0 white, -1px 4px 0 white, 0px -4px 0 white, 0px -3px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 0px 1px 0 white, 0px 2px 0 white, 0px 3px 0 white, 0px 4px 0 white, 1px -4px 0 white, 1px -3px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, 1px 1px 0 white, 1px 2px 0 white, 1px 3px 0 white, 1px 4px 0 white, 2px -4px 0 white, 2px -3px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, 2px 1px 0 white, 2px 2px 0 white, 2px 3px 0 white, 2px 4px 0 white, 3px -4px 0 white, 3px -3px 0 white, 3px -2px 0 white, 3px -1px 0 white, 3px 0px 0 white, 3px 1px 0 white, 3px 2px 0 white, 3px 3px 0 white, 3px 4px 0 white, 4px -4px 0 white, 4px -3px 0 white, 4px -2px 0 white, 4px -1px 0 white, 4px 0px 0 white, 4px 1px 0 white, 4px 2px 0 white, 4px 3px 0 white, 4px 4px 0 white; }
  .kw .section {
    position: relative;
    width: 100%;
    line-height: 0; }
    .kw .section .bg {
      width: 100%;
      object-fit: contain;
      object-position: center; }
      .kw .section .bg.mobile {
        display: none; }
    .kw .section .wrapper {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .kw-btn {
    cursor: pointer;
    padding: 8px 20px;
    color: white;
    width: fit-content;
    height: 40px;
    margin: 10px 0;
    font-size: 15px;
    transition: 0.5s;
    border-radius: 20px;
    border: 1px solid #375f8d;
    line-height: 1.5 !important;
    background-color: #375f8d; }
    .kw-btn:hover {
      color: #375f8d;
      background-color: white; }
  .kw-floating {
    position: fixed;
    z-index: 10;
    right: 3%;
    bottom: 4%;
    transition: 1.5s; }
    .kw-floating.hide {
      bottom: -20%; }
    .kw-floating .spin {
      width: 120px;
      cursor: pointer; }
    .kw-floating .close {
      position: absolute;
      width: 20px;
      right: 0;
      top: 0;
      cursor: pointer; }
  .kw-banner .wrapper {
    padding: 15% 8% 0;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .kw-banner .wrapper p.mobile {
      display: none; }
    .kw-banner .wrapper img {
      width: 40%;
      object-fit: contain; }
    .kw-banner .wrapper .wrap {
      width: 40%; }
      .kw-banner .wrapper .wrap p {
        font-size: 24px; }
      .kw-banner .wrapper .wrap .period {
        margin-top: 20px;
        color: white;
        font-size: 18px;
        padding: 8px 15px;
        width: fit-content;
        background: #375f8d; }
  .kw-activity .title {
    padding-top: 4%; }
  .kw-activity .activity-slider {
    position: relative;
    width: 100%;
    height: 75%;
    padding: 0 2%; }
    .kw-activity .activity-slider .slick-list {
      height: 100%;
      overflow: inherit; }
    .kw-activity .activity-slider .slick-next.slick-disabled:before,
    .kw-activity .activity-slider .slick-prev.slick-disabled:before {
      opacity: 0;
      display: none; }
    .kw-activity .activity-slider .slick-next {
      right: 5%; }
      .kw-activity .activity-slider .slick-next::before {
        content: url(../images/koreanweek/arrow-next.png); }
    .kw-activity .activity-slider .slick-prev {
      left: 5%; }
      .kw-activity .activity-slider .slick-prev::before {
        content: url(../images/koreanweek/arrow-prev.png); }
    .kw-activity .activity-slider .slick-track,
    .kw-activity .activity-slider .slick-slide > div {
      height: 100%; }
    .kw-activity .activity-slider .item {
      padding: 15px;
      height: 100%; }
      .kw-activity .activity-slider .item .item-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 8% 5%;
        width: 100%;
        border-radius: 20px;
        background: #e0faffe2; }
        .kw-activity .activity-slider .item .item-card .title {
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 20px; }
          .kw-activity .activity-slider .item .item-card .title p {
            padding-bottom: 0 !important; }
          .kw-activity .activity-slider .item .item-card .title img {
            width: 18px;
            object-fit: contain;
            margin-left: 10px; }
            @media (max-width: 680px) {
              .kw-activity .activity-slider .item .item-card .title img {
                width: 15px;
                margin-left: 6px; } }
        .kw-activity .activity-slider .item .item-card.b {
          padding: 8% 20%; }
        .kw-activity .activity-slider .item .item-card p {
          padding: 0;
          font-size: 14px; }
          .kw-activity .activity-slider .item .item-card p.big {
            font-size: 18px;
            padding-bottom: 10px;
            font-weight: bold; }
          .kw-activity .activity-slider .item .item-card p.small {
            font-size: 12px; }
        .kw-activity .activity-slider .item .item-card .icon {
          width: 60px;
          margin: auto;
          padding-bottom: 10px; }
        .kw-activity .activity-slider .item .item-card .gift {
          width: 50%;
          margin: 20px auto; }
        .kw-activity .activity-slider .item .item-card .wrap {
          display: flex;
          padding-top: 15px;
          justify-content: space-evenly; }
        .kw-activity .activity-slider .item .item-card .card-people {
          text-align: center;
          width: 31%; }
          .kw-activity .activity-slider .item .item-card .card-people img {
            width: 100%;
            padding: 20px 30px; }
        .kw-activity .activity-slider .item .item-card .time {
          display: flex;
          align-items: center;
          justify-content: center; }
          .kw-activity .activity-slider .item .item-card .time p {
            display: flex;
            padding: 30px 15px;
            align-items: center; }
            .kw-activity .activity-slider .item .item-card .time p img {
              width: 15px;
              margin-right: 5px; }
        .kw-activity .activity-slider .item .item-card .note {
          padding-left: 15px; }
          .kw-activity .activity-slider .item .item-card .note.b {
            width: 80%;
            background: none; }
          .kw-activity .activity-slider .item .item-card .note .list {
            padding: 5px 0; }
            .kw-activity .activity-slider .item .item-card .note .list p {
              padding-left: 15px;
              position: relative;
              line-height: 1.6; }
              .kw-activity .activity-slider .item .item-card .note .list p span {
                position: absolute;
                left: 0; }
          .kw-activity .activity-slider .item .item-card .note .bold {
            padding: 15px 0; }
        .kw-activity .activity-slider .item .item-card .kw-btn {
          display: block;
          margin: auto;
          font-size: 14px;
          line-height: 1.4 !important; }
  .kw-video {
    position: relative; }
    .kw-video .wrapper {
      padding: 8%; }
      .kw-video .wrapper .title {
        position: relative;
        padding-bottom: 8%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .kw-video .wrapper .title h2 {
          z-index: 2; }
        .kw-video .wrapper .title img {
          z-index: 1;
          padding-left: 20px; }
          @media (max-width: 768px) {
            .kw-video .wrapper .title img {
              position: absolute;
              top: -1%;
              right: -1%;
              width: 70px; } }
      .kw-video .wrapper .wrap {
        display: flex;
        width: 100%;
        justify-content: space-between; }
        .kw-video .wrapper .wrap .card {
          position: relative;
          display: flex;
          width: 47%;
          align-items: center;
          flex-direction: column; }
          .kw-video .wrapper .wrap .card-img {
            border: 8px solid #375f8d;
            width: 100%;
            border-radius: 10px;
            margin-bottom: 20px; }
          .kw-video .wrapper .wrap .card .play {
            position: absolute;
            width: 15%;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%); }
  .kw-spingame h3 {
    padding-bottom: 30px; }
  .kw-spingame .wrap {
    display: flex;
    padding: 10% 5% 6%;
    align-items: center;
    justify-content: space-evenly; }
    .kw-spingame .wrap .game {
      position: relative;
      width: 40%; }
      .kw-spingame .wrap .game .love-1, .kw-spingame .wrap .game .love-2 {
        width: 12%;
        position: absolute; }
      .kw-spingame .wrap .game .love-1 {
        top: 0;
        left: 0; }
      .kw-spingame .wrap .game .love-2 {
        right: 0;
        bottom: 0; }
    .kw-spingame .wrap .copy {
      display: flex;
      width: 35%;
      align-items: center;
      flex-direction: column; }
      .kw-spingame .wrap .copy .kw-btn {
        padding: 8px 50px 0; }
      .kw-spingame .wrap .copy .note {
        font-size: 12px; }
      .kw-spingame .wrap .copy.-a {
        display: none; }
  .kw-spingame .gift-wrap {
    padding: 20px 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .kw-spingame .gift-wrap .card {
      padding: 10px;
      width: 180px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .kw-spingame .gift-wrap .card img {
        width: 60%; }
  .kw-spingame .spin-game {
    position: relative;
    width: 35vw; }
    .kw-spingame .spin-game .arrow {
      position: absolute;
      width: 35px;
      top: 0;
      left: 50%;
      z-index: 10;
      transform: translateX(-50%); }
    .kw-spingame .spin-game .circle {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 10;
      border-radius: 50%;
      background: white;
      transform: translate(-50%, -50%);
      box-shadow: 1px 1px 10px #666666; }
    .kw-spingame .spin-game .board {
      position: relative;
      overflow: hidden;
      width: 35vw;
      height: 35vw;
      transition: 5s;
      border-radius: 50%;
      border: 15px solid #666666; }
      .kw-spingame .spin-game .board-inner {
        position: relative;
        width: 100%;
        height: 100%;
        background: white; }
    .kw-spingame .spin-game .path {
      position: absolute;
      display: flex;
      height: 50%;
      width: 40%;
      left: 30%;
      align-items: start;
      justify-content: center;
      transform-origin: bottom;
      transform: translateX(-50%);
      clip-path: polygon(100% 0, 50% 100%, -4% 0); }
      .kw-spingame .spin-game .path img {
        width: 55%;
        margin-top: 10%; }
      .kw-spingame .spin-game .path:nth-child(1) {
        background: #dffbff;
        transform: rotate(-22deg); }
      .kw-spingame .spin-game .path:nth-child(2) {
        background: #4ca0d4;
        transform: rotate(23deg); }
      .kw-spingame .spin-game .path:nth-child(3) {
        background: #90dae6;
        transform: rotate(68deg); }
      .kw-spingame .spin-game .path:nth-child(4) {
        background: #dffbff;
        transform: rotate(113deg); }
      .kw-spingame .spin-game .path:nth-child(5) {
        background: #6eb2dc;
        transform: rotate(158deg); }
      .kw-spingame .spin-game .path:nth-child(6) {
        background: #4ca0d4;
        transform: rotate(203deg); }
      .kw-spingame .spin-game .path:nth-child(7) {
        background: #90dae6;
        transform: rotate(248deg); }
      .kw-spingame .spin-game .path:nth-child(8) {
        background: #6eb2dc;
        transform: rotate(293deg); }
  .kw-white {
    position: relative; }
    .kw-white img {
      width: 100%; }
    .kw-white .bubble {
      position: absolute;
      top: -2%;
      right: 0;
      width: 120px;
      z-index: 1; }
    .kw-white .wrapper {
      padding: 10%; }
      .kw-white .wrapper > .title {
        display: none; }
    .kw-white .title {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .kw-white .title img {
        width: 40%; }
    .kw-white .wrap {
      display: flex;
      justify-content: space-between; }
      .kw-white .wrap .card {
        width: 45%; }
      .kw-white .wrap ul {
        width: 80%;
        margin: auto;
        padding-top: 40px;
        list-style: initial; }
    .kw-white .white {
      padding: 6% 10%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .kw-white .white .card {
        margin-bottom: 10%;
        width: 26%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column; }
        .kw-white .white .card img {
          border-radius: 10px;
          margin-bottom: 10px;
          box-shadow: 0 0 5px silver; }
        .kw-white .white .card .kw-btn {
          font-size: 14px; }
  .kw .popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: #00000060; }
    .kw .popup.show {
      display: block; }
    .kw .popup-body {
      position: absolute;
      padding: 0 15px;
      top: 50%;
      left: 50%;
      width: 100%;
      max-width: 400px;
      transform: translate(-50%, -50%); }
      .kw .popup-body .bg {
        width: 100%; }
      .kw .popup-body .close {
        position: absolute;
        cursor: pointer;
        top: 0;
        width: 30px;
        right: -25px; }
      .kw .popup-body .skip {
        cursor: pointer;
        z-index: 10;
        top: 10px;
        right: 10%;
        font-size: 14px;
        position: absolute; }
      .kw .popup-body .wrap {
        position: absolute;
        padding: 15%;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%); }
        .kw .popup-body .wrap p {
          font-size: 16px; }
          .kw .popup-body .wrap p .big {
            font-size: 20px; }
          .kw .popup-body .wrap p.note {
            font-size: 12px;
            width: 70%;
            margin: auto; }
        .kw .popup-body .wrap .text-wrap {
          display: flex;
          align-items: center;
          justify-content: center; }
          .kw .popup-body .wrap .text-wrap p {
            margin: 0;
            width: fit-content; }
          .kw .popup-body .wrap .text-wrap a {
            font-size: 10px;
            text-decoration: underline; }
            .kw .popup-body .wrap .text-wrap a:hover {
              text-decoration: none; }
        .kw .popup-body .wrap .kw-btn {
          margin: 10px auto;
          padding-left: 30px;
          padding-right: 30px; }
        .kw .popup-body .wrap img {
          width: 60%; }

@media (max-width: 1024px) {
  .kw-banner .wrapper .wrap p {
    font-size: 18px; }
  .kw-banner .wrapper .wrap .period {
    margin-top: 10px;
    font-size: 16px; }
  .kw-activity.section .bg.mobile {
    display: block; }
  .kw-activity.section .bg.desktop {
    display: none; }
  .kw-spingame .spin-game .board {
    border-width: 8px; }
  .kw-spingame .spin-game .circle {
    width: 25px;
    height: 25px; }
  .kw-white .wrapper {
    padding: 6%; }
  .kw-white .wrap ul {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px; }
  .kw-white .wrap .card {
    width: 49%; }
    .kw-white .wrap .card .title h3 {
      font-size: 24px; }
  .kw-white .white {
    padding: 40px; } }
@media (max-width: 680px) {
  .kw .section .bg.mobile {
    display: flex; }
  .kw .section .bg.desktop {
    display: none; }
  .kw-floating {
    right: 6%; }
    .kw-floating .spin {
      width: 90px; }
  .kw-banner .wrapper {
    padding: 40% 8% 5%;
    flex-direction: column;
    justify-content: space-evenly; }
    .kw-banner .wrapper p.mobile {
      display: block;
      font-size: 18px; }
    .kw-banner .wrapper img {
      width: 70%;
      object-fit: contain; }
    .kw-banner .wrapper .wrap {
      width: 100%;
      display: flex;
      text-align: center;
      align-items: center;
      flex-direction: column; }
      .kw-banner .wrapper .wrap p:nth-child(1) {
        display: none; }
  .kw-activity .title {
    padding: 4% 5% 0; }
  .kw-activity .activity-slider {
    height: 78%; }
    .kw-activity .activity-slider .item .item-card.b {
      padding: 8%; }
    .kw-activity .activity-slider .item .item-card .icon {
      width: 40px; }
    .kw-activity .activity-slider .item .item-card p {
      font-size: 12px; }
      .kw-activity .activity-slider .item .item-card p.big {
        font-size: 16px; }
      .kw-activity .activity-slider .item .item-card p.small {
        font-size: 10px; }
    .kw-activity .activity-slider .item .item-card .wrap {
      padding-top: 0;
      flex-direction: column; }
    .kw-activity .activity-slider .item .item-card .card-people {
      display: flex;
      width: 100%; }
      .kw-activity .activity-slider .item .item-card .card-people img {
        padding: 5px;
        width: 30%;
        margin-right: 5%; }
      .kw-activity .activity-slider .item .item-card .card-people .copy {
        width: 65%;
        text-align: left; }
    .kw-activity .activity-slider .item .item-card .note.b {
      width: 100%; }
      .kw-activity .activity-slider .item .item-card .note.b p {
        line-height: 1.6; }
    .kw-activity .activity-slider .item .item-card .time p {
      font-size: 9px;
      padding: 20px 10px; }
    .kw-activity .activity-slider .item .item-card .kw-btn {
      font-size: 12px; }
  .kw-video img.bg-mobile {
    display: flex; }
  .kw-video img.bg-desktop {
    display: none; }
  .kw-video .wrapper .wrap {
    flex-direction: column; }
    .kw-video .wrapper .wrap .card {
      width: 100%; }
      .kw-video .wrapper .wrap .card:nth-child(2) {
        margin-top: 30px; }
      .kw-video .wrapper .wrap .card-img {
        border: 5px solid #375f8d; }
  .kw-spingame .wrap {
    flex-direction: column; }
    .kw-spingame .wrap .game {
      width: 90%;
      margin: 40px 0; }
    .kw-spingame .wrap .copy {
      width: 100%;
      align-items: center;
      flex-direction: column; }
      .kw-spingame .wrap .copy.-a {
        display: flex; }
        .kw-spingame .wrap .copy.-a h2 {
          padding-bottom: 0; }
      .kw-spingame .wrap .copy.-b h2,
      .kw-spingame .wrap .copy.-b p {
        display: none; }
      .kw-spingame .wrap .copy.-b #btn-spin {
        display: block; }
  .kw-spingame .gift-wrap .card {
    width: 140px; }
  .kw-spingame .spin-game {
    width: 80vw; }
    .kw-spingame .spin-game .board {
      width: 80vw;
      height: 80vw; }
    .kw-spingame .spin-game .arrow {
      width: 20px; }
  .kw-white .wrapper {
    padding: 50px 5%; }
    .kw-white .wrapper > .title {
      display: flex; }
  .kw-white .wrap {
    flex-direction: column-reverse; }
    .kw-white .wrap .card {
      width: 100%; }
      .kw-white .wrap .card > .title {
        display: none; }
    .kw-white .wrap ul {
      width: 90%;
      margin: auto;
      padding-top: 20px;
      list-style: initial; }
  .kw-white .white {
    padding: 40px 20px; }
    .kw-white .white .card {
      width: 48%; } }

/*# sourceMappingURL=main.css.map */
