@media only screen and (min-width: 960px) {
  .no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media only screen and (max-width: 480px) {
  .no-padding-top {
    padding-top: 30px !important; } }
@media only screen and (min-width: 960px) {
  .no-padding-top {
    padding-top: 0 !important; } }

@media only screen and (max-width: 768px) {
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important; } }

@media only screen and (min-width: 960px) {
  .no-padding-bottom {
    padding-bottom: 0 !important; } }

*:focus {
  outline: none !important; }

.img-full {
  width: 100%; }

.bg-color-2 {
  background-color: #fef7f7; }

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Barlow-Bold';
  src: url("../fonts/Barlow/Barlow-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Crimson_Text';
  src: url("../fonts/Crimson_Text/CrimsonText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.barlow-font {
  font-family: 'Barlow'; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins-Bold';
  display: block;
  color: #823A65;
  letter-spacing: 1px; }

.title {
  color: #823A65; }

.secondary-color {
  color: #E54CA8; }

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

.hero-text {
  font-size: 5rem !important;
  font-weight: 400; }
  @media only screen and (max-width: 480px) {
    .hero-text {
      font-size: 3.75rem !important; } }

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

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

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

.label {
  color: #823A65;
  font-family: "Poppins"; }

q:before, q:after {
  content: '"'; }

small {
  font-family: 'Poppins';
  font-size: 90%; }

.center {
  text-align: center; }

a {
  font-family: 'Poppins';
  color: #823A65; }

a:hover {
  color: #E54CA8;
  border-bottom: none;
  transition: all 0.3s; }

a {
  outline: 0; }

.bordered {
  border-bottom: 1px solid transparent; }

.bold, strong {
  font-family: 'Poppins-Bold';
  font-weight: 900;
  color: #823A65; }

p {
  font-family: 'Crimson_Text';
  font-size: 1.2rem;
  color: #823A65; }
  @media only screen and (max-width: 480px) {
    p {
      font-size: 1rem; } }
  p .bold, p strong {
    font-weight: bold;
    font-family: inherit; }

table {
  color: #823A65 !important; }

.navbar-item {
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  color: #823A65;
  transition: all 0.3s; }
  .navbar-item:hover {
    color: #823A65 !important;
    opacity: 0.8;
    transition: all 0.3s; }
  .navbar-item:active {
    color: #E54CA8 !important;
    transition: all 0.3s; }
  .navbar-item:focus {
    color: #E54CA8 !important;
    transition: all 0.3s; }
  .navbar-item.is-active {
    color: #E54CA8 !important; }

.ol {
  color: #008ba3; }
  .ol li {
    color: #8e8e8e; }

.marquee-text {
  font-family: 'Barlow-Bold';
  font-size: 2rem;
  text-transform: uppercase; }
  .marquee-text span {
    color: #E54CA8; }

.barlowbold-font {
  font-family: 'Barlow-Bold'; }

.see-all {
  font-family: 'Barlow-Bold';
  color: #E54CA8; }

.card-bottom h3 {
  line-height: 1.75; }

.product-card .title.is-3 {
  font-size: 1.35rem;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .product-card .title.is-3 {
      font-size: 1.5rem; } }
.product-card .title.is-4 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1.25rem; }
  @media only screen and (min-width: 768px) {
    .product-card .title.is-4 {
      font-size: 1.35rem; } }

footer p {
  color: #010101; }

.content .title {
  color: #823A65 !important; }
.content li {
  font-family: 'Crimson_Text';
  font-size: 1.2rem;
  color: #823A65; }
  @media only screen and (max-width: 480px) {
    .content li {
      font-size: 1rem; } }

.banner p {
  font-family: 'Crimson_Text'; }

.box p, .box h3 {
  font-family: 'Poppins-Bold';
  color: #fff; }

.box h3 {
  font-size: 24px; }
  @media only screen and (max-width: 480px) {
    .box h3 {
      font-size: 20px; } }

.certificate-box h3 {
  font-family: 'Poppins-Bold';
  font-size: 24px;
  color: #823A65;
  margin-bottom: 0.5rem; }

.certificate-box p {
  font-family: 'Crimson_Text';
  font-size: 1rem;
  font-weight: 400;
  color: #823A65; }

.button.is-danger {
  font-family: 'Poppins-Bold';
  background-color: #E54CA8; }

.alternate-color {
  color: #fb99d1; }

.vis img {
  vertical-align: middle;
  margin-right: 1rem;
  height: 64px; }

.contact-us h2, .contact-us h3 {
  color: #823A65; }
.contact-us h2 {
  font-size: 2.25rem; }

.category-list li, .product-buttons li {
  display: inline-block;
  margin-right: 1rem; }
  .category-list li .is-active, .product-buttons li .is-active {
    color: #E54CA8; }

.button.is-warning {
  font-family: 'Poppins-Bold';
  background-color: #ff754f !important;
  color: #fff !important; }

.button.is-success {
  font-family: 'Poppins-Bold';
  background-color: #16ae1e !important;
  color: #fff !important; }

.table td, .table th {
  padding-left: 0; }

.seo-paragraph p {
  color: grey;
  font-size: 13px; }

.navbar-menu img {
  height: 20px; }

.footer p {
  color: #fb99d1; }
.footer a {
  color: #ea4b97;
  font-size: 14px; }
  .footer a.alternate-color {
    color: #fb99d1; }
.footer .footer-menu li {
  display: inline-block;
  gap: 1rem;
  margin: 1rem; }
  .footer .footer-menu li a {
    font-size: 1rem; }
  .footer .footer-menu li img {
    height: 3rem; }
.footer .copyright {
  font-family: 'Poppins';
  font-size: 14px; }

.logo-brand-home {
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left; }

.navbar-item img {
  max-height: 48px; }
  @media only screen and (min-width: 768px) {
    .navbar-item img {
      max-height: 72px; } }

.navbar {
  margin-top: 1rem; }

.body {
  background-color: #FDF7F7; }

.bg-tertinary {
  background-color: #fcf0f0; }

.bg-white {
  background-color: #fff; }

.navbar {
  z-index: 100; }

.section.no-gap {
  padding: 3rem 0; }

.container.is-fluid {
  padding-left: 0;
  padding-right: 0; }

.top-ornament {
  max-width: 150px; }

.banner-ornament {
  width: 360px;
  right: 0;
  margin-top: 4.5rem; }
  @media only screen and (min-width: 768px) {
    .banner-ornament {
      width: 500px;
      margin-top: 1.5rem; } }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.box {
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .box.shopee {
    background-color: #ff754f; }
  .box.toped {
    background-color: #16ae1e; }
  .box.wa {
    background-color: #25D366; }
  .box img {
    height: 7rem; }
  @media only screen and (min-width: 768px) {
    .box span {
      margin-left: 1rem; } }

.overflow-hide {
  overflow: hidden; }

.mh-70vh {
  height: 90vh; }

@media only screen and (min-width: 768px) {
  .cert-col {
    border-right: 2px solid #813a65; }
    .cert-col:last-child {
      border-right: none; } }

.certificate-box {
  padding: 3rem; }
  .certificate-box img {
    height: 100px; }

.testimonial-box .testimonial-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem; }
  .testimonial-box .testimonial-top .avatar-circle {
    height: 120px; }
  .testimonial-box .testimonial-top .stars {
    height: 28px; }

.product-category {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .product-category .overlay {
    background: #e54ca8;
    background: linear-gradient(0deg, #e54ca8 0%, rgba(255, 255, 255, 0.331057423) 45%, rgba(254, 252, 223, 0) 100%);
    width: 100%;
    height: 100%;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .product-category .overlay p {
      font-family: 'Poppins-Bold';
      color: #fff; }
      @media only screen and (max-width: 480px) {
        .product-category .overlay p.title.is-4 {
          font-size: 1rem; } }

.product-card {
  position: relative; }
  .product-card .first {
    opacity: 1;
    transition: all 0.3s; }
  .product-card .second {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s; }
  .product-card .button {
    position: absolute;
    margin-top: 50%;
    margin-left: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%); }
  .product-card:hover .first {
    opacity: 0;
    transition: all 0.3s; }
  .product-card:hover .second {
    opacity: 1;
    transition: all 0.3s; }
  .product-card .card-bottom {
    position: relative;
    z-index: 3;
    padding: .5rem; }

.article-type .button {
  margin-top: 35%; }

.gmaps {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: 320px; }
  @media only screen and (min-width: 768px) {
    .gmaps {
      height: 480px; } }

.avatar-circle {
  border-radius: 100%; }

.hero-body, .swiper, .swiper3 {
  overflow: hidden; }

.fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9997 !important; }
  .fab img {
    width: 4rem; }

.custom-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9997 !important;
  font-family: 'Open Sans', sans-serif; }
  .custom-social-proof .custom-notification {
    width: 260px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer; }
    .custom-social-proof .custom-notification .custom-notification-container {
      display: flex !important;
      align-items: center;
      height: 80px; }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
        border-radius: 3rem;
        width: 64px;
        height: 64px;
        overflow: hidden;
        object-fit: contain;
        margin-top: 8px;
        margin-left: 10px; }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
        margin: 0;
        height: 100%;
        color: gray;
        padding-left: 14px;
        padding-right: 14px;
        border-radius: 0 6px 6px 0;
        flex: 1;
        display: flex !important;
        flex-direction: column;
        justify-content: center; }
        .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
          font-family: inherit !important;
          margin: 0 !important;
          padding: 0 !important;
          font-size: 14px;
          line-height: 16px; }
          .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
            margin-top: 3px !important;
            display: block !important;
            font-size: 12px !important;
            opacity: .8; }
    .custom-social-proof .custom-notification .custom-close {
      position: absolute;
      top: 8px;
      right: 8px;
      height: 12px;
      width: 12px;
      cursor: pointer;
      transition: .2s ease-in-out;
      transform: rotate(45deg);
      opacity: 0; }
      .custom-social-proof .custom-notification .custom-close::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: gray;
        position: absolute;
        left: 0;
        top: 5px; }
      .custom-social-proof .custom-notification .custom-close::after {
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background-color: gray;
        position: absolute;
        left: 5px;
        top: 0; }
    .custom-social-proof .custom-notification:hover .custom-close {
      opacity: 1; }

.round {
  border-radius: 14px; }

.overlay-popup {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .overlay-popup #close-btn {
    font-size: 2rem; }
  .overlay-popup .div-img {
    max-width: 560px;
    width: 100%; }
    @media only screen and (max-width: 480px) {
      .overlay-popup .div-img {
        margin-top: -15vh; } }
  .overlay-popup.closed {
    display: none !important; }

.ttb img {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff; }

.btt img {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff; }

.scroll-up {
  position: relative;
  width: 100%;
  height: 90vh;
  /* Adjust the height as needed */
  overflow: hidden; }

.scroll-up ul {
  position: absolute;
  top: 0;
  /* Start the content below the viewport */
  animation: scroll-up-animation 60s linear infinite;
  /* Adjust animation duration as needed */ }

.scroll-up ul li {
  margin-top: 1rem;
  margin-bottom: 1rem; }

@keyframes scroll-up-animation {
  0% {
    transform: translateY(0);
    /* Start position */ }
  100% {
    transform: translateY(-100%);
    /* End position */ } }
.scroll-down {
  position: relative;
  width: 100%;
  height: 90vh;
  /* Adjust the height as needed */
  overflow: hidden; }

.scroll-down ul {
  position: absolute;
  top: 200%;
  /* Start the content below the viewport */
  animation: scroll-down-animation 90s linear infinite;
  /* Adjust animation duration as needed */ }

.scroll-down ul li {
  margin-top: 1rem;
  margin-bottom: 1rem; }

@keyframes scroll-down-animation {
  0% {
    transform: translateY(-100%);
    /* Start position */ }
  100% {
    transform: translateY(100%);
    /* End position */ } }
.footer {
  background: #ff0099;
  background: linear-gradient(180deg, #ff0099 -120%, #380022 100%);
  margin-top: 7.5rem;
  padding: 3rem 1.5rem 4.5rem; }
  .footer .footer-container {
    margin-top: 0.5rem; }
    @media only screen and (max-width: 480px) {
      .footer .footer-container {
        margin-top: 3rem; } }
  .footer .footer-ornament-left {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -100px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .footer .footer-ornament-left {
        display: block; } }
    .footer .footer-ornament-left img {
      width: 360px; }
  .footer .footer-ornament-right {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -100px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .footer .footer-ornament-right {
        display: block; } }
    .footer .footer-ornament-right img {
      width: 360px; }
  .footer .footer-ornament-center {
    position: absolute;
    margin-top: -80px;
    margin-left: 50%;
    left: 0;
    top: 0;
    transform: translate(-50%); }
    @media only screen and (min-width: 768px) {
      .footer .footer-ornament-center {
        margin-top: -90px; } }
    .footer .footer-ornament-center img {
      width: 240px; }

.proimg {
  background-image: url(assets/img/garnish-40.png); }

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 10px; }
  @media only screen and (min-width: 768px) {
    .floating.ml-120 {
      margin-left: 120px; } }

.floating-right {
  animation-name: floating2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-right: 10px; }

@keyframes floating {
  from {
    transform: translate(0, 0); }
  65% {
    transform: translate(15px, 0); }
  to {
    transform: translate(0, 0); } }
@keyframes floating2 {
  from {
    transform: translate(0, 0); }
  65% {
    transform: translate(-15px, 0); }
  to {
    transform: translate(0, 0); } }
.logo-brand-home {
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left; }

/* 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: #000; }

#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: 'NotoSans-Bold';
  border: none;
  outline: none !important;
  min-width: 70px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn {
      min-width: 70px;
      color: #000 !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: 'NotoSans-Bold';
  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: #000 !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: 'NotoSans-Bold';
      color: #000; }
      @media only screen and (max-width: 480px) {
        #menuleft .modalmenu li a {
          font-size: 1rem; } }
      #menuleft .modalmenu li a:hover {
        color: #000; }
  #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: 'NotoSans-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: 1rem; } }
  #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; } }

#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: #000; }
      .socmed.top li svg:hover {
        color: #fff; }

.horizontal-menu-left {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-left {
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
  .horizontal-menu-left li {
    display: inline-block;
    margin-right: 1.5rem; }
    .horizontal-menu-left li a {
      color: #fff;
      font-size: 0.7rem; }
      .horizontal-menu-left li a:hover {
        color: #fff; }
        .horizontal-menu-left li a:hover:after {
          transform: scaleX(1); }
      .horizontal-menu-left li a:after {
        display: block;
        content: '';
        border-bottom: solid 1px #fff;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out; }

.horizontal-menu-right {
  display: none; }
  @media only screen and (min-width: 800px) {
    .horizontal-menu-right {
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
  .horizontal-menu-right li {
    display: flex;
    align-items: center;
    margin-left: 1.5rem; }
    .horizontal-menu-right li a {
      font-size: 0.7rem;
      color: #fff; }
      .horizontal-menu-right li a:hover {
        color: #fff; }
        .horizontal-menu-right li a:hover:after {
          transform: scaleX(1); }
      .horizontal-menu-right li a:after {
        display: block;
        content: '';
        border-bottom: solid 1px #fff;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out; }
      .horizontal-menu-right li a svg {
        width: 1rem; }

.socmed-footer-mobile {
  display: flex !important;
  justify-content: center; }

.header-section {
  background: #000;
  position: fixed;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  transition: all 3s; }
  @media only screen and (max-width: 480px) {
    .header-section {
      padding: 1rem; } }
  .header-section .horizontal-menu-right li .dropdown-nav .dropdown-trigger .wrap {
    display: flex;
    align-items: center; }
    .header-section .horizontal-menu-right li .dropdown-nav .dropdown-trigger .wrap span {
      color: #fff;
      font-size: 0.8rem; }
    .header-section .horizontal-menu-right li .dropdown-nav .dropdown-trigger .wrap .icon {
      padding-bottom: -0.5rem;
      padding-left: 0.5rem; }
  .header-section.nav-school.scrolled {
    background: linear-gradient(113.98deg, #8ED2E9 8.95%, #9C93BB 68.86%) !important; }
    @media only screen and (max-width: 480px) {
      .header-section.nav-school.scrolled {
        background: unset; } }
  .header-section.scrolled {
    background: linear-gradient(180deg, #FFC700 -23.55%, #5BD7FF 122.84%); }
    @media only screen and (max-width: 480px) {
      .header-section.scrolled {
        background: unset; } }

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

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

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

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

.overlay-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 49;
  top: 0;
  right: 0;
  background: #fff;
  overflow-y: hidden;
  transition: 0.3s; }

.overlay-open {
  width: 100%; }

.overlay-menu-dropdown {
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: unset; }
  .overlay-menu-dropdown.overlay-open {
    visibility: visible; }

.dropdown-nav.is-active {
  position: relative;
  z-index: 50; }

.overlay-content {
  position: relative;
  /* top: 15%; */
  width: 100%;
  text-align: left;
  padding-right: 0;
  background: #fff;
  height: 100%;
  margin-left: auto;
  transition: 0.5s; }

.overlay-menu a {
  padding: 1rem;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
  position: relative;
  z-index: 5;
  font-weight: bold;
  text-align: center; }

.overlay-content-wrap {
  position: relative;
  top: 6rem; }

.overlay-menu a.is-active {
  position: relative;
  text-decoration: underline; }

.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 {
  margin-top: 3px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  display: none;
  width: 24px;
  height: 24px;
  -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 screen and (max-width: 800px) {
    #hamburgericon {
      display: block;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%); } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #823A65;
  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: 6px; }

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

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

#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%; }

#eye {
  color: #000;
  position: relative;
  z-index: 2;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    #eye {
      display: none; } }

.eye.open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 7px; }

/* Core styles/functionality */
:root {
  --primary: #227093;
  --secondary: #813A65;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary); }

*, *::before, *::after {
  box-sizing: border-box; }

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: all 0.35s; }

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s; }

.tab input:checked ~ .tab__content {
  max-height: max-content;
  transition: all 0.35s; }

/* Visual styles */
.accordion {
  color: var(--theme);
  border: 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.35s; }

.tab__label,
.tab__close {
  display: flex;
  color: var(--theme);
  border: 1px solid var(--theme);
  cursor: pointer; }

.tab__label {
  justify-content: space-between;
  padding: 1rem; }

.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s; }

.tab input:checked + .tab__label::after {
  transform: rotate(270deg); }

.tab__content p {
  margin: 0;
  padding: 1rem; }

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem; }

.accordion--radio {
  --theme: var(--secondary); }

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite; }

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem); }
  75% {
    transform: rotate(90deg) translate(-0.25rem); } }
.navbar-burger:hover {
  background-color: transparent !important; }

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
  background-color: transparent  !important; }

/* RESPONSIVE SLIDES JS */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }

.rslides_tabs {
  display: none; }

.rslides_nav {
  display: block; }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%; }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px; }

.centered-btns_nav:active {
  opacity: 1.0; }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 20%;
  text-indent: -9999px;
  overflow: hidden;
  height: 100px; }

.transparent-btns_nav.next {
  left: auto;
  right: 0; }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px; }

.large-btns_nav:active {
  opacity: 1.0; }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0; }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none; }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  margin-left: 0px; }
  @media only screen and (max-width: 480px) {
    .centered-btns_tabs,
    .transparent-btns_tabs,
    .large-btns_tabs {
      margin-left: 5px; } }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px; }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px; }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8); }

.rslides1_nav.prev {
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 22.5%;
  margin-left: 1rem;
  transform: translateY(-50%);
  background-image: url(../img/icons/garnish-30.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  background-color: #b7b7b7;
  width: 30px;
  height: 30px;
  color: transparent;
  -webkit-animation: prevbtn 1.5s linear 1s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: prevbtn 1.5s linear 1s infinite alternate; }
  @media only screen and (max-width: 480px) {
    .rslides1_nav.prev {
      left: 0;
      margin-left: 1rem;
      margin-top: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .rslides1_nav.prev {
      margin-left: 0;
      margin-top: 37.5%; } }

.rslides1_nav.prev:hover {
  background-image: url("../img/icons/garnish-32.png");
  background-color: #7e7e7e; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes prevbtn {
  0% {
    margin-left: 1rem; }
  25% {
    margin-left: 0.75rem; }
  50% {
    margin-left: 0.5rem; }
  75% {
    margin-left: 0.75rem; }
  100% {
    margin-left: 1rem; } }
/* Standard syntax */
@keyframes prevbtn {
  0% {
    margin-left: 1rem; }
  25% {
    margin-left: 0.75rem; }
  50% {
    margin-left: 0.5rem; }
  75% {
    margin-left: 0.75rem; }
  100% {
    margin-left: 1rem; } }
.rslides1_nav.next {
  z-index: 7;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 22%;
  margin-right: 1rem;
  transform: translateY(-50%);
  background-image: url("../img/icons/garnish-31.png");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  background-color: #b7b7b7;
  width: 30px;
  height: 30px;
  color: transparent;
  -webkit-animation: nextbtn 1.5s linear 1s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: nextbtn 1.5s linear 1s infinite alternate; }
  @media only screen and (max-width: 480px) {
    .rslides1_nav.next {
      margin-left: 96%;
      margin-top: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .rslides1_nav.next {
      margin-left: 96%;
      margin-top: 37.5%; } }

.rslides1_nav.next:hover {
  background-image: url("../img/icons/garnish-33.png");
  background-color: #7e7e7e; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes nextbtn {
  0% {
    margin-right: 1rem; }
  25% {
    margin-right: 0.75rem; }
  50% {
    margin-right: 0.5rem; }
  75% {
    margin-right: 0.75rem; }
  100% {
    margin-right: 1rem; } }
/* Standard syntax */
@keyframes nextbtn {
  0% {
    margin-right: 1rem; }
  25% {
    margin-right: 0.75rem; }
  50% {
    margin-right: 0.5rem; }
  75% {
    margin-right: 0.75rem; }
  100% {
    margin-right: 1rem; } }
.rslides2_nav.prev {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 21%;
  margin-left: 1rem;
  background-image: url("../img/icons/garnish-30.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  color: transparent; }
  @media only screen and (max-width: 480px) {
    .rslides2_nav.prev {
      margin-top: 66%;
      left: 0;
      margin-left: 0.75rem; } }

.rslides2_nav.prev:hover {
  background-image: url("../img/icons/garnish-32.png"); }

.rslides2_nav.next {
  z-index: 6;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 21%;
  margin-right: 0.5rem;
  background-image: url("../img/icons/garnish-31.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  color: transparent; }
  @media only screen and (max-width: 480px) {
    .rslides2_nav.next {
      margin-top: 66%;
      margin-right: 0.25rem;
      right: 0; } }

.rslides2_nav.next:hover {
  background-image: url("../img/icons/garnish-33.png"); }

.rslides_tabs {
  text-align: center;
  display: block; }
  .rslides_tabs li {
    display: inline-block;
    margin-left: 10px; }
    .rslides_tabs li a {
      font-size: 1.25rem; }

/* VIDEO JS */
.vjs-fluid {
  overflow: hidden; }

.vjs-control-bar {
  display: block; }

.vjs-control {
  position: absolute; }

.vjs-progress-control {
  bottom: 28px;
  left: 0;
  height: 10px;
  width: 100%; }

.vjs-progress-holder {
  position: absolute;
  left: 0;
  margin: 0;
  height: 8px;
  width: 100%; }

.vjs-play-progress,
.vjs-load-progress {
  height: 8px; }

.vjs-play-progress:before {
  font-size: 12px;
  top: -2px;
  text-shadow: 0 0 2px black; }

.vjs-current-time {
  display: block;
  left: 35px; }

.vjs-time-divider {
  position: absolute;
  display: block;
  left: 70px; }

.vjs-remaining-time {
  display: none; }

.vjs-duration {
  display: block;
  left: 70px; }

.vjs-volume-menu-button {
  position: absolute;
  bottom: 0;
  right: 55px; }

.vjs-playback-rate {
  position: absolute;
  bottom: 0;
  right: 28px; }

.vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 0; }

.vjs-big-play-button {
  display: block; }

@media only screen and (max-width: 480px) {
  .video-js.vjs-fluid {
    max-width: 95% !important;
    margin-left: 2% !important; } }

.video-js {
  position: relative !important;
  width: 100% !important;
  height: auto !important; }

.vjs-poster {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

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