/*!
Theme Name: oceanwine
Theme URI: http://underscores.me/
Author: hieptv
Author URI: https://axalize.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oceanwine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oceanwine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "SVN Magnificent";
  src: url("../assets/fonts/SVN-Magnificent.otf") format("opentype");
}
@font-face {
  font-family: "SVN Kontras";
  src: url("../assets/fonts/SVN-Kontras.otf") format("opentype");
}
/* Additional classes for each breakpoint */
.hideOnSm {
  display: none;
}

.hideOnMd {
  display: none;
}
@media (max-width: 575px) {
  .hideOnMd {
    display: block;
  }
}

.hideOnLg {
  display: none !important;
}
@media (max-width: 767px) {
  .hideOnLg {
    display: block;
  }
}

.hideOnXl {
  display: none;
}
@media (max-width: 991px) {
  .hideOnXl {
    display: block;
  }
}

.hideOnXxl {
  display: none;
}
@media (max-width: 1199px) {
  .hideOnXxl {
    display: block;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
div,
input,
select,
optgroup,
textarea {
  color: #482817;
  font-family: "Libre Baskerville", "SVN Magnificent", "SVN Kontras", "Roboto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.libre-font {
  font-family: "Libre Baskerville";
}

.kontras-font {
  font-family: "SVN Kontras";
}

.magnificent-font {
  font-family: "SVN Magnificent";
}

.roboto-font {
  font-family: "Roboto Serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9e845c;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #482817;
}

/* Elements
--------------------------------------------- */
body {
  background: #faf7f2;
  max-height: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #9e845c;
  text-decoration: none !important;
}
a:visited {
  color: unset;
}
a:hover, a:focus, a:active {
  color: unset;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #af6900;
  border: 1px solid color__text-hl;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #af6900;
}

select {
  border: 1px solid color__text-hl;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Custom class
--------------------------------------------------------------*/
/* custom text style */
.text-two-row {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-three-row {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-four-row {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-five-row {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oc-text-hl {
  font-size: 24px;
  font-family: "SVN Magnificent";
  color: #af6900;
  letter-spacing: 0.35em;
}

.oc-text-banner {
  font-size: 100px;
  font-family: "SVN Kontras";
  color: #482817;
  line-height: 136.4px;
}
@media (max-width: 1199px) {
  .oc-text-banner {
    line-height: 100.4px;
  }
}
@media (max-width: 575px) {
  .oc-text-banner {
    font-size: 58px;
    line-height: 45px;
  }
}

.oc-text-content {
  font-size: 20px;
  font-family: "SVN Magnificent";
  color: #482817;
}
@media (max-width: 575px) {
  .oc-text-content {
    font-size: 14px;
  }
}

.oc-capital-text {
  text-transform: capitalize;
}

.oc-text-balance {
  text-wrap: balance;
}

.oc-text-pretty {
  text-wrap: pretty;
}

.oc-text-input {
  padding: 0 10 10 0;
  border: 0 0 1px 0 !important;
  border-top: 0px solid #fffdf3 !important;
  border-left: 0px solid #fffdf3 !important;
  border-right: 0px solid #fffdf3 !important;
  border-bottom: 1px solid #af6900 !important;
  outline: none;
  background-color: inherit;
  border-radius: 0 !important;
}

.oc-fs-20 {
  font-size: 20px;
}

.oc-fs-80 {
  font-size: 80px;
}

.oc-fs-90 {
  font-size: 90px;
}

.oc-fs-100 {
  font-size: 100px;
}

/* custom color text*/
.color-main {
  color: #482817;
}

.color-hl {
  color: #af6900;
}

.oc-color-light {
  color: #9e845c;
}

/* custom background */
.oc-bgr-color-hl {
  background-color: #af6900;
}

.oc-bgr-dark {
  background-color: #f5ebda;
}

.oc-bgr-light {
  background-color: #fffbf4;
}

.bgr-paper-texture {
  background-image: url("/wp-content/themes/oceanwine/assets/images/paper-textured-bgr.webp");
}

/* custom animation */
.scale-hover:hover {
  color: #af6900;
  transition: 0.2s all ease;
  scale: 1.02;
}

.fill-color-main-hover {
  background: linear-gradient(to left, #F5EBDA 50%, #482817 50%) right;
  background-size: 202%;
  transition: 0.3s ease-out;
}
.fill-color-main-hover:hover {
  background-position: left;
  color: white !important;
}

.fill-color-hl-hover {
  background: linear-gradient(to left, rgba(175, 105, 0, 0) 50%, #af6900 50%) right;
  background-size: 202%;
  transition: 0.3s ease-out !important;
}
.fill-color-hl-hover:hover {
  background-position: left;
  color: white !important;
}
.fill-color-hl-hover:hover a .bi {
  color: white !important;
}

/* custom button */
.oc-button {
  width: -moz-max-content;
  width: max-content;
  border-width: 1.18px 0px 1.18px 0px;
  border-style: solid;
  border-color: #af6900;
  color: #482817;
  font-size: 24px;
  padding: 18px 36px;
  background-color: inherit;
  cursor: pointer;
}

.oc-mask-image {
  -webkit-mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 1%, hsl(0, 0%, 0%) 99%, hsla(0, 0%, 0%, 0));
          mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 1%, hsl(0, 0%, 0%) 99%, hsla(0, 0%, 0%, 0));
}

/* Font weight */
.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 50px;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Header
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 1111;
  /* on activation */
  /* Side bar */
  /* Side bar */
  /* menu level 2 */
  /* menu level 3 */
}
.site-header__content {
  width: 78.5%;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .site-header__content {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .site-header__content {
    width: 95%;
  }
}
.site-header__border {
  border-bottom: 2px solid #d1b991;
}
.site-header .custom-logo,
.site-header .bannerHome__img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
@media (max-width: 767px) {
  .site-header .custom-logo,
  .site-header .bannerHome__img {
    width: 30px;
    height: 60px;
    min-width: 30px;
    max-width: 30px;
  }
}
@media (max-width: 768px) {
  .site-header .custom-logo-link {
    width: 40px;
  }
}
@media (max-width: 1440px) {
  .site-header .siteLogo {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .site-header .siteLogo {
    justify-content: flex-start !important;
    padding-left: 30px;
  }
}
@media (max-width: 475px) {
  .site-header .siteLogo {
    justify-content: flex-start;
    padding-left: 0px;
  }
}
@media (max-width: 375px) {
  .site-header .siteLogo {
    padding-left: 0;
  }
}
.site-header .site-title {
  font-size: 48px;
  font-family: "Libre Baskerville";
  padding-left: 10px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .site-header .site-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .site-header .site-title {
    font-size: 30px;
    clear: both;
  }
}
@media (max-width: 575px) {
  .site-header .site-title {
    font-size: 27px;
  }
}
@media (max-width: 375px) {
  .site-header .site-title {
    font-size: 22px;
    padding-left: 4px;
  }
}
@media (max-width: 300px) {
  .site-header .site-title {
    display: none;
  }
}
@media (max-width: 1440px) {
  .site-header .main-navigation {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .site-header .main-navigation {
    justify-content: center;
  }
}
.site-header .main-navigation .menu li {
  width: 100%;
  font-size: 26px;
  white-space: nowrap;
}
.site-header .main-navigation .menu li:last-child {
  margin-right: 0;
}
.site-header .main-navigation .menu li:hover {
  color: black;
}
@media (max-width: 1199px) {
  .site-header .main-navigation .menu li {
    font-size: 20px;
  }
}
.site-header .main-navigation .menu li a {
  padding: 4px 0;
  color: #482817;
  font-family: "SVN Magnificent";
}
.site-header .main-navigation .menu li a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #482817;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
.site-header .main-navigation .menu li a:hover::before {
  transform: scale3d(1, 1, 1);
}
.site-header .main-navigation .menu li a::before {
  background: #482817;
  transform-origin: 100% 50%;
}
.site-header .main-navigation .menu li a:hover::before {
  transform-origin: 0 50%;
}
.site-header .main-navigation .menu .current-menu-item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #482817;
}
.site-header .main-navigation .menu .menu-item-has-children {
  padding-right: 30px;
  position: relative;
}
.site-header .main-navigation .menu .dropdown-arrow img {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  position: absolute;
  right: 5px;
  top: 15px;
  transition: 0.3s all ease;
}
.site-header .main-navigation .menu li a:hover .dropdown-arrow img {
  rotate: 90deg;
}
.site-header .main-navigation .menu .sub-menu .dropdown-arrow img {
  right: 15px;
}
.site-header #toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}
.site-header #toggle span:after,
.site-header #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.site-header #toggle span:after {
  top: 9px;
}
.site-header #toggle span {
  position: relative;
  display: block;
}
.site-header #toggle span,
.site-header #toggle span:after,
.site-header #toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.site-header #toggle.on span {
  background-color: transparent;
}
.site-header #toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header #toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
.site-header #toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
.site-header .header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  position: fixed;
  height: 60px !important;
  overflow: hidden;
  z-index: 10;
}
.site-header .main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
}
.site-header .mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.site-header .mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1.25px;
}
.site-header .sideBar {
  display: none;
}
@media (max-width: 767px) {
  .site-header .sideBar {
    display: block;
  }
}
.site-header #sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 250px;
  padding-top: 70px;
  padding-bottom: 100px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: #fcf6ee;
  overflow: auto;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  z-index: 16;
}
.site-header .sidebarMenuInner {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-header .sidebarMenuInner .sub-menu {
  margin-left: 5px;
}
.site-header .sidebarMenuInner .sub-menu > li {
  padding: 2px;
}
.site-header .sidebarMenuInner > li {
  list-style: none;
  border: none;
  color: #482817;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.site-header .sidebarMenuInner > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #e1ccac;
  transition: transform 0.5s ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
.site-header .sidebarMenuInner > .sub-menu > li::before {
  left: 5px;
}
.site-header .sidebarMenuInner > li:not(.current-menu-item):hover::before {
  transform: scale3d(1, 1, 1);
}
.site-header .sidebarMenuInner > li::before {
  transform-origin: 100% 50%;
}
.site-header .sidebarMenuInner > li:not(.current-menu-item):hover::before {
  transform-origin: 0 50%;
}
.site-header .sidebarMenuInner > .current-menu-item::before {
  transform: scaleY(0);
  background: #482817;
}
.site-header .sidebarMenuInner > li:hover::before {
  background: #482817;
}
.site-header .sidebarMenuInner > li:hover {
  background-color: #e1ccac;
}
.site-header .sidebarMenuInner .sub-menu > li:hover > a {
  background-color: #482817;
  color: white;
}
.site-header .sidebarMenuInner .sub-menu > li:hover .dropdown-arrow img {
  background-color: rgba(248, 248, 248, 0.6352941176);
}
.site-header .sidebarMenuInner .sub-menu > li:hover .dropdown-arrow img:hover {
  background-color: #fff;
}
.site-header .sidebarMenuInner .current-menu-item {
  border-left: 5px solid #482817;
  background-color: #e1ccac;
}
.site-header .sidebarMenuInner .current-menu-item > a {
  text-decoration: underline;
}
.site-header .sidebarMenuInner li a {
  display: block;
  padding: 5px;
  color: #623D2A;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.site-header input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}
.site-header input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.site-header #sidebarMenu .sub-menu {
  display: none;
  height: auto !important;
  opacity: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
  height: 0;
  overflow: hidden;
}
.site-header #sidebarMenu .menu-item.active > .sub-menu {
  display: block;
  opacity: 1;
}
.site-header #sidebarMenu .menu-item-has-children.active > .sub-menu {
  height: auto;
}
.site-header .sidebarMenuInner .menu-item-has-children {
  padding-right: 0;
  position: relative;
}
.site-header .sidebarMenuInner .dropdown-arrow img {
  padding: 10px 10px;
  border-radius: 3px;
  width: 40px;
  min-width: 30px;
  max-width: 30px;
  position: absolute;
  right: 5px;
  top: 4px;
  transition: 0.3s all ease;
}
.site-header .sidebarMenuInner .dropdown-arrow img:hover {
  background-color: #fff;
}
.site-header .sidebarIconToggle {
  width: 25px;
  height: 45px;
  transition: top 0.3s;
  position: fixed;
  top: 40px;
  right: 12%;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 99;
}
.site-header .barLine {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #482817;
}
.site-header .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.site-header .diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.site-header .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.site-header input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
.site-header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
.site-header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}
.site-header ul.sub-menu {
  flex-direction: column;
  gap: 5px;
  padding: 5px 0;
  background-color: #fcf6ee;
}
.site-header ul.sub-menu li a {
  padding-left: 10px !important;
}
.site-header ul.sub-menu .sub-menu {
  flex-direction: column;
  margin-left: 100%;
  padding: 5px 0;
  background-color: #fcf6ee;
}
@media (max-width: 768px) {
  .site-header ul.sub-menu,
  .site-header ul.sub-menu .sub-menu {
    background-color: unset;
  }
  .site-header ul.sub-menu .sub-menu {
    margin-left: 25px;
  }
}

