@font-face {
	font-family: 'Abigeta Display';
	src: url('../fonts/AbigetaDisplay-Regular.woff2') format('woff2'),
		url('../fonts/AbigetaDisplay-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--black: #000;
	--gold: #bc1c24;
	--gold-light: #fffae7;
	--color-tsec_promotionext: #373636;
	--color-white: #fff;
	--pnm-broth: #7A1F2B;
	--pnm-broth-dark: #5A1620;
	--pnm-paper: #F3E9D6;
	--pnm-paper-2: #EAE0CB;
	--pnm-ink: #2B1B14;
	--pnm-gold: #C9A15A;
	--pnm-sage: #6B7A4F;
	--gold-light2: #fbe1b2;

}

html,
body {
	scroll-behavior: smooth;
}

body {
	background-attachment: fixed;
	background-color: #fbfbfb;
	background-image: url("../images/bg-body.png");
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #4a4a4a;
	line-height: 26px;
}

a {
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	font-weight: 700;
	font-family: 'Abigeta Display';

}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	color: var(--gold);
	font-size: 18px;
	text-align: center;
	transition: all .3s;
	border-radius: 100%;
	background: var(--gold-light2);
}

ul.social-icons li a:hover {
	background: var(--color-white);
	color: var(--gold);
}

.pop {
	position: absolute;
	top: 0px;
	margin: 213px 172px;
}

.slider-img {
	width: 450px;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

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

a.filled-button:hover {
	background: var(--gold);
	color: var(--color-white);
}

a.text-red {
	color: var(--color-text);
}

a.text-red:hover {
	color: var(--pnm-gold);
}

a.filled-button,
.filled-button.online-booking-btn {
	font-size: 18px !important;
	padding: 10px 20px !important;
	font-weight: 600;
	background: transparent;
	border: solid 1px var(--color-white);
	color: var(--color-white);
	text-transform: uppercase;
	margin: 5px;
}

.filled-button.online-booking-btn.slider {
	font-size: 12px !important;
	padding: 10px 25px !important;
	font-weight: 700;
	background-image: linear-gradient(to top, #cc7484, #dc94a4, #cc7484);
	border: 1px solid #cc7484;
	box-shadow: 0px 0px 8px 2px #cc7484;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
}

.filled-button.online-booking-btn.btn-book-promotion {
	font-size: 20px !important;
	padding: 10px 20px !important;
	box-shadow: none !important;
	background: rgb(26, 91, 118);
	background: linear-gradient(0deg, rgba(26, 91, 118, 1) 0%, rgba(190, 48, 37, 1) 100%);
}

* {
	padding: 0;
	margin: 0;
}

.phone {
	font-size: 20px !important;
}

.menu {
	list-style: none;
	height: 48px;
}

.menu li {
	text-align: left;
	color: #fff;
}

.menu li a {
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 15px;
	color: #fff;
	background-color: #cc7484;
}

.menu>li {
	float: left;
	border-right: 1px solid #fff;
	position: relative;
}

.navbar-nav .dropdown-menu {
	background: var(--gold);
	width: 300px;
	border: none;
	padding: 0.5rem;
	position: absolute;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	transform-origin: top;
	transition: all 0.5s ease;
}

.navbar-nav .dropdown-menu>li {
	border-bottom: solid 1px var(--color-white);
}

.navbar-nav .dropdown-menu>li:last-child {
	border: none;
}

.navbar-nav .dropdown-menu a {
	color: var(--color-white);
	padding: .5rem;
}

.navbar-nav .dropdown-menu a span {
	font-size: 12px;
	display: block;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item.active {
	color: var(--gold);
	background: var(--gold-light);
}

.navbar-nav .dropdown:hover .dropdown-menu,
.navbar-nav .dropdown:focus .dropdown-menu,
.navbar-nav .dropdown .dropdown-menu.show {
	opacity: 1;
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
}

.arrow {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}

.arrow-down {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #fff;
	/*padding-left: 10px;*/
	/*H edit*/
}

.section-heading {
	position: relative;
	text-align: left;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--color-text);
}

.section-heading h2 {
	font-family: 'Abigeta Display';
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
	color: var(--gold);
	margin-bottom: 15px;
	position: relative;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.section-heading h2 span {
	font-family: 'Abigeta Display';
	display: block;
	font-size: 30px;
	line-height: 40px;
}

.border-none {
	border-bottom: 0px solid #eee !important;
}

.column-left {
	width: 82px;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.list-style-none {
	list-style: none !important;
}

.products-heading {
	background-image: url(../images/products-heading.html);
}

.about-heading {
	background-image: url(../images/about-heading.html);
}

.contact-heading {
	background-image: url(../images/contact-heading.html);
}

.page-heading {
	padding: 130px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#preloader {
	overflow: hidden;
	/*background: #f33f3f;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999999;
	color: #fff;
}

#preloader .jumper {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
}

#preloader .jumper>div {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 50px;
	-webkit-animation: jumper 1s 0s linear infinite;
	animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay: 0.66666s;
}

@media (min-width: 375px) {
	.padding {
		padding-left: 75px;
	}

	.pop {
		position: absolute;
		top: 0px;
		margin: 136px 99px;
	}

	.online-booking-btn {
		padding: 5px 15px !important;
		font-size: 15px !important;
	}

	.mx-5 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

@media (min-width: 425px) {
	.padding {
		padding-left: 95px;
	}

	.pop {
		position: absolute;
		top: 0px;
		margin: 161px 124px;
	}

	.mx-5 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (min-width: 768px) {
	.padding {
		padding-left: 245px;
	}

	.pop {
		position: absolute;
		top: 0px;
		margin: 212px 175px;
	}

	.mx-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
}

@media (min-width: 1024px) {
	.padding {
		padding-left: 365px;
	}
}

@media (min-width: 1440px) {
	.padding {
		padding-left: 455px;
	}
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


/* Header Style */
header {
	position: fixed;
	z-index: 9;
	width: 100%;
	padding: 0;
	/* position: relative; */
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

/* 
header:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 130px solid var(--gold);
	border-right: 130px solid transparent;
}

header:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 75px solid var(--gold);
	border-left: 75px solid transparent;
} */

.header-scrolled {
	background: rgba(188, 28, 36, 0.28);
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
	position: fixed;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.4s ease-in-out;
}

/*
.header-scrolled .navbar .navbar-brand {
  width: 5%;
}
*/

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.background-header .navbar-brand h2 {
	color: #cc7484 !important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: var(--red);
	/* !important; */
}

.img-logo {
	max-width: 100%;
}

.navbar .navbar-brand {
	width: 15%;
	float: left;
	/*margin-top: -12px;*/
	outline: none;
	padding: 0;
	margin: 0;
}

.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #d6b696;
}

#navbarResponsive {
	z-index: 999;
}

.navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0;
}

.navbar .navbar-nav a.nav-link {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: var(--color-white);
	transition: all 0.5s;
	padding: 8px 12px;
	border-radius: 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link,
.navbar .navbar-nav .dropdown:hover>a.nav-link,
.navbar .navbar-nav .dropdown.active>a.nav-link {
	color: var(--color-white);
	background: var(--gold);
}

.navbar .navbar-toggler-icon {
	background-image: none;
	line-height: 30px;
}

.navbar .navbar-toggler {
	background: var(--gold);
	height: 40px;
	width: 45px;
	outline: none;
	border-radius: 5px;
	border: none;
	z-index: 3;
}

.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: var(--color-white);
	font-size: 22px;
	font-family: 'FontAwesome';
}

.navbar-toggler {
	padding: .25rem 0;
}



/* Banner Style */
.banner {
	position: relative;
	text-align: center;
}

.banners {
	position: relative;
	text-align: center;
	padding-top: 0px;
}

.banner .banner-item {
	max-height: 600px;
}

.bg-banner {
	background: url(../images/banner-03.jpg);
	background-blend-mode: overlay;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgb(0 0 0 / 50%);
}

.bg-banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}

.bg-banner ul li {
	padding: 0 5px;
}

.bg-banner ul li a {
	color: var(--color-white) !important;
}

.bg-banner ul li a:hover,
.bg-banner ul li a.active {
	color: rgb(255, 255, 202) !important;
}

.banner-item-01 {
	min-height: 100vh;
	background-size: cover;
	background-image: url(../images/banner-02.jpg), linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)) !important;
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
	background-blend-mode: overlay;
}

