.font-aldrich {
  font-family: "Aldrich";
}
.font-abhaya {
  font-family: "Abhaya Libre";
}
.font-poppins {
  font-family: "Poppins";
}
.font-prompt {
  font-family: "Prompt";
}

@font-face {
  font-family: "Abhaya Libre";
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-Regular.ttf");
}

@font-face {
  font-family: "Aldrich";
  src: url("../fonts/Aldrich/Aldrich-Regular.ttf");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Regular.ttf");
}

/* =============== font ============== */

body {
  max-height: 1px;
}

/* .container {
  max-width: 1490px;
} */

/* =============== body container ============== */
.btn-topup {
  position: fixed;
  bottom: 0px;
  right: 20px;
  padding: 0;
  z-index: 4;
  transition: 0.5s all ease;
}
.btn-topup > div {
  margin-bottom: 80px;
  padding: 0px 5px;
}
.btn-topup img {
  width: 52px;
  height: auto;
  cursor: pointer;
}
.btn-topup {
  display: none;
}

.action-button {
  color: #614019;
  font-weight: 600;
  background-color: #e0c174;
  border: 0;
}
.action-button:hover {
  color: #614019;
  background-color: #e0c174;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.collapse:not(.show) {
  display: none !important;
}

/* Flickity */
.is-selected {
  /* transform: scale(1.2); */

  transition-timing-function: ease-out;
  transition: 0.25s;
}
.slick-slide {
  overflow: hidden;
}
.slick-dots {
  width: 1rem;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 8rem;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;

  border: none;
  border-radius: 100%;
  background-color: #c4c4c4;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);

  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #e0c174;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.g-recaptcha div {
  margin: 0 auto;
}

.ekko-lightbox .modal-content {
  border: 0;
  background-color: transparent;
}
.ekko-lightbox .modal-body {
  transform: scale(1.5);
}
/* =============== utility ============== */

.active {
  color: #e0c174 !important;
  text-decoration: none !important;
}
.site-header {
  background-image: url("../images/nav-bg.png"),
    url("../images/product-banner-bg.png");
  background-blend-mode: multiply;
  background-repeat: no-repeat, repeat;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
}
.site-header a {
  color: #fff;
  transition: ease-in-out color 0.15s;
  font-size: 18px;
  font-weight: 500;
}
.site-header a:hover,
.footer .footer-text a:hover {
  color: #fff;
  text-decoration: none;
  color: #e0c174;
}
.site-header a i {
  padding: 5px;
}
.site-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: auto;
  background-position: top center;
}

/* =============== nav ============== */

.product-banner {
  background-image: url("../images/product-banner-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
.product-banner .container {
  height: 1080px;
}
.product-banner .container .carousel-banner .slick-dots {
  position: relative;
  top: -250px;
  /* left: -230px; */
}

.product-banner-text.left {
  top: 30%;
}
.product-banner-text.right {
  /* top: 49%; */
  padding: 0;
  padding-top: 530px;
}
.product-banner-text p {
  line-height: 1.4;
  color: #fff;
  filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.5));
}
.product-banner-text p .large {
  line-height: 1;
  /* font-size: 64px; */
  font-size: 52px;
  font-weight: 600;
}
.product-banner-text p .medium {
  font-size: 32px;
  font-weight: 500;
}
.product-banner-text p .small {
  font-size: 25px;
  font-weight: 600;
  color: #e0c174;
  font-family: "Poppins-SemiBold";
}

.product-banner-bg {
  background: linear-gradient(
    180deg,
    rgba(41, 29, 9, 0.72) 30.21%,
    rgba(65, 40, 35, 0) 100%
  );
  background-blend-mode: multiply;
  border-radius: 10px;
  padding: 7%;
}

.product-banner-device img {
  margin-top: 86px;
}
/* .product-banner-device {
  position: relative;
  right: 0;
  bottom: 0;
  width: 268px;
  height: 100%;
  border-radius: 21px;
}
.product-banner-device::before {
  position: absolute;
  top: 8%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url("../images/product-banner-wine.png");
  background-repeat: no-repeat;
} */

/* =============== banner ============== */

.about-us {
  background-image: url("../images/about-us-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  top: -160px;
}
.about-us .container {
  height: 1200px;
  padding-top: 250px;
  margin-bottom: 100px;
}

.about-us-text-box p {
  font-size: 1.3rem;
  color: #fff;
}

.about-us-item {
  width: 45px;
  height: 45px;
  font-size: 80px;
  color: #e0c174;
}
.about-us-item.left::before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "“";
}
.about-us-item.right::before {
  position: absolute;
  right: -10px;
  bottom: 0;
  content: "”";
}

