@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500"');
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanssc.css");
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none; }

a, a:after {
  transition: all 0s; }

nav, svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #896e4a; }

::-webkit-scrollbar {
  width: 10px; }
  @media (max-width: 576px) {
    ::-webkit-scrollbar {
      width: 6px; } }

/* Track */
::-webkit-scrollbar-track {
  background: rgba(137, 110, 74, 0.1); }

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(137, 110, 74, 0.25); }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(137, 110, 74, 0.25); }

@font-face {
  font-family: 'MSungHK';
  src: url("../Font/MSungHK-Medium.OTF");
  src: url("../Font/MSungHK-Medium.otf");
  font-weight: 600;
  font-style: normal; }
html,
body,
div,
section,
input,
button {
  font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', 'Roboto', sans-serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: 1px; }

body.en {
  font-family: 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans', 'Roboto', sans-serif !important; }

.font-sm {
  font-size: 12px;
  line-height: 26px; }

.font-basic {
  font-size: 16px; }

.font-lg {
  font-size: 20px; }

.txt-bold {
  font-weight: 600; }

.txt-underline {
  text-decoration: underline; }

.txt-primary {
  color: #896e4a; }

.msung {
  font-family: 'MSungHK', sans-serif;
  letter-spacing: 0px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); }

header {
  position: fixed;
  top: 0;
  background: #FFFFFF;
  z-index: 100;
  width: 100%; }

.header {
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 25px 24px; }
  @media (max-width: 576px) {
    .header {
      padding: 15px 25px; } }
  @media (max-width: 480px) {
    .header {
      padding: 15px; } }
  .header-logo {
    width: 300px;
    height: 76.8px;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .header-logo {
        width: 262.5px;
        height: 67.29px; } }
    @media (max-width: 576px) {
      .header-logo {
        width: 187.5px;
        height: 48.045px; } }
  .header-navitem {
    margin-left: 20px;
    padding: 5px;
    transition: all 0.3s;
    white-space: nowrap; }
    @media (max-width: 1170px) {
      .header-navitem {
        margin-left: 0;
        padding: 5px 10px; } }
    @media (max-width: 1060px) {
      .header-navitem {
        padding: 5px 5px; } }
    .header-navitem:not(:last-child):hover {
      color: #000;
      background-color: #ccc; }
  .header-lang {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #896e4a;
    color: #896e4a; }
    .header-lang a {
      margin-left: 20px; }
  @media (max-width: 992px) {
    .header .mobile-logo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; } }

@media (min-width: 1430px) {
  .vn .header .d-desktop {
    display: block; } }
@media (max-width: 1430px) {
  .vn .header .d-desktop {
    display: none !important; } }
@media (min-width: 1430px) {
  .vn .header .d-mobile {
    display: none; } }
@media (max-width: 1430px) {
  .vn .header .d-mobile {
    display: block !important; } }
@media (min-width: 768px) {
  .vn .d-desktop {
    display: block; } }
@media (max-width: 768px) {
  .vn .d-desktop {
    display: none !important; } }
@media (min-width: 768px) {
  .vn .d-mobile {
    display: none; } }
@media (max-width: 768px) {
  .vn .d-mobile {
    display: block !important; } }

/* desktop menu dropdown */
.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown div {
    cursor: pointer;
    padding-bottom: 0px; }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f7f7;
    padding-bottom: 0 !important;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(35, 31, 32, 0.2);
    z-index: 100;
    left: 0;
    top: 100%; }
    .dropdown-content a {
      color: #231f20;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      transition: all 0.3s;
      border-bottom: 1px solid #d9dadb; }
      .dropdown-content a:last-of-type {
        border-bottom: none; }
      .dropdown-content a:hover {
        background-color: rgba(88, 89, 91, 0.25);
        color: #896e4a; }
  .dropdown:hover .dropdown-content {
    display: block; }
  .dropdown-arrow {
    margin: 8px 0 0 6px;
    width: 12px;
    height: 8px; }

/* end of desktop menu dropdown */
/* lang dropdown */
.header-lang a {
  transition: all 0.3s; }
  .header-lang a:hover {
    color: #231f20; }

/* end of lang dropdown */
/* mobile menu */
.mobile-menu {
  font-size: 30px;
  cursor: pointer;
  color: #896e4a;
  margin-bottom: 5px; }
  @media (max-width: 992px) {
    .mobile-menu {
      float: right; } }
  @media (max-width: 576px) {
    .mobile-menu {
      font-size: 27px; } }
  @media (max-width: 480px) {
    .mobile-menu {
      font-size: 22px; } }
  @media (max-width: 992px) {
    .mobile-menu-container {
      width: 100%; } }
.mobile-sidenav {
  padding: 35px 25px 24px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: url(../../assets/img/2024-bg-video.jpg);
  background-size: cover;
  transition: 0.3s;
  display: none;
  opacity: 0;
  color: #FFFFFF; }
  @media (max-width: 576px) {
    .mobile-sidenav {
      padding: 18px 25px; } }
  @media (max-width: 480px) {
    .mobile-sidenav {
      padding: 18px 15px; } }
  .mobile-sidenav a {
    text-decoration: none;
    font-size: 20px;
    display: block;
    transition: 0.3s; }
    .mobile-sidenav a:hover {
      color: #f6f7f7; }
    .mobile-sidenav a.mobile-navitem {
      font-weight: normal; }
  .mobile-sidenav .closebtn {
    font-size: 30px;
    font-weight: bold;
    float: right; }
    @media (max-width: 576px) {
      .mobile-sidenav .closebtn {
        font-size: 27px; } }
    @media (max-width: 480px) {
      .mobile-sidenav .closebtn {
        font-size: 22px; } }
  .mobile-sidenav .mobile-navlist {
    margin-top: 60px;
    font-family: serif; }
  .mobile-sidenav .mobile-navitem {
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: serif; }
  .mobile-sidenav .mobile-lang {
    margin-top: 35px; }
    .mobile-sidenav .mobile-lang:hover {
      color: #f6f7f7; }
    .mobile-sidenav .mobile-lang a {
      margin-right: 20px;
      font-family: serif;
      font-size: 15px;
      font-weight: normal; }
      .mobile-sidenav .mobile-lang a:not(:last-child) {
        padding-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }

/* end of mobile menu */
.en {
  font-family: 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans', 'Roboto', sans-serif !important; }
  .en .header-navitem a, .en .header-lang a {
    font-family: 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans', 'Roboto', sans-serif !important; }
    @media (max-width: 1657px) {
      .en .header-navitem a, .en .header-lang a {
        font-size: 13px; } }
    @media (max-width: 1509px) {
      .en .header-navitem a, .en .header-lang a {
        font-size: 12px !important; } }
  .en .header-navitem {
    margin-left: 18px; }
    @media (max-width: 1262px) {
      .en .header-navitem {
        margin-left: 8px !important; } }
  .en .header-lang {
    margin-left: 0px;
    padding-left: 10px; }
    @media (max-width: 992px) {
      .en .header-lang {
        margin-left: 8px;
        padding-left: 8px; } }
    .en .header-lang a {
      margin-left: 10px; }
  @media (min-width: 992px) and (max-width: 1325px) {
    .en .header-logo {
      width: 210px;
      height: 53.82px; } }
  @media (max-width: 992px) {
    .en .header .mobile-logo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; } }
  @media (min-width: 993px) {
    .en .header .d-desktop {
      display: block; } }
  @media (max-width: 993px) {
    .en .header .d-desktop {
      display: none; } }
  @media (min-width: 993px) {
    .en .header .d-mobile {
      display: none; } }
  @media (max-width: 993px) {
    .en .header .d-mobile {
      display: block; } }
  .en .dropdown-content {
    min-width: 300px; }
  .en .mobile-sidenav a {
    font-size: 16px; }
  .en .mobile-sidenav .closebtn {
    font-size: 30px;
    font-weight: bold; }
    @media (max-width: 576px) {
      .en .mobile-sidenav .closebtn {
        font-size: 27px; } }
    @media (max-width: 480px) {
      .en .mobile-sidenav .closebtn {
        font-size: 22px; } }
  .en .mobile-navitem {
    font-size: 16px; }
  @media (max-width: 1200px) {
    .en .mobile-sidenav .mobile-logo {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      top: 50%; } }

.product-about.txt-brown {
  color: #896e4a; }

footer {
  background: #231f20;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 6px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0; }
  @media (max-width: 480px) {
    footer {
      font-size: 10px; } }

.footer-wrap {
  background: #231f20;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 6px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0; }

ul {
  list-style: none;
  display: contents; }

.tab-wrap-out {
  background-size: cover;
  margin-top: 60px; }

.tab-wrap {
  position: relative;
  display: flex;
  margin: 0 8%;
  height: 50vh;
  background-size: cover; }
  @media (max-width: 1250px) {
    .tab-wrap {
      width: 40%; } }
  @media (max-width: 992px) {
    .tab-wrap {
      width: 90%; } }
  @media (max-width: 768px) {
    .tab-wrap {
      justify-content: space-between; } }
  .tab-wrap p,
  .tab-wrap li {
    font-size: 17px; }
  .tab-wrap li {
    line-height: 26px; }

@media screen and (max-width: 1500px) {
  .tab-wrap {
    margin: 0 10%; } }
input[type='radio'][name='tabs'] {
  position: absolute;
  z-index: -1;
  display: none; }

input[type='radio'][name='tabs']:checked + .tab-label-content label {
  color: black; }
  input[type='radio'][name='tabs']:checked + .tab-label-content label p::before {
    width: 100%; }

input[type='radio'][name='tabs']:checked + .tab-label-content .tab-content {
  display: block; }

input[type='radio'][name='tabs']:nth-of-type(1):checked ~ .slide_line {
  left: calc((100% / 2) * 0); }

input[type='radio'][name='tabs']:nth-of-type(2):checked ~ .slide_line {
  left: calc((100% / 2) * 1); }

input[type='radio'][name='tabs']:first-of-type:checked ~ .slide_line {
  left: 0; }

label {
  cursor: pointer;
  color: #0a0707;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  text-align: center;
  height: 56px;
  transition: color 0.2s ease;
  width: 15%; }

@media screen and (max-width: 1550px) {
  label {
    width: 40%; } }
@media screen and (max-width: 1040px) {
  label {
    width: 40%; } }
@media screen and (max-width: 992px) {
  label {
    width: 40%; } }
.slide_line {
  background: #ffeb3b;
  width: calc(100% / 2);
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  transition: left 0.3s ease-out; }

.tab-label-content {
  width: 100%;
  margin-top: 50px;
  display: contents; }
  .tab-label-content label p {
    position: relative;
    padding: 0 15px 5px;
    color: #B94948; }
    .tab-label-content label p::before {
      content: '';
      top: 100%;
      left: 0;
      width: 0;
      height: 4px;
      background-color: brown;
      position: absolute;
      transition: all 0.3s; }

.tab-label-content .tab-content {
  position: absolute;
  top: 100px;
  left: 0px;
  line-height: 130%;
  display: none;
  width: 100%; }

.tab-item {
  word-break: break-all; }

.line {
  background-color: brown;
  width: 90px;
  height: 6px;
  position: absolute;
  top: 40px; }

.lines {
  background-color: brown;
  width: 140px;
  height: 6px;
  position: absolute;
  top: 40px; }

@media screen and (max-width: 800px) {
  h1 {
    padding: 40px 0 90px 10%; }

  .tab-wrap {
    width: 80%; }

  label {
    width: 40%; } }
@media screen and (max-width: 768px) {
  .tab-wrap-out {
    margin-top: 50px; }

  .tab-wrap {
    width: 65%;
    margin: 0 auto; } }
@media screen and (max-width: 577px) {
  .tab-wrap-out {
    margin-top: 80px; } }
@media screen and (max-width: 575px) {
  label {
    width: 50%; }

  .tab-wrap {
    margin: 0 auto;
    width: 80%; } }
@media screen and (max-width: 345px) {
  label {
    width: 50%; }

  label > p {
    padding-left: 4px; }

  .line {
    width: 75px; }

  .lines {
    width: 120px; } }
.follow {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: #03a9f4;
  display: block;
  margin: 300px auto 0;
  white-space: nowrap;
  padding: 13px;
  box-sizing: border-box;
  color: white;
  transition: all 0.2s ease;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2); }

.follow i {
  margin-right: 20px;
  transition: margin-right 0.2s ease; }

.follow:hover {
  width: 134px; }

.follow:hover i {
  margin-right: 10px; }

@media screen and (max-width: 800px) {
  .follow {
    margin: 400px auto 0; } }
.tab-content .suggestion {
  display: flex;
  align-items: baseline;
  padding: 0; }
  @media (max-width: 576px) {
    .tab-content .suggestion {
      flex-direction: column;
      align-items: center; } }
  .tab-content .suggestion-info {
    position: relative;
    display: flex; }
    @media (max-width: 576px) {
      .tab-content .suggestion-info {
        justify-content: center; } }
    .tab-content .suggestion-info-item {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-right: 80px;
      max-width: 100%;
      min-width: 180px;
      text-align: center;
      margin-top: 60px; }
      @media (max-width: 768px) {
        .tab-content .suggestion-info-item {
          margin-right: 40px; } }
      @media (max-width: 576px) {
        .tab-content .suggestion-info-item {
          align-items: center;
          text-align: left;
          margin-right: 0; } }
      @media (max-width: 400px) {
        .tab-content .suggestion-info-item {
          min-width: 110px; } }
      .tab-content .suggestion-info-item img {
        width: 100px;
        margin-bottom: 20px; }
      .tab-content .suggestion-info-item p {
        color: #896e4a;
        text-align: center; }
      .tab-content .suggestion-info-item span {
        display: block;
        padding: 5px 20px;
        background-color: #6c4d24;
        border-radius: 4px;
        color: #fff;
        margin-bottom: 20px; }
  .tab-content .suggestion-left {
    display: flex;
    max-width: 470px;
    min-width: 200px;
    border-right: 1px solid #896e4a;
    flex-wrap: wrap; }
    @media (max-width: 992px) {
      .tab-content .suggestion-left {
        flex-direction: column;
        width: 50%;
        max-width: 500px; } }
    @media (max-width: 576px) {
      .tab-content .suggestion-left {
        border-right: none; } }
    .tab-content .suggestion-left div {
      margin-bottom: 20px;
      max-width: 230px; }
  .tab-content .suggestion-right {
    max-width: 470px;
    min-width: 200px;
    margin-left: 60px; }
    @media (max-width: 1200px) {
      .tab-content .suggestion-right {
        margin-left: 20px; } }
    @media (max-width: 992px) {
      .tab-content .suggestion-right {
        margin-left: 27px; } }
    @media (max-width: 576px) {
      .tab-content .suggestion-right {
        margin-left: 0px; } }
  .tab-content .suggestion img.suggestion-title-img {
    position: absolute;
    width: 140px; }
    .tab-content .suggestion img.suggestion-title-img.larger {
      width: 140px; }

.snowy-tab {
  width: 40% !important; }
  @media (max-width: 992px) {
    .snowy-tab {
      width: 100% !important; } }

* {
  letter-spacing: 1px;
  position: relative;
  font-size: 15px; }

@media (max-width: 768px) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

img {
  width: 100%;
  object-fit: cover; }

.pagecontent {
  max-width: 1920px;
  width: 100%;
  padding: 170px 25px 0;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .pagecontent {
      padding-top: 100px; } }
  @media (max-width: 576px) {
    .pagecontent {
      padding-top: 68px; } }
  @media (max-width: 480px) {
    .pagecontent {
      padding: 68px 15px 0; } }

@media (max-width: 1400px) {
  .vn .pagecontent {
    padding-top: 130px; } }
@media (max-width: 1110px) {
  .vn .pagecontent {
    padding-top: 155px; } }
@media (max-width: 1007px) {
  .vn .pagecontent {
    padding-top: 175px; } }
@media (max-width: 993px) {
  .vn .pagecontent {
    padding-top: 107px; } }
@media (max-width: 768px) {
  .vn .pagecontent {
    padding-top: 100px; } }
@media (max-width: 576px) {
  .vn .pagecontent {
    padding-top: 68px; } }
@media (max-width: 480px) {
  .vn .pagecontent {
    padding: 68px 15px 0; } }

@media (min-width: 768px) {
  .d-desktop {
    display: block; } }
@media (max-width: 768px) {
  .d-desktop {
    display: none; } }
.d-mobile {
  display: none; }
  @media (max-width: 768px) {
    .d-mobile {
      display: block; } }

/* hero banner */
.banner-slider {
  margin-bottom: 0 !important; }
  .banner-slider .slide {
    display: none;
    transition: all 0.3s; }
    .banner-slider .slide img {
      max-width: 1920px;
      width: 100%;
      height: auto; }
    .banner-slider .slide:first-child {
      opacity: 0; }
    .banner-slider .slide .home-video {
      max-width: 1920px;
      width: 100%;
      padding: 20px;
      padding-top: 35px;
      margin-top: -50px; }
      @media (max-width: 450px) {
        .banner-slider .slide .home-video {
          padding-top: 28px;
          padding-bottom: 25px; } }
      .banner-slider .slide .home-video .video-title {
        padding-bottom: 10px; }
      .banner-slider .slide .home-video .video-img {
        max-width: 820px;
        margin: auto; }
      .banner-slider .slide .home-video .btn-play {
        height: 70px;
        width: 70px; }
        @media (max-width: 450px) {
          .banner-slider .slide .home-video .btn-play {
            height: 30px;
            width: 30px; } }
  .banner-slider.slick-initialized .slide {
    display: block;
    width: 100% !important; }
    @media (min-width: 1036px) {
      .banner-slider .slick-dots {
        width: auto;
        position: absolute;
        top: 50%;
        left: 18px;
        bottom: inherit;
        transform: translateY(-50%);
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
      }
      @media (max-width: 768px) {
        .banner-slider .slick-dots {
          left: 10px;
        }
      }
      @media (max-width: 576px) {
        .banner-slider .slick-dots li {
          margin: 0;
          height: 15px;
        }
      }
    }
    @media (max-width: 1036px) {
      .banner-slider .slick-dots {
        bottom: 0px;
      }
    }
  .banner-slider .slick-dots li.slick-active button:before {
    color: #FFFFFF;
    opacity: 1; }
  .banner-slider .slick-dots li button:before {
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0.5;
    line-height: 30px; }
    @media (max-width: 576px) {
      .banner-slider .slick-dots li button:before {
        font-size: calc(10px - 2px); } }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slick-track .slick-slide {
    height: auto; }

/* end of hero banner*/
.home-intro {
  padding: 60px 100px;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  line-height: 26px;
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s; }
  .home-intro p {
    margin: 25px 0; }
  @media (max-width: 992px) {
    .home-intro {
      padding: 36px 80px; } }
  @media (max-width: 768px) {
    .home-intro {
      padding: 12px 0; } }
.home-video {
  background: url(../../assets/img/2024-bg-video.jpg);
  padding: 50px;
  position: relative;
  margin: 0 auto 25px;
  /* transform: translateY(30px); */
  opacity: 0;
  transition: all .3s; }
  @media (max-width: 992px) {
    .home-video {
      padding: 25px; } }
  @media (max-width: 768px) {
    .home-video {
      padding: 25px 15px 10px 15px;
      margin-top: -5px; } }
  @media (max-width: 480px) {
    .home-video {
      margin: -15px auto 15px; } }
  @media (max-width: 768px) {
    .home-video .d-flex {
      flex-direction: column; } }
  @media (max-width: 768px) {
    .home-video .col-6 {
      flex: 0 0 100%;
      max-width: 100%; } }

/* video */
.video-title {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .video-title {
      font-size: 22px;
      padding-bottom: 20px; } }
.video-content {
  max-width: 1600px;
  margin: 0 auto;
  opacity: 1; }
.video-intro {
  padding: 15px 0 0;
  width: 100%;
  color: #FFFFFF; }
  .video-intro div {
    font-size: 16px; }
  @media (max-width: 768px) {
    .video-intro {
      padding: 15px 0 25px; } }
.video-name {
  color: #896e4a;
  font-size: 25px;
  margin-bottom: 40px;
  font-weight: bold; }
  @media (max-width: 1200px) {
    .video-name {
      margin-bottom: 25px;
      font-size: 20px; } }
.video-desc {
  padding-bottom: 30px;
  border-bottom: 1px solid #896e4a;
  line-height: 26px; }
  @media (max-width: 992px) {
    .video-desc {
      padding-bottom: 20px; } }
.video-slogan {
  padding-top: 30px; }
  @media (max-width: 992px) {
    .video-slogan {
      padding-top: 20px; } }
.video-imageholder {
  width: calc(100% - 5%);
  cursor: pointer;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .video-imageholder {
      width: 100%; } }
.video-controls {
  position: absolute;
  top: 50%;
  width: 100%; }
.video-next, .video-previous {
  background: #FFFFFF;
  border: 1px solid #896e4a;
  height: 60px;
  width: 60px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.5; }
  @media (max-width: 576px) {
    .video-next, .video-previous {
      height: 50px;
      width: 50px; } }
.video-previous {
  margin-left: 40px;
  left: 5px; }
  .video-previous:hover {
    padding: 15px 25px 15px 5px;
    opacity: 1; }
  @media (max-width: 768px) {
    .video-previous {
      margin-left: 15px; } }
.video-next {
  margin-right: 40px;
  right: 5px; }
  .video-next:hover {
    padding: 15px 5px 15px 25px;
    opacity: 1; }
  @media (max-width: 768px) {
    .video-next {
      margin-right: 15px; } }
@media (max-width: 992px) {
  .video-slider .d-flex {
    flex-direction: column !important; } }

.slider-item {
  display: none; }
  .slider-item.active {
    display: block; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20%); }
  100% {
    opacity: 1;
    transform: translate(0); } }
/* end of video*/
#ad {
  position: absolute;
  top: -125px; }
  @media (max-width: 768px) {
    #ad {
      top: -50px; } }
  @media (max-width: 480px) {
    #ad {
      top: -50px; } }

/* fix padding right problem when modal open */
.fixpaddingright {
  padding-right: 0 !important; }
  .fixpaddingright.modal-open {
    overflow: auto; }

/* end of fix padding right problem when modal open */
/* youtube in modal */
.modal {
  padding-left: 10px;
  padding-right: -20px !important; }
  .modal-dialog {
    max-width: 1200px;
    width: 100%; }
    .modal-dialog-security {
      max-width: 640px; }
  .modal-body {
    position: relative;
    padding: 0px; }
  .modal-content {
    border: none; }

/* end of youtube in modal */
/* product */
.product {
  float: left;
  width: 73%;
  height: 300px;
  margin-top: 40px; }
  @media (max-width: 1600px) {
    .product {
      width: 65%; } }
  @media (max-width: 1200px) {
    .product {
      margin-top: 20px; } }
  @media (max-width: 992px) {
    .product {
      margin-top: 10px; } }
  .product-type {
    max-width: 1920px;
    width: 100%;
    /* transform: translateY(30px); */
    opacity: 0;
    transition: all .3s;
    background: url('../../assets/img/mooncake-series-bg.jpg');
    background-size: cover;  
    background-repeat: no-repeat;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .product-type {
        margin: 0 auto;
        background: rgba(88, 89, 91, 0.05);
        background-size: 100% 100%; } }
    @media (max-width: 768px) {
      .product-type .vn {
        font-size: 15px; } }
    @media (max-width: 400px) {
      .product-type .vn {
        font-size: 10px; } }
  .product-container {
    width: 100%;
    margin: 40px auto 0;
    padding-left: 0; }
    @media (max-width: 768px) {
      .product-container {
        padding: 0 25px;
        margin: 20px auto 0; } }
    @media (max-width: 480px) {
      .product-container {
        padding: 0 15px; } }
  .product-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    padding-top: 40px;
    font-family: serif; }
    @media (max-width: 768px) {
      .product-title {
        font-size: 22px;
        padding-top: 25px; } }
  .product-name {
    font-size: 20px;
    font-weight: bold;
    color: #896e4a;
    opacity: 0.5;
    font-family: serif; }
    .product-name:hover {
      opacity: 1; }
    @media (max-width: 1200px) {
      .product-name {
        font-size: 22px; } }
    @media (max-width: 992px) {
      .product-name {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .product-name {
        opacity: 1;
        line-height: 55px;
        background: #f6f7f7;
        padding: 0 15px;
        margin-bottom: 50px; } }
  .product div {
    display: block;
    background-color: inherit;
    color: #231f20;
    margin: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .product div {
        margin: 16px; } }
    .product div:hover > .deco-before {
      width: 25px; }
    .product div.product-active > .deco-before {
      width: 25px; }
    .product div:hover > .deco-after {
      width: 70%; }
    .product div.product-active > .deco-after {
      width: 70%; }
  .product-active > span {
    opacity: 1; }
  .product-active > .deco-before {
    opacity: 1;
    transition: all 0.3s; }
  .product-active > .deco-after {
    opacity: 1;
    transition: all 0.5s; }
  .product-content {
    float: right;
    width: 100%;
    display: none; }
    @media (max-width: 768px) {
      .product-content-m {
        margin-bottom: 25px; } }
  .product-links {
    position: relative; }
  .product-show {
    display: block; }
  .product-listing {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    width: 100%; }
  .product-item-img {
    border-radius: 20px;
  }    
  .product-item {
    flex-basis: 20%;
    margin: calc(10% / 6);
    /* border-radius: 20px; */
    overflow: hidden;
    position: relative;
    transition: all 250ms; }
    .product-item:hover {
      opacity: 0.6; }
    .product-item a {
      position: static; }
    .product-item-title {
      text-align: center;
      z-index: 10;
      height: 64px;
      font: 21px;
      vertical-align: middle;
      color: #ffffff;
      font-size: 1.4rem; }
    .product-item-title-text {
      font-size: 1.4rem;
      margin: auto; }
      @media (max-width: 1300px) {
        .product-item-title {
          font-size: 1.1rem;
          text-align: center; } }
      @media (max-width: 1100px) {
        .product-item-title {
          font-size: 1rem;
          text-align: center;
          line-height: 18px; } }

.deco-before {
  border-bottom: 1px solid #896e4a;
  width: 0px;
  top: 50%;
  right: 100%;
  position: absolute;
  margin-right: 10px; }
  @media (max-width: 768px) {
    .deco-before {
      width: 100%;
      left: 0; } }
.deco-after {
  border-bottom: 1px solid #896e4a;
  width: 0px;
  z-index: 3;
  top: 50%;
  position: absolute;
  left: 500px;
  margin-left: 40px; }

/* end of product */
.footer {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s; }

@media (max-width: 768px) {
  .mb-md-5 {
    margin-bottom: 0 !important; } }

.en .product-name {
  font-size: 20px; }
  @media (max-width: 1200px) {
    .en .product-name {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .en .product-name {
      font-size: 16px; } }
  @media (max-width: 480px) {
    .en .product-name {
      font-size: calc(15px - 1px); } }
  @media (max-width: 360px) {
    .en .product-name {
      font-size: calc(15px - 2px); } }
.en .product-content {
  transition: all 0.3s; }
  @media (max-width: 1200px) {
    .en .product-content {
      width: 65%; } }
  @media (max-width: 992px) {
    .en .product-content {
      width: 55%; } }
  @media (max-width: 480px) {
    .en .product-content-m {
      margin-bottom: 15px; } }
@media (max-width: 992px) {
  .en .product-container {
    padding-left: 50px; } }
@media (max-width: 768px) {
  .en .product-container {
    padding-left: 25px; } }
@media (max-width: 480px) {
  .en .product-container {
    padding-left: 15px; } }
.en .product div.product-active > .deco-after {
  width: 75%; }
  @media (max-width: 1200px) {
    .en .product div.product-active > .deco-after {
      width: 50%; } }
.en .deco-after {
  left: 375px; }
  @media (max-width: 1200px) {
    .en .deco-after {
      left: 335px; } }
@media (max-width: 576px) {
  .en .video-title,
  .en .product-title {
    font-size: 18px; } }

.about {
  margin: 0 auto;
  padding: 20px 25px 30px;
  max-width: 1920px;
  line-height: 26px; }
  @media (max-width: 768px) {
    .about {
      padding: 0 0 40px; } }
  @media (max-width: 768px) {
    .about .d-flex {
      flex-direction: column; } }
  .about-paragraph {
    padding: 20px 100px;
    transition: all 0.3s; }
    @media (max-width: 1200px) {
      .about-paragraph {
        padding: 50px 25px; } }
    @media (max-width: 768px) {
      .about-paragraph {
        padding: 50px 25px; } }
    @media (max-width: 480px) {
      .about-paragraph {
        padding: 50px 15px; } }
  .about-detail {
    max-width: 1600px;
    margin: 0 auto; }
  .about-title {
    width: 30%;
    font-size: 22px;
    color: #896e4a;
    font-weight: bold;
    font-family: serif; }
    @media (max-width: 768px) {
      .about-title {
        width: 100%;
        text-align: center;
        margin-bottom: 25px; } }
  .about-content {
    width: 70%;
    padding-left: 20px; }
    @media (max-width: 768px) {
      .about-content {
        width: 100%;
        padding-left: 0;
        text-align: center; } }

.grey-bg {
  background: #f6f7f7; }

.en .about-title {
  padding-right: 45px;
  line-height: 32px;
  font-size: 18px; }
  @media (max-width: 992px) {
    .en .about-title {
      padding-right: 25px; } }
  @media (max-width: 768px) {
    .en .about-title {
      font-size: 18px;
      padding-right: 0; } }

.contact-title {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin: 90px auto 30px;
  font-family: "Noto Serif TC", "Noto Serif SC", "Libre Baskerville", MSungHK, MSung, serif; }
  @media (max-width: 768px) {
    .contact-title {
      margin: 55px auto 30px; } }
.contact-detail {
  width: 50%;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .contact-detail {
      width: 60%; } }
  @media (max-width: 768px) {
    .contact-detail {
      width: 70%; } }
  @media (max-width: 576px) {
    .contact-detail {
      width: 90%; } }
  .contact-detail-title {
    font-weight: 600;
    font-family: 'Noto Serif TC', 'Noto Serif SC', 'Libre Baskerville', MSungHK, MSung, serif;
    margin-bottom: 10px; }
  .contact-detail-para {
    margin-bottom: 20px; }
    .contact-detail-para a {
      text-decoration: underline; }
.contact-dropdown {
  color: #896e4a;
  margin: 0 auto 50px; }
  @media (max-width: 768px) {
    .contact-dropdown {
      margin-bottom: 40px; } }
  .contact-dropdown .dropdown-arrow {
    margin-top: 0;
    position: absolute;
    right: 18px; }
  .contact-dropdown div {
    padding-bottom: 0; }
  .contact-dropdown .dropdown {
    min-width: 200px; }
    .contact-dropdown .dropdown-btn {
      padding: 8px 18px;
      border: 1px solid #896e4a;
      font-size: 16px; }
    .contact-dropdown .dropdown-content {
      left: 50%;
      transform: translateX(-50%);
      min-width: 200px;
      background: #896e4a; }
      .contact-dropdown .dropdown-content a:hover {
        background: #685338; }
      .contact-dropdown .dropdown-content div {
        color: #FFFFFF; }
.contact-list {
  max-width: 1600px;
  margin: 0 auto 40px; }
  @media (max-width: 768px) {
    .contact-list li:not(:last-child) {
      border-bottom: 1px solid rgba(137, 110, 74, 0.5); } }
.contact-item {
  width: 33.33%;
  padding: 30px 35px;
  text-align: center;
  transition: all 0.3s !important; }
  @media (max-width: 992px) {
    .contact-item {
      width: 50%; } }
  @media (max-width: 768px) {
    .contact-item {
      width: 100%;
      background: none;
      padding: 30px 15px; } }
.contact-location {
  font-size: 25px;
  font-weight: bold;
  color: #896e4a;
  font-family: serif; }
.contact-shop {
  font-size: 20px;
  font-weight: bold;
  font-family: serif; }
.contact-info, .contact-channel {
  transition: all 0s !important; }
.contact-online {
  word-break: break-all; }
.contact-info a, .contact-online a {
  transition: all 0s !important; }
.contact-btn {
  border: 1px solid #FFFFFF;
  padding: 10px 16px;
  max-width: 120px;
  margin: 45px auto 0;
  opacity: 0;
  transition: all 0.3s;
  opacity: 1;
  border: 1px solid #896e4a;
  color: #896e4a;
  margin-bottom: 25px; }
  .contact-btn:hover {
    background: #896e4a;
    color: #FFFFFF; }
.contact .linktext {
  text-decoration: underline;
  color: #896e4a; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.w-30 {
  width: 27% !important; }

.en .contact-dropdown .dropdown {
  min-width: 270px; }
  .en .contact-dropdown .dropdown-content {
    min-width: 270px; }

.contact-icon .phone-icon {
  width: 18px;
  margin-right: 7px; }
.contact-icon .email-icon {
  width: 20px;
  margin-right: 7px; }
.contact-icon .location-icon {
  width: 15px;
  margin-right: 7px; }
.contact-icon .shop-icon {
  width: 20px;
  margin-right: 7px; }
.contact-icon .fb-icon {
  width: 28px;
  margin-right: 7px; }
.contact-icon .ig-icon {
  width: 28px;
  margin-right: 7px; }

.flex-cont {
  display: flex; }
  @media (max-width: 768px) {
    .flex-cont {
      display: block; } }

.product-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%; }
.product-detail {
  padding: 0 25px;
  opacity: 0;
  transition: all .3s;
  margin: 107px auto 0;
  max-width: 1920px;
  width: 100%; }
  @media (max-width: 768px) {
    .product-detail {
      width: 100%; } }
  @media (max-width: 576px) {
    .product-detail {
      margin-top: 68px; } }
  @media (max-width: 480px) {
    .product-detail {
      padding: 0 15px; } }
  .product-detail .tradition,
  .product-detail .lava,
  .product-detail .durian,
  .product-detail .snowy {
    height: calc(100vh - 160px); }
    @media (max-width: 768px) {
      .product-detail .tradition,
      .product-detail .lava,
      .product-detail .durian,
      .product-detail .snowy {
        height: 100%; } }
    @media (max-width: 576px) {
      .product-detail .tradition,
      .product-detail .lava,
      .product-detail .durian,
      .product-detail .snowy {
        height: calc(100vh - 120px); } }
    @media (max-width: 480px) {
      .product-detail .tradition,
      .product-detail .lava,
      .product-detail .durian,
      .product-detail .snowy {
        height: calc(100vh - 112px); } }
  .product-detail .tradition {
    background: #f0667c;
    background-size: cover; }
  .product-detail .lava {
    background: #f8a770;
    background-size: cover; }
  .product-detail .durian {
    background: url(../../assets/img/product/series3/bg-detail.jpg);
    background-size: cover; }
  .product-detail .snowy {
    background: url(../../assets/img/product/series3/bg-detail.jpg);
    background-size: cover; }
  .product-detail .cartoon {
    background: url(../../assets/img/product/series4/bg.jpg);
    background-size: cover; }
.product-topmenu {
  background: #606061;
  background-blend-mode: multiply;
  z-index: 3;
  transition: all 0.3s; }
  @media (max-width: 768px) {
    .product-topmenu .dropdown-arrow {
      margin-top: 9px; } }
  .product-topmenu .dropdown-content {
    left: 50%;
    transform: translateX(-50%); }
    .product-topmenu .dropdown-content a {
      text-align: center;
      border-bottom: 1px solid rgba(35, 31, 32, 0.15); }
  .product-topmenu-s1 {
    background-image: url(../../assets/img/producttitle/ts-bar-1660x62.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .product-topmenu-s1 .dropdown-arrow {
        margin-top: 9px; } }
    .product-topmenu-s1 .dropdown-content {
      left: 50%;
      transform: translateX(-50%); }
      .product-topmenu-s1 .dropdown-content a {
        text-align: center;
        border-bottom: 1px solid rgba(35, 31, 32, 0.15); }
  .product-topmenu-s2 {
    background-image: url(../../assets/img/producttitle/ls-bar-1660x62.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .product-topmenu-s2 .dropdown-arrow {
        margin-top: 9px; } }
    .product-topmenu-s2 .dropdown-content {
      left: 50%;
      transform: translateX(-50%); }
      .product-topmenu-s2 .dropdown-content a {
        text-align: center;
        border-bottom: 1px solid rgba(35, 31, 32, 0.15); }
  .product-topmenu-s3 {
    background-image: url(../../assets/img/producttitle/ts-bar-1660x62.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .product-topmenu-s3 .dropdown-arrow {
        margin-top: 9px; } }
    .product-topmenu-s3 .dropdown-content {
      left: 50%;
      transform: translateX(-50%); }
      .product-topmenu-s3 .dropdown-content a {
        text-align: center;
        border-bottom: 1px solid rgba(35, 31, 32, 0.15); }
  .product-topmenu-s4 {
    background-image: url(../../assets/img/producttitle/ts-bar-1660x62.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .product-topmenu-s4 .dropdown-arrow {
        margin-top: 9px; } }
    .product-topmenu-s4 .dropdown-content {
      left: 50%;
      transform: translateX(-50%); }
      .product-topmenu-s4 .dropdown-content a {
        text-align: center;
        border-bottom: 1px solid rgba(35, 31, 32, 0.15); }
.product-series {
  padding: 20px 10px !important;
  color: #FFFFFF; }
  @media (max-width: 576px) {
    .product-series {
      padding: 20px 10px 13px !important; } }
  .product-series:not(:last-child) {
    margin-right: 15px; }
    @media (max-width: 992px) {
      .product-series:not(:last-child) {
        margin-right: 0; } }
  .product-series a:hover::after {
    width: 100%; }
  .product-series a::after {
    content: '';
    width: 0%;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 110%;
    transition: all 0.3s; }
.product-infomation {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  list-style: none; }
  @media (max-width: 768px) {
    .product-infomation {
      padding: 0; } }
  @media (max-height: 1080px) and (orientation: landscape) {
    .product-infomation {
      position: relative; } }
  .product-infomation-container {
    height: calc(100vh - 227px);
    flex-direction: column; }
    @media (max-width: 768px) {
      .product-infomation-container {
        overflow-y: scroll;
        height: calc(100vh - 220px); }
        .product-infomation-container .product-arrows {
          position: absolute;
          top: 50%; }
          .product-infomation-container .product-arrows img {
            padding: 0;
            margin: 0; } }
    @media (max-width: 576px) {
      .product-infomation-container {
        height: calc(100vh - 190px); } }
    @media (max-width: 480px) {
      .product-infomation-container {
        height: calc(100vh - 182px); } }
    @media (max-height: 1080px) and (orientation: landscape) {
      .product-infomation-container {
        height: calc(100vh - 227px); } }
    @media (max-height: 1080px) and (max-width: 768px) {
      .product-infomation-container {
        overflow-y: scroll; } }
  .product-infomation .align-items-center {
    align-items: inherit !important;
    overflow-y: scroll; }
.product-img {
  width: 50%;
  text-align: right; }
  .product-img img {
    padding: 50px;
    max-width: 650px;
    width: 100%; }
    @media (max-width: 1600px) {
      .product-img img {
        padding: 50px 18px 50px 82px; } }
    @media (max-width: 768px) {
      .product-img img {
        padding: 60px 60px 0 60px; } }
  @media (max-width: 992px) {
    .product-img {
      width: 100%;
      text-align: center;
      position: relative; } }
  @media (max-height: 1080px) and (orientation: landscape) {
    .product-img {
      top: 50%;
      position: absolute;
      transform: translateY(-50%); } }
  .product-img-slider {
    width: 50%; }
    @media (max-width: 992px) {
      .product-img-slider {
        width: 100%; } }
.product-about {
  width: 50%;
  color: #FFFFFF;
  padding: 50px 160px 50px 40px;
  transition: all 0.3s;
  right: 0;
  position: absolute; }
  @media (max-width: 1200px) {
    .product-about {
      padding: 50px 100px 50px 20px; } }
  @media (max-width: 992px) {
    .product-about {
      position: relative;
      width: 100%;
      padding: 50px 65px 50px 65px; } }
  @media (max-width: 768px) {
    .product-about {
      padding: 15px 75px 75px 75px; } }
  @media (max-width: 576px) {
    .product-about {
      padding: 15px 15px 25px; } }
  .product-about-series {
    font-size: 25px;
    margin-bottom: 8px;
    font-family: serif;
    line-height: 36px; }
    @media (max-width: 992px) {
      .product-about-series {
        text-align: center; } }
    @media (max-width: 768px) {
      .product-about-series {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .product-about-series {
        font-size: calc(20px - 2px);
        margin-bottom: 5px; } }
  .product-about-name {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: bold;
    font-family: serif;
    line-height: 50px; }
    @media (max-width: 992px) {
      .product-about-name {
        text-align: center; } }
    @media (max-width: 768px) {
      .product-about-name {
        font-size: calc(22px + 2px);
        line-height: 40px; } }
    @media (max-width: 480px) {
      .product-about-name {
        margin-bottom: 10px;
        line-height: 36px; } }
  .product-about-pack {
    font-size: 15px;
    margin-bottom: 35px;
    line-height: 30px; }
    @media (max-width: 992px) {
      .product-about-pack {
        text-align: center; } }
    @media (max-width: 480px) {
      .product-about-pack {
        margin-bottom: 25px; } }
  .product-about-desc {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 30px; }
    @media (max-width: 992px) {
      .product-about-desc {
        text-align: center; } }
  .product-about-content {
    font-size: 15px;
    line-height: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    @media (max-width: 992px) {
      .product-about-content {
        text-align: center; } }
    @media (max-width: 768px) {
      .product-about-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .product-about .align-items-end a {
    margin: 0 0 -6px; }
    @media (max-width: 768px) {
      .product-about .align-items-end a {
        max-width: 160px;
        margin: 0 auto; } }
  @media (max-width: 768px) {
    .product-about .align-items-end div {
      width: 100%; } }
  .product-about-btn {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .product-about-btn {
        text-align: center; } }
    @media (max-height: 1080px) and (orientation: landscape) {
      .product-about-btn {
        margin-bottom: 80px; } }
  .product-about-purchase {
    padding: 6px 12px;
    border: 1px solid #FFFFFF;
    transition: all 0.3s; }
    .product-about-purchase:hover {
      background: rgba(35, 31, 32, 0.3);
      border: 1px solid rgba(35, 31, 32, 0); }
  .product-about-mooncake {
    width: 25%;
    margin: 10px 0 0; }
    @media (max-width: 1200px) {
      .product-about-mooncake {
        margin: 5px 0 0; } }
    @media (max-width: 480px) {
      .product-about-mooncake {
        width: 50%; } }
    .product-about-mooncake div {
      font-size: 12px;
      padding: 6px; }
      @media (max-width: 992px) {
        .product-about-mooncake div {
          font-size: calc(12px - 1px);
          padding: 4px; } }
    .product-about-mooncake img {
      padding: 8px 18px 0;
      max-width: 96px;
      margin: 0 auto; }
      @media (max-width: 1200px) {
        .product-about-mooncake img {
          padding: 4px 18px 0; } }
  .product-about-durian {
    font-size: 12px;
    line-height: 24px; }
    @media (max-width: 768px) {
      .product-about-durian {
        text-align: center; } }
  .product-about-snowy {
    font-size: 15px;
    line-height: 30px; }
    @media (max-width: 768px) {
      .product-about-snowy {
        text-align: center; } }
  .product-about > .d-flex {
    justify-content: start; }
    @media (max-width: 768px) {
      .product-about > .d-flex {
        justify-content: center; } }
  .product-about .vn-cont {
    width: 180px; }
  .product-about .en-cont {
    width: 145px; }
  .product-about .contact-cont {
    display: flex;
    margin-top: 30px;
    padding: 8px; }
    @media (max-width: 768px) {
      .product-about .contact-cont {
        margin: auto;
        margin-top: 30px; } }
    .product-about .contact-cont-pic {
      padding-top: 2px;
      padding-right: 8px; }
      .product-about .contact-cont-pic svg {
        width: 16px; }
    .product-about .contact-cont-txt {
      color: #000; }
    .product-about .contact-cont:hover {
      border: 1px solid #896e4a;
      padding: 7px; }
.product-arrows {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: calc(50% - 68px / 2); }
  .product-arrows img {
    width: 36px;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s; }
    @media (max-width: 992px) {
      .product-arrows img {
        width: 30px; } }
    @media (max-width: 576px) {
      .product-arrows img {
        width: 24px; } }
    .product-arrows img:hover {
      opacity: 1; }
.product-prev {
  margin-left: 15px;
  left: 15px; }
  @media (max-width: 768px) {
    .product-prev {
      margin-left: 0; } }
.product-next {
  margin-right: 15px;
  right: 15px; }
  @media (max-width: 768px) {
    .product-next {
      margin-right: 0; } }
.product-flavour {
  width: 50%; }
  .product-flavour-list {
    width: 100%; }

.mooncake {
  width: calc(100% / 3 - 10px * 2 / 3);
  margin: 10px 10px 0 0;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s; }
  .mooncake:hover {
    opacity: 1; }
    .mooncake:hover img {
      transform: scale(1.15); }
  .mooncake:nth-child(3n) {
    margin-right: 0; }
    @media (max-width: 992px) {
      .mooncake:nth-child(3n) {
        margin-right: 10px; } }
    @media (max-width: 768px) {
      .mooncake:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 992px) {
    .mooncake {
      width: calc(100% / 2 - 10px * 1 / 2); }
      .mooncake:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .mooncake {
      width: calc(100%);
      margin: 15px 0 0 0;
      opacity: 1; } }
  .mooncake img {
    padding: 45px 60px 10px;
    max-width: 600px;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 992px) {
      .mooncake img {
        padding: 45px 20px 10px; } }
    @media (max-width: 768px) {
      .mooncake img {
        max-width: 360px;
        padding: 25px 20px 0; } }
    @media (max-width: 576px) {
      .mooncake img {
        padding: 0 30px; } }
  .mooncake-name {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 20px auto 40px;
    padding: 0 10px;
    font-family: serif;
    color: #FFFFFF; }
    @media (max-width: 768px) {
      .mooncake-name {
        margin: 8px auto 32px; } }
    @media (max-width: 576px) {
      .mooncake-name {
        margin: 0 auto 18px; } }
    @media (max-width: 480px) {
      .mooncake-name {
        font-size: 20px; } }

.txt-blue {
  color: #006468; }

.tradition .dropdown-arrow,
.lava .dropdown-arrow,
.snowy .dropdown-arrow,
.durian .dropdown-arrow {
  margin-top: 8px; }
.tradition .dropdown div,
.lava .dropdown div,
.snowy .dropdown div,
.durian .dropdown div {
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .tradition .dropdown div,
    .lava .dropdown div,
    .snowy .dropdown div,
    .durian .dropdown div {
      padding-bottom: 0px; } }

.tradition .mooncake {
  background: #f0667c;
  background-size: cover; }
  .tradition .mooncake:last-child .mooncake-name {
    margin-bottom: 60px; }

.lava .mooncake {
  background: #f8a770;
  background-size: cover; }

.snowy .mooncake,
.durian .mooncake {
  background: url(../../assets/img/product/series3/bg-detail.jpg);
  background-size: cover; }

.cartoon .mooncake {
  background: #f0667c;
  background-size: cover; }

.en .mooncake-name {
  font-size: 16px; }
.en .product-series {
  text-align: center; }
.en .product-about {
  padding: 50px 120px 50px 40px; }
  @media (max-width: 1200px) {
    .en .product-about {
      padding: 50px 50px 50px 20px; } }
  @media (max-width: 768px) {
    .en .product-about {
      padding: 15px 75px 75px 75px; } }
  @media (max-width: 576px) {
    .en .product-about {
      padding: 15px 15px 25x; } }
  .en .product-about-series {
    font-size: 18px;
    margin-bottom: 5px; }
  .en .product-about-desc {
    line-height: 30px; }
    @media (max-width: 992px) {
      .en .product-about-desc {
        font-size: calc(15px - 2px);
        line-height: 27px; } }
  .en .product-about-content {
    line-height: 30px; }
    @media (max-width: 992px) {
      .en .product-about-content {
        font-size: calc(15px - 2px);
        line-height: 27px; } }
  @media (max-width: 1200px) {
    .en .product-about-name {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 992px) {
    .en .product-about-name {
      font-size: calc(22px - 2px); } }
  @media (max-width: 768px) {
    .en .product-about-name {
      text-align: center;
      font-size: 22px;
      line-height: 30px; } }
  .en .product-about-pack {
    margin-bottom: 25px; }
    @media (max-width: 992px) {
      .en .product-about-pack {
        margin-bottom: 15px; } }
  @media (max-width: 992px) {
    .en .product-about-content {
      font-size: calc(15px - 2px); } }

/* hero banner */
.product-slider {
  margin-bottom: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }
  .product-slider .slick-dots {
    bottom: -10px;
    opacity: 0; }
    .product-slider .slick-dots li {
      margin: 0 2px; }
      .product-slider .slick-dots li.slick-active button:before {
        color: #896e4a;
        opacity: 1; }
      .product-slider .slick-dots li button:before {
        color: #896e4a;
        font-size: 12px;
        opacity: 0.5;
        line-height: 30px; }
        @media (max-width: 576px) {
          .product-slider .slick-dots li button:before {
            font-size: calc(10px - 2px); } }
  .product-slider-container {
    padding: 50px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1600px) {
      .product-slider-container {
        padding: 50px 18px 50px 82px; } }
    @media (max-width: 992px) {
      .product-slider-container {
        padding: 50px 30px 50px 30px; } }
    @media (max-width: 768px) {
      .product-slider-container {
        padding: 60px 60px 0 60px;
        margin: 0 auto 30px;
        float: inherit; } }
    @media (max-width: 450px) {
      .product-slider-container {
        padding: 60px 30px 0 30px; } }
    .product-slider-container .slick-initialized {
      visibility: visible !important;
      opacity: 1 !important; }
  @media (max-width: 768px) {
    .product-slider .slide {
      text-align: center; }
      .product-slider .slide .d-flex {
        justify-content: center; } }
  @media (max-width: 480px) {
    .product-slider .slide .d-flex {
      justify-content: start; } }
  .product-slider-dot {
    display: flex;
    margin-top: 20px;
    height: 15%; }
    @media (max-width: 992px) {
      .product-slider-dot {
        height: 20%; } }
    .product-slider-dot-btn {
      cursor: pointer;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      margin: 0 15px;
      max-width: 160px; }
      @media (max-width: 992px) {
        .product-slider-dot-btn {
          margin: 0 5px;
          min-width: 100px; } }
      @media (max-width: 768px) {
        .product-slider-dot-btn {
          margin: 0 5px;
          min-width: 80px; } }
      @media (max-width: 576px) {
        .product-slider-dot-btn {
          margin: 0 5px;
          min-width: 60px; } }
      @media (max-width: 380px) {
        .product-slider-dot-btn {
          margin: 0 5px;
          min-width: 45px; } }

.snowy-slider .slick-dots {
  bottom: -10px; }
  .snowy-slider .slick-dots li {
    margin: 0 2px; }
    .snowy-slider .slick-dots li.slick-active button:before {
      color: #006468;
      opacity: 1; }
    .snowy-slider .slick-dots li button:before {
      color: #63a4bf;
      font-size: 12px;
      opacity: 0.5;
      line-height: 30px; }
      @media (max-width: 576px) {
        .snowy-slider .slick-dots li button:before {
          font-size: calc(10px - 2px); } }

.mooncake-name.txt-brown {
  color: #896e4a; }

.title-active > a {
  position: relative;
  padding: 0 4px; }
  .title-active > a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 110%; }

.security {
  margin: 0 auto;
  padding: 20px 25px 40px;
  max-width: 1920px;
  line-height: 26px; }
  @media (max-width: 768px) {
    .security {
      padding: 0 0 40px; } }
  .security-wrap {
    width: 100%; }
    @media (max-width: 768px) {
      .security-wrap {
        margin-top: 20px; } }
    .security-wrap .title {
      margin: auto;
      background: linear-gradient(to right, #7c1000, #b51d00);
      margin-bottom: 15px; }
      .security-wrap .title > p {
        width: 90%;
        margin: auto;
        color: #fff;
        font-weight: 400;
        padding: 5px 0px;
        font-size: 20px; }
  .security-img {
    max-width: 1280px;
    margin: auto;
    text-align: center; }
    .security-img > img {
      width: 95%; }
  .security-cont {
    margin: auto;
    width: 90%; }
    .security-cont > h4 {
      color: #b51d00;
      font-size: 16px;
      font-weight: 600;
      margin: 15px 0px; }
    .security-cont > h5 {
      margin: 15px 0px;
      font-size: 18px;
      font-weight: 500; }
    .security-cont-en > h5 {
      font-size: 24px; }
    .security-cont > p {
      font-size: 15px; }
    .security-cont .header-bar {
      margin-right: 15px;
      display: inline-block;
      font-size: 16px;
      margin-bottom: 15px; }
    .security-cont-txt {
      font-size: 15px; }
      .security-cont-txt > span {
        font-size: 22px; }
    .security-cont .blue-txt {
      color: #0c3dac; }
    .security-cont .red-txt {
      color: #d01727; }
    .security-cont-item {
      box-sizing: border-box; }
      @media (max-width: 576px) {
        .security-cont-item {
          width: 100% !important; } }
      .security-cont-item > h5 {
        font-size: 18px;
        font-weight: 600;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 10px 0px; }
      .security-cont-item > p {
        padding-right: 30px; }
    .security-cont-item:nth-child(1) {
      width: 25%; }
    .security-cont-item:nth-child(2) {
      width: 35%; }
    .security-cont-item:nth-child(3) {
      width: 40%; }
    .security-cont-table {
      width: 100%; }
      @media (max-width: 576px) {
        .security-cont-table {
          display: none; } }
      .security-cont-table-m {
        display: none !important; }
        @media (max-width: 576px) {
          .security-cont-table-m {
            display: flex !important; } }
      .security-cont-table > thead > tr > td {
        font-size: 18px;
        font-weight: 600;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 15px 0px; }
      .security-cont-table > thead > tr > td:nth-child(1) {
        width: 25%; }
      .security-cont-table > thead > tr > td:nth-child(2) {
        width: 35%; }
      .security-cont-table > thead > tr > td:nth-child(3) {
        width: 40%; }
      .security-cont-table > tbody > tr > td {
        vertical-align: text-top;
        padding-right: 30px;
        padding-top: 15px; }
  .security-video {
    transform: translateY(0);
    margin: 0 auto; }
  @media (max-width: 992px) {
    .security-detail .d-flex {
      flex-direction: column; } }
  .security-question {
    padding-bottom: 45px;
    border-bottom: 1px solid #896e4a; }
  .security-left {
    width: 18%; }
    @media (max-width: 992px) {
      .security-left {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%; } }
  .security-right {
    width: 82%; }
    @media (max-width: 992px) {
      .security-right {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%; } }
    .security-right ol {
      padding-left: 20px; }
      .security-right ol li {
        padding-left: 15px; }
        @media (max-width: 768px) {
          .security-right ol li {
            text-align: left; } }
  .security-top {
    margin-top: 45px; }

.btn-play {
  width: 90px;
  height: 90px;
  opacity: .5; }
  .btn-play-container {
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 1200px) {
    .btn-play {
      width: 80px;
      height: 80px; } }
  @media (max-width: 992px) {
    .btn-play {
      width: 65px;
      height: 65px; } }
  @media (max-width: 768px) {
    .btn-play {
      opacity: 1; } }

.video-imageholder:hover img {
  opacity: 1;
  transition: all .3s; }

.modal .close {
  z-index: 999;
  cursor: pointer;
  background: #FFFFFF;
  padding: 10px;
  font-size: 20px; }
.modal .modal-content {
  display: inline-block;
  background: inherit; }

@media (max-width: 768px) {
  .w-50 {
    width: 100% !important; } }

.modal {
  padding: 0 10px !important; }
  @media (max-width: 576px) {
    .modal-dialog {
      margin: 0 auto; } }

.suggestion {
  margin: 0 auto;
  padding: 20px 25px 40px;
  max-width: 1920px;
  line-height: 26px; }
  @media (max-width: 768px) {
    .suggestion {
      padding: 0 0 40px; } }
  @media (max-width: 768px) {
    .suggestion .d-flex {
      flex-direction: column;
      -ms-flex-direction: column; } }
  .suggestion-paragraph {
    padding: 30px 20px;
    transition: all 0.3s; }
    @media (max-width: 1200px) {
      .suggestion-paragraph {
        padding: 50px 25px; } }
    @media (max-width: 992px) {
      .suggestion-paragraph {
        padding: 0px 25px; } }
    @media (max-width: 768px) {
      .suggestion-paragraph {
        padding: 20px 15px; } }
  .suggestion-detail {
    max-width: 1600px;
    margin: 0 auto; }
    .suggestion-detail .title-type-mob {
      font-size: 20px;
      font-family: serif;
      color: #896e4a;
      text-align: center;
      margin-bottom: 30px;
      padding-bottom: 10px;
      line-height: 2.5rem;
      display: none;
      border-bottom: 1px solid #896e4a; }
      @media (max-width: 768px) {
        .suggestion-detail .title-type-mob {
          display: block; } }
    .suggestion-detail .line-mob {
      display: none;
      width: 100%;
      height: 1px;
      background-color: #896e4a; }
      @media (max-width: 768px) {
        .suggestion-detail .line-mob {
          display: block; } }
  .suggestion-title {
    width: 30%;
    color: #896e4a;
    font-family: serif;
    border-right: 1px solid #896e4a;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .suggestion-title {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        border-right: none;
        padding-right: 0; } }
    .suggestion-title .title-top {
      min-height: 220px; }
      @media (max-width: 768px) {
        .suggestion-title .title-top {
          min-height: auto; } }
    @media (max-width: 768px) {
      .suggestion-title .title-detail {
        display: none; } }
    .suggestion-title .title-type {
      font-size: 20px;
      font-family: serif;
      margin-bottom: 30px;
      line-height: 2.5rem; }
      @media (max-width: 1200px) {
        .suggestion-title .title-type {
          font-size: 28px; } }
      @media (max-width: 992px) {
        .suggestion-title .title-type {
          font-size: 20px;
          margin-bottom: 20px; } }
      @media (max-width: 768px) {
        .suggestion-title .title-type {
          margin-bottom: 10px; } }
    .suggestion-title .type-spec {
      min-height: 350px; }
      @media (max-width: 992px) {
        .suggestion-title .type-spec {
          min-height: 200px; } }
    .suggestion-title .title-cont {
      font-size: 25px;
      font-weight: bold;
      font-family: serif;
      margin-bottom: 20px;
      line-height: 3rem; }
      @media (max-width: 1200px) {
        .suggestion-title .title-cont {
          font-size: 36px; } }
      @media (max-width: 992px) {
        .suggestion-title .title-cont {
          font-size: 28px; } }
  .suggestion-content {
    width: 70%; }
    @media (max-width: 768px) {
      .suggestion-content {
        width: 100%;
        padding-left: 0;
        text-align: center; } }
  .suggestion .desc-spec {
    margin-bottom: 0px; }
    @media (max-width: 992px) {
      .suggestion .desc-spec {
        height: 450px; } }
  .suggestion-desc {
    color: #896e4a;
    font-family: serif;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 49%;
    margin: 0 auto; }
    @media (max-width: 992px) {
      .suggestion-desc {
        width: 100%; } }
    @media (max-width: 500px) {
      .suggestion-desc {
        padding-bottom: 60px; } }
    .suggestion-desc-text {
      color: #896e4a;
      font-size: 16px;
      font-family: "Noto Sans", "Noto Sans TC", "Noto Sans SC", "Roboto", sans-serif;
      margin: 20px 0; }
      @media (max-width: 992px) {
        .suggestion-desc-text {
          font-size: 16px; } }
      @media (max-width: 500px) {
        .suggestion-desc-text {
          margin: 20px 0 50px; } }
    .suggestion-desc .desc-text {
      font-size: 16px;
      font-family: "Noto Sans", "Noto Sans TC", "Noto Sans SC", "Roboto", sans-serif;
      margin: 20px 0; }
      @media (max-width: 992px) {
        .suggestion-desc .desc-text {
          font-size: 16px; } }
      @media (max-width: 500px) {
        .suggestion-desc .desc-text {
          margin: 20px 0 50px; } }
    .suggestion-desc .desc-inner {
      display: flex;
      display: -ms-flexbox;
      flex-wrap: wrap; }
      @media (max-width: 992px) {
        .suggestion-desc .desc-inner {
          justify-content: center;
          -ms-flex-pack: center; } }
      .suggestion-desc .desc-inner .desc-item {
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 30px; }
        @media (max-width: 576px) {
          .suggestion-desc .desc-inner .desc-item {
            width: 100%; } }
    .suggestion-desc .desc-title {
      font-size: 20px;
      margin-bottom: 15px;
      font-family: serif;
      font-weight: 800;
      min-height: 40px; }
      @media (max-width: 992px) {
        .suggestion-desc .desc-title {
          font-size: 18px; } }
    .suggestion-desc .desc-title-custom {
      margin-right: 80px;
      text-align: left; }
      @media (max-width: 1400px) {
        .suggestion-desc .desc-title-custom {
          margin-right: 60px; } }
      @media (max-width: 992px) {
        .suggestion-desc .desc-title-custom {
          margin-right: 30px;
          text-align: center; } }
      @media (max-width: 768px) {
        .suggestion-desc .desc-title-custom {
          margin-right: 0px; } }
      .suggestion-desc .desc-title-custom .title-img {
        padding: 0px 35px;
        margin: 10px 0px 15px;
        width: 70%; }
        @media (max-width: 576px) {
          .suggestion-desc .desc-title-custom .title-img {
            width: 100%; } }
      @media (max-width: 992px) {
        .suggestion-desc .desc-title-custom {
          margin-bottom: 30px; } }
      .suggestion-desc .desc-title-custom .suggestion-save-img {
        width: 44%; }
        @media (max-width: 576px) {
          .suggestion-desc .desc-title-custom .suggestion-save-img {
            width: 60%; } }
    .suggestion-desc .desc-item .item-list {
      text-align: center;
      padding: 0px 20px; }
    .suggestion-desc .desc-item .desc-img {
      margin: 0 auto 25px;
      width: 60%; }
    .suggestion-desc .desc-item .desc-bar {
      text-align: center;
      font-size: 14px;
      border: 1px solid #6c4d24;
      background-color: #6c4d24;
      border-radius: 4px;
      color: #fff;
      width: 70%;
      margin: 15px auto;
      padding: 3px 10px; }
      .suggestion-desc .desc-item .desc-bar-en {
        width: 100%; }
    .suggestion-desc .desc-item .desc-txt {
      font-size: 16px;
      font-family: "Noto Sans", "Noto Sans TC", "Noto Sans SC", "Roboto", sans-serif;
      letter-spacing: 1.4px; }
      @media (max-width: 992px) {
        .suggestion-desc .desc-item .desc-txt {
          font-size: 16px; } }
  .suggestion-custom-width {
    width: 332px !important; }
    @media (max-width: 576px) {
      .suggestion-custom-width {
        width: 200px !important; } }
  .suggestion-custom-width-en {
    width: 332px !important; }
    @media (max-width: 576px) {
      .suggestion-custom-width-en {
        width: 200px !important; } }
  .suggestion-custom-cont {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

.suggestion-banner {
  position: relative; }
  .suggestion-banner-img > h4 {
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: 99;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2.5rem;
    text-shadow: 2px 2px grey; }
  @media (max-width: 768px) {
    .suggestion-banner-img .desktop {
      display: none; } }
  .suggestion-banner-img .mobile {
    display: none; }
    @media (max-width: 768px) {
      .suggestion-banner-img .mobile {
        display: block; } }
  @media (max-width: 1400px) {
    .suggestion-banner .suggestion-navbar.vn {
      padding-top: 130px; } }
  @media (max-width: 1110px) {
    .suggestion-banner .suggestion-navbar.vn {
      padding-top: 155px; } }
  @media (max-width: 1007px) {
    .suggestion-banner .suggestion-navbar.vn {
      padding-top: 175px; } }
  @media (max-width: 993px) {
    .suggestion-banner .suggestion-navbar.vn {
      padding-top: 107px; } }
  .suggestion-banner .suggestion-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #606061;
    padding: 107px 25px 0;
    margin: 0 auto; }
    @media (max-width: 992px) {
      .suggestion-banner .suggestion-navbar {
        display: none; } }
    .suggestion-banner .suggestion-navbar .navbar {
      display: flex;
      display: -ms-flexbox;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 15px 0; }
      .suggestion-banner .suggestion-navbar .navbar .navbar-item {
        margin: 0 30px; }
      .suggestion-banner .suggestion-navbar .navbar .navbar-link {
        color: #f6f6f6;
        font-size: 18px;
        font-family: "Noto Sans", "Noto Sans TC", "Noto Sans SC", "Roboto", sans-serif; }

.suggestion-line {
  width: 2%;
  height: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center; }
  @media (max-width: 992px) {
    .suggestion-line {
      display: none; } }
  .suggestion-line > span {
    border-left: 2px solid #ede9e4;
    height: 100%;
    display: block; }

.grey-bg {
  background: #f6f7f7; }

@media (max-width: 992px) {
  .suggestion.en .d-flex {
    flex-direction: column;
    -ms-flex-direction: column; } }
@media (max-width: 576px) {
  .suggestion.en .title-type-mob {
    font-size: 18px;
    line-height: 2rem; } }
.suggestion.en .title-type {
  font-size: 20px; }
  @media (max-width: 992px) {
    .suggestion.en .title-type {
      font-size: 20px; } }
  @media (max-width: 576px) {
    .suggestion.en .title-type {
      font-size: 18px; } }
.suggestion.en .title-cont {
  font-size: 25px; }
  @media (max-width: 1200px) {
    .suggestion.en .title-cont {
      font-size: 26px;
      line-height: 2.5rem; } }
  @media (max-width: 576px) {
    .suggestion.en .title-cont {
      font-size: 20px;
      line-height: 2rem; } }
@media (max-width: 992px) {
  .suggestion.en .desc-spec {
    height: auto; } }
.suggestion.en .suggestion-title {
  width: 30%;
  color: #896e4a;
  font-family: serif;
  border-right: 1px solid #896e4a;
  padding-right: 20px; }
  @media (max-width: 992px) {
    .suggestion.en .suggestion-title {
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
      border-right: none;
      padding-right: 0; } }
  @media (max-width: 992px) {
    .suggestion.en .suggestion-title .title-top {
      min-height: auto; } }
  @media (max-width: 992px) {
    .suggestion.en .suggestion-title .title-detail {
      display: none; } }
  .suggestion.en .suggestion-title .line-mob {
    display: none;
    width: 100%;
    height: 1px;
    background-color: #896e4a; }
    @media (max-width: 992px) {
      .suggestion.en .suggestion-title .line-mob {
        display: block; } }
@media (max-width: 992px) {
  .suggestion.en .suggestion-content {
    width: 100%;
    padding-left: 0;
    text-align: center; } }
@media (max-width: 992px) {
  .suggestion.en .suggestion-detail .title-type-mob {
    display: block; } }
.suggestion.en .suggestion-desc .desc-title {
  font-size: 20px;
  font-weight: 800; }
  @media (max-width: 992px) {
    .suggestion.en .suggestion-desc .desc-title {
      font-size: 18px; } }
@media (max-width: 992px) {
  .suggestion.en .suggestion-desc .desc-inner {
    justify-content: center;
    -ms-flex-pack: center; } }
@media (max-width: 992px) {
  .suggestion.en .suggestion-desc .desc-item {
    margin: 0 30px; } }
.suggestion.en .suggestion-desc .desc-item .desc-txt {
  font-size: 16px; }

.en .suggestion-banner .suggestion-navbar .navbar .navbar-link {
  font-size: 17px; }
  @media (max-width: 1200px) {
    .en .suggestion-banner .suggestion-navbar .navbar .navbar-link {
      font-size: 13px; } }

.product-safe-wrap {
  max-width: 1920px;
  width: 90%;
  margin: auto;
  text-align: center; }

.product-safe-cont {
  width: 100%;
  margin-top: 30px;
  background: url(../../assets/img/2024-bg-video.jpg); }
  .product-safe-cont > img {
    width: 80%;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .product-safe-cont > img {
        width: 95%; } }

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