.banner-item-02 {
	min-height: 100vh;
	background-image: url(../images/banner-03.jpg), linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
	background-blend-mode: overlay;
}

.banner-item-03 {
	min-height: 100vh;
	background-image: url(../images/banner-01.jpg), linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
	background-blend-mode: overlay;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h3 {
	color: #fff;
	line-height: 45px;
	/*text-transform: uppercase;*/
	font-weight: 300;
	margin-bottom: 15px;
	text-shadow: 2px 2px #000;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot,
.owl-testimonials .owl-dots .owl-dot {
	border-radius: 3px;
}

.owl-banner .owl-dots,
.owl-testimonials .owl-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

.owl-banner .owl-dots .owl-dot,
.owl-testimonials .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #fff;
	opacity: 0.5;
}

.owl-banner .owl-dots .owl-dot:focus,
.owl-testimonials .owl-dots .owl-dot:focus {
	outline: none
}

.owl-banner .owl-dots .owl-dot.active,
.owl-testimonials .owl-dots .owl-dot.active {
	background-color: #fff;
	opacity: 1;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.product-item {
	margin-bottom: 30px;
}

.product-item .down-content {
	padding: 15px 0 15px 0;
	position: relative;
	text-align: center;
}

.product-item img {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.product-item .down-content h4 {
	font-size: 20px;
	color: #222;
	margin-bottom: 0;
	text-transform: uppercase;
}

.product-item .down-content h4:hover {
	color: #cc7484;
}

.product-item .down-content h6 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: #121212;
}

.product-item .down-content p {
	margin-bottom: 20px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #c19f80;
	font-size: 15px;
}

.product-item .down-content .arrow {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
}


/* Best Features */
.about-features {
	z-index: 1;
	position: relative;
	padding: 70px 0;
	/* background: var(--gold-light); */
}

.about-features .left-content {
	position: relative;
}

.about-features img {
	max-width: 100%;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.about-features:before {
	/* border-radius: 0 0 0 30rem; */
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, var(--gold-light), var(--gold-light), transparent);

	position: absolute;
	right: 0;
	bottom: 0;
}

.about-features .section-heading span {
	color: var(--gold);
}

.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	color: var(--black);
}

.about-features .featured-list {
	color: var(--color-white);
}

.about-features .container .row {
	padding-bottom: 0px !important;
	border-bottom: none !important;
}

.best-features .container .row {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

.best-features h4 {
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features ul.featured-list li a {
	font-size: 15px;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #cc7484;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #f33f3f;
}

.best-features .filled-button {
	margin-top: 0;
	background: var(--gold);
	color: var(--color-white);
}


/* Call To Action */
.booking-at-bottom {
	background: url(../images/bg-reviews.jpg) no-repeat center;
	background-size: cover;
	background-blend-mode: overlay;
	background-color: rgb(0 0 0 / 40%);
	padding: 90px 0;
}

.booking-at-bottom .inner-content {
	width: 70%;
	margin: 0 auto;
}

.booking-at-bottom .section-heading:before {
	display: none;
}

.booking-at-bottom .section-heading h2 {
	color: #fff;
	letter-spacing: 0.2rem;
	font-size: 3rem;
	position: relative;
	width: 100%;
	text-shadow: 2px 2px #000;
}

.booking-at-bottom .section-heading h1 span {
	color: var(--gold);
}

.booking-at-bottom .item-customer p {
	color: var(--color-white);
}

.booking-at-bottom .item-customer h3 {
	font-size: 20px;
	margin-top: 20px;
	color: var(--gold-light);
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.owl-testimonials .owl-dots {
	bottom: auto;
	top: calc(100% + 30px);
}

.call-to-action .inner-content {
	/*margin-top: 60px;*/
	/*padding: 30px;*/
	background-color: #f7f7f7;
	border-radius: 5px;
	text-align: center;
}

.booking-at-bottom .filled-button {
	text-transform: uppercase;
	width: auto !important;
}

.call-to-action .inner-content h4 {
	font-size: 17px;
	color: #cc7484;
	margin-bottom: 15px;
}

.call-to-action .inner-content p {
	font-size: 18px;
	line-height: 30px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}


.back-to-top {
	position: fixed;
	display: none;
	background: var(--gold);
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	right: 20px;
	bottom: 20px;
	border: solid 2px #fff;
	transition: background 0.5s;
	z-index: 100;
	border-radius: 100%;
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.back-to-top i {
	line-height: 35px;
	color: var(--color-white);
}

.back-to-top:hover {
	background: var(--gold-light);
}

.back-to-top:hover i {
	color: var(--black);
}


.action-book {
	position: fixed;
	right: 20px;
	bottom: 60px;
	z-index: 99;
}

.action-book .booking-now-border {
	width: 40px;
	height: 40px;
	margin: 10px 0;
	margin-left: auto;
	text-align: center;
	text-transform: capitalize;
	color: var(--text-white);
	border: solid 2px #fff;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	transition: all .3s ease;
	text-decoration: none;
	background: var(--gold);
	animation: pulse 1.5s infinite, vibrate 1s infinite;
}

.action-book .booking-now-border i {
	line-height: 35px;
	color: var(--color-white);
}

.action-book .booking-now-border span {
	line-height: 35px;
	opacity: 0;
	visibility: hidden;
	margin-left: 5px;
	transition: all .3s ease-in-out;
	color: var(--color-white);
}

.action-book .booking-now-border:hover {
	width: 40px;
	background: var(--gold-light);
}

.action-book .booking-now-border:hover span {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	color: var(--primary);
}

.action-book .booking-now-border:hover i {
	color: var(--black);
}

.action-book .cta-social i {
	color: var(--color-white);
}

.action-book .cta-social:hover i {
	color: var(--color-white);
}

.action-book .cta-social:hover span {
	color: var(--text-white);
}

/* Hiệu ứng sóng sáng nhấp nháy */
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--gold);
	}

	70% {
		box-shadow: 0 0 0 25px rgb(187 139 195 / 0%);
	}

	100% {
		box-shadow: 0 0 0 0 rgb(187 139 195 / 0%);
	}
}

/* Hiệu ứng rung */
@keyframes vibrate {

	0%,
	100% {
		transform: rotate(0deg);
	}

	20% {
		transform: rotate(8deg);
	}

	40% {
		transform: rotate(-8deg);
	}

	60% {
		transform: rotate(6deg);
	}

	80% {
		transform: rotate(-6deg);
	}
}

/* Footer */

footer {
	position: relative;
	text-align: center;
	background: #6f0d11;
	border-top: solid 2px var(--gold-light);
	padding: 30px 0 0 0;
}

/* footer:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 130px solid var(--gold);
	border-right: 130px solid transparent;
}

footer:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 130px solid var(--gold);
	border-left: 130px solid transparent;
} */

footer .footer-brand {
	width: 65%;
}

footer .inner-content {
	/*margin-top: 60px;*/
	padding: 30px 0px;
	text-align: left;
}

footer .inner-content p {
	text-transform: uppercase;
	color: var(--color-white);
}

footer .inner-content p i {
	color: var(--gold-light2);
	font-size: 22px;
}

footer .inner-content p:hover i {
	color: var(--pnm-gold);
}

footer .inner-content p a {
	color: var(--color-white);
	margin-left: 3px;
}

footer .inner-content p a:hover b {
	color: var(--gold);
}

footer .inner-content p.copyright a {
	font-weight: 700;
	color: var(--gold-light2);
}

footer .inner-content ul li {
	color: var(--color-white);
}


/* Product Page */

.products {
	position: relative;
	padding: 70px 0;
	background-image: linear-gradient(to bottom, transparent, var(--gold-light), var(--gold-light));
}

.products:before {
	content: "";
	/* width: 250px;
	height: 250px;
	background: url(../images/about-pho-ga.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0; */
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
	color: #cc7484;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #f33f3f;
	border-color: #f33f3f;
	color: #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243, 63, 63, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #f33f3f;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #cc7484;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image: url(../images/services-bg.html);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}


/* Clients */
.happy-clients {
	z-index: 1;
	position: relative;
	/* background: #fff; */
	padding: 70px 0;
}

.happy-clients:before {

	content: "";
	/* background: url(../images/bg-giavi.png) repeat center;
	background-size: 50%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: -1; */
}

.happy-clients .section-heading {
	position: relative;
	padding-bottom: 20px;
}

.section-heading:before {
	content: "";
	/* width: 314px;
	height: 135px;
	background: url(../images/que.png) no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.5; */
}

/*
.happy-clients:before {
	content: "";
	width: 100%;
	height: 45%;
	background: linear-gradient(45deg,var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
*/
.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}

.happy-clients .owl-nav .owl-prev,
.happy-clients .owl-nav .owl-next {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: var(--gold) !important;
	border-radius: 45px;
	font-size: 20px;
	transition: 0.5s;
}

.happy-clients .owl-nav .owl-prev i,
.happy-clients .owl-nav .owl-next i {
	font-size: 25px;
	color: var(--color-white);
}

.happy-clients .owl-nav .owl-prev {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.happy-clients .owl-nav .owl-next {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

/* .thumbnail {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */
.owl-clients .thumbnail {
	margin: 0;
}

.owl-clients .thumbnail img {
	border-radius: 1rem 1rem 0 0;
}

.thumbnail .item {
	border-radius: 0 0 1rem 1rem;

	text-align: center;
	padding: 10px;
	background: var(--gold);
	min-height: 85px;
	position: relative;
}

.thumbnail .item p {
	font-size: 16px;
}

.thumbnail .item p a {
	color: var(--color-white);
}

.thumbnail .item p a:hover {
	color: #fbe1b2;
}

.thumbnail .item p.lang {
	font-size: 13px;
	line-height: 23px;
}

.thumbnail p.pricing {
	color: #fbe1b2;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.happy-clients .popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9;
}

.happy-clients .popup-content {
	background: #fff;
	padding: 20px;
	width: 1000px;
	margin: 10% auto;
	position: relative;
}

.happy-clients .popup-content h3 {
	font-size: 22px;
	padding-bottom: 5px;
}

.happy-clients .popup-content p {
	padding: 5px 0;
	border-top: solid 1px #eee;
}

.happy-clients .popup-content p.pricing {
	color: var(--gold);
	font-size: 18px;
	font-weight: 600;
}

.happy-clients .popup-content .close {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer !important;
	z-index: 2;
}

/* ==== Pagination === */
.pagi {
	list-style: none;
}

.pagination {
	text-align: center;
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.num__btns {
	position: relative;
	display: flex;
	flex-direction: row;
}

.num__btn,
.num__nav {
	border: none;
	cursor: pointer;
	width: 35px;
	height: 35px;
	margin: 0 0.3rem;
	padding: 0 0 7px 0;
	color: #040404;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 16px;
	transition: all .2s ease;
	border-bottom: solid 3px transparent;
}

.num__btn--active,
.num__btn:hover,
.num__btn:focus,
.num__nav:hover {
	background: var(--gold);
	font-weight: 600;
	color: #fff;
	border-bottom: solid 3px #6c4c6c;
	border: none;
}

/* ==== Pagination === */


/* Promotion */
.sec_promotion {
	padding: 70px 0;
	background: url(../images/bg-spceial.jpg) no-repeat center;
	background-size: cover;
}

.sec_promotion img {
	max-width: 100%;
}

.sec_promotion a {
	display: block;
	background: var(--color-white);
	padding: 10px;
}

/*
.sec_promotion .poster {
	min-height: 800px;
	position: relative;
}
.sec_promotion .poster .item {
	width: 600px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px;
}
.sec_promotion .item button {
  border: none;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  line-height: 15px;
  text-align: center;
  background: #fff;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  border: solid 1px #ccc;
}
*/

/* Find Us */
.find-us {
	padding: 70px 0;
	background: var(--color-white);
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
}

.find-us p i {
	color: var(--gold);
}

.find-us h4 {
	font-size: 25px;
	color: var(--gold);
	margin-bottom: 5px;
}

.find-us .left-content {
	margin-left: 30px;
}

.find-us form {
	width: 100%;
	padding: 30px;
	border: solid 2px #ddd;
	border-radius: 10px;
	background: #f9f9f9;
}

.find-us .field {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.find-us .field label {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 500;
}

.find-us .field input {
	display: block;
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fff;
	font-size: 15px;
	height: 30px;
	padding: 0 10px;
}

.find-us .field textarea {
	display: block;
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fff;
	font-size: 15px;
	padding: 0 10px;
}

.find-us .field span {
	color: red;
}

.find-us input[type="submit"] {
	display: block;
	padding: 8px 30px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: var(--gold);
	color: var(--color-white);
	border-radius: 5px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
}


/* Send Message */
.send-message {
	margin-top: 100px;
}

.contact-form input {
	font-size: 15px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 15px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #cc7484;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #cc7484;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 17px;
	color: #1a6692 !important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #f33f3f !important;
}

.accordion a.active {
	color: #f33f3f !important;
}

.accordion li .content {
	display: none;
	margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

.banner h1 {
	color: var(--color-white);
	font-size: 4rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 15px;
	text-shadow: 2px 2px #000;
}

.banner h1 span {
	display: block;
	font-size: 6rem;
	line-height: 6rem;
	letter-spacing: 3px;
	text-shadow: none;
	font-family: 'Abigeta Display';
	background: linear-gradient(-45deg, var(--gold-light), var(--gold), var(--gold-light), var(--gold));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.color-price {
	color: var(--gold);
}

.line-dash {
	border: 0;
	height: 0.5px;
	width: 100%;
	margin: 40px 0;
}


/* Responsive Style */

@media (min-width: 768px) {

	.menu>li>ul.dropdown_menu {
		width: 200px !important;
	}

	.menu-item {
		width: 200px;
		float: left;
	}

	.price {
		font-weight: bold;
		color: white;
		text-align: right;
	}

	.filled-button.online-booking-btn.text-small {
		font-size: 17px !important;
	}

	.phone-booking {
		font-size: 48px;
		color: white;
		font-weight: 600;
		margin-top: 5px;
	}

	.border-right-col {
		border-right: 1px solid #dee2e6 !important;
	}

	.banner-item-02 {
		background-position: center;
	}

}

@media (min-width: 1024px) {
	header .navbar {
		padding: 10px 0;
	}

	.navbar .navbar-nav .nav-item {
		margin: 0px 5px;
	}

	/*Read more button*/
	.product-item .down-content {
		padding: 15px 0 15px 0;
	}

	.menu>li {
		width: 100%;
	}

	.menu li a {
		padding: 15px 10px;
	}

	.product-item .down-content .arrow {
		right: 8px;
		bottom: 23px;
	}

	.product-item .down-content h4 {
		font-size: 20px;
	}

	.filled-button.online-booking-btn.text-small {
		font-size: 25px !important;
		padding: 10px 35px !important;
	}

}

@media (min-width: 1440px) {
	/*header .navbar{*/
	/*padding: 17px 0px;*/
	/*}*/

	.left-content h4 {
		font-size: 40px;
	}

}


@media (max-width: 1280px) {

	header:before {
		border-bottom: 100px solid var(--gold);
		border-right: 100px solid transparent;
	}

	header:after {
		border-top: 100px solid var(--gold);
		border-left: 100px solid transparent;
	}

	footer:before {
		border-top: 80px solid var(--gold);
		border-right: 80px solid transparent;
	}

	footer:after {
		border-bottom: 80px solid var(--gold);
		border-left: 80px solid transparent;
	}

}


@media (max-width: 1024px) {

	header:before {
		border-bottom: 50px solid var(--gold);
		border-right: 50px solid transparent;
	}

	header:after {
		border-top: 50px solid var(--gold);
		border-left: 50px solid transparent;
	}

}

@media (max-width: 992px) {

	.navbar .navbar-brand {
		width: 30%;
	}

	.header-scrolled .navbar .navbar-brand {
		width: 20%;
	}

	#navbarResponsive {
		z-index: 99;
		position: relative;
		top: 100%;
		left: 0;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 20px;
		text-align: center;
	}

	#navbarResponsive .navbar-nav {
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		background-color: var(--gold-light);
	}

	.navbar .navbar-nav .dropdown-menu {
		width: 100%;
	}

	.navbar .navbar-nav .dropdown-menu a {
		text-align: center;
		font-size: 12px;
	}

	.navbar-nav .dropdown:hover .dropdown-menu,
	.navbar-nav .dropdown:focus .dropdown-menu {
		opacity: 0;
		display: none;
	}

	.navbar-nav .dropdown .dropdown-menu.show {
		display: block;
		opacity: 1;
		height: 50vh;
		overflow: hidden;
		overflow-y: scroll;
	}

	.navbar .navbar-nav .dropdown:hover .dropdown-toggle::after,
	.navbar .navbar-nav .dropdown:focus .dropdown-toggle::after,
	.navbar .navbar-nav .dropdown.active .dropdown-toggle::after {
		color: var(--black);
	}

	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar .navbar-nav a.nav-link {
		padding: 8px 0px;
		color: var(--black);
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: var(--color-white) !important;
		border-bottom: none !important;
		padding-bottom: 8px;
	}

	.product-item .down-content h4 {
		margin-bottom: 10px;
	}

	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}

	.product-item .down-content .arrow {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.page-heading {
		padding: 80px 0px;
	}

	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		min-height: 85vh;
	}

	.right-image {
		padding-top: 50px;
	}

	.about-features .section-heading {
		margin-bottom: 30px;
	}

	.about-features .section-heading span {
		position: relative;
		bottom: 0;
	}

	.about-features .section-heading h2 {
		padding-left: 0;
		line-height: 45px;
	}

	.about-features .left-content {
		padding-bottom: 30px;
	}

	.about-features .left-content img {
		position: relative;
		right: 0;
		top: 0;
		transform: translateY(0%);
		width: 100%;
		margin-top: 20px;
	}

	.about-features:before {
		width: 150px;
		height: 150px;
		bottom: auto;
		top: 0;
	}

	.booking-at-bottom h1 {
		padding-left: 0;
	}

	.booking-at-bottom h1 span {
		position: relative;
		left: 0;
		display: block;
	}

	.happy-clients .popup-content {
		width: 75%;
		margin: 3% auto;
		position: relative;
		overflow-y: auto;
	}

	.happy-clients .popup-content img {
		margin-bottom: 20px;
	}

	.happy-clients .popup-content .close {
		top: 0;
		right: 5px;
	}
}

@media (max-width: 768px) {

	.navbar .navbar-brand {
		width: 35%;
	}

	.header-scrolled .navbar .navbar-brand {
		width: 25%;
	}

	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		min-height: 65vh;
	}

	.banner .text-content .menu {
		width: 90%;
		margin-left: 5%;
	}

	.banner .text-content h4 {
		font-size: 17px;
	}

	.banner .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}

	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.banner-item-02 {
		background-position: 52%;
	}

	.page-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}

	.latest-products .section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}

	.product-item .down-content h4 {
		margin-bottom: 5px !important;
	}

	.product-item .down-content h6 {
		top: 5px !important;
		left: 1px !important;
	}

	.product-item .down-content .arrow {
		left: 1px !important;
		/*bottom: 5px!important;*/
		bottom: 0px !important;
		/*H edit*/
	}

	.call-to-action .inner-content {
		text-align: center;
	}

	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}

	.service-item {
		margin-bottom: 30px;
	}

	.find-us #map {
		margin-bottom: 30px;
	}

	.find-us .left-content {
		margin-left: 0px;
	}

	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}

	.section-heading {
		margin-bottom: 30px;
	}

	.title-small,
	.title-small-list {
		font-size: 16px !important;
	}

	.add-on .title-small {
		font-size: 14px !important;
	}

	.booking-at-bottom .inner-content {
		width: 100%;
		margin: 0 auto;
	}

	a.filled-button,
	.filled-button.online-booking-btn {
		font-size: 20px !important;
	}

	.thumbnail .item {
		min-height: auto;
	}

	.thumbnail p.pricing {
		position: relative;
		bottom: 0;
		left: 0;
		transform: translateX(0%);
	}

	.vege {
		bottom: -3rem !important;
		width: 6rem !important;
	}

	.pho-banner {
		top: -5rem !important;
		left: -2rem !important;
		width: 7rem !important;
	}

	.tomato {
		width: 8rem !important;
	}

	.pho-rice {
		bottom: -4rem !important;
		width: 5rem !important;
	}

	.ingre {
		bottom: -12rem !important;
		left: -8rem !important;
		width: 14rem !important;
	}

	.mi {
		width: 6rem !important;
	}
}

