@font-face {
  src: url("../../fonts/SF-Pro-Light.woff2");
  font-family: "SF-Pro-Text-Light", sans-serif; }

@font-face {
  src: url("../../fonts/SF-Pro-Medium.woff2");
  font-family: "SF-Medium", sans-serif; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

* {
  margin: 0;
  padding: 0; }

*,
*::after,
*::before {
  box-sizing: border-box; }

input,
textarea,
select,
button {
  outline: none; }

a {
  display: block;
  text-decoration: none; }

img {
  display: block;
  max-width: 100%; }

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p,
h1,
h4,
h2,
h3 {
  margin: 0; }

/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Mobile */
/* Phone Small */
html {
  font-size: 62.5%;
  scroll-behavior: smooth !important; }

body {
  scroll-behavior: smooth !important;
  transition: all 0.3s ease;
  transition: 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  color: #fff;
  font-family: "SF-Light", sans-serif;
  line-height: 1.6;
  margin: 0;
  font-size: 1.6rem;
  padding-right: 0 !important;
  background-image: url("/assets/user/image/background1.webp");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1650px) {
    body .container-xl {
      max-width: 1620px; } }
  @media only screen and (min-width: 1650px) {
    body .container {
      max-width: 1420px; } }
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1480px;
    }
}


  @media only screen and (max-width: 63.9375em) {
    body .hide-on-bothTM {
      display: none !important; }
    body .container-xl {
      padding: 0 10px; } }

.hide {
  display: none !important; }

.top-scroll {
  position: fixed;
  right: 1.8%;
  bottom: 3%;
  z-index: 99;
  width: 39px;
  height: 39px;
  border: 2px solid #000;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .top-scroll.show {
    display: flex;
    animation: fadeLine 0.3s linear; }
  .top-scroll i {
    color: #000;
    font-size: 1.2rem; }

button:focus {
  box-shadow: none !important; }

button:hover {
  opacity: 0.9; }

