@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; }

.bg-grey {
  background: #EBEBEB; }

.text-grey {
  color: #B7B6B5; }

.text-orange {
  color: #F68621; }

.bg-white {
  background: #FFFDFA !important; }

.bg-black {
  background: #3f3d3d !important; }

@font-face {
  font-family: 'BeVietnamPro-Bold';
  src: url("../fonts/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BeVietnamPro-Black';
  src: url("../fonts/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BeVietnamPro-Regular';
  src: url("../fonts/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MozillaText-Bold';
  src: url("../fonts/MozillaText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'BeVietnamPro-Regular' !important;
  font-size: 19px;
  color: #444; }

.title {
  font-family: 'BeVietnamPro-Black'; }
  @media only screen and (max-width: 480px) {
    .title {
      font-size: 1.5rem; } }

a {
  color: #444; }
  a:hover {
    color: #F68621; }

.content p {
  color: #444;
  font-size: 1.1rem; }
  .content p img {
    height: 45rem;
    margin: 0 auto;
    display: block; }
    @media only screen and (max-width: 480px) {
      .content p img {
        height: 30rem; } }
  .content p strong {
    color: #F68621; }
.content strong {
  font-size: 1.1rem; }
.content ul li {
  font-size: 1.1rem; }
  @media only screen and (max-width: 480px) {
    .content ul li {
      font-size: 1rem; } }
  .content ul li a {
    font-size: 1.1rem; }
    @media only screen and (max-width: 480px) {
      .content ul li a {
        font-size: 1rem; } }
    .content ul li a.underline {
      text-decoration: underline; }

.text-orange-bold {
  font-family: 'BeVietnamPro-Black';
  color: #F68621;
  text-transform: capitalize; }

.text-orange-regular {
  font-family: 'BeVietnamPro-Regular';
  color: #F68621;
  text-transform: capitalize; }

.wrapper-menu .columns .column a {
  color: #444;
  font-size: 0.9rem; }
.wrapper-menu .columns .column h2 {
  color: #F68621;
  font-family: 'BeVietnamPro-Black';
  font-size: 1rem; }

.btn-orange {
  color: #FFFDFA;
  background: #F68621;
  font-family: 'BeVietnamPro-Bold';
  padding: 1rem 2rem;
  font-size: 1rem; }
  .btn-orange:hover {
    color: #FFFDFA; }
  @media only screen and (max-width: 480px) {
    .btn-orange {
      padding: 0.8rem 1rem;
      font-size: 0.8rem; } }

.truncate-word {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: revert;
  word-break: break-word; }
  .truncate-word p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: revert;
    word-break: break-word; }

.content-p h3 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 500; }

.content-footer .text-orange-footer {
  font-size: 1.1rem;
  color: #FFFDFA; }
  @media only screen and (max-width: 480px) {
    .content-footer .text-orange-footer {
      font-size: .75rem;
      margin-top: 2rem; } }
  .content-footer .text-orange-footer strong {
    color: #FFFDFA; }
    @media only screen and (max-width: 480px) {
      .content-footer .text-orange-footer strong {
        font-size: .75rem; } }
  .content-footer .text-orange-footer a {
    color: #F68621; }
.content-footer p {
  color: #FFFDFA; }
.content-footer a {
  color: #FFFDFA; }

.wrap-cta {
  font-family: 'MozillaText-Bold';
  color: #000;
  padding: 60px;
  backdrop-filter: blur(15px);
  background: url("../images/group-cta-org.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  aspect-ratio: 20 / 9;
  width: 100%;
  max-width: 750px; }
  @media only screen and (max-width: 553px) {
    .wrap-cta {
      padding: 40px; } }
  @media only screen and (max-width: 426px) {
    .wrap-cta {
      padding: 28px; } }
  .wrap-cta h3 {
    font-size: clamp(48px, 2.5vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px; }
    @media only screen and (max-width: 773px) {
      .wrap-cta h3 {
        font-size: clamp(44px, 2.5vw, 20px);
        margin-bottom: 11px; } }
    @media only screen and (max-width: 677px) {
      .wrap-cta h3 {
        font-size: clamp(5.5vw, 2.5vw, 20px); } }
  .wrap-cta a {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    background: #F7AF14;
    padding: 16px 25px;
    color: inherit;
    font-family: inherit;
    display: block;
    width: max-content;
    display: flex;
    align-items: center;
    border: 2px solid #F7AF14;
    transition: 0.3s all ease-in-out; }
    .wrap-cta a:hover {
      background: transparent; }
    @media only screen and (max-width: 773px) {
      .wrap-cta a {
        font-size: clamp(23px, 2.5vw, 20px); } }
    @media only screen and (max-width: 677px) {
      .wrap-cta a {
        font-size: clamp(3.5vw, 2.5vw, 20px); } }
    @media only screen and (max-width: 553px) {
      .wrap-cta a {
        padding: 10px 15px; } }

.preloader {
  color: #fff;
  font-weight: bold;
  font-size: 20vh;
  position: fixed;
  width: -webkit-fill-available;
  height: 100vh;
  background: #FFFDFA;
  z-index: 99999;
  text-align: center; }

.wrapper-loader {
  top: 35%; }

.rotate {
  width: 100px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 5s;
  position: relative; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(30deg); }
  30% {
    -webkit-transform: rotate(90deg); }
  40% {
    -webkit-transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  60% {
    -webkit-transform: rotate(210deg); }
  70% {
    -webkit-transform: rotate(270deg); }
  80% {
    -webkit-transform: rotate(330deg); }
  90% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
.header-section.scrolled .container .box-hamburger #hamburgericon {
  top: -2px; }
  @media only screen and (max-width: 480px) {
    .header-section.scrolled .container .box-hamburger #hamburgericon {
      top: 1px; } }

/* Hamburger Icon */
#hamburgericon {
  position: fixed;
  z-index: 9998;
  display: block;
  margin-left: auto;
  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; }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 3px;
  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: #444; }

#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: #444 !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: #444 !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: #FFFDFA;
  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: 'OpenSans-Bold';
      color: #444; }
      @media only screen and (max-width: 480px) {
        #menuleft .modalmenu li a {
          font-size: 16px; } }
      #menuleft .modalmenu li a:hover {
        color: #F68621; }
  #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: 'OpenSans-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: 14px; } }
  #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: #F68621; }
      .socmed.top li svg:hover {
        color: #FFFDFA; }

.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.5rem; }
    .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: 768px) {
    .horizontal-menu-right {
      display: block; } }
  .horizontal-menu-right li {
    display: inline-block;
    margin-left: 1.5rem; }
    .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; }

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

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

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

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

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

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

.overlay-menu-open {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 10; }
  .overlay-menu-open.d-block {
    display: block !important;
    position: fixed; }

.overlay-menu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 49;
  top: 0;
  left: 0;
  background-color: #FFFDFA;
  overflow-y: hidden;
  transition: 0.5s; }

.overlay-open {
  height: 50vh; }
  @media only screen and (max-width: 1250px) {
    .overlay-open {
      height: 100%;
      overflow-y: auto; } }

.overlay-content {
  position: relative;
  top: 2rem;
  width: 100%;
  text-align: left; }
  @media only screen and (min-width: 650px) and (max-width: 1026px) {
    .overlay-content {
      top: 10rem;
      padding-left: 2rem !important; } }
  .overlay-content.add-padding {
    padding-right: 10rem; }
    @media only screen and (min-width: 1027px) and (max-width: 1250px) {
      .overlay-content.add-padding {
        padding-right: 0rem; } }
    @media only screen and (max-width: 480px) {
      .overlay-content.add-padding {
        padding-right: 0rem; } }
  .overlay-content .wrapper-menu .wrapper-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 65%;
    margin-left: auto;
    margin-right: 10%; }
    @media only screen and (min-width: 1027px) and (max-width: 1250px) {
      .overlay-content .wrapper-menu .wrapper-nav {
        display: flex;
        width: 100%;
        margin-top: 7rem; } }
    @media only screen and (min-width: 650px) and (max-width: 1026px) {
      .overlay-content .wrapper-menu .wrapper-nav {
        display: flex;
        width: 100%;
        margin-top: 0rem; } }
    @media only screen and (min-width: 481px) and (max-width: 649px) {
      .overlay-content .wrapper-menu .wrapper-nav {
        display: flex;
        width: 100%;
        margin-top: 6rem;
        margin-left: 1rem; } }
    @media only screen and (max-width: 480px) {
      .overlay-content .wrapper-menu .wrapper-nav {
        margin-top: 0rem;
        display: flex;
        width: 100%; } }
    .overlay-content .wrapper-menu .wrapper-nav .is-2-widescreen {
      width: 100% !important; }
    .overlay-content .wrapper-menu .wrapper-nav .is-3-widescreen {
      width: 100% !important; }

@media only screen and (max-width: 480px) {
  .wrapper-menu {
    padding-top: 6rem;
    padding-left: 1.5rem; } }

.overlay-menu a {
  padding: 8px 8px 8px 0;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #FFFDFA;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
  font-family: "" GlacialIndiferrence-Regular ""; }

.overlay-menu a.is-active {
  position: relative;
  font-family: 'GlacialIndiferrence-Regular';
  color: #FFFDFA; }

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

.open-close-btn {
  z-index: 10; }

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

  .overlay-menu a {
    font-size: 20px; } }
/* Hamburger Icon */
#hamburgericon {
  position: relative;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  -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 {
      top: 1px; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFFDFA;
  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: 25px; }
  @media only screen and (max-width: 480px) {
    #hamburgericon span:nth-child(2),
    #hamburgericon span:nth-child(3) {
      top: 20px; } }

#hamburgericon.btn-white span {
  background: #444 !important; }

#hamburgericon span:nth-child(4) {
  top: 12px; }
  @media only screen and (max-width: 480px) {
    #hamburgericon span:nth-child(4) {
      top: 10px; } }

#hamburgericon.hamburger-open span {
  background: #FFFDFA;
  top: 15px; }
  @media only screen and (max-width: 480px) {
    #hamburgericon.hamburger-open span {
      top: 10px; } }

#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: #F68621;
  position: relative;
  z-index: 2;
  background: #FFFDFA; }
  @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: #F68621;
  border-radius: 7px; }

.fade-in .container .columns .column .box-hamburger {
  top: 50%; }

.box-hamburger {
  width: 5rem;
  height: auto;
  margin-left: auto;
  padding: 1rem;
  /* padding-bottom: 0rem; */
  border: 2px solid #F68621;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%); }
  @media only screen and (max-width: 480px) {
    .box-hamburger {
      width: 2.6rem;
      height: 2.6rem;
      padding: 0.4rem; } }

.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: 'OpenSans-Bold';
      color: #bfa563; }
    .cart-button tbody tr td .total-cart {
      color: #000000 !important; }
    .cart-button tbody tr td a {
      min-width: unset;
      font-family: 'OpenSans-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; }

body {
  background: #FFFDFA; }

.banner-home {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: 1; }
  @media only screen and (max-width: 480px) {
    .banner-home {
      height: 95vh; } }
  .banner-home:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4962359944) 100%); }
  .banner-home .wrapper-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%; }
    .banner-home .wrapper-text h2 {
      text-align: center;
      color: white;
      font-size: 3rem;
      font-family: 'BeVietnamPro-Bold'; }
      @media only screen and (max-width: 480px) {
        .banner-home .wrapper-text h2 {
          font-size: 1.2rem; } }
    .banner-home .wrapper-text.home.scrolled1 {
      -webkit-animation: fadeout 1s linear forwards;
      animation: fadeout 1s linear forwards; }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.section.is-fullheight {
  min-height: 100vh;
  align-items: stretch;
  display: flex;
  justify-content: center; }
  .section.is-fullheight .container {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.header-section {
  opacity: 0.9;
  visibility: visible;
  background: transparent;
  mix-blend-mode: normal;
  padding: 0.75rem 1.25rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0; }
  .header-section .hamburger {
    position: relative;
    z-index: 101; }
  .header-section .logo {
    position: relative;
    z-index: 101; }
  @media only screen and (max-width: 480px) {
    .header-section {
      background: transparent;
      padding: 0rem 1.5rem; } }
  .header-section.super-navs.scrolled {
    transition: all .5s ease-in-out;
    background: #fff; }
    .header-section.super-navs.scrolled .container .columns .logo a .logo-brand-home {
      transition: 1s ease-in-out;
      width: 10rem;
      height: 5rem; }
      @media only screen and (max-width: 480px) {
        .header-section.super-navs.scrolled .container .columns .logo a .logo-brand-home {
          width: 7rem; } }
    .header-section.super-navs.scrolled .container .columns .logo a .logo-default {
      transition: 1s ease-in-out;
      display: none; }
    .header-section.super-navs.scrolled .container .columns .logo a .logo-open {
      transition: 1s ease-in-out;
      display: block !important; }
    @media only screen and (max-width: 480px) {
      .header-section.super-navs.scrolled .container .column.hamburger {
        padding-bottom: 0; } }
    .header-section.super-navs.scrolled .container .column .box-hamburger {
      transition: .3s ease-in-out;
      width: 4rem;
      height: 4rem; }
      @media only screen and (max-width: 480px) {
        .header-section.super-navs.scrolled .container .column .box-hamburger {
          width: 2.6rem;
          height: 2.6rem; } }
      .header-section.super-navs.scrolled .container .column .box-hamburger #hamburgericon span {
        background: #000; }
        .header-section.super-navs.scrolled .container .column .box-hamburger #hamburgericon span:nth-child(1) {
          top: 5px; }
          @media only screen and (max-width: 480px) {
            .header-section.super-navs.scrolled .container .column .box-hamburger #hamburgericon span:nth-child(1) {
              top: 0px; } }
        .header-section.super-navs.scrolled .container .column .box-hamburger #hamburgericon span:nth-child(4) {
          top: 15px; }
          @media only screen and (max-width: 480px) {
            .header-section.super-navs.scrolled .container .column .box-hamburger #hamburgericon span:nth-child(4) {
              top: 10px; } }
        .header-section.super-navs.scrolled .container .column .box-hamburger #hamburgericon span:nth-child(3) {
          top: 15px; }
          @media only screen and (max-width: 480px) {
            .header-section.super-navs.scrolled .container .column .box-hamburger #hamburgericon span:nth-child(3) {
              top: 20px; } }
      @media only screen and (max-width: 480px) {
        .header-section.super-navs.scrolled .container .column .box-hamburger #hamburgericon.hamburger-open span:nth-child(3) {
          top: 10px; } }

.logo-brand-home {
  transition: 1s ease-in-out;
  width: 12rem;
  height: 115px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block; }
  @media only screen and (max-width: 480px) {
    .logo-brand-home {
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      height: 100px; } }

.bg-home {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.back-to-top {
  position: fixed;
  display: none;
  background: #080808a3;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  align-items: center;
  justify-content: center; }
  .back-to-top:hover {
    color: #fff; }

.img-menu .box-img {
  margin: 0rem 2rem;
  position: relative;
  width: 23rem;
  height: 23rem;
  border-radius: 2rem;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 480px) {
    .img-menu .box-img {
      margin: 0rem;
      width: 12rem;
      height: 12rem; } }
  @media only screen and (min-width: 1296px) and (max-width: 1399px) {
    .img-menu .box-img {
      width: 20rem;
      height: 20rem; } }
  @media only screen and (min-width: 1216px) and (max-width: 1295px) {
    .img-menu .box-img {
      width: 19rem;
      height: 19rem;
      overflow: hidden; } }
  @media only screen and (min-width: 1102px) and (max-width: 1217px) {
    .img-menu .box-img {
      width: 17rem;
      height: 17rem; } }
  @media only screen and (min-width: 1067px) and (max-width: 1101px) {
    .img-menu .box-img {
      width: 16rem;
      height: 16rem; } }
  @media only screen and (min-width: 1000px) and (max-width: 1066px) {
    .img-menu .box-img {
      width: 15rem;
      height: 15rem; } }
  @media only screen and (min-width: 953px) and (max-width: 999px) {
    .img-menu .box-img {
      width: 14rem;
      height: 14rem; } }
  @media only screen and (min-width: 866px) and (max-width: 952px) {
    .img-menu .box-img {
      width: 13rem;
      height: 13rem; } }
  @media only screen and (min-width: 810px) and (max-width: 865px) {
    .img-menu .box-img {
      width: 12rem;
      height: 12rem; } }
  @media only screen and (min-width: 790px) and (max-width: 809px) {
    .img-menu .box-img {
      width: 11.5rem;
      height: 11.5rem; } }
  @media only screen and (min-width: 765px) and (max-width: 789px) {
    .img-menu .box-img {
      width: 11rem;
      height: 11rem; } }
  .img-menu .box-img .wrap-over-img {
    border-radius: 2rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%; }
    @media only screen and (max-width: 480px) {
      .img-menu .box-img .wrap-over-img {
        border-radius: 20px; } }
  .img-menu .box-img .box-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 0; }
    .img-menu .box-img .box-text h2 {
      color: #fff;
      font-family: 'BeVietnamPro-Bold';
      text-align: center;
      font-size: 2.25rem;
      font-weight: bold;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 480px) {
        .img-menu .box-img .box-text h2 {
          font-size: 1rem;
          margin-bottom: 1rem; } }
      @media only screen and (min-width: 912px) and (max-width: 1295px) {
        .img-menu .box-img .box-text h2 {
          font-size: 1.5rem; } }
      @media only screen and (min-width: 700px) and (max-width: 911px) {
        .img-menu .box-img .box-text h2 {
          font-size: 0.9rem;
          margin-bottom: 1rem; } }
  .img-menu .box-img .overlay {
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    border-radius: 2rem;
    opacity: 0.5;
    z-index: 1; }
    @media only screen and (max-width: 480px) {
      .img-menu .box-img .overlay {
        border-radius: 20px; } }

.brand-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .brand-img img {
    width: 20rem;
    padding: 1rem;
    height: 6rem;
    object-fit: contain;
    margin: 0 auto; }
    @media only screen and (max-width: 480px) {
      .brand-img img {
        width: 10rem; } }

.footer {
  background: #000; }

.logo-footer {
  width: 10rem; }
  @media only screen and (max-width: 480px) {
    .logo-footer {
      margin: 0 auto;
      display: block;
      margin-bottom: 2.5rem; } }

.brand-footer {
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  width: 55%;
  margin-left: auto;
  justify-content: flex-end;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 480px) {
    .brand-footer {
      width: 90%;
      justify-content: center;
      margin: 0 auto; } }
  .brand-footer img {
    width: 6rem;
    margin: 0 auto; }
    @media only screen and (max-width: 480px) {
      .brand-footer img {
        width: 5rem; } }

.box-featured {
  border: 5px solid #F68621;
  border-radius: 20px;
  padding: 3rem; }
  @media only screen and (min-width: 912px) and (max-width: 1240px) {
    .box-featured {
      min-height: 58vh; } }
  @media only screen and (min-width: 768px) {
    .box-featured {
      min-height: 60vh; } }
  .box-featured h2 {
    font-size: 1.7rem;
    margin-bottom: 2.5rem;
    font-family: 'BeVietnamPro-Bold';
    -webkit-line-clamp: 2; }
    @media only screen and (min-width: 768px) {
      .box-featured h2 {
        min-height: 8vh; } }
  .box-featured .content {
    font-size: 1.325rem;
    margin-bottom: 2.5rem;
    -webkit-line-clamp: 7; }
    @media only screen and (max-width: 480px) {
      .box-featured .content {
        margin-bottom: 5rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1240px) {
      .box-featured .content {
        min-height: 20vh !important; } }
    @media only screen and (min-width: 768px) {
      .box-featured .content {
        min-height: 26vh; } }
  .box-featured .columns .column p {
    font-size: 1.25rem; }
    @media only screen and (max-width: 480px) {
      .box-featured .columns .column p {
        font-size: 1rem; } }
    .box-featured .columns .column p span {
      font-size: 1.1rem;
      text-transform: capitalize; }
      @media only screen and (max-width: 480px) {
        .box-featured .columns .column p span {
          font-size: 1rem; } }

@media only screen and (min-width: 768px) {
  .section-stories .container {
    width: 100%; } }
.section-stories .container .columns .column .btn-read {
  background-color: #F68621;
  font-family: 'BeVietnamPro-Bold';
  padding: inherit;
  font-size: 0.7rem;
  color: white;
  display: block;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .section-stories .container .columns .column .btn-read {
      width: 7rem; } }
.section-stories .container .columns .column .title {
  font-family: 'BeVietnamPro-Black';
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #F68621; }
  @media only screen and (max-width: 480px) {
    .section-stories .container .columns .column .title {
      font-size: 1.8rem; } }

#tabs-with-content .tabs:not(:last-child) {
  margin-bottom: 0; }

#tabs-with-content .tab-content,
#tabs-with-content .tab-content-side {
  padding: 1rem;
  display: none;
  position: relative;
  top: 10rem; }
  @media only screen and (max-width: 480px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 2rem; } }
  @media only screen and (min-width: 1296px) and (max-width: 1399px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 9rem; } }
  @media only screen and (min-width: 1216px) and (max-width: 1295px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 9rem; } }
  @media only screen and (min-width: 1102px) and (max-width: 1217px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 8.5rem; } }
  @media only screen and (min-width: 1067px) and (max-width: 1101px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 7.5rem; } }
  @media only screen and (min-width: 1000px) and (max-width: 1066px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 6.5rem; } }
  @media only screen and (min-width: 953px) and (max-width: 999px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 6.5rem; } }
  @media only screen and (min-width: 866px) and (max-width: 952px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 5.5rem; } }
  @media only screen and (min-width: 810px) and (max-width: 865px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 5.5rem; } }
  @media only screen and (min-width: 790px) and (max-width: 809px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 5rem; } }
  @media only screen and (min-width: 765px) and (max-width: 789px) {
    #tabs-with-content .tab-content,
    #tabs-with-content .tab-content-side {
      top: 4.7rem; } }