@media (max-width: 540px) {

	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		min-height: 60vh;
	}

	.banner .text-content {
		padding: 0 15px;
	}

	.box-service {
		padding: 0;
	}

	header:after,
	header:before {
		display: none;
	}

	.about-features:before,
	.products:before {
		width: 100%;
		height: 100%;
	}

	.happy-clients .owl-nav .owl-next {
		right: 0;
	}

	.happy-clients .owl-nav .owl-prev {
		left: 0;
	}

	.happy-clients .popup-content {
		width: 95%;
	}

}

@media (max-width: 480px) {

	.navbar .navbar-brand {
		width: 40%;
	}

	.phone-booking {
		font-size: 40px !important;
		color: white;
		font-weight: 500;
	}

	/* .online-booking-btn{
		padding: 10px 20px !important;
		font-size: 20px !important;
	} */
	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		min-height: 50vh;
	}

	.banner h1 {
		font-size: 3rem;
	}

	.banner h1 span {
		font-size: 5rem;
	}

	.banner .text-content h3 {
		line-height: 32px;
		font-size: 22px;
	}

	a.filled-button,
	.filled-button.online-booking-btn,
	.filled-button.online-booking-btn.btn-book-promotion {
		font-size: 16px !important;
	}

	.product-item .down-content h4 {
		font-size: 20px;
	}
}


