/*!
Theme Name: nursebookingthemes
Theme URI: http://underscores.me/
Author: GMO-Runsystem
Author URI: http://underscores.me/
Description: This is theme for nursebooking
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nursebookingthemes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------*/
html,
body {
	overflow-x: hidden;
}

@font-face {
	font-family: "OpenSans";
	src: url("fonts/open-sans-v29-vietnamese-regular.eot");
	src: url("fonts/open-sans-v29-vietnamese-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v29-vietnamese-regular.woff") format("woff"), url("fonts/open-sans-v29-vietnamese-regular.ttf") format("truetype"), url("fonts/open-sans-v29-vietnamese-regular.svg#OpenSans") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("fonts/open-sans-v29-vietnamese-500.eot");
	src: url("fonts/open-sans-v29-vietnamese-500.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v29-vietnamese-500.woff") format("woff"), url("fonts/open-sans-v29-vietnamese-500.ttf") format("truetype"), url("fonts/open-sans-v29-vietnamese-500.svg#OpenSans") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("fonts/open-sans-v29-vietnamese-600.eot");
	src: url("fonts/open-sans-v29-vietnamese-600.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v29-vietnamese-600.woff") format("woff"), url("fonts/open-sans-v29-vietnamese-600.ttf") format("truetype"), url("fonts/open-sans-v29-vietnamese-600.svg#OpenSans") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("fonts/open-sans-v29-vietnamese-700.eot");
	src: url("fonts/open-sans-v29-vietnamese-700.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v29-vietnamese-700.woff") format("woff"), url("fonts/open-sans-v29-vietnamese-700.ttf") format("truetype"), url("fonts/open-sans-v29-vietnamese-700.svg#OpenSans") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("fonts/open-sans-v29-vietnamese-italic.eot");
	src: url("fonts/open-sans-v29-vietnamese-italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v29-vietnamese-italic.woff") format("woff"), url("fonts/open-sans-v29-vietnamese-italic.ttf") format("truetype"), url("fonts/open-sans-v29-vietnamese-italic.svg#OpenSans") format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Fraunces";
	src: url("fonts/Fraunces_9pt-Thin.ttf");
	font-weight: 300;
}

@font-face {
	font-family: "Fraunces";
	src: url("fonts/Fraunces_9pt-Regular.ttf");
	font-weight: 400;
}

@font-face {
	font-family: "Fraunces";
	src: url("fonts/Fraunces_9pt-SemiBold.ttf");
	font-weight: 600;
}

@font-face {
	font-family: "Fraunces";
	src: url("fonts/Fraunces_9pt-Bold.ttf");
	font-weight: 700;
}

@font-face {
	font-family: "Inter";
	src: url("fonts/Inter_18pt-Regular.ttf");
	font-weight: 400;
}

@font-face {
	font-family: "Inter";
	src: url("fonts/Inter_18pt-Medium.ttf");
	font-weight: 600;
}

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Fraunces", sans-serif !important;
	margin: 0;
	padding: 0;
	background-color: #f5f3ee;
	color: #707070;
}

