@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  border: 0;
  background-color: #fff; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

html {
  height: -webkit-fill-available; }

img {
  max-width: 100%; }

.container {
  max-width: 1230px;
  padding: 0 15px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  overflow-x: hidden;
  background: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2; }
  body.open-menu-mb, body.fancybox-active, body.body-overlow-hidden, body.focus-input-search {
    overflow: hidden; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 13px 0;
  font-weight: bold;
  line-height: 1.2; }

img {
  max-width: 100%; }

a {
  color: #2e2e2e;
  text-decoration: none;
  outline: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

a:hover, a:focus {
  color: #2e2e2e;
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img.lazyload {
  opacity: 0; }

button, input, textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0; }

input[type="checkbox"],
input[type="radio"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 5px 0 0;
  cursor: pointer;
  outline: 0 !important; }
  @media (max-width: 1199.98px) {
    input[type="checkbox"],
    input[type="radio"] {
      background: none;
      border: none; } }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #C6CBD0;
    cursor: pointer;
    border-radius: 4px; }
  input[type="checkbox"]:before,
  input[type="radio"]:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 1px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  input[type="checkbox"]:checked:after,
  input[type="radio"]:checked:after {
    background-color: #006E43;
    border-color: transparent; }
  input[type="checkbox"]:checked:before,
  input[type="radio"]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.fix-style:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  gap: 16px; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    min-width: 0; }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-gap-mb="8"] {
      gap: 8px; } }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-gap-mb="5"] {
      gap: 5px; } }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="1"] {
    grid-template-columns: repeat(1, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="1"] .swiper-slide:nth-child(n+2) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="2"] {
    grid-template-columns: repeat(2, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="2"] .swiper-slide:nth-child(n+3) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="3"] {
    grid-template-columns: repeat(3, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="3"] .swiper-slide:nth-child(n+4) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="3.5"] {
    display: flex;
    overflow-x: hidden; }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="3.5"] .swiper-slide {
      flex: 0 0 calc(100% / 3.5);
      max-width: calc(100% / 3.5); }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="4"] {
    grid-template-columns: repeat(4, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="4"] .swiper-slide:nth-child(n+5) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="5"] {
    grid-template-columns: repeat(5, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="5"] .swiper-slide:nth-child(n+6) {
      display: none; }
  .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="8"] {
    grid-template-columns: repeat(8, 1fr); }
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show="8"] .swiper-slide:nth-child(n+9) {
      display: none; }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="2"] {
      grid-template-columns: repeat(2, 1fr); }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="2"] .swiper-slide:nth-child(n+3) {
        display: none; } }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="1.2"] {
      display: flex;
      overflow-x: hidden; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="1.2"] .swiper-slide {
        flex: 0 0 83%;
        max-width: 83%; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="1.2"] .swiper-slide:nth-child(n+2) {
        display: block; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="1.2"] .swiper-slide:nth-child(n+3) {
        display: none; } }
  @media (max-width: 991px) {
    .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="2.5"] {
      display: flex;
      overflow-x: hidden; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="2.5"] .swiper-slide {
        flex: 0 0 38%;
        max-width: 38%; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="2.5"] .swiper-slide:nth-child(n+3) {
        display: block; }
      .fix-style:not(.swiper-initialized) .swiper-wrapper[item-show-mb="2.5"] .swiper-slide:nth-child(n+4) {
        display: none; } }
  .fix-style:not(.swiper-initialized) .swiper-wrapper.no-product {
    grid-template-columns: auto; }

.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden; }

.style-navigation-2 {
  position: relative; }
  .style-navigation-2 .btn-nav {
    margin-top: 0;
    top: 32%;
    color: gray;
    position: absolute;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 4px 4px 60px rgba(233, 233, 233, 0.2);
    opacity: 1; }
    @media (max-width: 991px) {
      .style-navigation-2 .btn-nav {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7);
        top: 26%; } }
    .style-navigation-2 .btn-nav:after {
      font-size: 20px; }
      @media (max-width: 991px) {
        .style-navigation-2 .btn-nav:after {
          font-size: 18px; } }

.style-navigation-4 {
  position: relative; }
  .style-navigation-4 .btn-nav {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: gray;
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    opacity: 1; }
    @media (max-width: 991px) {
      .style-navigation-4 .btn-nav {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7); } }
    .style-navigation-4 .btn-nav:after {
      font-size: 20px;
      color: #fff; }
      @media (max-width: 991px) {
        .style-navigation-4 .btn-nav:after {
          font-size: 14px; } }
  .style-navigation-4:hover .group-swiper-button {
    opacity: 1;
    visibility: visible; }

.style-navigation-5 {
  position: relative; }
  .style-navigation-5 .btn-nav {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: gray;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    box-shadow: 0px 0px 19.04px 0px rgba(0, 0, 0, 0.1);
    opacity: 1; }
    @media (max-width: 991px) {
      .style-navigation-5 .btn-nav {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7); } }
    .style-navigation-5 .btn-nav:after {
      font-size: 20px;
      color: #006E43; }
      @media (max-width: 991px) {
        .style-navigation-5 .btn-nav:after {
          font-size: 18px; } }

@media (min-width: 992px) {
  .style-navigation-3 .swiper-button-prev {
    top: 0; }
    .style-navigation-3 .swiper-button-prev:after {
      font-size: 20px;
      transform: rotate(90deg); }
  .style-navigation-3 .swiper-button-next {
    top: auto;
    bottom: 0; }
    .style-navigation-3 .swiper-button-next:after {
      font-size: 20px;
      transform: rotate(90deg); }
  .style-navigation-3 .btn-nav {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    left: 0; } }

.style-navigation-6 .btn-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(2, 2, 2, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all .3s ease; }
  .style-navigation-6 .btn-nav:after {
    display: none; }
  .style-navigation-6 .btn-nav svg {
    width: 18px;
    height: 16px; }
    .style-navigation-6 .btn-nav svg path {
      fill: #fff;
      transition: all .3s ease; }
  .style-navigation-6 .btn-nav:hover {
    background: #006E43;
    border-color: #fff; }

.style-navigation-6 .swiper-button-prev {
  left: calc((100vw - 1170px) / 2 - 21px); }

.style-navigation-6 .swiper-button-next {
  right: calc((100vw - 1170px) / 2 - 21px); }

.css-pagination-2 .custom-sw-pagination {
  max-width: 80%;
  margin: 50px auto 0 auto; }
  @media (max-width: 991px) {
    .css-pagination-2 .custom-sw-pagination {
      max-width: none;
      margin: 20px 0 0 0; } }

.css-pagination-2 .swiper-pagination {
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex; }
  .css-pagination-2 .swiper-pagination span {
    background: rgba(148, 148, 148, 0.2) !important;
    opacity: 1;
    flex: 1 1 0;
    width: 100%;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    background: none;
    position: relative;
    height: 4px; }
    .css-pagination-2 .swiper-pagination span:hover, .css-pagination-2 .swiper-pagination span.swiper-pagination-bullet-active {
      opacity: 1;
      background: rgba(0, 0, 0, 0.75) !important; }

.css-pagination .custom-sw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 5; }
  .css-pagination .custom-sw-pagination.custom-sw-pagination-fix {
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .css-pagination .custom-sw-pagination {
      padding: 0 20px; } }

.css-pagination .swiper-pagination {
  max-width: 400px;
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex; }
  .css-pagination .swiper-pagination span {
    opacity: .7;
    flex: 1 1 0;
    width: 100%;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    background: none;
    position: relative; }
    .css-pagination .swiper-pagination span:hover, .css-pagination .swiper-pagination span.swiper-pagination-bullet-active {
      opacity: 1; }
    .css-pagination .swiper-pagination span:after {
      content: "";
      display: block;
      border-top: 3px solid #fff;
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -1.5px;
      left: 0;
      right: 0; }

.css-pagination-3 .swiper-pagination {
  bottom: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px; }

.css-pagination-3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EAEAEA;
  border: 1px solid #EAEAEA;
  opacity: 1;
  transition: all .35s ease; }