@media (max-width: 375px) {

	.navbar .navbar-brand {
		width: 45%;
	}

	.header-scrolled .navbar .navbar-brand {
		width: 30%;
	}

	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		min-height: 70vh;
	}

	.banner h1 {
		font-size: 2.5rem;
		line-height: 2rem;
	}

	.banner h1 span {
		font-size: 4rem;
	}

	.section-heading h2 {
		font-size: 40px;
		line-height: 50px;
	}

	footer .col-date {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	footer .col-hour {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 15px !important;
	}

}

.menu>li>ul.dropdown_menu {
	width: 180px;
	background: #cc7484;
}

.dropdown_menu li {
	width: 100%;
	border-bottom: 1px solid white;
}

.price {
	font-weight: bold;
}

button:focus {
	outline: none;
}


/*mneu in Modal*/
.modal {
	z-index: 99999;
}

.menu-popup .menu-item,
.menu-popup .price {
	color: #cc7484;
}

.menu-popup .menu-item {
	width: 460px;
}

.menu-popup li {
	border-bottom: 1px solid #f4f4f4;
	width: 100%;
}

.text-black {
	color: #cc7484;
}

a {
	cursor: pointer;
}

.menu-popup li.no-line {
	border: none;
}

.left-column-day {
	width: 100px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
}

.text-banner-01 h3 {
	color: white;
	text-shadow: 2px 2px #000;
	font-weight: 500;
	letter-spacing: 2px;
}

.color-yellow {
	color: #fff473;
}

.no-border {
	border-bottom: none !important;
}

.text-bold {
	color: #000;
	font-weight: bold;
	display: block;
	font-size: 18px;
	width: 100%;
}

.ul-service li {
	color: #4a4a4a;
	font-weight: 400;
	font-size: 15px;
	padding: 3px 0;
}

.products .filters li.description {
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	padding: 10px 0;
	margin-bottom: 30px;
}

/*css for SERVICE MENU*/
.background-service {
	background-image: url("../images/sunny-nails-service-01.html");
	min-height: 150px;
}

.title-service {
	padding: 50px 0;
	color: white;

}

.title-service {
	font-size: 30px;
	color: white;
}

.description p {
	font-size: 15px;
	color: #626262;
	margin-bottom: 20px;
	text-align: justify;
}

.div-title {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.title-big {
	width: 100%;
	line-height: 32px;
	font-size: 22px;
	color: var(--color-text);
	background: linear-gradient(45deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
	font-weight: 600;
	padding: 3px 10px;
	text-transform: uppercase;
}

.title-big-sub {
	font-size: 22px;
	color: #cc7484;
	font-weight: 300;
	padding: 0 0 0 16px;
	letter-spacing: 1px;
	font-family: 'Abigeta Display';
	text-transform: uppercase;
}

.title-small,
.title-small-list {
	font-size: 17px;
	color: var(--color-text);
	margin: 0;
	padding: 10px 0 5px;
	line-height: 25px;
	font-weight: 500;
}

.title-small span.new {
	color: #000;
	font-size: 16px;
	animation: color-change 1s infinite;
}

@keyframes color-change {
	0% {
		color: red;
	}

	50% {
		color: blue;
	}

	100% {
		color: red;
	}
}

.description {
	color: #4a4a4abd;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	display: block;
	font-weight: 300;
	padding-top: 5px;
}

.title-small .description b {
	color: #4a4a4abd;
}

.title-small-list {
	margin-bottom: 16px;
}

.text-price {
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
}

.border-right-img {
	background: #fff;
	padding: 8px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.border-right-img img {
	max-width: 100%;
}

.color-bold {
	color: #a5792b;
}

#women .owl-item:hover h4 {
	color: #ffde97;
}

.add-on .title-small {
	font-size: 15px;
	font-weight: 400;
}

.add-on .price {
	font-weight: 400;
	font-size: 15px;
	color: black;
}

.color-grey {
	color: #999;
}

.title-small-sub {
	font-size: 15px;
	color: #666;
	padding-left: 10px;
}

.description p {
	margin-bottom: 10px;
}

h4.font-small {
	font-size: 1.5rem;
}

.line-dash-small {
	margin: 20px 0;
	border: 1px dotted #dedede;
	height: 0.5px;
	width: 100%;
}

.call-to-action .inner-content.no-background {
	background-color: transparent;
}




/* ====book======= */

.pnm-widget {


	/* max-width: 420px; */
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(10px, 2.5vh, 18px);
	font-family: 'Be Vietnam Pro', sans-serif;
	color: var(--pnm-ink);
}



/* ---------- Sân khấu sách ---------- */
.pnm-widget .pnm-stage {
	width: 100%;
	/* width: min(92vw, 380px, calc(62dvh * 380 / 560)); */
	/* aspect-ratio: 16/9;
	perspective: 2200px; */
	height: 800px;
	position: relative;
}

/* gờ dày mô phỏng chồng giấy phía sau sách */
.pnm-widget .pnm-stage::after {
	content: "";
	position: absolute;
	right: -3px;
	top: 4px;
	bottom: 4px;
	width: 6px;
	background: repeating-linear-gradient(180deg, #d9cba9 0 2px, #c9b989 2px 4px);
	border-radius: 0 3px 3px 0;
	box-shadow: 2px 0 10px rgba(0, 0, 0, .35);
	z-index: 0;
}

/* clip phần xoay ra ngoài khung khi lật -> chỉ luôn hiện đúng 1 mặt */
.pnm-widget .pnm-frame {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: 4px;
}

.pnm-widget .pnm-book {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	filter: drop-shadow(0 25px 40px rgba(0, 0, 0, .55));
	/* user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	touch-action: none; */
}

.pnm-widget .pnm-leaf {
	position: absolute;
	inset: 0;
	transform-style: preserve-3d;
	transform-origin: left center;
	transform: rotateY(0deg);
	transition: transform .58s cubic-bezier(.4, .05, .2, 1);
	will-change: transform;
	cursor: pointer;
}

.pnm-widget .pnm-leaf.pnm-flipped {
	transform: rotateY(-180deg);
}

.pnm-widget .pnm-face {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 4px;
	overflow: hidden;
	background: #fff8eb;
	box-shadow: inset 0 0 0 1px rgba(43, 27, 20, .08);
}

.pnm-widget .pnm-face::before {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 40px rgba(43, 27, 20, .18);
	pointer-events: none;
}

.pnm-widget .pnm-face.pnm-back {
	transform: rotateY(180deg);
	background:
		radial-gradient(circle at 50% 50%, rgba(122, 31, 43, .05), transparent 60%),
		var(--pnm-paper-2);
}

.pnm-widget .pnm-face.pnm-back .pnm-mark {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(122, 31, 43, .18);
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1.6;
	transform: rotate(-6deg);
}

.pnm-widget .pnm-leaf::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: linear-gradient(135deg, transparent 50%, rgba(122, 31, 43, .16) 50%);
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s ease;
}

.pnm-widget .pnm-leaf.pnm-active::after {
	opacity: 1;
}

.pnm-widget .pnm-content {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 26px 22px 20px;
}

/* ---- Bìa ---- */
.pnm-widget .pnm-cover {
	background: linear-gradient(160deg, var(--pnm-broth) 0%, var(--pnm-broth-dark) 100%);
	color: var(--pnm-paper);
	text-align: center;
	justify-content: center;
	align-items: center;
}

.pnm-widget .pnm-ring {
	padding: 1rem;
	width: min(58%, 190px);
	aspect-ratio: 1/1;
	border: 1.5px solid var(--gold-light2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	position: relative;
}

.pnm-widget .pnm-ring::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid var(--gold-light2);
	border-radius: 50%;
}

.pnm-widget .pnm-bowl {
	width: 58%;
}

.pnm-widget .pnm-eyebrow {
	color: var(--gold-light2);
	font-size: 11px;
	letter-spacing: .4em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}

.pnm-widget .pnm-cover h1 {
	color: var(--gold-light2);
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	font-size: clamp(28px, 6.6vw, 38px);
	margin: 0 0 8px;
}

.pnm-widget .pnm-sub {
	font-size: 12.5px;
	letter-spacing: .08em;
	opacity: .85;
	max-width: 80%;
}

.pnm-widget .pnm-divider {
	width: 60px;
	height: 1px;
	background: var(--gold-light2);
	margin: 16px 0;
}

.pnm-widget .pnm-tap {
	margin-top: auto;
	padding-top: 22px;
	font-size: 11px;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--gold-light2);
	display: flex;
	align-items: center;
	gap: 8px;
}

.pnm-widget .pnm-tap svg {
	width: 16px;
	height: 16px;
	animation: pnm-nudge 1.6s ease-in-out infinite;
}

@keyframes pnm-nudge {

	0%,
	100% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(5px)
	}
}