#tabs-with-content .tab-content.is-active,
#tabs-with-content .tab-content-side.is-active {
  display: block; }

.tabs {
  position: absolute;
  height: 28rem;
  top: -11.5rem;
  width: 100%;
  overflow-x: hidden; }
  @media only screen and (max-width: 480px) {
    .tabs {
      overflow-x: auto; } }
  @media only screen and (max-width: 480px) {
    .tabs.overflow-x-hidden {
      overflow-x: hidden; } }
  @media only screen and (min-width: 1296px) and (max-width: 1399px) {
    .tabs {
      top: -9.5rem; } }
  @media only screen and (min-width: 1216px) and (max-width: 1295px) {
    .tabs {
      top: -9rem; } }
  @media only screen and (min-width: 1102px) and (max-width: 1217px) {
    .tabs {
      top: -7.5rem; } }
  @media only screen and (min-width: 1067px) and (max-width: 1101px) {
    .tabs {
      top: -7.5rem; } }
  @media only screen and (min-width: 1000px) and (max-width: 1066px) {
    .tabs {
      top: -7.5rem; } }
  @media only screen and (min-width: 953px) and (max-width: 999px) {
    .tabs {
      top: -6.5rem; } }
  @media only screen and (min-width: 866px) and (max-width: 952px) {
    .tabs {
      top: -6.5rem; } }
  @media only screen and (min-width: 810px) and (max-width: 865px) {
    .tabs {
      top: -5.5rem; } }
  @media only screen and (min-width: 790px) and (max-width: 809px) {
    .tabs {
      top: -5.5rem; } }
  @media only screen and (min-width: 765px) and (max-width: 789px) {
    .tabs {
      top: -5.5rem; } }
  @media only screen and (max-width: 480px) {
    .tabs {
      height: 14rem;
      top: -7.5rem; } }
  .tabs ul {
    align-items: flex-start;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    justify-content: space-between; }

