.rating {
	padding-top: 20px !important;
}
.luxe-story-section {
	padding: 40px 0;
}

.luxe-story-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.luxe-story-grid {
	display: grid;
	grid-template-columns: minmax(320px, 470px) minmax(320px, 1fr);
	gap: 72px;
	align-items: center;
}

.luxe-story-media {
	position: relative;
}

.luxe-story-main-image {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.luxe-story-main-image img {
	display: block;
	width: 100%;
	height: 620px;
	object-fit: cover;
	border-radius: 22px;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.luxe-story-thumb-card {
	position: absolute;
	right: -24px;
	bottom: -24px;
	width: 170px;
	background: #fff;
	border-radius: 18px;
	padding: 12px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
	z-index: 3;
	cursor: pointer;
}

.luxe-story-thumb-card img {
	display: block;
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 12px;
}

.luxe-story-content {
	max-width: 560px;
}

.luxe-story-title {
	font-size: 36px;
	line-height: 1.15;
	font-weight: 700;
	color: #111111;
	margin: 0 0 28px;
}

.luxe-story-desc {
	margin-bottom: 30px;
	color: #555;
	font-size: 16px;
	line-height: 1.9;
}

.luxe-story-desc p {
	margin-bottom: 16px;
}

.luxe-story-features {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.luxe-story-feature {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.luxe-story-feature-icon {
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f2c600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
	overflow: hidden;
}

.luxe-story-feature-icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	display: block;
}

.luxe-story-default-check {
	width: 18px;
	height: 18px;
	color: #111;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.luxe-story-feature-title {
	margin: 0 0 4px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #111111;
}

.luxe-story-feature-sub {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #666;
}

@media (max-width: 1199px) {
	.luxe-story-grid {
		gap: 48px;
	}

	.luxe-story-title {
		font-size: 36px;
	}
}

@media (max-width: 849px) {
	.luxe-story-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.luxe-story-media {
		max-width: 560px;
		margin: 0 auto;
	}

	.luxe-story-content {
		max-width: 100%;
	}

	.luxe-story-title {
		font-size: 30px;
	}

	.luxe-story-main-image img {
		height: 500px;
	}
}

@media (max-width: 549px) {
	.luxe-story-section {
		padding: 20px 15px;
		margin-bottom:0px;
	}

	.luxe-story-title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.luxe-story-desc {
		font-size: 15px;
		line-height: 1.8;
	}

	.luxe-story-main-image img {
		height: 380px;
	}

	.luxe-story-thumb-card {
		width: 120px;
		right: -10px;
		bottom: -14px;
		padding: 8px;
		border-radius: 14px;
	}

	.luxe-story-thumb-card img {
		height: 90px;
		border-radius: 10px;
	}

	.luxe-story-feature-title {
		font-size: 17px;
	}

	.luxe-story-feature-sub {
		font-size: 14px;
	}
}
/* giá trị */
.luxe-core-values-section {
	padding: 40px 0 20px;
}

.luxe-core-values-head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 42px;
}

.luxe-core-values-title {
	margin: 0 0 18px;
	font-size: 48px;
	line-height: 1.15;
	font-weight: 700;
	color: #111111;
}

.luxe-core-values-desc {
	font-size: 20px;
	line-height: 1.8;
	color: #555555;
}

.luxe-core-values-desc p {
	margin-bottom: 0;
}

.luxe-core-values-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.luxe-core-values-card {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 28px;
	padding: 32px 30px 28px;
	min-height: 320px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.luxe-core-values-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
}

.luxe-core-values-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: #f3cd00;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
	overflow: hidden;
}

.luxe-core-values-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

.luxe-core-values-icon-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #111111;
}

.luxe-core-values-card-title {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: #111111;
}

.luxe-core-values-card-desc {
	font-size: 17px;
	line-height: 1.75;
	color: #555555;
	text-align: justify;
}

.luxe-core-values-card-desc p {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.luxe-core-values-title {
		font-size: 40px;
	}

	.luxe-core-values-desc {
		font-size: 18px;
	}

	.luxe-core-values-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.luxe-core-values-section {
		padding: 30px 0 10px;
		margin:30px 0px;
	}

	.luxe-core-values-head {
		margin-bottom: 28px;
	}

	.luxe-core-values-title {
		font-size: 32px;
	}

	.luxe-core-values-desc {
		font-size: 16px;
	}

	.luxe-core-values-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.luxe-core-values-card {
		min-height: auto;
		padding: 24px 20px;
		border-radius: 22px;
	}

	.luxe-core-values-card-title {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.luxe-core-values-card-desc {
		font-size: 15px;
	}
	.aboutus_ss h2{
		font-size:40px !important;
		padding-top:20px;
	}
	.aboutus_ss h2 span{
		font-size:32px !important;
		padding: 0px 10px;
	}
	.aboutus_ss p span{
		font-size:15px !important;
		padding: 0px 10px;
	}
	.aboutus_ss a{
		border-radius: 10px;
		width: 89%;
		padding: 3px 0px;
		/* margin: 0px 16px; */
		margin: auto;
		margin-bottom:20px;
	}
	.aboutus_ss a:nth-of-type(1) {
		color: #000;
	}
}
/* tablet */
@media (max-width: 849px) {
	#section_1824888810.rating {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	#row-1505187723 > .col {
		padding: 12px 10px;
	}

	#row-1505187723 > .col:nth-child(2)::after {
		display: none;
	}

	#row-1505187723 p span {
		font-size: 46px !important;
	}

	#row-1505187723 h6 {
		font-size: 18px;
	}

	#row-1505187723 > .col:not(:last-child)::after {
		height: 46px;
	}
}

/* mobile */
@media (max-width: 549px) {

	.abbn {
		min-height: 380px !important;
	}

	.abbn h4{
		margin-top:20px;
	}
	.abbn  h1{
		font-size: 32px !important;
	}
	.abbn  p{
		padding: 0 25px;
		margin: unset !important
	}
	.rating p span{
		font-size: 35px !important;
	}
	.rating .section-content {
		padding:12px !important;
	}
	.rating p{
		margin-bottom:0px !important;
	}
	.abbn .text-1 {
		color: #fff;
	}
	.abbn .text-2 {
		color: #f2ce00;
	}
	.aboutus-ss p {
		margin: 25px 198px;
	}
	.aboutus-ss h1 {
		letter-spacing: -3px;
	}
	.abbn .col-inner {
		text-align-last: center;
	}
	.abbn h4 {
		color: #ffe26e;
	}
	.aboutus-ss p {
		margin: 15px 22px !important;
	}
	.aboutus-ss h2{
		font-size: 28px !important;
	}

}

.abbn p {
		color: #000;
}
.abbn h2 {
	letter-spacing: -2px;
	font-size: 40px;
	color: #000;
}
.abbn .text-1 {
	color: #fff;
}
.abbn .text-2 {
	color: #f2ce00;
}
.abbn .col-inner {
	text-align-last: center;
}
.abbn h4 {
	color: #ffe26e;
}
.aboutus-ss p {
	margin: 25px 198px;
	color: #fff;
}
.aboutus-ss h2{
	color: #fff;
	font-size: 42px;
}