.pnm-widget .pnm-back-cover {
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.pnm-widget .pnm-stamp {
	padding: .5rem;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	border: 1.5px solid var(--pnm-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pnm-gold);
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 13px;
	transform: rotate(-8deg);
	margin: auto 0;
}

/* ---- Trang menu ---- */
.pnm-widget .pnm-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	border-bottom: 1px solid rgba(122, 31, 43, .25);
	padding-bottom: 8px;
	margin-bottom: 4px;
}

.pnm-widget .pnm-head h2 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	color: var(--gold);
	font-size: clamp(18px, 4.2vw, 22px);
	margin: 0;
}

.pnm-widget .pnm-num {
	font-size: 10px;
	letter-spacing: .15em;
	color: var(--gold);
	font-weight: 600;
}

.pnm-widget .pnm-note {
	font-size: 11px;
	color: var(--pnm-sage);
	font-style: italic;
	margin: 4px 0 10px;
}

.pnm-widget .pnm-items {
	margin-bottom: .5rem;
	overflow-y: auto;
	touch-action: pan-y
		/* display: flex;
	flex-direction: column;
	gap: 9px;
	overflow: hidden; */
}

.pnm-widget .pnm-item {
	padding-right: .5rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px dotted rgba(128, 128, 128, 0.326);
	/* display: flex;
	align-items: flex-start; 
	gap: 6px;*/
}

