html, body {
    background: #000000;
    background-color: #000000;
}

p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.86;
	margin-bottom: 0;
	color: #1a1a1a;
}

a {
	color:#1a1a1a;
	text-decoration: none;
	-webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

a:hover {
	color:#1a1a1a;
}

ol, ul {
    list-style: none;
}

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

#header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	transition: none;
	/* box-shadow: 0 2px 5px 0 rgba(14, 13, 13, 0.1); */
	transition: none;
}

#header .header-top {
    background-color: #d2b34b;
}

#header .header-main {
	position: relative;
	transition: none;
	/* background-color: #ffffff; */
	padding: 0;
}

#header .btn-group-header {
	position: absolute;
	right: 0;
}

#header.sticky .header-main,
body.page #header .header-main {
    width: 100%;
	-webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
	box-shadow: 0 2px 5px 0 rgba(14, 13, 13, 0.1);
	background-color: #13110d;
}

#header.sticky .header-top {
    display: none;
}

#header.sticky .header-main .navbar-brand img {
    width: 80px;
}

.navbar {
	position: relative;
	padding: 32px 0;
	transition: none;
	min-height: 90px;
}

#header.sticky .navbar {
    padding: 8px 0;
}

.navbar-nav {
	align-items: center;
}

.navbar .nav-link {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	color:#ffffff;
	letter-spacing: 2px;
}

.navbar .nav-item {
	padding: 0px 10px;
}

.navbar .nav-item:first-child {
	padding: 0;
}

.navbar .nav-item:last-child {
	padding-left: 10px;
	padding-right: 0;
	align-self: center;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
}

.toggler-icon {
	width: 20px;
	height: 3px;
	background-color: #fff;
	display: block;
	transition: all 0.2s;
}

.middle-bar {
	margin: 5px auto;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
	opacity: 1;
	filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {b
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
	background-color: #fff;
}

.btn-close-menu {
	background-color: transparent;
	color: #ffffff;
	padding: 4px;
	font-size: 24px;
}

.btn-close-menu:hover {
	color: #ffffff;
}

.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
	font-family: 'Poppins', sans-serif;
    font-size: 1rem;
	background-image: linear-gradient(135deg,#956d30 1%,#fee65e 100%);
    background-color: lightgoldenrodyellow;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
	text-transform: uppercase;
	border-radius: 50rem;
    padding: 12px 16px;
    min-width: 180px;
}

.button:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	color: #956D30;
}

.button.button-main:hover {
	background-color: #1a1a1a;
	color: #fff;
}

.button.button-secondary {
	background-color: #ffffff;
	color: #1a1a1a;
}

.button.button-secondary:hover {
	background-color: #956D30;
	color: #fff;
}

.button.icon-button i {
	margin-right: 0.125rem;
}

#header .header-main .navbar .button-group .icon-button span.sticky {
	display: none;
}