.btn-back {
  cursor: pointer;
  color: #000;
  min-width: 204px;
  padding: 12px 0;
  text-align: center;
  transition: all 0.3s;
  text-transform: uppercase;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets//user/image/button.png); }
  @media only screen and (max-width: 46.1875em) {
    .btn-back {
      min-width: 186px;
      padding: 10px 0; }
      .btn-back .hide-on-mobile {
        display: none; } }
  .btn-back:hover {
    background-image: url(/assets//user/image/button-hover.png); }

.btn-add {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: smoothBtn 0.7s ease-in-out; }
  .btn-add > svg {
    width: 16px;
    height: 16px; }

@keyframes smoothBtn {
  0% {
    transform: translateY(50%);
    opacity: 1;
    width: 46px;
    height: 46px; }
  100% {
    transform: translate(288px, -200px);
    opacity: 0;
    padding: 5;
    width: 30px;
    height: 30px; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-140px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothBounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-6px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothMove {
  0% {
    opacity: 1;
    transform: translateX(0%); }
  100% {
    opacity: 0;
    transform: translateX(-100%); } }

@keyframes smoothModalShow {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes smoothModalSHide {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.5); } }

a:hover {
  color: #f5c336;
  opacity: 0.9; }

.modal-backdrop.show {
  opacity: 0.8; }

.title-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 63.9375em) {
    .title-header__icon {
      width: 80px; }
      .title-header__icon .hide-on-bothTM {
        display: none !important; } }
  @media only screen and (max-width: 46.1875em) {
    .title-header__icon {
      max-width: 40px; }
      .title-header__icon .hide-on-mobile {
        display: none; } }
  .title-header__icon > img {
    width: 100%;
    max-width: min-content; }
  .title-header__name {
    font-size: 6.8rem;
    font-family: "Dancing Script", cursive;
    margin: 0 32px; }
    @media only screen and (max-width: 1440px) {
      .title-header__name {
        font-size: 5.8rem;
        line-height: 1.4; } }
    @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
      .title-header__name {
        margin: 0 24px;
        font-size: 5rem; } }
    @media only screen and (max-width: 46.1875em) {
      .title-header__name {
        margin: 0px 16px;
        font-size: 3.4rem; }
        .title-header__name .hide-on-mobile {
          display: none; } }

.offcanvas {
  z-index: 1056; }
  .offcanvas-backdrop {
    z-index: 1055; }

@keyframes fadeLine {
  0% {
    opacity: 0;
    transform: translateY(40%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes fadeLineLarge {
  0% {
    inset: 0px; }
  100% {
    inset: -40px; } }

@keyframes hideShow {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes wgi {
  from {
    border-width: 0px; }
  to {
    border-width: 40px; } }

/* Track */
/* Handle */
/* Handle on hover */
.header {
  min-height: 87px; }
  @media only screen and (max-width: 46.1875em) {
    .header {
      min-height: 58px; }
      .header .hide-on-mobile {
        display: none; } }
  .header-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 12px 0; }
    @media only screen and (max-width: 1366px) {
      .header-wrapper {
        padding: 0.75rem 0; } }
    @media only screen and (max-width: 63.9375em) {
      .header-wrapper {
        padding: 10px 0; }
        .header-wrapper .hide-on-bothTM {
          display: none !important; } }
  .header-scroll.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all 0.5s ease;
    animation: smoothScroll 1s forwards;
    background-image: url("/assets/user/image/background1.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .header-logo {
    min-width: 450px; }
    @media only screen and (max-width: 1600px) {
      .header-logo {
        min-width: 370px; } }
    @media only screen and (max-width: 1440px) {
      .header-logo {
        min-width: 350px; } }
    @media only screen and (max-width: 1300px) {
      .header-logo {
        min-width: 250px; } }
    @media only screen and (max-width: 63.9375em) {
      .header-logo {
        min-width: auto;
        width: 170px; }
        .header-logo .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .header-logo {
        width: 122px; }
        .header-logo .hide-on-mobile {
          display: none; } }
  .header-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 63.9375em) {
      .header-nav {
        display: none; }
        .header-nav .hide-on-bothTM {
          display: none !important; } }
    .header-nav__link {
      color: #fff;
      font-family: "SF-Medium", sans-serif;
      font-weight: 500;
      padding-bottom: 2px;
      border-bottom: 1.4px solid transparent; }
      @media only screen and (max-width: 1366px) {
        .header-nav__link {
          font-size: 1.5rem;
          padding: 5px 6px 2px; } }
      .header-nav__link:hover {
        color: #f5c336; }
      .header-nav__link.active {
        color: #f5c336;
        border-color: #f5c336; }
      .header-nav__link + .header-nav__link {
        margin-left: 42px; }
        @media only screen and (max-width: 1600px) {
          .header-nav__link + .header-nav__link {
            margin-left: 24px; } }
  .header-activity {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: "SF-Medium", sans-serif; }
    .header-activity__cover {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .header-activity__option {
      padding: 0 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-size: 1.6rem;
      color: #fff;
      border-radius: 5px;
      background-color: #1b1b1d; }
      .header-activity__option > img {
        max-width: 38px;
        object-fit: cover;
        object-position: center; }
      .header-activity__option > svg {
        margin-left: 8px; }
    .header-activity__menu {
      top: 6px !important;
      left: 0;
      width: 100%;
      border-radius: 5px;
      background-color: #1b1b1d; }
      @media only screen and (max-width: 63.9375em) {
        .header-activity__menu {
          width: 78%;
          min-width: auto; }
          .modal-body .header-activity__menu{
              width: 100%;
          }
          .header-activity__menu .hide-on-bothTM {
            display: none !important; } }
      .header-activity__menu .header-activity__option {
        justify-content: flex-start; }
    .header-activity__language {
      padding-left: 6px; }
    .header-activity__link {
      margin: 0 20px; }
      @media only screen and (max-width: 1600px) {
        .header-activity__link {
          margin: 0 16px; } }
      @media only screen and (max-width: 1366px) {
        .header-activity__link {
          margin: 0 14px; } }
    .header-activity__contact {
      margin-left: 40px; }
      @media only screen and (max-width: 1600px) {
        .header-activity__contact {
          margin-left: 26px; } }
  .header-card {
    position: relative;
    cursor: pointer; }
    .header-card__quantity {
      position: absolute;
      top: -8px;
      right: -15px;
      font-size: 1.6rem;
      font-family: "SF-Medium", sans-serif;
      font-weight: 500;
      display: block;
      line-height: 1.25rem;
      padding: 4px 6px;
      border-radius: 50%;
      color: #000;
      background-color: #f5c336; }
      .header-card__quantity.move {
        animation: smoothBounce linear 0.5s; }
    .header-card__menu {
      inset: initial !important;
      right: 0 !important;
      top: 0 !important;
      z-index: 99;
      margin-top: 16px !important;
      width: 350px;
      border: 1.4px solid #f5c336;
      background-color: #222224; }
    .header-card__empty {
      padding: 32px 32px 24px; }
    .header-card__text {
      font-size: 2rem;
      font-family: "Lora", serif;
      font-weight: 600;
      margin-top: 20px;
      color: #f5c336;
      text-align: center;
      user-select: none; }
    .header-card__activity {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      color: #fff; }
      .header-card__activity .card-icon {
        cursor: pointer;
        font-size: 1.6rem; }
      .header-card__activity .card-quantity {
        display: block;
        border: 0;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 500;
        margin: 0 8px;
        padding: 0 8px;
        background-color: transparent; }
    .header-card__title {
      font-size: 1.8rem;
      margin-bottom: 8px;
      color: #fff;
      line-height: 1.4; }
    .header-card__img {
      min-width: 100px;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden; }
    .header-card__noCard {
      width: 100%; }
    .header-card__price {
      font-family: "Lora", serif;
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: 4px;
      color: #f5c336;
      letter-spacing: 1px; }
    .header-card__product {
      display: none; }
    .header-card__scroll {
      overflow-y: auto;
      max-height: 412px;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      @media only screen and (max-width: 1440px) {
        .header-card__scroll {
          max-height: 312px; } }
      .header-card__scroll::-webkit-scrollbar {
        width: 8px; }
      .header-card__scroll::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 50px; }
      .header-card__scroll::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #9b9b9b; }
      .header-card__scroll::-webkit-scrollbar-thumb:hover {
        background: #7c7c7c; }
    .header-card__list {
      transition: all 0.3s; }
    .header-card__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin: 0 14px;
      padding: 14px 24px 14px 0;
      border-bottom: 1.4px solid #f5c336; }
      .header-card__item.move {
        animation: smoothMove 0.4s linear; }
      .header-card__item:last-child {
        border-bottom: 0; }
    .header-card__info {
      position: relative;
      width: 100%;
      margin-left: 12px; }
    .header-card__close {
      position: absolute;
      left: 100%;
      top: -4%;
      margin-left: 6px;
      font-size: 1.9rem;
      color: #c1b8aa;
      cursor: pointer; }
    .header-card__bottom {
      font-size: 1.6rem;
      padding: 14px 18px;
      border-top: 1.4px solid #f5c336;
      user-select: none; }
    .header-card__total {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: "Lora", serif; }
      .header-card__total .total-money {
        font-size: 1.8rem;
        color: #fff; }
      .header-card__total .total-title {
        color: #c1b8aa; }
    .header-card__desc {
      text-align: center;
      line-height: 1.4;
      font-size: 1.5rem;
      color: #c1b8aa;
      margin-top: 12px; }
    .header-card__btn {
      margin-top: 12px;
      padding: 6px 14px;
      color: #000;
      width: 100%;
      font-size: 1.8rem;
      font-weight: bold;
      border: 0;
      text-transform: uppercase;
      background-color: #f5c336; }
  @media only screen and (max-width: 63.9375em) {
    .header-mobile .header-activity__language, .header-mobile .header-activity__contact {
      display: none; }
      .header-mobile .header-activity__language .hide-on-bothTM, .header-mobile .header-activity__contact .hide-on-bothTM {
        display: none !important; } }
  .header-mobile__menu {
    margin-left: 24px;
    display: none; }
    @media only screen and (max-width: 63.9375em) {
      .header-mobile__menu {
        display: block; }
        .header-mobile__menu .hide-on-bothTM {
          display: none !important; } }
  .header-offcanvas {
    width: 60%;
    transition: all 0.3s;
    background-color: #222226; }
    .header-offcanvas .offcanvas-header {
      padding: 16px 10px 0; }
      .header-offcanvas .offcanvas-header .btn-close {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E"); }
    .header-offcanvas .offcanvas-body {
      padding: 16px 16px 10px; }
      .header-offcanvas .offcanvas-body .nav-link {
        font-family: "Lora", serif;
        font-weight: 500;
        font-size: 1.8rem;
        color: #fff; }
        .header-offcanvas .offcanvas-body .nav-link.active {
          color: #f5c336; }
  .header-modal.modal-in {
    animation: smoothModalShow 0.2s linear; }
  .header-modal.modal-hide {
    animation: smoothModalSHide 0.2s linear; }
  .header-modal .modal-dialog {
    max-width: 34%;
    width: 100%; }
    @media only screen and (max-width: 1440px) {
      .header-modal .modal-dialog {
        max-width: 44%; } }
    @media only screen and (max-width: 63.9375em) {
      .header-modal .modal-dialog {
        max-width: 70%; }
        .header-modal .modal-dialog .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .header-modal .modal-dialog {
        max-width: 96%; }
        .header-modal .modal-dialog .hide-on-mobile {
          display: none; } }
  .header-modal .modal-content {
    background-color: transparent; }
  .header-modal .modal-body {
    padding: 40px;
    border-radius: 8px;
    background-color: #222226; }
@media only screen and (max-width: 46.1875em) {
    .header-modal .modal-body {
        padding: 40px 14px; }
    .header-modal .modal-body .hide-on-mobile {
        display: none; } }
  .header-modal__title {
    font-size: 3.4rem;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-bottom: 28px;
    text-align: center;
    color: #16a34a; }
    @media only screen and (max-width: 63.9375em) {
      .header-modal__title {
        font-size: 3rem; }
        .header-modal__title .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .header-modal__title {
        font-size: 2.4rem; }
        .header-modal__title .hide-on-mobile {
          display: none; } }
  .header-modal__desc {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300; }
    @media only screen and (max-width: 46.1875em) {
      .header-modal__desc {
        font-size: 1.6rem;
        max-width: 96%;
        margin: 0 auto; }
        .header-modal__desc .hide-on-mobile {
          display: none; } }
  .header-modal__close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 50%;
    transform: translate(50%, -50%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5f5f5f; }
  .header-modal__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto; }
    @media only screen and (max-width: 46.1875em) {
      .header-modal__nav {
          margin: 24px auto 10px; }
        .header-modal__nav .hide-on-mobile {
          display: none; } }
  .header-modal__link {
    position: relative;
    margin: 0 16px;
    padding: 6px 0;
    color: #fff;
    transition: all 0.3s; }
    .header-modal__link:focus, .header-modal__link:hover {
      color: #f5c336; }
      .header-modal__link:focus > svg, .header-modal__link:hover > svg {
        background-color: #028fe3;
        border-radius: 50%; }
      .header-modal__link:focus > span, .header-modal__link:hover > span {
        display: block; }
    .header-modal__link > i {
      font-size: 3.7rem; }
    .header-modal__link > span {
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      display: none;
      width: max-content;
      font-size: 1.4rem;
      color: #fff;
      padding: 4px 12px;
      border-radius: 10px;
      background-color: #000;
      transition: all 0.3s; }
  @media only screen and (max-width: 63.9375em) {
    .header #card-pc {
      display: none; }
      .header #card-pc .hide-on-bothTM {
        display: none !important; } }
  .header #card-mobile {
    display: none; }
    @media only screen and (max-width: 63.9375em) {
      .header #card-mobile {
        display: block; }
        .header #card-mobile .hide-on-bothTM {
          display: none !important; } }
  .header-order {
    width: 77%;
    background-color: #222226; }
    .header-order .offcanvas-body {
      padding: 0; }
    .header-order .btn-close {
      padding: 10px 4px;
      opacity: 1;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat; }
    .header-order .header-card__product {
      position: relative;
      display: flex !important;
      flex-direction: column;
      height: 100%; }
    .header-order .header-card__scroll {
      height: 100%;
      max-height: fit-content; }
    .header-order .header-card__bottom {
      min-height: 165px; }
    .header-order .header-card__menu {
      height: 100%;
      width: 100%;
      margin-top: 0 !important;
      border: 0; }
    .header-order .header-card__img {
      min-width: 86px;
      width: 86px;
      height: 86px; }
    .header-order .header-card__title {
      font-size: 1.6rem;
      margin-bottom: 6px; }
    .header-order .header-card__price {
      font-size: 1.6rem; }
    .header-order .header-card__item {
      padding: 10px 24px 10px 0; }
    .header-order .header-card__btn {
      font-size: 1.6rem; }

.footer {
  background-color: #222226; }
  .footer-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 0;
    padding: 24px 0;
    border-bottom: 1px solid #707070; }
    @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
      .footer-header {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 46.1875em) {
      .footer-header {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 22px; }
        .footer-header .hide-on-mobile {
          display: none; } }
    .footer-header__social {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      min-width: 400px; }
      @media only screen and (max-width: 63.9375em) {
        .footer-header__social {
          min-width: auto; }
          .footer-header__social .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .footer-header__social {
          justify-content: center; }
          .footer-header__social .hide-on-mobile {
            display: none; } }
      .footer-header__social > p {
        text-transform: uppercase; }
    .footer-header__link {
      width: 28px;
      height: 28px;
      margin-left: 16px;
      color: #fff; }
      .footer-header__link > svg {
        width: 100%;
        height: 100%; }
    .footer-header__logo {
      max-width: 353px;
      margin: 0 auto; }
      @media only screen and (max-width: 63.9375em) {
        .footer-header__logo {
          margin-left: auto; }
          .footer-header__logo .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .footer-header__logo {
          margin: 0 auto;
          max-width: 176px; }
          .footer-header__logo .hide-on-mobile {
            display: none; } }
    .footer-header__group {
      max-width: 400px;
      width: 100%;
      position: relative; }
      @media only screen and (max-width: 63.9375em) {
        .footer-header__group {
          max-width: 70%;
          margin: 24px auto 0;
          grid-column: 1 / span 2; }
          .footer-header__group .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .footer-header__group {
          min-width: 100%;
          margin: 0px auto;
          grid-column: 1 / span 1; }
          .footer-header__group .hide-on-mobile {
            display: none; } }
    .footer-header__input {
      width: 100%;
      border: 1px solid #94949e;
      background-color: transparent;
      font-size: 1.6rem;
      padding: 12px 16px; }
    .footer-header__btn {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-75%); }
      @media only screen and (max-width: 46.1875em) {
        .footer-header__btn {
          transform: translateY(-50%); }
          .footer-header__btn .hide-on-mobile {
            display: none; } }
  .footer-info {
    text-align: center;
    padding: 78px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 0; }
    @media only screen and (max-width: 1366px) {
      .footer-info {
        padding: 64px 0; } }
    @media only screen and (max-width: 63.9375em) {
      .footer-info {
        padding: 40px 0; }
        .footer-info .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .footer-info {
        padding: 24px 0;
        gap: 24px 32px;
        grid-template-columns: repeat(1, minmax(0, 1fr)); }
        .footer-info .hide-on-mobile {
          display: none; } }
    .footer-info__title {
      font-size: 2.6rem;
      padding-bottom: 12px; }
      @media only screen and (max-width: 1366px) {
        .footer-info__title {
          font-size: 2.2rem; } }
      @media only screen and (max-width: 63.9375em) {
        .footer-info__title {
          font-size: 2rem; }
          .footer-info__title .hide-on-bothTM {
            display: none !important; } }
    .footer-info__desc {
      color: #94949e;
      font-size: 1.8rem; }
      @media only screen and (max-width: 63.9375em) {
        .footer-info__desc {
          font-size: 1.6rem; }
          .footer-info__desc .hide-on-bothTM {
            display: none !important; } }
    .footer-info__address, .footer-info__cover, .footer-info__time {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    .footer-info__address .footer-info__desc {
      margin: 0 auto;
      max-width: 60%; }
      @media only screen and (max-width: 63.9375em) {
        .footer-info__address .footer-info__desc {
          max-width: 80%;
          font-size: 1.6rem; }
          .footer-info__address .footer-info__desc .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .footer-info__address .footer-info__desc {
          max-width: 60%; }
          .footer-info__address .footer-info__desc .hide-on-mobile {
            display: none; } }
    .footer-info__mail {
      margin-bottom: 4px;
      color: #fff; }
    .footer-info__time {
      position: relative; }
      @media only screen and (max-width: 46.1875em) {
        .footer-info__time {
          padding: 16px 0; }
          .footer-info__time .hide-on-mobile {
            display: none; } }
      .footer-info__time::after, .footer-info__time::before {
        position: absolute;
        content: "";
        top: 50%;
        width: 1.4px;
        height: 80%;
        transform: translateY(-50%);
        background-color: #94949e; }
        @media only screen and (max-width: 46.1875em) {
          .footer-info__time::after, .footer-info__time::before {
            height: 1.4px;
            width: 80%;
            top: auto; }
            .footer-info__time::after .hide-on-mobile, .footer-info__time::before .hide-on-mobile {
              display: none; } }
      .footer-info__time::after {
        left: 0; }
        @media only screen and (max-width: 46.1875em) {
          .footer-info__time::after {
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); }
            .footer-info__time::after .hide-on-mobile {
              display: none; } }
      .footer-info__time::before {
        right: 0; }
        @media only screen and (max-width: 63.9375em) {
          .footer-info__time::before {
            right: 6px; }
            .footer-info__time::before .hide-on-bothTM {
              display: none !important; } }
        @media only screen and (max-width: 46.1875em) {
          .footer-info__time::before {
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
            .footer-info__time::before .hide-on-mobile {
              display: none; } }
      .footer-info__time .footer-info__title {
        position: relative;
        color: #f5c336;
        font-size: 3.2rem; }
        @media only screen and (max-width: 63.9375em) {
          .footer-info__time .footer-info__title {
            font-size: 2.4rem; }
            .footer-info__time .footer-info__title .hide-on-bothTM {
              display: none !important; } }
        .footer-info__time .footer-info__title::after {
          position: absolute;
          content: "";
          bottom: -4px;
          left: 50%;
          width: 50px;
          height: 1.4px;
          background-color: #94949e;
          transform: translateX(-50%); }
    .footer-info__day {
      color: #f5c336;
      margin-top: 28px; }
    .footer-info__hours {
      display: block;
      margin-top: 24px; }
    .footer-info__meal {
      display: block;
      margin-top: 8px; }
  .footer-copyright {
    color: #94949e;
    background-color: #15151a;
    padding: 24px 0;
    text-align: center; }
    @media only screen and (max-width: 46.1875em) {
      .footer-copyright {
        padding: 16px 0; }
        .footer-copyright .hide-on-mobile {
          display: none; } }

.banner {
  position: relative;
  padding: 180px 0;
  margin-bottom: 132px; }
  @media only screen and (max-width: 1600px) {
    .banner {
      padding: 90px 0;
      margin-bottom: 75px; } }
  @media only screen and (max-width: 1366px) {
    .banner {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 1300px) {
    .banner {
      margin-bottom: 100px;
      padding: 60px 0; } }
  @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
    .banner {
      padding: 8rem 0;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 46.1875em) {
    .banner {
      padding-bottom: 5rem;
      margin-bottom: 24px; }
      .banner .hide-on-mobile {
        display: none; } }
  .banner::before, .banner::after {
    position: absolute;
    content: "";
    z-index: -1;
    background-repeat: no-repeat; }
  .banner::after {
    background-image: url("/assets/user/image/food-left.webp");
    top: 7%;
    left: 4%;
    padding-top: 38%;
    width: 50%; }
    @media only screen and (max-width: 1650px) {
      .banner::after {
        width: 38%;
        padding-top: 40%;
        left: 0;
        background-size: contain;
        background-position: right; } }
    @media only screen and (max-width: 1366px) {
      .banner::after {
        padding-top: 64%;
        width: 53%; } }
    @media only screen and (max-width: 1300px) {
      .banner::after {
        padding-top: 37%;
        width: 40%; } }
    @media only screen and (max-width: 63.9375em) {
      .banner::after {
        padding-top: 54%;
        left: -23px;
        width: 36%; }
        .banner::after .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .banner::after {
        padding-top: 37%;
        width: 41%;
        top: 66%;
        background-size: cover; }
        .banner::after .hide-on-mobile {
          display: none; } }
  .banner::before {
    top: -127px;
    right: 0%;
    padding-top: 57%;
    width: 40%;
    background-size: contain;
    background-position: right;
    background-image: url("/assets/user/image/food-right.webp"); }
    @media only screen and (max-width: 1600px) {
      .banner::before {
        width: 32%;
        top: -174px; } }
    @media only screen and (max-width: 1300px) {
      .banner::before {
        padding-top: 50%;
        width: 30%;
        top: -130px; } }
    @media only screen and (max-width: 63.9375em) {
      .banner::before {
        top: -85px;
        padding-top: 46%;
        width: 25%;
        background-size: cover; }
        .banner::before .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .banner::before {
        top: -82px;
        padding-top: 60%;
        width: 33%; }
        .banner::before .hide-on-mobile {
          display: none; } }
  .banner-wrapper {
    max-width: 52%;
    margin: 0 auto; }
    @media only screen and (max-width: 1366px) {
      .banner-wrapper {
        max-width: 64%; } }
    @media only screen and (max-width: 1300px) {
      .banner-wrapper {
        max-width: 55%; } }
    @media only screen and (max-width: 63.9375em) {
      .banner-wrapper {
        max-width: 65%; }
        .banner-wrapper .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .banner-wrapper {
        max-width: 100%; }
        .banner-wrapper .hide-on-mobile {
          display: none; } }
  .banner-title {
    line-height: 1.15;
    font-family: "Dancing Script", cursive;
    font-weight: 600;
    font-size: 8rem;
    text-align: center; }
    @media only screen and (max-width: 1366px) {
      .banner-title {
        font-size: 6.8rem; } }
    @media only screen and (max-width: 63.9375em) {
      .banner-title {
        font-size: 5rem; }
        .banner-title .hide-on-bothTM {
          display: none !important; } }
  .banner-sub {
    margin-top: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media only screen and (max-width: 1366px) {
      .banner-sub {
        margin-top: 24px; } }
    @media only screen and (max-width: 63.9375em) {
      .banner-sub {
        margin-top: 24px; }
        .banner-sub .hide-on-bothTM {
          display: none !important; } }
    .banner-sub__content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
    .banner-sub__desc {
      font-size: 2.2rem;
      font-family: "Lora", serif;
      text-align: center;
      margin: 0 32px;
      color: #f5c336; }
      @media only screen and (max-width: 1300px) {
        .banner-sub__desc {
          margin: 0px 12px;
          font-size: 1.8rem; } }
      @media only screen and (max-width: 63.9375em) {
        .banner-sub__desc {
          font-size: 1.6rem; }
          .banner-sub__desc .hide-on-bothTM {
            display: none !important; } }
    .banner-sub__btn {
      display: inline-block;
      margin-top: 58px; }
      @media only screen and (max-width: 1300px) {
        .banner-sub__btn {
          margin-top: 27px;
          font-size: 1.5rem; } }
      @media only screen and (max-width: 46.1875em) {
        .banner-sub__btn {
          margin-top: 50px; }
          .banner-sub__btn .hide-on-mobile {
            display: none; } }
    @media only screen and (max-width: 1300px) {
      .banner-sub__icon {
        max-width: 80px; } }
    @media only screen and (max-width: 63.9375em) {
      .banner-sub__icon {
        max-width: 56px; }
        .banner-sub__icon .hide-on-bothTM {
          display: none !important; } }

.intro {
  margin-bottom: 120px; }
  .intro-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    @media only screen and (max-width: 63.9375em) {
      .intro-wrapper {
        flex-direction: column-reverse; }
        .intro-wrapper .hide-on-bothTM {
          display: none !important; } }
  .intro-info {
    min-width: 24%;
    width: 24%; }
    @media only screen and (max-width: 1440px) {
      .intro-info {
        min-width: 27%;
        width: 27%; } }
    @media only screen and (max-width: 63.9375em) {
      .intro-info {
        min-width: 100%;
        margin-top: 46px; }
        .intro-info .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .intro-info {
        margin-top: 32px; }
        .intro-info .hide-on-mobile {
          display: none; } }
    .intro-info__sub {
      font-size: 2rem;
      font-family: "Lora", serif;
      text-align: center;
      display: block; }
      @media only screen and (max-width: 63.9375em) {
        .intro-info__sub {
          text-align: left; }
          .intro-info__sub .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .intro-info__sub {
          font-size: 1.7rem;
          text-align: center; }
          .intro-info__sub .hide-on-mobile {
            display: none; } }
    .intro-info__heading {
      font-size: 7.2rem;
      font-family: "Dancing Script", cursive;
      color: #f5c336; }
      @media only screen and (max-width: 1440px) {
        .intro-info__heading {
          font-size: 6.5rem; } }
      @media only screen and (max-width: 46.1875em) {
        .intro-info__heading {
          text-align: center;
          font-size: 5.5rem; }
          .intro-info__heading .hide-on-mobile {
            display: none; } }
    .intro-info__desc {
      margin-top: 24px;
      color: #94949e; }
      @media only screen and (max-width: 1440px) {
        .intro-info__desc {
          margin-top: 16px; } }
      .intro-info__desc > p + p {
        margin-top: 24px; }
        @media only screen and (max-width: 1440px) {
          .intro-info__desc > p + p {
            margin-top: 16px; } }
    .intro-info__btn {
      margin-top: 58px;
      display: inline-block; }
      @media only screen and (max-width: 1440px) {
        .intro-info__btn {
          margin-top: 24px; } }
      @media only screen and (max-width: 1366px) {
        .intro-info__btn {
          margin: 24px auto 0;
          font-size: 1.5rem; } }
      @media only screen and (max-width: 63.9375em) {
        .intro-info__btn {
          margin-top: 2.75rem; }
          .intro-info__btn .hide-on-bothTM {
            display: none !important; } }
  .intro-parable {
    min-width: 66%;
    width: 66%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1440px) {
      .intro-parable {
        min-width: 60%;
        width: 60%; } }
    @media only screen and (max-width: 63.9375em) {
      .intro-parable {
        min-width: 100%; }
        .intro-parable .hide-on-bothTM {
          display: none !important; } }
    .intro-parable__img {
      box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
      width: 45%; }
      .intro-parable__img:first-child {
        position: relative;
        padding-top: 54%;
        overflow: hidden; }
        .intro-parable__img:first-child > img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .intro-parable__img + .intro-parable__img {
        margin-left: 40px;
        position: relative;
        padding-top: 65%;
        overflow: hidden; }
        .intro-parable__img + .intro-parable__img > img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        @media only screen and (max-width: 63.9375em) {
          .intro-parable__img + .intro-parable__img {
            margin-left: 32px; }
            .intro-parable__img + .intro-parable__img .hide-on-bothTM {
              display: none !important; } }
        @media only screen and (max-width: 46.1875em) {
          .intro-parable__img + .intro-parable__img {
            margin-left: 16px; }
            .intro-parable__img + .intro-parable__img .hide-on-mobile {
              display: none; } }

.dish {
  position: relative;
  margin-bottom: 140px; }
  @media only screen and (max-width: 63.9375em) {
    .dish {
      margin-bottom: 80px; }
      .dish .hide-on-bothTM {
        display: none !important; } }
  .dish::after {
    position: absolute;
    content: "";
    top: -280px;
    z-index: -1;
    width: 19%;
    padding-top: 24%;
    left: 0;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url("/assets/user/image/dishes-left.webp"); }
    @media only screen and (max-width: 1650px) {
      .dish::after {
        width: 24%;
        padding-top: 30%;
        background-size: contain; } }
    @media only screen and (max-width: 1366px) {
      .dish::after {
        top: -220px;
        padding-top: 35%; } }
    @media only screen and (max-width: 1283px) {
      .dish::after {
        padding-top: 26%; }
        .dish::after .hide-on-pc-HD {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .dish::after {
        padding-top: 31%;
        top: -150px; }
        .dish::after .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .dish::after {
        top: -12%; }
        .dish::after .hide-on-mobile {
          display: none; } }
  .dish-wrapper {
    position: relative; }
    .dish-wrapper::after {
      position: absolute;
      content: "";
      top: 0px;
      z-index: -1;
      left: 86%;
      width: 15%;
      padding-top: 14%;
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: bottom;
      background-image: url("/assets/user/image/dishes-right.png"); }
      @media only screen and (max-width: 1650px) {
        .dish-wrapper::after {
          left: 84%; } }
      @media only screen and (max-width: 1366px) {
        .dish-wrapper::after {
          padding-top: 16%;
          width: 16%; } }
      @media only screen and (max-width: 1440px) {
        .dish-wrapper::after {
          left: 85%; } }
      @media only screen and (max-width: 63.9375em) {
        .dish-wrapper::after {
          left: 76%;
          width: 22%;
          padding-top: 30%;
          transform: translateY(-100%);
          background-size: contain; }
          .dish-wrapper::after .hide-on-bothTM {
            display: none !important; } }
  .dish-nav {
    font-family: "SF-Medium", sans-serif;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem; }
    @media only screen and (max-width: 63.9375em) {
      .dish-nav {
        flex-wrap: nowrap;
        justify-content: flex-start; }
        .dish-nav .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 63.9375em) {
      .dish-nav__wrapper {
        overflow-x: auto;
        padding: 0 10px 16px; }
        .dish-nav__wrapper .hide-on-bothTM {
          display: none !important; } }
    .dish-nav__link {
      color: #fff;
      flex-shrink: 0;
      padding-bottom: 2px;
      text-transform: uppercase;
      border-bottom: 1.4px solid transparent; }
      .dish-nav__link:hover {
        color: #f5c336; }
      .dish-nav__link + .dish-nav__link {
        margin-left: 3.5rem; }
        @media only screen and (max-width: 63.9375em) {
          .dish-nav__link + .dish-nav__link {
            margin-left: 20px; }
            .dish-nav__link + .dish-nav__link .hide-on-bothTM {
              display: none !important; } }
      .dish-nav__link.active {
        color: #f5c336;
        border-color: #f5c336; }
  .dish-list {
    width: 80%;
    position: relative;
    margin: 72px auto 0; }
    @media only screen and (max-width: 1600px) {
      .dish-list {
        width: 96%; } }
    @media only screen and (max-width: 1366px) {
      .dish-list {
        margin-top: 3rem; } }
    @media only screen and (max-width: 63.9375em) {
      .dish-list {
        margin-top: 60px; }
        .dish-list .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .dish-list {
        margin-top: 64px; }
        .dish-list .hide-on-mobile {
          display: none; } }
    .dish-list .swiper-slide {
      margin-top: 0 !important; }
    .dish-list .swiper-wrapper {
      gap: 32px 0px;
      flex-direction: row !important;
      padding-left: 12px; }
      @media only screen and (max-width: 1300px) {
        .dish-list .swiper-wrapper {
          gap: 24px 0px; } }
      @media only screen and (max-width: 63.9375em) {
        .dish-list .swiper-wrapper {
          padding-left: 0; }
          .dish-list .swiper-wrapper .hide-on-bothTM {
            display: none !important; } }
  .dish-item {
    position: relative;
    width: 81%;
    user-select: none;
    color: #f5c336;
    margin-bottom: 24px;
    padding: 16px 100px 12px 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #16181d;
    background-image: url("/assets/user/image/back-item.webp"); }
    @media only screen and (max-width: 1366px) {
      .dish-item {
        width: 80%; } }
    @media only screen and (max-width: 1300px) {
      .dish-item {
        width: 83%;
        padding: 18px 100px 12px 20px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
      .dish-item {
        width: 86%;
        max-width: 90%;
        padding-right: 94px; } }
    @media only screen and (max-width: 46.1875em) {
      .dish-item {
        width: 86%;
        max-width: 94%;
        padding-right: 108px; }
        .dish-item .hide-on-mobile {
          display: none; } }
    .dish-item__img {
      --height: 210px;
      position: absolute;
      top: 0;
      left: 100%;
      width: var(--height);
      height: var(--height);
      border-radius: 50%;
      overflow: hidden;
      transform: translateX(-50%); }
      @media only screen and (max-width: 1366px) {
        .dish-item__img {
          left: 98%; } }
      @media only screen and (max-width: 1300px) {
        .dish-item__img {
          --height: 185px;
          left: 96%; } }
      @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
        .dish-item__img {
          --height: 140px;
          left: 90%; } }
      @media only screen and (max-width: 46.1875em) {
        .dish-item__img {
          --height: 150px;
          left: 94%; }
          .dish-item__img .hide-on-mobile {
            display: none; } }
      .dish-item__img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .dish-item__title {
      position: relative;
      font-size: 2.2rem;
      min-height: 33px;
      font-family: "Lora", serif;
      display: inline-block;
      margin-bottom: 5px; }
      @media only screen and (max-width: 1300px) {
        .dish-item__title {
          margin-bottom: 8px;
          font-size: 2rem; } }
      @media only screen and (max-width: 63.9375em) {
        .dish-item__title {
          font-size: 2rem;
          min-height: 56px;
          line-height: 1.5; }
          .dish-item__title .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .dish-item__title {
          min-height: auto; }
          .dish-item__title .hide-on-mobile {
            display: none; } }
    .dish-item__desc {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      padding-right: 18px;
      color: #94949e;
      min-height: 48px; }
      @media only screen and (max-width: 1300px) {
        .dish-item__desc {
          font-size: 1.5rem; } }
    .dish-item__price {
      font-size: 2.2rem;
      font-family: "Lora", serif;
      margin-top: 8px;
      display: block; }
      @media only screen and (max-width: 1300px) {
        .dish-item__price {
          margin-top: 6px; } }
      @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
        .dish-item__price {
          margin-bottom: 1.75rem; } }
      @media only screen and (max-width: 46.1875em) {
        .dish-item__price {
          margin-bottom: 16px; }
          .dish-item__price .hide-on-mobile {
            display: none; } }
    .dish-item__link {
      display: flex;
      justify-content: flex-end;
      font-size: 2rem;
      color: #f5c336; }
      @media only screen and (max-width: 63.9375em) {
        .dish-item__link {
          position: absolute;
          right: 1.5rem;
          bottom: 1rem; }
          .dish-item__link .hide-on-bothTM {
            display: none !important; } }
    .dish-item__add {
      --height: 46px;
      position: absolute;
      bottom: 0;
      left: 1.25rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      width: var(--height);
      height: var(--height);
      border-radius: 8px;
      background-color: #f5c336;
      transform: translateY(50%); }
      .dish-item__add > i {
        font-size: 2.4rem;
        color: #fff; }
      .dish-item__add:hover {
        opacity: 0.9; }
  .dish-btn {
    min-width: 62px;
    --position: -72px; }
    @media only screen and (max-width: 1440px) {
      .dish-btn {
        --position: -52px; } }
    @media only screen and (max-width: 1300px) {
      .dish-btn {
        min-width: 56px;
        --position: -62px; } }
    @media only screen and (max-width: 1283px) {
      .dish-btn {
        --position: -58px; }
        .dish-btn .hide-on-pc-HD {
          display: none; } }
    @media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
      .dish-btn {
        --position: -28px; }
        .dish-btn .hide-on-pc-Lose {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .dish-btn {
        top: auto;
        bottom: 104%;
        min-width: 56px;
        --position: -8px; }
        .dish-btn .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .dish-btn {
        bottom: 102%;
        --position: -4px; }
        .dish-btn .hide-on-mobile {
          display: none; } }
    .dish-btn.swiper-button-next {
      right: var(--position); }
    .dish-btn.swiper-button-prev {
      left: var(--position); }
    .dish-btn.swiper-button-disabled {
      opacity: 0; }
    .dish-btn::after {
      display: none; }

.feature {
  position: relative;
  margin-bottom: 96px; }
  .feature::after {
    position: absolute;
    content: "";
    top: -280px;
    z-index: -1;
    width: 19%;
    padding-top: 24%;
    background-repeat: no-repeat;
    right: 0;
    background-position: right;
    background-image: url("/assets/user/image/feature-right.webp"); }
    @media only screen and (max-width: 1650px) {
      .feature::after {
        top: -30%;
        width: 20%;
        padding-top: 20%;
        background-size: contain; } }
    @media only screen and (max-width: 63.9375em) {
      .feature::after {
        background-size: contain;
        top: -14%; }
        .feature::after .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .feature::after {
        top: -18%; }
        .feature::after .hide-on-mobile {
          display: none; } }
  .feature-wrapper {
    position: relative; }
    .feature-wrapper::after {
      position: absolute;
      content: "";
      top: 0px;
      z-index: -1;
      transform: translateY(-50%);
      width: 15%;
      padding-top: 14%;
      background-repeat: no-repeat;
      right: 100%;
      background-position: center;
      background-image: url("/assets/user/image/feature-left.webp"); }
      @media only screen and (max-width: 1650px) {
        .feature-wrapper::after {
          right: 90%;
          width: 20%;
          padding-top: 24%;
          background-size: contain; } }
      @media only screen and (max-width: 1366px) {
        .feature-wrapper::after {
          right: 85%; } }
      @media only screen and (max-width: 63.9375em) {
        .feature-wrapper::after {
          width: 22%;
          padding-top: 30%;
          right: 76%;
          background-size: contain;
          transform: translateY(-75%); }
          .feature-wrapper::after .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 1366px) {
        .feature-wrapper::after {
          padding-top: 16%;
          width: 16%; } }
  .feature-list {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px 56px; }
    @media only screen and (max-width: 1440px) {
      .feature-list {
        gap: 64px 28px; } }
    @media only screen and (max-width: 1300px) {
      .feature-list {
        margin-top: 32px; } }
    @media only screen and (max-width: 1283px) {
      .feature-list {
        gap: 48px; }
        .feature-list .hide-on-pc-HD {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .feature-list {
        gap: 38px 44px;
        grid-template-columns: repeat(2, 1fr); }
        .feature-list .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .feature-list {
        gap: 32px 26px;
        margin-top: 32px; }
        .feature-list .hide-on-mobile {
          display: none; } }
  .feature-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .feature-item__icon {
      position: relative;
      padding: 36px;
      margin-bottom: 32px;
      min-width: 127px;
      height: 127px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      transition: all 0.3s;
      background-color: #44444a; }
      @media only screen and (max-width: 1440px) {
        .feature-item__icon {
          margin-bottom: 16px; } }
      @media only screen and (max-width: 46.1875em) {
        .feature-item__icon {
          margin-bottom: 20px;
          height: 110px;
          min-width: 110px;
          width: 110px; }
          .feature-item__icon .hide-on-mobile {
            display: none; } }
      .feature-item__icon::before {
        position: absolute;
        inset: 0;
        content: "";
        border: 1.4px solid transparent;
        transition: all 0.2s;
        border-radius: 50%; }
      .feature-item__icon:hover {
        background-color: #f5c336; }
        .feature-item__icon:hover::before {
          border-color: #f5c336;
          inset: -12px; }
        .feature-item__icon:hover svg path {
          fill: #000;
          stroke: #000; }
    .feature-item__title {
      font-size: 2.2rem;
      font-family: "Lora", serif;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1440px) {
        .feature-item__title {
          margin-bottom: 16px; } }
      @media only screen and (max-width: 46.1875em) {
        .feature-item__title {
          margin-bottom: 12px;
          font-size: 1.8rem; }
          .feature-item__title .hide-on-mobile {
            display: none; } }
    .feature-item__desc {
      font-weight: 500;
      text-align: center;
      color: #94949e; }

.feedback {
  padding: 112px 0;
  background-image: url("/assets/user/image/back-feedback.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
    .feedback {
      padding: 56px 0; } }
  @media only screen and (max-width: 46.1875em) {
    .feedback {
      padding: 48px 0; }
      .feedback .hide-on-mobile {
        display: none; } }
  .feedback-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media only screen and (max-width: 63.9375em) {
      .feedback-wrapper {
        flex-direction: column-reverse; }
        .feedback-wrapper .hide-on-bothTM {
          display: none !important; } }
  .feedback-title {
    font-size: 6.8rem;
    max-width: 46%;
    font-family: "Dancing Script", cursive; }
    @media only screen and (max-width: 1600px) {
      .feedback-title {
        max-width: 48%; } }
    @media only screen and (max-width: 1366px) {
      .feedback-title {
        font-size: 5.2rem;
        max-width: 44%; } }
    @media only screen and (max-width: 63.9375em) {
      .feedback-title {
        max-width: 82%;
        text-align: center;
        margin-bottom: 32px; }
        .feedback-title .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .feedback-title {
        max-width: 100%;
        font-size: 3.8rem; }
        .feedback-title .hide-on-mobile {
          display: none; } }
  .feedback-slide {
    max-width: 42%;
    padding-bottom: 32px;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px;
    background-color: #15151d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-image: url("/assets/user/image/feedback-item.webp"); }
    @media only screen and (max-width: 1300px) {
      .feedback-slide {
        max-width: 45%;
        padding-bottom: 24px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
      .feedback-slide {
        max-width: 82%;
        padding-bottom: 32px; } }
    @media only screen and (max-width: 46.1875em) {
      .feedback-slide {
        max-width: 96%;
        padding-bottom: 18px; }
        .feedback-slide .hide-on-mobile {
          display: none; } }
    .feedback-slide__item {
      padding: 48px 80px 0; }
      @media only screen and (max-width: 1440px) {
        .feedback-slide__item {
          padding: 48px 48px 0; } }
      @media only screen and (max-width: 1300px) {
        .feedback-slide__item {
          padding: 36px 40px 0; } }
      @media only screen and (max-width: 63.9375em) {
        .feedback-slide__item {
          padding: 40px 48px 0; }
          .feedback-slide__item .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .feedback-slide__item {
          padding: 36px 20px 0; }
          .feedback-slide__item .hide-on-mobile {
            display: none; } }
    .feedback-slide__cover {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-top: 24px; }
      @media only screen and (max-width: 1440px) {
        .feedback-slide__cover {
          margin-top: 16px; } }
    .feedback-slide__text {
      font-size: 2.2rem;
      font-family: "Vollkorn", serif; }
      @media only screen and (max-width: 1440px) {
        .feedback-slide__text {
          line-height: 1.5; } }
      @media only screen and (max-width: 1300px) {
        .feedback-slide__text {
          font-size: 2rem; } }
    .feedback-slide__img {
      margin-right: 24px;
      max-width: 100px; }
      @media only screen and (max-width: 1300px) {
        .feedback-slide__img {
          max-width: 80px; } }
    .feedback-slide__name {
      text-transform: uppercase;
      color: #f5c336;
      font-size: 1.8rem; }
      @media only screen and (max-width: 46.1875em) {
        .feedback-slide__name {
          font-size: 1.6rem; }
          .feedback-slide__name .hide-on-mobile {
            display: none; } }
    .feedback-slide__author {
      color: #94949e;
      margin-top: 2px; }
    .feedback-slide .swiper-pagination {
      position: relative;
      bottom: 0;
      margin-top: 22px; }
      @media only screen and (max-width: 1440px) {
        .feedback-slide .swiper-pagination {
          margin-top: 16px; } }
      @media only screen and (max-width: 63.9375em) {
        .feedback-slide .swiper-pagination {
          margin-top: 8px; }
          .feedback-slide .swiper-pagination .hide-on-bothTM {
            display: none !important; } }
      .feedback-slide .swiper-pagination-bullet {
        margin: 0 8px !important;
        background-color: #9696a0;
        opacity: 1; }
        .feedback-slide .swiper-pagination-bullet-active {
          position: relative;
          background-color: #f5c336; }
          .feedback-slide .swiper-pagination-bullet-active::before {
            position: absolute;
            content: "";
            inset: -4px;
            border-radius: 50%;
            border: 1.4px solid #f5c336; }

.contact {
  background-color: #222226;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 63.9375em) {
    .contact {
      flex-direction: column; }
      .contact .hide-on-bothTM {
        display: none !important; } }
  .contact-map, .contact-info {
    flex: 1; }
  .contact-info {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 63.9375em) {
      .contact-info {
        width: 100%;
        padding-left: 0;
        margin: 48px 0; }
        .contact-info .hide-on-bothTM {
          display: none !important; } }
    .contact-info::after, .contact-info::before {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-size: cover; }
    .contact-info::before {
      right: 0;
      top: -81px;
      width: 20%;
      height: 30%;
      background-position: right;
      background-image: url("/assets/user/image/map-top.png"); }
      @media only screen and (max-width: 63.9375em) {
        .contact-info::before {
          height: 12%;
          top: 50%; }
          .contact-info::before .hide-on-bothTM {
            display: none !important; } }
    .contact-info::after {
      left: 0%;
      bottom: -17%;
      width: 22%;
      height: 36%;
      background-position: left;
      background-image: url("/assets/user/image/map-bottom.png"); }
      @media only screen and (max-width: 1650px) {
        .contact-info::after {
          bottom: -7%; } }
      @media only screen and (max-width: 1440px) {
        .contact-info::after {
          bottom: -11%; } }
      @media only screen and (max-width: 63.9375em) {
        .contact-info::after {
          left: 0;
          width: 18%; }
          .contact-info::after .hide-on-bothTM {
            display: none !important; } }
    .contact-info__content {
      position: relative;
      z-index: 10;
      text-align: center;
      padding: 56px 64px;
      max-width: 66%; }
      @media only screen and (max-width: 1600px) {
        .contact-info__content {
          padding: 46px 60px;
          max-width: 90%; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-info__content {
          padding: 40px 12px;
          max-width: 90%; }
          .contact-info__content .hide-on-mobile {
            display: none; } }
      .contact-info__content::before, .contact-info__content::after {
        position: absolute;
        content: "";
        z-index: -1;
        border: 1px solid #f5c336; }
      .contact-info__content::before {
        top: 0;
        bottom: 0;
        left: -12px;
        right: -12px; }
      .contact-info__content::after {
        left: 0;
        right: 0;
        top: -12px;
        bottom: -12px; }
    .contact-info__cover {
      padding-bottom: 32px;
      margin-top: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      flex-direction: column;
      border-bottom: 1px dotted #434348; }
      @media only screen and (max-width: 1440px) {
        .contact-info__cover {
          padding-bottom: 24px;
          margin-top: 16px; } }
      @media only screen and (max-width: 1300px) {
        .contact-info__cover {
          padding-bottom: 10px;
          margin-top: 12px; } }
      @media only screen and (max-width: 63.9375em) {
        .contact-info__cover {
          padding-bottom: 24px; }
          .contact-info__cover .hide-on-bothTM {
            display: none !important; } }
    .contact-info__title {
      font-family: "Dancing Script", cursive;
      font-size: 6.8rem;
      margin-bottom: 8px; }
      @media only screen and (max-width: 1440px) {
        .contact-info__title {
          font-size: 6rem; } }
      @media only screen and (max-width: 1366px) {
        .contact-info__title {
          font-size: 5.6rem; } }
      @media only screen and (max-width: 1300px) {
        .contact-info__title {
          font-size: 4.6rem; } }
      @media only screen and (max-width: 63.9375em) {
        .contact-info__title {
          margin-bottom: 16px; }
          .contact-info__title .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-info__title {
          font-size: 4.8rem; }
          .contact-info__title .hide-on-mobile {
            display: none; } }
    .contact-info__desc {
      font-size: 1.8rem; }
    .contact-info__phone {
      display: block;
      font-family: "Lora", serif;
      font-size: 4.2rem;
      color: #f5c336; }
      @media only screen and (max-width: 1440px) {
        .contact-info__phone {
          font-size: 3.5rem; } }
      @media only screen and (max-width: 1366px) {
        .contact-info__phone {
          margin-top: 8px; } }
      @media only screen and (max-width: 1300px) {
        .contact-info__phone {
          margin-top: 4px;
          font-size: 2.8rem; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-info__phone {
          font-size: 2.8rem; }
          .contact-info__phone .hide-on-mobile {
            display: none; } }
    .contact-info__heading {
      font-size: 2.4rem;
      font-family: "Lora", serif;
      margin-bottom: 16px; }
      @media only screen and (max-width: 1440px) {
        .contact-info__heading {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 1300px) {
        .contact-info__heading {
          font-size: 2rem; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-info__heading {
          font-size: 2rem; }
          .contact-info__heading .hide-on-mobile {
            display: none; } }
    .contact-info__text {
      max-width: 60%; }
      @media only screen and (max-width: 63.9375em) {
        .contact-info__text {
          max-width: 54%; }
          .contact-info__text .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-info__text {
          max-width: 80%; }
          .contact-info__text .hide-on-mobile {
            display: none; } }
      .contact-info__text > p {
        font-size: 1.7rem;
        margin: 0 auto; }
        @media only screen and (max-width: 1300px) {
          .contact-info__text > p {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 46.1875em) {
          .contact-info__text > p {
            font-size: 1.6rem; }
            .contact-info__text > p .hide-on-mobile {
              display: none; } }
    .contact-info__time {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 32px;
      margin-top: 40px; }
      @media only screen and (max-width: 1600px) {
        .contact-info__time {
          margin-top: 16px; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-info__time {
          gap: 24px; }
          .contact-info__time .hide-on-mobile {
            display: none; } }
      .contact-info__time .contact-info__text {
        max-width: 100%; }
      .contact-info__time .contact-info__cover {
        padding-bottom: 0;
        border-bottom: 0; }
        @media only screen and (max-width: 1440px) {
          .contact-info__time .contact-info__cover {
            margin-top: 0; } }

.news {
  margin: 100px 0; }
  @media only screen and (max-width: 63.9375em) {
    .news {
      margin: 64px 0; }
      .news .hide-on-bothTM {
        display: none !important; } }
  @media only screen and (max-width: 46.1875em) {
    .news {
      margin: 40px 0; }
      .news .hide-on-mobile {
        display: none; } }
  .news-list {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 28px; }
    @media only screen and (max-width: 1366px) {
      .news-list {
        margin-top: 48px; } }
    @media only screen and (max-width: 63.9375em) {
      .news-list {
        margin-top: 34px;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 32px; }
        .news-list .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .news-list {
        margin-top: 36px;
        grid-template-columns: repeat(1, 1fr); }
        .news-list .hide-on-mobile {
          display: none; } }
  .news-item {
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; }
    .news-item:hover .news-item__overlay {
      background-image: none; }
    .news-item:last-child {
      box-shadow: none; }
      @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
        .news-item:last-child {
          grid-column: 1 / span 2; } }
      @media only screen and (max-width: 46.1875em) {
        .news-item:last-child {
          grid-column: 1 / span 1; }
          .news-item:last-child .hide-on-mobile {
            display: none; } }
    .news-item__img {
      position: relative;
      padding-top: 110%;
      overflow: hidden; }
      .news-item__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news-item__overlay {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
    .news-item__time {
      position: absolute;
      top: 28px;
      display: inline-block;
      font-weight: bold;
      font-family: "SF-Medium", sans-serif;
      font-size: 1.3rem;
      color: #000;
      padding: 8px 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      background-color: #f5c336; }
      @media only screen and (max-width: 1300px) {
        .news-item__time {
          padding: 6px 10px; } }
    .news-item__info {
      position: absolute;
      bottom: 32px;
      right: 28px;
      left: 28px; }
      @media only screen and (max-width: 1300px) {
        .news-item__info {
          bottom: 24px;
          right: 24px;
          left: 24px; } }
    .news-item__title {
      font-size: 2.4rem;
      font-family: "Lora", serif;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.4; }
      @media only screen and (max-width: 1366px) {
        .news-item__title {
          font-size: 2.2rem; } }
      @media only screen and (max-width: 1300px) {
        .news-item__title {
          font-size: 2rem; } }
      @media only screen and (max-width: 63.9375em) {
        .news-item__title {
          font-size: 2rem; }
          .news-item__title .hide-on-bothTM {
            display: none !important; } }
    .news-item__category {
      display: block;
      color: #f5c336;
      text-transform: uppercase;
      margin-top: 16px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 1366px) {
        .news-item__category {
          margin-top: 12px; } }
      @media only screen and (max-width: 1300px) {
        .news-item__category {
          margin-top: 8px;
          font-size: 1.3rem; } }
    .news-item__cover {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .news-item__cover .news-item__info {
        position: relative;
        left: 0;
        bottom: 0;
        right: 0;
        margin-left: 24px; }
        @media only screen and (max-width: 1300px) {
          .news-item__cover .news-item__info {
            margin-left: 16px; } }
      .news-item__cover .news-item__category {
        margin-top: 12px; }
      .news-item__cover .news-item__title {
        color: #fff;
        font-size: 2rem;
        line-height: 1.5;
        transition: all 0.3s; }
        @media only screen and (max-width: 1300px) {
          .news-item__cover .news-item__title {
            font-size: 1.8rem;
            line-height: 1.4; } }
        @media only screen and (max-width: 63.9375em) {
          .news-item__cover .news-item__title {
            font-size: 2.2rem; }
            .news-item__cover .news-item__title .hide-on-bothTM {
              display: none !important; } }
        @media only screen and (max-width: 46.1875em) {
          .news-item__cover .news-item__title {
            font-size: 1.8rem; }
            .news-item__cover .news-item__title .hide-on-mobile {
              display: none; } }
        .news-item__cover .news-item__title:hover {
          text-decoration: underline; }
      @media only screen and (max-width: 63.9375em) {
        .news-item__cover + .news-item__cover {
          margin-top: 16px; }
          .news-item__cover + .news-item__cover .hide-on-bothTM {
            display: none !important; } }
    .news-item__icon {
      min-width: 30%;
      width: 30%;
      position: relative;
      padding-top: 30%;
      overflow: hidden; }
      .news-item__icon > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
        .news-item__icon {
          min-width: 148px;
          width: 148px;
          padding-top: 21%; } }
      @media only screen and (max-width: 46.1875em) {
        .news-item__icon {
          min-width: 124px;
          width: 124px;
          padding-top: 30%; }
          .news-item__icon .hide-on-mobile {
            display: none; } }
      .news-item__icon > img {
        object-position: center; }
    .news-item__detail {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-between; }
  .news-activity {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 33%;
    margin: 56px auto 0; }
    @media only screen and (max-width: 1300px) {
      .news-activity {
        max-width: 36%; } }
    @media only screen and (max-width: 63.9375em) {
      .news-activity {
        max-width: 54%;
        margin: 40px auto 0; }
        .news-activity .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .news-activity {
        max-width: 100%; }
        .news-activity .hide-on-mobile {
          display: none; } }
    .news-activity__text {
      text-align: center;
      color: #94949e; }
    .news-activity__btn {
      display: inline-block;
      margin: 28px auto 0; }

.pathway {
  position: relative;
  min-height: 450px;
  margin-bottom: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/user/image/banner.png); }
  @media only screen and (max-width: 1600px) {
    .pathway {
      min-height: 360px;
      margin-bottom: 80px; } }
  @media only screen and (max-width: 1440px) {
    .pathway {
      min-height: 310px;
      margin-bottom: 66px; } }
  @media only screen and (max-width: 1366px) {
    .pathway {
      min-height: 250px;
      margin-bottom: 96px; } }
  @media only screen and (max-width: 1283px) {
    .pathway {
      margin-bottom: 72px; }
      .pathway .hide-on-pc-HD {
        display: none; } }
  @media only screen and (max-width: 63.9375em) {
    .pathway {
      min-height: 216px;
      margin-bottom: 64px; }
      .pathway .hide-on-bothTM {
        display: none !important; } }
  @media only screen and (max-width: 46.1875em) {
    .pathway {
      min-height: 150px;
      margin-bottom: 40px; }
      .pathway .hide-on-mobile {
        display: none; } }
  .pathway-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.7)); }
  .pathway-title {
    color: #f5c336;
    font-family: "Dancing Script", cursive;
    font-size: 8rem;
    font-weight: bold; }
    @media only screen and (max-width: 1440px) {
      .pathway-title {
        font-size: 7.4rem; } }
    @media only screen and (max-width: 1366px) {
      .pathway-title {
        margin-bottom: 8px;
        font-size: 4.8rem; } }
    @media only screen and (max-width: 63.9375em) {
      .pathway-title {
        line-height: 1;
        margin-bottom: 0px; }
        .pathway-title .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .pathway-title {
        margin-bottom: 2px;
        font-size: 4rem; }
        .pathway-title .hide-on-mobile {
          display: none; } }
  .pathway-wrapper {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 96%;
    transform: translateY(-50%); }
  .pathway-nav {
    display: flex;
    margin-top: 4px; }
    @media only screen and (max-width: 46.1875em) {
      .pathway-nav .hide-on-mobile {
        display: none; } }
    .pathway-nav__list {
      display: inline-flex;
      align-items: center; }
    .pathway-nav__item {
      display: inline-flex;
      align-items: center;
      font-family: "SF-Medium", sans-serif;
      font-weight: 500; }
      .pathway-nav__item + .pathway-nav__item {
        margin-left: 16px; }
        @media only screen and (max-width: 46.1875em) {
          .pathway-nav__item + .pathway-nav__item {
            width: max-content;
            margin-left: 8px; }
            .pathway-nav__item + .pathway-nav__item .hide-on-mobile {
              display: none; } }
    .pathway-nav__link {
      display: inline-flex;
      align-items: center;
      font-size: 2rem;
      color: #fff; }
      @media only screen and (max-width: 1440px) {
        .pathway-nav__link {
          font-size: 1.9rem; } }
      @media only screen and (max-width: 1366px) {
        .pathway-nav__link {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 46.1875em) {
        .pathway-nav__link {
          font-size: 1.7rem; }
          .pathway-nav__link .hide-on-mobile {
            display: none; } }
      .pathway-nav__link:hover {
        color: #f5c336;
        text-decoration: underline;
        text-underline-offset: 4px; }
    .pathway-nav__desc {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 46.1875em) {
        .pathway-nav__desc > svg {
          width: 8px; }
          .pathway-nav__desc > svg .hide-on-mobile {
            display: none; } }
      .pathway-nav__desc > span {
        margin-left: 12px;
        font-size: 2rem;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media only screen and (max-width: 46.1875em) {
          .pathway-nav__desc > span {
            font-size: 1.7rem; }
            .pathway-nav__desc > span .hide-on-mobile {
              display: none; } }
    .pathway-nav__category {
      margin-left: 12px; }
  @media only screen and (max-width: 46.1875em) {
    .pathway-cover {
      overflow-x: auto; }
      .pathway-cover .hide-on-mobile {
        display: none; } }

.play {
  position: relative;
  margin-bottom: 120px; }
  @media only screen and (max-width: 1600px) {
    .play {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
    .play {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 46.1875em) {
    .play {
      margin-bottom: 48px; }
      .play .hide-on-mobile {
        display: none; } }
  .play::before, .play::after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat; }
  .play::before {
    top: 0;
    right: 0;
    width: 20%;
    z-index: 10;
    padding-top: 26%;
    transform: translateY(-60%);
    background-image: url("/assets/user/image/about-3.webp"); }
  .play::after {
    left: 0;
    bottom: 100%;
    z-index: -1;
    width: 14%;
    padding-top: 21%;
    background-image: url("/assets/user/image/about-1.webp"); }
  .play-video {
    height: 640px; }
    @media only screen and (max-width: 1366px) {
      .play-video {
        height: 427px; } }
    @media only screen and (min-width: 1650px) {
      .play-video {
        height: 530px; } }
    @media only screen and (max-width: 63.9375em) {
      .play-video {
        height: 400px; }
        .play-video .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .play-video {
        height: 230px; }
        .play-video .hide-on-mobile {
          display: none; } }
    .play-video > iframe {
      width: 100%;
      height: 100%; }
  .play-overlay {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.7)); }
  .play-banner {
    position: absolute;
    bottom: 0;
    z-index: 10;
    transform: translateY(100%); }
    @media only screen and (max-width: 63.9375em) {
      .play-banner {
        z-index: -1;
        display: none; }
        .play-banner .hide-on-bothTM {
          display: none !important; } }
  .play-btn {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/assets/user/image/banner-video.webp"); }
    .play-btn__position {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .play-btn__detail {
      position: relative;
      z-index: 99;
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #f5c336; }
      @media only screen and (max-width: 46.1875em) {
        .play-btn__detail {
          width: 56px;
          height: 56px; }
          .play-btn__detail .hide-on-mobile {
            display: none; } }
      .play-btn__detail::after, .play-btn__detail::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        border-style: solid; }
      .play-btn__detail::before {
        inset: -16px;
        z-index: -1;
        border-width: 16px;
        border-color: rgba(34, 34, 36, 0.3); }
        @media only screen and (max-width: 46.1875em) {
          .play-btn__detail::before {
            border-width: 8px;
            inset: -8px; }
            .play-btn__detail::before .hide-on-mobile {
              display: none; } }
      .play-btn__detail::after {
        border-width: 40px;
        border-color: rgba(255, 255, 255, 0.12);
        animation: wgi 2s linear infinite;
        z-index: -2;
        inset: -36px; }
        @media only screen and (max-width: 46.1875em) {
          .play-btn__detail::after {
            border-width: 20px;
            inset: -20px; }
            .play-btn__detail::after .hide-on-mobile {
              display: none; } }
      .play-btn__detail > svg {
        width: 40px;
        height: 40px; }
        @media only screen and (max-width: 46.1875em) {
          .play-btn__detail > svg {
            width: 20px;
            height: 20px; }
            .play-btn__detail > svg .hide-on-mobile {
              display: none; } }

.special {
  position: relative;
  margin-bottom: 120px; }
  @media only screen and (max-width: 63.9375em) {
    .special {
      margin-bottom: 80px; }
      .special .hide-on-bothTM {
        display: none !important; } }
  .special::after, .special::before {
    position: absolute;
    content: "";
    bottom: 0;
    background-repeat: no-repeat; }
  .special::before {
    left: 0;
    width: 12%;
    padding-top: 20%;
    transform: translateY(65%);
    background-size: cover;
    background-position: center;
    background-image: url('/assets/user/image/about-6.webp'); }
    @media only screen and (max-width: 63.9375em) {
      .special::before {
        z-index: -1;
        width: 18%;
        padding-top: 30%;
        transform: translateY(75%); }
        .special::before .hide-on-bothTM {
          display: none !important; } }
  .special::after {
    right: 0;
    width: 11%;
    padding-top: 18%;
    background-size: contain;
    transform: translateY(50%);
    background-position: right;
    background-image: url('/assets/user/image/about-8.webp'); }
    @media only screen and (max-width: 63.9375em) {
      .special::after {
        padding-top: 25%;
        width: 14%;
        z-index: -1;
        @apply translate-y-3/4; }
        .special::after .hide-on-bothTM {
          display: none !important; } }
  .special-wrapper {
    position: relative; }
    .special-wrapper::after {
      position: absolute;
      content: "";
      left: 98%;
      top: 0%;
      width: 14%;
      padding-top: 10%;
      transform: translateY(-20%);
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("/assets/user/image/dishes-right.png"); }
      @media only screen and (max-width: 1650px) {
        .special-wrapper::after {
          left: 90%; } }
      @media only screen and (max-width: 1366px) {
        .special-wrapper::after {
          left: 85%; } }
      @media only screen and (max-width: 1300px) {
        .special-wrapper::after {
          padding-top: 14%; } }
      @media only screen and (max-width: 1440px) {
        .special-wrapper::after {
          left: 87%; } }
      @media only screen and (max-width: 63.9375em) {
        .special-wrapper::after {
          width: 18%;
          padding-top: 18%;
          top: -1%;
          left: 86%;
          background-size: contain;
          transform: translateY(-70%); }
          .special-wrapper::after .hide-on-bothTM {
            display: none !important; } }
  .special-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 48px; }
    @media only screen and (max-width: 1600px) {
      .special-info {
        margin-top: 40px; } }
    @media only screen and (max-width: 63.9375em) {
      .special-info {
        margin-top: 44px;
        flex-direction: column;
        text-align: center; }
        .special-info .hide-on-bothTM {
          display: none !important; } }
    .special-info__list {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 56px 56px; }
      @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
        .special-info__list {
          gap: 40px; } }
      @media only screen and (max-width: 46.1875em) {
        .special-info__list {
          gap: 24px; }
          .special-info__list .hide-on-mobile {
            display: none; } }
    @media only screen and (max-width: 46.1875em) {
      .special-info__item {
        width: 80%;
        margin: 0 auto; }
        .special-info__item .hide-on-mobile {
          display: none; } }
    .special-info__title {
      font-size: 3rem;
      margin-bottom: 16px;
      color: #f5c336;
      font-family: "Lora", serif; }
      @media only screen and (max-width: 1600px) {
        .special-info__title {
          font-size: 2.6rem; } }
      @media only screen and (max-width: 1366px) {
        .special-info__title {
          margin-bottom: 12px;
          font-size: 2.4rem; } }
      @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
        .special-info__title {
          font-size: 2.4rem; } }
      @media only screen and (max-width: 46.1875em) {
        .special-info__title {
          font-size: 2rem; }
          .special-info__title .hide-on-mobile {
            display: none; } }
    .special-info__desc {
      line-height: 1.6;
      font-size: 2rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #a2a09b; }
      @media only screen and (max-width: 1600px) {
        .special-info__desc {
          font-size: 1.7rem; } }
      @media only screen and (max-width: 1366px) {
        .special-info__desc {
          font-size: 1.6rem; } }
      @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
        .special-info__desc {
          font-size: 1.7rem; } }
    .special-info__img {
      margin: 0 50px;
      min-width: 496px; }
      @media only screen and (max-width: 1440px) {
        .special-info__img {
          margin: 0px 32px;
          min-width: 440px; } }
      @media only screen and (max-width: 1366px) {
        .special-info__img {
          min-width: 39%;
          margin: 0px 16px; } }
      @media only screen and (max-width: 1283px) {
        .special-info__img {
          min-width: 35%; }
          .special-info__img .hide-on-pc-HD {
            display: none; } }
      @media only screen and (max-width: 63.9375em) {
        .special-info__img {
          max-width: 55%;
          min-width: auto;
          margin: 32px 0; }
          .special-info__img .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .special-info__img {
          max-width: 76%; }
          .special-info__img .hide-on-mobile {
            display: none; } }
      .special-info__img > img {
        width: 100%; }

.gallery {
  margin-top: 60px;
  margin-bottom: 120px;
  position: relative; }
  @media only screen and (max-width: 46.1875em) {
    .gallery {
      margin-bottom: 80px; }
      .gallery .hide-on-mobile {
        display: none; } }
  .gallery::after {
    position: absolute;
    content: "";
    right: 0;
    width: 10%;
    padding-top: 17%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(40%);
    background-position: right;
    background-image: url("/assets/user/image/feature-right.webp"); }
    @media only screen and (max-width: 1600px) {
      .gallery::after {
        width: 10%;
        padding-top: 20%;
        background-size: contain; } }
    @media only screen and (max-width: 1650px) {
      .gallery::after {
        width: 14%;
        padding-top: 18%;
        bottom: -10%; } }
    @media only screen and (max-width: 63.9375em) {
      .gallery::after {
        width: 14%;
        padding-top: 18%;
        bottom: -4%; }
        .gallery::after .hide-on-bothTM {
          display: none !important; } }
  .gallery-wrapper {
    position: relative; }
    .gallery-wrapper::after {
      position: absolute;
      content: "";
      left: 98%;
      top: 0;
      width: 14%;
      padding-top: 10%;
      background-position: center;
      background-repeat: no-repeat;
      width: 18%;
      padding-top: 25%;
      background-position: top;
      background-size: cover;
      transform: translate(-50%, -20%);
      background-image: url("/assets/user/image/news-bottom.png"); }
      @media only screen and (max-width: 1650px) {
        .gallery-wrapper::after {
          left: 90%; } }
      @media only screen and (max-width: 1366px) {
        .gallery-wrapper::after {
          width: 15%;
          left: 85%; } }
      @media only screen and (max-width: 1300px) {
        .gallery-wrapper::after {
          padding-top: 14%; } }
      @media only screen and (max-width: 1440px) {
        .gallery-wrapper::after {
          left: 87%; } }
      @media only screen and (max-width: 63.9375em) {
        .gallery-wrapper::after {
          width: 20%;
          padding-top: 20%;
          left: 90%;
          background-size: contain; }
          .gallery-wrapper::after .hide-on-bothTM {
            display: none !important; } }
  .gallery-list {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px; }
    @media only screen and (max-width: 63.9375em) {
      .gallery-list {
        grid-template-columns: repeat(2, 1fr); }
        .gallery-list .hide-on-bothTM {
          display: none !important; } }
  .gallery-item {
    border-radius: 6px;
    overflow: hidden;
    max-height: 415px; }
    .gallery-item:nth-last-child(-n + 2) {
      grid-column: span 2 / span 2; }
    .gallery-item > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .gallery-sub {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    max-width: 13%;
    z-index: -1; }
    .gallery-sub > img {
      width: 100%; }

.menu {
  position: relative;
  margin-bottom: 80px; }
  @media only screen and (max-width: 46.1875em) {
    .menu {
      margin-bottom: 40px; }
      .menu .hide-on-mobile {
        display: none; } }
  .menu::after {
    position: absolute;
    content: "";
    left: 98%;
    top: 70%;
    width: 14%;
    padding-top: 10%;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    background-image: url("/assets/user/image/about-2.png"); }
    @media only screen and (max-width: 1650px) {
      .menu::after {
        transform: translateY(-80%);
        left: 90%; } }
    @media only screen and (max-width: 1440px) {
      .menu::after {
        left: 87%; } }
    @media only screen and (max-width: 1366px) {
      .menu::after {
        left: 85%; } }
    @media only screen and (max-width: 1300px) {
      .menu::after {
        padding-top: 14%; } }
    @media only screen and (max-width: 1283px) {
      .menu::after {
        background-size: contain;
        top: 10%;
        left: 87%;
        width: 12%; }
        .menu::after .hide-on-pc-HD {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .menu::after {
        z-index: -1;
        width: 14%;
        padding-top: 13%;
        background-size: contain; }
        .menu::after .hide-on-bothTM {
          display: none !important; } }
  .menu-wrapper {
    margin-top: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
    @media only screen and (max-width: 63.9375em) {
      .menu-wrapper {
        flex-direction: column;
        margin-top: 32px; }
        .menu-wrapper .hide-on-bothTM {
          display: none !important; } }
  .menu-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: -40px auto 32px;
    overflow: hidden;
    max-width: 84%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
    @media only screen and (max-width: 46.1875em) {
      .menu-search {
        margin-top: 32px;
        max-width: 100%; }
        .menu-search .hide-on-mobile {
          display: none; } }
    .menu-search__input {
      width: 100%;
      padding: 20px 24px;
      font-size: 1.8rem;
      color: #fff;
      height: 68px;
      border: 0;
      background-color: #29292c; }
      @media only screen and (max-width: 63.9375em) {
        .menu-search__input {
          height: 64px;
          padding: 18px 24px; }
          .menu-search__input .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .menu-search__input {
          height: 62px;
          padding: 16px 24px; }
          .menu-search__input .hide-on-mobile {
            display: none; } }
    .menu-search__btn {
      color: #fff;
      border: 0;
      height: 100%;
      height: 68px;
      padding: 20px 24px 20px 16px;
      background-color: #29292c; }
      @media only screen and (max-width: 63.9375em) {
        .menu-search__btn {
          height: 64px;
          padding: 18px 24px 18px 16px; }
          .menu-search__btn .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .menu-search__btn {
          height: 62px;
          padding: 16px 12px 16px 16px; }
          .menu-search__btn .hide-on-mobile {
            display: none; } }
      .menu-search__btn > svg {
        width: 24px;
        height: 24px; }
  .menu-nav {
    display: flex;
    min-width: 178px;
    width: 178px;
    margin-right: 32px; }
    @media only screen and (max-width: 63.9375em) {
      .menu-nav {
        overflow-x: auto;
        padding-bottom: 36px;
        margin: 6px 0 16px;
        min-height: 40px;
        width: 100%; }
        .menu-nav .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .menu-nav {
        margin-top: 6px;
        padding-bottom: 16px;
        margin: 6px 0 32px; }
        .menu-nav .hide-on-mobile {
          display: none; } }
    .menu-nav__cover {
      width: 100%;
      display: flex;
      transition: all 0.3s;
      flex-direction: column;
      font-family: "Lora", serif;
      text-align: center;
      font-weight: 500;
      max-width: 178px; }
      @media only screen and (max-width: 63.9375em) {
        .menu-nav__cover {
          flex-direction: row;
          align-items: center;
          max-width: 100%;
          margin: 0 auto; }
          .menu-nav__cover .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .menu-nav__cover {
          max-width: 100%;
          justify-content: space-between; }
          .menu-nav__cover .hide-on-mobile {
            display: none; } }
      .menu-nav__cover.sticky {
        position: fixed;
        top: 95px;
        margin-top: 32px;
        width: 178px;
        z-index: 99;
        transition: all 0.3s; }
@media only screen and (max-width: 63.9375em) {
    .menu-nav__cover.sticky {
        top: 70px;
        width: 100%;
        margin-top: 0;
        overflow: auto;
        padding: 8px 0 10px 4px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/assets/user/image/background1.webp'); }
    .menu-nav__cover.sticky .hide-on-bothTM {
        display: none !important; } }
@media only screen and (max-width: 46.1875em) {
    .menu-nav__cover.sticky {
        top: 58px; }
    .menu-nav__cover.sticky .hide-on-mobile {
        display: none; } }
    .menu-nav__group {
      margin-bottom: 20px;
      border-radius: 24px;
      user-select: none;
      cursor: pointer;
      overflow: hidden;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; }
      @media only screen and (max-width: 63.9375em) {
        .menu-nav__group {
          flex-shrink: 0;
          margin-bottom: 0px; }
          .menu-nav__group .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 63.9375em) {
        .menu-nav__group + .menu-nav__group {
          margin-left: 16px; }
          .menu-nav__group + .menu-nav__group .hide-on-bothTM {
            display: none !important; } }
    .menu-nav__input {
      display: none; }
      .menu-nav__input:checked ~ .menu-nav__label {
        color: #000;
        background-color: #f5c336; }
    .menu-nav__label {
      display: block;
      padding: 8px 28px;
      color: #fff;
      cursor: pointer;
      background-color: #414141;
      text-transform: capitalize; }
      @media only screen and (max-width: 63.9375em) {
        .menu-nav__label {
          padding: 7px 28px; }
          .menu-nav__label .hide-on-bothTM {
            display: none !important; } }
  .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px; }
    @media only screen and (max-width: 63.9375em) {
      .menu-list {
        gap: 24px 16px; }
        .menu-list .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .menu-list {
        grid-template-columns: repeat(1, 1fr); }
        .menu-list .hide-on-mobile {
          display: none; } }
  .menu-pagination {
    margin-top: 100px; }
    @media only screen and (max-width: 1440px) {
      .menu-pagination {
        margin-top: 64px; } }
    @media only screen and (max-width: 63.9375em) {
      .menu-pagination {
        margin-top: 48px; }
        .menu-pagination .hide-on-bothTM {
          display: none !important; } }
    .menu-pagination__list {
      justify-content: center; }
    .menu-pagination .page-link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      color: #fff;
      cursor: pointer;
      width: 44px;
      height: 44px;
      margin: 0 16px;
      font-size: 1.8rem;
      font-weight: 500;
      font-family: "SF-Medium", sans-serif;
      border-radius: 50px !important;
      border: 0;
      background-color: transparent; }
      @media only screen and (max-width: 46.1875em) {
        .menu-pagination .page-link {
          width: 32px;
          height: 32px; }
          .menu-pagination .page-link .hide-on-mobile {
            display: none; } }
      .menu-pagination .page-link:focus, .menu-pagination .page-link:hover {
        background-color: #f5c336;
        color: #000;
        box-shadow: none; }
      .menu-pagination .page-link.disabled {
        opacity: 0; }
    .menu-pagination .page-item.active .page-link {
      color: #000;
      background-color: #f5c336; }
    .menu-pagination__move .page-link {
      min-width: 130px;
      padding: 8px 28px;
      background-color: #29292c; }
      @media only screen and (max-width: 46.1875em) {
        .menu-pagination__move .page-link {
          min-width: 90px;
          padding: 12px 28px; }
          .menu-pagination__move .page-link .hide-on-mobile {
            display: none; } }

.details {
  margin-bottom: 120px;
  position: relative; }
  .details::after, .details::before {
    position: absolute;
    content: "";
    bottom: 0;
    background-repeat: no-repeat; }
  .details::before {
    left: 0;
    width: 12%;
    padding-top: 20%;
    transform: translateY(65%);
    background-size: cover;
    background-position: center;
    background-image: url("/assets/user/image/about-6.webp"); }
    @media only screen and (max-width: 63.9375em) {
      .details::before {
        z-index: -1;
        width: 18%;
        padding-top: 30%;
        transform: translateY(75%); }
        .details::before .hide-on-bothTM {
          display: none !important; } }
  .details::after {
    right: 0;
    background-position: right;
    width: 11%;
    padding-top: 18%;
    background-size: contain;
    transform: translateY(50%);
    background-image: url("/assets/user/image/about-8.webp"); }
    @media only screen and (max-width: 63.9375em) {
      .details::after {
        padding-top: 25%;
        width: 14%;
        z-index: -1;
        transform: translateY(75%); }
        .details::after .hide-on-bothTM {
          display: none !important; } }
  .details-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 32px; }
    @media only screen and (max-width: 63.9375em) {
      .details-wrapper {
        grid-template-columns: repeat(1, 1fr); }
        .details-wrapper .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .details-wrapper {
        gap: 12px 32px; }
        .details-wrapper .hide-on-mobile {
          display: none; } }
    .details-wrapper::after {
      position: absolute;
      content: "";
      left: 90%;
      top: 0%;
      width: 16%;
      padding-top: 27%;
      background-position: top;
      background-size: cover;
      transform: translateY(-40%);
      background-image: url("/assets/user/image/details-2.png"); }
      @media only screen and (max-width: 1440px) {
        .details-wrapper::after {
          left: 93%;
          width: 11%;
          padding-top: 14%; } }
      @media only screen and (max-width: 63.9375em) {
        .details-wrapper::after {
          transform: translateY(-100%); }
          .details-wrapper::after .hide-on-bothTM {
            display: none !important; } }
  .details-slide {
    overflow: hidden;
    width: 100%; }
    @media only screen and (max-width: 1440px) {
      .details-slide {
        width: 74%;
        margin-left: auto;
        margin-right: 24px; } }
    @media only screen and (max-width: 1366px) {
      .details-slide {
        width: 92%;
        margin-right: 0px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
      .details-slide {
        width: 85%;
        margin: 0px auto; } }
    @media only screen and (max-width: 46.1875em) {
      .details-slide {
        width: 100%; }
        .details-slide .hide-on-mobile {
          display: none; } }
    .details-slide__item {
      position: relative;
      padding-top: 100%;
      overflow: hidden; }
      .details-slide__item > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .details-slide__main {
      padding: 16px;
      background-color: #fff; }
      @media only screen and (max-width: 1366px) {
        .details-slide__main {
          padding: 12px; } }
      @media only screen and (max-width: 46.1875em) {
        .details-slide__main {
          padding: 8px; }
          .details-slide__main .hide-on-mobile {
            display: none; } }
    .details-slide__sub {
      margin-top: 16px; }
      @media only screen and (max-width: 46.1875em) {
        .details-slide__sub {
          margin-top: 14px; }
          .details-slide__sub .hide-on-mobile {
            display: none; } }
  .details-info {
    margin-top: 28px;
    font-family: "Lora", serif; }
    @media only screen and (max-width: 63.9375em) {
      .details-info {
        margin-top: 16px; }
        .details-info .hide-on-bothTM {
          display: none !important; } }
    .details-info__title {
      font-size: 3.6rem;
      font-weight: 600; }
      @media only screen and (max-width: 1440px) {
        .details-info__title {
          padding-right: 80px;
          font-size: 3.2rem; } }
      @media only screen and (max-width: 1366px) {
        .details-info__title {
          max-width: 80%; } }
      @media only screen and (max-width: 63.9375em) {
        .details-info__title {
          font-size: 2.6rem;
          max-width: 100%;
          padding-right: 0; }
          .details-info__title .hide-on-bothTM {
            display: none !important; } }
    .details-info__price {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-top: 24px; }
      @media only screen and (max-width: 1440px) {
        .details-info__price {
          margin-top: 16px; } }
      @media only screen and (max-width: 1366px) {
        .details-info__price {
          margin-top: 20px; } }
      @media only screen and (max-width: 46.1875em) {
        .details-info__price {
          margin-top: 16px; }
          .details-info__price .hide-on-mobile {
            display: none; } }
    .details-info__money {
      margin-right: 20px;
      display: flex;
      font-weight: 500;
      align-items: flex-end; }
      @media only screen and (max-width: 46.1875em) {
        .details-info__money {
          align-items: center; }
          .details-info__money .hide-on-mobile {
            display: none; } }
      .details-info__money .price-old {
        color: #bcb9b1;
        font-size: 1.9rem;
        text-decoration: line-through;
        margin-right: 20px; }
      .details-info__money .price-new {
        color: #f5c336;
        font-size: 3.4rem;
        line-height: 1.2; }
        @media only screen and (max-width: 1440px) {
          .details-info__money .price-new {
            font-size: 3rem; } }
    .details-info__percent {
      color: #222224;
      text-transform: uppercase;
      font-size: 1.4rem;
      padding: 4px 20px;
      background-color: #f5c336; }
    .details-info__note {
      margin: 32px 0;
      font-family: "SF-Medium", sans-serif; }
      @media only screen and (max-width: 1440px) {
        .details-info__note {
          margin: 24px 0 28px; } }
    .details-info__cover {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-bottom: 12px; }
    .details-info__name {
      color: #94949e;
      margin-right: 4px; }
    .details-info__social {
        display: flex;
        align-items: center;
      margin-left: 6px; }
      .details-info__social i {
          color: #fff;
        font-size: 2.4rem; }
        .details-info__social a + a {
          margin-left: 10px; }
    .details-info__quantity {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-top: 32px;
      padding: 28px 0;
      border-top: 1.2px dashed #7a7a82;
      border-bottom: 1.2px dashed #7a7a82;
      user-select: none; }
      @media only screen and (max-width: 1440px) {
        .details-info__quantity {
          margin-top: 24px;
          padding: 24px 0; } }
      @media only screen and (max-width: 1366px) {
        .details-info__quantity {
          margin-top: 28px; } }
      @media only screen and (max-width: 46.1875em) {
        .details-info__quantity {
          margin-top: 24px; }
          .details-info__quantity .hide-on-mobile {
            display: none; } }
    .details-info__activity {
      margin-right: 24px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 8px;
      border: 1.2px solid #7a7a82; }
      .details-info__activity > span + span {
        margin-left: 24px; }
    .details-info__number {
      font-size: 2rem;
      font-family: "Lora", serif;
      max-width: 20px;
      text-align: center; }
    .details-info__icon {
      cursor: pointer; }
    .details-info__btn {
      border: 0;
      background-color: transparent; }
      .details-info__btn:hover {
        color: #f5c336; }
    .details-info__policy {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 12px 20px;
      margin-bottom: 20px;
      border: 1px solid #94949e; }
      .details-info__policy .policy-cover {
        font-family: "SF-Medium", sans-serif;
        font-weight: 500;
        margin-left: 20px; }
      .details-info__policy .policy-title {
        font-size: 1.7rem;
        text-transform: uppercase; }
      .details-info__policy .policy-desc {
        font-size: 1.4rem;
        color: #94949e;
        margin-top: 4px; }
  .details-desc {
    margin-top: 80px; }
    @media only screen and (max-width: 1440px) {
      .details-desc {
        margin-top: 40px; } }
    .details-desc__heading {
      font-size: 2.4rem;
      margin-bottom: 28px;
      padding-bottom: 24px;
      font-family: "Lora", serif;
      border-bottom: 1px dashed #7a7a82; }
      @media only screen and (max-width: 1440px) {
        .details-desc__heading {
          margin-bottom: 24px;
          padding-bottom: 22px; } }
      @media only screen and (max-width: 1366px) {
        .details-desc__heading {
          font-size: 2.2rem; } }
    .details-desc__text {
      font-family: "SF-Medium", sans-serif;
      color: #94949e; }
  .details-same {
    margin-top: 90px;
    padding-bottom: 80px;
    position: relative; }
    @media only screen and (max-width: 1440px) {
      .details-same {
        margin-top: 58px;
        padding-bottom: 60px; } }
    .details-same::after, .details-same::before {
      position: absolute;
      content: "";
      bottom: 0;
      background-repeat: no-repeat; }
    .details-same::before {
      left: 0;
      width: 12%;
      padding-top: 20%;
      transform: translateY(30%);
      background-size: cover;
      background-position: center;
      background-image: url("/assets/user/image/about-1.webp"); }
      @media only screen and (max-width: 63.9375em) {
        .details-same::before {
          z-index: -1;
          width: 18%;
          padding-top: 30%;
          transform: translateY(75%); }
          .details-same::before .hide-on-bothTM {
            display: none !important; } }
    .details-same::after {
      right: 0;
      background-position: right;
      width: 11%;
      padding-top: 18%;
      background-size: contain;
      transform: translateY(50%);
      background-image: url("/assets/user/image/about-2.webp"); }
      @media only screen and (max-width: 63.9375em) {
        .details-same::after {
          padding-top: 25%;
          width: 14%;
          z-index: -1;
          transform: translateY(75%); }
          .details-same::after .hide-on-bothTM {
            display: none !important; } }
    .details-same__heading {
      font-family: "Lora", serif;
      font-size: 3.6rem; }
      @media only screen and (max-width: 1440px) {
        .details-same__heading {
          font-size: 3.4rem; } }
      @media only screen and (max-width: 1366px) {
        .details-same__heading {
          font-size: 3rem; } }
      @media only screen and (max-width: 63.9375em) {
        .details-same__heading {
          max-width: 70%;
          margin: 0 auto;
          text-align: center; }
          .details-same__heading .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .details-same__heading {
          max-width: 100%; }
          .details-same__heading .hide-on-mobile {
            display: none; } }
    .details-same .dish-list {
      width: 100%; }
      @media only screen and (max-width: 1440px) {
        .details-same .dish-list {
          margin: 48px auto 0; } }
      @media only screen and (max-width: 46.1875em) {
        .details-same .dish-list {
          margin: 68px auto 0; }
          .details-same .dish-list .hide-on-mobile {
            display: none; } }

.blog {
  padding-top: 24px;
  margin-bottom: 120px;
  position: relative; }
  @media only screen and (max-width: 1440px) {
    .blog {
      padding-top: 0; } }
  @media only screen and (max-width: 46.1875em) {
    .blog {
      padding-top: 0; }
      .blog .hide-on-mobile {
        display: none; } }
  .blog::after, .blog::before {
    position: absolute;
    content: "";
    bottom: 0;
    background-repeat: no-repeat; }
  .blog::before {
    left: 0;
    width: 12%;
    padding-top: 20%;
    transform: translateY(65%);
    background-size: cover;
    background-position: center;
    background-image: url("/assets/user/image/about-6.png"); }
    @media only screen and (max-width: 63.9375em) {
      .blog::before {
        z-index: -1;
        width: 18%;
        padding-top: 30%;
        transform: translateY(75%); }
        .blog::before .hide-on-bothTM {
          display: none !important; } }
  .blog::after {
    right: 0;
    bottom: 50%;
    background-position: right;
    width: 11%;
    padding-top: 18%;
    background-size: contain;
    transform: translateY(50%);
    background-image: url("/assets/user/image/about-8.png"); }
    @media only screen and (max-width: 63.9375em) {
      .blog::after {
        padding-top: 25%;
        width: 14%;
        z-index: -1;
        transform: translateY(75%); }
        .blog::after .hide-on-bothTM {
          display: none !important; } }
  .blog-wrapper {
    position: relative; }
    .blog-wrapper::after {
      position: absolute;
      content: "";
      z-index: -1;
      top: auto;
      right: 100%;
      bottom: 50%;
      width: 20%;
      transform: translateY(-50%);
      padding-top: 26%;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("/assets/user/image/news-bottom.webp"); }
      @media only screen and (max-width: 1650px) {
        .blog-wrapper::after {
          right: 90%; } }
      @media only screen and (max-width: 1366px) {
        .blog-wrapper::after {
          right: 85%;
          width: 15%;
          bottom: 0;
          padding-top: 16%;
          transform: translateY(50%); } }
      @media only screen and (max-width: 63.9375em) {
        .blog-wrapper::after {
          width: 22%;
          padding-top: 30%;
          transform: translateY(-100%); }
          .blog-wrapper::after .hide-on-bothTM {
            display: none !important; } }
  .blog-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 63.9375em) {
      .blog-header {
        flex-direction: column; }
        .blog-header .hide-on-bothTM {
          display: none !important; } }
    .blog-header__title {
      font-family: "Dancing Script", cursive;
      font-size: 6.8rem; }
      @media only screen and (max-width: 1440px) {
        .blog-header__title {
          font-size: 6.4rem; } }
      @media only screen and (max-width: 1366px) {
        .blog-header__title {
          font-size: 6rem;
          line-height: 1; } }
      @media only screen and (max-width: 63.9375em) {
        .blog-header__title {
          font-size: 5.4rem;
          text-align: center;
          margin-bottom: 24px; }
          .blog-header__title .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .blog-header__title {
          font-size: 5.4rem; }
          .blog-header__title .hide-on-mobile {
            display: none; } }
    .blog-header__group {
      position: relative;
      font-family: "Lora", serif;
      margin-top: 24px;
      min-width: 350px; }
      @media only screen and (max-width: 63.9375em) {
        .blog-header__group {
          max-width: 60%;
          margin: 0 auto;
          grid-row: span 1 / span 1;
          grid-column: span 2 / span 2; }
          .blog-header__group .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 63.9375em) {
        .blog-header__group {
          max-width: 100%; }
          .blog-header__group .hide-on-bothTM {
            display: none !important; } }
    .blog-header__input {
      color: #fff;
      width: 100%;
      padding: 12px 16px;
      font-family: "SF-Medium", sans-serif;
      border: 1px solid #94949e;
      background-color: transparent; }
    .blog-header__icon {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%); }
  .blog-nav {
    margin-top: 40px; }
  .blog-list {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 48px; }
    @media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
      .blog-list {
        gap: 48px 28px; }
        .blog-list .hide-on-pc-Lose {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .blog-list {
        margin-top: 32px;
        gap: 48px 23px;
        grid-template-columns: repeat(1, 1fr); }
        .blog-list .hide-on-bothTM {
          display: none !important; } }
  .blog-item {
    box-shadow: none; }
    @media only screen and (max-width: 63.9375em) {
      .blog-item:last-child {
        grid-column: auto; }
        .blog-item:last-child .hide-on-bothTM {
          display: none !important; } }
    .blog-item .news-item__title {
      margin-top: 8px; }
    .blog-item .news-item__info {
      position: relative;
      left: 0;
      bottom: 0; }
    .blog-item__desc {
      margin-top: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #94949e;
      font-family: "SF-Medium", sans-serif; }
    .blog-item__btn {
      display: inline-block;
      margin-top: 32px; }
  .blog-detail {
    font-family: "SF-Medium", sans-serif; }
    .blog-detail__title {
      font-family: "Lora", serif;
      font-size: 4.2rem;
      margin-bottom: 48px; }
      @media only screen and (max-width: 1366px) {
        .blog-detail__title {
          font-size: 3rem; } }
      @media only screen and (max-width: 46.1875em) {
        .blog-detail__title {
          font-size: 2.4rem;
          margin-bottom: 16px;
          line-height: 1.5; }
          .blog-detail__title .hide-on-mobile {
            display: none; } }
    .blog-detail__img {
      position: relative;
      padding-top: 54%;
      overflow: hidden; }
      .blog-detail__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog-detail__text, .blog-detail__category {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .blog-detail__category {
      margin: 28px 0 16px; }
      @media only screen and (max-width: 46.1875em) {
        .blog-detail__category {
          margin: 12px 0 16px; }
          .blog-detail__category .hide-on-mobile {
            display: none; } }
    .blog-detail__text + .blog-detail__text {
      margin-left: 16px;
      padding-left: 16px;
      border-left: 1.4px solid #94949e; }
    .blog-detail__text > span {
      font-size: 1.5rem;
      color: #f5c336; }
    .blog-detail__text > svg {
      margin-right: 12px; }
    .blog-detail__content {
      font-family: "SF-Medium", sans-serif;
        text-align: justify;
      color: #94949e; }
      .blog-detail__content table {
        width: 100% !important; }
    .blog-detail__same {
      padding-left: 24px;
      font-family: "Lora", serif; }
      @media only screen and (max-width: 46.1875em) {
        .blog-detail__same {
          padding-left: 0px;
          margin-top: 24px; }
          .blog-detail__same .hide-on-mobile {
            display: none; } }
    .blog-detail__name {
      font-size: 2.4rem !important;
      padding-bottom: 16px;
      border-bottom: 1.4px dashed #7a7a82; }
    .blog-detail__list .news-item__cover {
      margin-top: 32px; }

    .menu-cover{
        width: 100%;
    }

.send-banner > img {
    width: 100%; }

.send-content {
    margin: -64px 0 100px; }
@media only screen and (max-width: 46.1875em) {
    .send-content {
        margin: -16px 0 80px; }
    .send-content .hide-on-mobile {
        display: none; } }
.send-content__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 28px;
    margin-bottom: 100px; }
@media only screen and (max-width: 63.9375em) {
    .send-content__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px; }
    .send-content__list .hide-on-bothTM {
        display: none !important; } }
.send-content__item {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 48px;
    font-family: "SF-Medium", sans-serif;
    border-radius: 16px;
    background-color: #222226; }
@media only screen and (max-width: 1366px) {
    .send-content__item {
        padding: 40px 48px 60px; } }
.send-content__icon {
    margin-bottom: 24px; }
.send-content__title {
    font-size: 2.4rem;
    margin-bottom: 8px; }
@media only screen and (max-width: 46.1875em) {
    .send-content__title {
        font-size: 2.2rem; }
    .send-content__title .hide-on-mobile {
        display: none; } }
.send-content__link {
    text-align: center;
    margin-top: 4px;
    color: #94949e; }
@media only screen and (max-width: 46.1875em) {
    .send-content__link {
        font-size: 1.7rem; }
    .send-content__link .hide-on-mobile {
        display: none; } }
.send-content__link > span {
    display: block; }
.send-content__back {
    position: absolute;
    bottom: 0;
    right: 0; }
@media only screen and (max-width: 46.1875em) {
    .send-content__back {
        width: 32%; }
    .send-content__back .hide-on-mobile {
        display: none; } }
.send-content__back.top {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto; }
.send-content__form {
    margin-bottom: 100px;
    padding: 48px 96px;
    border-radius: 16px;
    background-color: #222226; }
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
    .send-content__form {
        padding: 16px 44px; } }
@media only screen and (max-width: 46.1875em) {
    .send-content__form {
        padding: 48px 16px 48px; }
    .send-content__form .hide-on-mobile {
        display: none; } }
.send-content__cover {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 28px; }
@media only screen and (max-width: 63.9375em) {
    .send-content__cover {
        font-size: 2rem; }
    .send-content__cover .hide-on-bothTM {
        display: none !important; } }
@media only screen and (max-width: 46.1875em) {
    .send-content__cover {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px; }
    .send-content__cover .hide-on-mobile {
        display: none; } }
.send-content__group {
    position: relative;
    padding: 12px 28px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #44444a;
    background-color: #1e1e21; }
@media only screen and (max-width: 63.9375em) {
    .send-content__group {
        padding: 12px 20px; }
    .send-content__group .hide-on-bothTM {
        display: none !important; } }
.send-content__group > svg {
    min-width: 16px; }
.send-content__name {
    font-size: 6.8rem;
    font-family: "Dancing Script", cursive;
    text-align: center;
    margin-bottom: 32px; }
@media only screen and (max-width: 63.9375em) {
    .send-content__name {
        font-size: 5rem; }
    .send-content__name .hide-on-bothTM {
        display: none !important; } }
@media only screen and (max-width: 46.1875em) {
    .send-content__name {
        font-size: 3.6rem; }
    .send-content__name .hide-on-mobile {
        display: none; } }
.send-content__input {
    width: 100%;
    font-size: 1.8rem;
    border: 0;
    color: #fff;
    background-color: transparent; }
.send-content__select {
    position: relative; }
.send-content__select > select {
    color: #fff;
    font-size: 1.8rem;
    padding: 12px 28px;
    width: 100%;
    height: 100%;
    outline: none;
    appearance: none;
    margin-right: 16px;
    border-radius: 50px;
    border: 1px solid #44444a;
    background-color: #1e1e21; }
@media only screen and (max-width: 46.1875em) {
    .send-content__select > select {
        padding: 12px 20px; }
    .send-content__select > select .hide-on-mobile {
        display: none; } }
.send-content__select .icon-select {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%); }
.send-content__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 0;
    margin-top: 56px;
    text-transform: uppercase;
    background-color: transparent; }
@media only screen and (max-width: 46.1875em) {
    .send-content__btn {
        margin-top: 24px; }
    .send-content__btn .hide-on-mobile {
        display: none; } }
.send-content__textarea {
    position: relative;
    grid-column: span 2 / span 2; }
@media only screen and (max-width: 46.1875em) {
    .send-content__textarea {
        grid-column: span 1 / span 1; }
    .send-content__textarea .hide-on-mobile {
        display: none; } }
.send-content__textarea > textarea {
    min-height: 150px;
    font-size: 1.8rem;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #44444a;
    background-color: #1e1e21;
    color: #fff;
    padding: 12px 44px 12px 28px; }
.send-content__textarea .icon-textarea {
    position: absolute;
    top: 16px;
    right: 28px; }

#chooseLang .modal-content{
    background-color: #1b1b1d;
}

#chooseLang .modal-content .banner-title{
    font-size: 5rem;
}
#chooseLang ul li a.header-activity__option:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    background-color: #fff;
}
#chooseLang ul li a.header-activity__option:hover:before{
    background-color: #1e2125;
}
#chooseLang ul li a.header-activity__option:hover:after{
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(45deg);
    transition: all 0.3s;
    width: 8px;
    height: 15px;
    right: 15px;
}
.lds-dual-ring.loading {
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.overlay_irt{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 9999999;
    opacity: 1;
    transition: all 0.5s;
}
