/* @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  /* font-family: "Oswald", sans-serif; */
  /* font-family: 'Montserrat', sans-serif; */
}

.news .img-header .text-main-head .btn-story:hover, .btn-brown:hover, .back-button:hover {
  background: rgba(104, 77, 51, .8);
}

.company-footer .text-in-img .fairtrade-btn a:hover {
  background: rgba(104, 77, 51, 1);
  color: #fff;
}

.story-box-input .btn-send:hover, .owl-all-product .item .more-btn:hover, .all-product-box .back-btn:hover, .csr-button a:hover {
  background: #004722 !important;
  color: #fff !important;
}

.story-cert .view-all-btn:hover, 
.product-box .product-col .btn-readmore:hover, 
.product-detail-content .contact-box .submit-btn a:hover, 
.box-news .btn-news-read:hover, 
.news .news-detail-content .back-button:hover,
.contact-tel .call-tel a:hover,
.email-submit a:hover,
.contact-map a:hover,
.season-bottom .view-all-product:hover,
.brand-product .btn-readmore:hover,
.btn-back:hover,
.career-footer .footer-button a:hover
{
  background: rgba(0, 71, 34, .8) !important;
  color: #fff;
}

.story-box-input .footer-title h1, .story-box-input .footer-title h3, .story-box-input input, .story-box-input textarea {
  font-weight: 700;
  text-shadow: 0px 2px 6px #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.back-to-top {
  padding: unset;
  width: fit-content;
  position: fixed;
  z-index: 50;
  bottom: 1rem;
  right: 1rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.bars-click {
  width: 50px;
  height: 48px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  background: transparent;
  transition: all 1s;
}

.bars-click .bars-icon {
  color: #004722;
}

.bars-click .bars-icon::before {
  content: "\F0C9";
}

.bars-click .times-icon::before {
  content: "\F00D";
}

.show-bars {
  background: #f8fafc;
}

.scroll-menu {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  width: 100%;
  top: 3rem;
  background: transparent;
  z-index: 10000;
  padding: 0 10%;
}

.logo-nav {
  width: 90px;
  height: 100%;
  display: block;
}

.scroll-menu .flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-evenly;
}

.scroll-menu .flex .nav-item {
  padding: 0;
  color: #006633;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.scroll-menu .flex .nav-item:hover,
.scroll-menu .flex .nav-item.active {
  color: #998405;
  text-decoration: underline;
}

.lang {
  position: absolute;
  z-index: 10001;
  top: 1rem;
  right: 1rem;
  display: block;
}

.lang a {
  color: #006633;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
}

.lang a:hover {
  text-decoration: unset;
  color: #998405;
}

.lang a:last-child {
  padding-left: 5px;
  border-left: 2px solid #006633;
}

.lang a .flag {
  width: 40px;
  height: 100%;
}

.menu {
  position: fixed;
  height: 100%;
  width: 0;
  background-color: #fff;
  transition: 0.5s;
  overflow: hidden;
  z-index: 4;
  background: url("../images/bg-wood2.jpg");
  box-shadow: 10px 0px 20px 1px rgba(0, 0, 0, 0.76);
}

.menu.small {
  width: 300px;
}

.menu.small li {
  display: block;
}

.menu ul {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}

.menu ul li {
  position: relative;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.menu ul li a {
  position: relative;
  display: flex;
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  color: #006633;
}

.menu ul li a:hover {
  text-decoration-color: #006633;
}

.menu ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.menu ul li a .icon {
  font-size: 24px;
}

.menu ul li a .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}

.main-content {
  min-height: 100vh;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  /* justify-content: center; */
  transition: 0.5s;
  position: relative;
}

/* .main-content.show {
  margin-left: 300px;
} */

.hamburger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #006633;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.product {
  background: url("../images/bg-product.png");
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

a.disabled {
  pointer-events: none;
}

@media screen and (max-width: 365px) {
  .product {
    min-height: 100vh;
  }
  .sidenav {
    padding-top: 40%;
  }
}

.product .title,
.title-w {
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 50px;
  z-index: 100;
  text-align: center;
  color: #fff;
}

.menu-products {
  display: flex;
  z-index: 10000;
}

.menu-products li {
  display: block;
  margin: 0 10px;
}

.link {
  border-radius: 25px;
  background-color: #ffffff;
  color: #006633;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  margin-bottom: 0.5rem;
  text-decoration: none !important;
  transition: ease 0.4s;
  position: relative;
  box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 2px;
}

.link:hover,
.link.active {
  color: #998405;
}

.menu-products-selected {
  margin-top: 3rem;
  width: 100%;
}

.menu-products-selected .box-all-products {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 5%;
  flex-wrap: wrap;
}

.menu-products-selected .box-all-products .category-item {
  border-radius: 25px;
  display: block;
  overflow: hidden;
  width: 300px;
  box-shadow: 6px 14px 9px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 auto 2rem;
}

.product-margin {
  margin: 0 1rem 2rem !important;
}

.menu-products-selected .box-all-products .category-item .category-text {
  color: #004722;
  margin-bottom: unset;
  font-size: 20px;
  letter-spacing: 2px;
  position: absolute;
  width: 100%;
  top: 10px;
  text-align: center;
  font-weight: 700;
}

.menu-products-selected .box-all-products .category-item .category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-products-selected .box-all-products .category-item .category-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004722;
  text-align: center;
  color: #fff;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}

.menu-products-selected .box-all-products .category-item .category-detail .c-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.menu-products-selected .box-all-products .category-item .category-detail .c-detail {
  font-size: 12px;
}

.menu-products-selected .box-all-products .category-item:hover .category-detail {
  opacity: 1;
}

.menu-products-selected .box-product-slide {
  position: absolute;
  left: 0;
  bottom: 0;
}

.product ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: column;
}