.section-wrap {
    position: relative;
    padding: 50px 0;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-page {
	padding: 100px 0;
}

.section-background-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.section-banner {
	padding-top: 210px;
	padding-bottom: 100px;
	background-color: #13110d;
	/*background-image: url('../images/banner-bg1.jpg');*/
	min-height: 100dvh;
}

.section-banner::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 450px;
    left: 0;
    top: 90px;
    background-image: url('../images/top-left.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-banner::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 450px;
    right: 0;
    bottom: 0;
    background-image: url('../images/bottom-right.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-banner .container-lg {
    position: relative;
    z-index: 10;
}

.section-banner .banner-subtitle,
.page-header .page-subtitle {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.section-banner .banner-subtitle {
	font-size: 28px;
}

.section-banner .banner-title,
.page-header .page-title {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 64px;
	color: #ffffff;
}

.section-banner .banner-slider {
	width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 400px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 480px;
	border-radius: 10px;
	object-fit: cover;
	object-position: top right;
}

.business-info-box {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: start;
}

.business-info-box .info-icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(135deg,#956d30 1%,#fee65e 100%);
    background-color: lightgoldenrodyellow;
	border-radius: 50rem;
	font-size: 20px;
	color: #1a1a1a;
}

.business-info-box .info-content {
	flex-grow: 1;
	flex: 1;
	color: #ffffff;
	padding-left: 24px;
}

.business-info-box .info-content * {
	color: #ffffff !important;
}

.section-parallax {
	background-attachment: fixed;
}

.section-parallax.parallax-bg {
    background-image: url('../images/parallax-bg.jpg');
}

/* .section-parallax::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	opacity: 0.5;
} */

.parallax-content {
	padding: 50px 0;
}

.headline-w-divider {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.headline-w-divider .headline-divider {
	padding-bottom: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 10px;
	font-size: 0;
    line-height: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
	border: 1px solid #e0a933;
}

.headline-w-divider .headline-text {
	padding-bottom: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 10px;
}

.headline-w-divider .headline-text h2 {
	font-family: 'Allura', handwriting;
    font-weight: 700;
    font-size: 60px;
    color: #956D30;
	margin: 0;
	line-height: 1;
}

.service-item,
.service-item .service-img {
	position: relative;
	width: 100%;
}

.service-item .service-img::before {
	display: block;
    padding-top: 100%;
    content: "";
}

.service-item .service-img {
	border-radius: 16px;
    overflow: hidden;
    border: 1px solid #956D30;
    box-shadow: 0px 12px 0px -6px #956D30;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 24px;
}

.service-item .service-img > * {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
}

.service-item .service-img .mega-hover {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-item .service-img .mega-hover > div::after,
.service-item .service-img .mega-hover > div::before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.service-item .service-img .mega-hover > div::before {
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255,255,255,.5);
}

.service-item:hover .service-img .mega-hover > div::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms ease;
}

.service-item .service-img .mega-hover > div::after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255,255,255,.6);
}

.service-item:hover .service-img .mega-hover > div::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms ease;
}
.service-item .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 1s ease;
}

.service-item:hover .service-img img {
    transform: scale(1.1);
}

.service-item .service-name {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #1a1a1a;
	margin-bottom: 12px;
}

.service-item .view-menu {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	color: #1a1a1a;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 50rem;
	background-image: linear-gradient(135deg,#956d30 1%,#fee65e 100%);
    background-color: lightgoldenrodyellow;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
	border: 0;
}

.service-item:hover .view-menu {
    color: #fff;
}

.section-mega {
	padding: 100px 0;
}

.section-mega .mega-title {
	text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 48px;
    color: #ffffff;
}

.section-mega .btn-buy-egift {
	margin-right: 6px;
}

.testimonial-wrap {
	position: relative;
	width: 100%;
}

.testimonial-slider .testimonial-item {
    margin-right: 48px;
    width: calc((100% - 96px) / 3);
	min-height: 450px;
    text-align: center;
	border-radius: 16px;
    overflow: hidden;
    border: 1px solid #956D30;
    box-shadow: 0px 12px 0px -6px #956D30;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 48px 24px;
	background: rgba(255,255,255,.5);
	margin-bottom: 12px;
}

.testimonial-item h5 {
	font-family: 'Allura', handwriting;
    font-weight: 700;
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.testimonial-item .star-rate-icon {
	max-width: 100%;
    height: auto;
	margin-bottom: 16px;
}

/* *************************** */

.gallery-item .item-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #956D30;
	border-radius: 16px;
	box-shadow: rgba(196, 154, 93, 0.25) 0px 6px 12px -2px, rgba(149, 109, 48, 0.3) 0px 3px 7px -3px;
}

.gallery-item .item-wrap::after, 
.gallery-item .item-wrap::before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.gallery-item .item-wrap::before {
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255,255,255,.5);
}

.gallery-item:hover .item-wrap::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms ease;
}

.gallery-item:hover .item-wrap::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms ease;
}

.gallery-item .item-wrap::after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255,255,255,.6);
}

.gallery-item .item-wrap img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 1s ease;
}

.gallery-item:hover .item-wrap img {
	transform: scale(1.1);
}

.gallery-item .icon-zoom {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 1;
}

.gallery-item:hover .icon-zoom {
	opacity: 1;
}

.gallery-item .icon-zoom > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-image: linear-gradient(135deg,#956d30 1%,#fee65e 100%);
	border-radius: 50rem;
}

.footer {
	position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
}

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

.footer::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.footer .footer-main {
	position: relative;
	padding: 100px 0px 100px 0px;
	border-top: 1px solid #e5e5e5;
}