.tablinks {
  position: relative; }
  @media only screen and (max-width: 480px) {
    .tablinks:last-child .tab-wrapper {
      margin-right: 0rem; } }
  @media only screen and (max-width: 480px) {
    .tablinks .tab-wrapper {
      margin-right: 1rem; } }
  .tablinks .tab-wrapper.active-class {
    background: #ECECEC;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
    @media only screen and (max-width: 480px) {
      .tablinks .tab-wrapper.active-class {
        padding: 1rem; } }
    .tablinks .tab-wrapper.active-class .box-img {
      border-top: 3rem solid #ECECEC;
      border-right: 1rem solid #ECECEC;
      border-left: 1rem solid #ECECEC;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      @media only screen and (max-width: 480px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 0.5rem solid #ECECEC;
          border-right: 0.5rem solid #ECECEC;
          border-left: 0.5rem solid #ECECEC; } }
      @media only screen and (min-width: 1296px) and (max-width: 1399px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 3rem solid #ECECEC;
          border-right: 1rem solid #ECECEC;
          border-left: 1rem solid #ECECEC;
          width: 20rem;
          height: 20rem; } }
      @media only screen and (min-width: 1216px) and (max-width: 1295px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 3rem solid #ECECEC;
          border-right: 1rem solid #ECECEC;
          border-left: 1rem solid #ECECEC;
          width: 19rem;
          height: 19rem; } }
      @media only screen and (min-width: 1102px) and (max-width: 1217px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 3rem solid #ECECEC;
          border-right: 1rem solid #ECECEC;
          border-left: 1rem solid #ECECEC;
          width: 17rem;
          height: 17rem; } }
      @media only screen and (min-width: 1067px) and (max-width: 1101px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 3rem solid #ECECEC;
          border-right: 1rem solid #ECECEC;
          border-left: 1rem solid #ECECEC;
          width: 16rem;
          height: 16rem; } }
      @media only screen and (min-width: 1000px) and (max-width: 1066px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 2rem solid #ECECEC;
          border-right: 0rem solid #ECECEC;
          border-left: 0rem solid #ECECEC;
          width: 15rem;
          height: 15rem; } }
      @media only screen and (min-width: 953px) and (max-width: 999px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 2rem solid #ECECEC;
          border-right: 0rem solid #ECECEC;
          border-left: 0rem solid #ECECEC;
          width: 13rem;
          height: 14rem; } }
      @media only screen and (min-width: 866px) and (max-width: 952px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 2rem solid #ECECEC;
          border-right: 0rem solid #ECECEC;
          border-left: 0rem solid #ECECEC;
          width: 12rem;
          height: 13rem; } }
      @media only screen and (min-width: 810px) and (max-width: 865px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 2rem solid #ECECEC;
          border-right: 1rem solid #ECECEC;
          border-left: 1rem solid #ECECEC;
          width: 12rem;
          height: 12rem; } }
      @media only screen and (min-width: 790px) and (max-width: 809px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 2rem solid #ECECEC;
          border-right: 0rem solid #ECECEC;
          border-left: 0rem solid #ECECEC;
          width: 10.5rem;
          height: 12rem; } }
      @media only screen and (min-width: 765px) and (max-width: 789px) {
        .tablinks .tab-wrapper.active-class .box-img {
          border-top: 2rem solid #ECECEC;
          border-right: 0rem solid #ECECEC;
          border-left: 0rem solid #ECECEC;
          width: 11rem;
          height: 12rem; } }
      .tablinks .tab-wrapper.active-class .box-img .box-text {
        padding: 2rem 0rem;
        padding-bottom: 0rem; }
        @media only screen and (max-width: 480px) {
          .tablinks .tab-wrapper.active-class .box-img .box-text {
            padding: 0rem; } }
      .tablinks .tab-wrapper.active-class .box-img h2 {
        font-size: 1.8rem; }
        @media only screen and (min-width: 1296px) and (max-width: 1399px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1.8rem; } }
        @media only screen and (min-width: 1216px) and (max-width: 1295px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1.5rem; } }
        @media only screen and (min-width: 1102px) and (max-width: 1217px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1.2rem; } }
        @media only screen and (min-width: 1067px) and (max-width: 1101px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1.2rem; } }
        @media only screen and (min-width: 1000px) and (max-width: 1066px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1rem; } }
        @media only screen and (min-width: 953px) and (max-width: 999px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1rem; } }
        @media only screen and (min-width: 866px) and (max-width: 952px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1rem; } }
        @media only screen and (min-width: 810px) and (max-width: 865px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1rem; } }
        @media only screen and (min-width: 790px) and (max-width: 809px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1rem; } }
        @media only screen and (min-width: 765px) and (max-width: 789px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1rem; } }
        @media only screen and (max-width: 480px) {
          .tablinks .tab-wrapper.active-class .box-img h2 {
            font-size: 1rem; } }
    .tablinks .tab-wrapper.active-class .bs-abs {
      display: block; }