/* Footer
--------------------------------------------- */
#scroll-to-top {
  width: 40px;
  height: 50px;
  font-size: 45px;
  color: #555;
  scroll-behavior: smooth;
  position: fixed;
  bottom: 5%;
  right: 5%;
  border: none;
  outline: none;
  z-index: 9999;
  transition: 0.2s all ease-in;
  cursor: pointer;
}

#scroll-to-top:hover {
  color: #482817;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CSS for spinner */
.spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #293c57;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  background-color: rgba(255, 255, 255, 0);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Footer */
.site-footer {
  padding: 100px;
  padding-bottom: 10px;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #F5EBDA;
  overflow: hidden;
}
.site-footer__asset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 200px;
  z-index: 0;
  overflow: hidden;
}
.site-footer__copyright {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .site-footer {
    padding: 70px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    padding: 50px;
    padding-bottom: 10px;
  }
}
.site-footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.site-footer .footer-info__col {
  margin-right: 30px;
  margin-bottom: 30px;
  flex-grow: 1;
}
.site-footer .footer-info__col:last-child {
  margin-right: 0;
}
.site-footer .footer-info img {
  min-width: 40px;
  width: 50px;
  height: 100px;
}
.site-footer .footer-info .bloginfo {
  font-size: 58px;
  text-transform: uppercase;
  font-family: "Libre Baskerville";
}
@media (max-width: 767px) {
  .site-footer .footer-info .bloginfo {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-info .bloginfo {
    font-size: 30px;
  }
}
.site-footer .footerItem {
  margin-right: 30px;
  margin-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
  flex-grow: 1;
  z-index: 2;
}
.site-footer .footerItem ul {
  padding-left: 0;
  list-style: none;
  margin: 0 !important;
}
.site-footer .footerItem ul li {
  padding: 3px 0;
  padding-left: 0;
  list-style: none;
  margin: 0 !important;
  font-family: "Roboto Serif";
  transition: 0.2s all ease-in;
}
.site-footer .footerItem ul li a {
  font-family: "Roboto Serif";
}
.site-footer .footerItem ul li .bi {
  color: #af6900;
  margin-right: 4px;
}
.site-footer .footerItem__title {
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 24px;
  border-bottom: 1px solid #af6900;
}
.site-footer .footerItem__item {
  white-space: nowrap;
  font-style: italic;
  cursor: pointer;
}
.site-footer .footerItem__city {
  font-size: 20px;
  color: #9e845c;
}
.site-footer .footerItem__address {
  font-size: 16px;
  color: #af6900;
  font-style: italic;
}
.site-footer .footerItem .menu li a {
  color: #9e845c;
  transition: 0.2s all ease-in;
  font-style: italic;
}
.site-footer .footerItem .menu li:hover {
  scale: 1.02;
}
.site-footer .footerItem .menu li:hover a {
  color: #af6900;
}
.site-footer .color-hl {
  text-transform: capitalize;
}

/* Advisor
--------------------------------------------- */
/* Home advisor */
.homeAdvisor {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 1620px) {
  .homeAdvisor {
    padding: 0 225px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .homeAdvisor {
    padding: 0 150px;
    padding-bottom: 50px;
  }
}
.homeAdvisor__headline {
  padding-top: 70px;
}
@media (max-width: 575px) {
  .homeAdvisor__headline {
    font-size: 24px;
  }
}
.homeAdvisor__title {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .homeAdvisor__title {
    font-size: 30px;
  }
}
.homeAdvisor p {
  position: relative;
  z-index: 1;
}
.homeAdvisor__asset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 300px;
  z-index: 0;
  overflow: hidden;
}
.homeAdvisor__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 30px;
  padding: 20px 0px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1620px) {
  .homeAdvisor__list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 22px;
  }
}
@media (max-width: 1110px) {
  .homeAdvisor__list {
    padding: 20px 70px;
    gap: 65px;
  }
}
@media (max-width: 575px) {
  .homeAdvisor__list {
    padding: 20px 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 414px) {
  .homeAdvisor__list {
    padding: 20px 0px;
    gap: 40px;
  }
}
.homeAdvisor .advisorCard {
  width: 22.5%;
}
@media (min-width: 1620px) {
  .homeAdvisor .advisorCard {
    width: 270px;
  }
}
@media (max-width: 1110px) {
  .homeAdvisor .advisorCard {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .homeAdvisor .advisorCard {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .homeAdvisor .advisorCard {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .homeAdvisor .advisorCard {
    width: 80%;
  }
}
.homeAdvisor .advisorCard__img {
  width: 100%;
  height: 345px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .homeAdvisor .advisorCard__img {
    height: 385px;
  }
}
.homeAdvisor .advisorCard__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.homeAdvisor .advisorCard__info {
  margin-top: 20px;
}
.homeAdvisor .advisorCard__name {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.homeAdvisor .advisorCard__quote {
  width: -moz-fit-content;
  width: fit-content;
  color: #af6900;
  font-size: 17px;
  font-style: italic;
  border-bottom: 1px solid #af6900;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeAdvisor .advisorCard p {
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #9e845c;
  font-size: 17px;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeAdvisor .advisorCard__link {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #9e845c;
  border-right: none;
  color: #af6900;
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s all ease-in;
}
.homeAdvisor .advisorCard__link:last-child {
  border-right: 1.5px solid #9e845c;
}
.homeAdvisor .advisorCard__link:hover .bi {
  scale: 1.2;
}

/* Banner
--------------------------------------------- */
.bannerHome--2 {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .bannerHome--2 {
    padding-bottom: 0;
  }
}
.bannerHome__banner {
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.bannerHome__asset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 500px;
  z-index: 0;
  overflow: hidden;
}
.bannerHome__asset--productDetail {
  bottom: unset;
  top: 16%;
  max-height: unset;
  overflow: visible;
}
.bannerHome__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .bannerHome__inner {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .bannerHome__col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .bannerHome__name {
    font-size: 30px;
  }
}
.bannerHome__longName {
  font-size: 45px;
  line-height: normal;
}
@media (max-width: 575px) {
  .bannerHome__longName {
    font-size: 30px;
  }
}
.bannerHome__longText {
  font-size: 45px;
  line-height: normal;
}
@media (max-width: 575px) {
  .bannerHome__longText {
    font-size: 30px;
  }
}
.bannerHome__img {
  max-width: 720px;
  height: 720px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .bannerHome__img {
    max-width: 100%;
    height: 520px;
  }
}
@media (max-width: 575px) {
  .bannerHome__img {
    height: 465px;
  }
}
.bannerHome__imgEllipse {
  position: absolute;
  z-index: 0;
}
.bannerHome__productImg {
  position: absolute;
  rotate: -13deg;
  width: 160px;
  z-index: 2;
  filter: drop-shadow(-8px 5px 5px rgba(0, 0, 0, 0.37));
}
@media (max-width: 767px) {
  .bannerHome__productImg {
    width: 114px;
  }
}
@media (max-width: 575px) {
  .bannerHome__productImg {
    width: 97px;
  }
}
@media (max-width: 435px) {
  .bannerHome__productImg {
    width: 89px;
  }
}
@media (max-width: 414px) {
  .bannerHome__productImg {
    width: 75px;
  }
}
@media (max-width: 360px) {
  .bannerHome__productImg {
    width: 64px;
  }
}
.bannerHome__productImg--2 {
  rotate: 1deg;
}
.bannerHome__productImg--quaTang {
  width: 635px;
  rotate: 0deg;
}
@media (max-width: 575px) {
  .bannerHome__productImg--quaTang {
    width: 400px;
    max-width: unset;
  }
}
.bannerHome__productImg--phuKien {
  width: 500px;
  rotate: 0deg;
}
@media (max-width: 575px) {
  .bannerHome__productImg--phuKien {
    width: 300px;
  }
}
.bannerHome__btn {
  min-width: 198px;
}
.bannerHome__btn a {
  color: inherit;
}

.banner {
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.banner__asset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 500px;
  z-index: 0;
}
.banner .bannerHome {
  position: relative;
  z-index: 1;
}
.banner .bannerHome__longText {
  font-size: 50px;
  line-height: normal;
}
.banner .bannerHome__img {
  max-height: 715px;
  max-width: 660px;
}
@media (max-width: 1199px) {
  .banner .bannerHome__img {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .banner .bannerHome__img {
    max-width: 350px;
  }
}
.banner .bannerHome__productImg {
  position: absolute;
  rotate: -13deg;
  width: 160px;
  filter: drop-shadow(-8px 5px 5px rgba(0, 0, 0, 0.37));
}

/* Barrels
--------------------------------------------- */
.homeBarrels {
  padding: 0 74px;
  position: relative;
  overflow: hidden;
}
.homeBarrels__inner {
  position: relative;
  max-height: 630px;
  text-align: center;
}
@media (max-width: 575px) {
  .homeBarrels__inner {
    height: 265px;
  }
}
.homeBarrels__inner--2 {
  bottom: 0;
}
.homeBarrels__inner img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .homeBarrels {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .homeBarrels {
    padding: 0;
  }
}
.homeBarrels p {
  position: absolute;
  bottom: 15px;
  left: 10%;
  font-size: 24px;
  z-index: 1;
  color: white;
}
@media (max-width: 575px) {
  .homeBarrels p {
    font-size: 16px;
  }
}

/* Quote
--------------------------------------------- */
/* Home quote */
.homeQuote {
  position: relative;
  background-color: #F5EBDA;
  overflow: hidden;
  /* Swiper */
}
.homeQuote__divider {
  height: 90px;
  background-color: #fffbf1;
}
.homeQuote__asset {
  position: absolute;
  bottom: 0;
  max-height: 310px;
}
.homeQuote__slide {
  display: flex;
  align-items: end;
  overflow: hidden;
}
@media (max-width: 767px) {
  .homeQuote__slide {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.homeQuote__divider {
  position: absolute;
  top: -5px;
  left: 0;
  height: 95px;
  width: 100%;
  z-index: 0;
  background-color: #fffbf1;
}
.homeQuote__col {
  width: 50%;
  height: 641px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
}
@media (max-width: 767px) {
  .homeQuote__col {
    width: 85%;
    gap: 15px;
    height: 450px;
  }
}
.homeQuote__col:first-child {
  padding-left: 120px;
  padding-right: 20px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .homeQuote__col:first-child {
    padding: 0;
    padding-top: 10px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 300px;
  }
}
.homeQuote__col:last-child {
  align-items: center;
}
@media (max-width: 767px) {
  .homeQuote__col:last-child {
    padding: 0;
  }
}
.homeQuote__quoteBox {
  height: auto;
  overflow: auto;
  margin-top: 30px;
}
.homeQuote__quote {
  font-size: 30px;
}
@media (max-width: 767px) {
  .homeQuote__quote {
    font-size: 14px;
  }
}
.homeQuote__longQuote {
  font-size: 24px;
}
@media (max-width: 767px) {
  .homeQuote__longQuote {
    font-size: 14px;
  }
}
.homeQuote__quoteIcon {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .homeQuote__quoteIcon {
    margin-bottom: 10px;
    width: 40px;
  }
}
.homeQuote__name {
  font-size: 48px;
}
@media (max-width: 767px) {
  .homeQuote__name {
    font-size: 34px;
  }
}
.homeQuote__title {
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .homeQuote__title {
    font-size: 18px;
    margin-top: 0px;
  }
}
.homeQuote__imgBgr {
  position: absolute;
  z-index: 0;
}
.homeQuote__imgExpert {
  position: absolute;
  z-index: 1;
  min-width: 631px;
  max-width: 631px;
  min-height: 631px;
  max-height: 631px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .homeQuote__imgExpert {
    min-width: 321px;
    max-width: 321px;
    min-height: 400px;
    max-height: 400px;
  }
}
.homeQuote .homeQuotePagination {
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 10%;
  z-index: 10;
}
@media (max-width: 767px) {
  .homeQuote .homeQuotePagination {
    top: 94%;
    padding: 0 20%;
  }
}
.homeQuote .homeQuotePagination__btn {
  background-color: inherit;
  border-radius: 100%;
  padding: 9px 9px;
  border: 2px solid #9e845c;
  transition: 0.2s all ease-in;
}
.homeQuote .homeQuotePagination__btn .bi {
  color: #482817;
}
.homeQuote .homeQuotePagination__btn:hover {
  background-color: #9e845c;
}
.homeQuote .homeQuotePagination__btn:hover .bi {
  color: white;
}
.homeQuote .homeQuotePagination__dots {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .homeQuote .homeQuotePagination__dots {
    left: 60%;
    bottom: 3%;
  }
}
.homeQuote .swiper {
  width: 80%;
}
@media (max-width: 575px) {
  .homeQuote .swiper {
    padding: 70px 10px !important;
    width: 100%;
  }
}
.homeQuote .swiper-pagination-bullet-active {
  background-color: #482817 !important;
}
.homeQuote .swiper-horizontal > .swiper-pagination-bullets,
.homeQuote .swiper-pagination-bullets.swiper-pagination-horizontal,
.homeQuote .swiper-pagination-custom,
.homeQuote .swiper-pagination-fraction {
  bottom: unset !important;
}
.homeQuote .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.homeQuote .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 49% !important;
}
.homeQuote .swiper-button-next:after,
.homeQuote .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.homeQuote .swiper-button-prev:after,
.homeQuote .swiper-rtl .swiper-button-next:after {
  content: none;
}
.homeQuote .swiper-button-prev,
.homeQuote .swiper-rtl .swiper-button-next {
  left: 43% !important;
}
@media (max-width: 575px) {
  .homeQuote .swiper-button-prev,
  .homeQuote .swiper-rtl .swiper-button-next {
    left: 28% !important;
  }
}
.homeQuote .swiper-button-next,
.homeQuote .swiper-rtl .swiper-button-prev {
  right: 43% !important;
}
@media (max-width: 575px) {
  .homeQuote .swiper-button-next,
  .homeQuote .swiper-rtl .swiper-button-prev {
    right: 28% !important;
  }
}
.homeQuote .swiper-button-next,
.homeQuote .swiper-button-prev {
  width: unset;
}

/* Pictures
--------------------------------------------- */
/* Home picture */
.homePictures {
  position: relative;
}
.homePictures__title {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .homePictures__title {
    font-size: 48px;
  }
}
.homePictures__headline {
  padding-top: 70px;
}
@media (max-width: 414px) {
  .homePictures__headline {
    width: 235px;
    margin: 0 auto;
  }
}
.homePictures p {
  position: relative;
  text-wrap: balance;
  z-index: 1;
}
@media (min-width: 1200px) {
  .homePictures {
    padding: 70px 0;
  }
}
.homePictures__asset {
  position: absolute;
  bottom: 20%;
  left: -35%;
  width: 100%;
  max-height: 630px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .homePictures__asset {
    left: -30%;
  }
}
@media (max-width: 575px) {
  .homePictures__asset {
    bottom: 30%;
  }
}
.homePictures__asset2 {
  position: absolute;
  bottom: -35%;
  left: -11%;
  width: 100%;
  max-height: 800px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .homePictures__asset2 {
    left: 5%;
  }
}
@media (max-width: 575px) {
  .homePictures__asset2 {
    bottom: -10%;
  }
}
.homePictures__asset3 {
  position: absolute;
  bottom: 0;
  right: 13%;
  width: 100%;
  max-height: 800px;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .homePictures__asset3 {
    right: 25%;
  }
}
@media (max-width: 575px) {
  .homePictures__asset3 {
    bottom: -3%;
    right: 0;
  }
}
.homePictures__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 20px 20px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1200px) {
  .homePictures__list {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 22px;
  }
}
.homePictures__item {
  width: 410px;
  height: 285px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .homePictures__item {
    width: 30%;
    height: 205px;
  }
}
@media (max-width: 991px) {
  .homePictures__item {
    width: 48%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .homePictures__item {
    width: 48%;
    height: 180px;
  }
}
@media (max-width: 600px) {
  .homePictures__item {
    width: 98%;
    height: 245px;
  }
}
@media (max-width: 414px) {
  .homePictures__item {
    height: 180px;
  }
}
.homePictures__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

/* News
--------------------------------------------- */
/* Home news */
.homeNews {
  padding: 70px 30px;
  position: relative;
}
@media (max-width: 575px) {
  .homeNews {
    padding: 70px 0px;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .homeNews {
    padding: 70px 10px;
  }
}
.homeNews__asset {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 575px) {
  .homeNews__asset {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .homeNews__asset {
    top: 0%;
    right: 5%;
  }
}
.homeNews__asset2 {
  position: absolute;
  bottom: -20%;
  right: -10%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .homeNews__asset2 {
    bottom: -30%;
    right: -15%;
  }
}
.homeNews__img {
  position: relative;
}
@media (max-width: 767px) {
  .homeNews__img {
    margin-bottom: 30px;
  }
  .homeNews__img:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .homeNews__img {
    padding: 20px;
  }
}
.homeNews__img p {
  position: absolute;
  bottom: -60px;
  right: 0;
  font-style: italic;
  font-size: 16px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .homeNews__img p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .homeNews__img p {
    bottom: -40px;
  }
}
.homeNews__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0px;
  z-index: 1;
}
@media (max-width: 767px) {
  .homeNews__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .homeNews__inner {
    flex-direction: row-reverse;
    padding: 0;
    padding-top: 60px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .homeNews__inner {
    flex-direction: row-reverse;
    padding: 0%;
    padding-top: 60px;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .homeNews__inner {
    padding: 70px 5%;
  }
}
@media (min-width: 1600px) {
  .homeNews__inner {
    padding: 70px 10%;
  }
}
@media (min-width: 1800px) {
  .homeNews__inner {
    padding: 70px 15%;
  }
}
.homeNews__inner img {
  padding: 0 10px;
  padding-left: 0;
  border-radius: 6px 0 0 6px;
}
.homeNews__mainImg {
  min-width: 500px;
  min-height: 700px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .homeNews__mainImg {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .homeNews__mainImg {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .homeNews__mainImg {
    min-height: unset;
  }
}
.homeNews__title {
  font-size: 48px;
  margin: 0 20px;
}
.homeNews__col--list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 10px;
}
.homeNews .eventCard {
  height: 215px;
}
.homeNews .eventCard img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  min-width: 150px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .homeNews .eventCard img {
    max-width: 220px;
    min-width: 220px;
  }
}
.homeNews .eventCard__body {
  padding: 10px 20px 10px 15px;
  justify-content: space-around;
  overflow: hidden;
  height: 100%;
}
.homeNews .eventCard a {
  text-decoration: none;
}
.homeNews .eventCard__title {
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1200px) {
  .homeNews .eventCard__title {
    font-size: 20px;
  }
}
.homeNews .eventCard__title:hover {
  color: #af6900;
}
.homeNews .eventCard__info {
  gap: 15px;
  align-items: baseline;
}
.homeNews .eventCard__info span {
  font-size: 10px;
}
.homeNews .eventCard__info .bi {
  margin-right: 0px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .homeNews .eventCard__info .bi {
    font-size: 15px;
  }
}
.homeNews .eventCard__tag {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Serif";
  font-style: italic;
}
@media (min-width: 1200px) {
  .homeNews .eventCard__tag {
    flex-direction: row !important;
  }
  .homeNews .eventCard__tag span {
    font-size: 17px;
    white-space: nowrap;
  }
}
.homeNews .eventCard__readMore {
  width: -moz-max-content;
  width: max-content;
  min-width: 81px;
  padding: 0 5px;
  border-width: 1.18px 0px 1.18px 0px;
  border-style: solid;
  border-color: #af6900;
  color: #482817;
  font-size: 16px;
  background-color: #F5EBDA;
  cursor: pointer;
}
@media (min-width: 385px) and (max-width: 390px) {
  .homeNews .eventCard__readMore {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .homeNews .eventCard__readMore {
    font-size: 20px;
    width: 125px;
  }
}
.homeNews .eventCard__readMore:hover {
  color: #482817;
}
@media (min-width: 576px) {
  .homeNews .eventCard .post-date {
    display: block;
  }
  .homeNews .eventCard .post-date-small {
    display: none;
  }
}
@media (max-width: 575px) {
  .homeNews .eventCard .post-date {
    display: none;
  }
  .homeNews .eventCard .post-date-small {
    display: block;
  }
}

/* NewsList
--------------------------------------------- */
/* Home news */
.homeNewsList {
  padding: 70px 30px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .homeNewsList {
    flex-direction: row-reverse;
    padding: 0;
    padding-top: 60px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .homeNewsList {
    flex-direction: row-reverse;
    padding: 0%;
    padding-top: 60px;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .homeNewsList {
    padding: 70px 5%;
  }
}
@media (min-width: 1600px) {
  .homeNewsList {
    padding: 70px 10%;
  }
}
@media (min-width: 1800px) {
  .homeNewsList {
    padding: 70px 15%;
  }
}
@media (max-width: 575px) {
  .homeNewsList {
    padding: 70px 5px;
  }
}
.homeNewsList__asset {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 575px) {
  .homeNewsList__asset {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .homeNewsList__asset {
    top: 0%;
    right: 5%;
  }
}
.homeNewsList__asset2 {
  position: absolute;
  bottom: -20%;
  right: -10%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .homeNewsList__asset2 {
    bottom: -30%;
    right: -15%;
  }
}
.homeNewsList__img {
  width: 46%;
  position: relative;
}
@media (max-width: 767px) {
  .homeNewsList__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .homeNewsList__img:last-child {
    margin-bottom: 0;
  }
}
.homeNewsList__img p {
  position: absolute;
  bottom: -60px;
  right: 0;
  font-style: italic;
  font-size: 16px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .homeNewsList__img p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .homeNewsList__img p {
    bottom: -40px;
  }
}
.homeNewsList__block {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0px;
  margin-bottom: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .homeNewsList__block {
    flex-direction: column;
  }
}
.homeNewsList__block:last-child {
  margin-bottom: 0;
}
.homeNewsList__block:nth-child(odd) {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .homeNewsList__block:nth-child(odd) {
    padding-left: 0;
  }
}
.homeNewsList__block:nth-child(odd) .homeNewsList__asset {
  left: 0 !important;
  right: unset;
}
.homeNewsList__block:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .homeNewsList__block:nth-child(even) {
    flex-direction: column;
  }
}
.homeNewsList__block:nth-child(even) .homeNewsList__img p {
  right: unset;
  left: 0;
}
.homeNewsList__block img {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .homeNewsList__block img {
    max-height: 350px;
  }
}
.homeNewsList__mainImg {
  min-height: 700px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .homeNewsList__mainImg {
    min-width: 100%;
    min-height: 100%;
  }
}
.homeNewsList__title {
  font-size: 48px;
  margin: 0 20px;
}
.homeNewsList__col {
  width: 50%;
}
@media (max-width: 767px) {
  .homeNewsList__col {
    width: 100%;
  }
}
.homeNewsList__col--list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 10px;
}
@media (max-width: 575px) {
  .homeNewsList__col--list {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .homeNewsList__col .post-date {
    display: block;
  }
  .homeNewsList__col .post-date-small {
    display: none;
  }
}
@media (max-width: 575px) {
  .homeNewsList__col .post-date {
    display: none;
  }
  .homeNewsList__col .post-date-small {
    display: block;
  }
}
.homeNewsList .eventCard {
  height: 215px;
}
.homeNewsList .eventCard img {
  width: 100%;
  height: 100%;
  min-width: 220px;
  max-width: 220px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .homeNewsList .eventCard img {
    min-width: 175px;
    max-width: 175px;
  }
}
@media (max-width: 575px) {
  .homeNewsList .eventCard img {
    min-width: 150px;
    max-width: 150px;
  }
}
.homeNewsList .eventCard__body {
  padding: 10px 20px 10px 15px;
  height: 100%;
  justify-content: space-evenly;
}
@media (max-width: 575px) {
  .homeNewsList .eventCard__body {
    padding: 10px;
  }
}
.homeNewsList .eventCard__title {
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1200px) {
  .homeNewsList .eventCard__title {
    font-size: 20px;
  }
}
.homeNewsList .eventCard__title:hover {
  color: #af6900;
}
.homeNewsList .eventCard__info {
  gap: 15px;
  flex-wrap: wrap;
  align-items: baseline;
}
.homeNewsList .eventCard__info span {
  font-size: 10px;
}
.homeNewsList .eventCard__info .bi {
  margin-right: 0px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .homeNewsList .eventCard__info .bi {
    font-size: 15px;
  }
}
.homeNewsList .eventCard__tag {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .homeNewsList .eventCard__tag {
    flex-direction: row !important;
  }
  .homeNewsList .eventCard__tag span {
    font-size: 13px;
    white-space: nowrap;
  }
}
.homeNewsList .eventCard__readMore {
  width: -moz-max-content;
  width: max-content;
  padding: 0 5px;
  border-width: 1.18px 0px 1.18px 0px;
  border-style: solid;
  border-color: #af6900;
  color: #482817;
  font-size: 14px;
  background-color: #F5EBDA;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .homeNewsList .eventCard__readMore {
    font-size: 20px;
  }
}
.homeNewsList__pagination {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.homeNewsList__pagination .paginationNews {
  display: flex;
  gap: 15px;
}
.homeNewsList__pagination .paginationNews li {
  list-style: none;
  padding: 3px 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #faf7f2;
  cursor: pointer;
}
.homeNewsList__pagination .paginationNews li:not(.active):hover {
  background-color: #af6900;
}
.homeNewsList__pagination .paginationNews .active {
  background-color: #482817;
  color: white;
}

/* Brands
--------------------------------------------- */
/* Home brands */
.homeBrands {
  position: relative;
  padding: 100px 0px;
  z-index: 1;
}
.homeBrands__title {
  font-size: 48px;
  padding-bottom: 40px;
}
.homeBrands__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.homeBrands__item {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #d1b991;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .homeBrands__item {
    max-width: 350px !important;
  }
}
@media (min-width: 1750px) {
  .homeBrands__item {
    max-width: 400px !important;
  }
}
@media (min-width: 1920px) {
  .homeBrands__item {
    max-width: 450px !important;
  }
}
@media (max-width: 575px) {
  .homeBrands__item:last-child {
    border-bottom: 2px solid #d1b991;
  }
}

/* Contacts
--------------------------------------------- */
/* Home contact */
.homeContact {
  position: relative;
  padding-bottom: 45px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .homeContact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
  }
}
.homeContact__banner {
  padding: 0 10px;
}
@media (max-width: 575px) {
  .homeContact__banner {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .homeContact__banner {
    display: flex;
    justify-content: center;
  }
}
.homeContact__banner img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .homeContact__banner img {
    border-radius: 0;
  }
}
.homeContact__inner {
  position: relative;
  z-index: 2;
  padding: 35px;
  margin: 0 40px;
  margin-top: -20%;
  min-height: 420px;
}
@media (min-width: 1200px) {
  .homeContact__inner {
    max-width: 65%;
    padding: 50px 15%;
    margin-top: -10%;
  }
}
@media (max-width: 767px) {
  .homeContact__inner {
    min-height: 320px;
  }
}
.homeContact__inner p {
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .homeContact__inner p {
    font-size: 17px;
  }
}
.homeContact__inner input {
  width: 100%;
  font-size: 17px;
  font-family: "Roboto Serif";
  text-align: center;
  font-style: italic;
}
.homeContact__inner button {
  background-color: #af6900;
  color: white;
  font-size: 22px;
  padding: 18px 70px;
  border: none;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .homeContact__inner button {
    margin-top: 70px;
  }
}
.homeContact__asset {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 120px;
}
@media (min-width: 1200px) {
  .homeContact__asset {
    width: 210px;
    left: 8%;
    top: 10%;
  }
}
.homeContact__title {
  font-size: 48px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .homeContact__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .homeContact__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.homeContact__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
@media (max-width: 575px) {
  .homeContact__list {
    gap: 15px;
  }
}
.homeContact__list a {
  color: #af6900;
  transition: 0.2s all ease-in;
}
.homeContact__list a:hover {
  scale: 1.02;
}
.homeContact__list .bi {
  font-size: 40px;
}
@media (max-width: 575px) {
  .homeContact__list .bi {
    font-size: 28px;
  }
}
.homeContact__list a img {
  min-width: 50px;
}
@media (max-width: 575px) {
  .homeContact__list a img {
    min-width: 35px;
    width: 35px;
  }
}

/* Infos
--------------------------------------------- */
/* Home Infos */
.homeInfos {
  padding: 70px 30px;
  padding-top: 0;
}
@media (max-width: 575px) {
  .homeInfos {
    padding: 70px 0px;
    padding-top: 0;
  }
}
.homeInfos__inner {
  background-color: #f5ebda;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  padding: 70px 10%;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .homeInfos__inner {
    padding: 30px 0px;
    border-radius: 0px;
    flex-direction: column;
    gap: 0px;
  }
}
.homeInfos__title {
  font-size: 36px;
}
.homeInfos__col {
  width: 50%;
}
@media (max-width: 575px) {
  .homeInfos__col {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
.homeInfos__headline {
  font-family: "Roboto Serif";
  color: #af6900;
  font-size: 24px;
  font-style: italic;
}
.homeInfos__accordion {
  border: 1px solid #482817;
  border-radius: 4px;
}
.homeInfos .accordion {
  background-color: #F5EBDA;
}
.homeInfos .accordion-button {
  font-size: 20px;
  background-color: #F5EBDA !important;
}
.homeInfos .accordion .accordion-button:not(.collapsed)::after,
.homeInfos .accordion .accordion-button::after {
  display: none;
}
.homeInfos .accordion .accordion-button:focus {
  box-shadow: none;
}
.homeInfos .accordion-header {
  font-size: 20px;
  color: #482817;
  font-family: "SVN Magnificent";
  position: relative;
}
.homeInfos .accordion-body {
  font-size: 15px;
  color: #9e845c;
  font-family: "Roboto Serif";
  padding: 20px 30px;
  text-align: left;
}
@media (max-width: 575px) {
  .homeInfos .accordion-body {
    text-align: justify;
  }
}
.homeInfos .accordion-item {
  background-color: #F5EBDA;
}
.homeInfos .accordion .accordion-item:first-of-type > .accordion-header .accordion-button,
.homeInfos .accordion button.accordion-button {
  justify-content: space-between;
}
.homeInfos .accordion__iconBox {
  position: absolute;
  right: 20px;
}
.homeInfos .accordion span.accordion___iconBox {
  position: absolute;
  right: 20px;
}
.homeInfos .accordion button.accordion-button {
  padding-right: 55px;
}

/* Commits
--------------------------------------------- */
/* Home commits */
.homeCommits {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.homeCommits__inner {
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .homeCommits__inner {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .homeCommits__inner p {
    padding: 0 !important;
    text-align: left !important;
  }
}
@media (min-width: 1550px) {
  .homeCommits__inner {
    width: 80%;
  }
}
.homeCommits__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .homeCommits__col:first-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .homeCommits__col {
    width: 50%;
  }
  .homeCommits__col:first-child {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 40px;
  }
}
.homeCommits a {
  text-decoration: none;
}
.homeCommits__title {
  font-size: 48px;
  line-height: 65px;
  position: relative;
  z-index: 1;
}
.homeCommits__title:hover {
  color: red;
}
.homeCommits__description {
  padding: 0 70px;
}
@media (min-width: 1200px) {
  .homeCommits__description {
    padding: 0;
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .homeCommits__description {
    padding: 0 10px;
  }
}
.homeCommits__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 22px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .homeCommits__list {
    display: grid;
    grid-template-columns: auto auto;
    grid-row: auto auto;
    -moz-column-gap: 100px;
         column-gap: 100px;
    row-gap: 100px;
  }
}
@media (max-width: 476px) {
  .homeCommits__list {
    flex-direction: column;
  }
}
.homeCommits__box {
  width: 100%;
}
@media (max-width: 1199px) {
  .homeCommits__box {
    width: 47%;
  }
}
@media (max-width: 575px) {
  .homeCommits__box {
    width: 100%;
  }
}
.homeCommits__box label {
  font-size: 24px;
}
.homeCommits__box input {
  font-size: 17px;
}
.homeCommits__num {
  min-width: 90px;
  min-height: 90px;
}
.homeCommits__asset {
  position: absolute;
  bottom: -60%;
  right: 15%;
  width: 100%;
  max-width: 800px;
  z-index: 0;
  overflow: hidden;
}
.homeCommits__btn {
  border-radius: 6px;
  border: none;
  font-size: 22px;
  padding: 18px 40px;
}
@media (max-width: 991px) {
  .homeCommits__btn {
    margin-bottom: 40px;
  }
}

/* SearchProducts
--------------------------------------------- */
/* Home search */
.homeSearchWrapper {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #d1b991;
}
.homeSearchWrapper section:first-child {
  margin-top: 20px;
  border-bottom: 2px solid #d1b991;
}

.magnificent-font.homeSearch_num {
  font-size: 90px;
  line-height: 124px;
  color: #af6900;
}

.homeSearch {
  padding: 55px 0;
  flex-wrap: wrap;
  height: -moz-max-content;
  height: max-content;
}
.homeSearch__col {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  transition: 0.2s all ease-in;
}
.homeSearch__col--active {
  border-radius: 6px;
  background-color: #482817;
}
.homeSearch__col--active input,
.homeSearch__col--active label,
.homeSearch__col--active .homeSearch_num,
.homeSearch__col--active .homeSearch_num.magnificent-font.me-2 {
  color: white;
}
.homeSearch__col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #482817;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  z-index: 0;
}
.homeSearch__col:hover:before {
  transform: scale3d(1, 1, 1);
}
.homeSearch__col::before {
  transform-origin: 100% 50%;
}
.homeSearch__col:hover:before {
  transform-origin: 0 50%;
}
.homeSearch__col .homeSearch_num,
.homeSearch__col label,
.homeSearch__col input {
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-in;
}
.homeSearch__col:hover .homeSearch_num, .homeSearch__col:hover label, .homeSearch__col:hover input {
  color: white;
}
.homeSearch__col:hover label {
  color: #ffeee5;
}
@media (max-width: 767px) {
  .homeSearch__col {
    width: 100%;
    justify-content: flex-start !important;
  }
}
.homeSearch__col label {
  font-size: 28px;
  line-height: 38px;
}

/* Abouts
--------------------------------------------- */
/* Home about */
.homeAbout {
  position: relative;
  padding: 0 15%;
}
@media (max-width: 575px) {
  .homeAbout {
    padding: 80px 10%;
  }
}
.homeAbout__row {
  padding: 225px 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .homeAbout__row {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .homeAbout__row {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .homeAbout__row {
    padding: 50px 0;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.homeAbout__col {
  padding: 0 20px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .homeAbout__col {
    padding-right: 0;
    margin-bottom: 100px;
  }
  .homeAbout__col:last-child {
    margin-bottom: 0;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .homeAbout__col {
    margin-bottom: 30px;
    padding-right: 10px;
    padding: 0;
  }
  .homeAbout__col:last-child {
    margin-bottom: 0;
  }
}
.homeAbout__col:last-child {
  padding-right: 0;
}
@media (max-width: 575px) {
  .homeAbout__col p {
    text-align: justify;
    text-wrap: pretty;
    padding: 0 !important;
  }
}
.homeAbout__heading {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .homeAbout__title {
    text-align: center !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .homeAbout__title {
    width: 100%;
    font-size: 48px;
  }
}
.homeAbout__btn {
  width: -moz-max-content;
  width: max-content;
  padding: 18px 64px;
  font-size: 24px;
  border: none;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .homeAbout__btn {
    display: none;
  }
}
@media (max-width: 375px) {
  .homeAbout__btn {
    padding: 18px 17%;
  }
}
.homeAbout__btn--2 {
  display: none;
}
@media (max-width: 575px) {
  .homeAbout__btn--2 {
    position: relative;
    display: block;
    z-index: 3;
    margin: 50px auto;
    margin-top: 88px;
  }
}
.homeAbout__img--1 {
  z-index: 1;
  position: absolute;
  top: 0px;
  right: -54px;
  font-style: italic;
}
@media (max-width: 1200px) {
  .homeAbout__img--1 {
    top: 22%;
  }
}
@media (max-width: 991px) {
  .homeAbout__img--1 {
    top: -65px;
  }
}
@media (max-width: 767px) {
  .homeAbout__img--1 {
    font-size: 70px;
    top: -50px;
    right: -50px;
  }
}
@media (max-width: 575px) {
  .homeAbout__img--1 {
    font-size: 60px;
    top: -45px;
    right: 15px;
  }
}
.homeAbout__img--2 {
  z-index: 0;
  min-width: 600px;
  max-width: 600px;
  min-height: 445px;
  max-height: 445px;
  position: absolute;
  top: 60px;
}
@media (max-width: 1200px) {
  .homeAbout__img--2 {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .homeAbout__img--2 {
    top: 0%;
    width: 100%;
    min-width: unset;
    max-width: unset;
    min-height: unset;
    max-height: unset;
  }
}
.homeAbout__img--2 img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeAbout__img--3 {
  z-index: 1;
  position: absolute;
  left: -90px;
  bottom: -115px;
  width: 240px;
}
@media (max-width: 1199px) {
  .homeAbout__img--3 {
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .homeAbout__img--3 {
    bottom: -75px;
    left: -50px;
  }
}
@media (max-width: 575px) {
  .homeAbout__img--3 {
    bottom: -75px;
    left: unset;
    right: 0%;
    width: 170px;
  }
}
.homeAbout__imgBackground {
  position: absolute;
  right: -180px;
  bottom: 100px;
  z-index: 0;
  max-width: 890px;
}
@media (max-width: 991px) {
  .homeAbout__imgBackground {
    width: 100%;
    bottom: 50px;
    right: 0;
  }
}
.homeAbout__imgBackground2 {
  position: absolute;
  right: -200px;
  bottom: -100px;
  z-index: 0;
  max-width: 700px;
}
.homeAbout__imgBackground3 {
  display: none;
}
@media (max-width: 575px) {
  .homeAbout__imgBackground3 {
    display: block;
    position: absolute;
    left: 10%;
    bottom: 200px;
    width: 100px;
  }
}
@media (max-width: 431px) {
  .homeAbout__imgBackground3 {
    left: 6%;
  }
}
@media (max-width: 414px) {
  .homeAbout__imgBackground3 {
    width: 80px;
  }
}

/* Cards
--------------------------------------------- */
/* Home cards */
.homeCards {
  padding: 0 74px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 44px;
  position: relative;
}
@media (max-width: 1750px) {
  .homeCards {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .homeCards {
    padding: 0 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .homeCards {
    padding: 0;
    padding-bottom: 40px;
  }
}
.homeCards__col {
  height: 272px;
  width: 380px;
  min-width: none;
  padding-left: 20px;
  background-color: #F5EBDA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.homeCards__col:last-child {
  margin-bottom: 44px;
}
@media (max-width: 1750px) {
  .homeCards__col {
    width: 45%;
  }
}
@media (max-width: 1400px) {
  .homeCards__col {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .homeCards__col {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .homeCards__col {
    padding-left: 30px;
    max-width: 570px;
  }
}
@media (max-width: 1199px) {
  .homeCards__col {
    flex-grow: 1;
  }
}
@media (max-width: 575px) {
  .homeCards__col {
    border-radius: 0 !important;
  }
}
.homeCards__col label {
  letter-spacing: 0.1em;
}
.homeCards__cardImg {
  position: absolute;
  right: -125px;
  bottom: -128px;
  width: initial;
}
.homeCards__cardImg--2 {
  right: 90px;
  bottom: -37px;
  width: 140px;
}
.homeCards__cardImg--3 {
  right: 45px;
  bottom: 40px;
  width: 125px;
}
.homeCards__cardImg--4 {
  right: -30px;
  bottom: 20px;
}
.homeCards__cardImg--5 {
  right: 0px;
  bottom: 20px;
}
.homeCards__cardImg--6 {
  display: none;
}
@media (max-width: 575px) {
  .homeCards__cardImg--6 {
    display: block;
    position: absolute;
    right: 60px;
    bottom: -50px;
    width: 180px;
  }
}
.homeCards__title {
  font-size: 32px;
  letter-spacing: 0.1em;
}
.homeCards__content {
  font-size: 16px;
  color: #9e845c;
}

/* ProductSlides
--------------------------------------------- */
/* Home products */
.homeProducts {
  padding: 69px 0 180px 115px;
  position: relative;
  /* Swiper */
}
@media (max-width: 1199px) {
  .homeProducts {
    padding: 74px;
  }
}
@media (max-width: 767px) {
  .homeProducts {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .homeProducts {
    padding: 40px 0px;
    padding-bottom: 135px;
  }
}
.homeProducts__title {
  margin-bottom: 20px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .homeProducts__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .homeProducts__title {
    font-size: 46px;
    text-wrap: balance;
  }
}
.homeProducts__description {
  font-size: 17px;
  color: #9e845c;
  width: 45%;
  align-self: center;
}
@media (max-width: 991px) {
  .homeProducts__description {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .homeProducts__description {
    width: 85%;
  }
}
.homeProducts__list {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 37px;
  padding: 100px 0;
}
.homeProducts__bgr {
  position: absolute;
  bottom: 22%;
  left: -50%;
  width: 100%;
  max-height: 200px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .homeProducts__bgr {
    bottom: 100px;
  }
}
@media (max-width: 991px) {
  .homeProducts__bgr {
    bottom: 0px;
    margin: 0 30px !important;
  }
}
.homeProducts__bgr2 {
  position: absolute;
  top: -20%;
  right: -50%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .homeProducts__bgr2 {
    right: -60%;
  }
}
@media (max-width: 991px) {
  .homeProducts__bgr2 {
    top: 0%;
    right: -70%;
  }
}
.homeProducts .productCard {
  height: 255px;
  min-width: 506px;
  padding: 26px 37px;
  border-radius: 12px;
  background-color: #F5EBDA;
  align-items: center;
  gap: 37px;
  position: relative;
}
@media (max-width: 575px) {
  .homeProducts .productCard {
    width: 100%;
    min-width: 360px;
    border-radius: 6px;
    padding: 20px 0px;
  }
}
.homeProducts .productCard__img {
  min-width: 100px;
  max-width: 100px;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
  -o-object-fit: fill;
     object-fit: fill;
}
.homeProducts .productCard__img--phuKien {
  min-width: 290px;
  max-width: 290px;
  min-height: 375px;
  max-height: 375px;
  margin-left: -102px;
}
@media (max-width: 575px) {
  .homeProducts .productCard__img--phuKien {
    min-width: 200px;
    max-width: 200px;
    min-height: 240px;
    max-height: 240px;
    margin-left: -42px;
  }
}
.homeProducts .productCard__infoBox--phuKien {
  margin-left: -25px;
}
.homeProducts .productCard__name {
  font-size: 24px;
  width: 100%;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 375px) {
  .homeProducts .productCard__name {
    width: 100%;
  }
}
.homeProducts .productCard__stock {
  font-size: 17px;
  font-style: italic;
  text-align: start;
  color: #af6900;
}
.homeProducts .productCard__sell {
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: #9e845c;
  text-align: start;
}
.homeProducts .productCard__price {
  font-size: 30px;
  color: #482817;
}
@media (max-width: 575px) {
  .homeProducts .productCard__actions {
    position: absolute;
    bottom: -65px;
    right: 15%;
  }
}
@media (max-width: 400px) {
  .homeProducts .productCard__actions {
    right: 10%;
  }
}
.homeProducts .productCard__action {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #9e845c;
  color: #af6900;
  font-size: 24px;
  cursor: pointer;
  transition: 0.5s all ease-in;
}
.homeProducts .productCard__action:first-child {
  border-right: none;
}
.homeProducts .productCard__action .add_to_cart_button .bi {
  color: #af6900;
}
.homeProducts .giftCard {
  height: 255px;
  min-width: 506px;
  padding: 26px 37px;
  border-radius: 12px;
  background-color: #F5EBDA;
  align-items: center;
  gap: 37px;
  position: relative;
  margin-left: 40px;
}
@media (max-width: 575px) {
  .homeProducts .giftCard {
    width: 100%;
    min-width: 360px;
    border-radius: 6px;
    padding: 26px 0px;
    margin-left: 0px;
  }
}
.homeProducts .giftCard__img {
  min-width: 475px;
  max-width: 475px;
  min-height: 475px;
  max-height: 475px;
  overflow: hidden;
  -o-object-fit: fill;
     object-fit: fill;
  margin-left: -200px;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .homeProducts .giftCard__img {
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
    margin-left: -75px;
    margin-top: 0px;
  }
}
.homeProducts .giftCard__infoBox {
  margin-left: -100px;
}
@media (max-width: 575px) {
  .homeProducts .giftCard__infoBox {
    margin-left: -77px;
    overflow: hidden;
  }
}
.homeProducts .giftCard__name {
  font-size: 24px;
  width: 100%;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 375px) {
  .homeProducts .giftCard__name {
    width: 100%;
  }
}
.homeProducts .giftCard__stock {
  font-size: 17px;
  font-style: italic;
  text-align: start;
  color: #af6900;
}
.homeProducts .giftCard__sell {
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: #9e845c;
  text-align: start;
}
.homeProducts .giftCard__price {
  font-size: 30px;
  color: #482817;
}
@media (max-width: 575px) {
  .homeProducts .giftCard__actions {
    position: absolute;
    bottom: -65px;
    right: 15%;
  }
}
@media (max-width: 400px) {
  .homeProducts .giftCard__actions {
    right: 10%;
  }
}
.homeProducts .giftCard__action {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #9e845c;
  color: #af6900;
  font-size: 24px;
  cursor: pointer;
  transition: 0.5s all ease-in;
}
.homeProducts .giftCard__action:first-child {
  border-right: none;
}
.homeProducts .giftCard__action .add_to_cart_button .bi {
  color: #af6900;
}
.homeProducts__pagination {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .homeProducts__pagination {
    bottom: -30px;
  }
}
.homeProducts .productPagination {
  gap: 120px;
}
.homeProducts .productPagination__btn {
  background-color: inherit;
  border-radius: 100%;
  padding: 5px 12px;
  border: 2px solid #9e845c;
  transition: 0.2s all ease-in;
}
.homeProducts .productPagination__btn .bi {
  color: #482817;
}
.homeProducts .productPagination__btn:hover {
  background-color: #9e845c;
}
.homeProducts .productPagination__btn:hover .bi {
  color: white;
}
.homeProducts .productPagination__dots {
  display: flex;
  gap: 20px;
}
.homeProducts .productPagination__dots .active {
  background-color: #482817;
}
.homeProducts .productPagination__dot {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #9e845c;
}
.homeProducts .successMessageModal,
.homeProducts .successSaveToWishListModal,
.homeProducts .successRemoveFromWishListModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 265px;
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 30px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 575px) {
  .homeProducts span.woocommerce-Price-amount.amount {
    font-size: 22px;
  }
}
.homeProducts .swiper {
  width: 100%;
  padding: 70px 0 !important;
  padding-right: 10px !important;
}
@media (max-width: 575px) {
  .homeProducts .swiper {
    padding: 70px 10px !important;
  }
}
.homeProducts .swiper .swiper-wrapper {
  gap: 37px;
}
@media (max-width: 575px) {
  .homeProducts .swiper .swiper-wrapper {
    gap: unset;
  }
}
.homeProducts .swiper-pagination-bullet-active {
  background-color: #482817 !important;
}
.homeProducts .swiper-horizontal > .swiper-pagination-bullets,
.homeProducts .swiper-pagination-bullets.swiper-pagination-horizontal,
.homeProducts .swiper-pagination-custom,
.homeProducts .swiper-pagination-fraction {
  bottom: unset !important;
}
.homeProducts .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.homeProducts .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 49% !important;
}
.homeProducts .swiper-button-next:after,
.homeProducts .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.homeProducts .swiper-button-prev:after,
.homeProducts .swiper-rtl .swiper-button-next:after {
  content: none;
}
.homeProducts .swiper-button-prev,
.homeProducts .swiper-rtl .swiper-button-next {
  left: 43% !important;
}
@media (max-width: 575px) {
  .homeProducts .swiper-button-prev,
  .homeProducts .swiper-rtl .swiper-button-next {
    left: 25% !important;
  }
}
.homeProducts .swiper-button-next,
.homeProducts .swiper-rtl .swiper-button-prev {
  right: 43% !important;
}
@media (max-width: 575px) {
  .homeProducts .swiper-button-next,
  .homeProducts .swiper-rtl .swiper-button-prev {
    right: 25% !important;
  }
}
.homeProducts .swiper-button-next,
.homeProducts .swiper-button-prev {
  width: unset;
}

/* Home products */
.similarProducts {
  padding: 70px 115px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .similarProducts {
    padding: 74px;
  }
}
@media (max-width: 767px) {
  .similarProducts {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .similarProducts {
    padding: 10px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .similarProducts__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .similarProducts__title {
    font-size: 46px;
  }
}
.similarProducts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 37px;
  padding: 60px 0;
}
@media (max-width: 1200px) {
  .similarProducts__list {
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .similarProducts__list {
    padding: 10px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1750px) {
  .similarProducts__list a {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .similarProducts__list a {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .similarProducts__list a {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.similarProducts .productCard {
  height: 255px;
  min-width: 360px;
  max-width: 360px;
  padding: 10px 15px;
  border-radius: 12px;
  background-color: #F5EBDA;
  align-items: center;
  justify-content: end;
  gap: 37px;
  position: relative;
}
@media (max-width: 1750px) {
  .similarProducts .productCard {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .similarProducts .productCard {
    width: 100%;
    min-width: unset;
    border-radius: 6px;
    padding-right: 15px;
  }
}
.similarProducts .productCard__info {
  width: 65%;
}
.similarProducts .productCard__img {
  min-width: 70px;
  max-width: 70px;
  min-height: 330px;
  max-height: 330px;
  overflow: hidden;
  -o-object-fit: fill;
     object-fit: fill;
  rotate: 20deg;
  position: absolute;
  bottom: -80px;
  left: 0px;
}
.similarProducts .productCard__img--quaTang {
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  left: -120px;
  bottom: -36px;
}
.similarProducts .productCard__img--phuKien {
  min-width: 200px;
  max-width: 200px;
  min-height: 250px;
  max-height: 250px;
  left: -55px;
  bottom: -10px;
}
.similarProducts .productCard__name {
  font-size: 24px;
  width: 100%;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 375px) {
  .similarProducts .productCard__name {
    width: 100%;
  }
}
.similarProducts .productCard__stock {
  font-size: 17px;
  font-style: italic;
  text-align: start;
  color: #af6900;
}
.similarProducts .productCard__sell {
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: #9e845c;
  text-align: start;
}
.similarProducts .productCard__price {
  font-size: 30px;
  color: #482817;
}
@media (max-width: 575px) {
  .similarProducts .productCard__actions {
    position: absolute;
    bottom: -65px;
    right: 15%;
  }
}
@media (max-width: 400px) {
  .similarProducts .productCard__actions {
    right: 10%;
  }
}
.similarProducts .productCard__action {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #9e845c;
  color: #af6900;
  font-size: 24px;
  cursor: pointer;
  transition: 0.5s all ease-in;
}
.similarProducts .productCard__action:first-child {
  border-right: none;
}
.similarProducts .productCard__action:hover .bi {
  scale: 1.2;
}

/* assetImage
--------------------------------------------- */
.assetImage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 500px;
  z-index: 0;
  overflow: hidden;
}
.assetImage--productDetail {
  bottom: unset;
  top: 16%;
  max-height: unset;
  overflow: visible;
}

/*--------------------------------------------------------------
# Views
--------------------------------------------------------------*/
/* Front page */
.homepage {
  overflow: hidden;
}
.homepage .bannerHome {
  padding: 100px 0;
}
@media (max-width: 1400px) {
  .homepage .bannerHome {
    padding-top: 175px;
  }
}
@media (max-width: 767px) {
  .homepage .bannerHome {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .homepage .bannerHome {
    padding-top: 85px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .homepage .bannerHome__col:last-child {
    padding-bottom: 30px;
  }
}
.homepage .bannerHome__col p {
  text-wrap: pretty;
}
@media (max-width: 575px) {
  .homepage .bannerHome__col p {
    text-align: justify;
  }
}
.homepage .bannerHome__btn {
  min-width: 198px;
  margin-bottom: 50px;
}
@media (max-width: 375px) {
  .homepage .bannerHome__btn {
    min-width: 200px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .homepage p.oc-text-hl,
  .homepage p.oc-text-banner.bannerHome__name {
    text-align: center;
    text-wrap: balance;
  }
  .homepage button.oc-button {
    align-self: center;
  }
}

.productPage {
  overflow: hidden;
  padding-top: 36px;
  /* Home search */
  /* Home products */
}
@media (max-width: 767px) {
  .productPage p.oc-text-hl,
  .productPage p.oc-text-banner.bannerHome__name {
    text-align: center;
  }
  .productPage button.oc-button {
    align-self: center;
    margin: 40px 0;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (max-width: 575px) {
  .productPage p {
    text-align: justify;
  }
}
.productPage__banner {
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.productPage__asset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 500px;
  z-index: 0;
  overflow: hidden;
}
.productPage .bannerHome__title {
  text-align: center !important;
  margin-bottom: 10px;
}
.productPage .bannerHome__name {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .productPage .bannerHome__inner--2 {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 575px) {
  .productPage .bannerHome__inner--2 p {
    text-align: justify;
  }
}
.productPage .homeSearchWrapper {
  position: relative;
  overflow: hidden;
}
.productPage .homeSearchWrapper section:first-child {
  margin-top: 20px;
  border-bottom: 2px solid #d1b991;
}
.productPage .magnificent-font.homeSearch_num {
  font-size: 90px;
  line-height: 124px;
  color: #af6900;
}
.productPage .homeSearch {
  padding: 55px 0;
  flex-wrap: wrap;
  height: -moz-max-content;
  height: max-content;
}
.productPage .homeSearch__col {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  transition: 0.2s all ease-in;
}
.productPage .homeSearch__col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #482817;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  z-index: 0;
}
.productPage .homeSearch__col:hover:before {
  transform: scale3d(1, 1, 1);
}
.productPage .homeSearch__col::before {
  transform-origin: 100% 50%;
}
.productPage .homeSearch__col:hover:before {
  transform-origin: 0 50%;
}
.productPage .homeSearch__col .homeSearch_num,
.productPage .homeSearch__col label,
.productPage .homeSearch__col input {
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-in;
}
.productPage .homeSearch__col:hover .homeSearch_num, .productPage .homeSearch__col:hover label, .productPage .homeSearch__col:hover input {
  color: white;
}
.productPage .homeSearch__col:hover label {
  color: #ffeee5;
}
@media (max-width: 767px) {
  .productPage .homeSearch__col {
    width: 100%;
    justify-content: flex-start !important;
  }
}
.productPage .homeSearch__col label {
  font-size: 28px;
  line-height: 38px;
}
@keyframes fillEffect {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes retractEffect {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.productPage .homeProducts {
  padding: 69px 0 180px 115px;
  position: relative;
}
@media (max-width: 1199px) {
  .productPage .homeProducts {
    padding: 74px;
  }
}
@media (max-width: 767px) {
  .productPage .homeProducts {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .productPage .homeProducts {
    padding: 40px 0px;
    padding-bottom: 135px;
  }
}
.productPage .homeProducts__heading {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .productPage .homeProducts__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .productPage .homeProducts__title {
    font-size: 30px;
    text-align: center;
  }
}
.productPage .homeProducts__description {
  font-size: 17px;
  color: #9e845c;
  width: 45%;
  text-align: center !important;
}
@media (max-width: 991px) {
  .productPage .homeProducts__description {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .productPage .homeProducts__description {
    width: 85%;
  }
}
.productPage .homeProducts__selection {
  gap: 47px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .productPage .homeProducts__selection {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .productPage .homeProducts__selection {
    padding: 0 10%;
  }
}
.productPage .homeProducts__selection .form-select {
  width: 16%;
  min-width: 150px;
  max-width: 200px;
}
@media (max-width: 575px) {
  .productPage .homeProducts__selection .form-select {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
.productPage .homeProducts__list {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 37px;
  padding: 100px 0;
}
.productPage .homeProducts__pagination {
  padding: 10px 0;
}
.productPage .homeProducts__bgr {
  position: absolute;
  bottom: 22%;
  left: -50%;
  width: 100%;
  max-height: 200px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .productPage .homeProducts__bgr {
    bottom: 100px;
  }
}
@media (max-width: 991px) {
  .productPage .homeProducts__bgr {
    bottom: 0px;
    margin: 0 30px !important;
  }
}

.singleBlogPage {
  padding-top: 150px;
  position: relative;
  overflow: hidden;
  background-image: url("/wp-content/themes/oceanwine/assets/images/paper-textured-bgr.webp");
}
@media (max-width: 575px) {
  .singleBlogPage {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .singleBlogPage {
    padding-top: 100px;
  }
}
.singleBlogPage__content {
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.singleBlogPage__content p {
  text-align: justify;
}
.singleBlogPage__title {
  font-size: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .singleBlogPage__title {
    font-size: 32px;
    text-align: center;
  }
}
.singleBlogPage__asset {
  position: absolute;
  top: 40%;
  right: -60%;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 575px) {
  .singleBlogPage__asset {
    right: -40%;
  }
}
.singleBlogPage__continue {
  font-size: 80px;
}
@media (max-width: 991px) {
  .singleBlogPage__continue {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .singleBlogPage__continue {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .singleBlogPage__continue {
    font-size: 32px;
  }
}
.singleBlogPage .authorInfo {
  padding-bottom: 30px;
}
.singleBlogPage .authorInfo__name {
  margin-bottom: 5px;
}
.singleBlogPage .authorInfo__avatar img {
  border-radius: 100%;
  margin-right: 20px;
}

.contactPage__divider {
  height: 120px;
}

.productDetail {
  position: relative;
}
@media (max-width: 575px) {
  .productDetail p {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .productDetail .bannerHome {
    margin-top: 135px;
  }
}
@media (max-width: 767px) {
  .productDetail .bannerHome {
    margin-top: 60px;
  }
}
.productDetail .bannerHome__inner {
  margin-bottom: 40px;
}
.productDetail .bannerHome__name {
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .productDetail .bannerHome__name {
    text-align: center !important;
  }
}
.productDetail__heading {
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .productDetail__heading {
    text-align: center !important;
  }
}
.productDetail__description {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 40px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .productDetail__description {
    flex-direction: column;
    padding-top: 70px;
  }
}
.productDetail__col {
  width: 50%;
}
@media (max-width: 767px) {
  .productDetail__col {
    width: 100%;
  }
}
.productDetail__col .product-short-description {
  text-wrap: pretty;
}
.productDetail__col .product-short-description p {
  text-wrap: pretty;
  text-align: justify;
}
.productDetail__col .product-short-description h1,
.productDetail__col .product-short-description h2,
.productDetail__col .product-short-description h3,
.productDetail__col .product-short-description h4,
.productDetail__col .product-short-description h5,
.productDetail__col .product-short-description h6 {
  font-family: "SVN Kontras";
  margin-top: 30px;
  text-wrap: pretty;
}
.productDetail__col .product-short-description h1:first-child,
.productDetail__col .product-short-description h2:first-child,
.productDetail__col .product-short-description h3:first-child,
.productDetail__col .product-short-description h4:first-child,
.productDetail__col .product-short-description h5:first-child,
.productDetail__col .product-short-description h6:first-child {
  margin-top: 0;
}
.productDetail__col .product-short-description ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  margin-left: 0;
}
.productDetail__col .product-short-description ul li {
  background: white;
  padding: 10px;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  text-wrap: pretty;
}
.productDetail__descriptionText p {
  text-align: justify;
}
.productDetail .bannerHome__btn {
  width: 199px;
}
@media (max-width: 767px) {
  .productDetail .bannerHome__btn {
    margin: 0 auto;
  }
}
.productDetail .bannerHome__btn a {
  color: inherit;
}

.cartPage {
  background-color: #fffbf4;
  position: relative;
  overflow: hidden;
}
.cartPage article {
  padding-top: 120px;
}
.cartPage header {
  padding-top: 30px;
  border-bottom: 1.5px solid #d0cfcf;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cartPage header {
    padding-top: 70px;
  }
}
.cartPage__title {
  font-size: 40px;
}
.cartPage__content {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.cartPage__asset {
  position: absolute;
  z-index: 0;
  top: 5%;
  left: -50%;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cartPage__asset {
    opacity: 0.5;
    top: 10%;
  }
}
@media (max-width: 575px) {
  .cartPage__asset {
    top: 10%;
    left: -50%;
    opacity: 0.5;
  }
}
.cartPage .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.cartPage .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-2 {
  width: 100%;
}
.cartPage a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background-color: #482817;
  border-radius: 4px;
  color: white;
}
.cartPage button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background-color: #482817;
  border-radius: 4px;
  color: white;
}
.cartPage .wc-block-components-shipping-rates-control__no-results-notice.wc-block-components-notice-banner.is-warning,
.cartPage .wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper,
.cartPage .wc-block-components-checkout-step__heading {
  display: none;
}
.cartPage .wc-block-components-product-metadata {
  display: none;
}
.cartPage a.wc-block-components-product-name {
  color: inherit;
}
.cartPage a {
  color: inherit;
}
.cartPage a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
  background-color: bisque;
}
.cartPage a.wp-block-button__link.add_to_cart_button {
  color: inherit;
  background: bisque;
}
.cartPage .wc-block-components-order-summary-item__quantity,
.cartPage .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background-color: #af6900;
  color: white;
}
.cartPage .order_details tr {
  height: 56px !important;
  border-bottom: 1px solid #ccc !important;
}
.cartPage .order_details tr:first-child {
  border-top: 1px solid #ccc !important;
}
.cartPage .wc-block-cart-item__image img {
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 135px;
}
.cartPage .wc-block-components-order-summary-item__image img {
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80px;
}
.cartPage img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.cartPage .wc-block-cart-item__image img {
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 135px;
}
.cartPage .wc-block-components-order-summary-item__image img {
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80px;
}

.error404Page {
  background-color: #fffbf4;
  padding-top: 100px;
  position: relative;
}
.error404Page section {
  min-height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.error404Page__title {
  font-size: 120px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .error404Page__title {
    font-size: 100px;
  }
}
.error404Page__message {
  font-size: 30px;
  margin-bottom: 30px;
}
.error404Page__btn {
  background: #af6900;
  color: black;
  padding: 15px 30px;
  border-radius: 6px;
}
.error404Page__asset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 310px;
  z-index: 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #F5EBDA;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #623D2A;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */