@charset "UTF-8";
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
:root {
  --Black: #000000;
  --White: #ffffff;
  --body-text: #666666;
  --Primary: #c6ac83;
  --Secondary: #0f0e0f;
  --Border: #2e231a;
  --Border-1: rgb(198, 172, 131, 0.15);
  --Border-2: #3f3e3f;
  --Text: #b3b3b3;
  --Text-1: #d6d6d6;
  --Text-2: #666666;
  --Text-3: #111111;
  --Text-4: #ededed;
  --Bg: #181818;
  --Bg-1: #1a1918;
  --Bg-2: #3c3125;
}

/*---------- Reset css styles ----------- */
/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--Secondary);
  line-height: 1;
  padding: 0 !important;
}
body::-webkit-scrollbar {
  width: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--body-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  font-style: normal;
}
p.cl-white {
  color: var(--White) !important;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  color: white;
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "CormorantInfant", sans-serif;
  color: var(--White);
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 70px;
}

h2,
.h2 {
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 0.5px;
}

h3,
.h3 {
  font-size: 25px;
  line-height: 30px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 28px;
}

p {
  font-size: 15px;
  line-height: 25px;
}

.text-45-55 {
  font-size: 45px;
  line-height: 55px;
}

.text-35-50 {
  font-size: 35px;
  line-height: 50px;
}

.text-17-28 {
  font-size: 17px;
  line-height: 28px;
}

.text-13-30 {
  font-size: 13px;
  line-height: 30px;
}

.text-13-50 {
  font-size: 13px;
  line-height: 50px;
}

.fs-15 {
  font-size: 15px;
}

.fs-35 {
  font-size: 35px;
}

.fs-40 {
  font-size: 40px;
}

.fs-45 {
  font-size: 45px;
}

.fw-heavy {
  font-weight: 900;
}

.fw-bold {
  font-weight: 700;
}

.fw-600,
.fw-semibold {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500;
}

.fw-book {
  font-weight: 450;
}

.fw-regular {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.font-cormorant {
  font-family: "CormorantInfant", sans-serif;
}

/* link style
-------------------------------------------------------------- */
a {
  font-family: "CormorantInfant", sans-serif;
  text-decoration: none;
  color: var(--White);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #0068ff !important;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* tf- ontainer
-------------------------------------------------------------- */
.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1200px;
  max-width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tf-container.full-w {
  width: 100%;
}
.tf-container.w-1712 {
  width: 1742px;
  max-width: 100%;
}
.tf-container.w-1920 {
  width: 1950px;
  max-width: 100%;
}

/* Extra classes
-------------------------------------------------------------- */
#wrapper {
  width: 100vw;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.z-5 {
  z-index: 5;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-center {
  justify-content: center;
}

.item-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.w-full {
  width: 100% !important;
}

.h-full {
  height: 100% !important;
}

.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
  height: 2px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Border);
  border-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-auto::-webkit-scrollbar {
  width: 2px;
}
.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Border);
  border-radius: 999px;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

.cl-text {
  color: var(--Text);
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.letter-space-03 {
  letter-spacing: 0.3px;
}

.letter-space-06 {
  letter-spacing: 0.6px;
}

.letter-space-08 {
  letter-spacing: 0.9px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.tf-top-bar {
  border-bottom: 1px solid var(--Border-1);
}
.tf-top-bar .top-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 60px 15px 46px;
}
.tf-top-bar .top-bar.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 0px 23px 0px;
  white-space: wrap;
}
.tf-top-bar .top-bar.style-2 .text {
  letter-spacing: 1px;
  font-size: 16px;
  color: var(--White);
}
.tf-top-bar .top-bar .welcome {
  font-family: "CormorantInfant";
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-style: italic;
  color: var(--Primary);
  overflow: hidden;
  text-overflow: ellipsis;
}
.tf-top-bar .top-bar .top-bar-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 80px;
}
.tf-top-bar .top-bar .top-bar-right .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 42px;
  padding-right: 9px;
}
.tf-top-bar .top-bar .top-bar-right .contact .call,
.tf-top-bar .top-bar .top-bar-right .contact .address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
.tf-top-bar .top-bar .top-bar-right .contact .call i,
.tf-top-bar .top-bar .top-bar-right .contact .address i {
  color: var(--White);
  font-size: 15px;
  padding: 14px;
  border: 1px solid var(--Border-1);
  border-radius: 50%;
}
.tf-top-bar .top-bar .top-bar-right .icon-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 62px;
  position: relative;
}
.tf-top-bar .top-bar .top-bar-right .icon-right::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  bottom: 0;
  background-color: var(--Border-1);
}
.tf-top-bar .top-bar .top-bar-right .icon-right .header-search {
  position: relative;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .header-search .show-search.active::before {
  content: "\e931";
  font-size: 18px;
  padding-left: 3px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .header-search .form-search {
  position: absolute;
  min-width: 240px;
  top: 31px;
  left: -215px;
  opacity: 0;
  z-index: 200;
  visibility: hidden;
  background-color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .header-search .form-search.active {
  opacity: 1;
  visibility: visible;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .header-search .form-search input {
  line-height: 30px;
  padding: 3px 3px 3px 10px;
  border: 1px solid var(--Border-1) !important;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .header-search .form-search input:focus {
  border: 1px solid var(--Primary) !important;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .header-search .form-search .btn-search-header {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 20px;
  height: 20px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .header-search .form-search .btn-search-header i {
  color: var(--Primary);
  font-size: 14px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right i {
  color: var(--White);
  font-size: 21px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tf-top-bar .top-bar .top-bar-right .icon-right i:hover {
  color: var(--Primary);
}
.tf-top-bar .top-bar .top-bar-right .icon-right i.icon-bag {
  position: relative;
  font-size: 26px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right i.icon-bag::after {
  content: "3";
  position: absolute;
  color: var(--White);
  top: -5px;
  right: -11px;
  font-size: 11px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--Primary);
  padding: 2px 0px 0px 5px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag {
  position: relative;
  cursor: pointer;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag .icon-bag::before {
  line-height: 42px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag:hover .bag-box {
  visibility: visible;
  opacity: 1;
  top: 43px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag .bag-box {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 55px;
  left: -298px;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 8px;
  width: 320px;
  padding: 20px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag .bag-box .cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: none;
  position: relative;
  gap: 19px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag .bag-box .cart-item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5dccf;
  margin-bottom: 25px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag .bag-box .cart-item img {
  width: 100px;
  height: 82px;
  border-radius: 10px;
  object-fit: contain;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag .bag-box .cart-item .content .price {
  font-size: 17px;
  color: var(--Primary);
  margin-bottom: 10px;
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag .bag-box .cart-item .content .price span {
  font-size: 15px;
  text-decoration-line: line-through;
  margin-right: 5px;
  color: var(--Text-3);
}
.tf-top-bar .top-bar .top-bar-right .icon-right .wg-bag .bag-box .cart-item .content .name {
  font-family: "CormorantInfant";
  color: var(--Secondary);
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}



#header_main {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main.scrollHeader {
  position: sticky;
  background-color: var(--Secondary);
  border-bottom: 1px solid var(--Border-1);
}
#header_main .header-inner {
  padding: 0px 46px 0px 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#header_main .header-inner .mobile-button {
  position: relative;
  width: 26px;
  height: 26px;
  background-color: transparent;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}
#header_main .header-inner .mobile-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 45%;
  background-color: white;
}
#header_main .header-inner .mobile-button::before {
  content: "";
  position: absolute;
  top: 4px;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: white;
}
#header_main .header-inner .mobile-button::after {
  content: "";
  position: absolute;
  bottom: 6px;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: white;
}
#header_main .header-inner .header-left img {
  max-width: 160px;
}
#header_main .header-inner .header-center .nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 62px;
  padding-left: 133px;
}
#header_main .header-inner .header-center .nav-list .item {
  position: relative;
  cursor: pointer;
}
#header_main .header-inner .header-center .nav-list .item.current::before {
  width: 100%;
  left: 1px;
}
#header_main .header-inner .header-center .nav-list .item.has-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 1px;
  height: 7px;
  background-color: var(--Primary);
  right: -11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .header-inner .header-center .nav-list .item.has-child:hover::after {
  transform: rotate(90deg);
}
#header_main .header-inner .header-center .nav-list .item.has-child:hover .name-nav::after {
  transform: rotate(-90deg);
  visibility: hidden;
  opacity: 0;
}
#header_main .header-inner .header-center .nav-list .item.has-child .name-nav {
  position: relative;
}
#header_main .header-inner .header-center .nav-list .item.has-child .name-nav::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 11px;
  width: 7px;
  height: 1px;
  background-color: var(--Primary);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .header-inner .header-center .nav-list .item a {
  font-family: "CormorantInfant";
  font-size: 19px;
  font-weight: 600;
  line-height: 108px;
}
#header_main .header-inner .header-center .nav-list .item:hover a {
  color: var(--Primary);
}
#header_main .header-inner .header-center .nav-list .item:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  color: white;
  top: 100%;
}
#header_main .header-inner .header-center .nav-list .item:hover .sub-nav li.current a {
  color: var(--Primary) !important;
}
#header_main .header-inner .header-center .nav-list .item:hover .sub-nav li.current a::after {
  width: 100%;
}
#header_main .header-inner .header-center .nav-list .item .sub-nav {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 200px;
  background-color: var(--White);
  border-radius: 12px;
  top: 110%;
  padding: 10px 20px;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .header-inner .header-center .nav-list .item .sub-nav a {
  color: var(--Secondary);
  line-height: 40px;
  font-family: "CormorantInfant";
  font-size: 17px;
  font-weight: 600;
  position: relative;
}
#header_main .header-inner .header-center .nav-list .item .sub-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .header-inner .header-center .nav-list .item .sub-nav a:hover::after {
  width: 100%;
}
#header_main .header-inner .header-center .nav-list .item::before {
  content: "";
  position: absolute;
  left: auto;
  bottom: 35px;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: var(--Primary);
  transition: all 0.3s ease-in-out;
}
#header_main .header-inner .header-center .nav-list .item:hover::before {
  width: 100%;
  left: 1px;
  right: 0;
}
#header_main .header-inner .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  align-items: center;
}
#header_main .header-inner .header-right .btn-order {
  letter-spacing: 1.6px;
  padding: 13px 41px 10px 36px;
}
#header_main .header-inner .header-right .header-sidebar {
  margin-left: 62px;
  cursor: pointer;
  position: relative;
  margin-bottom: 17px;
}
#header_main .header-inner .header-right .header-sidebar .btn-open-welcome {
  position: relative;
  width: 50px;
  height: 50px;
}
#header_main .header-inner .header-right .header-sidebar .btn-open-welcome:hover::after {
  border-color: var(--Primary);
  width: 100%;
}
#header_main .header-inner .header-right .header-sidebar .btn-open-welcome:hover span {
  width: 30px;
  background-color: var(--Primary);
}
#header_main .header-inner .header-right .header-sidebar .btn-open-welcome span {
  background-color: var(--White);
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .header-inner .header-right .header-sidebar .btn-open-welcome::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  padding-top: 12px;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--White);
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome {
  background-color: var(--White);
  position: absolute;
  z-index: 10;
  width: 500px;
  top: 108px;
  right: -1px;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  padding: 74px 50px 61px 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome.active {
  opacity: 1;
  visibility: visible;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .btn-close-welcome {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--White);
  background-color: var(--Black);
  top: 22px;
  right: 21px;
  cursor: pointer;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner img {
  margin-bottom: 44px;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .text {
  margin-bottom: 25px;
  font-weight: 400;
  margin-left: -16px;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .contact {
  margin-bottom: 24px;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .contact .number-call {
  font-size: 30px;
  line-height: 50px;
  color: var(--Text-3);
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .contact .address,
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .contact .email {
  color: var(--Text-3);
  font-weight: 600;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .sort-line {
  width: 24%;
  height: 1px;
  background-color: var(--Primary);
  margin-bottom: 24px;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .schedule {
  margin-bottom: 31px;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .schedule p {
  color: var(--Text-3);
  font-weight: 600;
}
#header_main .header-inner .header-right .header-sidebar .wg-welcome .inner .social li i {
  color: var(--Text-3);
}
#header_main .header-inner.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 23px 18px 21px;
  position: relative;
}
#header_main .header-inner.style-2 .header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  max-width: 820px;
  width: 100%;
}
#header_main .header-inner.style-2 .header-left .open-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-wrap: wrap;
  cursor: pointer;
  width: 77px;
  height: 77px;
  padding: 24px;
  border: 1px solid var(--Border-1);
  border-radius: 50%;
  margin-right: 32px;
  gap: 9px;
  flex-shrink: 0;
}
#header_main .header-inner.style-2 .header-left .open-menu span {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--White);
}
#header_main .header-inner.style-2 .header-left .open-menu:hover {
  transform: rotate(-90deg);
}
#header_main .header-inner.style-2 .header-left .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: unset;
  width: unset;
  overflow: hidden;
}
#header_main .header-inner.style-2 .header-left .contact .open-infor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 58px;
}
#header_main .header-inner.style-2 .header-left .contact .open-infor .icon-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid var(--Border-1);
  cursor: pointer;
  background-color: var(--Border-1);
  margin-right: 15px;
  flex-shrink: 0;
}
#header_main .header-inner.style-2 .header-left .contact .open-infor .icon-item i {
  color: var(--White);
}
#header_main .header-inner.style-2 .header-left .contact .open-infor a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Text);
  margin-right: 40px;
  white-space: nowrap;
}
#header_main .header-inner.style-2 .header-left .contact .open-infor.active {
  width: 100%;
  max-width: max-content;
  overflow: visible;
}
#header_main .header-inner.style-2 .header-center {
  flex-shrink: 0;
}
#header_main .header-inner.style-2 .header-center img {
  width: 198px;
}
#header_main .header-inner.style-2 .header-right {
  max-width: 820px;
  width: 100%;
  margin: 0px;
  flex-grow: 1;
  justify-content: flex-end;
}
#header_main .header-inner.style-2 .header-right .btn-order-home-2 {
  margin-right: 72px;
}
#header_main .header-inner.style-2 .header-right .btn-order-home-2::after {
  content: "\e926";
  font-family: "icomoon";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .header-inner.style-2 .header-right .btn-order-home-2:hover::after {
  color: var(--White);
  right: -15px;
  opacity: 1;
  visibility: visible;
}
#header_main .header-inner.style-2 .header-right .btn-order-home-2:hover::before {
  width: calc(100% + 13px);
}
#header_main .header-inner.style-2 .header-right .btn-order-home-2::before {
  bottom: -5px;
}
#header_main .header-inner.style-2 .header-right .icon-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}
#header_main .header-inner.style-2 .header-right .icon-right .header-search {
  position: relative;
}
#header_main .header-inner.style-2 .header-right .icon-right .header-search .show-search.active::before {
  content: "\e931";
  font-size: 18px;
  padding-left: 3px;
}
#header_main .header-inner.style-2 .header-right .icon-right .header-search .form-search {
  position: absolute;
  min-width: 240px;
  top: 31px;
  left: -215px;
  opacity: 0;
  z-index: 200;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .header-inner.style-2 .header-right .icon-right .header-search .form-search.active {
  opacity: 1;
  visibility: visible;
}
#header_main .header-inner.style-2 .header-right .icon-right .header-search .form-search input {
  line-height: 30px;
  padding: 3px 3px 3px 10px;
  border: 1px solid var(--Border-1) !important;
}
#header_main .header-inner.style-2 .header-right .icon-right .header-search .form-search input:focus {
  border: 1px solid var(--Primary) !important;
}
#header_main .header-inner.style-2 .header-right .icon-right .header-search .form-search .btn-search-header {
  position: absolute;
  top: 12px;
  right: 8px;
}
#header_main .header-inner.style-2 .header-right .icon-right .header-search .form-search .btn-search-header i {
  font-size: 14px;
}
#header_main .header-inner.style-2 .header-right .icon-right i {
  color: var(--White);
  font-size: 21px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
#header_main .header-inner.style-2 .header-right .icon-right i:hover {
  color: var(--Primary);
}
#header_main .header-inner.style-2 .header-right .icon-right i.icon-shopping-bagww {
  position: relative;
  font-size: 26px;
}
#header_main .header-inner.style-2 .header-right .icon-right i.icon-shopping-bagww::after {
  content: "3";
  position: absolute;
  color: var(--White);
  top: -5px;
  right: -11px;
  font-size: 11px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--Primary);
  padding: 2px 0px 0px 5px;
}
#header_main .header-inner.style-2 .header-right .icon-right .wg-bag {
  position: relative;
  cursor: pointer;
  padding: 25px;
  border: 1px solid var(--Border-1);
  border-radius: 50%;
}
#header_main .header-inner.style-2 .header-right .icon-right .wg-bag:hover .bag-box {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
#header_main .header-inner.style-2 .header-right .icon-right .wg-bag .bag-box {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 55px;
  left: -298px;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 8px;
  width: 320px;
  padding: 20px;
}
#header_main .header-inner.style-2 .header-right .icon-right .wg-bag .bag-box .cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: none;
  position: relative;
  gap: 19px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5dccf;
  margin-bottom: 25px;
}
#header_main .header-inner.style-2 .header-right .icon-right .wg-bag .bag-box .cart-item img {
  width: 76px;
  height: 82px;
  border-radius: 10px;
}
#header_main .header-inner.style-2 .header-right .icon-right .wg-bag .bag-box .cart-item .content .price {
  font-size: 17px;
  color: var(--Primary);
  margin-bottom: 10px;
}
#header_main .header-inner.style-2 .header-right .icon-right .wg-bag .bag-box .cart-item .content .price span {
  font-size: 15px;
  text-decoration-line: line-through;
  margin-right: 5px;
  color: var(--Text-3);
}
#header_main .header-inner.style-2 .header-right .icon-right .wg-bag .bag-box .cart-item .content .name {
  font-family: "CormorantInfant";
  color: var(--Secondary);
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#header_main .mobile-nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 300;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .mobile-nav-wrap.active {
  visibility: visible;
}
#header_main .mobile-nav-wrap.active .inner-mobile-nav {
  left: 0 !important;
}
#header_main .mobile-nav-wrap .overlay-mobile-nav {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: url("../images/cursor-close.svg"), auto;
}
#header_main .mobile-nav-wrap .inner-mobile-nav {
  position: fixed;
  padding: 20px;
  z-index: 1001;
  height: 100%;
  width: 320px;
  background-color: var(--Secondary);
  left: -320px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .logo .mobile-nav-close {
  top: 20px;
  right: 20px;
  position: absolute;
  color: var(--White);
  cursor: pointer;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu {
  padding-bottom: 30px;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile {
  padding-bottom: 10px;
  padding-top: 10px;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile.active i {
  transform: rotate(-180deg);
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  justify-content: space-between;
  display: flex;
  margin-bottom: 15px;
  position: relative;
  transition-timing-function: linear;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile.current {
  color: var(--Primary);
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile {
  padding-left: 20px;
  display: none;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item {
  padding: 15px 0px;
}
#header_main .mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item.current a {
  color: var(--Primary);
}

.preload-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999999999;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.preload-container .loader {
  z-index: 100;
  top: 50%;
  left: 50%;
  position: absolute;
}
.preload-container .loader span {
  position: absolute;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 38px;
  letter-spacing: 5px;
}
.preload-container .loader span:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 0.3px var(--Primary);
}
.preload-container .loader span:nth-child(2) {
  color: var(--Primary);
  -webkit-text-stroke: 1px var(--Primary);
  animation: tf-preload 3s ease-in-out infinite;
}

@keyframes tf-preload {
  0%, 100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
/*------------ footer ---------------- */
#footer {
  padding: 30px 0px 30px;
  background-image: url("../images/bg-footer.jpg");
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#footer .footer-inner .footer-logo {
  margin-bottom: 29px;
}
#footer .footer-inner .footer-logo img {
  max-width: 172px;
}
#footer .footer-inner .footer-link {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--Border-1);
  margin-bottom: 35px;
}
#footer .footer-inner .footer-link ul {
  display: flex;
  justify-content: center;
  gap: 38px;
}
#footer .footer-inner .footer-link ul li {
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-inner .footer-link ul li a {
  font-weight: 500;
  font-size: 17px;
  line-height: 50px;
  color: var(--Text);
}
#footer .footer-inner .footer-link ul li:hover a {
  color: var(--Primary) !important;
}
#footer .footer-inner .footer-link ul li:hover::before {
  width: 100%;
  left: 1;
  right: auto;
}
#footer .footer-inner .footer-link ul li::before {
  content: "";
  position: absolute;
  width: 0%;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-inner .footer-contact {
  margin-bottom: 27px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--Border-1);
}
#footer .footer-inner .footer-contact .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 42px;
  padding-bottom: 34px;
}
#footer .footer-inner .footer-contact .contact li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
#footer .footer-inner .footer-contact .contact li i {
  color: var(--White);
  font-size: 13px;
  padding: 14px;
  border: 1px solid var(--Border-1);
  border-radius: 50%;
}
#footer .footer-inner .footer-contact .contact li a {
  color: var(--Text);
}
#footer .footer-inner .footer-form-signup {
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--Border-1);
}
#footer .footer-inner .footer-form-signup .form-signup-email {
  max-width: 570px;
  margin: 0px auto;
}
#footer .footer-inner .footer-form-signup p {
  padding-left: 22px;
  letter-spacing: 0.7px;
  padding-bottom: 9px;
}
#footer .footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  flex-wrap: wrap;
}
#footer .footer-bottom .no-copy {
  letter-spacing: 0.1px;
  font-size: 16px;
}

.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li {
  height: 42px;
  width: 42px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social li.none-style {
  height: 100%;
  width: max-content;
  pointer-events: none;
}
.social li:hover {
  background-color: var(--Primary);
}
.social li:hover i {
  color: var(--White) !important;
}
.social li a i {
  font-size: 15px;
  color: var(--Text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------ tabs ---------------- */
.wg-tabs .menu-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  font-family: "CormorantInfant";
  color: var(--White);
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 35px;
  white-space: nowrap;
}
.wg-tabs .menu-tab .item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 2px;
}
.wg-tabs .menu-tab .item.active {
  color: var(--White);
}
.wg-tabs .menu-tab .item.active::after {
  width: 100%;
}
.wg-tabs .menu-tab .item:hover {
  color: var(--Primary);
}
.wg-tabs .menu-tab .item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.wg-tabs .menu-tab .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-tabs.style-2 .menu-tab {
  justify-content: flex-start;
}
.wg-tabs.style-2 .menu-tab li {
  font-size: 21px;
}
.wg-tabs .widget-content-tab .widget-content-inner {
  visibility: hidden;
  opacity: 0;
}
.wg-tabs .widget-content-tab .widget-content-inner.active {
  visibility: visible;
  opacity: 1;
}

/*------------ button ---------------- */
.tf-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  padding: 10px 30px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  border: 1px solid var(--Primary);
  width: max-content;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tf-btn.full-w {
  width: 100%;
  justify-content: center;
}
.tf-btn.style-2 {
  border: none;
  padding: 0px;
}
.tf-btn.style-2:hover {
  color: var(--White) !important;
}
.tf-btn.style-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.style-3 {
  background-color: var(--Bg);
  border: none;
}
.tf-btn.style-3:hover {
  background-color: var(--Primary);
  color: var(--White) !important;
}
.tf-btn.style-3 i {
  padding: 0px;
}
.tf-btn.style-4::after {
  content: "\e926";
  font-family: "icomoon";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.style-4:hover {
  transform: translate3d(0, -2px, 0);
  background-color: inherit;
}
.tf-btn.style-4:hover::before {
  width: calc(100% + 13px);
}
.tf-btn.style-4:hover::after {
  color: var(--White);
  right: -15px;
  opacity: 1;
  visibility: visible;
}
.tf-btn.style-5 {
  border: none;
  background-color: var(--White);
  color: var(--Secondary);
}
.tf-btn i {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}
.tf-btn.style-circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--White);
  color: var(--Secondary);
  padding: 0px !important;
}
.tf-btn:hover {
  color: var(--Primary);
}
.tf-btn.btn-switch-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.tf-btn.btn-switch-text .btn-double-text {
  transition: opacity 0.3s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  color: var(--White);
  line-height: 18px;
}
.tf-btn.btn-switch-text .btn-double-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.tf-btn.btn-switch-text:hover .btn-double-text, .tf-btn.btn-switch-text:active .btn-double-text {
  transform: translateY(-200%);
}
.tf-btn.btn-switch-text:hover .btn-double-text:before, .tf-btn.btn-switch-text:active .btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1;
}

.btn-slider {
  font-size: 37px;
  width: max-content;
  color: var(--Primary);
}
.btn-slider.disabled {
  color: var(--Border-1);
}

@media (max-width: 991px) {
  .btn-slider {
    font-size: 20px !important;
  }
}
/*------------ form ---------------- */
form {
  position: relative;
  z-index: 30;
}
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  padding: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--Border-1);
  color: var(--Text);
  overflow: hidden;
  margin-bottom: 0;
}
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  color: var(--Text);
}
form textarea:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus {
  border-color: var(--Primary) !important;
}
form textarea.style-default,
form input[type=text].style-default,
form input[type=password].style-default,
form input[type=datetime].style-default,
form input[type=datetime-local].style-default,
form input[type=date].style-default,
form input[type=month].style-default,
form input[type=time].style-default,
form input[type=week].style-default,
form input[type=number].style-default,
form input[type=email].style-default,
form input[type=url].style-default,
form input[type=search].style-default,
form input[type=tel].style-default,
form input[type=color].style-default {
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent;
}
form textarea.style-1,
form input[type=text].style-1,
form input[type=password].style-1,
form input[type=datetime].style-1,
form input[type=datetime-local].style-1,
form input[type=date].style-1,
form input[type=month].style-1,
form input[type=time].style-1,
form input[type=week].style-1,
form input[type=number].style-1,
form input[type=email].style-1,
form input[type=url].style-1,
form input[type=search].style-1,
form input[type=tel].style-1,
form input[type=color].style-1 {
  font-size: 15px;
  border-radius: 0;
  padding: 18px 0 3px;
  border: 0;
  border-bottom: 2px solid var(--Border);
  color: var(--Soft-Text);
}
form .cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px 26px;
  width: 100%;
}
form .cols.cols-two > * {
  width: 50%;
}
form .cols.cols-three > * {
  width: 33.33333%;
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  color: var(--Text);
}
form textarea {
  height: 208px;
}

/*------------ slider ---------------- */
.wg-discovery .swiper-discovery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-discovery .swiper-discovery .swiper-wrapper .swiper-slide {
  height: 100%;
}
.wg-discovery .content img {
  width: 100%;
  height: 100%;
}

.swiper-pagination.testimonials-pagination .swiper-pagination-bullet {
  margin: 0 13px !important;
  background-color: var(--Border-2);
  position: relative;
  opacity: 1;
}
.swiper-pagination.testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--Primary);
}
.swiper-pagination.testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--Border-1);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------------ blog ---------------- */
.page-title .wrap-content {
  background-image: url("../images/bg-breadcrums-150pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  padding: 136px 68px 43px 172px;
}
.page-title .wrap-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-title .content {
  z-index: 1;
  position: relative;
}
.page-title .content h1 {
  margin-bottom: 10px;
  letter-spacing: 0.7px;
}
.page-title .content .sub-title {
  margin-bottom: 77px;
  letter-spacing: 0.3px;
  word-spacing: 1.5px;
  color: var(--Text-4);
}
.page-title .content .breadcrum-wrap {
  display: flex;
  justify-content: space-between;
}
.page-title .content .breadcrum-wrap .breadcrums {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: none;
  gap: 16px;
}
.page-title .content .breadcrum-wrap .breadcrums a {
  color: var(--Text-4);
}
.page-title .content .breadcrum-wrap .breadcrums p {
  color: var(--White);
}
.page-title .content .breadcrum-wrap .breadcrums i {
  color: var(--Text-4);
  font-size: 14px;
}
.page-title .content .breadcrum-wrap .quote {
  font-family: "Scripture";
  font-size: 35px;
  color: var(--Primary);
}

.section-blog-top .content {
  background-image: url("../images/bg-form-email.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 54px 75px 75px 68px;
  margin-bottom: 130px;
}
.section-blog-top .content .singup-email {
  width: max-content;
}
.section-blog-top .content .singup-email h2 {
  letter-spacing: 0.3px;
  font-size: 30px;
  margin-bottom: 10px;
}
.section-blog-top .content .img-right {
  position: absolute;
  top: -78px;
  right: -49px;
}

.form-email {
  display: flex;
  position: relative;
}
.form-email .btn-send {
  position: absolute;
  right: 0;
  top: 19px;
  color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-email .btn-send:hover {
  color: var(--Primary);
}

.wg-blog {
  cursor: pointer;
  margin-bottom: 75px;
}
.wg-blog:hover p::before {
  width: 100% !important;
}
.wg-blog:hover .blog-img img {
  transform: scale(1.2) !important;
}
.wg-blog .blog-img {
  position: relative;
  overflow: hidden;
}
.wg-blog .blog-img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.wg-blog .blog-img .date-time {
  position: absolute;
  top: 13px;
  left: 13px;
  width: max-content;
  background-color: var(--Black);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 18px 16px 11px 14px;
}
.wg-blog .blog-img .date-time .entry-day {
  font-size: 35px;
  line-height: 35px;
  font-family: "CormorantInfant";
  color: var(--Primary);
}
.wg-blog .blog-img .date-time .entry-month {
  font-size: 13px;
}
.wg-blog .content {
  padding: 20px 0px 0px;
}
.wg-blog .content .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px 15px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.wg-blog .content .meta .entry-author,
.wg-blog .content .meta .entry-type {
  color: var(--Text);
  position: relative;
  padding-left: 12px;
}
.wg-blog .content .meta .entry-author::before,
.wg-blog .content .meta .entry-type::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--Primary);
}
.wg-blog .content .meta .entry-author a,
.wg-blog .content .meta .entry-type a {
  color: var(--Text);
}
.wg-blog .content h3 {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.wg-blog .content p {
  border-top: 1px solid var(--Border-1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.wg-blog .content p::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  background-color: var(--Primary);
}
.wg-blog .content .btn-readmore {
  position: relative;
  line-height: 35px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-blog .content .btn-readmore::after {
  content: "\e926";
  font-family: "icomoon";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 0;
  color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-blog .content .btn-readmore:hover {
  color: var(--Primary) !important;
}
.wg-blog .content .btn-readmore:hover::before {
  width: calc(100% + 13px);
}
.wg-blog .content .btn-readmore:hover::after {
  right: -15px;
  opacity: 1;
  visibility: visible;
}

.blog-single .meta {
  margin-bottom: 20px;
}
.blog-single .meta ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
}
.blog-single .meta ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.blog-single .meta ul li .img-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--Border-1);
  border-radius: 50%;
}
.blog-single .main-title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 36px;
  letter-spacing: 1.3px;
}
.blog-single .main-post {
  margin-bottom: 44px;
}
.blog-single .title {
  margin-bottom: 14px;
  letter-spacing: 0.2px;
  font-size: 26px;
}
.blog-single .title.s2 {
  margin-bottom: 17px;
}
.blog-single .text {
  letter-spacing: 0.2px;
}
.blog-single .text.s1-1 {
  margin-bottom: 36px;
}
.blog-single .text.s1-2 {
  margin-bottom: 34px;
}
.blog-single .text.s1-3 {
  margin-bottom: 43px;
}
.blog-single .text.s2-1 {
  margin-bottom: 15px;
}
.blog-single .text.s2-2 {
  margin-bottom: 38px;
}
.blog-single .blog-single-bottom {
  padding: 14px 0px 16px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--Border-1);
  border-bottom: 1px solid var(--Border-1);
  flex-wrap: wrap;
  gap: 20px;
  margin-right: -12px;
}
.blog-single .blog-single-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.blog-single .blog-single-bottom .tags img {
  flex-shrink: 0px;
}
.blog-single .blog-single-bottom .tags span {
  color: var(--White);
}
.blog-single .blog-single-bottom .tags ul {
  display: flex;
}
.blog-single .blog-single-bottom .tags ul li a {
  color: var(--Text);
}
.blog-single .blog-single-bottom .social .none-style {
  padding-right: 20px;
  gap: 4px;
}

/*------------ map ---------------- */
.wg-location {
  padding-bottom: 130px;
}
.wg-location .box-map {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-location .box-map .map {
  height: 500px;
  width: 100%;
}
.wg-location .box-map .map .marker {
  background-image: url("../images/marker.svg");
  background-size: cover;
  width: 35px;
  height: 50px;
  cursor: pointer;
}
.wg-location .box-map .map1 {
  border-radius: 50%;
  width: 370px;
  height: 370px;
}
.wg-location .box-map .map1 .marker-1 {
  background-image: url("../images/marker-1.svg");
  background-size: cover;
  width: 35px;
  height: 50px;
  cursor: pointer;
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact {
  display: none !important;
}

a.mapboxgl-ctrl-logo {
  display: none !important;
}

/*------------ widgets ---------------- */
.wg-pagination ul {
  gap: 10px;
}
.wg-pagination ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: var(--Bg);
  cursor: pointer;
  color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-pagination ul li:hover {
  background: var(--Primary);
}
.wg-pagination ul li.active {
  background: transparent;
  border: 1px solid var(--Primary);
}

.wg-blockquote {
  background-color: var(--Bg);
  padding: 42px 67px 39px 64px;
  margin-bottom: 27px;
}
.wg-blockquote cite {
  font-family: "CormorantInfant";
  color: var(--White);
  font-weight: 500;
  line-height: 28px;
  font-size: 17px;
  letter-spacing: 0.1px;
}
.wg-blockquote .note {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.wg-blockquote .note p {
  font-family: "CormorantInfant";
  letter-spacing: 0.5px;
  font-size: 17px;
  font-weight: 700;
  color: var(--White);
}

.video-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.video-wrap.page-blog-single .style-icon-play {
  visibility: visible;
  opacity: 1;
}
.video-wrap.page-blog-single .style-icon-play:hover {
  border-color: var(--Primary);
}
.video-wrap.page-blog-single .style-icon-play:hover i {
  color: var(--Primary);
}
.video-wrap img {
  object-fit: cover;
  width: 100%;
}
.video-wrap:hover .style-icon-play {
  visibility: visible;
  opacity: 1;
}
.video-wrap .style-icon-play {
  position: absolute;
  height: 90px;
  width: 90px;
  border: 1px solid var(--White);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-wrap .style-icon-play i {
  color: var(--White);
  font-size: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comment-wrap {
  padding-top: 60px;
  padding-bottom: 37px;
  border-bottom: 1px solid var(--Border-1);
}
.comment-wrap h2 {
  margin-bottom: 25px;
}
.comment-wrap .comment-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.comment-wrap .comment-item .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.comment-wrap .comment-item .author .image img {
  border: 1px solid var(--Primary);
  border-radius: 50%;
}
.comment-wrap .comment-item .author .content .name {
  color: var(--White);
  font-family: "CormorantInfant";
  font-size: 18px;
  letter-spacing: 0.2px;
}
.comment-wrap .comment-item .author .content .time {
  color: var(--Primary);
  font-size: 13px;
}
.comment-wrap .comment-item .tf-btn {
  padding: 5px 20px 5px 20px;
  gap: 5px;
}
.comment-wrap .comment {
  letter-spacing: 0.2px;
}

.post-comment-wrap {
  padding-top: 56px;
}
.post-comment-wrap h2 {
  margin-bottom: 22px;
}
.post-comment-wrap p {
  margin-bottom: 24px;
}
.post-comment-wrap #form-post-comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.post-comment-wrap #form-post-comment .cols {
  margin-bottom: 31px;
}
.post-comment-wrap #form-post-comment .cols textarea {
  margin-bottom: 19px;
}
.post-comment-wrap #form-post-comment .btn-post-cmt {
  letter-spacing: 1.7px;
  padding: 13px 35px 10px 32px;
}
.post-comment-wrap #form-post-comment .btn-post-cmt:hover {
  background-color: var(--Primary);
  color: var(--White);
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--White);
  border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.progress-wrap::after {
  position: absolute;
  content: "\e916";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: var(--Black);
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Black);
  stroke-width: 2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.wg-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
}
.wg-counter .number-counter {
  text-align: center;
  color: var(--Primary);
  width: 25%;
}
.wg-counter .number-counter:not(:last-child) {
  position: relative;
}
.wg-counter .number-counter:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 82px;
  top: 29px;
  right: -63px;
  background-color: var(--Border-1);
}
.wg-counter .number-counter .counter-content {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  font-family: "CormorantInfant";
  margin-bottom: 5px;
}
.wg-counter .number-counter p {
  font-size: 17px;
  line-height: 38px;
}

.wg-box-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  max-width: 415px;
}
.wg-box-icon .image-wrap {
  margin-bottom: 32px;
}
.wg-box-icon .image-wrap img {
  width: 60px;
  height: 60px;
}
.wg-box-icon::before {
  position: absolute;
  content: "";
  top: 60%;
  width: 84px;
  height: 1px;
  bottom: 0;
  background-color: var(--Primary);
}
.wg-box-icon h3 {
  margin-bottom: 47px;
  position: relative;
  letter-spacing: 0.3px;
  width: 100%;
}
.wg-box-icon.style-2 {
  padding: 0px;
}
.wg-box-icon.style-2 .image-icon {
  margin-bottom: 20px;
}
.wg-box-icon.style-2 .image-icon img {
  width: auto !important;
}
.wg-box-icon.style-2 p {
  max-width: 100% !important;
}
.wg-box-icon.style-2 h3 {
  padding-bottom: 0px !important;
}
.wg-box-icon.style-2 h3::after {
  content: none;
}

.wg-product-item {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: unset;
  justify-content: space-between;
  flex-direction: column;
}
.wg-product-item:hover .icon-wrap .add-to-cart,
.wg-product-item:hover .icon-wrap .like {
  transform: translateY(-20px) !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.wg-product-item:hover .content .product-name::after {
  width: 10%;
}
.wg-product-item:hover .content .product-name::before {
  width: 10%;
}
.wg-product-item .image-wrap {
  position: relative;
  margin-bottom: 32px;
  height: 100%;
}
.wg-product-item .image-wrap img {
  width: 100%;
  max-height: 425px;
  object-fit: cover;
}
.wg-product-item .image-wrap .icon-wrap {
  position: absolute;
  bottom: 0px;
  left: 36%;
  gap: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wg-product-item .image-wrap .icon-wrap .add-to-cart {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(0px);
  visibility: hidden;
  opacity: 0;
}
.wg-product-item .image-wrap .icon-wrap .like {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(0px);
  visibility: hidden;
  opacity: 0;
}
.wg-product-item .image-wrap .icon-wrap .add-to-cart,
.wg-product-item .image-wrap .icon-wrap .like {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--Secondary);
}
.wg-product-item .image-wrap .icon-wrap .add-to-cart i,
.wg-product-item .image-wrap .icon-wrap .like i {
  display: inline-block;
  padding: 10px;
}
.wg-product-item .content .product-name {
  position: relative;
  margin-bottom: 7px;
}
.wg-product-item .content .product-name::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 30px;
  width: 0;
  height: 1px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-product-item .content .product-name::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 0;
  height: 1px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-product-item .content .type {
  margin-bottom: 13px;
}
.wg-product-item .content .type a {
  color: var(--Text);
}
.wg-product-item .content .price {
  font-size: 20px;
  line-height: 26px;
  color: var(--Primary);
}
.wg-product-item.style-2 .image-wrap {
  position: relative;
}
.wg-product-item.style-2 .image-wrap .on-sale-wrap {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  top: 20px;
  right: 20px;
  left: 20px;
}
.wg-product-item.style-2 .image-wrap .on-sale-wrap .on-sale-item {
  background-color: var(--Secondary);
  color: var(--White);
  padding: 4px 20px;
  font-size: 13px;
  line-height: 26px;
}
.wg-product-item.style-2 .content .price .sale {
  color: var(--Text-2);
  padding-right: 10px;
}

.hover-img .image-wrap {
  overflow: hidden;
}
.hover-img .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 2s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 2s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.hover-img:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.wg-pricing {
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--Border-1);
  padding: 42px 10px 10px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-pricing:hover {
  background-color: var(--Secondary);
}
.wg-pricing .pricing-price .type-plan {
  color: var(--Primary);
  margin-bottom: 11px;
  letter-spacing: 2px;
}
.wg-pricing .pricing-price .price {
  color: var(--White);
  margin-bottom: 11px;
}
.wg-pricing .pricing-price .per-month {
  color: var(--White);
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.wg-pricing .sub {
  padding: 22px 18px 24px 18px;
  border-top: 1px solid var(--Border-1);
  border-bottom: 1px solid var(--Border-1);
  margin: 0px -10px;
}
.wg-pricing .benefit-list {
  padding: 47px 0px 48px 0px;
}
.wg-pricing .benefit-list .item {
  color: var(--Primary);
}
.wg-pricing .benefit-list .item.line-through {
  text-decoration: line-through;
  color: var(--White);
}
.wg-pricing .benefit-list .item:not(:last-child) {
  margin-bottom: 20px;
}
.wg-pricing .btn-get-stared {
  padding: 10px 0px;
}

.portfolio-item {
  max-width: 445px;
  max-height: 415px;
  position: relative;
}
.portfolio-item:hover .image-wrap img {
  filter: blur(2px);
}
.portfolio-item:hover .image-wrap h3 {
  visibility: hidden;
  bottom: 0px;
  opacity: 0;
}
.portfolio-item:hover .content {
  top: 20px !important;
  bottom: 20px !important;
  visibility: visible;
  opacity: 1;
}
.portfolio-item .image-wrap {
  position: relative;
}
.portfolio-item .image-wrap h3 {
  position: absolute;
  text-align: center;
  bottom: 25px;
  right: 25px;
  left: 25px;
  background-color: var(--Secondary);
  padding: 15px 0px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-item .image-wrap img {
  width: 100%;
  max-height: 415px;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-item .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  text-align: center;
  top: 0px;
  bottom: 50px;
  right: 25px;
  left: 25px;
  padding: 70px 15px 15px 15px;
  background-color: var(--Secondary);
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-item .content h3 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.portfolio-item .content h3::after {
  content: "";
  position: absolute;
  width: 40%;
  left: 35%;
  bottom: 0;
  border-bottom: 1px solid var(--Primary);
}
.portfolio-item .content .text {
  max-width: 275px;
  margin: 0px auto auto auto;
}
.portfolio-item .content .btn-view-more {
  padding: 10px 0px;
}
.portfolio-item.style-2 {
  max-height: none;
}
.portfolio-item.style-2 .image-wrap img {
  height: 100%;
  max-height: 470px;
}
.portfolio-item.style-2 .content {
  padding: 80px 50px;
  right: 20px;
  left: 20px;
  bottom: 40px;
  top: 0px;
}
.portfolio-item.style-2 .content .title {
  padding: 0px;
  margin-bottom: 2px;
  font-size: 27px;
}
.portfolio-item.style-2 .content .title::after {
  content: none;
}
.portfolio-item.style-2 .content .sub-title {
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 20px;
  color: var(--Primary);
  font-size: 13px;
}
.portfolio-item.style-2 .content .sub-title::after {
  content: "";
  position: absolute;
  width: 40%;
  left: 35%;
  bottom: 0;
  border-bottom: 1px solid var(--Primary);
}
.portfolio-item.style-2 .content .text {
  margin: 0px auto 49px auto !important;
}

.wg-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 32px;
}
.wg-quantity .quantity {
  width: 66px;
  height: 50px;
  background-color: transparent;
  position: relative;
}
.wg-quantity .quantity input {
  padding: 0 0 0 16px !important;
  color: var(--White) !important;
  border: 1px solid var(--Primary) !important;
}
.wg-quantity .quantity .plus-btn {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 15px;
  color: var(--White);
  cursor: pointer;
}
.wg-quantity .quantity .minus-btn {
  position: absolute;
  bottom: 7px;
  right: 15px;
  font-size: 15px;
  color: var(--White);
  cursor: pointer;
}
.wg-quantity .btn-add {
  padding: 10px 30px;
}

.our-menu {
  max-width: 500px;
  margin-left: auto;
}
.our-menu .title {
  margin-bottom: 30px;
}
.our-menu .menu-list .item .food {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 5px;
}
.our-menu .menu-list .item .food::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 179px;
  width: 53%;
  height: 1px;
  border: 1px dashed var(--Border-1);
}
.our-menu .menu-list .item .food .name.recommend i {
  margin-left: 3px;
  opacity: 1;
}
.our-menu .menu-list .item .food .name i {
  font-size: 15px;
  color: var(--Primary);
  opacity: 0;
}
.our-menu .menu-list .item .food .price {
  font-family: "CormorantInfant";
  font-size: 25px;
  color: var(--White);
}
.our-menu .menu-list .item .ingredient {
  color: var(--Primary);
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 22px;
}
.our-menu .menu-list .item .ingredient::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--Primary);
}
.our-menu.style-2 {
  margin-left: 0px;
}

.wg-shop-detail .image-wrap .image-top {
  margin-bottom: 29px;
}
.wg-shop-detail .image-wrap .image-top img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wg-shop-detail .image-wrap .image-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
.wg-shop-detail .image-wrap .image-bottom img {
  max-width: 170px;
  max-height: 170px;
  object-fit: cover;
}
.wg-shop-detail .content {
  padding-top: 31px;
  max-width: 545px;
  padding-left: 3px;
  width: 100%;
  margin-left: auto;
}
.wg-shop-detail .content .title {
  font-size: 36px;
  margin-bottom: 8px;
}
.wg-shop-detail .content .price {
  color: var(--Primary);
  margin-bottom: 20px;
  font-size: 20px;
}
.wg-shop-detail .content .ratings {
  position: relative;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--Border-1);
  margin-bottom: 23px;
  display: flex;
}
.wg-shop-detail .content .ratings i {
  font-size: 20px;
  color: var(--Primary);
}
.wg-shop-detail .content .desc {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Border-1);
}
.wg-shop-detail .content .title-quantity {
  margin-bottom: 24px;
}
.wg-shop-detail .content .add-wishlist {
  padding-bottom: 21px;
  border-bottom: 1px solid var(--Border-1);
  margin-bottom: 28px;
  cursor: pointer;
}
.wg-shop-detail .content .add-wishlist span {
  color: var(--White);
}
.wg-shop-detail .content .add-wishlist i {
  padding-right: 3px;
  color: var(--White);
}
.wg-shop-detail .content .add-wishlist i.active {
  color: var(--Primary);
}
.wg-shop-detail .content .more-infor {
  padding-bottom: 29px;
  border-bottom: 1px solid var(--Border-1);
  margin-bottom: 27px;
}
.wg-shop-detail .content .more-infor .list .item {
  color: var(--White);
}
.wg-shop-detail .content .more-infor .list .item span {
  color: var(--Text);
  padding-left: 3px;
}
.wg-shop-detail .content .more-infor .list .item a {
  color: var(--Text);
}
.wg-shop-detail .content .more-infor .list .item:not(:last-child) {
  margin-bottom: 10px;
}
.wg-shop-detail .content .social {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.wg-shop-detail .content .social h3 {
  padding-right: 20px;
}

.author-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.author-item .author-image img {
  max-width: 80px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}
.author-item .author-infor .name {
  font-family: "CormorantInfant";
  color: var(--Primary);
  font-size: 21px;
}
.author-item .author-infor .duty {
  font-size: 13px;
  font-style: italic;
}

.history-main {
  position: relative;
}
.history-main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 1px;
  height: 100%;
  background-color: var(--Border-1);
}

.history-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 73px 0px 50px;
  position: relative;
}
.history-box:not(:last-child) {
  border-bottom: 1px solid var(--Border-1);
}
.history-box::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 49.5%;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: var(--Primary);
}
.history-box .video-wrap {
  margin: 0px;
}
.history-box .video-wrap img {
  max-width: 500px;
}
.history-box .history-content {
  position: relative;
  max-width: 500px;
}
.history-box .history-content .year {
  font-size: 30px;
  font-style: italic;
  color: var(--Primary);
  margin-bottom: 19px;
}
.history-box .history-content .title-history {
  margin-bottom: 19px;
  font-size: 40px !important;
  letter-spacing: 2px;
}
.history-box .history-content .text-1 {
  margin-bottom: 20px;
}
.history-box .history-content.style-right::before {
  position: absolute;
  content: "";
  top: 47.5%;
  left: -93px;
  width: 40px;
  height: 1px;
  background-color: var(--Border-1);
}
.history-box .history-content.style-left::before {
  position: absolute;
  content: "";
  top: 50.9%;
  right: -85px;
  width: 40px;
  height: 1px;
  background-color: var(--Border-1);
}

.box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.box-item.style-2 .line {
  height: 50px;
  width: 1px;
  background-color: var(--Primary);
  margin-bottom: 10px;
}

.wg-404 {
  padding: 201px 0px 150px 0px;
}
.wg-404 .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.wg-404 .content .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  padding-left: 7px;
  position: relative;
}
.wg-404 .content .title img {
  z-index: 101;
}
.wg-404 .content .title::after {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 200px var(--Primary);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 100;
  background-color: var(--Primary);
}
.wg-404 .content .title .number {
  font-size: 260px;
  line-height: 200px;
  font-family: "CormorantInfant";
  font-weight: 700;
  color: var(--White);
}
.wg-404 .content .title .number.s1 {
  padding-right: 37px;
}
.wg-404 .content .title .number.s2 {
  padding-left: 43px;
}
.wg-404 .content .not-found {
  font-size: 45px !important;
  margin-bottom: 12px;
}
.wg-404 .content .desc {
  margin-bottom: 50px;
  letter-spacing: 0.7px;
}
.wg-404 .content .btn-back {
  padding: 10px 31px;
  letter-spacing: 2px;
}

.wg-chef-signature {
  max-width: 270px;
  background-color: var(--Bg-1);
  padding: 20px 15px 20px 15px;
  position: relative;
}
.wg-chef-signature::before {
  position: absolute;
  content: "";
  top: -35px;
  left: 50%;
  height: 70px;
  width: 1px;
  background-color: var(--Primary);
}
.wg-chef-signature .content-chef {
  border: 1px solid var(--Border-1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 43px 16px;
}
.wg-chef-signature .content-chef .image-chef {
  margin-bottom: 10px;
}
.wg-chef-signature .content-chef .image-chef img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
}
.wg-chef-signature .content-chef .name-chef {
  color: var(--White);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1px;
  white-space: nowrap;
}
.wg-chef-signature .content-chef .duty {
  font-size: 13px;
  margin-bottom: 14px;
}
.wg-chef-signature.style-2 {
  max-width: max-content;
  background-color: transparent;
  padding: 0px;
}
.wg-chef-signature.style-2::before {
  content: none;
}
.wg-chef-signature.style-2 .content-chef {
  gap: 31px;
  flex-direction: row;
  padding: 0px;
  border: none;
}
.wg-chef-signature.style-2 .content-chef .image-chef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  flex-shrink: 0;
}
.wg-chef-signature.style-2 .content-chef .image-chef img {
  max-width: 82px;
  max-height: 82px;
}
.wg-chef-signature.style-2 .content-chef .duty {
  margin: 0px;
}

.wg-slider-product {
  padding: 0px 50px;
  position: relative;
  white-space: nowrap;
}
.wg-slider-product .page-product-slider .swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.wg-slider-product .page-product-slider .swiper-wrapper .swiper-slide.swiper-slide-active .product-item .image::after {
  box-shadow: 0px 0px 45px 20px var(--Primary) !important;
}
.wg-slider-product .page-product-slider .swiper-wrapper .swiper-slide.swiper-slide-active .product-item .name-product::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
.wg-slider-product .page-product-slider .swiper-wrapper .swiper-slide .product-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wg-slider-product .page-product-slider .swiper-wrapper .swiper-slide .product-item .image img {
  z-index: 101;
  position: relative;
}
.wg-slider-product .page-product-slider .swiper-wrapper .swiper-slide .product-item .image::after {
  box-shadow: 0px 0px 0px 0px var(--Primary);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  top: 35%;
  left: 47%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 100;
}
.wg-slider-product .page-product-slider .swiper-wrapper .swiper-slide .product-item .name-product {
  font-family: "CormorantInfant";
  font-size: 25px;
  color: var(--White);
  font-weight: 700;
  position: relative;
  line-height: 45px;
}
.wg-slider-product .page-product-slider .swiper-wrapper .swiper-slide .product-item .name-product::after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background-color: var(--Primary);
}
.wg-slider-product .btn-slider-product {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.wg-slider-product .btn-slider-product.btn-prev.disabled, .wg-slider-product .btn-slider-product.btn-next.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.wg-slider-product .btn-slider-product.btn-prev {
  position: absolute;
  left: 13px;
  top: 38%;
}
.wg-slider-product .btn-slider-product.btn-next {
  position: absolute;
  right: 13px;
  top: 38%;
}
.wg-slider-product.style-2 {
  padding: 0px !important;
}
.wg-slider-product.style-2 .page-product-slider-home {
  height: 531px;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 165px;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide.swiper-slide-prev .image img, .wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide.swiper-slide-next .image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 233px;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide.swiper-slide-active .product-item .image {
  margin-bottom: 31px;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide.swiper-slide-active .product-item .image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 332px;
  max-width: 326px;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide.swiper-slide-active .product-item .image::after {
  box-shadow: 0px 0px 45px 20px var(--Primary) !important;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide.swiper-slide-active .product-item .name-product {
  visibility: visible;
  opacity: 1;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide.swiper-slide-active .product-item .text {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .product-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .product-item .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .product-item .image img {
  z-index: 101;
  position: relative;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .product-item .image::after {
  box-shadow: 0px 0px 0px 0px var(--Primary);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  top: 42%;
  left: 47%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 100;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .product-item .name-product {
  font-family: "CormorantInfant";
  font-size: 25px;
  color: var(--White);
  font-weight: 700;
  position: relative;
  line-height: 45px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .product-item .name-product::before {
  position: absolute;
  content: "";
  bottom: 21px;
  left: -60px;
  height: 1px;
  width: 25%;
  background-color: var(--Primary);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .product-item .name-product::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: -60px;
  height: 1px;
  width: 25%;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-slider-product.style-2 .page-product-slider-home .swiper-wrapper .swiper-slide .product-item .text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-shop-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.tf-shop-control p {
  font-size: 17px;
  line-height: 30px;
  color: var(--text);
}
.tf-shop-control .option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 23px;
}
.tf-shop-control .option .btn-list {
  font-size: 35px;
  color: var(--text);
  cursor: pointer;
}
.tf-shop-control .option .btn-grid {
  cursor: pointer;
}

.tf-control-sorting .tf-dropdown-sort {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.tf-control-sorting .tf-dropdown-sort .tf-btn {
  padding: 12px 28px 11px 31px;
}
.tf-control-sorting .tf-dropdown-sort .tf-btn i,
.tf-control-sorting .tf-dropdown-sort .tf-btn span {
  font-size: 13px;
  color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-control-sorting .tf-dropdown-sort .tf-btn:hover i,
.tf-control-sorting .tf-dropdown-sort .tf-btn:hover span {
  color: var(--Primary);
}
.tf-control-sorting .tf-dropdown-sort .dropdown-menu {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10000;
}
.tf-control-sorting .tf-dropdown-sort .dropdown-menu .select-item {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tf-control-sorting .tf-dropdown-sort .select-item {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  padding: 0 20px;
  line-height: 30px;
  width: 100%;
  border-left: 2px solid var(--White);
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-control-sorting .tf-dropdown-sort .select-item::before {
  height: 100%;
  content: "";
  width: 6px;
  position: absolute;
  z-index: 2;
  left: 2px;
  top: 0;
  background-color: var(--White);
}
.tf-control-sorting .tf-dropdown-sort .select-item.active, .tf-control-sorting .tf-dropdown-sort .select-item:hover {
  background-color: var(--Text-top-bar);
  border-left: 2px solid var(--Black);
}

/*------------ sections ---------------- */
.tf-spacing-1 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.tf-spacing-2 {
  padding-top: 136px;
  padding-bottom: 136px;
}

.tf-spacing-3 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.tf-spacing-4 {
  padding-top: 0px;
  padding-bottom: 135px;
}

.tf-spacing-5 {
  padding-top: 135px;
  padding-bottom: 0px;
}

.tf-spacing-6 {
  padding-top: 100px;
  padding-bottom: 135px;
}

.tf-spacing-7 {
  padding-top: 75px;
  padding-bottom: 135px;
}

.tf-spacing-8 {
  padding-top: 0px;
  padding-bottom: 75px;
}

.tf-spacing-9 {
  padding-top: 135px;
  padding-bottom: 150px;
}

.tf-spacing-10 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.tf-spacing-11 {
  padding-top: 140px;
  padding-bottom: 111px;
}

.tf-spacing-12 {
  padding-top: 135px;
  padding-bottom: 131px;
}

.tf-spacing-13 {
  padding-top: 129px;
  padding-bottom: 136px;
}

.tf-spacing-14 {
  padding-top: 127px;
  padding-bottom: 136px;
}

.tf-spacing-15 {
  padding-top: 0px;
  padding-bottom: 105px;
}

.tf-spacing-16 {
  padding-top: 0px;
  padding-bottom: 146px;
}

.grid-layout-2 {
  display: grid;
  gap: 31px 29px;
  grid-template-columns: repeat(2, 1fr);
}

.grid-layout-3 {
  display: grid;
  gap: 31px 30px;
  grid-template-columns: repeat(3, 1fr);
}
.grid-layout-3.style-2 {
  gap: 69px 30px;
}

.main-content.has-bg {
  background-color: var(--Secondary);
}

.page-title.page-portfolio .wrap-content {
  background-image: url("../images/portfolio.jpg");
  background-position: bottom;
}
.page-title.page-shop-detail .wrap-content {
  background-image: url("../images/shop-detail.jpg");
  background-position: bottom;
}
.page-title.page-history .wrap-content {
  background-image: url("../images/history.jpg");
  background-position: top;
}
.page-title.page-meet-the-chef .wrap-content {
  background-image: url("../images/meet-the-chef.jpg");
  background-position: center;
}
.page-title.page-our-menu .wrap-content {
  background-image: url("../images/our-menu.jpg");
  background-position: bottom;
}
.page-title.page-our-services .wrap-content {
  background-image: url("../images/our-service.jpg");
  background-position: bottom;
}
.page-title.page-shop .wrap-content {
  background-image: url("../images/shop-detail.jpg");
  background-position: bottom;
}

.fade-item {
  transform: translateY(100px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.heading-section {
  text-align: center;
  position: relative;
}
.heading-section.has-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.heading-section.has-line .text {
  margin-bottom: 30px;
}
.heading-section.has-line::after {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  background-color: var(--Primary);
  bottom: 0;
}
.heading-section .sub-title {
  color: var(--Primary);
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.heading-section .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.heading-section .title.text-left {
  text-align: left;
}

.page-title-home {
  position: relative;
}
.page-title-home .slider-page-title-home .swiper-slide.swiper-slide-active .home-slider .content .fade-item-1 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}
.page-title-home .slider-page-title-home .swiper-slide.swiper-slide-active .home-slider .content .fade-item-2 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.page-title-home .slider-page-title-home .swiper-slide.swiper-slide-active .home-slider .content .fade-item-3 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}
.page-title-home .slider-page-title-home .swiper-slide.swiper-slide-active .home-slider .content .fade-item-4 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.6s;
}
.page-title-home .slider-page-title-home .home-slider {
  position: relative;
}
.page-title-home .slider-page-title-home .home-slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.page-title-home .slider-page-title-home .home-slider .content {
  position: absolute;
  z-index: 11;
}
.page-title-home .slider-page-title-home .home-slider.style-1 .content {
  top: 0;
  left: 0;
  padding: 153px 0px 0px 177px;
}
.page-title-home .slider-page-title-home .home-slider.style-1 .content .title {
  font-size: 61px;
  margin-bottom: 18px;
}
.page-title-home .slider-page-title-home .home-slider.style-1 .content .sub-title {
  font-size: 16px !important;
  margin-bottom: 45px;
  color: var(--White);
  opacity: 0.8;
  letter-spacing: 0.8px;
}
.page-title-home .slider-page-title-home .home-slider.style-1 .content .btn-readmore {
  letter-spacing: 2px;
  padding: 13px 32px 10px 32px !important;
}
.page-title-home .slider-page-title-home .home-slider.style-1 .content .text {
  color: var(--White);
  margin-bottom: 40px;
}
.page-title-home .slider-page-title-home .home-slider.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title-home .slider-page-title-home .home-slider.style-2 .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 0px 15px;
}
.page-title-home .slider-page-title-home .home-slider.style-2 .content .sub-title {
  margin-bottom: 36px;
  letter-spacing: 0.8px;
}
.page-title-home .slider-page-title-home .home-slider.style-2 .content .title {
  margin-bottom: 20px;
  font-size: 65px;
}
.page-title-home .slider-page-title-home .home-slider.style-2 .content .text {
  font-size: 18px;
  margin-bottom: 46px;
}
.page-title-home .btn-slider-home.btn-prev {
  position: absolute;
  top: 49%;
  left: -61px;
  z-index: 100;
}
.page-title-home .btn-slider-home.btn-next {
  position: absolute;
  top: 49%;
  right: -55px;
  z-index: 100;
}
.page-title-home.style-home-2 .slider-page-title-home {
  position: relative;
}
.page-title-home.style-home-2 .slider-page-title-home .home-slider img {
  width: 100%;
}
.page-title-home.style-home-2 .slider-page-title-home .home-slider .content .sub-title {
  color: var(--Primary);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.page-title-home.style-home-2 .slider-page-title-home .home-slider .content .title {
  text-transform: uppercase;
}
.page-title-home.style-home-2 .btn-slider-home.btn-prev {
  position: absolute;
  top: 48%;
  left: 47px;
  z-index: 100;
}
.page-title-home.style-home-2 .btn-slider-home.btn-next {
  position: absolute;
  top: 48%;
  right: 51px;
  z-index: 100;
}

.box-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
  gap: 26px;
}
.box-list .wg-box-icon {
  width: 25%;
}
.box-list .wg-box-icon:not(:last-child) {
  position: relative;
}
.box-list .wg-box-icon:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -14px;
  top: 22%;
  height: 55%;
  width: 1px;
  background-color: var(--Border-1);
}

.section-discovery-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--Bg-1);
  position: relative;
}
.section-discovery-product .heading-section .sub-title {
  margin-bottom: 10px;
}
.section-discovery-product .heading-section .title {
  letter-spacing: 0px;
}
.section-discovery-product::before {
  position: absolute;
  content: "";
  background-image: url("../images/discovery-2.png");
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: 0;
}
.section-discovery-product::after {
  position: absolute;
  content: "";
  background-image: url("../images/discovery-1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.section-discovery-product .wg-slider-product {
  position: relative;
  z-index: 5;
}
.section-discovery-product .bottom-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.section-discovery-product .bottom-section .text {
  margin-bottom: 20px;
}
.section-discovery-product .bottom-section .btn-view-more {
  letter-spacing: 2px;
  padding-bottom: 4px;
}

.section-box-about-us .box-about-us {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: none;
}
.section-box-about-us .box-about-us .image {
  position: relative;
  width: max-content;
  width: 50%;
  margin-left: -19px;
}
.section-box-about-us .box-about-us .image .image-1 {
  position: relative;
  z-index: 8;
  object-fit: cover;
  max-width: 847px;
  width: 100%;
  height: 100%;
  max-height: 810px;
}
.section-box-about-us .box-about-us .image .image-2 {
  position: absolute;
  width: 100%;
  max-width: 718px;
  object-fit: cover;
  z-index: 10;
  top: 72px;
  left: 64px;
  object-fit: cover;
}
.section-box-about-us .box-about-us .image .image-2:hover {
  z-index: 15;
}
.section-box-about-us .box-about-us .image .image-3 {
  position: absolute;
  z-index: 10;
  top: 146px;
  left: 608px;
  object-fit: cover;
}
.section-box-about-us .box-about-us .content {
  width: 50%;
}
.section-box-about-us .box-about-us .content .title {
  font-size: 45px;
  margin-bottom: 20px;
}
.section-box-about-us .box-about-us .content .text-1 {
  margin-bottom: 20px;
}
.section-box-about-us .box-about-us .content .text-2 {
  margin-bottom: 43px;
}

.section-box-history {
  position: relative;
}
.section-box-history.page-about-us .content {
  padding-top: 99px;
}
.section-box-history::before {
  content: "";
  position: absolute;
  background-image: url("../images/discovery-3.png");
  background-repeat: no-repeat;
  background-position: left calc(100% - 100px);
  width: 100%;
  height: 100%;
}
.section-box-history .content {
  padding-top: 86px;
}
.section-box-history .content .title {
  font-size: 45px;
  margin-bottom: 22px;
}
.section-box-history .content .text-1 {
  margin-bottom: 47px;
}
.section-box-history .content .btn-read-more {
  letter-spacing: 2px;
}
.section-box-history .image {
  max-width: 500px;
  margin-left: 70px;
  position: relative;
}
.section-box-history .image .wg-chef-signature {
  position: absolute;
  top: -50px;
  right: -100px;
}

.section-service {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 155px;
}
.section-service .heading-section {
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 37px;
}
.section-service .heading-section .sub-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.section-service .heading-section .title {
  font-size: 45px;
}
.section-service .line {
  width: 1px;
  height: 100px;
  background-color: var(--Primary);
}
.section-service .slider-sevice-list-4 .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-service .service-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.service-item {
  max-width: 440px;
  padding: 20px;
  border: 1px solid var(--Border-1);
  cursor: pointer;
}
.service-item:hover .image::after {
  height: 100%;
}
.service-item:hover .image::before {
  height: 100%;
  transition-delay: 0.2s;
}
.service-item br {
  display: none;
}
.service-item .image {
  position: relative;
}
.service-item .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item img {
  width: 100%;
  position: relative;
}
.service-item .content {
  padding-top: 45px;
}
.service-item .content .title {
  margin-bottom: 19px;
  font-size: 30px;
}
.service-item .content .sub-title {
  margin-bottom: 47px;
  padding: 0px 30px;
}
.service-item.style-2 .content {
  padding: 20px 0px 20px;
}

.section-counter {
  padding-bottom: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.section-counter::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  background-color: var(--Border-1);
}
.section-discovery-shop {
  padding-top: 126px;
  padding-bottom: 86px;
}
.section-discovery-shop.page-shop {
  padding-top: 127px;
  padding-bottom: 0px;
}
.section-discovery-shop.page-shop .btn-discovery-shop.btn-prev {
  top: 55% !important;
}
.section-discovery-shop.page-shop .btn-discovery-shop.btn-next {
  top: 55% !important;
}
.section-discovery-shop.home-2 {
  padding-top: 88px;
  padding-bottom: 133px;
}
.section-discovery-shop .discovery-shop-wrap {
  position: relative;
}
.section-discovery-shop .discovery-shop-wrap .heading-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 75px;
}
.section-discovery-shop .discovery-shop-wrap .heading-section .sub-title {
  margin-bottom: 14px;
}
.section-discovery-shop .discovery-shop-wrap .heading-section .title {
  margin-bottom: 10px !important;
  font-size: 45px;
}
.section-discovery-shop .discovery-shop-wrap .heading-section .desc {
  margin-bottom: 24px;
}
.section-discovery-shop .discovery-shop-wrap .heading-section::after {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  background-color: var(--Primary);
  bottom: 0;
}
.section-discovery-shop .discovery-shop-wrap .discovery-shop-3 {
  margin-bottom: 46px;
}
.section-discovery-shop .discovery-shop-wrap .btn-discovery-shop {
  position: absolute;
}
.section-discovery-shop .discovery-shop-wrap .btn-discovery-shop.btn-prev {
  top: 49%;
  left: -95px;
}
.section-discovery-shop .discovery-shop-wrap .btn-discovery-shop.btn-prev.home-1 {
  top: 55%;
}
.section-discovery-shop .discovery-shop-wrap .btn-discovery-shop.btn-next {
  top: 49%;
  right: -95px;
}
.section-discovery-shop .discovery-shop-wrap .btn-discovery-shop.btn-next.home-1 {
  top: 55%;
}
.section-discovery-shop .discovery-shop-wrap .btn-view-all {
  margin: 0px auto;
}

.discovery-now {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 94px 0px 100px 0px;
  background-image: url("../images/bg-discovery-shop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.discovery-now::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.discovery-now .title {
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
}
.discovery-now .btn-discovery {
  padding: 12px 32px 11px 32px;
}

.section-testimonials {
  padding-top: 0PX;
  padding-bottom: 130px;
}
.section-testimonials .swiper-wrapper {
  margin-bottom: 57px;
}
.section-testimonials .swiper-wrapper .testimonials-item {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-testimonials .swiper-wrapper .testimonials-item .swiper-slide {
  height: 100%;
}
.section-testimonials .swiper-wrapper .testimonials-item .content .icon-quote {
  margin-bottom: 41px;
}
.section-testimonials .swiper-wrapper .testimonials-item .content .text {
  font-size: 25px;
  color: var(--White);
  margin-bottom: 21px;
  letter-spacing: 0.5px;
  line-height: 33px;
}
.section-testimonials .swiper-wrapper .testimonials-item .content .sub-text {
  letter-spacing: 0.9px;
  line-height: 31px;
  margin-bottom: 40px;
}

.section-meet-team {
  padding-top: 120px;
  background-color: var(--Bg-1);
  position: relative;
}
.section-meet-team .box-meet-team {
  margin-left: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.section-meet-team .box-meet-team .content-left {
  position: relative;
  z-index: 1;
}
.section-meet-team .box-meet-team .content-left .heading-section {
  text-align: start;
  margin-bottom: 44px;
}
.section-meet-team .box-meet-team .content-left .heading-section .sub-title {
  margin-bottom: 10px;
}
.section-meet-team .box-meet-team .content-left .heading-section .title {
  font-size: 45px;
  margin-bottom: 22px;
}
.section-meet-team .image-right {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: -19px;
}
.section-meet-team .image-right .image-2 {
  flex-shrink: 0;
  height: 100%;
  object-fit: cover;
}
.section-meet-team .image-right .image-1 {
  position: absolute;
  left: -85px;
}

.section-video-wrap {
  padding-bottom: 93px;
}
.section-video-wrap .video-wrap {
  margin-bottom: 0px !important;
  margin: 0px -15px;
}
.section-video-wrap .video-wrap a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-video-wrap .video-wrap a {
  visibility: visible;
  opacity: 1;
}
.section-video-wrap .video-wrap a:hover {
  border-color: var(--Primary);
}
.section-video-wrap .video-wrap a:hover i {
  color: var(--Primary);
}

.section-our-news {
  padding-bottom: 135px;
  padding-top: 135px;
}
.section-our-news.home-2 {
  padding-top: 129px;
}
.section-our-news .heading-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 67px;
}
.section-our-news .heading-section .sub-title {
  margin-bottom: 14px;
}
.section-our-news .heading-section .title {
  margin-bottom: 10px !important;
  font-size: 45px;
}
.section-our-news .heading-section .desc {
  margin-bottom: 24px;
}
.section-our-news .heading-section::after {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  background-color: var(--Primary);
  bottom: 0;
}
.section-our-news .wg-blog {
  margin-bottom: 0px;
}
.section-our-news .btn-our-news {
  position: absolute;
}
.section-our-news .btn-our-news.btn-next {
  top: 65%;
  right: -80px;
}
.section-our-news .btn-our-news.btn-prev {
  top: 65%;
  left: -80px;
}

.gallary-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gallary-item:hover .icon-ig {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.gallary-item .icon-ig {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 70px;
  height: 70px;
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--Black);
}
.gallary-item .icon-ig:hover i {
  color: var(--Primary);
}
.gallary-item .icon-ig i {
  color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-infor-store {
  padding-top: 133px;
  padding-bottom: 0px;
}
.section-infor-store.home-2 {
  padding-top: 117px;
  padding-bottom: 126px;
}
.section-infor-store.home-2 .infor-left,
.section-infor-store.home-2 .infor-right {
  padding-top: 35px;
  justify-content: unset;
}
.section-infor-store .image-center {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-infor-store .image-center img {
  position: relative;
  z-index: 100;
}
.section-infor-store .image-center::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1px;
  background-color: var(--Primary);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 140px 100px var(--Primary);
  z-index: 99;
}
.section-infor-store .infor-left,
.section-infor-store .infor-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 49px;
  padding-bottom: 30px;
  text-align: center;
  flex-direction: column;
  width: 100%;
}
.section-infor-store .infor-left:hover .btn-double-text,
.section-infor-store .infor-right:hover .btn-double-text {
  transform: translateY(-200%);
}
.section-infor-store .infor-left:hover .btn-double-text:before,
.section-infor-store .infor-right:hover .btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1;
}
.section-infor-store .infor-left .line,
.section-infor-store .infor-right .line {
  width: 1px;
  height: 50px;
  background-color: var(--Primary);
  margin-bottom: 22px;
}
.section-infor-store .infor-left .title,
.section-infor-store .infor-right .title {
  margin-bottom: 10px;
}
.section-infor-store .infor-left p,
.section-infor-store .infor-right p {
  margin-bottom: 9px;
}
.section-infor-store .infor-left p.text-2,
.section-infor-store .infor-right p.text-2 {
  margin-bottom: 44px;
}

.section-portfolio .portfolio-slider {
  padding: 31px 41px 41px 41px;
}
.section-portfolio .portfolio-slider .swiper-wrapper {
  padding: 0px 10px;
}
.section-portfolio .portfolio-slider .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-portfolio .portfolio-slider .swiper-wrapper .swiper-slide .portfolio-item {
  width: 100%;
  height: 415px;
}
.section-portfolio .portfolio-slider .swiper-wrapper .swiper-slide .portfolio-item .image-wrap {
  height: 100%;
}
.section-portfolio .portfolio-slider .swiper-wrapper .swiper-slide .portfolio-item .image-wrap img {
  height: 100%;
}

.section-post {
  padding: 0px 50px 64px 50px;
}
.section-post .post-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.section-post .post-main .wg-post {
  width: max-content;
  position: relative;
}
.section-post .post-main .wg-post.type-2 .content {
  padding: 0px 0px 37px 59px;
}
.section-post .post-main .wg-post .image {
  position: relative;
}
.section-post .post-main .wg-post .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.section-post .post-main .wg-post .content {
  position: absolute;
  padding: 0px 0px 37px 43px;
  bottom: 0;
  left: 0;
}
.section-post .post-main .wg-post .content .sub-title {
  color: var(--White);
  text-transform: uppercase;
  margin-bottom: 22px;
  letter-spacing: 2px;
}
.section-post .post-main .wg-post .content .title {
  font-size: 40px;
  margin-bottom: 38px;
}
.section-post .post-main .wg-post .content .btn-read-more {
  padding: 12px 32px 11px 33px;
}

.section-new-product {
  padding: 0px 29px;
}
.section-new-product .intro-new-product {
  background-image: url(../images/bg.jpg);
  padding: 128px 50px 111px 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.section-new-product .intro-new-product .image {
  position: absolute;
  bottom: -135px;
  z-index: 1;
}
.section-new-product .intro-new-product .btn-view {
  position: absolute;
  bottom: 60px;
  z-index: 2;
}
.section-new-product .intro-new-product .content .sub-title {
  color: var(--White);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 8px;
  font-size: 14px;
}
.section-new-product .intro-new-product .content .title {
  font-size: 130px;
  line-height: 130px;
}

.section-counter.home-2 {
  background-color: var(--Secondary);
  z-index: 3;
  padding-top: 124px;
  padding-bottom: 33px;
}

.section-book {
  padding-bottom: 132px;
}
.section-book.page-about-us {
  padding-bottom: 126px;
}
.section-book .book-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px -15px;
  height: 426px;
}
.section-book .book-main .image-left {
  width: 100%;
  max-width: 480px;
  margin-left: -15px;
  height: auto;
}
.section-book .book-main .image-left.type-2 {
  margin-left: 0px;
}
.section-book .book-main .image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-book .book-main .wg-book {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
}
.section-book .book-main .wg-book .content-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 98px 30px 58px 60px;
  text-align: center;
  flex-direction: column;
  background-color: var(--Bg-1);
  width: 100%;
}
.section-book .book-main .wg-book .content-right.type-2 {
  padding-right: 43px;
  padding-left: 61px;
}
.section-book .book-main .wg-book .content-right .title {
  font-size: 35px;
  margin-bottom: 24px;
  white-space: nowrap;
}
.section-book .book-main .wg-book .content-right .text {
  margin-bottom: 46px;
  max-width: 356px;
}
.section-book .book-main .wg-book .content-right .btn-book {
  letter-spacing: 2px;
}

.section-title-image {
  margin-bottom: 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title-image .page-image {
  margin: 0px -18px;
  padding: 16px 18px 13px 18px;
  border: 1px solid var(--Border-1);
}
.section-title-image .page-image img {
  height: 496px;
  object-fit: cover;
}

.section-about-us {
  padding-bottom: 159px;
  position: relative;
}
.section-about-us .image img {
  width: 88%;
  object-fit: cover;
}
.section-about-us .title {
  margin-bottom: 21px;
}
.section-about-us .title.line::after {
  position: absolute;
  content: "";
  bottom: -64px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: var(--Border-1);
}
.section-about-us .text {
  margin-bottom: 19px;
}
.section-about-us .text-3 {
  margin-bottom: 43px;
}
.section-about-us.page-about-us {
  padding-bottom: 74px;
}
.section-about-us .about-us-type-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: unset;
  justify-content: unset;
  height: 100%;
}
.section-about-us .about-us-type-2 .image {
  width: 50%;
}
.section-about-us .about-us-type-2 .image img {
  width: unset;
}
.section-about-us .about-us-type-2 .content-right {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: unset;
  justify-content: unset;
  flex-direction: column;
  margin-left: -14px;
  padding-top: 79px;
}
.section-about-us .about-us-type-2 .content-right .title {
  margin-bottom: 31px;
}
.section-about-us .about-us-type-2 .content-right .text {
  margin-bottom: 17px;
}
.section-about-us .about-us-type-2 .content-right .list {
  margin-bottom: 40px;
}
.section-about-us .about-us-type-2 .content-right .list .item {
  color: var(--White);
  font-size: 15px;
  line-height: 35px;
  position: relative;
  padding-left: 17px;
}
.section-about-us .about-us-type-2 .content-right .list .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 46%;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: var(--Primary);
}

.section-partner {
  background-color: var(--Bg-1);
  padding: 60px 200px 76px 200px;
}
.section-partner .partner-slide .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-partner .partner-slide .swiper-slide a {
  width: 100%;
  height: 100%;
}
.section-partner .partner-slide .swiper-slide a .brand-color {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-partner .partner-slide .swiper-slide a:hover .brand-color {
  filter: grayscale(0%);
  opacity: 1;
}

.section-contact-us {
  padding-bottom: 128px;
}
.section-contact-us .wg-box-icon {
  position: relative;
  height: 100%;
  max-width: 100%;
}
.section-contact-us .wg-box-icon h3 {
  margin-bottom: 15px;
}
.section-contact-us .wg-box-icon::before {
  content: none;
}
.section-contact-us .wg-box-icon.none-after::after {
  content: none !important;
}
.section-contact-us .wg-box-icon::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0px;
  top: 0px;
  background-color: var(--Border-1);
}

.section-form-contact-us .heading-section {
  margin-bottom: 74px;
}
.section-form-contact-us .heading-section .sub-title {
  margin-bottom: 16px !important;
}
.section-form-contact-us .heading-section .title {
  font-size: 45px;
  margin-bottom: 9px;
}
.section-form-contact-us .heading-section .text {
  margin-bottom: 25px;
}
.section-form-contact-us .form-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-form-contact-us .form-post .text-area {
  margin-top: 34px;
}
.section-form-contact-us .form-post .btn-send {
  margin-top: 51px;
  letter-spacing: 2px;
}

.section-map {
  padding-bottom: 120px;
}
.section-map .box-map {
  width: 100%;
}

.section-chef-wrap .chef-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/bg-chef.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-chef-wrap .chef-wrap .wg-chef-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 71px;
  height: 100%;
  padding: 62px 230px 0px 151px !important;
}
.section-chef-wrap .chef-wrap .wg-chef-box .image-left {
  height: 100%;
  width: 100%;
  max-width: 370px;
}
.section-chef-wrap .chef-wrap .wg-chef-box .image-left img {
  max-width: 370px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-chef-wrap .chef-wrap .wg-chef-box .signature-center {
  padding-top: 62px;
}
.section-chef-wrap .chef-wrap .wg-chef-box .signature-center .name {
  margin-bottom: 8px;
  font-size: 44px;
}
.section-chef-wrap .chef-wrap .wg-chef-box .signature-center .duty {
  color: var(--Primary);
  text-transform: uppercase;
  margin-bottom: 58px;
  letter-spacing: 2px;
  font-size: 16px;
}
.section-chef-wrap .chef-wrap .wg-chef-box .signature-center .text {
  font-size: 25px;
  color: var(--White);
  margin-bottom: 32px;
  line-height: 40px;
  width: 81%;
}
.section-chef-wrap .chef-wrap .wg-chef-box .bio-right {
  padding-top: 62px;
  padding-left: 6px;
}
.section-chef-wrap .chef-wrap .wg-chef-box .bio-right .title {
  margin-bottom: 30px;
  font-size: 44px;
}
.section-chef-wrap .chef-wrap .wg-chef-box .bio-right .text {
  word-spacing: 1px;
}
.section-chef-wrap .chef-wrap .wg-chef-box .bio-right .text-2 {
  margin-bottom: 19px;
}
.section-chef-wrap .chef-wrap .wg-chef-box .bio-right .text-3 {
  margin-bottom: 18px;
}

.section-chef {
  padding-bottom: 65px;
}
.section-chef .image-chef {
  margin: -14px;
  padding: 12px 14px 12px 14px;
  filter: grayscale(100%);
  opacity: 0.7;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-chef .image-chef a img {
  width: 100%;
  object-fit: cover;
}
.section-chef .image-chef:hover {
  opacity: 1;
  filter: grayscale(0%);
  border: 1px solid var(--Primary);
}
.section-chef .image-chef.active {
  border: 1px solid var(--Primary);
  opacity: 1;
  filter: grayscale(0%);
}

.section-infor-chef .heading-section {
  max-width: 930px;
  margin: 0px auto;
}
.section-infor-chef .heading-section .title {
  margin-bottom: 0px;
  font-size: 34px;
}
.section-infor-chef .heading-section .sub-title {
  margin-bottom: 25px;
}
.section-infor-chef .heading-section .text {
  margin-bottom: 20px;
}

.section-menu .menu-wrap {
  padding: 75px 0px;
  display: flex;
  position: relative;
}
.section-menu .menu-wrap:not(:last-child) {
  border-bottom: 1px solid var(--Border-1);
}
.section-menu .menu-wrap:first-child::after {
  content: none;
}
.section-menu .menu-wrap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 50%;
  top: 0;
  background-color: var(--Border-1);
}
.section-menu .menu-wrap .our-menu .our-menu-scroll {
  position: absolute;
  transform: rotate(90deg);
  right: -184px;
  top: 47%;
}
.section-menu .menu-wrap .our-menu .our-menu-scroll .scroll {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-menu .menu-wrap .our-menu .our-menu-scroll .scroll p {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--White);
  padding-right: 33px;
}
.section-menu .menu-wrap .our-menu .our-menu-scroll .scroll img {
  transform: rotate(270deg);
}
.section-menu .menu-wrap .our-menu .our-menu-scroll .scroll span {
  width: 29px;
  height: 29px;
  top: 7px;
  right: -30px;
  background-color: var(--Primary);
  border-radius: 50%;
  z-index: -1;
}
.section-menu .menu-wrap .our-menu .title {
  font-size: 45px;
  line-height: 35px;
  margin-bottom: 67px;
}
.section-menu .menu-wrap .our-menu .menu-list {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 10px;
}
.section-menu .menu-wrap .our-menu .menu-list .item {
  margin-bottom: 39px;
}
.section-menu .menu-wrap .our-menu .menu-list .item .food .name {
  font-size: 27px;
}
.section-menu .menu-wrap.style-2 .our-menu {
  margin-right: auto !important;
  margin-left: 0px !important;
}

.section-enjoy .enjoy-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: none;
  justify-content: center;
  position: relative;
}
.section-enjoy .enjoy-wrap .image {
  position: relative;
  margin: 0px -15px;
}
.section-enjoy .enjoy-wrap .image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Black);
  opacity: 0.5;
}
.section-enjoy .enjoy-wrap .content {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 118px 0px 100px;
}
.section-enjoy .enjoy-wrap .content .title {
  font-size: 61px;
  margin-bottom: 18px;
}
.section-enjoy .enjoy-wrap .content .sub-title {
  margin-bottom: 45px;
  font-size: 17px;
  color: var(--White);
}

.section-main-page.page-our-services {
  padding-bottom: 154px;
}
.section-main-page.page-our-services .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-main-page.page-our-services .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 71px 30px 50px;
  flex-direction: column;
  text-align: center;
  height: 100%;
  border: 1px solid var(--Border-1);
}
.section-main-page.page-our-services .content .image-icon {
  margin-bottom: 22px;
}
.section-main-page.page-our-services .content .title {
  margin-bottom: 23px;
  padding-bottom: 13px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.section-main-page.page-our-services .content .title::after {
  position: absolute;
  content: "";
  width: 11%;
  height: 1px;
  bottom: 0;
  background-color: var(--Primary);
}
.section-main-page.page-our-services .content .text {
  max-width: 430px;
  margin-bottom: 28px;
}
.section-main-page.page-our-services .content .benefit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.section-main-page.page-our-services .content .benefit li {
  color: var(--Primary);
}
.section-main-page.page-our-services .content .btn-read-more {
  padding: 10px 47px 10px 47px !important;
}

.section-pricing {
  background-image: url("../images/our-services-bottom.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  position: relative;
}
.section-pricing .heading-section {
  position: relative;
  margin-bottom: 75px;
}
.section-pricing .heading-section .item-chocolate {
  position: absolute;
  top: -175px;
  width: 100%;
  max-width: 180px;
  max-height: 130px;
  object-fit: cover;
}
.section-pricing .heading-section .sub-title {
  margin-bottom: 15px;
}
.section-pricing .heading-section .title {
  margin-bottom: 10px;
  font-size: 45px;
}
.section-pricing .heading-section .text {
  margin-bottom: 24px;
  font-size: 14px;
}

.slider-our-product {
  padding-top: 107px;
  padding-bottom: 58px;
}

.section-product-list {
  padding-bottom: 124px;
}
.section-product-list .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px 74px 0px;
  border-top: 1px solid var(--Border-1);
  flex-wrap: wrap;
}
.section-product-list .filter p {
  color: var(--White);
  font-size: 17px;
}

.main-content.page-our-menu {
  padding-bottom: 0px;
  padding-top: 0px;
}
.main-content.page-our-menu .section-menu {
  padding-top: 0px;
}
.main-content.page-portfolio {
  padding-top: 126px;
}
.main-content.page-portfolio .wg-tabs .menu-tab {
  margin-bottom: 75px !important;
}
.main-content.page-shop-detail {
  padding-bottom: 79px;
}
.main-content.page-shop-detail .wg-shop-detail {
  margin-bottom: 42px;
}
.main-content.page-shop-detail .wg-tab .wg-tabs .menu-tab li {
  line-height: 78px !important;
}
.main-content.page-history {
  padding-bottom: 132px;
}
.main-content.page-history .title-top {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
}
.main-content.page-history .title-top .title {
  position: absolute;
  text-align: center;
  line-height: 40px;
  padding-top: 33px;
}
.main-content.page-history .title-top img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 340px;
}
.main-content.meet-the-chef {
  padding-bottom: 130px;
}
.main-content.our-services {
  padding-top: 138px;
}

/*-------------- Responsive ----------------- */
@media (min-width: 1871px) {
  .box-meet-team .content-left {
    padding: 0px 0px 0px 0px;
    max-width: 810px;
    width: 100%;
    margin: 0px auto;
  }
}
@media (min-width: 1441px) {
  .section-menu {
    padding-top: 134px !important;
  }
  .wg-book {
    width: 50%;
  }
  .wg-book .image-left {
    width: 50%;
  }
  .wg-book .content-right {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-box-about-us .content {
    padding-left: 135px;
    margin-top: -13px;
  }
  .wg-slider-product.style-2 {
    margin-top: 16px;
  }
  .history-main .history-box {
    padding: 76px 0px 49px !important;
  }
  .history-main .history-box.style-1 {
    padding: 50px 0px 49px !important;
  }
  .history-main .history-box.style-2 {
    padding: 50px 0px 75px !important;
  }
}
@media (max-width: 1870px) {
  .page-title-home .btn-prev {
    left: 25px !important;
  }
  .page-title-home .btn-next {
    right: 25px !important;
  }
  .section-box-about-us .box-about-us .image-3 {
    display: none;
  }
  .box-meet-team .content-left {
    padding: 47px 90px 60px 0px;
    width: 50%;
  }
  .box-meet-team .content-left .desc br {
    display: none;
  }
}
@media (max-width: 1689px) {
  .service-item {
    max-width: unset;
  }
  .section-enjoy .enjoy-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-enjoy .enjoy-wrap .content {
    padding: 0px !important;
  }
  .section-chef-wrap .wg-chef-box {
    gap: 50px !important;
  }
  .box-list .wg-box-icon {
    padding: 0px !important;
  }
  .box-list .wg-box-icon::after {
    background-color: transparent !important;
  }
  .section-box-about-us .box-about-us .image {
    margin-left: 0px !important;
  }
  .section-box-about-us .box-about-us .image-1 {
    display: none;
  }
  .section-box-about-us .box-about-us .image-2 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-width: none !important;
  }
  .section-box-about-us .box-about-us .content {
    padding: 15px;
  }
}
@media (max-width: 1440px) {
  .section-contact-us .box-list .wg-box-icon {
    width: 100%;
  }
  .box-list {
    flex-wrap: wrap;
    gap: 30px 100px;
  }
  .box-list .wg-box-icon {
    width: 50%;
  }
  .wg-book .image-left {
    margin-left: 0px !important;
    width: 50%;
    max-width: none !important;
  }
  .wg-book .content-right {
    width: 50%;
  }
  .top-bar {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-inner {
    justify-content: space-between;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-inner .header-center .nav-list {
    justify-content: space-between !important;
    gap: 75px !important;
    padding: 0px !important;
  }
  .header-inner .header-right {
    margin: 0px !important;
  }
  .header-inner.style-2 .header-center {
    padding-right: 0px !important;
  }
  .section-menu .menu-wrap {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-menu .menu-wrap.style-2 {
    flex-wrap: wrap-reverse;
  }
  .section-menu .menu-wrap::before {
    content: none;
  }
  .section-menu .menu-wrap .image-menu {
    width: 100%;
  }
  .section-menu .menu-wrap .image-menu img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .section-menu .menu-wrap .our-menu {
    margin-left: 0px !important;
    width: 100%;
    max-width: 100%;
  }
  .section-menu .menu-wrap .our-menu .title {
    margin-bottom: 20px;
  }
  .section-menu .menu-wrap .our-menu .our-menu-scroll {
    display: none;
  }
  .section-chef-wrap .chef-wrap {
    padding-bottom: 30px !important;
  }
  .section-chef-wrap .chef-wrap .wg-chef-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    flex-wrap: wrap;
  }
  .section-chef-wrap .chef-wrap .wg-chef-box .image-left {
    width: 50% !important;
  }
  .section-chef-wrap .chef-wrap .wg-chef-box .signature-center {
    width: 50% !important;
  }
  .book-main {
    flex-wrap: wrap;
    gap: 30px;
    height: unset !important;
  }
  .book-main .wg-book {
    height: 500px !important;
  }
  .book-main .wg-book .image-left img {
    height: 500px;
  }
  .book-main .wg-book .content-right {
    width: 100%;
    height: 100%;
    max-height: 100%;
    height: 500px;
  }
  .home-slider.style-1 {
    display: flex !important;
    align-items: center !important;
  }
  .home-slider.style-1 .content {
    padding: 80px 0px 0px 100px !important;
  }
  .home-slider.style-1 .content .title {
    margin-bottom: 10px !important;
  }
  .home-slider.style-1 .content .sub-title {
    margin-bottom: 20px !important;
  }
  .box-meet-team .content-left h2 br {
    display: none;
  }
  .box-meet-team .image-right .image-1 {
    display: none;
  }
  .btn-slider {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-inner.style-2 .header-right {
    padding-left: 30px;
  }
  .about-us-type-2 .content-right {
    margin-left: 30px !important;
  }
  .box-list {
    gap: 30px 0px;
  }
  .box-list .wg-box-icon {
    width: 50%;
  }
  .wg-chef-signature {
    right: 0px !important;
  }
  .header-inner {
    justify-content: flex-start;
  }
  .header-inner .nav-list {
    display: none !important;
  }
  .header-inner .mobile-button {
    display: block !important;
    margin-left: 30px;
    margin-right: 0px !important;
  }
  .header-inner .header-right {
    margin-left: auto !important;
  }
  .header-inner .header-right .header-sidebar {
    display: none !important;
  }
  .header-inner.style-2 {
    padding: 30px 0px !important;
  }
  .header-inner.style-2 .header-left .contact {
    display: none !important;
  }
  .header-inner.style-2 .header-right {
    margin: 0px !important;
  }
  .slider-our-product .wg-slider-product {
    padding: 0px !important;
  }
  .grid-layout-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-layout-3 .portfolio-item {
    max-width: none;
  }
  .grid-layout-3 .portfolio-item.style-2 .content {
    padding: 40px !important;
    justify-content: space-between;
  }
  .section-meet-team .box-meet-team {
    height: 100%;
  }
  .section-meet-team .box-meet-team .content-left {
    width: 100%;
  }
  .section-meet-team .box-meet-team .image-right {
    height: 100%;
    width: 100%;
  }
  .section-meet-team .box-meet-team .image-right .image-2 {
    height: 100%;
    object-fit: cover;
  }
  .section-post {
    padding: 0px 0px 50px !important;
  }
  .section-post .post-main {
    flex-wrap: wrap;
  }
  .section-post .post-main .wg-post {
    width: 100%;
  }
  .section-post .post-main .wg-post img {
    width: 100%;
  }
  .section-new-product .content .title {
    font-size: 130px !important;
    line-height: 130px !important;
  }
  h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .top-bar {
    white-space: nowrap;
  }
  .top-bar .call {
    display: none !important;
  }
  .section-blog-top .img-right {
    display: none;
  }
  .header-inner {
    padding: 10px 0px !important;
  }
  .history-box .video-wrap {
    width: 41%;
  }
  .history-box .history-content {
    width: 41%;
  }
  .history-box .history-content.style-right::before {
    top: 48%;
    left: -21%;
  }
  .history-box .history-content.style-left::before {
    right: -21%;
    top: 48%;
  }
  .home-slider .title {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .home-slider.style-1 {
    display: flex !important;
    align-items: center !important;
  }
  .home-slider.style-1 .content {
    padding: 50px 0px 0px 60px !important;
  }
  .home-slider::before {
    font-size: 25px !important;
  }
  .section-discovery-product .swiper-slide {
    align-items: center !important;
  }
  .box-about-us .image {
    width: 100% !important;
  }
  .box-about-us .image .image-2 {
    width: 100%;
    height: 500px;
  }
  .box-about-us .content {
    width: 100% !important;
  }
  .section-counter .wg-counter .number-counter::after {
    content: none;
  }
  .section-counter::after {
    width: 100%;
  }
  .section-partner {
    padding: 60px 100px;
  }
}
@media (max-width: 1023px) {
  .section-counter .wg-counter {
    justify-content: center !important;
    gap: 30px 0px;
  }
  .section-counter .wg-counter .number-counter {
    width: 50%;
  }
  .top-bar .address {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .book-main {
    gap: 0px !important;
  }
  .item-chocolate {
    top: -115px !important;
  }
  .footer-link ul {
    justify-content: flex-start !important;
    white-space: nowrap;
  }
  .footer-contact .contact {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-contact-us .wg-box-icon {
    padding-bottom: 30px;
  }
  .section-contact-us .wg-box-icon::after {
    content: none;
  }
  .main-content.page-portfolio .menu-tab {
    justify-content: unset;
  }
  .about-us-type-2 {
    flex-wrap: wrap;
  }
  .about-us-type-2 .image {
    width: 100% !important;
  }
  .about-us-type-2 .image img {
    width: 100% !important;
    height: 500px;
  }
  .about-us-type-2 .content-right {
    width: 100% !important;
    margin-left: 0px !important;
    padding-top: 30px !important;
  }
  .history-main::before {
    margin: 0px 0px 0px 40px;
  }
  .history-main .history-box {
    padding: 60px 0px 60px 125px;
    flex-wrap: wrap;
  }
  .history-main .history-box.style-1 .video-wrap {
    margin-bottom: 0px;
  }
  .history-main .history-box.style-1 .history-content {
    margin-bottom: 30px;
  }
  .history-main .history-box::after {
    left: 35px;
  }
  .history-main .history-box::before {
    position: absolute;
    content: "";
    top: 50.7%;
    left: 35px;
    width: 40px;
    height: 1px;
    background-color: var(--Border-1);
  }
  .history-main .history-box .video-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .history-main .history-box .video-wrap img {
    width: 100%;
    height: 500px;
    max-width: unset;
  }
  .history-main .history-box .history-content {
    max-width: unset;
    width: 100%;
  }
  .history-main .history-box .history-content::before {
    content: none;
  }
  .section-new-product {
    padding: 0px !important;
  }
  .section-video-wrap .video-wrap {
    margin-bottom: 0px !important;
  }
  .section-video-wrap .video-wrap img {
    height: 400px;
  }
  .cols {
    flex-wrap: wrap;
  }
  .header-left .open-menu {
    width: 60px !important;
    height: 60px !important;
    padding: 16px !important;
    gap: 8px !important;
  }
  .wg-welcome {
    top: 50px !important;
    width: 444px !important;
    padding: 35px !important;
  }
  .section-book .image-left {
    max-width: none !important;
    margin-right: 0px !important;
  }
  .section-book .content-right {
    padding: 30px !important;
    height: auto !important;
  }
  .wg-shop-detail {
    margin-bottom: 30px !important;
  }
  .wg-shop-detail .image-wrap {
    margin-bottom: 20px;
  }
  .wg-pricing {
    margin-bottom: 30px;
  }
  .section-main-page.page-our-services .grid-layout-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-main-page.page-our-services .grid-layout-2 .image img {
    height: 500px !important;
  }
  .section-enjoy .enjoy-wrap .content .title {
    font-size: 50px !important;
    margin-bottom: 0px !important;
  }
  .section-enjoy .enjoy-wrap .content .sub-title {
    margin-bottom: 10px;
  }
  .section-chef-wrap .chef-wrap .wg-chef-box {
    gap: 30px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-chef-wrap .chef-wrap .wg-chef-box .signature-center {
    width: 100% !important;
  }
  .section-chef-wrap .chef-wrap .wg-chef-box .signature-center .duty {
    margin-bottom: 20px;
  }
  .section-chef-wrap .chef-wrap .wg-chef-box .signature-center .text {
    margin-bottom: 20px;
  }
  .section-chef-wrap .chef-wrap .wg-chef-box .bio-right .title {
    margin-bottom: 15px;
  }
  .section-meet-team .box-meet-team {
    flex-wrap: wrap;
  }
  .section-meet-team .box-meet-team .content-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .section-meet-team .box-meet-team .image-right {
    height: auto;
  }
  .section-infor-store {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .section-infor-store .box-map {
    padding: 30px 0px;
  }
  .book-main .wg-book {
    flex-wrap: wrap;
    height: 100% !important;
  }
  .book-main .wg-book .image-left img {
    height: 500px;
  }
  .main-content.page-history .title-top {
    height: 300px;
  }
  .main-content.page-history .title-top br {
    display: none;
  }
  .section-blog-top .content {
    padding: 40px !important;
    margin-bottom: 40px !important;
  }
  .singup-email {
    width: 100% !important;
  }
  .page-title .wrap-content {
    padding: 40px 50px 50px 50px !important;
  }
  .page-title .wrap-content .content .sub-title {
    margin-bottom: 50px !important;
  }
  .wg-blog .blog-img img {
    width: 100%;
    object-fit: cover;
    height: 350px;
  }
  .comment-wrap {
    padding: 20px 0px 30px !important;
  }
  .post-comment-wrap {
    padding-top: 20px;
  }
  .wg-shop-detail .image-top img {
    max-height: 500px;
  }
  .wg-shop-detail .content {
    margin: 0px;
    max-width: 100%;
  }
  .page-title-home .home-slider img {
    height: 400px;
    object-fit: cover;
  }
  .page-title-home .home-slider .content .title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .page-title-home .home-slider.style-1 .content {
    padding: 30px 0px 0px 50px !important;
  }
  .page-title-home .home-slider.style-1::before {
    bottom: 10px;
    right: 2%;
  }
  .page-title-home .home-slider.style-2::before {
    bottom: 10px;
    right: 2%;
  }
  .page-title-home .btn-slider-home.btn-prev {
    left: 15px !important;
  }
  .page-title-home .btn-slider-home.btn-next {
    right: 15px !important;
  }
  .section-box-about-us .box-about-us {
    flex-wrap: wrap;
  }
  .section-box-about-us .box-about-us .content {
    padding: 30px 0px 0px 0px !important;
  }
  .section-box-about-us .box-about-us .content br {
    display: none;
  }
  .section-box-history .image {
    max-width: 100%;
    margin: 0px 0px 30px !important;
  }
  .section-box-history .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .section-box-history .image .wg-chef-signature {
    display: none;
  }
  .section-box-history .content {
    padding: 0px !important;
  }
  .section-box-history .content br {
    display: none;
  }
  .section-partner {
    padding: 30px 50px;
  }
  .section-about-us.type-2 .image {
    margin-bottom: 30px;
  }
  .section-about-us.type-2 .image img {
    width: 100%;
    height: 500px;
  }
  .box-meet-team {
    margin-left: 0px !important;
  }
  .tf-spacing-1,
  .tf-spacing-2,
  .tf-spacing-3,
  .tf-spacing-4,
  .tf-spacing-5,
  .tf-spacing-6,
  .tf-spacing-7,
  .tf-spacing-8,
  .tf-spacing-9,
  .tf-spacing-10,
  .tf-spacing-11,
  .tf-spacing-12,
  .tf-spacing-13,
  .tf-spacing-14,
  .tf-spacing-15,
  .tf-spacing-16 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  #footer {
    padding: 60px 0px 30px;
  }
  #footer .footer-logo {
    margin-bottom: 20px !important;
  }
  #footer .footer-link {
    margin-bottom: 15px !important;
  }
  #footer .footer-link ul {
    gap: 15px !important;
  }
  #footer .footer-contact {
    padding-bottom: 15px;
    margin-bottom: 15px !important;
  }
  #footer .footer-contact .contact {
    padding-bottom: 0px !important;
    justify-content: unset;
  }
  #footer .footer-form-signup {
    padding-bottom: 15px !important;
  }
  #footer .footer-form-signup p {
    padding: 0px !important;
  }
  #footer .footer-bottom {
    padding-bottom: 0px !important;
    justify-content: center;
    gap: 20px;
  }
  .wg-counter {
    flex-wrap: wrap;
  }
  .header-inner.style-2 {
    padding: 10px 0px !important;
  }
  .header-inner.style-2 .header-right .btn-order-home-2 {
    margin-right: 0 !important;
  }
  .header-inner.style-2 .header-right .icon-right {
    display: none !important;
  }
  .section-enjoy .enjoy-wrap .image img {
    height: 300px;
    object-fit: cover;
  }
  .section-enjoy .enjoy-wrap .content .title {
    font-size: 40px !important;
    line-height: 50px;
  }
  .section-enjoy .enjoy-wrap .content .sub-title {
    font-size: 15px;
  }
  .grid-layout-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-chef .image-chef {
    margin: 0px !important;
  }
  .section-chef .image-chef img {
    height: 400px;
    object-position: top;
  }
  .section-new-product .intro-new-product {
    padding: 50px !important;
  }
  .section-new-product .intro-new-product .image img {
    max-width: 60%;
  }
  .section-new-product .intro-new-product .content .title {
    font-size: 70px !important;
    line-height: 70px !important;
  }
  .section-contact-us .wg-box-icon {
    margin-bottom: 30px;
  }
  .section-contact-us .wg-box-icon::after {
    content: none;
  }
  .breadcrum-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  .wg-blockquote {
    padding: 20px 30px !important;
  }
}
@media (max-width: 650px) {
  .box-list .wg-box-icon {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .header-inner.style-2 .header-right {
    width: unset !important;
    max-width: unset !important;
  }
  .wg-slider-product {
    white-space: wrap;
  }
  .wg-slider-product .product-item {
    padding: 0px 20px;
  }
  .wg-slider-product .product-item br {
    display: none;
  }
  .history-box::before {
    top: 50.4% !important;
  }
  .btn-order {
    display: none !important;
  }
  .header-inner.style-2 .header-right .btn-order-home-2 {
    display: none !important;
  }
  .header-inner.style-2 .header-right .icon-right {
    display: none !important;
  }
  .page-title .wrap-content {
    padding: 20px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
















@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}




.cbp-spmenu {
  background: #dfdfdf;
  position: fixed
}

.cbp-spmenu h3 {
  color: #fff;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #000000;
}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300
}

.cbp-spmenu a:hover {
  background: #000000;
}

.cbp-spmenu a:active {
  background: #333;
  color: #fff
}

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #ccc;
  padding: 1em
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: .8em;
  border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
  left: -240px
}

.cbp-spmenu-right {
  right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0
}

.cbp-spmenu-top {
  top: -150px
}

.cbp-spmenu-bottom {
  bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0
}

.cbp-spmenu-push-toright {
  left: 240px
}

.cbp-spmenu-push-toleft {
  left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
      font-size:75%;
      height: 110px
  }

  .cbp-spmenu-top {
      top: -110px
  }

  .cbp-spmenu-bottom {
      bottom: -110px
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
      font-size:90%;
      width: 190px
  }

  .cbp-spmenu-left,.cbp-spmenu-push-toleft {
      left: -190px
  }

  .cbp-spmenu-right {
      right: -190px
  }

  .cbp-spmenu-push-toright {
      left: 190px
  }
}


#showLeftPush {
  display: block;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 18px;
  width: 40px;
  z-index: 2;
  background: 0 0;
  border: 0;
  cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
  background: #000;
  content: "";
  display: block;
  height: 4px;
  left: 7px;
  position: absolute;
  width: 30px
}

#showLeftPush:before {
  top: 8px
}

#showLeftPush:after {
  top: 24px
}

#showLeftPush span {
  top: 16px
}

#showLeftPush.active:before {
  transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
  top: 10px
}

#showLeftPush.active:after {
  transform: rotate(-45deg)
}

#showLeftPush.active span {
  opacity: 0
}

.navbar {
  display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
  margin: 0;
  padding: 0;
  position: relative
}

#ommenu {
  width: auto
}

#ommenu a {
  color: #fff;
  text-transform: normal;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  line-height: 32px;
  border-bottom: 2px solid #ccc;
  display: block;
  padding: 10px
}

#ommenu ul {
  list-style: none
}

#ommenu>ul>li {
  display: block;
  margin: 0
}

#ommenu.align-center {
  text-align: center
}

#ommenu.align-center>ul>li {
  float: none
}

#ommenu.align-center ul ul {
  text-align: left
}

#ommenu.align-right>ul {
  float: right
}

#ommenu.align-right ul ul {
  text-align: right
}

#ommenu>ul>li>a {
  color: #fff;
  font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
  display: block;
  z-index: 20
}

#ommenu .has-sub ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #222
}

#ommenu .has-sub ul li a {
  background: #fff;
  border-bottom: 2px solid #080808;
  font-size: 15px;
  display: block;
  line-height: 120%;
  padding: 12px;
  color: #000
}

#ommenu .has-sub ul li:hover a {
  background: #222;
  color: #fff
}

#ommenu ul ul li:hover>a {
  color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
  display: block
}

#ommenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0
}

#ommenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98
}

body.cbp-spmenu-push-toleft {
  left: 240px
}

@media screen and (min-width: 768px) {
  #showLeftPush {
      display:none
  }

  .navbar {
      display: block
  }

  .navbar-inverse {
      background: 0 0;
      margin-top: 9px;
      margin-bottom: 0;
      border: 0;
      z-index: 1;
      min-height: auto;
      text-transform: none;
      border-radius: 0
  }

  #ommenu a {
      border-bottom: none;
      padding: 0 10px;
      font-weight: 400;
      line-height: 102px;
      text-transform: normal
  }

  #ommenu ul {
      display: table;
      margin: 0 auto
  }

  #ommenu ul ul {
      display: block
  }

  #ommenu .has-sub ul li a {
      background: #000;
      color: #fff;
      border-bottom-color: #222
  }

  #ommenu>ul>li>a {
      color: #000;
      font-size: 18px;
      font-weight: 700;
      position: relative
  }

  #ommenu ul:after,#ommenu:after {
      content: '';
      display: block;
      clear: both
  }

  #ommenu>ul>li:hover:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 50%;
      bottom: 0
  }

  #ommenu>ul>li:first-child>a {
      border-radius: 5px 0 0;
      -moz-border-radius: 5px 0 0;
      -webkit-border-radius: 5px 0 0
  }

  #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0
  }

  #ommenu.align-right>ul>li:last-child>a {
      border-radius: 0 5px 0 0;
      -moz-border-radius: 0 5px 0 0;
      -webkit-border-radius: 0 5px 0 0
  }

  #ommenu>ul>li.active>a {
      color: #688005;
      border-bottom-color: #688005;
      border-radius: 0
  }

  #ommenu>ul>li:hover>a {
      color: #264896;
      border-bottom-color: #264896;
      border-radius: 0
  }

  #ommenu .has-sub {
      z-index: 10
  }

  #ommenu.align-right .has-sub ul {
      left: auto;
      right: 0
  }

  #ommenu .has-sub ul li {
      *margin-bottom: -1px;
      background: #222
  }

  #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
      left: auto;
      right: 100%
  }

  #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
      border-bottom: 0
  }

  #ommenu>ul>li {
      display: inline-block;
      float: left;
      margin: 0
  }

  #ommenu .has-sub ul {
      width: 250px
  }
}

@media screen and (min-width: 992px) {
  #ommenu>ul>li>a {
      font-size:16px
  }

  #ommenu .has-sub ul li a {
      font-size: 14px
  }

  #ommenu a {
      padding-left: 20px;
      padding-right: 20px
  }
}

@media screen and (min-width: 992px) {
  #ommenu>ul>li>a {
      font-size:20px
  }
}



.button,.om-btn-wrapper a,.view-menu-btn {
  background: #f60207;
  color: #fff!important;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  border: none;
  margin: 15px auto 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-transform: normal;
  transition: all .2s ease-in-out 0s;
  min-width: 160px;
  text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
  background: #ff8343;
  color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
  background: #688005;
  font-weight: 700;
  color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
  background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
  color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
  color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
  width: 50%
}

.order-online a {
  background: #000000;
  :;
  display: block;
  font-size: 16px;
  border: none;
  margin: 15px auto 0;
  padding: 12px 15px;
  position: relative;
  text-align: center;
  transition: all .2s ease-in-out 0s;
  min-width: 160px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase
}

.order-online a:hover {
  background: #e9cb4f;
  color: #000000 !important;
}



#header {
  background: #ffffff;
  width: 100%;
  padding: 14px
}

#header .container {
  position: relative;
  color: #fff;
  padding: 0
}

#header .container #logo {
  margin: 0 auto;
  width: 120px
}

#header .container #logo a {
  display: block
}

#header .container .order-online ul {
  padding: 0;
  margin: 0
}

#header .container .order-online ul li {
  display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
  display: none
}





@media screen and (min-width: 700px) {
  #header,#header .container {
      padding:0
  }

  #header .container #logo {
      width: 140px;
      float: left;
      margin: 0;
      padding: 14px 0 14px 14px
  }

  #header .container #logo a {
      padding: 0
  }

  #header .container .navbar {
      float: right;
      padding: 0;
      margin-top: 0;
      margin-right: 175px
  }

  #header .container .navbar .navbar-collapse {
      display: block
  }

  #header .container .order-online {
      right: 0;
      top: 15px;
      position: absolute;
      margin: 0;
      padding: 0
  }

  #header .left-nav,#header .right-nav {
      display: block
  }

  #header .left-nav .nav ul,#header .right-nav .nav ul {
      list-style: none;
      margin: 0;
      padding: 0
  }

  #header .left-nav .nav ul li,#header .right-nav .nav ul li {
      display: inline-block
  }

  #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
      display: block;
      padding: 0 10px;
      font-size: 15px;
      font-weight: 700;
      line-height: 50px;
      color: #000
  }

  #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
      color: #ed1c24
  }

  #header .left-nav {
      float: left;
      margin-left: 70px
  }

  #header .right-nav {
      float: right
  }

  .contact-wrapper {
      padding-right: 80px
  }
}

@media screen and (min-width: 768px) {
  .m-visible {
      display:none!important
  }

  .d-visible {
      display: block!important
  }

  #header .container .navbar-collapse {
      padding: 0
  }
}

@media screen and (min-width: 980px) {
  #header .container #logo {
      width:158px;
      padding: 5px 0 0
  }

  #header .container .top-right .order-online {
      right: 80px;
      top: 52px
  }

  #header .container .navbar {
      margin-right: 265px;
      margin-top: 25px
  }

  section.about-us {
      padding: 40px;
      text-align: center
  }

  .menu-wrapper h2 {
      font-size: 32px
  }

  .menu-wrapper h3 {
      font-size: 30px
  }

  .menu-wrapper p {
      font-size: 20px
  }

  .menu-wrapper p.m-heading {
      font-size: 28px
  }
}

@media screen and (min-width: 992px) {
  .h1,h1 {
      font-size:32px
  }

  .h2,h2 {
      font-size: 28px
  }

  #header {
      position: static
  }

  #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
      padding: 0
  }

  .main-container h1 {
      margin-bottom: 65px
  }
}

@media screen and (min-width: 1180px) {
  #header .container .top-right .social-icon-list {
      margin-left:50px
  }

  .menu-items .menu-item {
      margin-bottom: 0
  }

  .header-top .oo-top {
      top: 12px
  }

  .header-top .oo-top a {
      font-size: 23px;
      padding-left: 10px;
      padding-right: 10px
  }

  .main-container {
      padding: 40px
  }
}

@media screen and (min-width: 1200px) {
  .menu-items .menu-item .desc {
      min-height:130px
  }

  .container {
      max-width: 1080px
  }
}



#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden
}

#header {
  padding-top: 0;
}

#header .container #logo {
  width: 175px;
  margin: 0px auto 10px auto;
  padding: 15px 0 0 0;
}

#header .container #logo h1 {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
  font-size: medium;
  font-weight: bold;
  color: #ffffff;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
  background: #000000;
}

#ommenu > ul > li > a {
  color: #000;
}

#ommenu > ul > li:hover > a {
  color: #ffffff;
}




@media screen and (min-width: 768px) {
  #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
      color: #000000;
  }

  #ommenu > ul > li > a {
      color: #ff3000;
      text-transform: uppercase;
  }

 

  #header {
  }

  .menu-category .menu-category-wrapper {
      max-width: 1480px;
      margin: 0 auto;
      background: #fff
  }

  .menu-category .menu-category-wrapper .menu-items-wrapper {
      display: flex;
      margin: 0 -15px
  }

  .menu-category .menu-category-wrapper .menu-item {
      flex: 1;
      padding: 0 15px
  }

  .menu-category .menu-category-wrapper .menu-title {
      top: auto;
      bottom: -25px
  }

  #header .container #logo {
      margin: 0px auto 0px auto;
      width: 105px;
      z-index: 50;
  }

  #ommenu a {
      line-height: 60px;
  }

  #header .container .navbar {
      margin-top: 16px;
  }

  #header .container .order-online {
      top: 5px;
  }
}

@media screen and (min-width: 980px) {
  #header .container {
      display: flex;
      align-items: center;
  }

  #header .container .navbar {
      margin-top: 0px;
  }

  .order-online a {
      margin-top: 0px;
  }

  #header .container .top-right {
      flex: 1;
  }

  #header .container #logo {
      padding-top: 0;
  }

  #header .container .top-right .order-online {
      top: 9px;
  }
}

@media screen and (min-width: 1200px) {
  #header {
      padding:10px;
      background: #ffffff;
  }

  #header .container #logo {
      width: 150px;
  }

  #header .container .top-right .order-online {
      top: 30px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
      max-width: 1280px;
  }
}



.d-flex.flex-column.align-items-start {
  color: white;
}






h2.title.bold {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  padding: 0px 0 32px 0;
}






.footer-item {
  padding: 26px 0 0 0;
}