.bs-abs {
  background: #ECECEC;
  width: 100%;
  height: 3rem;
  position: relative;
  left: 0;
  bottom: 0; }
  @media only screen and (max-width: 480px) {
    .bs-abs {
      height: 1.5rem; } }

.d-none {
  display: none; }

.d-block {
  display: block !important; }

#people .wrapper-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 20px; }
  #people .wrapper-content .columns .column img {
    border-radius: 20px; }

#sustainability .wrapper-content {
  border-top-left-radius: 20px; }

.wrapper-content {
  background: #ECECEC;
  padding: 3rem 3rem 3rem 4rem;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  @media only screen and (max-width: 480px) {
    .wrapper-content {
      padding: 2rem 1rem 3rem 1rem; } }
  .wrapper-content.wrap-product {
    border-top-left-radius: 20px;
    border-top-right-radius: 0; }

.container-product {
  display: grid;
  grid-template-columns: auto auto auto; }
  @media only screen and (max-width: 480px) {
    .container-product {
      grid-template-columns: auto auto;
      padding: 0rem; } }
  .container-product .box-product {
    padding: 1rem; }
    @media only screen and (max-width: 480px) {
      .container-product .box-product {
        padding: 0.5rem; } }
    .container-product .box-product img {
      width: 100%;
      height: 25rem;
      background: white;
      border-radius: 20px; }
      @media only screen and (max-width: 480px) {
        .container-product .box-product img {
          height: 8rem; } }
    .container-product .box-product h2 {
      font-size: 1.5rem;
      text-align: center;
      font-family: 'BeVietnamPro-Black';
      font-weight: 900;
      color: #F68621; }
      @media only screen and (max-width: 480px) {
        .container-product .box-product h2 {
          font-size: 0.8rem; } }
    .container-product .box-product.square img {
      height: 17rem;
      object-fit: cover; }
      @media only screen and (max-width: 480px) {
        .container-product .box-product.square img {
          height: 10rem; } }

.truncate-word {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: revert;
  word-break: break-word; }

.add-border-rad-20 {
  border-radius: 20px; }

@media only screen and (max-width: 480px) {
  .section-pdetail .columns .pb-5 {
    padding-bottom: 0px !important; } }
.section-pdetail .columns .column .title {
  font-size: 3rem;
  color: #F68621; }
  @media only screen and (max-width: 480px) {
    .section-pdetail .columns .column .title {
      font-size: 2rem;
      padding-top: 2rem; } }
.section-pdetail .columns .column ul {
  list-style: outside;
  margin-left: 1.5rem; }
  .section-pdetail .columns .column ul li {
    margin: 1rem 0rem; }
    .section-pdetail .columns .column ul li.active {
      color: #F68621; }
@media only screen and (max-width: 480px) {
  .section-pdetail .columns .column a {
    font-size: 1rem; } }
.section-pdetail .columns .column a.active {
  color: #F68621;
  font-family: 'BeVietnamPro-Black';
  font-weight: 900; }
@media only screen and (max-width: 480px) {
  .section-pdetail .columns .column .content p {
    font-size: 1rem; } }
@media only screen and (max-width: 480px) {
  .section-pdetail .columns .bg-grey {
    margin-top: 3rem; } }
.section-pdetail .columns .content-product .columns .column h1 {
  font-family: 'BeVietnamPro-Black';
  font-weight: 900;
  color: #F68621; }

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

.section-sdetail {
  margin-top: 3rem; }
  @media only screen and (max-width: 480px) {
    .section-sdetail {
      margin-top: 6rem; } }
  @media only screen and (min-width: 768px) {
    .section-sdetail .add-margin-left {
      margin-left: 3rem; } }
  @media only screen and (max-width: 480px) {
    .section-sdetail .is-flex-direction-row-reverse {
      flex-direction: column-reverse !important; } }
  .section-sdetail .columns .column .banner {
    height: 50rem;
    background-size: contain;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 480px) {
      .section-sdetail .columns .column .banner {
        height: 12rem; } }
    @media only screen and (min-width: 481px) and (max-width: 768px) {
      .section-sdetail .columns .column .banner {
        height: 20rem; } }
  .section-sdetail .columns .column .add-radius {
    border-radius: 2rem; }
    @media only screen and (max-width: 480px) {
      .section-sdetail .columns .column .add-radius {
        border-radius: 1rem; } }
  @media only screen and (max-width: 480px) {
    .section-sdetail .columns .column ul li {
      font-size: 1rem; } }
  @media only screen and (max-width: 480px) {
    .section-sdetail .columns .column p {
      font-size: 1rem; } }
  @media only screen and (max-width: 480px) {
    .section-sdetail .columns .column p span {
      font-size: 1.2rem; } }
  .section-sdetail .columns .column .title {
    font-family: 'BeVietnamPro-Black';
    font-size: 2.5rem;
    color: #F68621; }
    @media only screen and (max-width: 480px) {
      .section-sdetail .columns .column .title {
        font-size: 2rem; } }
  .section-sdetail .columns .column h2 {
    font-family: 'BeVietnamPro-Bold';
    font-size: 2rem;
    color: #F68621; }
    @media only screen and (max-width: 480px) {
      .section-sdetail .columns .column h2 {
        font-size: 1.5rem; } }

.wrapper-body {
  width: 50%;
  display: inline-block;
  float: left;
  margin-right: 2rem !important;
  margin-bottom: 1rem !important; }
  @media only screen and (max-width: 480px) {
    .wrapper-body {
      width: 100%;
      margin-bottom: 3rem !important; } }
  .wrapper-body.w-100 {
    width: 100%; }
  .wrapper-body.h-25 img {
    height: 25rem; }
    @media only screen and (max-width: 480px) {
      .wrapper-body.h-25 img {
        height: 12rem; } }
  .wrapper-body img {
    border-radius: 20px;
    width: 100%;
    height: 18rem;
    object-fit: cover; }
    @media only screen and (max-width: 480px) {
      .wrapper-body img {
        width: 100%;
        height: 12rem; } }
  .wrapper-body .splide .splide__track {
    width: 100%;
    height: 25rem;
    border-radius: 20px;
    overflow: hidden; }
    @media only screen and (max-width: 480px) {
      .wrapper-body .splide .splide__track {
        width: 100%;
        height: 12rem; } }
  .wrapper-body .splide .splide__pagination {
    bottom: -1.5em; }
    .wrapper-body .splide .splide__pagination li {
      margin-top: 0; }
  @media only screen and (max-width: 480px) {
    .wrapper-body .content p {
      font-size: 1.2rem; } }

.wrapper-button {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between; }
  .wrapper-button a .btn-next {
    font-family: 'BeVietnamPro-Bold';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #F68621;
    padding: 0.8rem 2rem;
    color: white;
    width: fit-content;
    margin-left: auto; }
    @media only screen and (max-width: 480px) {
      .wrapper-button a .btn-next {
        padding: 0.5rem 1rem;
        font-size: 0.8rem; } }
    @media only screen and (max-width: 480px) {
      .wrapper-button a .btn-next svg {
        width: 7px; } }
  .wrapper-button a .btn-prev {
    font-family: 'BeVietnamPro-Bold';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #F68621;
    padding: 0.8rem 2rem;
    color: white;
    width: fit-content;
    margin-right: auto; }
    @media only screen and (max-width: 480px) {
      .wrapper-button a .btn-prev {
        padding: 0.5rem 1rem;
        font-size: 0.8rem; } }
    @media only screen and (max-width: 480px) {
      .wrapper-button a .btn-prev svg {
        width: 7px; } }

@media only screen and (max-width: 480px) {
  .wrap-sustain .pl-6 {
    padding-left: 1rem !important; } }
@media only screen and (max-width: 480px) {
  .wrap-sustain .pr-6 {
    padding-right: 1rem !important; } }
@media only screen and (max-width: 480px) {
  .wrap-sustain .content p {
    font-size: 0.9rem; } }
.wrap-sustain img {
  background: white;
  height: 20rem;
  width: 100%;
  border-radius: 20px;
  object-fit: cover; }
  @media only screen and (max-width: 480px) {
    .wrap-sustain img {
      height: 10rem; } }

@media only screen and (max-width: 480px) {
  .wrap-product .pl-6 {
    padding-left: 1rem !important; } }
@media only screen and (max-width: 480px) {
  .wrap-product .pr-6 {
    padding-right: 1rem !important; } }
.wrap-product .wrap-img .splide .splide__track {
  background: white;
  height: 20rem;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .wrap-product .wrap-img .splide .splide__track {
      height: 10rem; } }
.wrap-product .wrap-img .splide .splide__pagination {
  bottom: -1.5em; }
.wrap-product .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 20rem; }
  @media only screen and (max-width: 480px) {
    .wrap-product .wrap-img img {
      height: 15rem; } }

.add-b-bottom {
  border-bottom: 1px solid #706f6e2e;
  padding-bottom: 5rem;
  padding-top: 4rem; }
  .add-b-bottom:last-child {
    border-bottom: 0px solid transparent;
    margin-bottom: 0rem;
    padding-bottom: 0rem; }

.add-border-bottom {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 3rem;
  margin-bottom: 3rem; }

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  margin: 0px; }
  @media only screen and (max-width: 480px) {
    .grid-container {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 0.5rem;
      row-gap: 0.4rem; } }
  .grid-container .wrap-img-people {
    height: 15rem;
    border-radius: 20px;
    transition: all .25s ease-in-out;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .grid-container .wrap-img-people {
        border-radius: 10px;
        margin: 0px;
        height: 10rem; } }
    .grid-container .wrap-img-people img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .grid-container .wrap-img-people p {
      margin: 5px 0;
      padding: 0;
      text-align: center;
      font-style: italic; }
    .grid-container .wrap-img-people .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
      display: flex;
      align-items: flex-end;
      padding: 1rem;
      font-family: 'BeVietnamPro-Black';
      color: #FFFDFA;
      font-size: 1rem; }
      @media only screen and (max-width: 480px) {
        .grid-container .wrap-img-people .overlay {
          font-size: 0.6rem; } }
  .grid-container .wrap-img {
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-radius: 20px;
    transition: all .25s ease-in-out; }
    @media only screen and (max-width: 480px) {
      .grid-container .wrap-img {
        border-radius: 10px;
        margin: 0px; } }
    .grid-container .wrap-img:hover img {
      filter: grayscale(0); }
    .grid-container .wrap-img:hover {
      border-color: coral; }
    .grid-container .wrap-img .text-xs {
      padding: 0.5rem 1rem;
      font-size: 0.9rem; }
    .grid-container .wrap-img img {
      width: 100%;
      border-radius: 20px;
      background: #fff;
      transition: all .25s ease-in-out;
      height: 15rem;
      object-fit: contain; }
      @media only screen and (max-width: 480px) {
        .grid-container .wrap-img img {
          height: 10rem; } }
    .grid-container .wrap-img p {
      margin: 5px 0;
      padding: 0;
      text-align: center;
      font-style: italic; }

.splide__list {
  align-items: center; }

.wrapper-banner {
  border-radius: 2rem;
  height: 42rem;
  width: 100%;
  background: #ECECEC; }
  @media only screen and (max-width: 480px) {
    .wrapper-banner {
      border-radius: 1rem;
      height: 20rem;
      margin-top: 2rem; } }
  .wrapper-banner.people {
    height: 25rem;
    overflow: hidden; }
    .wrapper-banner.people .plyr {
      height: 100%; }
      .wrapper-banner.people .plyr video {
        height: 100%; }
  .wrapper-banner .banner-content {
    height: 100%;
    width: 100%;
    border-radius: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
    padding-left: 2rem; }
    .wrapper-banner .banner-content .wrapper-text .title {
      color: #F68621; }

.wrapper-image {
  width: 20rem;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .wrapper-image {
      width: 15rem; } }
  .wrapper-image .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'BeVietnamPro-Black';
    font-size: 1.5rem; }
    .wrapper-image .text-wrap span {
      font-size: 2.5rem;
      color: #F68621; }

.brand-img-about img {
  width: auto;
  height: 3rem;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  object-position: center; }
  @media only screen and (max-width: 480px) {
    .brand-img-about img {
      height: 2rem; } }

.close-tab {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 20; }

.card-slide {
  background: transparent;
  box-shadow: unset; }
  .card-slide .card-image iframe {
    width: 100%;
    height: 15rem; }
  .card-slide .card-content .content p {
    text-align: center; }

.gallery div {
  margin: unset; }
  .gallery div a img {
    filter: unset;
    height: 14rem;
    width: 100%;
    object-fit: cover;
    object-position: center; }
    @media only screen and (max-width: 480px) {
      .gallery div a img {
        height: 7rem; } }

#home {
  overflow: hidden; }

.fullscreen-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center; }

.modal-category {
  z-index: 101; }
  .modal-category .modal-card {
    width: 100%;
    height: 100%; }
    .modal-category .modal-card .delete {
      position: absolute;
      right: 2rem;
      top: 2rem;
      z-index: 10; }
      @media only screen and (max-width: 480px) {
        .modal-category .modal-card .delete {
          right: 0.5rem;
          top: 1rem; } }
    .modal-category .modal-card .modal-card-body .container {
      margin: 0 auto; }

.modal-button {
  cursor: pointer; }

.body-nav {
  z-index: 3; }

.grid-item {
  border-radius: 1rem; }
  @media only screen and (max-width: 480px) {
    .grid-item {
      border-radius: 0.3rem; } }

.add-margin {
  margin-top: 5rem; }
  @media only screen and (min-width: 768px) {
    .add-margin {
      margin-top: 3rem; } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    .add-margin {
      margin-top: 10rem; } }
  @media only screen and (min-width: 912px) and (max-width: 1295px) {
    .add-margin {
      margin-top: 5rem; } }
  @media only screen and (min-width: 700px) and (max-width: 911px) {
    .add-margin {
      margin-top: 8rem; } }

.video-people {
  width: 100%;
  height: 20rem; }
  @media only screen and (max-width: 480px) {
    .video-people {
      height: 12rem; } }

@media only screen and (min-width: 768px) {
  #people .wrapper-content .pl-6-tablet {
    padding-left: 3rem !important; } }
#people .wrapper-content .pl-6-tablet .columns .column img {
  border-radius: 20px; }
@media only screen and (min-width: 768px) {
  #people .wrapper-content .pr-6-tablet {
    padding-right: 3rem !important; } }
@media only screen and (max-width: 480px) {
  #people .wrapper-content .content p {
    font-size: 0.9rem; } }