/* =============== about us ============== */

.our-product {
  background-image: url("../images/our-product-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  top: -380px;
}
.our-product .container {
  height: 1500px;
}

.our-product-sm {
  display: none;
}
.our-product-news-sm {
  display: none;
}

.our-product-text,
.our-product-text-mobile,
.footer-text {
  font-family: "Poppins";
  color: #fff;
  text-align: center;
}
.our-product-text p .large,
.our-product-text-mobile p .large,
.footer-text p .large {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0px 9px 7px rgba(0, 0, 0, 0.25);
}
.our-product-text-mobile {
  display: none;
}

.our-product .products-slide a {
  transition-timing-function: ease-out;
  transition: 0.2s;
}
.our-product .products-slide a:hover,
.product-banner-list .products a:hover {
  text-decoration: none;
  transform: scale(1.2);

  transition-timing-function: ease-in;
  transition: 0.25s;
}
.our-product .products-slide .flickity-viewport,
.product-banner-list .products .flickity-viewport {
  overflow: unset;
}

.products-slide a:hover > .products-info {
  display: grid;
  opacity: 1;
  transition: opacity 1s;
}

.news {
  margin-top: 70px;
}
.news > a:hover {
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* cursor: url("../images/cursor.png"), auto; */
  /* cursor: url("../images/cursor-product-detail.png"), auto; */
}
/* .news > a:hover > .more-info { */
a:hover > .more-info {
  display: block !important;

  -webkit-animation-play-state: running;
  animation-play-state: running;

  width: 90%;
  margin: 0px 18px;
}
.our-product .container .news .slick-dots {
  top: 20px;
  position: relative;
  width: 100%;
}

.news .slick-slide img {
  margin: 0 auto;
}

.news .slick-track {
  margin: 0 auto;
}

.more-info {
  display: none;
  border-radius: 0 0 20px 20px;

  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Poppins";

  background: url("../images/wave-down.png"), url("../images/wave-up.png");
  background-repeat: repeat-x;
  background-size: 200% 30%;
  background-position: bottom;

  -webkit-transition: background-position-y 0.6s ease;
  transition: background-position-y 0.6s ease;
  -webkit-animation: waveAnimation 4s infinite linear;
  animation: waveAnimation 4s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.more-info p {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

@keyframes waveAnimation {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 200%;
  }
}
/* =============== our product ============== */

.footer {
  background-image: url("../images/footer-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  /* top: -470px; */
  top: -520px;
}
.footer .container {
  height: 1610px;
  padding-top: 200px;
}

.footer .footer-text a,
.footer .footer-text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
.footer .footer-text .high-light {
  color: #e0c174;
  font-weight: 400;
  margin-bottom: 0px;
}
.footer .footer-text .footer-menu li {
  font-weight: 500;
  margin-bottom: 10px;
}
.footer .footer-text .footer-menu img {
  margin-right: 10px;
}
/* =============== footer ============== */
.display-pc {
  display: block !important;
}
.display-mobile {
  display: none !important;
}

.product-banner-list {
  background-image: url("../images/product-banner-list-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
.product-banner-list .container {
  height: 950px;
}

.product-banner-list .our-product-text p.py-5 {
  margin-top: 0;
}

.product-banner-list .our-product-text p .medium {
  font-size: 35px;
}

.product-list {
  /* background-image: url("../images/product-list-bg.png"); */
  background-image: url("../images/product-list-bg.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;

  top: -140px;
}
.product-list .container {
  height: 100%;
}
.product-list .container-fluid {
  /* display: none; */
  z-index: 1;
}
.product-list .product-list-news {
  margin-top: 90px;
}
/* .product-list .product-list-news a:hover {
  background: rgba(13, 13, 13, 0.3);
  border-radius: 25px;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.25));
} */
.product-list .product-list-news a:hover > .product-list-news-text h5 {
  color: #e0c174;
}
.product-list .product-list-news .product-list-news-text {
  position: absolute;
  top: 70px;

  width: 100%;
}
.product-list .product-list-news .product-list-news-text h5 {
  font-family: "Abhaya Libre";
  font-size: 2.6rem;

  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.product-list .product-list-news .product-list-news-text p {
  font-family: "Poppins";
  font-size: 12px;
  color: #f3f3f3;
  padding: 0px 40px;

  height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .product-list-news .slick-dots {
  width: 100%;
}
.product-list .product-list-news .slick-slide img {
  margin: 0 auto 30px;
  width: 100%;
  padding: 0 15px;
}
.product-list .product-list-news .slick-dots li {
  margin-bottom: 10px;
}

/* #product .flickity-prev-next-button {
  top: 45%;
  border: 3px solid #e0c174 !important;
  background: transparent !important;

  display: none;
}
#product .flickity-prev-next-button:hover {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}
#product .flickity-prev-next-button.previous {
  left: -50px;
}
#product .flickity-prev-next-button.next {
  right: -50px;
}
#product .flickity-prev-next-button .arrow {
  fill: #e0c174 !important;
} */
#product .flickity-prev-next-button {
  display: none;
}

.product-list .products {
  /* margin-top: 200px; */
  margin-top: 20px;
  margin-bottom: 500px;
}
.product-list .products .category .category-text {
  color: #5b5b5b;
  font-size: 30px;
  border-bottom: 5px solid;
  margin-bottom: 0;
}
.product-list .products a:hover {
  text-decoration: none;
  /* cursor: url("../images/cursor.png"), auto; */
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.25));

  transition-timing-function: ease-in;
  transition: 0.25s;
}
.product-list
  .products
  a:hover
  > .products-box
  .products-list-info
  .product-more-info {
  color: #614019 !important;
}
.product-list .products a:hover > .products-box .products-list-info .more-info {
  display: block;

  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.product-list .products .products-box {
  background-color: #e1e1e1;
  border-radius: 20px;
  background-image: url("../images/product-list-wave-down.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.product-list .products .products-list-info {
  margin-top: 70px !important;
  /* width: 90%; */
  margin: 0 auto;
  padding: 1rem 0 !important;
}
.product-list .products .products-list-info p {
  font-size: 12px;
  color: #929292;
}
.product-list .products .products-list-info p.m-0 {
  /* display: contents; */
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .products .products-list-info p .active {
  font-size: 14px;
}
.product-list .products .products-list-info h5 {
  font-size: 25px;
  font-weight: 600;
  color: #5b5b5b;
}
.product-list .products .products-list-info .product-more-info {
  /* margin-top: 66px !important; */
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 1rem;

  float: right;
}

.product-list .products .more-info {
  display: none;
  border-radius: 0 0 20px 20px;

  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background: url("../images/product-list-wave-up.png");
  background-repeat: repeat-x;
  background-size: 200% 27%;
  background-position: bottom;

  -webkit-transition: background-position-y 0.6s ease;
  transition: background-position-y 0.6s ease;
  -webkit-animation: waveAnimation 4s infinite linear;
  animation: waveAnimation 4s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.product-list .products-page,
.product-list .products-page a,
.product-list .products-page a:hover {
  font-size: 30px;
  color: #5b5b5b;
  cursor: pointer;
  filter: none;
}
.product-list .products-page a,
.product-list .products-page a:hover {
  text-decoration: underline;
}
.product-list .products-page p a {
  text-decoration: none;
  padding: 0 10px;
}

/* =============== product list ============== */
#product_detail a:hover {
  /* cursor: url("../images/cursor-product-detail.png"), auto; */
}

.carousel-product-detail .slick-list .slick-track > a:hover > .more-info {
  display: block !important;

  -webkit-animation-play-state: running;
  animation-play-state: running;

  width: 90%;
  margin: 7px 18px;
}

.product-banner-detail {
  background-image: url("../images/products-detail/banner.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
.product-banner-detail .container {
  height: 715px;
}
.product-banner-detail .container img {
  margin-top: 35%;
}

.product-detail {
  background-image: url("../images/product-detail-bg.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  z-index: 0;

  top: -110px;
}
.product-detail .container {
  height: auto;
  padding-bottom: 1px;
}

.product-detail .product-detail-text {
  margin-top: 200px;
}
.product-detail .product-detail-text p {
  font-family: "Prompt";
  font-size: 23px;
  font-weight: 400;
  color: #a5a5a5;

  margin-bottom: 0;
}
.product-detail .product-detail-text .form-group p {
  color: #5b5b5b;
}
.product-detail .product-detail-text p.active {
  margin-left: 25px;
}
.product-detail .product-detail-text h5 {
  font-family: "Poppins";
  font-size: 64px;
  font-weight: 600;
  color: #5b5b5b;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 35px;
}

.product-detail .product-detail-text .form-group {
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 0;
}
.product-detail .product-detail-text .form-group.transparent {
  background-color: transparent;
}
.product-detail .product-detail-text .form-group .col-form-label {
  margin: auto;
}

#product_detail .editor {
  height: 100%;
}
#product_detail .editor .editor-text {
  margin-top: 90px;
}
#product_detail .editor .editor-text p {
  margin-bottom: 0;
  text-align: center;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
#product_detail .editor .editor-text p img {
  margin-top: 42%;
}
#product_detail .editor .editor-text p + p {
  text-align: left;
}
#product_detail .about-us-text-box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #807e7e;
}

.carousel-product-detail {
  margin-top: 100px;
}

.back-button .action-button {
  margin: 80px 0px;
}
.testing {
  margin-top: 85px;
  /* margin-bottom: 200px; */

  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.testing img {
  border-radius: 20px 0px 0px 20px;
  float: left;
}
.testing .testing-box {
  background-image: url("../images/products-detail/testing-bg.png");
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #fff;

  border-radius: 20px;
  height: 100%;
  padding: 40px 0;

  font-family: "Poppins";
}
.testing .testing-box div {
  padding: 0 145px;
  float: left;
}
.testing .testing-box p {
  font-size: 15px;
  color: #a5a5a5;
  margin-bottom: 0;
}
.testing .testing-box p.active {
  font-size: 20px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.testing .testing-box h5 {
  font-size: 30px;
  color: #5b5b5b;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

#product_detail .slick-slide img {
  margin: 0 auto;
}
#product_detail .slick-dots {
  margin-top: 20px;
  width: 100%;
}
#product_detail .product-list {
  background-image: none;
  background-size: none;
  background-repeat: none;
  background-position: none;
  z-index: none;
  top: none;
}
#product_detail .product-list .products {
  margin-top: 0;
}
#product_detail .product-list .products h1 {
  font-family: "Poppins";
  font-size: 45px;
  color: #a3a3a3;

  position: relative;
}

#product_detail .product-list .products h1 {
  overflow: hidden;
  text-align: center;
}

#product_detail .product-list .products h1:before,
#product_detail .product-list .products h1:after {
  background-color: #a3a3a3;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  /* width: 430px; */
  width: 30%;
}

#product_detail .product-list .products h1:before {
  right: 0.5em;
  margin-left: -50%;
}

#product_detail .product-list .products h1:after {
  left: 0.5em;
  margin-right: -50%;
}