.pnm-widget .pnm-item .pnm-name {
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
}

.pnm-widget .pnm-item .pnm-desc {
	font-size: 11px;
	color: #5c473a;
	display: block;
	font-weight: 400;
	/* margin-top: 1px; */
}

.pnm-widget .pnm-leader {
	flex: 1;
	border-bottom: 1px dotted rgba(43, 27, 20, .35);
	margin: 0 6px;
	transform: translateY(-4px);
}

.pnm-widget .pnm-price {

	font-weight: 700;
	font-size: 13px;
	color: var(--gold);
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.pnm-widget .pnm-col {
	display: flex;
	flex-direction: column;
}

.pnm-widget .pnm-footer {
	margin-top: auto;
	padding-top: 10px;
	text-align: center;
	font-size: 9.5px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 600;
	border-top: 1px solid rgba(122, 31, 43, .15);
}

/* ---------- Nút điều khiển ---------- */
.pnm-widget .pnm-controls {
	display: flex;
	align-items: center;
	gap: 16px;
}

.pnm-widget .pnm-controls button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(201, 161, 90, .5);
	background: var(--gold);
	color: var(--gold-light);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .2s ease, transform .15s ease;
	touch-action: manipulation;
}

.pnm-widget .pnm-controls button:disabled {
	opacity: .3;
	cursor: default;
}