.add-border-btm {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 9rem;
  /* margin-bottom: 3rem; */ }
  @media only screen and (max-width: 480px) {
    .add-border-btm {
      padding-bottom: 3rem; } }

.wrapper-video {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  border-radius: 20px; }
  @media only screen and (max-width: 480px) {
    .wrapper-video {
      height: 15rem !important; } }
  .wrapper-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background: #000; }
  .wrapper-video.h-30 {
    height: 30rem; }
  .wrapper-video.add-mt.about {
    margin-top: 5rem;
    height: 40rem; }
    @media only screen and (max-width: 480px) {
      .wrapper-video.add-mt.about {
        margin-top: 1rem; } }

.plyr {
  height: 100%; }

.list-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

@media only screen and (min-width: 760px) and (max-width: 1100px) {
  .add-mt {
    margin-top: 10rem; } }

.wrapper-banner.people img {
  height: 100%;
  max-width: 100%;
  object-fit: cover; }

.input-c {
  box-shadow: unset !important;
  height: 2.5rem !important; }
  .input-c:active {
    border-color: #F68621;
    box-shadow: unset; }
  .input-c:focus {
    border-color: #F68621;
    box-shadow: unset; }

.btn-submit {
  border: unset;
  font-family: 'BeVietnamPro-Bold';
  /* display: flex; */
  align-items: center;
  justify-content: flex-end;
  background: #F68621;
  padding: 0.6rem 2rem;
  color: white;
  width: fit-content;
  margin-left: auto;
  text-transform: uppercase;
  border-radius: unset; }
  .btn-submit:hover {
    color: white; }