/* =============== product detail ============== */

/* ===================================== 
*
*                mobile
*
/* ===================================== 

/* Large desktops and laptops */
@media (max-width: 1440px) {
  .product-list .product-list-news .product-list-news-text {
    top: 55px;
  }
}
@media (max-width: 1366px) {
  .product-banner-bg {
    margin: 0;
  }

  .product-banner-text p .large {
    font-size: 3rem;
  }

  .product-list .product-list-news .product-list-news-text h5 {
    font-size: 2rem;
  }

  a:hover > .more-info {
    width: 98%;
    margin: 0px 4px;
  }
}

@media (max-width: 1280px) {
  .product-banner-text p .large {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1490px;
  }
}

@media (min-width: 200px) and (max-width: 1024px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  .site-header {
    background-repeat: repeat;
  }

  .navbar-button {
    align-self: start !important;
    position: absolute;
  }
  .navbar-toggler {
    padding: 0.25rem 0;
  }

  .navbar-logo {
    height: 43px;
  }

  .collapse:not(.show) {
    transition-timing-function: ease-in;
    transition: 0.2s;
  }
  .collapse.show {
    transition-timing-function: ease-out;
    transition: 0.25s;
  }

  .btn-topup {
    display: block;
  }
  /* =============== nav ============== */

  .product-banner {
    background-image: url("../images/product-banner-sm-bg.png");
  }
  .product-banner .container {
    top: 40px;
    margin: 0 auto;
  }

  .product-banner .container .carousel-banner .slick-dots {
    top: -550px;
    left: 0;
    width: 100%;
  }
  .product-banner .slick-initialized .slick-slide {
    justify-content: center;
    position: relative;
  }

  .product-banner-text {
    position: absolute;
  }
  .product-banner-text.left {
    top: 10%;
  }
  .product-banner-text p .large {
    font-size: 18px;
  }
  .product-banner-text p .medium {
    font-size: 13px;
  }
  .product-banner-text p .small {
    /* font-size: 25px; */
  }
  .product-banner-text.right {
    /* top: 60%; */
    top: 10%;
    text-align: center;
  }
  .product-banner-text.right p {
    margin-bottom: 0;
  }
  .product-banner-text .action-button {
    float: none !important;
    margin-top: 30px;
  }

  /* .product-banner-device::before {
    background-image: url("../images/product-banner-wine-sm.png");
    background-position: top center;
  } */
  .product-banner-device img {
    height: 62%;
    margin: 60px auto 0;
  }

  /* =============== banner ============== */

  .about-us {
    top: -170px;
  }
  .about-us .container {
    padding-top: 0;
    height: auto;
    padding-bottom: 80px;
  }
  .about-us .container-fluid {
    padding-top: 200px;
  }
  .container-fluid img:first-child {
    margin-bottom: 50px;
  }

  .about-us-text {
    background-image: none;
  }
  .about-us-text div:first-child {
    padding: 1rem 0rem !important;
  }
  .about-us-text .about-us-text-box {
    text-align: center !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  /* =============== about us ============== */

  .our-product {
    display: none;
  }

  /* .our-product-sm {
    display: block;
    background-image: url("../images/our-product-sm-bg.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    top: -380px;
  }
  .our-product-sm .container {
    height: auto;
    padding-top: 190px;
  } */

  .display-pc {
    display: none !important;
  }
  .display-mobile {
    display: block !important;
  }

  .our-product-text {
    display: none;
  }
  .our-product-text p .large,
  .our-product-text-mobile p .large,
  .footer-text p .large {
    font-size: 32px;
  }
  .our-product-text-mobile {
    display: block;
    padding: 0;
    margin-top: 180px;
  }

  .our-product-text-mobile .products .flickity-viewport {
    overflow: unset;
  }
  .product-banner-list .products .flickity-viewport {
    padding-top: 30px;
    overflow: hidden;
    height: 580px !important;
  }
  .flickity-prev-next-button {
    top: 60% !important;
    border: 3px solid #ffffffb5 !important;
    background: transparent !important;
    height: 38px !important;
    width: 38px !important;
  }
  .flickity-prev-next-button:hover {
    background: #e0c174;
  }
  .flickity-prev-next-button .arrow {
    fill: #fff !important;
  }
  .flickity-prev-next-button.previous {
    /* left: -45px !important; */
    left: -13px !important;
  }
  .flickity-prev-next-button.next {
    /* right: -45px !important; */
    right: -13px !important;
  }

  .our-product-text-mobile .is-selected {
    transform: scale(1.2);
  }
  .our-product-text-mobile .products-slide .products-info {
    display: none;
  }
  .our-product-text-mobile .is-selected .products-info {
    display: block;
    opacity: 1;
    background-size: 240px auto;

    transition-timing-function: ease-in;
    transition: 0.25s;

    bottom: -70px;
  }
  .our-product-text-mobile .products img {
    width: 130px;
    position: relative;
    z-index: -1;
  }
  .our-product-text-mobile .products-slide .products-info p {
    font-size: 10px;
  }
  .our-product-text-mobile .products-slide .products-info h5 {
    font-size: 23px;
  }

  .our-product-text-mobile .news {
    margin-top: 250px;
    /* margin-bottom: 100px; */
    padding: 25px;
  }
  .our-product-text-mobile .news a {
    margin-bottom: 10px;
  }
  .our-product-text-mobile .news a img {
    margin: 0 auto;
  }
  .our-product-text-mobile .news .carousel-cell {
    max-height: 182px;
  }
  .our-product-text-mobile .news .slick-active .more-info {
    display: block;
    background: url(../images/wave-down.png), url(../images/wave-up.png);
    background-repeat: repeat-x;

    position: relative;
    top: -40px;
    width: 328px;
    height: 40px;

    margin: 0 auto;
  }
  .our-product-text-mobile .action-button {
    margin-top: 1rem;
    margin-bottom: 150px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  }
  .our-product .products-slide a:hover,
  .product-banner-list .products a:hover {
    transform: scale(1);
  }

  .our-product-sm .slick-initialized .slick-dots {
    width: 100%;
  }

  /* =============== our product ============== */
  .footer {
    background-image: url("../images/footer-sm-bg.png");
  }
  .footer .container {
    /* padding-top: 300px; */
    padding-bottom: 150px;
    height: 100%;
  }

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

  .footer-text .action-button {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    margin: 0 !important;
    margin-bottom: 100px !important;
  }

  .footer-text .row {
    text-align: center !important;
  }
  .footer-text .row.p-5 {
    padding: 1rem !important;
    margin-top: 100px;
  }
  .footer-text .copy-right {
    font-size: 16px !important;
  }

  .footer .footer-text li p {
    font-size: 16px;
  }

  /* =============== footer ============== */

  .product-banner-list {
    /* background-image: url("../images/product-banner-list-md-bg.png"); */
    z-index: 1;
  }
  .product-banner-list .our-product-text {
    display: block;
  }
  .product-banner-list .our-product-text p.py-5 {
    /* margin-top: 200px; */
    margin-top: 20px;
  }
  .product-banner-list .our-product-text .products {
    margin-top: 90px;
  }

  #product .is-selected {
    transform: scale(1.2);
  }
  #product .product-banner-list .our-product-text p .medium {
    font-size: 30px;
  }
  #product .product-banner-list img {
    height: 420px;
    /* height: 360px; */
    padding-bottom: 50px;
  }
  #product .our-product-text p .large {
    line-height: 1.1;
    font-size: 36px;
  }

  .product-list .container-fluid {
    display: block;
    top: 0;
  }
  .product-list .product-list-news {
    margin-top: 0;
  }

  /* #product .flickity-prev-next-button {
    top: 70% !important;
    
    border: 3px solid #e0c174 !important;
    z-index: 1;
  } */

  #product .flickity-prev-next-button {
    display: block;
    top: 50% !important;
  }

  .product-list .products-page {
    display: block !important;
    text-align: center !important;
  }

  .product-list .products {
    margin-top: 0;
    margin-bottom: 400px;
  }

  .product-list .products .category {
    justify-content: center;
    margin-top: 30px;
  }

  .product-list .products .products-list-info {
    margin-top: 40px !important;
    padding: 15px 0 40px !important;
  }

  .product-list .products .products-list-info p {
    font-size: 8px;
    color: #929292;
  }
  .product-list .products .products-list-info p.m-0 {
    width: auto;
  }
  .product-list .products .products-list-info p .active {
    font-size: 8px;
  }
  .product-list .products .products-list-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #5b5b5b;
  }

  .product-list .products .products-list-info .product-more-info-box {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  .product-list .product-list-news .slick-slide img {
    padding: none;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .product-list .product-list-news .product-list-news-text {
    top: 120px;
  }
  .product-list .product-list-news .product-list-news-text h5 {
    font-size: 34px;
    margin-bottom: 0;
  }
  .product-list .product-list-news .slick-dots {
    margin-top: 15px;
  }

  /* =============== product list ============== */
  .carousel-product-detail a .more-info {
    display: block !important;

    width: 83%;
    margin: 7px 34px;
  }
  .product-list .products a > .products-box .products-list-info .more-info {
    display: block !important;
  }

  .product-banner-detail .container img {
    /* width: 90%;
    margin-top: 70px; */
    width: 120%;
    margin-top: 200px;
  }

  .back-button .action-button {
    margin: 50px 0px;
  }
  .testing {
    margin-top: 80px;
    /* margin-bottom: 140px; */
  }
  .testing img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
  }
  .testing .testing-box {
    background-size: auto;
  }
  .testing .testing-box div {
    padding: 60px 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testing .testing-box p.active {
    text-align: center;
  }
  .testing .testing-box h5 {
    text-align: center;
    margin-bottom: 20px;
  }

  .product-detail .product-detail-text {
    margin-top: 285px;
  }
  .product-detail .offset-5 {
    margin-left: 0;
  }
  .product-detail .product-detail-text p {
    font-size: 14px;
  }
  .product-detail .product-detail-text p.active {
    margin-left: 0;
  }
  .product-detail .product-detail-text h5 {
    font-size: 40px;
    margin-top: 35px;
  }
  .product-detail .product-detail-text .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #product_detail .editor .editor-text {
    margin-top: 70px;
    position: relative;
    right: -20px;
  }
  #product_detail .editor .editor-text img {
    width: 100%;
  }
  #product_detail .editor .editor-text p {
    padding: 0 0px !important;
    font-size: 11px;
  }
  #product_detail .description {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #product_detail .about-us-text-box {
    margin: 80px auto;
  }
  #product_detail .carousel-product-detail {
    margin-top: 0px;
  }
  #product_detail .about-us-text-box p {
    font-size: 18px;
    text-align: center;
  }
  #product_detail .product-list .products h1 {
    font-size: 27px;
  }
  #product_detail .product-list .products h1:before,
  #product_detail .product-list .products h1:after {
    background-color: transparent;
  }
  #product_detail .product-list .products .products-box {
    margin-top: 15px !important;
  }
  #product_detail .product-list .products .products-box img {
    margin: 0 2.5rem;
  }
  #product_detail .footer .container {
    padding-bottom: 100px;
  }
  #product_detail .products-page a {
    color: #b6b6b6;
    text-decoration: underline;
  }

  /* =============== product detail ============== */
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 767px) and (max-width: 991px) {
  .product-banner {
    background-image: url("../images/product-banner-md-bg.png");
  }
  .product-banner .container {
    height: 1150px;
  }

  .product-banner .container .carousel-banner .slick-dots {
    top: -380px;
  }

  .product-banner-device img {
    height: 83%;
  }
  /* .product-banner-device::before {
    background-image: url("../images/product-banner-wine-md.png");
    background-position: top center;
  } */

  .product-banner-text p .medium {
    font-size: 25px;
  }
  .product-banner-text p .large {
    font-size: 34px;
  }
  .product-banner-text.right {
    /* top: 65%; */
    top: 26%;
    right: -3%;
    text-align: right !important;
  }
  .product-banner-text.right p {
    text-align: left !important;
  }

  /* =============== banner ============== */
  .about-us {
    background-image: url("../images/about-us-md-bg.png");
  }
  .about-us .container-fluid {
    padding-top: 250px;
  }
  .about-us .container-fluid img:first-child {
    height: 100px;
    width: auto;
  }

  .about-us-text div:first-child {
    top: -60px;
  }
  .about-us-text-box p {
    margin: 0 auto;
    width: 90%;
  }

  /* =============== about us ============== */
  .display-pc {
    display: none !important;
  }
  .display-mobile {
    display: block !important;
  }

  .our-product-sm {
    background-image: url("../images/our-product-md-bg.png");
    top: -270px;
  }
  .our-product-sm .container {
    padding-top: 155px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0;
    max-width: none;
  }

  .our-product-text p .large,
  .our-product-text-mobile p .large,
  .footer-text p .large {
    font-size: 40px;
  }

  #product .our-product-text p .large {
    font-size: 40px;
  }

  .flickity-prev-next-button {
    top: 55% !important;
  }
  .flickity-prev-next-button.previous {
    left: -75px !important;
  }
  .flickity-prev-next-button.next {
    right: -75px !important;
  }

  .our-product-text-mobile p {
    padding-bottom: 0 !important;
  }
  .our-product-text-mobile .products {
    margin-left: 0px;
    margin-right: 0px;
  }
  .our-product-text-mobile .products a {
    width: 145px;
  }
  .our-product-text-mobile .products img {
    z-index: -1;
    position: relative;
  }

  .our-product-text-mobile .is-selected .products-info {
    bottom: -40px;
  }

  .our-product-text-mobile .news {
    margin-top: 50px;
  }

  .our-product-text-mobile .action-button,
  .footer-text .action-button {
    max-width: 35%;
  }

  .slick-dots {
    margin-top: 20px;
    width: 100%;
  }

  /* =============== our product ============== */

  .footer {
    top: -380px;
    background-image: url("../images/footer-md-bg.png");
  }
  .footer .container {
    padding-bottom: 240px;
  }

  .footer-logo {
    width: auto;
    height: 100px;
  }

  .footer-text .mb-3 {
    margin-bottom: 2rem !important;
  }
  .footer-text .row.p-5 {
    margin-top: 90px;
  }
  .footer-text .col-12.col-lg-4.font-prompt {
    flex: 0 0 80%;
    margin: 0 auto;
  }
  .footer .footer-text li p {
    font-size: 18px;
  }

  .footer .footer-text a,
  .footer .footer-text p {
    font-size: 20px;
  }

  .footer .footer-text .high-light {
    font-size: 23px;
  }

  .footer .footer-text span.high-light {
    font-size: 18px;
  }

  /* =============== footer ============== */

  .product-banner-list {
    /* background-image: url("../images/product-banner-list-md-bg.png"); */
    z-index: 1;
  }
  .product-banner-list .our-product-text {
    display: block;
  }
  .product-banner-list .our-product-text p.py-5 {
    margin-top: 30px;
  }
  .product-banner-list .our-product-text .products {
    margin-top: 40px;
  }

  .product-list .products {
    margin-bottom: 300px;
  }
  .product-list .product-list-news {
    margin-top: 0;
  }
  .product-list .container-fluid {
    display: block;
    top: 0;
  }

  #product .product-banner-list img {
    height: 100%;
  }
  /* #product .flickity-prev-next-button {
    border: 3px solid #e0c174 !important;
    top: 45% !important;
    width: 44px;
  } */
  #product .flickity-prev-next-button.previous {
    left: -38px !important;
  }
  #product .flickity-prev-next-button.next {
    right: -38px !important;
  }
  /* #product .flickity-prev-next-button .arrow {
    fill: #e0c174 !important;
  } */

  .product-list .product-list-news .slick-slide img {
    margin-top: 80px;
  }
  .product-list .product-list-news .product-list-news-text {
    top: 140px;
  }

  .product-list .products .products-list-info {
    margin-top: 40px !important;
    padding: 15px 0 40px !important;
  }

  .product-list .products .products-list-info p {
    font-size: 8px;
    color: #929292;
  }
  .product-list .products .products-list-info p.m-0 {
    width: 150px;
  }
  .product-list .products .products-list-info p .active {
    font-size: 8px;
  }
  .product-list .products .products-list-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #5b5b5b;
  }

  .product-list .products .products-list-info .product-more-info-box {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  .product-list .products .products-list-info .product-more-info {
    font-size: 6px;

    margin-top: 33px !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 0.4rem;
  }

  /* =============== product list ============== */

  .carousel-product-detail a .more-info {
    width: 95%;
    margin: 7px 8px;
  }

  .product-list .products a > .products-box .products-list-info .more-info {
    display: none !important;
  }

  .product-banner-detail .container img {
    width: 90%;
    margin-top: 70px;
  }

  .product-banner-list .products .flickity-viewport {
    /* overflow: unset; */
    height: auto;
  }

  .testing img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
  }
  .testing .testing-box {
    background-size: auto;
  }
  .testing .testing-box div {
    padding: 70px 110px;
  }
  .testing .testing-box p.active {
    text-align: left;
  }
  .testing .testing-box h5 {
    text-align: left;
    margin-bottom: 0.5rem;
  }

  #product_detail .editor .editor-text {
    margin-top: 160px;
  }
  #product_detail .editor .editor-text img {
    width: 100%;
  }
  #product_detail .editor .editor-text p {
    padding: 0 0px !important;
    font-size: 1rem;
  }

  #product_detail .about-us-text-box {
    margin: 50px auto 0;
  }
  #product_detail .about-us-text-box p {
    text-align: left;
    font-size: 22px;
  }
  #product_detail .carousel-product-detail {
    margin-top: 50px;
  }
  #product_detail .product-list .products h1 {
    font-size: 40px !important;
  }
  #product_detail .product-list .products h1:before,
  #product_detail .product-list .products h1:after {
    background-color: #a3a3a3;
  }
  #product_detail .product-list .products .products-box {
    margin-top: 3rem !important;
  }
  #product_detail .product-list .products .products-box img {
    margin: 1rem;
  }
  #product_detail .footer .container {
    padding-bottom: 230px;
  }

  .product-detail .product-detail-text {
    margin-top: 400px;
  }
  .product-detail .product-detail-text p {
    font-size: 23px;
  }
  .product-detail .product-detail-text p.active {
    margin-left: 25px;
  }
  .product-detail .product-detail-text h5 {
    font-size: 64px;
  }

  /* =============== product detail ============== */
}

/* Portrait phones and smaller */
@media (max-width: 375px) {
  .our-product-text-mobile .news a img,
  .our-product-text-mobile .news .slick-active .more-info {
    width: 100%;
  }

  #product .container-fluid img {
    width: 100%;
  }

  #product .our-product-text p .large {
    font-size: 40px;
  }

  #product_detail .product-list .products .products-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #product_detail .product-list .products .products-box img {
    margin: 0;
  }

  .product-list .product-list-news .product-list-news-text h5 {
    font-size: 30px;
  }
  .product-list .product-list-news .product-list-news-text p {
    height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