.footer .footer-absolute {
	position: relative;
	padding: 8px 0;
    background-color: #000000;
    border-top: 1px solid #ddd;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.footer-main .footer-col-title {
	position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #956D30;
    letter-spacing: 2px;
	margin-bottom: 8px;
}

.footer-main .footer-col-content p {
	margin-bottom: 8px;
}

.footer-main .footer-col-content.business_hours p {
	color: #ffffff !important;
}

.service-list-wrap {
	position: relative;
	border-radius: 16px;
    overflow: hidden;
    border: 1px solid #956D30;
    box-shadow: 0px 12px 0px -6px #956D30;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 48px 48px;
	background: rgba(255,255,255,.5);
}

.service-list-wrap:not(:last-child) {
	margin-bottom: 100px;
}

.service-list .service-list-thumb {
	position: relative;
	width: 100%;
	height: 450px;
}

.service-list .service-list-thumb img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 16px;
	box-shadow: rgba(196, 154, 93, 0.25) 0px 6px 12px -2px, rgba(149, 109, 48, 0.3) 0px 3px 7px -3px;
}

.service-list .service-list-name h2 {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #956D30;
    margin-bottom: 12px;
	text-align: center;
}

.service-list .service-item-name {
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #1a1a1a;
}

.service-list .service-item-price {
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
	padding: 4px 12px;
    background-image: linear-gradient(135deg,#956d30 50%,#fee65e 100%);
	box-shadow: rgba(196, 154, 93, 0.25) 0px 6px 12px -2px, rgba(149, 109, 48, 0.3) 0px 3px 7px -3px;
}

.service-list .box-wrap:not(:last-child) {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #434343;
}

.service-list .box-wrap.child {
	margin-left: 24px;
	border-bottom: 0;
	padding-bottom: 0;
}

/* .service-list .box-wrap.child .service-item-name,
.service-list .box-wrap.child .service-item-price {
	font-size: 18px;
} */

.contact-info-box {
	position: relative;
	display: flex;
}

.contact-info-box .box-contact-icon {
	margin-right: 16px;
}

.contact-info-box .box-contact-icon span {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
	color: #ffffff;
	background-color: #956D30;
	border-radius: 50rem;
}

.footer-main .list-social,
.contact-info-box .list-social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	margin-top: 16px;
}

.footer-main .list-social li,
.contact-info-box .list-social li {
	width: 40px;
	height: 40px;
	margin-right: 12px;
	background-color: #956D30;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
}

.footer-main .list-social li a,
.contact-info-box .list-social li a {
	color: #ffffff;
}

.contact-info-box .list-social li {
	background-color: #956D30;
	color: #fff;
}

.footer-main .list-social li a,
.contact-info-box .list-social li a {
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-box .list-social li a {
	color: #fff;
}

#btnScrollTop {
	display: none !important;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #956D30;
	color: #ffffff;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	border: 2px solid #fff;
	line-height: inherit;
	text-align: center;
	transition: all 0.3s ease;
}

#btnScrollTop:hover {
	background-color: #1a1a1a;
}

.btn-phone {
	transition: .3s all;
	display: none !important;
}

.phone-group.phone-show {
	visibility: visible;
}

.phone-group {
	position: fixed;
	visibility: hidden;
	cursor: pointer;
	z-index: 99;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	right: -5px;
	bottom: 60px;
}

.phone-ph-circle,
.phone-group {
	width: 100px;
	height: 100px;
	background-color: transparent;
}

.phone-group.phone-green .phone-ph-circle {
	border-color: greenyellow;
	opacity: .5;
}

.phone-ph-circle {
	top: 0;
	left: 0;
	position: absolute;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	border: 2px solid green;
	opacity: .1;
	-webkit-animation: phone-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: phone-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: phone-circle-anim 1.2s infinite ease-in-out;
	-o-animation: phone-circle-anim 1.2s infinite ease-in-out;
	animation: phone-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	transform-origin: 50% 50%;
}

.phone-ph-circle,
.phone-ph-img-circle {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
}

.phone-group.phone-green .phone-ph-circle-fill {
	background-color: greenyellow;
	opacity: .75 !important;
}