.css-pagination-3 .swiper-pagination-bullet-active {
  width: 41px;
  height: 12px;
  border-radius: 50px;
  background: #006E43;
  border-color: #fff; }

.effect-loading {
  -webkit-animation: .45s linear infinite alternate skeletonAnimation;
  animation: .45s linear infinite alternate skeletonAnimation;
  will-change: opacity; }

@keyframes line {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@keyframes out {
  0% {
    margin-left: 0;
    width: 100%; }
  to {
    margin-left: 100%;
    width: 0; } }

@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: .45; }
  100% {
    opacity: .9; } }

@keyframes skeletonAnimation {
  0% {
    opacity: .45; }
  100% {
    opacity: .9; } }

.loading-ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0; }
  .loading-ovl.open {
    visibility: visible;
    opacity: 1; }
  .loading-ovl .load-3 .line:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite; }
  .loading-ovl .load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #222; }

@keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

.messenger-fb {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9;
  transition: 0.2s all; }
  @media (max-width: 991px) {
    .messenger-fb {
      bottom: 100px; } }
  .toggle-sticky .messenger-fb {
    bottom: 180px; }
    @media (max-width: 991px) {
      .toggle-sticky .messenger-fb {
        bottom: 255px; } }
  .messenger-fb img {
    width: 60px; }

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  padding: 10px 15px;
  background-color: #fff;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
  width: 60px;
  height: 60px;
  border: 1px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9; }
  @media (max-width: 991px) {
    #scrollToTop {
      bottom: 60; } }
  .toggle-sticky #scrollToTop {
    bottom: 110px; }
    @media (max-width: 991px) {
      .toggle-sticky #scrollToTop {
        bottom: 185px; } }
  #scrollToTop svg {
    width: 25px;
    height: 25px; }
  #scrollToTop.isShow {
    opacity: 1;
    visibility: visible; }