.btn-submit[disabled] {
  background: #F68621;
  color: white; }

.select {
  width: 100%;
  height: unset !important; }

select.input-c {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  font-size: 1rem; }

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #F68621; }

.content h2 {
  font-family: 'BeVietnamPro-Black';
  color: #F68621; }

.orange-text {
  color: #F68621; }

a.has-text-white:hover {
  color: #F68621 !important; }

.content p a {
  color: #F68621; }
.content h3 {
  font-family: 'BeVietnamPro-Bold';
  font-size: 1.3rem; }
.content.article p img {
  height: 20rem; }
.content.article ul {
  margin-left: 1.2rem; }
  .content.article ul li p img {
    margin-top: 1rem;
    margin-bottom: 2.5rem; }

.video-banner {
  background-position: center 0px;
  width: 100%;
  height: 35rem;
  border-radius: 20px;
  overflow: hidden; }
  .video-banner .video-js video {
    object-fit: cover;
    object-position: center; }
  .video-banner.full {
    border-radius: 0;
    height: 100vh;
    margin-top: 7rem; }
    @media only screen and (max-width: 480px) {
      .video-banner.full {
        margin-top: 2.56rem;
        height: 85vh; } }
  @media only screen and (max-width: 480px) {
    .video-banner.mt-6 {
      margin-top: 1rem !important; } }
  @media only screen and (max-width: 480px) {
    .video-banner {
      height: 15rem; } }

.video-cover {
  height: 100%;
  width: 100%;
  object-fit: cover; }

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