.phone-ph-circle-fill {
	width: 60px;
	height: 60px;
	top: 20px;
	left: 20px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	border: 2px solid transparent;
	opacity: .1;
	-webkit-animation: phone-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: phone-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: phone-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: phone-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phone-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.phone-group.phone-green .phone-ph-img-circle {
	background-color: limegreen;
	box-shadow: 0 0 20px 6px limegreen;
}

.phone-ph-img-circle {
	width: 30px;
	height: 30px;
	top: 35px;
	left: 35px;
	position: absolute;
	background: url(../images/phone-ico.png) center center no-repeat rgba(30, 30, 30, .1);
	background-size: contain;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	border: 2px solid transparent;
	opacity: .7;
	-webkit-animation: phone-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: phone-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: phone-circle-img-anim 1s infinite ease-in-out;
	-o-animation: phone-circle-img-anim 1s infinite ease-in-out;
	animation: phone-circle-img-anim 1s infinite ease-in-out;
	transform-origin: 50% 50%;
}

@-moz-keyframes phone-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-webkit-keyframes phone-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-o-keyframes phone-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@keyframes phone-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes phone-circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes phone-circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

@-o-keyframes phone-circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

@keyframes phone-circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

@-moz-keyframes phone-circle-img-anim {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

@-webkit-keyframes phone-circle-img-anim {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

@-o-keyframes phone-circle-img-anim {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

@keyframes phone-circle-img-anim {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

.page-header {
	position: relative;
	width: 100%;
	padding: 205px 0 100px 0;
	background-size: cover;
    background-position: 50% 40%;
    background-repeat: no-repeat;
	/*background-image: url('../images/banner-bg.jpg');*/
	background-color: #13110d;
	min-height: 100dvh;
}

.page-header::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 450px;
    left: 0;
    top: 90px;
    background-image: url('../images/top-left.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-header::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 450px;
    right: 0;
    bottom: 0;
    background-image: url('../images/bottom-right.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-header > * {
	position: relative;
	z-index: 10;
}

.pagination .page-item {
	border-radius: 8px;
}

.pagination .page-item:not(:last-child) {
	margin-right: 8px;
}

.pagination .page-link {
    font-family: 'Poppins', sans-serif;
	font-size: 18px;
    color: #1a1a1a;
    border-radius: 5px !important;
    font-weight: 500;
	background-image: linear-gradient(135deg,#956d30 1%,#fee65e 100%);
}

.pagination .page-item.disabled .page-link {
    background-image: linear-gradient(135deg, #4f4e4e 1%, #171717 100%);
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #1a1a1a;
    border-color: #fff;
}

.contact-info-box h4 {
	position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #956D30;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.contact-form {
	position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #956D30;
    box-shadow: 0px 12px 0px -6px #956D30;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 48px 48px;
	background: rgba(255,255,255,.5);
}

#contact .title {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.text-field {
	padding: 8px;
	border: 1px solid #956d30;
	background-color: #ffffff;
}

.label-field {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 4px;
	color: #1a1a1a;
	font-size: 16px;
}

.text-field input,
.text-field textarea {
	font-family: 'Poppins', sans-serif;
	display: block;
	width: 100%;
	color: #1a1a1a;
	font-size: 16px;
	background-color: transparent;
	outline: none;
	border: 0;
}

.map-wrapper {
    margin-bottom: -5px;
}

#sb_instagram {
	margin-top: 36px !important;	
}

#sb_instagram .sbi_photo img {
	border: 1px solid #956D30 !important;
    border-radius: 16px !important;
}

article,
article .entry-content {
    height: 100%;
}

article .post-item {
    width: 100%;
    height: 100%;
    text-align: center;
	border-radius: 16px;
    overflow: hidden;
    border: 1px solid #956D30;
    box-shadow: 0px 12px 0px -6px #956D30;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background: rgba(255,255,255,.7);
	padding: 16px 16px;
}

article .post-item .post-thumbnail {
    position: relative;
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
}

article .post-item .post-thumbnail::before {
    display: inline-block;
    padding-top: 56%;
    content: "";
    transition: none;
    border-radius: 16px;
}

article .post-item .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 16px;
}

article .post-item .post-content {
    position: relative;
    width: 100%;
    padding: 24px 24px 8px 24px;
}

article .post-item .post-date {
    position: relative;
    font-family: 'Allura', handwriting;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.post-categories {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 8px;
}

.post-categories .category-link {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #1a1a1a;
    padding: 6px 16px;
    border-radius: 50rem;
    background-image: linear-gradient(135deg, #956d30 1%, #fee65e 100%);
    background-color: lightgoldenrodyellow;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    border: 0;
    width: -moz-max-content;
    width: max-content;
}
.post-categories .category-link:hover {
    color: #ffffff;
}

article .post-item .post-content .post-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1a1a1a;
    text-transform: uppercase;
    transition: none;
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}

article .post-item .post-content .post-excerpt {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px;
}

article .post-item .post-content a.read-more {
        font-family: 'Allura', handwriting;
    font-weight: 700;
    font-size: 24px;
    color: #1a1a1a;
}
article .post-item .post-content a.read-more:hover {
    color: #956D30;
}

.pagination-wrap {
    text-align: center;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination-wrap .page-numbers {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #1a1a1a;
    border-radius: 5px !important;
    font-weight: 500;
    background-image: linear-gradient(135deg, #956d30 1%, #fee65e 100%);
    padding: .375rem .75rem;
    background-color: #fff;
    border-color: #dee2e6;
    background-image: linear-gradient(135deg, #4f4e4e 1%, #171717 100%);
    color: #fff;
}

.pagination-wrap .page-numbers.current {
    background-image: linear-gradient(135deg, #956d30 1%, #fee65e 100%);
}

.search-form-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 10;
    margin-bottom: 48px;
}

.search-form-wrap #searchForm {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 380px;
    width: 100%;
    margin: auto;
    padding: 8px 8px 8px 16px;
    gap: 8px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #956D30;
    box-shadow: 0px 12px 0px -6px #956D30;
    background-color: #ffffff;
}

.search-form-wrap #searchForm input {
    flex-grow: 1;
    border: 0;
    padding: 0;
    outline: none;
    height: 32px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
}

.search-form-wrap #searchForm button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    padding: 0 0;
    border: 0;
    height: 32px;
    width: 32px;
    border-radius: 12px;
    font-size: 14px;
    background-image: linear-gradient(135deg, #956d30 1%, #fee65e 100%);
    background-color: lightgoldenrodyellow;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    color: #1a1a1a;
}

.search-form-wrap #searchForm button:hover {
    color: #ffffff;
}

.top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
    margin-bottom: 24px;
}

.top-area .sortby-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-area .sortby-wrap .sortby-label,
.top-area .list-length {
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    flex-grow: 1;
}

.top-area .sortby-wrap select {
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 16px;
    outline: none;
    border: 0;
}

.result-for {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.page-single {
    padding: 150px 0 100px 0 !important;
}

.page-single .article-area {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #956D30;
    box-shadow: 0px 12px 0px -6px #956D30;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 48px 48px;
    background: rgba(255, 255, 255, .5);
    margin: auto;
    max-width: 1024px;
}

.single-post-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 16px;
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
    gap: 10px;
}

.single-post-meta .post-date,
.single-post-meta .post-views {
    font-family: 'Poppins', sans-serif;
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 6px;
}

.page-single .entry-content * {
  font-family: "Poppins", sans-Serif;
  color: #1a1a1a;
  font-size: 16px;
}

.page-single .entry-content p {
    margin-bottom: 16px;
}

.page-single .entry-content *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-single .entry-content * strong {
  font-weight: 700;
}

.page-single .entry-content h1,
.page-single .entry-content h2,
.page-single .entry-content h3,
.page-single .entry-content h4,
.page-single .entry-content h5,
.page-single .entry-content h6,
.page-single .entry-content .h1,
.page-single .entry-content .h2,
.page-single .entry-content .h3,
.page-single .entry-content .h4,
.page-single .entry-content .h5,
.page-single .entry-content .h6 {
  font-family: "Poppins", sans-Serif;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 16px;
}

.page-single .entry-content h1,
.page-single .entry-content .h1 {
  font-size: 36px;
  line-height: 1.2;
}

.page-single .entry-content h2,
.page-single .entry-content .h2 {
  font-size: 28px;
  line-height: 1.2;
}

/* Margin-top cho các thẻ heading đi ngay sau h2 */
.page-single .entry-content h2 + h3,
.page-single .entry-content .h2 + h3,
.page-single .entry-content h2 + .h3,
.page-single .entry-content .h2 + .h3,
.page-single .entry-content h2 + h4,
.page-single .entry-content .h2 + h4,
.page-single .entry-content h2 + .h4,
.page-single .entry-content .h2 + .h4,
.page-single .entry-content h2 + h5,
.page-single .entry-content .h2 + h5,
.page-single .entry-content h2 + .h5,
.page-single .entry-content .h2 + .h5,
.page-single .entry-content h2 + h6,
.page-single .entry-content .h2 + h6,
.page-single .entry-content h2 + .h6,
.page-single .entry-content .h2 + .h6 {
  margin-top: 20px;
}

.page-single .entry-content h3,
.page-single .entry-content .h3 {
  font-size: 24px;
  line-height: 1.3;
}

/* Margin-top cho các thẻ heading đi ngay sau h3 */
.page-single .entry-content h3 + h4,
.page-single .entry-content .h3 + h4,
.page-single .entry-content h3 + .h4,
.page-single .entry-content .h3 + .h4,
.page-single .entry-content h3 + h5,
.page-single .entry-content .h3 + h5,
.page-single .entry-content h3 + .h5,
.page-single .entry-content .h3 + .h5,
.page-single .entry-content h3 + h6,
.page-single .entry-content .h3 + h6,
.page-single .entry-content h3 + .h6,
.page-single .entry-content .h3 + .h6 {
  margin-top: 20px;
}

.page-single .entry-content h4,
.page-single .entry-content .h4 {
  font-size: 20px;
  line-height: 1.4;
}

/* Margin-top cho các thẻ heading đi ngay sau h4 */
.page-single .entry-content h4 + h5,
.page-single .entry-content .h4 + h5,
.page-single .entry-content h4 + .h5,
.page-single .entry-content .h4 + .h5,
.page-single .entry-content h4 + h6,
.page-single .entry-content .h4 + h6,
.page-single .entry-content h4 + .h6,
.page-single .entry-content .h4 + .h6 {
  margin-top: 20px;
}

.page-single .entry-content h5,
.page-single .entry-content .h5 {
  font-size: 18px;
  line-height: 1.5;
}

/* Margin-top cho các thẻ heading đi ngay sau h5 */
.page-single .entry-content h5 + h6,
.page-single .entry-content .h5 + h6,
.page-single .entry-content h5 + .h6,
.page-single .entry-content .h5 + .h6 {
  margin-top: 20px;
}

.page-single .entry-content h6,
.page-single .entry-content .h6 {
  font-size: 16px;
  line-height: 1.5;
}

.page-single .entry-content a {
  color: var(--blue-color-accent-1);
  text-decoration: underline;
}

.page-single .entry-content ul li:not(:last-of-type),
.page-single .entry-content ol li:not(:last-of-type) {
  margin-bottom: 8px;
}

.page-single .entry-content ul {
  list-style-type: disc;
}

.page-single .entry-content ol {
  list-style-type: decimal;
}

/* Margin-top khi heading đi ngay sau thẻ p hoặc ul */
.page-single .entry-content p + h2,
.page-single .entry-content ul + h2,
.page-single .entry-content p + .h2,
.page-single .entry-content ul + .h2,
.page-single .entry-content p + h3,
.page-single .entry-content ul + h3,
.page-single .entry-content p + .h3,
.page-single .entry-content ul + .h3,
.page-single .entry-content p + h4,
.page-single .entry-content ul + h4,
.page-single .entry-content p + .h4,
.page-single .entry-content ul + .h4,
.page-single .entry-content p + h5,
.page-single .entry-content ul + h5,
.page-single .entry-content p + .h5,
.page-single .entry-content ul + .h5,
.page-single .entry-content p + h6,
.page-single .entry-content ul + h6,
.page-single .entry-content p + .h6,
.page-single .entry-content ul + .h6 {
  margin-top: 28px;
}

.page-single .entry-content .wp-caption {
  max-width: 100%;
}

.page-single .entry-content .wp-caption .wp-caption-text {
  margin-top: 4px;
  text-align: center;
  font-style: italic;
}

.page-single .entry-content img {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}