@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
.blink {
  -webkit-animation: blink 1s step-start 0s infinite;
  -moz-animation: blink 1s step-start 0s infinite;
  animation: blink 1s step-start 0s infinite; }

.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem; }

.is-grey {
  color: #828282; }

.is-soft-grey {
  color: #828282; }

.bg-grey {
  background: #F5F5F5; }

.bg-blue-light {
  background: #c2e7fb; }

.bg-blue {
  background: #2678A3; }

.bg-dark-blue {
  background: #224771; }

.bg-dark {
  background: #1F1F1F; }

.bg-white-grey {
  background: #efefef; }

.bg-white-grey-min {
  background: #efefef;
  background: linear-gradient(0deg, #efefef 25%, white 25%); }

.bg-blue-grad {
  background: linear-gradient(195.49deg, #44B2EA 9.95%, #176892 89.15%); }

.bg-blue-grad1 {
  background-color: #03679B; }

.grey {
  color: #cccccc !important; }

.black {
  color: #1F1F1F; }

.border-bottom-grey {
  border-bottom: 1px dotted #cccccc; }

.btn-gold {
  background-color: #bfa563; }

.border-bottom-solid-grey {
  border-bottom: 1px solid #efefef; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kanit-Black';
  src: url("../fonts/Kanit/Kanit-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kanit-Bold';
  src: url("../fonts/Kanit/Kanit-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kanit-Regular';
  src: url("../fonts/Kanit/Kanit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Slick';
  src: url("../fonts/slick.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #1F1F1F; }

.bold {
  font-family: 'Roboto-Bold'; }

.hero p {
  color: #ffffff; }

h1,
h2, h3 {
  font-family: 'Kanit-Bold';
  color: #505050; }
  @media only screen and (max-width: 480px) {
    h1,
    h2, h3 {
      font-size: 2rem; } }

.title {
  color: #505050; }

.title.is-1 {
  font-size: 2rem; }
  @media only screen and (max-width: 480px) {
    .title.is-1 {
      font-size: 2rem; } }

.title.is-2 {
  font-size: 2.75rem; }
  @media only screen and (max-width: 480px) {
    .title.is-2 {
      font-size: 1.75rem; } }

@media only screen and (max-width: 480px) {
  .title.is-3.product-detail-title {
    font-size: 1.5rem; } }

@media only screen and (max-width: 480px) {
  .title.is-4 {
    font-size: 1.35rem; } }

.title-product {
  font-family: 'Kanit-Regular'; }

h4 {
  color: #1F1F1F;
  font-family: 'Roboto-Bold'; }

h5 {
  font-family: 'Roboto-Bold';
  color: #1F1F1F; }

.product-title {
  font-family: 'Kanit-Regular';
  font-weight: 700;
  font-size: 13px;
  color: #505050;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .product-title {
      font-size: 16px; } }

.product-desc {
  font-size: 13px; }
  @media only screen and (min-width: 768px) {
    .product-desc {
      font-size: 16px; } }

.product-box .title.is-5 {
  font-size: 1.05rem;
  margin-bottom: 1.05rem; }

@media only screen and (max-width: 480px) {
  .title.is-5 {
    font-size: 1.05rem;
    margin-bottom: 1rem; } }

.is-white {
  color: #fff !important; }

.is-gold {
  color: #BFA562 !important; }

.is-red {
  color: #FF5252 !important; }

.is-green {
  color: #9deb78 !important; }

a {
  color: #1F1F1F; }

.underline {
  text-decoration: underline; }
  .underline:hover {
    color: #bfa563; }

p {
  font-family: 'Roboto-Regular';
  font-size: 13px;
  line-height: 1.5;
  color: #505050; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 16px; } }

b, strong {
  color: inherit;
  font-family: 'Roboto-Bold'; }

small {
  font-size: 12px; }
  small a {
    font-size: 12px;
    color: #1F1F1F; }
  small a.active {
    color: #BFA562; }

blockquote {
  background-color: transparent !important; }

.quotes h2 {
  font-family: 'Kanit-Regular';
  font-size: 36px; }
  @media only screen and (min-width: 768px) {
    .quotes h2 {
      font-size: 50px; } }

.content blockquote {
  padding: 0;
  border: none; }
  .content blockquote p {
    font-family: 'Kanit-Regular';
    font-size: 1.35rem; }
    @media only screen and (min-width: 768px) {
      .content blockquote p {
        font-size: 1.5rem; } }

.more-line-height {
  line-height: 2; }

a {
  font-family: 'Roboto-Regular';
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.3s; }

.is-active {
  font-family: 'Roboto-Bold';
  font-size: 16px;
  font-weight: 400;
  border-radius: 1rem;
  padding: 0.25rem 1.25rem;
  color: #176892 !important; }
  @media only screen and (min-width: 768px) {
    .is-active {
      background: linear-gradient(90deg, #FFFFFF 0%, #D5D5D5 100%); } }

@media only screen and (max-width: 480px) {
  .has-text-centered-mobile {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .has-text-right-desktop {
    text-align: right; } }

.has-text-right {
  text-align: right; }

.horizontal-menu-right li:hover a {
  transition: all 0.3s; }

.button {
  font-family: 'Roboto-Bold';
  min-width: 90px;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .button {
      min-width: 90px; } }
  .button:hover {
    transition: all 0.3s;
    color: #BFA562; }

.button.is-danger {
  font-size: 16px;
  background: linear-gradient(272.12deg, #FF2021 -8.11%, #D10203 82.98%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  color: #fff;
  transition: all 0.3s; }
  .button.is-danger:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-success {
  font-size: 16px;
  background: linear-gradient(270.64deg, #00E676 -6.1%, #00AA57 90.3%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  color: #fff; }
  .button.is-success:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-info {
  font-size: 16px;
  background: linear-gradient(270deg, #5BB4DF 0%, #4095C0 52.08%, #2779A3 100%);
  border-radius: 2rem;
  color: #fff; }
  .button.is-info:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-green {
  font-size: 16px;
  background: linear-gradient(270deg, #5BDE68 2.47%, rgba(0, 98, 22, 0.72) 100%);
  border-radius: 2rem;
  color: #fff; }
  .button.is-green:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-outline-blue {
  border: 1px solid #224771;
  box-sizing: border-box;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
  border-radius: 2rem;
  color: #224771; }

.button.is-outline-white {
  border: 1px solid #fff;
  background: transparent;
  box-sizing: border-box;
  border-radius: 2rem;
  color: #fff; }
  .button.is-outline-white:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.btn-grey {
  background-color: #ACADB8 !important;
  width: fit-content;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  height: 2.5em; }
  @media only screen and (min-width: 768px) {
    .btn-grey {
      height: 3em; } }
  .btn-grey:hover {
    background-color: #1F1F1F !important; }

.btn-gold {
  background-color: #BFA562 !important;
  color: #fff;
  width: fit-content;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  height: 2.5em; }
  .btn-gold i {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .btn-gold {
      height: 3em; } }
  .btn-gold:hover {
    background-color: #1F1F1F !important; }

.card {
  color: #4372a7; }

.nav-menu a {
  font-family: 'Kanit-Bold';
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px; }
  .nav-menu a.active {
    border-radius: 1rem;
    background: linear-gradient(90deg, #FFFFFF 0%, #D5D5D5 100%);
    padding: 0.25rem 1.25rem;
    color: #176892; }

.text-normal {
  font-size: 16px !important; }

.icon-contact {
  width: 60px;
  margin-bottom: 1rem; }

.menu-footer li {
  line-height: 2; }

.underlined {
  text-decoration: underline; }

.footer, .footer-copyright {
  color: #fff; }
  .footer h3, .footer-copyright h3 {
    color: #c2e7fb; }

.footer p, .footer a {
  font-family: 'Kanit-Bold';
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.75; }
.footer p strong {
  font-family: 'Kanit-Regular';
  font-size: 1.2rem;
  margin-bottom: 1.5rem; }
.footer a {
  transition: all 0.3s; }
  .footer a:hover {
    transition: all 0.3s;
    color: #176892;
    text-decoration: underline; }
.footer ul.socmed li {
  display: inline-block;
  margin-right: 0.75rem; }
  .footer ul.socmed li img {
    max-width: 40px;
    width: 100%; }
  .footer ul.socmed li a {
    transition: all 0.3s; }
    .footer ul.socmed li a:hover img {
      transition: all 0.3s;
      transform: scale(1.125); }

.top-quote li {
  font-family: 'Kanit-Regular'; }

.footer-copyright p, .footer-copyright a {
  font-family: 'Roboto-Regular'; }
.footer-copyright a {
  color: #fff;
  text-decoration: underline; }
  .footer-copyright a:hover {
    color: #c2e7fb; }

.input, .textarea {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0; }

.label {
  font-family: 'Roboto-Regular';
  color: #8a8a8a;
  display: block;
  font-size: 1rem;
  font-weight: 400; }

#form-lang {
  position: relative;
  width: 75px; }
  #form-lang .field {
    margin-top: -0.15rem;
    position: absolute; }
  #form-lang select {
    border-color: transparent;
    background: transparent;
    color: #fff;
    outline: none !important; }
  #form-lang .select.is-primary select.is-active, #form-lang .select.is-primary select.is-focused, #form-lang .select.is-primary select:active, #form-lang .select.is-primary select:focus {
    box-shadow: none !important; }
  #form-lang select option {
    color: black; }
  #form-lang .select.is-primary:not(:hover)::after {
    border-color: #fff; }

#subscribe-form {
  padding: 1rem; }
  #subscribe-form .title {
    margin-bottom: 1rem; }

.subscribe-label {
  min-width: 33%; }

.sub {
  font-family: 'OpenSans-ExtraBold';
  text-transform: uppercase; }

.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; }
.accordion ul li.list {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
  background: #F7F7F7;
  padding: 1rem;
  margin-bottom: 0.5rem; }
.accordion ul li.list:nth-of-type(1) {
  animation-delay: 0.5s; }
.accordion ul li.list:nth-of-type(2) {
  animation-delay: 0.75s; }
.accordion ul li.list:nth-of-type(3) {
  animation-delay: 1s; }
.accordion ul li.list i {
  position: absolute;
  transform: translate(-6px, 0);
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 1.5rem; }
.accordion ul li.list i:before, .accordion ul li.list i:after {
  content: "";
  position: absolute;
  background-color: #BFA562;
  width: 3px;
  height: 9px; }
.accordion ul li.list i:before {
  transform: translate(-2px, 0) rotate(45deg); }
.accordion ul li.list i:after {
  transform: translate(2px, 0) rotate(-45deg); }
.accordion ul li.list input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0; }
.accordion ul li.list input[type=checkbox]:checked ~ .content {
  display: none;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }
.accordion ul li.list input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg); }
.accordion ul li.list input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg); }
.accordion li.list p {
  max-height: 800px;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2; }
.accordion h4 {
  font-family: 'OpenSans-ExtraBold';
  margin-bottom: 0 !important;
  text-transform: uppercase; }
.accordion li.list .content p {
  font-size: 13px; }
.accordion li.list .content li {
  font-size: 13px; }

.is-capitalize {
  text-transform: capitalize; }

.is-lowercase {
  text-transform: lowercase; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides .hero-body {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides .hero-body {
  display: block;
  float: left;
  width: 100%;
  border: 0; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.preloader-item, .preloader-item::before, .preloader-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.preloader-item {
  width: 160px;
  height: 160px;
  margin: auto;
  background: url("../../assets/images/logo.png") no-repeat 50%/70%;
  background-size: 60%;
  color: #224771; }

.preloader-item::before, .preloader-item::after {
  content: '';
  z-index: -1;
  box-shadow: inset 0 0 0 5px;
  animation: clipMe 3s linear infinite; }

.preloader-item::before {
  animation-delay: -1.5s; }

.animation-scale {
  animation: scale 2s linear infinite alternate; }

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 45px, 5px, 45px); }
  6% {
    clip: rect(0px, 155px, 5px, 45px); }
  15% {
    clip: rect(0px, 160px, 10px, 45px); }
  21% {
    clip: rect(0px, 160px, 115px, 155px); }
  28% {
    clip: rect(5px, 160px, 160px, 155px); }
  34% {
    clip: rect(5px, 160px, 160px, 115px); }
  41% {
    clip: rect(155px, 160px, 160px, 115px); }
  47% {
    clip: rect(155px, 115px, 160px, 115px); }
  54% {
    clip: rect(155px, 115px, 160px, 115px); }
  60% {
    clip: rect(155px, 115px, 160px, 5px); }
  67% {
    clip: rect(155px, 115px, 160px, 0px); }
  74% {
    clip: rect(45px, 5px, 160px, 0px); }
  80% {
    clip: rect(0px, 5px, 155px, 0px); }
  87% {
    clip: rect(0px, 45px, 110px, 0px); }
  93% {
    clip: rect(0px, 45px, 5px, 0px); }
  97% {
    clip: rect(0px, 45px, 5px, 5px); } }
#flower {
  position: relative;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: rotate-flower;
  animation-duration: 3s;
  /* 	animation-fill-mode: forwards;
   */
  animation-iteration-count: infinite; }

@keyframes rotate-flower {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
#flower section {
  position: absolute;
  width: 150px;
  display: flex;
  justify-content: space-between;
  animation-name: rotate-expand;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes rotate-expand {
  0% {
    width: 150px; }
  50% {
    width: 300px; }
  100% {
    width: 150px; } }
#flower section:before {
  content: " ";
  background: linear-gradient(45deg, #c2e7fb 0%, #42beff 100%);
  border-radius: 30% 70% 71% 29% / 47% 47% 53% 53%;
  width: 70px;
  height: 50px;
  mix-blend-mode: soft-light;
  opacity: 0.75; }
#flower section:after {
  content: " ";
  background: linear-gradient(45deg, #c2e7fb 0%, #42beff 100%);
  border-radius: 66% 34% 39% 61% / 47% 47% 53% 53%;
  width: 70px;
  height: 50px;
  mix-blend-mode: soft-light;
  opacity: 0.75; }
#flower .div-two {
  transform: rotate(45deg); }
#flower .div-three {
  transform: rotate(90deg); }
#flower .div-four {
  transform: rotate(135deg); }

/* Hamburger Icon */
#hamburgericon {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4797f0;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 8px; }

#hamburgericon span:nth-child(4) {
  top: 16px; }

#hamburgericon.hamburger-open span {
  background: #fff; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.modal.is-active {
  display: block; }

.menuBtn {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 70px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn {
      min-width: 70px;
      color: #1F1F1F !important; } }
  .menuBtn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .menuBtn:before {
        margin-left: 1rem; } }

.button.menuBtn:focus:not(:active) {
  box-shadow: none; }

.button.menuBtn:focus {
  border-color: transparent; }

.menuBtn-2, .menuBtn-3 {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 100px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn-2, .menuBtn-3 {
      min-width: 100px;
      color: #1F1F1F !important; } }

.menuBtn-2:focus, .menuBtn-3:focus {
  border-color: #bfa563;
  box-shadow: 0 0 0 0.125em #bfa563; }

.menuBtn-2:hover, .menuBtn-3:hover {
  box-shadow: none; }

#menuleft {
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  overflow: visible;
  margin-left: 0;
  margin-top: 0;
  width: 190px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e; }
  @media only screen and (min-width: 768px) {
    #menuleft {
      width: 270px; } }
  #menuleft .modalmenu li {
    padding: 0.75rem 1.25rem;
    line-height: 1;
    border-bottom: 1px solid #F7F7F7; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu li {
        padding: 1rem 1.5rem; } }
    #menuleft .modalmenu li a {
      font-family: 'Lato-Bold';
      color: #1F1F1F; }
      @media only screen and (max-width: 480px) {
        #menuleft .modalmenu li a {
          font-size: 13px; } }
      #menuleft .modalmenu li a:hover {
        color: #BFA562; }
  #menuleft .modalmenu .has-dropdown:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    margin-top: 0;
    margin-right: 1rem; }
  #menuleft .modalmenu .has-dropdown .dropdown-box {
    display: none; }
  #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
    overflow-y: scroll;
    padding: 1.5rem 1.5rem;
    display: block;
    position: absolute;
    width: 220px;
    background: #fff;
    left: 90%;
    margin-top: -3rem; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
        width: 420px;
        padding: 1.5rem 3rem;
        left: 95%; } }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box strong {
      color: #ACADB8;
      margin-bottom: 1rem;
      font-family: 'Lato-Regular'; }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul {
      margin-top: 1rem; }
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li {
        padding: 0.25rem 0;
        line-height: 1.5; }
        @media only screen and (max-width: 480px) {
          #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li a {
            font-size: 12px; } }
  #menuleft .modalmenu .has-dropdown:hover:after {
    background-image: url(../../assets/images/icon/chevron-right-alt.svg); }

.modal-div-section {
  position: relative;
  top: 57px;
  width: 100%;
  height: 100px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section {
      top: 105px; } }

.modal-div-section.scrolled {
  top: 64px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section.scrolled {
      top: 104px; } }

#modal2 #menuleft {
  margin-left: 14rem; }

#modal3 #menuleft {
  margin-left: 22rem; }

#modal #menuleft {
  margin-left: 0rem;
  margin-top: 0.7rem; }
  @media only screen and (min-width: 768px) {
    #modal #menuleft {
      margin-left: 10rem;
      margin-top: 0rem; } }

.btn-login-link {
  font-family: 'OpenSans-ExtraBold';
  min-width: 80px;
  margin-left: 1.75rem;
  border: none; }
  @media only screen and (min-width: 768px) {
    .btn-login-link {
      min-width: auto;
      margin-left: 0; } }

.socmed.top {
  margin-top: 0;
  margin-right: 0;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .socmed.top {
      margin-top: 0;
      display: flex; } }
  .socmed.top li {
    display: inline-block;
    margin-left: 0.5rem; }
    .socmed.top li img {
      height: 1.5rem;
      margin-left: .75rem; }
      @media only screen and (min-width: 768px) {
        .socmed.top li img {
          margin-left: 1.25rem; } }
    .socmed.top li svg {
      height: 1.5rem;
      margin-left: 1.25rem;
      width: 20px;
      color: #176892; }
      .socmed.top li svg:hover {
        color: #224771; }

.horizontal-menu-left {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-left {
      display: block; } }
  .horizontal-menu-left li {
    display: inline-block;
    margin-right: 1.25rem; }
    .horizontal-menu-left li a:hover {
      color: #224771; }

.horizontal-menu-right {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-right {
      display: block; } }
  .horizontal-menu-right li {
    display: inline-block;
    margin-left: 1.25rem; }
    .horizontal-menu-right li a:hover {
      color: #224771; }

.super-navs.top-header-section.scrolled {
  top: -55px;
  transition: 0.3s; }

.super-navs.header-section.scrolled {
  padding: 0.5rem 1.5rem;
  top: 0;
  transition: 0.3s; }

.sosmed-icon {
  vertical-align: middle;
  align-items: stretch;
  justify-content: flex-end; }
  .sosmed-icon:hover {
    color: #224771; }

.icon-sosmed-hover:hover g path:first-child {
  fill: #224771; }

.icon-sosmed-hover2:hover g path:first-child {
  fill: #224771; }

.icon-sosmed-hover1:hover path {
  fill: #224771; }

.modal-background {
  background-color: rgba(255, 255, 255, 0.5); }

.overlay-menu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: black;
  background: rgba(255, 255, 255, 0.95);
  overflow-y: hidden;
  transition: 0.5s; }

.overlay-open {
  height: 100%; }

.overlay-content {
  position: relative;
  top: 17.5%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 2.5;
  color: #176892 !important;
  text-transform: uppercase;
  display: block;
  transition: 0.3s; }

.overlay-menu a.is-active {
  position: relative; }
  .overlay-menu a.is-active:after {
    content: '';
    left: 0;
    bottom: 0;
    margin-bottom: 0.25rem;
    margin-left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 24px;
    height: 6px;
    background: #176892 !important;
    border-radius: 10px; }

.overlay-menu a:hover,
.overlay-menu a:focus {
  color: #ccc; }

.open-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 10; }

@media screen and (max-height: 480px) {
  .overlay-menu {
    overflow-y: auto; }

  .overlay-menu a {
    font-size: 20px; } }
/* Hamburger Icon */
#hamburgericon {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 9998;
  display: none;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block;
      margin-top: 1rem; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 8px; }

#hamburgericon span:nth-child(4) {
  top: 16px; }

#hamburgericon.hamburger-open span {
  background: #176892; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.nav-menu {
  text-align: center; }
  .nav-menu li {
    display: inline-block;
    margin: 0.5rem 1rem; }

.modal-cart-right {
  background: #ffffff;
  padding: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: none;
  width: 450px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e;
  margin: 0px; }
  @media only screen and (max-width: 480px) {
    .modal-cart-right {
      width: 100%; } }

.cart-table {
  display: block; }
  .cart-table tbody {
    height: 60vh;
    display: inline-block;
    width: 100%;
    overflow-y: scroll; }
    @media only screen and (max-width: 480px) {
      .cart-table tbody {
        height: 55vh; } }

.modal-close-cart {
  right: 8px;
  top: 12px; }

.modal-close-cart::before {
  background-color: #000000 !important; }

.modal-close-cart::after {
  background-color: #000000 !important; }

.modal-slideright {
  display: flex;
  visibility: hidden; }
  .modal-slideright .modal-background {
    transition: all .3s;
    opacity: 0; }

.modal-slideright.is-active {
  visibility: visible; }

.modal.modal-slideright .modal-content {
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.modal-slideright .modal-background {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0; }

.modal.modal-slideright.is-active .modal-content {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.modal.modal-fx-slideBottom .modal-content {
  -webkit-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s ease-in-out !important; }

.cart-button {
  border-top: 1px solid #dbdbdb; }
  .cart-button tbody tr td {
    vertical-align: middle; }
    .cart-button tbody tr td h3 {
      font-family: 'Lato-Bold';
      color: #bfa563; }
    .cart-button tbody tr td .total-cart {
      color: #000000 !important; }
    .cart-button tbody tr td a {
      min-width: unset;
      font-family: 'Lato-Bold'; }

.btn-gold-checkout {
  background-color: #bfa563;
  color: white; }
  .btn-gold-checkout:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000; }

.column-checkout {
  position: fixed;
  bottom: 0;
  overflow: hidden; }

.border-dotted-grey {
  border-bottom: 1px dotted grey; }

.cart-checkout {
  height: 55vh;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media only screen and (max-width: 480px) {
    .cart-checkout {
      height: 45vh; } }

.expandable {
  background: #fff;
  overflow: hidden;
  transition: all .5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent; }

.expandable:target {
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: black; }

#smartwizard {
  border: unset !important; }
  #smartwizard .nav {
    box-shadow: unset !important; }
    #smartwizard .nav:before {
      z-index: -1 !important; }
    @media only screen and (max-width: 480px) {
      #smartwizard .nav {
        flex-direction: unset !important; } }
    #smartwizard .nav .nav-link.active {
      color: #bfa563 !important; }
      #smartwizard .nav .nav-link.active:after {
        background-color: #bfa563 !important; }
    #smartwizard .nav .nav-link.done {
      color: #5a5a5a !important; }
      #smartwizard .nav .nav-link.done:after {
        background-color: #5a5a5a !important; }
  #smartwizard .toolbar .btn {
    background-color: #5a5a5a !important;
    border: 1px solid #5a5a5a !important; }

.summary-cart1 {
  height: 40vh;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .summary-cart1 {
      height: 55vh; } }

.summary-cart {
  height: 22vh !important;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .summary-cart {
      height: 28vh !important; } }

.list-cart-summary {
  height: 300px;
  overflow-y: auto;
  display: inline-block;
  flex-direction: row;
  padding-right: 1rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem !important; }

@media only screen and (min-width: 768px) {
  .mb-7-desktop {
    position: relative;
    z-index: 1;
    margin-bottom: 7rem !important; } }

@media only screen and (max-width: 480px) {
  .mt-2-mobile {
    margin-top: 2rem; } }

#menuleft .less-padding li {
  padding: 0.25rem 1.5rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem !important; }

@media only screen and (max-width: 480px) {
  .mt-3-mobile {
    margin-top: 3rem; } }

.mt-3-mobile.breadcrumbs {
  margin-top: 10rem; }
  @media only screen and (max-width: 480px) {
    .mt-3-mobile.breadcrumbs {
      margin-top: 4.5rem; } }

.mt-5 {
  margin-top: 5rem; }

@media only screen and (max-width: 480px) {
  .mt-5-mobile {
    margin-top: 5rem; } }

@media only screen and (min-width: 768px) {
  .mt-10-tablet {
    margin-top: 8rem; } }

.mt-7-tablet {
  margin-top: 4rem; }
  @media only screen and (min-width: 768px) {
    .mt-7-tablet {
      margin-top: 7rem; } }

@media only screen and (min-width: 768px) {
  .mt-5-desktop {
    margin-top: 5rem; } }

@media only screen and (max-width: 480px) {
  .mt-45-mobile {
    margin-top: 45%; } }

.pl-1 {
  padding-left: 1rem; }

@media only screen and (min-width: 768px) {
  .pl-2 {
    padding-left: 2rem; } }

.pr-0 {
  padding-right: 0rem; }

.pr-1 {
  padding-right: 1rem; }

@media only screen and (min-width: 768px) {
  .pr-2 {
    padding-right: 2rem; } }

.p-0 {
  padding: 0px !important; }

.pt-1 {
  padding-top: 1rem; }

.pt-0 {
  padding-top: 0rem !important; }

.text-box-white {
  background: #ffffff !important; }

.mh-3 {
  min-height: 3.5rem; }

.z-1 {
  z-index: 1; }

.f14 {
  font-size: 14px; }

.border-bottom-0 {
  border-bottom: 0px !important; }

.v-middle {
  vertical-align: sub; }

.is-padding-1 {
  padding: 1rem; }

@media only screen and (max-width: 480px) {
  .overflow-mobile {
    overflow-x: scroll; } }

@media only screen and (max-width: 480px) {
  .column .flex-start-mobile {
    justify-content: flex-start; } }

.relative {
  position: relative; }

.f-icon {
  width: 80px;
  margin-bottom: 1rem; }

.container.is-fluid {
  margin-left: 0;
  margin-right: 0;
  max-width: none; }

@media only screen and (min-width: 768px) {
  .container.is-fluid-desktop {
    margin-left: 0;
    margin-right: 0;
    max-width: none; } }

.breadcrumb-section {
  padding: 3rem 1.5rem 0; }

.absolute-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.5rem;
  margin-left: 50%;
  transform: translateX(-50%); }

@media only screen and (min-width: 768px) {
  .absolute-title.left {
    margin-top: 1rem;
    margin-left: 1rem;
    transform: translateX(0); } }

.absolute-title-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 3.5rem !important;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center; }

.absolute-title-bottom.left {
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .absolute-title-bottom.left {
      margin-bottom: 2rem !important;
      margin-left: 1rem;
      transform: translateX(0);
      text-align: left;
      max-width: 200px; } }

@media only screen and (min-width: 768px) {
  .is-one-fifth-tablet .card {
    min-height: 280px; } }
@media only screen and (min-width: 1366px) {
  .is-one-fifth-tablet .card {
    min-height: 270px; } }
.is-one-fifth-tablet .card p {
  font-size: 14px; }

.img-full-about {
  width: 100%;
  margin-bottom: -1.2rem; }

.img-full-services {
  width: 100%;
  margin-bottom: -0.3 rem; }

.img-full {
  width: 100%; }

.img-full-product {
  width: 100%;
  margin-bottom: 2.25rem; }
  @media only screen and (max-width: 480px) {
    .img-full-product {
      max-width: 120px;
      width: 100%;
      margin-bottom: 0.25rem; } }

.h-180 {
  height: 90px;
  width: auto; }
  @media only screen and (min-width: 768px) {
    .h-180 {
      height: 100px; } }

.image-icon {
  width: 40px !important;
  height: 40px !important; }
  @media only screen and (max-width: 480px) {
    .image-icon {
      height: 25px !important;
      width: 25px !important;
      margin-right: 1.5rem !important; } }

.img-avatar {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto;
  display: block; }

.t-box {
  background-color: #fff;
  background-image: url("https://images.ctfassets.net/nc1tovpbv3b8/2BTEGjx9MAYzhWYGEg2VF2/6db9276019266a95d86e1f54f3be1e49/ellips.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 150%; }
  @media only screen and (min-width: 768px) {
    .t-box {
      background-size: contain; } }
  .t-box .t-box-content {
    padding: 3rem 2.5rem;
    color: #fff; }

.mw-320 {
  max-width: 320px; }

@media only screen and (max-width: 480px) {
  .is-reverse {
    flex-direction: column-reverse; } }

.hero.is-medium .hero-body {
  padding: 9rem 1.5rem 9rem;
  height: unset; }
  @media only screen and (max-width: 480px) {
    .hero.is-medium .hero-body {
      padding: 6rem 1.5rem 6rem; } }

.hero.is-fullheight {
  min-height: 30vh; }
  @media only screen and (min-width: 768px) {
    .hero.is-fullheight {
      min-height: 92vh; } }

.hero-body {
  width: 100%;
  height: 98vh;
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .hero-body {
      background-size: cover;
      background-position: center;
      height: 95vh; } }

.is-no-padding {
  padding: 0 !Important; }
  .is-no-padding .is-fluid {
    padding: 0;
    margin: 0; }
    .is-no-padding .is-fluid .centered-div {
      padding: 9rem 0 !important; }
      .is-no-padding .is-fluid .centered-div .box-card {
        align-self: center;
        max-width: 80%; }
        .is-no-padding .is-fluid .centered-div .box-card p {
          height: 4rem; }
        @media only screen and (min-width: 768px) {
          .is-no-padding .is-fluid .centered-div .box-card {
            max-width: 65%; }
            .is-no-padding .is-fluid .centered-div .box-card p {
              height: 5rem; } }

.white-overlay {
  position: relative; }
  .white-overlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    justify-content: center;
    display: flex;
    z-index: 1; }

.blue-light-overlay {
  position: relative; }
  .blue-light-overlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(220, 243, 255, 0.9);
    justify-content: center;
    display: flex;
    z-index: 1; }

@media only screen and (min-width: 768px) {
  .white-overlay, .blue-light-overlay {
    min-height: 70vh; } }

.section.is-small {
  padding: 1.5rem; }

.section.is-full-width {
  padding: 3rem 0; }

.section.no-padding {
  padding: 0 0;
  margin: 9rem 0; }

@media only screen and (min-width: 768px) {
  .section.is-full-width-desktop {
    padding: 3rem 0; } }

.is-medium.no-padding-bottom {
  padding: 3rem 1.5rem 0; }
  @media only screen and (min-width: 768px) {
    .is-medium.no-padding-bottom {
      padding: 9rem 1.5rem 0; } }

.is-medium.no-padding-top {
  padding: 0rem 1.5rem 3rem; }
  @media only screen and (min-width: 768px) {
    .is-medium.no-padding-top {
      padding: 0rem 1.5rem 9rem; } }

.banner-section {
  margin-top: 3.75rem; }
  @media only screen and (min-width: 768px) {
    .banner-section {
      margin-top: 7.5rem; } }

.top-header-section {
  box-shadow: 0px 5px 5px 0px #c1c1c169;
  background: #f1f1f1;
  mix-blend-mode: normal;
  padding: 0.25rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: 0.3s; }
  @media only screen and (min-width: 768px) {
    .top-header-section {
      padding: 1rem 1.5rem 1.25rem; } }

.header-section {
  background: white;
  mix-blend-mode: normal;
  padding: 1.25rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 36px;
  transition: 0.3s;
  box-shadow: 0px 5px 5px 0px #c1c1c169; }
  @media only screen and (min-width: 768px) {
    .header-section {
      padding: 1.25rem 1.5rem;
      top: 54px; } }

.logo-brand {
  max-width: 160px;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .logo-brand {
      max-width: 220px;
      margin-left: 0; } }

.left-logo-brand {
  display: none; }
  @media only screen and (min-width: 768px) {
    .left-logo-brand {
      display: block;
      max-width: 128px; } }

.logo-brand-home {
  background-size: contain;
  width: 200px;
  height: 36px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .logo-brand-home {
      width: 220px;
      margin: 0 auto;
      background-position: center;
      height: 50px; } }

.logo-brand-footer {
  max-width: 240px;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .logo-brand-footer {
      max-width: 200px;
      margin-bottom: 0;
      margin-left: -1.5rem; } }

.category-product-column {
  height: 320px; }
  @media only screen and (min-width: 768px) {
    .category-product-column {
      height: 420px; } }

.product-box {
  padding: 0 0.5rem 1.5rem;
  border: 2px solid transparent;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .product-box {
      padding: 1.5rem 0.5rem; } }
  .product-box .btn-cart {
    display: none;
    background: #ACADB8;
    width: fit-content;
    border-radius: 0;
    top: 0;
    left: 0;
    position: absolute;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-transform: uppercase; }
  .product-box:hover {
    transition: all 0.3s;
    border: 2px solid #BFA562; }
    .product-box:hover .img-product {
      transition: all 0.3s;
      transform: scale(1.025); }
    .product-box:hover .btn-cart {
      display: none; }
  .product-box .info-box {
    position: relative;
    z-index: 2; }
  .product-box .title-product {
    min-height: 80px; }
    @media only screen and (max-width: 480px) {
      .product-box .title-product {
        font-size: 1.05rem;
        min-height: 64px; } }
  @media only screen and (max-width: 480px) {
    .product-box .price {
      font-size: 1.15rem; } }

.image-box {
  position: relative; }
  .image-box:after {
    display: none !important; }
  .image-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 50%;
    margin-right: -0.75rem;
    transform: translateY(-31%);
    z-index: 1;
    width: 2px;
    height: 300px;
    background-color: #BFA562; }
    @media only screen and (min-width: 768px) {
      .image-box:after {
        margin-right: -0.85rem;
        transform: translateY(-33%);
        height: 500px; } }
  .image-box .text-box {
    padding: 1.5rem 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-box .text-box p {
      color: #1F1F1F;
      font-size: 14px; }
  .image-box .text-box-concern {
    padding: 1.5rem 1rem;
    position: relative;
    bottom: 0;
    top: -155px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-box .text-box-concern p {
      color: #1F1F1F;
      font-size: 14px; }
  .image-box .text-box-series {
    padding: 1.5rem 1rem;
    position: relative;
    bottom: 0;
    top: -104px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-box .text-box-series p {
      color: #1F1F1F;
      font-size: 14px; }

.image-box.ingredients {
  border: 2px solid #2678A3;
  transition: all 0.3s;
  background: #fff; }
  .image-box.ingredients:after {
    display: none !important; }
  .image-box.ingredients .text-box {
    height: auto;
    min-height: 80px;
    max-height: 320px;
    background: #ffffff !important; }
  .image-box.ingredients .text-ingredient {
    padding: 1.5rem 1rem;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    height: 15vh;
    min-height: 80px;
    max-height: 320px;
    display: block;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s; }
    .image-box.ingredients .text-ingredient p {
      font-size: 14px; }
  .image-box.ingredients .text-display {
    opacity: 0; }
  .image-box.ingredients:hover {
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2); }
    .image-box.ingredients:hover .text-ingredient {
      transition-property: all;
      transition-duration: .6s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transform: translateY(-100%);
      overflow: unset; }
    .image-box.ingredients:hover .text-display {
      opacity: 1; }

.journal-item img {
  object-fit: cover; }

.journal-content p img {
  height: 300px !important;
  object-fit: contain; }

.journal-category-item .title-float {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: 30%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding: 1rem; }
.journal-category-item .bg-purple {
  background-color: rgba(179, 81, 216, 0.6); }
.journal-category-item .bg-green {
  background-color: rgba(0, 118, 118, 0.6); }
.journal-category-item .bg-orange {
  background-color: rgba(203, 85, 0, 0.6); }
.journal-category-item .bg-purple, .journal-category-item .bg-green, .journal-category-item .bg-orange {
  border: 2px solid transparent; }

.bg-blue-services {
  background: linear-gradient(180deg, #21039B 0%, #FFFFFF 100%); }

.bg-green-services {
  background: linear-gradient(180deg, #039B52 0%, #FFFFFF 100%); }

.bg-red-services {
  background: linear-gradient(180deg, #9B1503 0%, #FFFFFF 100%); }

.bg-yellow-services {
  background: linear-gradient(180deg, #EF9E00 0%, rgba(255, 255, 255, 0.96) 100%); }

.bg-pink-services {
  background: linear-gradient(180deg, #98039B 0%, #FFFFFF 100%); }

.bg-blue-services, .bg-green-services, .bg-red-services, .bg-yellow-services, .bg-pink-services {
  border-radius: 43px;
  overflow: hidden; }

.bg-card-services {
  padding: 6rem 1rem 6rem;
  background-size: 150%; }
  @media only screen and (min-width: 768px) {
    .bg-card-services {
      background-size: 120%; } }

.miniCertificates li {
  width: auto;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1.5rem; }
  .miniCertificates li img {
    width: 100%;
    object-fit: contain;
    height: 42px; }
  @media only screen and (min-width: 768px) {
    .miniCertificates li {
      margin-right: 1rem; }
      .miniCertificates li img {
        height: 56px; } }

.facilities-card {
  position: relative;
  min-height: 360px; }
  @media only screen and (min-width: 768px) {
    .facilities-card {
      padding: 0rem; } }

.facilities-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center; }
  @media only screen and (min-width: 1600px) {
    .facilities-img {
      height: 420px; } }

.facilities-card:hover .facilities-text {
  opacity: 1; }

.facilities-text {
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  padding: 1rem;
  background: rgba(226, 144, 20, 0.8); }
  .facilities-text p {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.placeholder:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  opacity: 0.2; }

.testi-card .no-padding {
  padding: 0; }

.footer {
  position: relative;
  padding: 3rem 1.5rem; }

.copyright a {
  font-size: 14px; }

.menu-footer li a {
  font-size: 14px; }
  .menu-footer li a i {
    color: #cccccc; }
.menu-footer li a:hover {
  color: #176892; }

.copyright a:hover {
  color: #176892; }

.position-relative {
  position: relative !important; }

.img-center {
  display: block;
  margin: 0 auto; }

.mr-1 {
  margin-right: 1rem; }

.mr-3 {
  margin-right: 1rem; }

.height180 {
  height: 104px;
  object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .height180 {
      height: 180px; } }

.input-noshadow:focus {
  border-color: #bfa563;
  box-shadow: unset; }

.height75 {
  height: 75vh; }

.flex-nowrap {
  flex-wrap: nowrap !important; }
  @media only screen and (min-width: 768px) {
    .flex-nowrap {
      justify-content: center; } }

@media only screen and (max-width: 480px) {
  .pt-0-mobile {
    padding-top: 0px; } }

@media only screen and (max-width: 480px) {
  .img-rounded-mobile {
    height: 148px;
    width: 148px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
    display: block; } }

.bg-stories {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  justify-content: center !important; }

.pagination-link.is-current {
  background-color: #224771;
  border-color: #224771; }

.pagination-link:hover, .pagination-next:hover, .pagination-previous:hover {
  border-color: #176892;
  color: #ffffff;
  background-color: #176892; }

.bg-journal {
  width: 100%;
  height: 244px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  top: 44%; }
  @media only screen and (min-width: 768px) {
    .bg-journal {
      top: 40%; } }
  .bg-journal:hover {
    transform: scale(1.1);
    transition: all 0.3s; }

.img-icon-top {
  z-index: 1;
  position: absolute;
  width: 80px;
  top: 0;
  left: 0;
  margin-top: -40px;
  margin-left: 50%;
  transform: translateX(-50%); }

.img-journal-resize {
  display: block;
  height: 400px;
  margin: 0 auto;
  object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .img-journal-resize {
      height: 600px; } }

.search-input:focus {
  border-color: unset;
  box-shadow: unset; }

.section-notfound {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.dropdown-menu-journal {
  left: 170px;
  top: -16px; }
  @media only screen and (min-width: 768px) {
    .dropdown-menu-journal {
      left: 295px; } }

.bb-0 {
  border-bottom: 0px; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-2 {
  padding-bottom: 2rem; }

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

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

.mb-5 {
  margin-bottom: 5rem; }

.w100 {
  width: 100%; }

.pt-2 {
  padding-top: 2rem; }

.journal-event {
  padding: 1rem; }

.journal-box {
  padding: 1rem 2rem !important;
  width: 200px !important;
  overflow-y: unset !important; }
  @media only screen and (min-width: 768px) {
    .journal-box {
      box-shadow: 2px 4px 9px 0px #b7b7b76e; } }

.journal-event.bg-purple:hover {
  background-color: transparent;
  border: 2px solid #b351d899; }
  .journal-event.bg-purple:hover .is-white {
    color: #505050 !important; }

.journal-event.bg-orange:hover {
  background-color: transparent;
  border: 2px solid #cb550099; }
  .journal-event.bg-orange:hover .is-white {
    color: #505050 !important; }

.journal-event.bg-green:hover {
  background-color: transparent;
  border: 2px solid #00767699; }
  .journal-event.bg-green:hover .is-white {
    color: #505050 !important; }

.border-cart {
  color: #ffffff;
  border-radius: 100%;
  background-color: #bfa562;
  padding: 4px 10px;
  position: absolute;
  top: -12px;
  right: -16px;
  font-size: 0.8rem; }

.btn-minus, .plus-item {
  min-width: unset !important; }

.modal .modal-background {
  background-color: rgba(255, 255, 255, 0.86) !important; }

.error {
  color: #db1010; }

.overflow-auto {
  overflow: auto; }

.vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 50%;
  transform: translateX(50%);
  z-index: 1;
  height: 100%;
  border: 1px solid #e1d5b7; }

.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background-color: rgba(0, 73, 131, 0.5);
  z-index: 0; }

.content-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 1.25rem; }
  .content-absolute h3 {
    margin-bottom: 0.5rem !important; }
  .content-absolute.in-bottom {
    bottom: 0;
    left: 0; }

@media only screen and (max-width: 480px) {
  .swiper-slide {
    width: 100% !important;
    height: 200px; } }

.ellipse {
  position: absolute;
  width: 230px;
  height: 230px;
  left: 153px;
  top: 1638px;
  background: linear-gradient(180deg, #5CB5E0 0%, #03679B 100%);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.25); }

.rounded-step {
  width: 100%;
  max-width: 320px;
  height: 320px;
  padding: 0.5rem;
  border-radius: 100%;
  position: relative;
  font-size: 50px;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: 110%; }
  @media only screen and (max-width: 480px) {
    .rounded-step {
      width: 100%;
      max-width: 150px;
      height: 150px;
      padding: 0.5rem;
      border-radius: 100%;
      position: relative;
      font-size: 40px;
      color: #fff;
      text-align: center;
      background-position: center;
      background-size: 110%; } }

.rounded-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; }
  @media only screen and (max-width: 480px) {
    .rounded-text {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      font-size: 12px; } }

.center-svg {
  display: block;
  margin: 2rem auto; }
  @media only screen and (max-width: 480px) {
    .center-svg {
      display: block;
      margin: 1.5rem auto;
      height: 54px;
      width: 54px; } }

.center-svg-home {
  display: block;
  margin: 0 auto; }

.card-title-services {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.125;
  min-height: 60px;
  color: #828282; }

.square-step {
  width: 64px;
  height: 64px;
  border-radius: 0%;
  position: relative;
  padding: 0.5rem;
  margin: 0 auto;
  background: linear-gradient(180deg, #5CB5E0 0%, #03679B 100%);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.25); }

.square-big-step {
  width: 300px;
  height: 300px;
  left: 764px;
  top: 1071px;
  border-radius: 20%; }

.kotak {
  width: 300px;
  height: 300px;
  left: 764px;
  top: 1071px;
  border-radius: 20%; }

.menu-gallery {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .menu-gallery {
      overflow-x: auto;
      width: unset; }
      .menu-gallery a {
        margin-right: 1rem; } }
  .menu-gallery a {
    border-radius: 50px; }
    .menu-gallery a:hover {
      border-color: #1d9792;
      color: #ffffff; }

.liquo-gallery {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.liquo-gallery li {
  list-style-type: none;
  flex: none;
  width: 100% !important;
  padding: 1rem; }
  @media only screen and (min-width: 768px) {
    .liquo-gallery li {
      width: 33% !important; } }

.liquo-active {
  font-weight: bold;
  border: 2px solid #1d9792;
  background: transparent !important;
  color: #000000 !important; }

.flex-container {
  display: flex;
  flex-direction: row-reverse; }

.contact-card {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); }
  .contact-card .left-card {
    padding: 1.5rem;
    background-color: #fff; }
    @media only screen and (min-width: 768px) {
      .contact-card .left-card {
        padding: 3rem; } }
  .contact-card .right-card {
    padding: 1.5rem;
    background-color: #2678A3;
    background-image: url("https://images.ctfassets.net/nc1tovpbv3b8/37R0syPnr14hUpPO1opOoj/5e580ecc83389c2408b91fa145d1927f/Logo_WKI__1__4.svg");
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: 90% 90%; }
    @media only screen and (min-width: 768px) {
      .contact-card .right-card {
        padding: 3rem; } }
    .contact-card .right-card .list-socmed li {
      margin-bottom: 2rem; }
      .contact-card .right-card .list-socmed li img {
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 1rem; }
      .contact-card .right-card .list-socmed li a {
        transition: all 0.3s; }
        .contact-card .right-card .list-socmed li a p {
          text-decoration: underline; }
        .contact-card .right-card .list-socmed li a:hover p {
          transition: all 0.3s;
          color: #c2e7fb !important; }

.card-with-shadow {
  margin-top: 7rem;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 768px) {
    .card-with-shadow {
      margin-top: 0; } }

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