@media (max-width: 767.98px) {
	body {
		font-size: 1.4rem;
	}
}

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

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.owl-dot:focus {
	outline: none;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

a:hover {
	color: #fff;
}

.wrapper {
	overflow: auto;
}

.modal-open {
	padding-right: 0 !important;
}

.owl-next:focus,
.owl-prev:focus {
	outline: none;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-carousel {
	padding-left: 0;
	padding-right: 0;
}

.btn {
	margin: 2rem auto 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 1.1rem 1.4rem 1.1rem 1.5rem;
	border-radius: 0.6rem;
	transition: all 0.3s ease;
	display: block;
	width: fit-content;
}

@media (max-width: 767.98px) {
	.btn {
		margin: 1rem auto 0;
	}
}

.btn.btn-primary {
	background-color: #cb1515;
	border-color: #cb1515;
}

.btn.btn-primary:hover {
	background-color: #cb1515;
	color: #fff;
}

.btn.btn-primary:focus {
	background-color: #fff;
	color: #cb1515;
}

.btn.btn-primary:active {
	background-color: #fff;
	color: #cb1515;
}

.menu-bars-close {
	transition: 0.5s;
}

.menu-bars-close--toggle {
	width: 100vw;
	height: 100vh;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	display: block;
	top: 0;
	left: 0;
}

.view-all {
	width: 16rem;
}

.view-all img {
	padding-left: 1rem;
	display: inline-block !important;
	width: unset !important;
}

.mgr-1 {
	margin-right: 1rem;
}

.pd-26 {
	padding-top: 26rem !important;
}

.notify-message {
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: #fff;
	/* Background color for notification */
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 999999;
}

.header {
	padding: 2.4rem 15rem;
	background-color: #0d6346 !important;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1920px) {
	.header {
		padding: 2.4rem 24rem;
	}
}

@media screen and (max-width: 1024px) {
	.header {
		padding: 2.4rem 1.5rem;
	}
}

.header.stuck {
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-animation: stuckMoveDown 0.6s;
	animation: stuckMoveDown 0.6s;
	z-index: 100;
}

.header .logo-img {
	width: 21.5rem;
	height: 4rem;
}

@media screen and (max-width: 767px) {
	.header .logo-img {
		width: 15rem;
		height: 2.8rem;
	}
}

.header .menu {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.header .menu {
		display: none;
	}
}

.header .menu .menu-item {
	cursor: pointer;
	border-radius: 100px;
	text-align: center;
}

.header .menu .menu-item a {
	padding: 2rem 2.4rem;
	width: 100%;
	color: #fff;
	font-size: 18px;
}

.header .menu .menu-item a:hover {
	border-radius: 100px;
	background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1024px) {
	.header .phone-call {
		display: none;
	}
}

.header .phone-call .phone-btn {
	font-family: Inter;
	background-color: #0d6346;
	height: 5.2rem;
	padding: 0 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	width: fit-content;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: opacity 0.2s linear;
	font-size: 16px;
}

.header .phone-call .phone-btn img {
	width: 16px;
	height: 16px;
}

.header .phone-call .phone-btn:focus {
	outline: none;
}

.header .phone-call .phone-btn:hover {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

.header .collapse-menu-icon {
	display: none;
}

@media screen and (max-width: 1024px) {
	.header .collapse-menu-icon {
		display: block;
	}
}

@-webkit-keyframes stuckMoveDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes stuckMoveDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.home-main .hero-image {
	width: 100%;
	height: 980px;
	background-image: url("images/background-hero-img.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.home-main .hero-image {
		background: #0d6346 none;
		height: fit-content;
		padding: 5.3rem 1.6rem 2.6rem;
	}
}

.home-main .hero-image .product-img-pc {
	position: absolute;
	right: 0;
	top: 0;
	height: inherit;
}

@media screen and (max-width: 1024px) {
	.home-main .hero-image .product-img-pc {
		display: none;
	}
}

.home-main .hero-image .product-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	position: relative;
	gap: 4rem;
	width: 40.5rem;
	height: 100%;
	margin-left: 15rem;
}

@media (min-width: 1920px) {
	.home-main .hero-image .product-info {
		margin-left: 24rem;
	}
}

@media screen and (max-width: 1024px) {
	.home-main .hero-image .product-info {
		width: 100%;
		margin: 0 !important;
		align-items: center;
	}
}

.home-main .hero-image .product-info .title {
	text-shadow: 1px 1px 1px gray;
	font-size: 6rem;
	line-height: 7.2rem;
	font-weight: 600;
}

@media screen and (max-width: 1024px) {
	.home-main .hero-image .product-info .title {
		text-align: center;
		font-size: 3.2rem;
		line-height: 3.8rem;
	}
}

.home-main .hero-image .product-info .description {
	text-shadow: 0.5px 0.5px 0.5px gray;
	font-family: Inter;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

@media screen and (max-width: 1024px) {
	.home-main .hero-image .product-info .description {
		text-align: center;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
}

.home-main .hero-image .product-info .book-btn {
	font-family: Inter;
	font-family: Inter;
	background-color: #f05b24;
	height: 5.6rem;
	padding: 0 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	width: fit-content;
	border-radius: 100px;
	border: 1px solid #f05b24;
	transition: opacity 0.2s linear;
	font-size: 18px;
}

.home-main .hero-image .product-info .book-btn:focus {
	outline: none;
}

.home-main .hero-image .product-info .book-btn:hover {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

@media screen and (max-width: 767px) {
	.home-main .hero-image .product-info .book-btn {
		font-family: Inter;
		background-color: #f05b24;
		height: 4.8rem;
		padding: 0 2.8rem;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		color: #fff;
		width: fit-content;
		border-radius: 100px;
		border: 1px solid #f05b24;
		transition: opacity 0.2s linear;
		font-size: 16px;
	}
	.home-main .hero-image .product-info .book-btn:focus {
		outline: none;
	}
	.home-main .hero-image .product-info .book-btn:hover {
		opacity: 0.7;
		transition: opacity 0.2s linear;
	}
}

.home-main .hero-image .product-info .product-img-mobile {
	display: none;
}

@media screen and (max-width: 1024px) {
	.home-main .hero-image .product-info .product-img-mobile {
		display: inline;
	}
}

.home-main .services {
	padding: 0 15rem;
	margin-top: 12rem;
}

@media (min-width: 1920px) {
	.home-main .services {
		padding: 0 24rem;
	}
}

@media screen and (max-width: 1024px) {
	.home-main .services {
		margin-top: 5rem;
		padding: 0 5rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .services {
		margin-top: 4.8rem;
		padding: 0 1.6rem;
	}
}

.home-main .services .head-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-main .services .head-section span {
	font-size: 5.2rem;
	line-height: 6.24rem;
	font-weight: 600;
	color: black;
}

@media screen and (max-width: 1024px) {
	.home-main .services .head-section span {
		font-size: 3.2rem;
		line-height: 3.84rem;
	}
}

.home-main .services .head-section .view-all-in-home-service-btn {
	font-size: 2rem;
	line-height: 3rem;
	font-family: Inter;
	background-color: transparent;
	height: 5.6rem;
	padding: 0 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #f05b24;
	width: fit-content;
	border-radius: 100px;
	border: 1px solid #f05b24;
	transition: opacity 0.2s linear;
	font-size: 2rem;
}

.home-main .services .head-section .view-all-in-home-service-btn:focus {
	outline: none;
}

.home-main .services .head-section .view-all-in-home-service-btn:hover {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

@media screen and (max-width: 1024px) {
	.home-main .services .head-section .view-all-in-home-service-btn {
		font-family: Inter;
		background-color: transparent;
		height: 4.5rem;
		padding: 0 3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		color: #f05b24;
		width: fit-content;
		border-radius: 100px;
		border: 1px solid #f05b24;
		transition: opacity 0.2s linear;
		font-size: 16px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.home-main .services .head-section .view-all-in-home-service-btn:focus {
		outline: none;
	}
	.home-main .services .head-section .view-all-in-home-service-btn:hover {
		opacity: 0.7;
		transition: opacity 0.2s linear;
	}
}

@media screen and (max-width: 767px) {
	.home-main .services .head-section .view-all-in-home-service-btn {
		display: none;
	}
}

.home-main .services .card-section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
	.home-main .services .card-section {
		margin-top: 3rem;
	}
}

.home-main .services .card-section .single-card {
	background: #fff;
	width: 32%;
	border-radius: 2rem;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
	.home-main .services .card-section .single-card {
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	.home-main .services .card-section .single-card {
		width: 100%;
	}
}

.home-main .services .card-section .single-card img {
	border-radius: 2rem;
	width: 100%;
	aspect-ratio: 464 / 289;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.home-main .services .card-section .single-card img {
		height: 24rem;
	}
}

.home-main .services .card-section .single-card .card-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.home-main .services .card-section .single-card .card-content .category {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-family: Inter;
	color: #f05b24;
}

@media screen and (max-width: 767px) {
	.home-main .services .card-section .single-card .card-content .category {
		font-size: 15px;
	}
}

.home-main .services .card-section .single-card .card-content .title {
	color: #2B3E37;
	font-size: 2.4rem;
	line-height: 3.12rem;
}

.home-main .services .card-section .view-all-in-home-service-btn-mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.home-main .services .card-section .view-all-in-home-service-btn-mobile {
		font-family: Inter;
		background-color: transparent;
		height: 4.5rem;
		padding: 0 3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		color: #f05b24;
		width: fit-content;
		border-radius: 100px;
		border: 1px solid #f05b24;
		transition: opacity 0.2s linear;
		font-size: 16px;
		font-size: 2rem;
		line-height: 3rem;
		font-family: Inter;
		width: 100%;
	}
	.home-main .services .card-section .view-all-in-home-service-btn-mobile:focus {
		outline: none;
	}
	.home-main .services .card-section .view-all-in-home-service-btn-mobile:hover {
		opacity: 0.7;
		transition: opacity 0.2s linear;
	}
}

.home-main .locations {
	margin-top: 12rem;
	padding: 0 15rem;
}

@media (min-width: 1920px) {
	.home-main .locations {
		padding: 0 24rem;
	}
}

@media screen and (max-width: 1024px) {
	.home-main .locations {
		margin-top: 5rem;
		padding: 0 5rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .locations {
		margin-top: 4rem;
		padding: 0 1.6rem;
	}
}

.home-main .locations .location-header {
	display: flex;
	flex-direction: column;
}

.home-main .locations .location-header .title {
	font-size: 5.2rem;
	line-height: 6.24rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
	.home-main .locations .location-header .title {
		margin-bottom: 2.4rem;
		font-size: 3.2rem;
		line-height: 3.84rem;
	}
}

.home-main .locations .location-header .description {
	font-family: Inter;
	color: #000;
}

@media screen and (max-width: 1024px) {
	.home-main .locations .location-header .description {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .locations .location-header .description {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.home-main .locations .location-body {
	margin-top: 4rem;
	display: flex;
	gap: 3%;
}

@media screen and (max-width: 1024px) {
	.home-main .locations .location-body {
		display: none;
	}
}

.home-main .locations .location-body .map {
	width: 100%;
}

.home-main .locations .location-body .map iframe {
	width: 100%;
	border-radius: 4rem;
}

.home-main .locations .location-body-mobile {
	display: none;
}

@media screen and (max-width: 1024px) {
	.home-main .locations .location-body-mobile {
		display: flex;
		flex-direction: column;
		background-color: #fff;
		padding: 1.6rem;
		border-radius: 2rem;
		margin-top: 2.4rem;
		position: relative;
	}
	.home-main .locations .location-body-mobile .arrow {
		width: 3rem;
		height: 3rem;
		position: absolute;
		top: 1.6rem;
		right: 1.6rem;
	}
	.home-main .locations .location-body-mobile .map iframe {
		width: 100%;
		aspect-ratio: 4/3;
		object-fit: cover;
		border-radius: 2rem;
	}
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
	.home-main .locations .location-body-mobile .map iframe {
		aspect-ratio: 3/4;
	}
}

.home-main .about-us {
	margin-top: 12rem;
}

@media screen and (max-width: 1024px) {
	.home-main .about-us {
		margin-top: 5rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .about-us {
		margin-top: 4rem;
	}
}

.home-main .about-us .about-header {
	padding: 0 15rem;
	display: flex;
	align-items: center;
}

@media (min-width: 1920px) {
	.home-main .about-us .about-header {
		padding: 0 24rem;
	}
}

@media screen and (max-width: 1024px) {
	.home-main .about-us .about-header {
		padding: 0 5rem;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.home-main .about-us .about-header {
		padding: 0 1.6rem;
	}
}

.home-main .about-us .about-header .title {
	font-size: 5.2rem;
	line-height: 6.24rem;
	font-weight: 600;
	color: #000;
	width: 38%;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.home-main .about-us .about-header .title {
		margin-bottom: 2.4rem;
		font-size: 3.2rem;
		line-height: 3.84rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .about-us .about-header .title {
		width: 100%;
	}
}

.home-main .about-us .about-header .description {
	font-family: Inter;
	color: #000;
	width: 65%;
}

@media screen and (max-width: 767px) {
	.home-main .about-us .about-header .description {
		width: 100%;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.home-main .about-us .about-img {
	margin-top: 4rem;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.home-main .about-us .about-img {
		margin-top: 2.4rem;
		padding: 0 16px;
	}
}

.home-main .about-us .about-img img {
	aspect-ratio: 12/5;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.home-main .about-us .about-img img {
		aspect-ratio: 343/400;
		object-fit: cover;
		border-radius: 20px;
	}
}

.home-main .reasons {
	margin: 8rem 0 12rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
}

@media screen and (max-width: 1024px) {
	.home-main .reasons {
		margin: 5rem 0 5rem 0;
		padding: 0 5rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .reasons {
		margin: 2.4rem 0 4rem 0;
		padding: 0 1.6rem;
	}
}

.home-main .reasons .reason-title {
	font-size: 4rem;
	line-height: 4.8rem;
	font-weight: 600;
	width: 40%;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.home-main .reasons .reason-title {
		width: 100%;
		font-size: 2rem;
		line-height: 2.6rem;
	}
}

.home-main .reasons .reason-abstract {
	margin: 2.4rem 0 4.8rem 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.82rem;
	font-family: Inter;
}

@media screen and (max-width: 1024px) {
	.home-main .reasons .reason-abstract {
		margin: 2.4rem 0;
	}
}

@media screen and (max-width: 767px) {
	.home-main .reasons .reason-abstract {
		font-size: 1.2rem;
		line-height: 1.56rem;
	}
}

.home-main .reasons .reason-description {
	width: 52%;
	text-align: center;
	font-family: Inter;
}

@media screen and (max-width: 1024px) {
	.home-main .reasons .reason-description {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.home-main .reasons .reason-description {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.home-main .contact-us {
	margin-top: 10rem;
	margin-bottom: 10rem;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .contact-us {
		margin-top: 4rem;
		margin-bottom: 11.5rem;
	}
}

.home-main .contact-us .contact-header {
	display: flex;
	align-items: center;
	padding: 0 15rem;
}

@media (min-width: 1920px) {
	.home-main .contact-us .contact-header {
		padding: 0 24rem;
	}
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-header {
		padding: 0 5rem;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.home-main .contact-us .contact-header {
		padding: 0 1.6rem;
	}
}

.home-main .contact-us .contact-header .title {
	font-size: 5.2rem;
	line-height: 6.24rem;
	font-weight: 600;
	color: #000;
	margin: 0;
	width: 38%;
}

@media screen and (max-width: 1220px) {
	.home-main .contact-us .contact-header .title {
		font-size: 45px;
	}
}

@media screen and (max-width: 767px) {
	.home-main .contact-us .contact-header .title {
		margin-bottom: 2.4rem;
		font-size: 3.2rem;
		line-height: 3.84rem;
		font-weight: 600;
		width: unset;
	}
}

.home-main .contact-us .contact-header .description {
	color: #000;
	width: 65%;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-family: Inter;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-header .description {
		width: unset;
		margin-bottom: 24px;
		font-size: 15px;
	}
}

.home-main .contact-us .contact-form-container {
	display: flex;
	background-color: #fff;
	border-radius: 4rem;
	font-family: "Inter";
	margin: 4rem 15rem 0;
}

@media (min-width: 1920px) {
	.home-main .contact-us .contact-form-container {
		margin: 4rem 24rem 0;
	}
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container {
		margin: 0;
		border-radius: 0;
		flex-direction: column;
	}
}

.home-main .contact-us .contact-form-container .info-side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 40%;
	padding: 6.6rem 4rem 8.6rem;
	background-color: #0d6346;
	border-radius: 4rem;
	color: #fff;
	background-image: url("images/contact-map.png");
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container .info-side {
		width: 100%;
		border-radius: 0;
		padding: 1.6rem;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container .info-side .main-info-list {
		display: flex;
		flex-direction: column;
		gap: 0.8rem;
	}
}

.home-main .contact-us .contact-form-container .info-side .main-info-list .group-info {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container .info-side .main-info-list .group-info {
		gap: 0.8rem;
	}
	.home-main .contact-us .contact-form-container .info-side .main-info-list .group-info > img {
		width: 2.4rem;
		height: 2.4rem;
	}
	.home-main .contact-us .contact-form-container .info-side .main-info-list .group-info .info-title {
		display: none;
	}
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
	.home-main .contact-us .contact-form-container .info-side .main-info-list .group-info .info-data {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.home-main .contact-us .contact-form-container .info-side .working-hour {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container .info-side .working-hour {
		gap: 1.05rem;
	}
}

.home-main .contact-us .contact-form-container .info-side .working-hour .working-hour-title {
	font-size: 3.2rem;
	line-height: 4.8rem;
	margin-bottom: 0.8rem;
	font-weight: 600;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container .info-side .working-hour .working-hour-title {
		font-size: 2.2rem;
		margin-top: 1.6rem;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.home-main .contact-us .contact-form-container .info-side .working-hour .working-hour-title {
		font-size: 1.8rem;
		line-height: 2.7rem;
	}
}

.home-main .contact-us .contact-form-container .info-side .working-hour .working-hour-data {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container .info-side .working-hour .working-hour-data {
		justify-content: space-between;
		gap: unset;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.home-main .contact-us .contact-form-container .form-side {
	width: 60%;
	padding: 6.6rem 11.8rem 8.6rem;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container .form-side {
		width: 100%;
		border-radius: 0;
		padding: 2.4rem 1.6rem 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .contact-us .contact-form-container .form-side {
		padding-bottom: 0;
	}
}

.home-main .contact-us .contact-form-container .form-side .form-title {
	font-size: 2.8rem;
	line-height: 4.2rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 3.1rem;
	display: flex;
}

@media screen and (max-width: 767px) {
	.home-main .contact-us .contact-form-container .form-side .form-title {
		font-size: 1.8rem;
		line-height: 2.7rem;
		margin-bottom: 2.4rem;
	}
}

.home-main .contact-us .contact-form-container .form-side .form-group {
	position: relative;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
	.home-main .contact-us .contact-form-container .form-side .form-group {
		margin-bottom: 1.6rem;
	}
}

.home-main .contact-us .contact-form-container .form-side .form-group .pre-input {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 2.4rem;
}

.home-main .contact-us .contact-form-container .form-side .form-group .pre-text-area {
	top: 2rem;
}

.home-main .contact-us .contact-form-container .form-side .form-group input.form-control,
.home-main .contact-us .contact-form-container .form-side .form-group textarea.form-control {
	height: 56px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	border-radius: 12px;
	border: 1px solid #d4d4d4;
	padding: 0.5rem 2rem 0.5rem 4.5rem;
}

@media screen and (max-width: 1024px) {
	.home-main .contact-us .contact-form-container .form-side .form-group input.form-control,
	.home-main .contact-us .contact-form-container .form-side .form-group textarea.form-control {
		height: 4.8rem;
	}
}

@media screen and (max-width: 767px) {
	.home-main .contact-us .contact-form-container .form-side .form-group input.form-control,
	.home-main .contact-us .contact-form-container .form-side .form-group textarea.form-control {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.home-main .contact-us .contact-form-container .form-side .form-group input.form-control::placeholder,
.home-main .contact-us .contact-form-container .form-side .form-group textarea.form-control::placeholder {
	color: #77767E;
}

.home-main .contact-us .contact-form-container .form-side .form-group input.form-control:focus,
.home-main .contact-us .contact-form-container .form-side .form-group textarea.form-control:focus {
	box-shadow: none !important;
}

.home-main .contact-us .contact-form-container .form-side .form-group textarea.form-control {
	height: 7.5rem;
}

.home-main .contact-us .contact-form-container .form-side .send-btn {
	margin-top: 1.3rem;
	font-family: "Inter";
	font-family: Inter;
	background-color: #f05b24;
	height: 6rem;
	padding: 0 4.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	width: fit-content;
	border-radius: 100px;
	border: 1px solid #f05b24;
	transition: opacity 0.2s linear;
	font-size: 16px;
}

.home-main .contact-us .contact-form-container .form-side .send-btn:focus {
	outline: none;
}

.home-main .contact-us .contact-form-container .form-side .send-btn:hover {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

@media screen and (max-width: 767px) {
	.home-main .contact-us .contact-form-container .form-side .send-btn {
		font-family: Inter;
		background-color: #f05b24;
		height: 4.5rem;
		padding: 0 3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		color: #fff;
		width: fit-content;
		border-radius: 100px;
		border: 1px solid #f05b24;
		transition: opacity 0.2s linear;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.home-main .contact-us .contact-form-container .form-side .send-btn:focus {
		outline: none;
	}
	.home-main .contact-us .contact-form-container .form-side .send-btn:hover {
		opacity: 0.7;
		transition: opacity 0.2s linear;
	}
}

.home-main .contact-us .contact-form-container .form-side .send-btn[type="submit"]:disabled {
	opacity: 0.6;
}

.services-main .hero-image {
	position: relative;
}

.services-main .hero-image .image {
	width: 100%;
	aspect-ratio: 48/13;
	object-fit: cover;
	filter: brightness(65%);
}

@media screen and (max-width: 1024px) {
	.services-main .hero-image .image {
		aspect-ratio: 72/57.3;
	}
}

.services-main .hero-image .page-info {
	position: absolute;
	bottom: 5.7rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 0 10rem;
	gap: 2.8rem;
}

@media (min-width: 1920px) {
	.services-main .hero-image .page-info {
		margin-left: 15rem;
	}
}

@media screen and (max-width: 767px) {
	.services-main .hero-image .page-info {
		gap: 1.8rem;
		padding: 0 1.6rem 2.5rem;
		bottom: 0;
	}
}

.services-main .hero-image .page-info .page-title {
	font-size: 6rem;
	line-height: 7.2rem;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.services-main .hero-image .page-info .page-title {
		font-size: 3.2rem;
		line-height: 3.84rem;
	}
}

.services-main .hero-image .page-info .page-description {
	font-family: Inter;
}

@media screen and (max-width: 767px) {
	.services-main .hero-image .page-info .page-description {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.services-main .service-list {
	padding: 12rem 15rem 0;
	display: flex;
	flex-direction: column;
	gap: 11rem;
}

@media (min-width: 1920px) {
	.services-main .service-list {
		padding: 12rem 24rem 0;
	}
}

@media screen and (max-width: 1024px) {
	.services-main .service-list {
		padding: 4.8rem 1.5rem 5rem;
		gap: 4.8rem;
	}
}

@media screen and (max-width: 767px) {
	.services-main .service-list {
		padding-bottom: 4rem;
	}
}

.services-main .service-list .single-service {
	display: flex;
	gap: 2%;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service {
		flex-direction: column;
	}
}

.services-main .service-list .single-service .service-img {
	width: 49%;
	aspect-ratio: 177/104;
	object-fit: cover;
	border-radius: 2rem;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service .service-img {
		width: 100%;
	}
}

.services-main .service-list .single-service .service-content {
	width: 49%;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service .service-content {
		width: 100%;
		gap: 1.6rem;
	}
}

.services-main .service-list .single-service .service-content .title {
	font-size: 2.4rem;
	line-height: 3.12rem;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service .service-content .title {
		margin-top: 2rem;
		font-size: 2rem;
		line-height: 2.6rem;
	}
}

.services-main .service-list .single-service .service-content .description {
	font-family: Inter;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service .service-content .description {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.services-main .service-list .single-service .service-content .group-booking {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service .service-content .group-booking {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 1.6rem;
	}
}

.services-main .service-list .single-service .service-content .group-booking .cost {
	font-family: Inter;
	font-size: 2.4rem;
	line-height: 3.12rem;
	color: #f05b24;
	font-weight: 600;
	margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service .service-content .group-booking .cost {
		font-size: 2rem;
		line-height: 3rem;
	}
}

.services-main .service-list .single-service .service-content .group-booking .cost span {
	font-size: 2rem;
	line-height: 3rem;
	color: #000;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service .service-content .group-booking .cost span {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

.services-main .service-list .single-service .service-content .group-booking .book-btn {
	font-family: Inter;
	font-family: Inter;
	background-color: #f05b24;
	height: 5.6rem;
	padding: 0 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	width: fit-content;
	border-radius: 100px;
	border: 1px solid #f05b24;
	transition: opacity 0.2s linear;
	font-size: 20px;
}

.services-main .service-list .single-service .service-content .group-booking .book-btn:focus {
	outline: none;
}

.services-main .service-list .single-service .service-content .group-booking .book-btn:hover {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service .service-content .group-booking .book-btn {
		font-family: Inter;
		background-color: #f05b24;
		height: 4.8rem;
		padding: 0 2.909rem;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		color: #fff;
		width: fit-content;
		border-radius: 100px;
		border: 1px solid #f05b24;
		transition: opacity 0.2s linear;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.services-main .service-list .single-service .service-content .group-booking .book-btn:focus {
		outline: none;
	}
	.services-main .service-list .single-service .service-content .group-booking .book-btn:hover {
		opacity: 0.7;
		transition: opacity 0.2s linear;
	}
}

.services-main .service-list .single-service:nth-child(2n) {
	flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
	.services-main .service-list .single-service:nth-child(2n) {
		flex-direction: column;
	}
}

.faq-main .hero-image {
	position: relative;
}

.faq-main .hero-image .image {
	width: 100%;
	aspect-ratio: 18/5;
	object-fit: cover;
	filter: brightness(65%);
}

@media screen and (max-width: 1024px) {
	.faq-main .hero-image .image {
		aspect-ratio: 1/1;
	}
}

.faq-main .hero-image .page-info {
	position: absolute;
	bottom: 5.7rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 0 10rem;
	gap: 2.8rem;
}

@media screen and (max-width: 767px) {
	.faq-main .hero-image .page-info {
		gap: 1.8rem;
		padding: 0 1.6rem 2.5rem;
		bottom: 0;
	}
}

.faq-main .hero-image .page-info .page-title {
	font-size: 6rem;
	line-height: 7.2rem;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.faq-main .hero-image .page-info .page-title {
		font-size: 3.2rem;
		line-height: 3.84rem;
	}
}

.faq-main .hero-image .page-info .page-description {
	font-family: Inter;
}

.faq-main .faq-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 5rem 0;
}

.faq-main .faq-list .container {
	background-color: white;
	color: black;
	border-radius: 20px;
	margin: 2rem 0;
}

.faq-main .faq-list .question {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 600;
	padding: 2rem 8rem 2rem 2rem;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.faq-main .faq-list .question::after {
	content: "";
	background-image: url("images/arrow-down.svg");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 20px;
	position: absolute;
	right: 2rem;
	transition: 0.2s;
}

.faq-main .faq-list .question.active::after {
	transform: rotate(180deg);
}

.faq-main .faq-list .answercont {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
	font-family: Inter;
}

.faq-main .faq-list .answer {
	padding: 0 2rem 2rem;
	line-height: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-family: Inter;
	font-family: Inter;
}

.faq-main .faq-list .answer p {
	font-family: Inter;
}

@media screen and (max-width: 790px) {
	.faq-main .faq-list html {
		font-size: 14px;
	}
	.faq-main .faq-list .wrapper {
		width: 80%;
	}
}

.errors-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
	padding: 5rem;
}

.errors-main img {
	width: 33%;
	min-width: 40rem;
	aspect-ratio: 2/1;
}

.errors-main .oops {
	color: #f05b24;
	font-size: 64px;
	font-weight: 600;
	line-height: 76.8px;
	text-align: left;
}

.errors-main .error {
	color: #000;
	font-family: Inter;
}

.errors-main a {
	font-family: Inter;
	font-family: Inter;
	background-color: #f05b24;
	height: 5.6rem;
	padding: 0 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	width: fit-content;
	border-radius: 100px;
	border: 1px solid #f05b24;
	transition: opacity 0.2s linear;
	font-size: 16px;
}

.errors-main a:focus {
	outline: none;
}

.errors-main a:hover {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

.footer {
	margin-top: 10rem;
	background-color: #0d6346;
	color: #fff;
	padding: 4rem 15rem 2.4rem;
	font-family: Inter;
}

@media (min-width: 1920px) {
	.footer {
		padding: 4rem 24rem 2.4rem;
	}
}

@media screen and (max-width: 1024px) {
	.footer {
		margin-top: 0;
		padding: 4rem 1.5rem 2rem;
	}
}

.footer .upper {
	display: flex;
	justify-content: space-between;
	padding-bottom: 4rem;
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
	.footer .upper {
		flex-direction: column;
		gap: 2rem;
	}
}

.footer .upper .info-col {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	align-items: flex-start;
}

@media screen and (max-width: 1024px) {
	.footer .upper .info-col {
		gap: 0.8rem;
	}
}

.footer .upper .info-col .web-icon {
	margin-bottom: 1.6rem;
	width: 25.8rem;
	height: 4.8rem;
}

@media screen and (max-width: 767px) {
	.footer .upper .info-col .web-icon {
		margin-bottom: 0;
		width: 15rem;
		height: 2.8rem;
	}
}

.footer .upper .info-col .info-group {
	display: flex;
	align-items: center;
	gap: 16px;
}

@media screen and (max-width: 767px) {
	.footer .upper .info-col .info-group span {
		margin-bottom: 0;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.footer .upper .footer-col,
.footer .upper .collapse-section {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

@media screen and (max-width: 767px) {
	.footer .upper .footer-col,
	.footer .upper .collapse-section {
		gap: 0.8rem;
	}
}

.footer .upper .footer-col a,
.footer .upper .collapse-section a {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.footer .upper .footer-col a,
	.footer .upper .collapse-section a {
		margin-bottom: 0;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.footer .upper .footer-col .title,
.footer .upper .collapse-section .title {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.7rem;
	margin-bottom: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.footer .upper .footer-col .title,
	.footer .upper .collapse-section .title {
		margin-bottom: 0;
	}
}

.footer .upper .footer-col .title .arrow-collapse,
.footer .upper .collapse-section .title .arrow-collapse {
	display: none;
	transition: transform 0.3s linear;
}

@media screen and (max-width: 767px) {
	.footer .upper .footer-col .title .arrow-collapse,
	.footer .upper .collapse-section .title .arrow-collapse {
		display: inline-block;
	}
}

.footer .upper .footer-col .title .icon-rotate,
.footer .upper .collapse-section .title .icon-rotate {
	transform: rotate(180deg);
	transition: transform 0.2s linear;
}

@media screen and (max-width: 767px) {
	.footer .upper .footer-col span,
	.footer .upper .collapse-section span {
		margin-bottom: 0;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.footer .lower {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2.8rem;
}

@media screen and (max-width: 767px) {
	.footer .lower {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.footer .lower .icon-list {
	display: flex;
	gap: 1.6rem;
}

.footer .lower .icon-list img {
	cursor: pointer;
}

.service-modal .modal-dialog,
.service-modal .modal-content,
.service-modal .modal-body {
	min-width: 100rem;
}

@media screen and (max-width: 1024px) {
	.service-modal .modal-dialog,
	.service-modal .modal-content,
	.service-modal .modal-body {
		min-width: 75rem;
	}
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog,
	.service-modal .modal-content,
	.service-modal .modal-body {
		min-width: auto;
	}
}

.service-modal .modal-dialog .modal-content {
	border: none;
	border-radius: 4rem;
}

.service-modal .modal-dialog .modal-content .modal-body {
	border-radius: 4rem;
	background-color: #f5f3ee;
	position: relative;
	padding: 4rem;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media screen and (max-width: 1024px) {
	.service-modal .modal-dialog .modal-content .modal-body {
		padding: 2rem 1rem;
	}
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body {
		padding: 2rem 1rem;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .heading-title {
	font-size: 2.4rem;
	line-height: 3.12rem;
	font-weight: 600;
	margin-bottom: 0.8rem;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .heading-title {
		font-size: 1.8rem;
		line-height: 2.7rem;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .close-icon {
	position: absolute;
	top: 3.2rem;
	right: 3.2rem;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .close-icon {
		top: 1.5rem;
		right: 1.5rem;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .form-section .dialog-title {
	color: #000;
	font-size: 4rem;
	line-height: 4.8rem;
	font-weight: 600;
	display: flex;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .service-form .form-section .dialog-title {
		font-size: 2rem;
		line-height: 2.6rem;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .form-section .dialog-detail {
	text-align: justify;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-group {
	display: flex;
	align-items: center;
	font-family: Inter;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-group label {
	min-width: 15rem;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-group label {
		min-width: 12rem;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-group label .danger {
	color: #f05b24;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-group input {
	border: none;
	height: 5.6rem;
	border-radius: 1.2rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-group input:focus {
	box-shadow: none;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-location {
	position: relative;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-location .search-button {
	position: absolute;
	top: 1.5rem;
	right: 1.4rem;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-location .search-button svg {
	width: 2.6rem;
	height: 1.4rem;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-location .search-button svg {
		width: 1.8rem;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .form-location .search-button:focus {
	outline: none;
	border: none;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .results {
	max-height: 40rem;
	overflow-y: auto;
	margin-top: 0.5rem;
	border-radius: 0.8rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .results .result-item {
	padding: 0.6rem;
	cursor: pointer;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .results .result-item:hover {
	background-color: #e1e1e1;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location #results::-webkit-scrollbar {
	width: 0.8rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location #results::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 0.8rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .iframe-container {
	display: none;
	width: 100%;
	height: 50rem;
	border: none;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-location .iframe-container .appointmentIframe {
	width: 100%;
	height: 50rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons {
	border-bottom: 0.1rem solid #d1cfd7;
	padding-bottom: 4rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-wrapper {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-wrapper.add-on-active {
	color: #f05b24;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-wrapper.add-on-active .add-ons {
	border-color: #f05b24;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-wrapper .add-ons {
	cursor: pointer;
	border: 0.1rem solid #d4d4d4;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.2rem 0;
	border-radius: 1.2rem;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-wrapper .add-ons {
		width: 90%;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-wrapper .must-try-add-ons {
	width: 50%;
	position: relative;
	border: 0.1rem solid #f05b24;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-wrapper .must-try-add-ons {
		width: 90%;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-wrapper .must-try-add-ons .must-try {
	position: absolute;
	font-size: 1.2rem;
	line-height: 1.8rem;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #f05b24;
	padding: 0.5rem 1rem;
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 1rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .must_try_addon_list {
	color: #f05b24;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .must_try_addon_list .price-musttry {
	color: #f05b24;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-list {
	margin-top: 1.2rem;
	display: flex;
	gap: 1.2rem 0.8%;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-list {
		flex-direction: column;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-list .add-ons-wrapper {
	width: 24.4%;
}

@media screen and (max-width: 767px) {
	.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-list .add-ons-wrapper {
		width: 100%;
	}
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .dialog-add-ons .add-ons-list .add-ons-wrapper .content {
	cursor: pointer;
	min-width: 15rem;
	text-align: center;
	color: #77767E;
	font-family: Inter;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .summary-service {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	font-family: Inter;
	font-weight: 600;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .summary-service .total-cost {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .summary-service .total-cost .cost {
	color: #f05b24;
	font-size: 3.2rem;
	line-height: 4.8rem;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .summary-service .check-out-btn {
	font-family: Inter;
	background-color: #f05b24;
	height: 5.6rem;
	padding: 0 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	width: fit-content;
	border-radius: 100px;
	border: 1px solid #f05b24;
	transition: opacity 0.2s linear;
	font-size: 16px;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .summary-service .check-out-btn:focus {
	outline: none;
}

.service-modal .modal-dialog .modal-content .modal-body .service-form .summary-service .check-out-btn:hover {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

.menu-drawer {
	position: fixed;
	height: 100vh;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: #0d6346;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
	transform: translateX(100vw);
	transition: transform 0.5s ease;
	display: none;
}

@media screen and (max-width: 1024px) {
	.menu-drawer {
		display: flex;
		width: 50vw;
	}
}

@media screen and (max-width: 767px) {
	.menu-drawer {
		width: 100vw;
	}
}

.menu-drawer.drawer-activate {
	transform: translateX(0);
	transition: transform 0.5s ease;
}

.menu-drawer .drawer-content .drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6rem;
	margin-bottom: 4rem;
}

.menu-drawer .drawer-content .drawer-header .logo-icon {
	width: 15rem;
	height: 2.8rem;
}

.menu-drawer .drawer-content .menu-list .single-nav {
	display: block;
	padding: 2rem 1.6rem;
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
	font-size: 1.8rem;
}

.menu-drawer .drawer-content .close-icon {
	width: 2rem;
	height: 2rem;
}

.menu-drawer .phone-call {
	padding: 1.6rem;
}

.menu-drawer .phone-call .phone-btn {
	font-family: Inter;
	background-color: #0d6346;
	height: 5.2rem;
	padding: 0 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	width: fit-content;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: opacity 0.2s linear;
	font-size: 16px;
	width: 100%;
}

.menu-drawer .phone-call .phone-btn:focus {
	outline: none;
}

.menu-drawer .phone-call .phone-btn:hover {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

.menu-drawer .phone-call .phone-btn img {
	width: 16px;
	height: 16px;
}

.home-page .slider-home.owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	border: 0;
	left: 3.8rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .slider-home.owl-carousel .owl-nav button.owl-prev {
		left: -0.5rem;
	}
}

.home-page .slider-home.owl-carousel .owl-nav button.owl-next {
	background: transparent;
	border: 0;
	right: 3.8rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .slider-home.owl-carousel .owl-nav button.owl-next {
		right: -0.5rem;
	}
}

.home-page .slider-home.owl-carousel .owl-nav button.owl-prev:hover,
.home-page .slider-home.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent;
	color: #333;
}

.home-page .slider-home.owl-carousel .owl-nav button.owl-prev i,
.home-page .slider-home.owl-carousel .owl-nav button.owl-next i {
	background: #fafafa;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.home-page .slider-home__item {
	position: relative;
	color: #fff;
}

.home-page .slider-home__item.image-cover {
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 35.506%;
}

.home-page .slider-home__item.image-cover .main-image {
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

@media (max-width: 767.98px) {
	.home-page .slider-home__item.image-cover {
		position: relative;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 43.2%;
	}
	.home-page .slider-home__item.image-cover .main-image {
		right: 0;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		top: 0;
		position: absolute;
		-o-object-position: 50% 50%;
		object-position: 50% 50%;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover;";
	}
}

.home-page .slider-home__item--info {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
}

.home-page .slider-home__item--info .main-title {
	color: #cb1515;
	font-size: 4.8rem;
	line-height: 6.5rem;
}

.home-page .slider-home__item--info__title {
	color: #000;
	font-size: 4.8rem;
	line-height: 6.5rem;
}

.home-page .slider-home__item--info__caption {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #000;
}

.home-page .slider-home .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 1.2rem;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.home-page .slider-home .owl-dots .owl-dot.active span {
	width: 14px;
	height: 14px;
	background: #cb1515;
}

@media (max-width: 767.98px) {
	.home-page .slider-home .owl-dots .owl-dot.active span {
		width: 9px;
		height: 9px;
	}
}

.home-page .slider-home .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 0 2.5px;
	border: 1px solid #cb1515;
	background: transparent;
	transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
	.home-page .slider-home .owl-dots .owl-dot span {
		width: 6px;
		height: 6px;
	}
}

.home-page .slider-home .owl-nav .owl-next {
	right: 3.8rem !important;
}

.home-page .slider-home .owl-nav .owl-prev {
	left: 3.8rem !important;
}

.home-page .flash-sale {
	background: #f5f5f5;
	padding: 8rem 0;
}

@media (max-width: 991.98px) {
	.home-page .flash-sale {
		padding: 4rem 0;
	}
}

@media (max-width: 767.98px) {
	.home-page .flash-sale {
		padding: 3rem 0;
	}
}

.home-page .flash-sale-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 3rem;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 4.1rem;
}

@media (max-width: 767.98px) {
	.home-page .flash-sale-title {
		font-size: 2rem;
		line-height: 2.7rem;
		margin: 0 auto 0.5rem;
	}
}

.home-page .flash-sale-title::before {
	content: '';
	width: 3rem;
	height: 3rem;
	background: url(images/icon-flashsale.svg) no-repeat center;
	margin-right: 0.5rem;
}

@media (max-width: 767.98px) {
	.home-page .flash-sale-title::before {
		width: 2rem;
		height: 2rem;
	}
}

.home-page .flash-sale-title .main-title {
	color: #cb1515;
}

.home-page .flash-sale-title .countdowm {
	display: flex;
	gap: 0 1.6rem;
	margin-left: 2rem;
}

.home-page .flash-sale-title .countdowm span {
	width: 4rem;
	height: 4rem;
	font-size: 2.4rem;
	line-height: 3.3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border-radius: 4px;
	position: relative;
}

@media (max-width: 767.98px) {
	.home-page .flash-sale-title .countdowm span {
		width: 2.8rem;
		height: 2.8rem;
		font-size: 1.4rem;
		line-height: 1.9rem;
	}
}

.home-page .flash-sale-title .countdowm span + span::before {
	content: ':';
	position: absolute;
	left: -1rem;
	color: #000;
}

.home-page .flash-sale .product-lists.owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	border: 0;
	left: -4.5rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .flash-sale .product-lists.owl-carousel .owl-nav button.owl-prev {
		left: -0.5rem;
	}
}

.home-page .flash-sale .product-lists.owl-carousel .owl-nav button.owl-next {
	background: transparent;
	border: 0;
	right: -4.5rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .flash-sale .product-lists.owl-carousel .owl-nav button.owl-next {
		right: -0.5rem;
	}
}

.home-page .flash-sale .product-lists.owl-carousel .owl-nav button.owl-prev:hover,
.home-page .flash-sale .product-lists.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent;
	color: #333;
}

.home-page .flash-sale .product-lists.owl-carousel .owl-nav button.owl-prev i,
.home-page .flash-sale .product-lists.owl-carousel .owl-nav button.owl-next i {
	background: #fafafa;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

@media (min-width: 576px) {
	.home-page .flash-sale .product-lists .owl-nav {
		display: block;
	}
	.home-page .flash-sale .product-lists .owl-nav i {
		background-color: #fff !important;
	}
}

.home-page .flash-sale .box-product {
	text-align: center;
	background: #fff;
	border-radius: 1rem;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.home-page .flash-sale .box-product {
		padding: 0.5rem;
	}
}

.home-page .flash-sale .box-product:hover {
	box-shadow: 0 3px 6px #00000029;
}

.home-page .flash-sale .box-product .box-product-media {
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

.home-page .flash-sale .box-product .box-product-media:hover {
	box-shadow: 0 3px 6px #00000029;
}

.home-page .flash-sale .box-product .box-product-media .image-cover {
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100%;
	cursor: pointer;
}

.home-page .flash-sale .box-product .box-product-media .image-cover img {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.home-page .flash-sale .box-product .box-product-media__image:hover + .box-product__image-tooltip {
	top: 0;
}

.home-page .flash-sale .box-product .box-product-media__tooltip {
	position: absolute;
	background: #0006;
	top: 100%;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 3;
	padding: 12rem 2rem 0.7rem;
	transition: all 0.4s ease;
	cursor: pointer;
}

.home-page .flash-sale .box-product .box-product-media__tooltip--top {
	padding-right: 3.5rem;
	position: relative;
}

.home-page .flash-sale .box-product .box-product-media__tooltip__sale-off {
	font-size: 1.4rem;
	line-height: 1.9rem;
	padding: 0.5rem 1rem;
	background-color: #000;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.home-page .flash-sale .box-product .box-product-media__tooltip__name a {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 600;
	display: block;
	margin-bottom: 1rem;
	color: #000;
}

.home-page .flash-sale .box-product .box-product-media__tooltip__price {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 1rem;
}

.home-page .flash-sale .box-product .box-product-media__tooltip.toggle {
	top: 0;
}

.home-page .flash-sale .box-product-sale-off {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #cb1515;
	color: #fff;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	padding: 0.5rem;
	border-radius: 2px;
	z-index: 2;
}

.home-page .flash-sale .box-product-sale-off__number {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

@media (max-width: 767.98px) {
	.home-page .flash-sale .box-product-sale-off__number {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

.home-page .flash-sale .box-product-sale-off__text {
	font-size: 1.2rem;
	line-height: 1.7rem;
}

@media (max-width: 767.98px) {
	.home-page .flash-sale .box-product-sale-off__text {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
}

@media (max-width: 767.98px) {
	.home-page .flash-sale .box-product-sale-off {
		top: 0.5rem;
		left: 0.5rem;
	}
}

.home-page .flash-sale .box-product-out-of-stock {
	display: flex;
	flex-direction: column;
	background: #000;
	color: #fff;
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 1.1rem 2.1rem 1.1rem 2rem;
	border-radius: 4px;
	z-index: 2;
}

.home-page .flash-sale .box-product-out-of-stock__text {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

@media (max-width: 767.98px) {
	.home-page .flash-sale .box-product-out-of-stock__text {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
}

@media (max-width: 767.98px) {
	.home-page .flash-sale .box-product-out-of-stock {
		top: 0.5rem;
		left: 0.5rem;
	}
}

.home-page .flash-sale .box-product__name a {
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding: 1rem 0;
	color: #000;
	display: block;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.home-page .flash-sale .box-product-price {
	gap: 1rem;
}

@media (max-width: 767.98px) {
	.home-page .flash-sale .box-product-price {
		gap: 0.6rem;
		flex-wrap: wrap;
	}
}

.home-page .flash-sale .box-product-price__current {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #cb1515;
	font-size: 2.4rem;
	line-height: 3.3rem;
}

.home-page .flash-sale .box-product-color {
	margin-top: 1rem;
	margin-bottom: 1rem;
	gap: 0.5rem;
}

.home-page .flash-sale .box-product-color__item {
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}

.home-page .flash-sale .box-product-color__item.is-select {
	width: 2.2rem;
	height: 2.2rem;
}

.home-page .flash-sale .box-product-color__item.is-select::before {
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 50%;
	border: 0.3rem solid #fff;
}

.home-page .flash-sale .box-product-color__item--black {
	background-color: #000;
}

.home-page .flash-sale .box-product-color__item--blue {
	background-color: #1f388c;
}

.home-page .flash-sale .box-product-color__item--red {
	background-color: #cb1515;
}

.home-page .flash-sale .box-product-color__item--redBordeaux {
	background-color: #a02639;
}

.home-page .flash-sale .box-product-color__item--white {
	background-color: #fff;
}

.home-page .flash-sale .box-product-color__item--yellow {
	background-color: #fcc16e;
}

.home-page .flash-sale .box-product-color__item--pink {
	background-color: #ff00cc;
}

.home-page .flash-sale .box-product-color__item--gray {
	background-color: #d1cfd7;
}

.home-page .flash-sale .box-product-color__item--whitish {
	background-color: #f4f3ef;
}

.home-page .flash-sale .box-product-color__item--green {
	background-color: #0d6346;
}

.home-page .flash-sale .box-product-color__item--violet {
	background-color: #5c27ab;
}

.home-page .flash-sale .box-product-color__item--brown {
	background-color: #9a7214;
}

.home-page .flash-sale .box-product-color__item--purple {
	background-color: #ebefff;
}

.home-page .flash-sale .box-product-color__item--paleBrow {
	background-color: #cbac9d;
}

.home-page .flash-sale .box-product-color__item--slightPink {
	background-color: #ff6d80;
}

.home-page .flash-sale .box-product-action {
	width: 3.2rem;
	display: inline-flex;
	flex-direction: column;
	gap: 1rem;
	position: absolute;
	right: 0;
	top: 0;
}

.home-page .flash-sale .box-product-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	border: 0.1rem solid #000;
	border-radius: 50%;
}

.home-page .flash-sale .box-product-action__cart::before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	background: url(images/icon-cart.svg) no-repeat center;
}

.home-page .flash-sale .box-product-action__view::before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	background: url(images/icon-view.svg) no-repeat center;
}

.home-page .flash-sale .box-product-attr {
	font-size: 1.4rem;
	line-height: 1.9rem;
	overflow-y: auto;
}

.home-page .flash-sale .box-product-attr li {
	display: flex;
}

.home-page .flash-sale .box-product-attr li + li {
	margin-top: 0.8rem;
}

.home-page .flash-sale .box-product-attr__label {
	flex-shrink: 0;
	width: 9.5rem;
	margin-right: 1rem;
	color: #707070;
}

.home-page .flash-sale .box-product-attr__info {
	flex: 1;
	font-weight: 600;
	color: #000;
}

.home-page .product-new {
	padding: 8rem 0;
}

@media (max-width: 991.98px) {
	.home-page .product-new {
		padding: 4rem 0;
	}
}

@media (max-width: 767.98px) {
	.home-page .product-new {
		padding: 3rem 0;
	}
}

.home-page .product-new-title {
	padding-bottom: 3rem;
}

.home-page .product-new-title__header {
	color: #000;
	font-size: 3rem;
	line-height: 4.1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.home-page .product-new-title__header {
		font-size: 2rem;
		line-height: 2.7rem;
		margin-bottom: 0.5rem;
	}
}

.home-page .product-new .product-lists.owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	border: 0;
	left: -4.5rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .product-new .product-lists.owl-carousel .owl-nav button.owl-prev {
		left: -0.5rem;
	}
}

.home-page .product-new .product-lists.owl-carousel .owl-nav button.owl-next {
	background: transparent;
	border: 0;
	right: -4.5rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .product-new .product-lists.owl-carousel .owl-nav button.owl-next {
		right: -0.5rem;
	}
}

.home-page .product-new .product-lists.owl-carousel .owl-nav button.owl-prev:hover,
.home-page .product-new .product-lists.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent;
	color: #333;
}

.home-page .product-new .product-lists.owl-carousel .owl-nav button.owl-prev i,
.home-page .product-new .product-lists.owl-carousel .owl-nav button.owl-next i {
	background: #fafafa;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

@media (min-width: 576px) {
	.home-page .product-new .product-lists .owl-nav {
		display: block;
	}
	.home-page .product-new .product-lists .owl-nav i {
		background-color: #F5F5F5 !important;
	}
}

.home-page .product-new .product-lists .box-product-tooltip__name a {
	color: #cb1515;
}

.home-page .product-new .box-product {
	text-align: center;
	background: #fff;
	border-radius: 1rem;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.home-page .product-new .box-product {
		padding: 0.5rem;
	}
}

.home-page .product-new .box-product:hover {
	box-shadow: 0 3px 6px #00000029;
}

.home-page .product-new .box-product .box-product-media {
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

.home-page .product-new .box-product .box-product-media:hover {
	box-shadow: 0 3px 6px #00000029;
}

.home-page .product-new .box-product .box-product-media .image-cover {
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100%;
	cursor: pointer;
}

.home-page .product-new .box-product .box-product-media .image-cover img {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.home-page .product-new .box-product .box-product-media__image:hover + .box-product__image-tooltip {
	top: 0;
}

.home-page .product-new .box-product .box-product-media__tooltip {
	position: absolute;
	background: #0006;
	top: 100%;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 3;
	padding: 12rem 2rem 0.7rem;
	transition: all 0.4s ease;
	cursor: pointer;
}

.home-page .product-new .box-product .box-product-media__tooltip--top {
	padding-right: 3.5rem;
	position: relative;
}

.home-page .product-new .box-product .box-product-media__tooltip__sale-off {
	font-size: 1.4rem;
	line-height: 1.9rem;
	padding: 0.5rem 1rem;
	background-color: #000;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.home-page .product-new .box-product .box-product-media__tooltip__name a {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 600;
	display: block;
	margin-bottom: 1rem;
	color: #000;
}

.home-page .product-new .box-product .box-product-media__tooltip__price {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 1rem;
}

.home-page .product-new .box-product .box-product-media__tooltip.toggle {
	top: 0;
}

.home-page .product-new .box-product-sale-off {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #cb1515;
	color: #fff;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	padding: 0.5rem;
	border-radius: 2px;
	z-index: 2;
}

.home-page .product-new .box-product-sale-off__number {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

@media (max-width: 767.98px) {
	.home-page .product-new .box-product-sale-off__number {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

.home-page .product-new .box-product-sale-off__text {
	font-size: 1.2rem;
	line-height: 1.7rem;
}

@media (max-width: 767.98px) {
	.home-page .product-new .box-product-sale-off__text {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
}

@media (max-width: 767.98px) {
	.home-page .product-new .box-product-sale-off {
		top: 0.5rem;
		left: 0.5rem;
	}
}

.home-page .product-new .box-product-out-of-stock {
	display: flex;
	flex-direction: column;
	background: #000;
	color: #fff;
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 1.1rem 2.1rem 1.1rem 2rem;
	border-radius: 4px;
	z-index: 2;
}

.home-page .product-new .box-product-out-of-stock__text {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

@media (max-width: 767.98px) {
	.home-page .product-new .box-product-out-of-stock__text {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
}

@media (max-width: 767.98px) {
	.home-page .product-new .box-product-out-of-stock {
		top: 0.5rem;
		left: 0.5rem;
	}
}

.home-page .product-new .box-product__name a {
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding: 1rem 0;
	color: #000;
	display: block;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.home-page .product-new .box-product-price {
	gap: 1rem;
}

@media (max-width: 767.98px) {
	.home-page .product-new .box-product-price {
		gap: 0.6rem;
		flex-wrap: wrap;
	}
}

.home-page .product-new .box-product-price__current {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #cb1515;
	font-size: 2.4rem;
	line-height: 3.3rem;
}

.home-page .product-new .box-product-color {
	margin-top: 1rem;
	margin-bottom: 1rem;
	gap: 0.5rem;
}

.home-page .product-new .box-product-color__item {
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}

.home-page .product-new .box-product-color__item.is-select {
	width: 2.2rem;
	height: 2.2rem;
}

.home-page .product-new .box-product-color__item.is-select::before {
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 50%;
	border: 0.3rem solid #fff;
}

.home-page .product-new .box-product-color__item--black {
	background-color: #000;
}

.home-page .product-new .box-product-color__item--blue {
	background-color: #1f388c;
}

.home-page .product-new .box-product-color__item--red {
	background-color: #cb1515;
}

.home-page .product-new .box-product-color__item--redBordeaux {
	background-color: #a02639;
}

.home-page .product-new .box-product-color__item--white {
	background-color: #fff;
}

.home-page .product-new .box-product-color__item--yellow {
	background-color: #fcc16e;
}

.home-page .product-new .box-product-color__item--pink {
	background-color: #ff00cc;
}

.home-page .product-new .box-product-color__item--gray {
	background-color: #d1cfd7;
}

.home-page .product-new .box-product-color__item--whitish {
	background-color: #f4f3ef;
}

.home-page .product-new .box-product-color__item--green {
	background-color: #0d6346;
}

.home-page .product-new .box-product-color__item--violet {
	background-color: #5c27ab;
}

.home-page .product-new .box-product-color__item--brown {
	background-color: #9a7214;
}

.home-page .product-new .box-product-color__item--purple {
	background-color: #ebefff;
}

.home-page .product-new .box-product-color__item--paleBrow {
	background-color: #cbac9d;
}

.home-page .product-new .box-product-color__item--slightPink {
	background-color: #ff6d80;
}

.home-page .product-new .box-product-action {
	width: 3.2rem;
	display: inline-flex;
	flex-direction: column;
	gap: 1rem;
	position: absolute;
	right: 0;
	top: 0;
}

.home-page .product-new .box-product-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	border: 0.1rem solid #000;
	border-radius: 50%;
}

.home-page .product-new .box-product-action__cart::before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	background: url(images/icon-cart.svg) no-repeat center;
}

.home-page .product-new .box-product-action__view::before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	background: url(images/icon-view.svg) no-repeat center;
}

.home-page .product-new .box-product-attr {
	font-size: 1.4rem;
	line-height: 1.9rem;
	overflow-y: auto;
}

.home-page .product-new .box-product-attr li {
	display: flex;
}

.home-page .product-new .box-product-attr li + li {
	margin-top: 0.8rem;
}

.home-page .product-new .box-product-attr__label {
	flex-shrink: 0;
	width: 9.5rem;
	margin-right: 1rem;
	color: #707070;
}

.home-page .product-new .box-product-attr__info {
	flex: 1;
	font-weight: 600;
	color: #000;
}

.home-page .banner-sale {
	position: relative;
	text-align: center;
	color: #fff;
}

.home-page .banner-sale img {
	width: 100%;
}

.home-page .banner-sale__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 6rem;
	line-height: 8.2rem;
	font-style: italic;
}

.home-page .sale-off .product-lists {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 8rem;
}

@media (max-width: 991.98px) {
	.home-page .sale-off .product-lists {
		grid-gap: 1rem;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767.98px) {
	.home-page .sale-off .product-lists {
		grid-gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
}

.home-page .sale-off .product-lists .box-product-first {
	grid-column: 1/2;
	position: relative;
}

@media (max-width: 991.98px) {
	.home-page .sale-off .product-lists .box-product-first {
		grid-column: 1/4;
	}
}

@media (max-width: 767.98px) {
	.home-page .sale-off .product-lists .box-product-first {
		grid-column: 1/3;
	}
}

.home-page .sale-off .product-lists .box-product-first-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}

.home-page .sale-off .product-lists .box-product-first .btn-primary {
	margin-left: 0;
}

.home-page .sale-off .product-lists .box-product-first__name a {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #000;
	width: 100%;
}

.home-page .sale-off .product-lists .box-product-second {
	position: relative;
}

@media (max-width: 991.98px) {
	.home-page .sale-off .product-lists .box-product-second {
		grid-column: 1/4;
	}
}

@media (max-width: 767.98px) {
	.home-page .sale-off .product-lists .box-product-second {
		grid-column: 1/3;
	}
}

.home-page .sale-off .product-lists .box-product-second-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding-left: 3rem;
}

.home-page .sale-off .product-lists .box-product-second .btn-primary {
	margin-left: 0;
}

.home-page .sale-off .product-lists .box-product-second__name a {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #000;
	width: 100%;
}

.home-page .sale-off .box-product {
	text-align: center;
	background: #fff;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.home-page .sale-off .box-product {
		padding: 0.5rem;
	}
}

.home-page .sale-off .box-product img {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.home-page .customer-brand {
	padding: 8rem 0 7rem;
	background: #F5F5F5;
	margin-top: 8rem;
}

@media (max-width: 991.98px) {
	.home-page .customer-brand {
		padding: 4rem 0;
	}
}

@media (max-width: 767.98px) {
	.home-page .customer-brand {
		padding: 3rem 0;
	}
}

.home-page .customer-brand-title__header {
	color: #000;
	font-size: 3rem;
	line-height: 4.1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.home-page .customer-brand-title__header {
		font-size: 2rem;
		line-height: 2.7rem;
	}
}

.home-page .customer-brand-title__caption {
	margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
	.home-page .customer-brand-title__caption {
		margin-bottom: 0.5rem;
	}
}

.home-page .customer-brand-list.owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	border: 0;
	left: -5rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .customer-brand-list.owl-carousel .owl-nav button.owl-prev {
		left: -0.5rem;
	}
}

.home-page .customer-brand-list.owl-carousel .owl-nav button.owl-next {
	background: transparent;
	border: 0;
	right: -5rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .customer-brand-list.owl-carousel .owl-nav button.owl-next {
		right: -0.5rem;
	}
}

.home-page .customer-brand-list.owl-carousel .owl-nav button.owl-prev:hover,
.home-page .customer-brand-list.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent;
	color: #333;
}

.home-page .customer-brand-list.owl-carousel .owl-nav button.owl-prev i,
.home-page .customer-brand-list.owl-carousel .owl-nav button.owl-next i {
	background: #fafafa;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.home-page .customer-brand-item__image {
	box-shadow: 0 0.3rem 0.6rem #00000029;
	border-radius: 1rem;
	background: #fff;
}

.home-page .customer-brand-item__image.image-cover {
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100px;
}

.home-page .customer-brand-item__image.image-cover .main-image {
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.home-page .customer-brand-item__name {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 600;
	margin-top: 1rem;
	text-align: center;
	color: #2c2c2c;
}

.home-page .customer-brand .owl-stage-outer {
	padding: 1rem 0;
}

@media (min-width: 992px) {
	.home-page .customer-brand .owl-nav {
		display: block;
	}
}

.home-page .suggest-today {
	padding: 8rem 0;
}

.home-page .suggest-today .row + .row {
	margin-top: 8rem;
}

@media (max-width: 991.98px) {
	.home-page .suggest-today .row + .row {
		margin-top: 4rem;
	}
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .row + .row {
		margin-top: 3rem;
	}
}

@media (max-width: 991.98px) {
	.home-page .suggest-today {
		padding: 4rem 0;
	}
}

@media (max-width: 767.98px) {
	.home-page .suggest-today {
		padding: 3rem 0;
	}
}

.home-page .suggest-today-title__header {
	color: #000;
	font-size: 3rem;
	line-height: 4.1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.home-page .suggest-today-title__header {
		font-size: 2rem;
		line-height: 2.7rem;
		margin-bottom: 0.5rem;
	}
}

.home-page .suggest-today .product-category {
	display: flex;
	justify-content: center;
	margin: 3rem auto;
}

@media (max-width: 991.98px) {
	.home-page .suggest-today .product-category {
		flex-direction: column;
		justify-content: flex-start;
	}
}

.home-page .suggest-today .product-category__heading {
	font-size: 3rem;
	line-height: 4.1rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .product-category__heading {
		font-size: 2rem;
		line-height: 2.7rem;
	}
}

.home-page .suggest-today .product-category .nav {
	border: none;
	gap: 3rem;
	align-items: center;
}

@media (max-width: 991.98px) {
	.home-page .suggest-today .product-category .nav {
		gap: 1.5rem;
	}
}

.home-page .suggest-today .product-category .nav-link {
	border: 0.1rem solid;
	border-radius: 0.6rem;
	padding: 1.9rem 6.4rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 600;
	color: #000;
	position: relative;
	transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .product-category .nav-link {
		font-size: 1.4rem;
		line-height: 2.1rem;
	}
}

.home-page .suggest-today .product-category .nav-link.active {
	color: #cb1515;
}

.home-page .suggest-today .product-category .nav-link.active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home-page .suggest-today .product-lists {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 3rem;
}

@media (max-width: 991.98px) {
	.home-page .suggest-today .product-lists {
		grid-gap: 1rem;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .product-lists {
		grid-gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
}

.home-page .suggest-today .product-lists .box-product-first {
	grid-column: 1/3;
	position: relative;
}

@media (max-width: 991.98px) {
	.home-page .suggest-today .product-lists .box-product-first {
		grid-column: 1/4;
	}
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .product-lists .box-product-first {
		grid-column: 1/3;
	}
}

.home-page .suggest-today .product-lists .box-product-first-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.6);
	padding: 3rem;
	border-radius: 1rem;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.home-page .suggest-today .product-lists .box-product-first .btn-primary {
	margin-left: 0;
}

.home-page .suggest-today .product-lists .box-product-first__name a {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #fff;
	width: 100%;
}

.home-page .suggest-today .product-lists .box-product-first-image {
	width: 100%;
	height: 100%;
	max-height: 38.7rem;
	border-radius: 1rem;
}

.home-page .suggest-today .product-lists .box-product-first-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-page .suggest-today .box-product {
	text-align: center;
	background: #fff;
	border-radius: 1rem;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .box-product {
		padding: 0.5rem;
	}
}

.home-page .suggest-today .box-product:hover {
	box-shadow: 0 3px 6px #00000029;
}

.home-page .suggest-today .box-product .box-product-media {
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

.home-page .suggest-today .box-product .box-product-media:hover {
	box-shadow: 0 3px 6px #00000029;
}

.home-page .suggest-today .box-product .box-product-media .image-cover {
	position: relative;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100%;
	cursor: pointer;
}

.home-page .suggest-today .box-product .box-product-media .image-cover img {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.home-page .suggest-today .box-product .box-product-media__image:hover + .box-product__image-tooltip {
	top: 0;
}

.home-page .suggest-today .box-product .box-product-media__tooltip {
	position: absolute;
	background: #0006;
	top: 100%;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 3;
	padding: 12rem 2rem 0.7rem;
	transition: all 0.4s ease;
	cursor: pointer;
}

.home-page .suggest-today .box-product .box-product-media__tooltip--top {
	padding-right: 3.5rem;
	position: relative;
}

.home-page .suggest-today .box-product .box-product-media__tooltip__sale-off {
	font-size: 1.4rem;
	line-height: 1.9rem;
	padding: 0.5rem 1rem;
	background-color: #000;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.home-page .suggest-today .box-product .box-product-media__tooltip__name a {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 600;
	display: block;
	margin-bottom: 1rem;
	color: #000;
}

.home-page .suggest-today .box-product .box-product-media__tooltip__price {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 1rem;
}

.home-page .suggest-today .box-product .box-product-media__tooltip.toggle {
	top: 0;
}

.home-page .suggest-today .box-product-sale-off {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #cb1515;
	color: #fff;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	padding: 0.5rem;
	border-radius: 2px;
	z-index: 2;
}

.home-page .suggest-today .box-product-sale-off__number {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .box-product-sale-off__number {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

.home-page .suggest-today .box-product-sale-off__text {
	font-size: 1.2rem;
	line-height: 1.7rem;
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .box-product-sale-off__text {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .box-product-sale-off {
		top: 0.5rem;
		left: 0.5rem;
	}
}

.home-page .suggest-today .box-product-out-of-stock {
	display: flex;
	flex-direction: column;
	background: #000;
	color: #fff;
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 1.1rem 2.1rem 1.1rem 2rem;
	border-radius: 4px;
	z-index: 2;
}

.home-page .suggest-today .box-product-out-of-stock__text {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .box-product-out-of-stock__text {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .box-product-out-of-stock {
		top: 0.5rem;
		left: 0.5rem;
	}
}

.home-page .suggest-today .box-product__name a {
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding: 1rem 0;
	color: #000;
	display: block;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.home-page .suggest-today .box-product-price {
	gap: 1rem;
}

@media (max-width: 767.98px) {
	.home-page .suggest-today .box-product-price {
		gap: 0.6rem;
		flex-wrap: wrap;
	}
}

.home-page .suggest-today .box-product-price__current {
	font-size: 2.4rem;
	line-height: 3.3rem;
	font-weight: 600;
	color: #cb1515;
	font-size: 2.4rem;
	line-height: 3.3rem;
}

.home-page .suggest-today .box-product-color {
	margin-top: 1rem;
	margin-bottom: 1rem;
	gap: 0.5rem;
}

.home-page .suggest-today .box-product-color__item {
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}

.home-page .suggest-today .box-product-color__item.is-select {
	width: 2.2rem;
	height: 2.2rem;
}

.home-page .suggest-today .box-product-color__item.is-select::before {
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 50%;
	border: 0.3rem solid #fff;
}

.home-page .suggest-today .box-product-color__item--black {
	background-color: #000;
}

.home-page .suggest-today .box-product-color__item--blue {
	background-color: #1f388c;
}

.home-page .suggest-today .box-product-color__item--red {
	background-color: #cb1515;
}

.home-page .suggest-today .box-product-color__item--redBordeaux {
	background-color: #a02639;
}

.home-page .suggest-today .box-product-color__item--white {
	background-color: #fff;
}

.home-page .suggest-today .box-product-color__item--yellow {
	background-color: #fcc16e;
}

.home-page .suggest-today .box-product-color__item--pink {
	background-color: #ff00cc;
}

.home-page .suggest-today .box-product-color__item--gray {
	background-color: #d1cfd7;
}

.home-page .suggest-today .box-product-color__item--whitish {
	background-color: #f4f3ef;
}

.home-page .suggest-today .box-product-color__item--green {
	background-color: #0d6346;
}

.home-page .suggest-today .box-product-color__item--violet {
	background-color: #5c27ab;
}

.home-page .suggest-today .box-product-color__item--brown {
	background-color: #9a7214;
}

.home-page .suggest-today .box-product-color__item--purple {
	background-color: #ebefff;
}

.home-page .suggest-today .box-product-color__item--paleBrow {
	background-color: #cbac9d;
}

.home-page .suggest-today .box-product-color__item--slightPink {
	background-color: #ff6d80;
}

.home-page .suggest-today .box-product-action {
	width: 3.2rem;
	display: inline-flex;
	flex-direction: column;
	gap: 1rem;
	position: absolute;
	right: 0;
	top: 0;
}

.home-page .suggest-today .box-product-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	border: 0.1rem solid #000;
	border-radius: 50%;
}

.home-page .suggest-today .box-product-action__cart::before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	background: url(images/icon-cart.svg) no-repeat center;
}

.home-page .suggest-today .box-product-action__view::before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	background: url(images/icon-view.svg) no-repeat center;
}

.home-page .suggest-today .box-product-attr {
	font-size: 1.4rem;
	line-height: 1.9rem;
	overflow-y: auto;
}

.home-page .suggest-today .box-product-attr li {
	display: flex;
}

.home-page .suggest-today .box-product-attr li + li {
	margin-top: 0.8rem;
}

.home-page .suggest-today .box-product-attr__label {
	flex-shrink: 0;
	width: 9.5rem;
	margin-right: 1rem;
	color: #707070;
}

.home-page .suggest-today .box-product-attr__info {
	flex: 1;
	font-weight: 600;
	color: #000;
}

.home-page .customer-review {
	padding: 8rem 0;
	background: url(images/bg-review.png) no-repeat center;
	background-size: cover;
	position: relative;
}

@media (max-width: 991.98px) {
	.home-page .customer-review {
		padding: 4rem 0;
	}
}

@media (max-width: 767.98px) {
	.home-page .customer-review {
		padding: 3rem 0;
	}
}

.home-page .customer-review::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.6);
}

.home-page .customer-review-list.owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	border: 0;
	left: -5rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .customer-review-list.owl-carousel .owl-nav button.owl-prev {
		left: -0.5rem;
	}
}

.home-page .customer-review-list.owl-carousel .owl-nav button.owl-next {
	background: transparent;
	border: 0;
	right: -5rem;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.home-page .customer-review-list.owl-carousel .owl-nav button.owl-next {
		right: -0.5rem;
	}
}

.home-page .customer-review-list.owl-carousel .owl-nav button.owl-prev:hover,
.home-page .customer-review-list.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent;
	color: #333;
}

.home-page .customer-review-list.owl-carousel .owl-nav button.owl-prev i,
.home-page .customer-review-list.owl-carousel .owl-nav button.owl-next i {
	background: #fafafa;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.home-page .customer-review-list .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 0.5rem;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.home-page .customer-review-list .owl-dots .owl-dot.active span {
	width: 14px;
	height: 14px;
	background: #fff;
}

.home-page .customer-review-list .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 0 0.25rem;
	border: 1px solid #fff;
	background: transparent;
	transition: all 0.3s ease;
}

.home-page .customer-review-title {
	font-size: 3rem;
	line-height: 4.1rem;
	color: #fff;
	margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
	.home-page .customer-review-title {
		font-size: 2rem;
		line-height: 2.7rem;
	}
}

.home-page .customer-review .review-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 3rem;
}

.home-page .customer-review .review-item__avatar {
	width: 8rem;
	height: 8rem;
	border: 0.2rem solid #f6f6f6;
	border-radius: 50%;
	margin-bottom: 2rem;
}

.home-page .customer-review .review-item__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-page .customer-review .review-item__content {
	max-width: 77rem;
	color: #fff;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-align: center;
}

@media (max-width: 767.98px) {
	.home-page .customer-review .review-item__content {
		font-size: 1.4rem;
		line-height: 2.1rem;
		padding: 0 1.5rem;
	}
}

.home-page .customer-review .review-item__name {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding-top: 3.5rem;
}

.home-page .customer-review .review-item__name::before {
	content: '';
	width: 3rem;
	height: 3rem;
	background: url(images/icon-name.svg) no-repeat center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

/*# sourceMappingURL=style.css.map */