.toast {
  position: fixed;
  z-index: 999999;
  text-align: center;
  top: 4%;
  border: 0;
  width: 382px;
  padding: 0;
  color: #fff;
  right: 7%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991.98px) {
    .toast {
      top: 1%;
      width: 94%;
      right: 3%; } }
  .toast .toast-close {
    position: absolute;
    top: 10px;
    right: 8px; }
  .toast, .toast > div {
    background-color: #2e2e2e; }
  .toast:not(.show) {
    pointer-events: none; }
  .toast .close {
    outline: none;
    border: 0;
    background-color: unset;
    position: absolute;
    top: 20px;
    right: 20px; }
  .toast .toast-body {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    border-radius: 4px;
    padding: 15px 16px; }

/* TOPBAR */
.topbar-new {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFCD00;
  text-align: center;
  z-index: 99;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .menu-relative .topbar-new {
    position: relative; }
  .menu-fixed .topbar-new {
    position: fixed; }
  .topbar-new p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .topbar-new a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px; }
    @media (max-width: 991px) {
      .topbar-new a {
        padding: 0 16px;
        font-size: 12px;
        gap: 10px; } }
    .topbar-new a span {
      color: #006E43;
      text-decoration: underline;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px; }
      @media (max-width: 991px) {
        .topbar-new a span {
          min-width: 120px; } }

/* HEADER */
.wrap-top-head {
  min-height: 135px; }
  .template-index .wrap-top-head {
    min-height: auto; }

.header {
  position: fixed;
  top: 42px;
  width: 100%;
  z-index: 999;
  color: #fff;
  padding: 16px 0 0 0;
  /* SEARCH */
  /* DROPDOWN */
  /* ICONS */ }
  @media (max-width: 991px) {
    .header {
      padding: 16px 0;
      background: #2A7B9B;
      background: linear-gradient(180deg, #2a7b9b 0%, rgba(0, 0, 0, 0.49) 0%, transparent 100%); } }
  .menu-relative .header {
    position: relative;
    top: 0;
    border-bottom: 1px solid #E7E7E7; }
  .menu-hover .header, .menu-fixed .header, .menu-relative .header, .open-menu-mb .header {
    background: #fff; }
  .menu-fixed .header {
    position: fixed;
    top: 42px; }
  .header .header-outer {
    position: relative; }
  .header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px; }
    @media (max-width: 991px) {
      .header .header-inner {
        flex-wrap: wrap;
        gap: 0; } }
  @media (max-width: 991px) {
    .header .logo {
      order: 1; } }
  .menu-hover .header .logo svg:nth-child(1), .menu-fixed .header .logo svg:nth-child(1), .menu-relative .header .logo svg:nth-child(1), .open-menu-mb .header .logo svg:nth-child(1) {
    display: none; }
  .header .logo svg:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    display: none; }
    .menu-hover .header .logo svg:nth-child(2), .menu-fixed .header .logo svg:nth-child(2), .menu-relative .header .logo svg:nth-child(2), .open-menu-mb .header .logo svg:nth-child(2) {
      opacity: 1;
      visibility: visible;
      display: block; }
  .header .search-box {
    position: relative;
    width: 850px; }
    @media (max-width: 991px) {
      .header .search-box {
        order: 3;
        width: 100%;
        margin: 6px 0 0 0;
        display: flex;
        gap: 10px;
        position: inherit; } }
    .header .search-box .overlay-search {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 9; }
      @media (min-width: 992px) {
        .focus-input-search .header .search-box .overlay-search {
          opacity: 1;
          visibility: visible; } }
  .header .close-search-mb {
    display: none; }
    @media (max-width: 991px) {
      .focus-input-search .header .close-search-mb {
        display: block; } }
  .header .search-input {
    position: relative; }
    @media (max-width: 991px) {
      .header .search-input {
        width: 100%; } }
    .focus-input-search .header .search-input {
      z-index: 10; }
    .header .search-input input {
      width: 100%;
      padding: 8px 45px 8px 20px;
      border-radius: 40px;
      height: 40px;
      border: none;
      font-size: 14px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      transition: 0.2s all; }
      .focus-input-search .header .search-input input,
      .menu-hover .header .search-input input, .menu-fixed .header .search-input input, .menu-relative .header .search-input input, .open-menu-mb .header .search-input input {
        background: #fff;
        color: #000;
        border-color: #006E43; }
      .header .search-input input::placeholder {
        color: #fff;
        transition: 0.2s all; }
        .focus-input-search .header .search-input input::placeholder,
        .menu-hover .header .search-input input::placeholder,
        .menu-fixed .header .search-input input::placeholder,
        .menu-relative .header .search-input input::placeholder,
        .open-menu-mb .header .search-input input::placeholder {
          color: #000; }
    .header .search-input .icon-search {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
      .focus-input-search .header .search-input .icon-search svg path,
      .menu-hover .header .search-input .icon-search svg path,
      .menu-fixed .header .search-input .icon-search svg path,
      .menu-relative .header .search-input .icon-search svg path,
      .open-menu-mb .header .search-input .icon-search svg path {
        stroke: #006E43; }
  .header .search-dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 27px 35px;
    display: none;
    display: flex;
    gap: 40px; }
    @media (max-width: 991px) {
      .header .search-dropdown {
        top: 118%;
        border-radius: 0;
        padding: 16px;
        flex-direction: column;
        overflow: auto;
        height: calc(100vh - 116px); } }
    .focus-input-search .header .search-dropdown {
      z-index: 10; }
  .header .search-left {
    width: 180px;
    display: flex;
    flex-direction: column;
    gap: 23px; }
    @media (max-width: 991px) {
      .header .search-left {
        width: 100%; } }
  .header .title-box-search {
    font-size: 14px;
    color: #006E43;
    margin-bottom: 16px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 700; }
  .header .search-group ul {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .header .search-group ul li a {
      display: inline-block;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #000; }
  .header .search-right {
    width: calc(100% - 220px);
    position: relative; }
    @media (max-width: 991px) {
      .header .search-right {
        width: 100%; } }
  .header .header-icons {
    display: flex;
    align-items: center;
    gap: 14px; }
    @media (max-width: 991px) {
      .header .header-icons {
        order: 2; } }
    @media (min-width: 992px) {
      .header .header-icons .item--right.menu-btn-mobile {
        display: none; } }
    .header .header-icons .item--right.menu-btn-mobile a {
      position: relative;
      display: inline-flex;
      width: 24px;
      height: 24px; }
    .header .header-icons .item--right.menu-btn-mobile svg {
      position: absolute;
      inset: 0;
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .header .header-icons .item--right.menu-btn-mobile svg:nth-child(2) {
        opacity: 0;
        transform: scale(0.7) rotate(-90deg); }
    .open-menu-mb .header .header-icons .item--right.menu-btn-mobile svg:nth-child(1) {
      opacity: 0;
      transform: scale(0.7) rotate(90deg); }
    .open-menu-mb .header .header-icons .item--right.menu-btn-mobile svg:nth-child(2) {
      opacity: 1;
      transform: scale(1) rotate(0); }
    .menu-hover .header .header-icons .item--right.menu-btn-mobile path,
    .menu-fixed .header .header-icons .item--right.menu-btn-mobile path,
    .menu-relative .header .header-icons .item--right.menu-btn-mobile path, .open-menu-mb .header .header-icons .item--right.menu-btn-mobile path {
      stroke: #006E43; }
    .header .header-icons .item--right.item--right-noti {
      border-right: 1px solid #FFFFFF;
      padding-right: 14px; }
      .menu-hover .header .header-icons .item--right.item--right-noti, .menu-fixed .header .header-icons .item--right.item--right-noti, .menu-relative .header .header-icons .item--right.item--right-noti, .open-menu-mb .header .header-icons .item--right.item--right-noti {
        border-color: #006E43; }
      .menu-hover .header .header-icons .item--right.item--right-noti svg path, .menu-fixed .header .header-icons .item--right.item--right-noti svg path, .menu-relative .header .header-icons .item--right.item--right-noti svg path, .open-menu-mb .header .header-icons .item--right.item--right-noti svg path {
        fill: #ffffff;
        stroke: #006E43; }
    .header .header-icons .item--right svg {
      width: 24px;
      height: 24px; }
      .menu-hover .header .header-icons .item--right svg path, .menu-fixed .header .header-icons .item--right svg path, .menu-relative .header .header-icons .item--right svg path, .open-menu-mb .header .header-icons .item--right svg path {
        fill: #006E43; }
    .header .header-icons .item--right a {
      position: relative; }
      .header .header-icons .item--right a .count {
        width: 12px;
        height: 12px;
        position: absolute;
        background: #fff;
        color: #006E43;
        font-size: 10px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -5px;
        right: 0; }
        .menu-hover .header .header-icons .item--right a .count, .menu-fixed .header .header-icons .item--right a .count, .menu-relative .header .header-icons .item--right a .count, .open-menu-mb .header .header-icons .item--right a .count {
          background: #006E43;
          color: #ffffff; }
  .header .header-menu {
    margin-top: 4px; }
    @media (max-width: 991px) {
      .header .header-menu {
        display: none; } }
    .header .header-menu .menu-list {
      display: flex;
      align-items: center;
      justify-content: center; }
      .header .header-menu .menu-list > li > a {
        display: block;
        padding: 4px 10px;
        color: #fff;
        font-weight: 500; }
        .menu-hover .header .header-menu .menu-list > li > a, .menu-fixed .header .header-menu .menu-list > li > a, .menu-relative .header .header-menu .menu-list > li > a, .open-menu-mb .header .header-menu .menu-list > li > a {
          color: #006E43; }
        .menu-hover .header .header-menu .menu-list > li > a > svg path, .menu-fixed .header .header-menu .menu-list > li > a > svg path, .menu-relative .header .header-menu .menu-list > li > a > svg path, .open-menu-mb .header .header-menu .menu-list > li > a > svg path {
          fill: #006E43; }
    .header .header-menu .has-mega:hover .mega-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    .header .header-menu .mega-menu {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100vw;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: all .25s ease;
      border-top: 1px solid #E7E7E7; }
    .header .header-menu .mega-inner {
      max-width: 1000px;
      margin: auto;
      padding: 30px 0;
      display: grid;
      grid-template-columns: 1fr 370px;
      gap: 30px; }
    .header .header-menu .group-col {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px; }
    .header .header-menu .mega-col h4 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 0;
      padding: 10px; }
    .header .header-menu .mega-col ul {
      display: flex;
      flex-direction: column; }
      .header .header-menu .mega-col ul li a {
        padding: 10px;
        display: block; }
    .header .header-menu .mega-col a {
      color: #444;
      transition: .2s; }
      .header .header-menu .mega-col a:hover {
        color: #1f9d61; }
    .header .header-menu .mega-banner img {
      width: 100%;
      border-radius: 16px;
      display: block; }

.view-all-1 {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  transition: .25s;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500; }
  .view-all-1:hover {
    background: #006E43;
    border-color: #006E43;
    color: #fff; }
    .view-all-1:hover svg path {
      fill: #fff; }

.view-all-2 {
  border: 1px solid #006E43;
  padding: 10px 20px;
  border-radius: 30px;
  color: #006E43;
  transition: .25s;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500; }
  .view-all-2 svg path {
    fill: #006E43; }
  .view-all-2:hover {
    background: #006E43;
    border-color: #006E43;
    color: #fff; }
    .view-all-2:hover svg path {
      fill: #fff; }

.mb-show-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .mb-show-view-all {
      display: none; } }

.flash-sale {
  background: linear-gradient(180deg, #19BC50 0%, #006E43 100%);
  padding: 40px 0 60px;
  /* countdown */ }
  @media (max-width: 991px) {
    .flash-sale .mb-show-view-all {
      order: 4; } }
  @media (max-width: 991px) {
    .flash-sale {
      padding: 30px 0; } }
  @media (max-width: 991px) {
    .flash-sale .container {
      display: flex;
      flex-direction: column; } }
  .flash-sale .flash-banner {
    margin: 0 0 10px 0; }
    @media (max-width: 991px) {
      .flash-sale .flash-banner {
        order: 2;
        margin: 0 0 16px 0; } }
    .flash-sale .flash-banner img {
      width: 100%;
      border-radius: 20px;
      display: block; }
      @media (max-width: 991px) {
        .flash-sale .flash-banner img {
          border-radius: 8px; } }
  .flash-sale .flash-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .flash-sale .flash-head {
        order: 1;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px; } }
    @media (max-width: 991px) {
      .flash-sale .flash-head .flash-title svg {
        max-width: 230px; } }
    .flash-sale .flash-head .view-all-1 {
      margin-left: auto; }
      @media (max-width: 991px) {
        .flash-sale .flash-head .view-all-1 {
          display: none; } }
  .flash-sale .countdown .count-label {
    display: none; }
  .flash-sale .count-box {
    display: flex;
    gap: 10px; }
    .flash-sale .count-box .time {
      background: #fff;
      padding: 8px 10px;
      border-radius: 6px;
      text-align: center; }
      .flash-sale .count-box .time .number {
        font-size: 18px;
        font-weight: 700; }
      .flash-sale .count-box .time .text {
        display: none; }
  @media (max-width: 991px) {
    .flash-sale .flash-content {
      order: 3; } }

/* product card */
.product-loop-new {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: .3s;
  height: max-content;
  /* thumbnail */
  /* badge */
  /* info */ }
  .product-loop-new:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); }
  .product-loop-new .product-thumb {
    position: relative; }
    .product-loop-new .product-thumb .thumb-inner {
      position: relative;
      display: block;
      padding-bottom: calc(100% * 480 / 480);
      background: #ffffff; }
    .product-loop-new .product-thumb img {
      position: absolute;
      left: 0;
      top: 0;
      aspect-ratio: 388 / 480;
      width: 100%;
      height: 100%;
      transition: .35s;
      object-fit: contain; }
    .product-loop-new .product-thumb .img-hover {
      opacity: 0; }
  .product-loop-new:hover .img-first {
    opacity: 0; }
  .product-loop-new:hover .img-hover {
    opacity: 1; }
  .product-loop-new .badge-new {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #088E5A 13.33%, #0EAA6D 46.78%, #088E5A 83.33%);
    color: #fff;
    padding: 6px 14px;
    font-size: 14px;
    border-bottom-right-radius: 16px;
    z-index: 2; }
  .product-loop-new .product-info {
    padding: 16px; }
    @media (max-width: 991px) {
      .product-loop-new .product-info {
        padding: 16px 8px; } }
  .product-loop-new .brand {
    font-size: 10px;
    color: #A6A6A6;
    margin-bottom: 0; }
  .product-loop-new .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #111111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 991px) {
      .product-loop-new .title {
        font-size: 14px; } }
  .product-loop-new .price {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 7px; }
    .product-loop-new .price .price-sale {
      font-size: 20px;
      font-weight: 700;
      color: #006E43; }
      @media (max-width: 991px) {
        .product-loop-new .price .price-sale {
          font-size: 16px; } }
    .product-loop-new .price .price-old {
      text-decoration: line-through;
      color: #A6A6A6;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 991px) {
        .product-loop-new .price .price-old {
          font-size: 12px; } }
    .product-loop-new .price .discount {
      border: 1px solid #E72600;
      color: #E72600;
      padding: 2px 6px;
      border-radius: 10px;
      font-size: 10px;
      margin-left: 16px; }
  .product-loop-new .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px; }
    .product-loop-new .tags .tag {
      background: #F2F2F2;
      padding: 6px 10px;
      border-radius: 30px;
      font-size: 12px;
      color: #616E7C; }
  .product-loop-new .meta {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .product-loop-new .meta .rating {
      font-size: 12px;
      color: #BBBBBB;
      display: flex;
      align-items: center;
      gap: 4px; }
    .product-loop-new .meta .add-cart {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
  .product-loop-new.loop-small {
    border: 1px solid #E5E5E5; }
    .product-loop-new.loop-small .product-info h3 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 14px; }
    .product-loop-new.loop-small .product-info .price {
      flex-direction: column;
      align-items: start; }
      .product-loop-new.loop-small .product-info .price .price-sale {
        font-size: 16px; }
      .product-loop-new.loop-small .product-info .price .price-old {
        font-size: 10px; }
      .product-loop-new.loop-small .product-info .price .discount {
        position: absolute;
        right: 10px;
        padding: 1px 2px; }
    .product-loop-new.loop-small .product-info .tags {
      display: none; }
    .product-loop-new.loop-small .product-info .meta .rating {
      font-size: 10px; }
    .product-loop-new.loop-small .product-info .meta .add-cart {
      display: none; }

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px; }
  @media (max-width: 991px) {
    .section-head {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .section-head .view-all-2 {
      display: none; } }

.section-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  display: inline-block; }
  @media (max-width: 991px) {
    .section-heading {
      font-size: 24px; } }
  @media (max-width: 991px) {
    .section-heading .drop-mb {
      display: block; } }
  .section-heading.section-heading-30 {
    font-size: 30px; }
  @media (max-width: 991px) {
    .section-heading.section-heading-mb-18 {
      font-size: 18px; } }
  .section-heading.brand-title {
    left: 50%;
    transform: translateX(-50%); }
  @media (max-width: 991px) {
    .section-heading.section-heading-center-mb {
      left: 50%;
      transform: translateX(-50%); } }
  .section-heading .head-text {
    position: relative;
    z-index: 1; }
  .section-heading .highlight {
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 20px;
    background: url(https://cdn.hstatic.net/files/200000821091/file/untitled.svg) no-repeat center/contain; }

.brand-feature {
  background: #F6FBF6;
  padding: 40px 0; }
  @media (max-width: 991px) {
    .brand-feature .container {
      padding: 0; } }
  @media (max-width: 991px) {
    .brand-feature {
      padding: 30px 0; } }
  @media (max-width: 991px) {
    .brand-feature .brand-slider {
      margin: 0 -16px 0 0;
      padding: 0 16px; } }
  .brand-feature .brand-item {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px; }
    .brand-feature .brand-item img {
      height: 100%;
      object-fit: cover; }

.best-seller {
  padding: 40px 0;
  /* ZONE */
  /* PRODUCT GRID */ }
  @media (max-width: 991px) {
    .best-seller {
      padding: 30px 0; } }
  .best-seller .zone-top {
    display: grid;
    grid-template-columns: 1fr 472px;
    gap: 16px;
    align-items: end;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .best-seller .zone-top {
        display: flex;
        flex-direction: column;
        gap: 8px; } }
    @media (max-width: 991px) {
      .best-seller .zone-top .zone-left {
        width: 100%; } }
    .best-seller .zone-top.zone-top-2 {
      grid-template-columns: 472px 1fr; }
      .best-seller .zone-top.zone-top-2 .zone-banner {
        order: 1; }
        @media (max-width: 991px) {
          .best-seller .zone-top.zone-top-2 .zone-banner {
            order: 2; } }
      .best-seller .zone-top.zone-top-2 .zone-left {
        order: 2; }
        @media (max-width: 991px) {
          .best-seller .zone-top.zone-top-2 .zone-left {
            order: 1; } }
  .best-seller .zone-banner img {
    width: 100%;
    border-radius: 16px;
    display: block; }
  .best-seller .product-grid {
    display: grid;
    gap: 16px; }
    @media (max-width: 991px) {
      .best-seller .product-grid {
        gap: 8px; } }
  .best-seller .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    @media (max-width: 991px) {
      .best-seller .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .best-seller .grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
    @media (max-width: 991px) {
      .best-seller .grid-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.home-banner {
  padding: 40px 0; }
  @media (max-width: 991px) {
    .home-banner {
      padding: 0; } }
  .home-banner .banner-item {
    display: block;
    border-radius: 20px;
    overflow: hidden; }
    .home-banner .banner-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@media (min-width: 992px) {
  .section-nutrition-tags {
    min-height: 54px; } }

@media (max-width: 991px) {
  .section-nutrition-tags {
    display: none; } }

.section-nutrition-tags .nutrition-tags {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }

.section-nutrition-tags.is-fixed .nutrition-tags {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  animation: slideUp .3s ease;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .section-nutrition-tags.is-fixed .nutrition-tags .tag {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    gap: 0; }
    .section-nutrition-tags.is-fixed .nutrition-tags .tag.active {
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
    .section-nutrition-tags.is-fixed .nutrition-tags .tag:hover {
      width: auto;
      padding: 12px 9px;
      border-radius: 50px; }
      .section-nutrition-tags.is-fixed .nutrition-tags .tag:hover span {
        opacity: 1;
        width: auto; }
    .section-nutrition-tags.is-fixed .nutrition-tags .tag span {
      opacity: 0;
      width: 0;
      overflow: hidden;
      white-space: nowrap;
      transition: all .3s ease; }

.section-nutrition-tags .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 40px;
  border: 1px solid;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  /* green */
  /* yellow */
  /* blue */
  /* orange */ }
  .section-nutrition-tags .tag .icon {
    width: 35px;
    height: 35px; }
    .section-nutrition-tags .tag .icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .section-nutrition-tags .tag.tag-green {
    border-color: #8ED9A6;
    background: #E9F9EF;
    color: #2E7D32; }
  .section-nutrition-tags .tag.tag-yellow {
    border-color: #F2D98D;
    background: #FFF8E6;
    color: #8A6D1F; }
  .section-nutrition-tags .tag.tag-blue {
    border-color: #9ED7E7;
    background: #EAF8FD;
    color: #1F6B85; }
  .section-nutrition-tags .tag.tag-orange {
    border-color: #F4C5A6;
    background: #FFF1E8;
    color: #9A4D22; }

.section-head-empty {
  margin: 40px 0 0 0; }

.product-special {
  padding: 40px 0; }
  @media (max-width: 991px) {
    .product-special {
      padding: 30px 0; } }
  .product-special.product-special-fix {
    padding: 16px 0 40px 0; }
  .product-special.product-special-bg {
    background: #F2FFED; }
  .product-special .special-layout {
    display: grid;
    grid-template-columns: 228px 1fr;
    gap: 16px;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .product-special .special-layout {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        gap: 8px;
        display: flex; } }
    .product-special .special-layout.special-layout-fix {
      grid-template-columns: 1fr 228px; }
      @media (min-width: 992px) {
        .product-special .special-layout.special-layout-fix .product-grid {
          order: 1; }
        .product-special .special-layout.special-layout-fix .special-banner {
          order: 2; } }
  .product-special .special-banner {
    border-radius: 16px;
    overflow: hidden; }
    .product-special .special-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-special .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; }
    @media (max-width: 991px) {
      .product-special .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px; } }
  .product-special .special-layout-mb {
    display: none;
    margin-top: 8px; }
    .product-special .special-layout-mb .product-grid {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px; }

.home-blog {
  padding: 60px 0;
  background: url("https://cdn.hstatic.net/files/200000821091/file/75fcadca6e7f2cab3a2268b72f29d5a31d944812.png") center/cover no-repeat, linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(255, 255, 255, 0) 87.1%, #FFFFFF 93.37%), linear-gradient(0deg, rgba(255, 255, 255, 0) 84.46%, #FFFFFF 100%), linear-gradient(180deg, #FFFFFF 0%, #EEFFE9 36.02%, #FFFFFF 85.4%);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  /* BLOG CARD */
  /* VIEW ALL BUTTON */ }
  @media (max-width: 991px) {
    .home-blog {
      padding: 30px 0;
      background: #fff; } }
  .home-blog .blog-card .blog-thumb {
    display: block;
    border-radius: 16px;
    overflow: hidden; }
    .home-blog .blog-card .blog-thumb img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      transition: .4s; }
    .home-blog .blog-card .blog-thumb:hover img {
      transform: scale(1.05); }
  .home-blog .blog-card .blog-content {
    padding-top: 14px; }
  .home-blog .blog-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px; }
    .home-blog .blog-meta span {
      margin: 0 6px; }
  .home-blog .blog-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px; }
  .home-blog .blog-read {
    font-size: 14px;
    color: #1a7f45;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500; }
  .home-blog .view-blog {
    margin: 30px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .home-blog .view-blog {
        margin: 30px 0; } }

.footer {
  position: relative;
  overflow: hidden;
  background: #fff;
  /* green background */
  /* FEATURES */
  /* CONTENT GRID */
  /* SOCIAL */ }
  .footer .footer-bg-bottom {
    position: relative;
    padding-top: 140px;
    padding-bottom: 80px;
    background: url("https://cdn.hstatic.net/files/200000821091/file/87cef1f99962941f6bb09c80664cdc109adc0d61.png") center top no-repeat #ffffff;
    background-size: contain; }
  .footer.footer-stores .footer-bg-bottom {
    background: url("https://cdn.hstatic.net/files/200000821091/file/87cef1f99962941f6bb09c80664cdc109adc0d61.png") center top no-repeat #f6fbf7;
    background-size: contain; }
  .footer .footer-bg-green {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    background: url("https://cdn.hstatic.net/files/200000821091/file/group_1000008637.png") right bottom no-repeat;
    background-size: 100%;
    pointer-events: none; }
  .footer .footer-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .footer .footer-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 8px;
        margin-bottom: 24px; } }
    .footer .footer-features .feature-item {
      display: flex;
      align-items: center;
      gap: 20px; }
      @media (max-width: 991px) {
        .footer .footer-features .feature-item {
          flex-direction: column;
          gap: 16px; } }
      .footer .footer-features .feature-item .icon {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 991px) {
          .footer .footer-features .feature-item .icon svg {
            width: 40px;
            height: 40px; } }
      .footer .footer-features .feature-item span {
        font-weight: 600;
        font-size: 16px;
        color: #222; }
  .footer .footer-divider {
    height: 1px;
    background: #D8D8D8;
    margin: 24px 0; }
  .footer .footer-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 40px; }
    @media (max-width: 991px) {
      .footer .footer-content {
        display: flex;
        flex-direction: column;
        gap: 24px; } }
    .footer .footer-content .footer-col h3 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 16px;
      line-height: 1.5; }
      .footer .footer-content .footer-col h3 span {
        display: block; }
    .footer .footer-content .footer-col h4 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 16px; }
    .footer .footer-content .footer-col p {
      font-size: 14px;
      color: #444;
      line-height: 1.6;
      margin-bottom: 10px; }
    .footer .footer-content .footer-col .contact-title {
      margin-top: 16px; }
    .footer .footer-content .footer-col ul {
      list-style: none;
      padding: 0; }
      .footer .footer-content .footer-col ul li ~ li {
        margin-top: 20px; }
      .footer .footer-content .footer-col ul li a {
        font-size: 14px;
        color: #444;
        text-decoration: none; }
        .footer .footer-content .footer-col ul li a:hover {
          color: #0a6b43; }
  .footer .social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 16px;
    align-items: center; }
  .footer .bct {
    width: 160px; }

.wrapperMain_content {
  padding-bottom: 0; }

.breadcrumb-shop {
  border-bottom: none;
  border-top: none; }
  .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
    content: "\f105"; }

.category-menu {
  background: #EFFFEF;
  position: sticky;
  top: 135px;
  z-index: 99;
  /* arrow */ }
  .category-menu .category-swiper {
    position: relative; }
  .category-menu .swiper-wrapper {
    align-items: center; }
  .category-menu .swiper-slide {
    width: auto; }
    .category-menu .swiper-slide a {
      display: block;
      padding: 8px 16px;
      font-size: 14px;
      color: #000;
      text-decoration: none;
      white-space: nowrap;
      position: relative;
      transition: 0.2s; }
    .category-menu .swiper-slide.active a {
      color: #006E43;
      font-weight: 700; }
    .category-menu .swiper-slide a:hover {
      color: #006E43; }
  .category-menu .menu-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, transparent, #dfeee6 60%);
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }

.main-heading-col h1 {
  font-size: 48px;
  color: #006E43;
  margin: 15px 0 20px 0; }
  @media (max-width: 991px) {
    .main-heading-col h1 {
      font-size: 24px;
      margin: 16px 0; } }

.section-tool {
  margin: 0 0 16px 0; }
  .section-tool .wrap-tool {
    display: flex;
    align-items: start;
    gap: 30px; }
    @media (max-width: 991px) {
      .section-tool .wrap-tool {
        gap: 20px;
        align-items: center; } }
    @media (min-width: 992px) {
      .section-tool .wrap-tool .left-tool {
        display: none; } }
    .section-tool .wrap-tool .left-tool .btn-filter {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      background: transparent;
      border: none;
      outline: none;
      box-shadow: none;
      border-radius: 0;
      color: #000; }
    .section-tool .wrap-tool .right-tool {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .section-tool .wrap-tool .right-tool {
          width: auto;
          flex: 1; } }
      .section-tool .wrap-tool .right-tool .count-products {
        font-size: 20px; }
        @media (max-width: 991px) {
          .section-tool .wrap-tool .right-tool .count-products {
            font-size: 14px; } }
      .section-tool .wrap-tool .right-tool .sort-collection {
        position: relative; }
        .section-tool .wrap-tool .right-tool .sort-collection .btn-sort {
          outline: none;
          box-shadow: none;
          border-radius: 8px;
          cursor: pointer;
          background: transparent;
          font-weight: 400;
          display: flex;
          align-items: center;
          gap: 6px;
          color: #000;
          border: 1px solid #FFCD00;
          padding: 9px 16px; }
          .section-tool .wrap-tool .right-tool .sort-collection .btn-sort.opened svg:nth-child(3) {
            transform: rotate(180deg); }
        .section-tool .wrap-tool .right-tool .sort-collection ul {
          list-style: none;
          position: absolute;
          background: #fff;
          padding: 8px 0;
          z-index: 9999;
          text-align: left;
          right: 0;
          top: 100%;
          margin: 0;
          display: none;
          border: none;
          width: 245px;
          box-shadow: 0 2px 4px rgba(142, 142, 142, 0.3); }
          @media (max-width: 991px) {
            .section-tool .wrap-tool .right-tool .sort-collection ul {
              position: fixed;
              left: 0;
              right: 0;
              bottom: -100%;
              background: #fff;
              z-index: 99;
              padding: 0 0 60px 0;
              border-radius: 16px 16px 0 0;
              box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
              transition: all .35s ease;
              max-height: 60vh;
              overflow-y: auto;
              display: block;
              width: 100%;
              top: auto; }
              .section-tool .wrap-tool .right-tool .sort-collection ul.sort-active {
                bottom: 0; } }
          .section-tool .wrap-tool .right-tool .sort-collection ul li {
            cursor: pointer; }
            .section-tool .wrap-tool .right-tool .sort-collection ul li.head-mobile-cus {
              display: none;
              position: sticky;
              top: 0;
              padding: 13px 20px;
              font-size: 20px;
              font-weight: 500;
              align-items: center;
              justify-content: center;
              border-bottom: 1px solid #E6E6E6;
              background: #fff;
              z-index: 9; }
              @media (max-width: 991px) {
                .section-tool .wrap-tool .right-tool .sort-collection ul li.head-mobile-cus {
                  display: flex; } }
              .section-tool .wrap-tool .right-tool .sort-collection ul li.head-mobile-cus .head-sort-mb {
                padding: 0; }
              .section-tool .wrap-tool .right-tool .sort-collection ul li.head-mobile-cus .sort-close {
                position: absolute;
                right: 0;
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center; }
            .section-tool .wrap-tool .right-tool .sort-collection ul li span {
              display: block;
              padding: 8px 20px; }
              @media (max-width: 991px) {
                .section-tool .wrap-tool .right-tool .sort-collection ul li span {
                  padding: 13px 20px; } }
            .section-tool .wrap-tool .right-tool .sort-collection ul li.active {
              background: #f6f6f6 url(https://file.hstatic.net/200000959085/file/checked.png);
              background-position: calc(100% - 16px) center;
              background-repeat: no-repeat;
              background-size: 16px auto; }

.main-collection {
  padding: 0 0 40px 0; }
  .main-collection .wrap-collection {
    display: flex;
    align-items: start;
    gap: 16px; }
    @media (max-width: 991px) {
      .main-collection .wrap-collection {
        flex-direction: column; } }
    .main-collection .wrap-collection .sidebar-collection {
      width: 230px;
      position: sticky;
      top: 100px;
      /* SIZE BOX */
      /* COLOR BOX */
      /* Hide body when closed */ }
      @media (max-width: 991px) {
        .main-collection .wrap-collection .sidebar-collection {
          width: 100%;
          position: fixed;
          left: 0;
          right: 0;
          bottom: -100%;
          top: auto;
          height: 80vh;
          background: #fff;
          z-index: 99;
          border-radius: 12px 12px 0 0;
          padding: 0;
          overflow-y: auto;
          transition: all .35s ease; }
          .main-collection .wrap-collection .sidebar-collection.sidebar-active {
            bottom: 0; } }
      .main-collection .wrap-collection .sidebar-collection .head-sidebar {
        padding: 8px 10px;
        margin: 0 0 16px 0;
        font-size: 24px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #C8C8C8;
        background: #fff;
        color: #006E43;
        width: 100%; }
        @media (max-width: 991px) {
          .main-collection .wrap-collection .sidebar-collection .head-sidebar {
            display: flex; } }
        .main-collection .wrap-collection .sidebar-collection .head-sidebar .filter-close {
          position: absolute;
          right: 0;
          width: 50px;
          height: 50px;
          display: none;
          align-items: center;
          justify-content: center; }
          @media (max-width: 991px) {
            .main-collection .wrap-collection .sidebar-collection .head-sidebar .filter-close {
              display: flex; } }
      .main-collection .wrap-collection .sidebar-collection .filters {
        color: #000;
        width: 100%; }
        @media (max-width: 991px) {
          .main-collection .wrap-collection .sidebar-collection .filters {
            display: flex;
            flex-direction: column;
            padding: 0 20px 100px 20px; } }
      .main-collection .wrap-collection .sidebar-collection .filter-group {
        padding: 12px 10px; }
        .main-collection .wrap-collection .sidebar-collection .filter-group.closed .filter-arrow {
          transform: rotate(0deg); }
      .main-collection .wrap-collection .sidebar-collection .filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .main-collection .wrap-collection .sidebar-collection .filter-header h3 {
          font-size: 16px;
          margin: 0;
          font-weight: 700; }
        .main-collection .wrap-collection .sidebar-collection .filter-header .filter-arrow {
          transition: 0.3s;
          transform: rotate(-180deg); }
      .main-collection .wrap-collection .sidebar-collection .filter-body {
        margin-top: 16px; }
      .main-collection .wrap-collection .sidebar-collection .filter-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 10px; }
        .main-collection .wrap-collection .sidebar-collection .filter-item ~ .filter-item {
          margin-top: 16px; }
        .main-collection .wrap-collection .sidebar-collection .filter-item label {
          cursor: pointer;
          margin: 0; }
      .main-collection .wrap-collection .sidebar-collection .filter-size {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px; }
      .main-collection .wrap-collection .sidebar-collection .size-item label {
        border: 1px solid #dcdcdc;
        padding: 10px 25px;
        cursor: pointer;
        text-align: center;
        width: 100%; }
      .main-collection .wrap-collection .sidebar-collection .size-item input {
        display: none; }
        .main-collection .wrap-collection .sidebar-collection .size-item input:checked ~ label {
          background: #000;
          color: #fff;
          border-color: #000; }
      .main-collection .wrap-collection .sidebar-collection .filter-color {
        display: flex;
        flex-wrap: wrap;
        gap: 5px; }
      .main-collection .wrap-collection .sidebar-collection .color-item input {
        display: none; }
        .main-collection .wrap-collection .sidebar-collection .color-item input:checked ~ label {
          border-color: #000000; }
      .main-collection .wrap-collection .sidebar-collection .color-item label {
        width: 34px;
        height: 34px;
        display: block;
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid transparent;
        overflow: hidden;
        position: relative;
        padding: 2px; }
        .main-collection .wrap-collection .sidebar-collection .color-item label span {
          border: 1px solid transparent;
          width: 100%;
          height: 100%;
          display: block;
          border-radius: 2px;
          position: relative;
          overflow: hidden; }
        .main-collection .wrap-collection .sidebar-collection .color-item label[data-color="Trắng"] span {
          border-color: #E6E6E6; }
      .main-collection .wrap-collection .sidebar-collection .filter-group.closed .filter-body {
        display: none; }
    .main-collection .wrap-collection .right-column {
      width: calc(100% - 230px); }
      @media (max-width: 991px) {
        .main-collection .wrap-collection .right-column {
          width: 100%; } }

.collection-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (min-width: 1600px) {
    .collection-list {
      grid-template-columns: repeat(4, 1fr); } }
  .collection-list.collection-list-search {
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991px) {
      .collection-list.collection-list-search {
        grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 991px) {
    .collection-list {
      grid-template-columns: repeat(2, 1fr); } }
  .collection-list.empty-product {
    grid-template-columns: auto; }

.viewmore-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
  gap: 20px; }
  .viewmore-zone svg {
    animation: rotate360 2s linear infinite; }
  .viewmore-zone button {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #666666;
    font-size: 15px; }

@keyframes rotate360 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  margin: 0 0 30px 0; }
  .selected-filters .filter-clear-all {
    background: #000;
    color: #fff;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
    border: none;
    cursor: pointer; }
  .selected-filters .filter-tag {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #F3F3F3;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    cursor: default; }
    .selected-filters .filter-tag .remove-tag {
      cursor: pointer;
      display: flex;
      align-items: center; }
      .selected-filters .filter-tag .remove-tag img {
        width: 9px;
        height: 9px; }

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

.hero-slider .video-desktop {
  display: block; }

.hero-slider .video-mobile {
  display: none; }

@media (max-width: 991px) {
  .hero-slider .video-desktop {
    display: none; }
  .hero-slider .video-mobile {
    display: block; } }

.filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease; }
  .filter-overlay.overlay-active {
    opacity: 1;
    visibility: visible; }

.sort-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease; }
  .sort-overlay.overlay-active {
    opacity: 1;
    visibility: visible; }

.support-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px; }
  @media (max-width: 991px) {
    .support-fixed {
      display: none; } }
  .support-fixed .support-banner {
    width: 100px; }
    .support-fixed .support-banner img {
      width: 100%;
      display: block; }
  .support-fixed .support-icons {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .support-fixed .support-item {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* LIVE */ }
    .support-fixed .support-item img {
      width: 25px;
      height: 25px; }
    .support-fixed .support-item.phone svg {
      width: 30px; }
    .support-fixed .support-item.live {
      background: #ff1d1d;
      color: #fff;
      font-weight: 700;
      font-size: 12px;
      position: relative; }
      .support-fixed .support-item.live::before, .support-fixed .support-item.live::after {
        content: "";
        position: absolute;
        inset: -6px;
        border-radius: 50%;
        border: 3px solid #ff1d1d;
        animation: ring 1.8s infinite; }
      .support-fixed .support-item.live::after {
        animation-delay: .6s; }

@keyframes ring {
  0% {
    transform: scale(1);
    opacity: .8; }
  70% {
    transform: scale(1.5);
    opacity: 0; }
  100% {
    opacity: 0; } }

.noti-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }

.noti-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 512px;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: .35s;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .noti-sidebar {
      max-width: 90%; } }
  .noti-sidebar .noti-header {
    padding: 30px 15px;
    border-bottom: 1px solid #eee;
    text-align: center; }
    .noti-sidebar .noti-header h2 {
      font-size: 24px;
      font-weight: 700;
      margin: 0; }
  .noti-sidebar .noti-list {
    flex: 1;
    overflow: auto; }
  .noti-sidebar .noti-item {
    display: flex;
    gap: 16px;
    padding: 16px; }
    .noti-sidebar .noti-item:nth-child(odd) {
      background: #e9f5e8; }
    .noti-sidebar .noti-item .noti-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .noti-sidebar .noti-item .noti-content h3 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 4px; }
    .noti-sidebar .noti-item .noti-content p {
      font-size: 12px;
      color: #666;
      margin-bottom: 4px; }
    .noti-sidebar .noti-item .noti-content .time {
      font-size: 12px;
      color: #BEBEBE; }

#modal-region {
  padding: 0;
  width: 100%;
  max-width: 500px;
  border-radius: 16px; }
  #modal-region .region-modal {
    padding: 40px;
    background: #fff;
    text-align: center; }
    #modal-region .region-modal h2 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 21px; }
    #modal-region .region-modal .region-actions {
      display: flex;
      justify-content: center;
      gap: 12px; }
    #modal-region .region-modal .btn-region {
      padding: 10px 16px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      display: inline-block; }
    #modal-region .region-modal .btn-main {
      background: #006E43;
      box-shadow: 4px 5px 9.8px 0px #00a464 inset;
      color: #fff; }
    #modal-region .region-modal .btn-other {
      background: #FFCD00;
      box-shadow: 4px 5px 9.8px 0px #fff532 inset;
      color: #000; }

.menu-mobile {
  position: fixed;
  left: 0;
  top: 16%;
  width: 100%;
  height: calc(100vh - 159px);
  background: #fff;
  transform: translateX(-100%);
  transition: .35s;
  z-index: 1500; }
  body.open-menu-mb .menu-mobile {
    transform: translateX(0); }
  .menu-mobile .menu-mobile-inner {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .menu-mobile .menu-item.active .submenu {
    display: block; }
  .menu-mobile .menu-item.active .icon {
    transform: rotate(225deg); }
  .menu-mobile .menu-title {
    font-size: 16px;
    font-weight: 700;
    color: #006E43;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    cursor: pointer; }
  .menu-mobile .icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(45deg);
    transition: .25s; }
  .menu-mobile .submenu {
    display: none;
    padding-bottom: 0;
    padding-left: 12px; }
    .menu-mobile .submenu li a {
      color: #07101A;
      font-size: 14px;
      text-decoration: none;
      padding: 8px 0;
      display: block; }

.required-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 5px; }
  .required-policy a {
    color: #66a55f;
    text-decoration: underline; }

.customers_accountForm-fixed .cv-container {
  max-width: 600px; }

.customers_accountForm-fixed .cv-card-header {
  background-color: #fff;
  color: #2E2E2E;
  font-weight: bold;
  text-align: left;
  padding-left: 0; }

.customers_accountForm-fixed .custom-special-register .heading-register {
  font-weight: 500;
  margin: 0 0 5px 0; }

.customers_accountForm-fixed .custom-special-register ul {
  background: rgba(179, 220, 191, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px; }
  .customers_accountForm-fixed .custom-special-register ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 33.33333%;
    justify-content: center; }
    .customers_accountForm-fixed .custom-special-register ul li svg {
      width: 30px;
      height: 30px; }
    .customers_accountForm-fixed .custom-special-register ul li span span {
      display: block; }

#register-cv-popup .heading-register-large, #login-cv-popup .heading-register-large, #forgot-cv-popup .heading-register-large {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

#register-cv-popup .cv-container, #login-cv-popup .cv-container, #forgot-cv-popup .cv-container {
  margin: 0;
  border: none;
  background-color: white;
  max-width: none; }

#register-cv-popup .cv-form-control, #login-cv-popup .cv-form-control, #forgot-cv-popup .cv-form-control {
  outline: none;
  box-shadow: none; }

.form-profile {
  padding: 24px 40px;
  max-width: 650px;
  background: #fff; }
  .form-profile .des-note {
    margin: 0 0 20px 0; }
  .form-profile #form-update-account {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .form-profile .input-form-item input, .form-profile .input-form-item select {
    height: 40px;
    vertical-align: middle;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
    appearance: auto; }
  .form-profile .input-form-item label {
    margin: 0 0 5px 0;
    font-size: 14px; }
  .form-profile .input-form-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0 0; }
    .form-profile .input-form-item-btn button {
      height: 50px;
      border-radius: 40px;
      background: #006e43;
      border: none;
      outline: none;
      box-shadow: none;
      padding: 14px 20px;
      color: #fff;
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      position: relative;
      overflow: hidden; }