.pnm-widget .pnm-controls button:not(:disabled):hover {
	background: #bc1c2482;
	transform: translateY(-1px);
}

.pnm-widget .pnm-controls button svg {
	width: 18px;
	height: 18px;
}

.pnm-widget #pnm-indicator {
	font-size: 15px;
	letter-spacing: .15em;
	min-width: 56px;
	text-align: center;
}

.pnm-widget .title {
	font-size: 15px;
}

.pnm-widget .pnm-hint {
	color: rgba(43, 27, 20, .55);
	font-size: 11px;
	letter-spacing: .05em;
	text-align: center;
	max-width: 320px;
	padding: 0 12px;
}


.pnm-stage-gallery {
	height: 670px !important;
}

@media (max-width:780px) {
	.pnm-widget .pnm-cover h1 {
		font-size: 26px;
	}

	.pnm-widget .pnm-stage {
		height: calc(75vh + 0rem) !important;
		width: 100%;
		aspect-ratio: initial;
		position: relative;
	}

	.pnm-widget .pnm-price {
		padding-right: 0;
		padding-left: 5px;
	}

	.pnm-widget .title {
		font-size: 12px;
	}
}

/* ====book======= */




.vege {
	position: absolute;
	bottom: -5rem;
	left: 0;
	z-index: 1;
	width: 14rem;
}


.tomato {
	position: absolute;
	bottom: -4rem;
	left: 0;
	width: 13rem;
	box-shadow: none !important;
}

.pho-banner {
	z-index: 1;
	box-shadow: none !important;

	position: absolute;
	top: -23rem;
	left: -13rem;
	width: 32rem;
}

.pho-rice {
	box-shadow: none !important;

	position: absolute;
	bottom: -10rem;
	right: 0;
	width: 15rem;
}

.ingre {
	position: absolute;
	bottom: -15rem;
	left: -10rem;
	width: 25rem;
}

.mi {
	z-index: 1;
	position: absolute;
	top: -0;
	right: 0;
	width: 20rem;
}



section {
	scroll-margin-top: 80px;
}



.img-gallery {
	margin-bottom: 1rem;
	position: relative;
}

.img-gallery p {
	border-radius: 0 1rem 0 0;
	padding: 0 5px;
	font-size: 11px;
	background-color: var(--black);
	color: white;
	font-style: italic;
	position: absolute;
	bottom: 0;
	left: 0;
}



/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #F5EEDF; /* Màu nền */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background:var(--pnm-broth); /* Màu thanh kéo */
    border-radius: 10px;
    border: 2px solid #F5EEDF;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--pnm-broth-dark);
}