.fruit {
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/wood-slat.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.fruit .fruit-item {
  display: block;
  height: auto;
  position: absolute;
  bottom: 5%;
  width: 100%;
}

.fruit-slide {
  height: 300px;
  max-width: 800px;
  position: absolute !important;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: url("../images/wood-slat.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 700px;
}

.fruit-slide div.item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.fruit-slide div img {
  max-height: 100%;
  max-width: 300px;
  width: auto !important;
  object-fit: scale-down;
}

.fruit div img {
  max-height: 100%;
  max-width: 100%;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 350px) {
  .fruit {
    height: 200px;
  }
}

.fruit div:nth-child(1) {
  z-index: 3;
}

.fruit div:nth-child(2) {
  margin-right: 20%;
  z-index: 2;
}

.fruit div:nth-child(3) {
  margin-left: 20%;
  z-index: 2;
}

.fruit div:nth-child(4) {
  margin-right: 40%;
}

.fruit div:nth-child(5) {
  margin-left: 40%;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fruit-slide .owl-prev,
.product-slide .owl-prev {
  left: 2rem;
}

.fruit-slide .owl-next,
.product-slide .owl-next {
  right: 2rem;
}

.fruit-slide .nav-btn,
.product-slide .nav-btn {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fruit-slide button,
.product-slide button {
  outline: none !important;
}

.footer-product {
  color: #fff;
  background: #004722;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px;
  word-break: break-word;
  margin-top: 2rem;
  min-height: 280px;
}

.footer-product h1 {
  font-size: 26px;
  font-weight: 600;
}

.footer-product span {
  font-size: 12px;
}

.btn-product1 {
  margin-top: 15px;
  border: 1px solid #fff;
  border-radius: 30px;
  background: #004722;
  padding: 5px;
  width: auto;
	min-width:135px;
  text-decoration: none !important;
}

.btn-product2 {
  margin-top: 15px;
  border-radius: 30px;
  background: #004722;
  width: 80%;
  text-align: center;
  font-size: 12px;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-product2.v-white {
  color: #000 !important;
  background: #fff;
}

.btn-product1 span {
  background: #fff;
  color: #000;
  border-radius: 30px;
  font-size: 16px;
  padding: 4px 10px;
  font-weight: 500;
}

.product-list,
.contact,
.csr,
.career {
  background: url("../images/bg-wood.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 130px 0 50px;
}

.title-g {
  letter-spacing: 5px;
  font-weight: 500;
  color: #004722;
  margin-bottom: 20px;
  text-align: center;
}

.product-item {
  width: 100%;
  overflow: hidden;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product-item img {
  object-fit: cover;
  max-width: 100%;
  height: 100px;
}

.product-item h2 {
  font-size: 18px;
}

.product-detail {
  background: url("../images/bg-leaf.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  color: #fff;
  padding: 100px 0 30px;
}

.product-detail .title {
  letter-spacing: 5px;
  font-weight: 500;
  text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.3);
  font-size: 40px;
  max-width: 425px;
  width: 100%;
  text-align: left;
}

.product-detail h2.title {
  font-size: 35px;
}

.product-detail h3 {
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-size: 22px;
}

.product-slide {
  max-width: 100vw;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: url(../images/wood-slat.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 700px;
  height: 410px;
}

.product-slide .item {
  display: flex;
  align-items: flex-end;
  height: 390px;
}

.product-slide .item img {
  height: auto;
  max-width: 400px;
  max-height: 300px;
  margin: 0 auto;
  object-fit: scale-down;
}

.text-detail {
  width: 100%;
  background: #004722;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
}

.text-detail div {
  max-width: 425px;
  text-align: center;
  margin-bottom: 15px;
}

.detail-percen {
  width: 100%;
  max-width: 325px !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.detail-percen h3 {
  margin: 0;
  line-height: 2;
  text-align: left;
}

.line {
  width: 100px;
  height: 2px;
  background: #fff;
  margin-right: 20px;
  width: 100px;
  margin-bottom: 0 !important;
}

.detail-percen h3:first-child {
  width: 30%;
}

.btn-product-back {
  margin-top: 30px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #004722 !important;
  text-decoration: none !important;
  width: 150px;
}

.product-contact {
  background: url("../images/bg-wood.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 30px 0;
}

.v-green {
  background: #004722;
  color: #fff !important;
}

.btn-submit {
  background: #004722;
  color: #fff;
  outline: none !important;
  border: none;
  box-shadow: none !important;
  margin-top: 30px;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  width: 150px;
}

.font-lg {
  font-size: 70px;
}

.contact .phone {
  margin: 50px 0;
}

.contact .phone h3 {
  display: flex;
}

.phone h3 div:first-child {
  width: 150px;
  margin-bottom: 0 !important;
  text-align: left;
}

.phone h3 div:nth-child(2) {
  width: 200px;
}

.about {
  background: url("../images/bg-wood.png");
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-size: 40%;
  min-height: 100vh;
  background-position: top;
  overflow: hidden;
}

.banner {
  height: 300px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}

.banner::after {
  content: "";
  background: url("../images/map.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 75%;
  width: 100%;
  height: 255px;
}

.banner img {
  height: 300px;
  max-width: 100%;
  object-fit: cover;
}

.title-b {
  color: #684d33;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  font-size: 55px;
}

.about h3.title-g {
  font-size: 20px;
}

.about .btn-product2 {
  margin: 20px auto;
  padding: 5px 15px;
  display: block;
  width: 50%;
  font-size: 18px;
}

.img-fairtrade {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.video {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
}

.news {
  background: url("../images/bg-wood.png");
  width: 100%;
  position: relative;
  background-size: 40%;
  min-height: 100vh;
  background-position: top;
  overflow: hidden;
}

.news .banner {
  background: url("../images/map-02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

.news .banner::after {
  display: none;
}

.news .title-b {
  text-align: left;
  font-size: 30px;
  color: #71512e;
}

.news .title-p {
  word-break: break-word;
}

.btn-brown {
  border-radius: 25px;
  background: #71512e;
  padding: 0 1rem;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  text-transform: uppercase;
}

.link-fairtrade {
  background: url("../images/mount.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 210px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.slide-client {
  height: 60px;
  overflow: hidden;
  background: #41632c;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slide-client img {
  width: 70% !important;
  margin: 0 auto;
}

.farm-img {
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.farm-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.farm-img h5 {
  position: absolute;
  font-size: 15px;
  text-align: center;
  color: #684d33;
  z-index: 1;
  margin: 0;
}

.farm-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.csr {
  padding-bottom: 0;
  justify-content: flex-start;
}

.csr h1.title-g {
  font-size: 50px;
}

.csr h5.title-g {
  letter-spacing: normal;
  font-size: 20px;
}

.csr span.title-g,
.csr p.title-g {
  letter-spacing: normal;
}

.csr-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.our-csr {
  background: url("../images/bg-grass.png");
  background-position: center;
  width: 100%;
  padding: 50px 15px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
}

.circle-1 {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 20px 0;
}

.csr-num {
  font-weight: 300;
  font-size: 30px;
}

.our-csr .title-w {
  text-align: left;
  width: 100%;
}

.our-csr .btn-product1 {
  padding: 0 10px;
  background-color: #ffffff;
  color: #000;
  border: none;
}

.pic-crs-news {
  height: 100%;
  background-color: #004722;
}

.content-crs-news p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.content-crs-news .btn-product2 {
  padding: 2px 20px;
  font-size: 12px;
}

.progress {
  margin: 20px 0;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  cursor: pointer;
  background-color: transparent;
}

.progress-circle {
  transform: rotate(-90deg);
}

.progress-circle-back {
  fill: none;
  stroke: #fff;
  stroke-width: 10px;
}

.progress-circle-prog {
  fill: none;
  stroke: #ffcf00;
  stroke-width: 10px;
  stroke-dasharray: 0 999;
  stroke-dashoffset: 0px;
  transition: stroke-dasharray 0.7s linear 0s;
}

.progress-text {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 30px;
}

.nav-link.btn-green {
  background-color: #024113;
  color: #ffffff;
  border-radius: 10px;
}

.nav-link.btn-green.active {
  background-color: #006633;
}

.career .tab-content {
  padding: 15px;
  background-color: #ffffff;
}

.title-career {
  background-color: #024113;
  color: #ffffff;
  font-size: 18px;
  display: block;
  padding: 7px 0;
  border-radius: 15px;
}

.bg-home {
  background-image: url("../images/bg-main-mobile.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.bg-home .logo-app {
  position: absolute;
  align-self: center;
  top: 20%;
  width: 30%;
  max-width: 250px;
  z-index: 1;
  animation: logo-fade 5s ease-in;
}

.box-bird {
  position: absolute;
  width: 100%;
  left: 0;
  top: 5%;
}

.box-bird .bird-fly {
  width: 200%;
  height: auto;
}

@keyframes logo-fade {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* main sidebar */

.sidenav {
  height: 120vh;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: url("../images/bg-nav.png");
  background-size: cover;
  transition: 0.5s;
  padding-top: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidenav a {
  font-size: 25px;
  font-weight: 600;
  color: #004722;
  display: block;
  transition: 0.3s;
  padding-left: 1rem;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.sidenav .side-item:hover,
.sidenav .side-item.active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.sidenav .closebtn {
  position: absolute;
  top: 15%;
  right: 1rem;
  font-size: 36px;
}

.section-footer {
  padding-top: 2rem;
  width: 100%;
  background: url(../images/bg-wood.png);
  position: relative;
  background-position: bottom;
  background-size: 40%;
}

.section-footer .box-footer {
  padding: 1rem 5%;
  margin: unset;
}

.section-footer .box-footer .logo-footer {
  display: block;
  width: 150px;
  height: auto;
}

.section-footer .box-footer .f-title {
  color: #684d33;
  font-size: 20px;
  margin: 1rem 0;
}

.section-footer .box-footer .f-detail {
  color: #684d33;
  font-size: 16px;
}

.section-footer .box-footer .f-social {
  display: flex;
}

.section-footer .box-footer .f-social a img {
  width: 40px;
  height: auto;
  display: block;
  margin-right: 10px;
}

.section-footer .nav-footer {
  background-image: url(../images/bg-footer.png);
  background-size: auto;
  padding: 1rem;
}

.section-footer .nav-footer .navbar-footer-custom {
  display: flex;
  justify-content: space-evenly;
}

.section-footer .nav-footer .navbar-footer-custom a {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

.section-footer .nav-footer .navbar-footer-custom a:hover,
.section-footer .nav-footer .navbar-footer-custom a.active {
  color: #998405;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .bg-home {
    background-position-x: 35% !important;
  }
  .link::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -30px;
    color: #fff;
    opacity: 0;
    height: 30px;
    transition: ease 0.3s;
  }

  .link::after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -30px;
    color: #fff;
    opacity: 0;
    height: 30px;
    transition: ease 0.3s;
  }

  .link:hover::before,
  .link.active::before {
    left: -20px;
    color: #fff;
    opacity: 1;
  }

  .link:hover::after,
  .link.active::after {
    right: -20px;
    color: #fff;
    opacity: 1;
  }
}

@media screen and (min-width: 500px) {
	.bg-home {
		background-image: url("../images/bg-main.jpg");
		background-position: 30% 70%;
	}	
}

@media screen and (min-width: 768px) {
	.box-bird {
		top: 10%;
	}
	.box-bird .bird-fly {
		width: 150%;
		height: auto;
	}
  .product {
    background: url("../images/bg-product.png");
    background-size: cover;
  }
  .fruit {
    background-size: contain;
  }
  .fruit div img {
    max-height: 120%;
  }
  .fruit .fruit-item {
    width: 600px;
    bottom: 15%;
  }
  .sidenav {
    padding-top: 40%;
  }
  .fruit-slide {
    background-size: 850px;
    height: 350px;
  }
  .fruit-slide div.item {
    height: 350px;
  }
  .fruit-slide div.item img {
    max-width: 400px;
  }
  .btn-brown {
    font-size: 20px;
  }
  .product ul {
    flex-flow: row;
  }
  .link {
    width: 150px;
    font-size: 14px;
  }
  .product-slide {
    background-size: 100% 120px;
  }
  .product-slide .item {
    height: 400px;
  }
  .product-slide .item img {
    max-width: 700px;
    max-height: 400px;
  }
  .footer-product {
    min-height: 230px;
  }
}

@media screen and (min-width: 996px) {
	.box-bird {
    	top: 5%;
  	}
  	.box-bird .bird-fly {
    	width: 100%;
    	height: auto;
  	}
  .lang {
    top: 2rem;
    right: 5%;
  }
  .scroll-menu {
    padding: 0;
  }
  .bg-home .logo-app {
        max-width: 300px;
  }
  .bg-home {
    background-size: cover;
    background-position: bottom;
  }
  .fruit {
    height: 350px;
  }
  .fruit div img {
    max-height: 120%;
    padding-bottom: 2rem;
  }
  .sidenav {
    padding-top: 20%;
  }
  .fruit-slide {
    max-width: unset;
    background-size: contain;
    height: 480px;
    margin-bottom: 200px;
  }
  .fruit-slide div.item {
    height: 420px;
    padding-bottom: 0;
  }
  .footer-product {
    height: 210px;
    padding: 1rem 5%;
  }
  .footer-product h1 {
    font-size: 30px;
  }
  .footer-product span {
    font-size: 16px;
  }
  .sidenav {
    background-position: left center;
  }
  .sidenav a {
    padding-left: 10%;
  }
  .sidenav .closebtn {
    top: 0;
  }
  .fruit-slide .owl-next {
    right: 20%;
  }
  .fruit-slide .owl-prev {
    left: 20%;
  }
  .fruit-slide .nav-btn {
    font-size: 65px;
  }
  .btn-brown {
    font-size: 25px;
  }
  .link {
    margin-bottom: 0;
    font-size: 20px;
    width: 220px;
  }
  .product-slide .owl-next {
    right: 20%;
  }
  .product-slide .owl-prev {
    left: 20%;
  }
}

@media screen and (min-width: 1200px) {
	.box-bird {
    	top: 0%;
  	}
  .lang {
    right: 8%;
  }
  .scroll-menu .flex {
    justify-content: space-between;
  }
  .scroll-menu .flex .nav-item {
    font-size: 18px;
  }
  .scroll-menu {
    padding: 0 8%;
  }
  .sidenav {
    padding-top: 15%;
  }
  .section-footer .nav-footer .navbar-footer-custom a {
    font-size: 18px;
  }
  .fruit .fruit-item {
    width: 700px;
  }
  .fruit div img {
    padding-bottom: 4rem;
  }
  .fruit-slide {
    height: 420px;
    background-position-y: 150%;
  }
  .section-footer .box-footer {
    padding: 1rem 10%;
  }
  .menu-products-selected .box-all-products {
    padding: 1rem 10% 5rem;
  }
  .menu-products-selected .box-all-products .category-item {
    width: 280px;
  }
  .menu-products-selected .box-all-products .category-item .category-text {
    font-size: 25px;
  }
  .menu-products-selected .box-all-products .category-item .category-detail .c-title {
    font-size: 18px;
  }
  .menu-products-selected .box-all-products .category-item .category-detail .c-detail {
    font-size: 14px;
  }
  .section-footer .box-footer .f-social a img {
    width: 40px;
  }
  .section-footer .box-footer .f-title {
    font-size: 24px;
  }
  .product-slide {
    height: 500px;
    background-size: 100% 150px;
  }
  .product-slide .item {
    height: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .menu-products-selected .box-all-products .category-item {
    width: 325px;
	  margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .bg-home .logo-app {
    max-width: 350px;
  }
}

@media screen and (min-width: 1800px) {
  .fruit div img {
    max-height: 150%;
    width: 650px;
  }
  .fruit-slide {
    height: 550px;
  }
  .fruit-slide div.item {
    height: 530px;
  }
  .fruit-slide div.item img {
    max-width: 500px;
  }
  .fruit {
    background-position-y: 125%;
    height: 450px;
  }
  .product-slide .item {
    height: 480px;
  }
  .menu-products-selected .box-all-products .category-item {
    width: 360px;
  }
}

#_product_slide {
  background: unset;
}

#_product_slide .item img {
  border-radius: 25px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  #_product_slide .item img {
    max-width: 400px;
  }
  #_product_slide .owl-next, #_product_slide .owl-prev {
    top: 65%;
  }
	.section-footer .box-footer .logo-footer {
    width: 120px;
  }
  .section-footer .box-footer .f-title {
    font-size: 18px;
    letter-spacing: 0;
  }
  .section-footer .box-footer .f-detail {
    font-size: 14px;
    letter-spacing: 0;
  }
  .section-footer .box-footer .f-social a img {
    width: 30px;
  }
  .section-footer .nav-footer {
    background-size: auto 110%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

@media screen and (max-width: 767px) {
  #_product_slide .item img {
    max-width: 260px;
  }
  #_product_slide .owl-next {
    right: 1rem;
  }
  #_product_slide .owl-prev {
    left: 1rem;
  }
  #_product_slide .owl-next, #_product_slide .owl-prev {
    top: 75%;
  }
}

.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropdown .dropdown-content {
  opacity: 0;
  position: absolute;
  z-index: 10000000000000000;
  bottom: -1rem;
  right: 0;
  transition: ease-in .2s;
  width: max-content;
}

.nav-dropdown .dropup-content {
  opacity: 0;
  position: absolute;
  z-index: 10000000000000000;
  top: -4rem;
  right: 0;
  transition: ease-in .2s;
  width: max-content;
}

.nav-dropdown .dropup-content a {
  color: #006633 !important;
  text-decoration: unset !important;
}

.nav-dropdown .dropup-content a:hover {
  color: #998405 !important;
  text-decoration: underline !important;
}

.nav-dropdown:hover .dropdown-content,
.nav-dropdown:hover .dropup-content  {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  /* .product {
    padding-top: 0;
  }
  .menu-products-selected {
    margin-top: 0;
  } */
  .ora-ora-ora {
    width: 100%;
  }
  .product .title {
    font-size: 30px;
  }
  .menu-products {
    justify-content: center;
  }
  .bg-home .logo-app {
    width: 250px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media only screen and (orientation: landscape) {
  .sidenav {
    padding-top: 1rem;
    overflow: scroll;
  }
  .sidenav .closebtn {
    top: 0;
  }
  .sidenav a {
    font-size: 20px;
  }
}



@media screen and (min-height: 900px) {
  .product {
    padding-top: 5%;
  }
}

.all-product-slide .owl-dots .owl-dot.active span, .all-product-slide .owl-dots .owl-dot:hover span {
      background: #71512e;
    }
.owl-dots button:focus, .owl-nav button:focus  {
  outline: unset;
}