/**
 * Kurtarra — page title, tiện ích nội dung (badge, list), footer.
 */

:root {
	--kurtarra-orange: #e87722;
	--kurtarra-orange-dark: #c96116;
	--kurtarra-footer-bg: #1a120e;
	--kurtarra-footer-socket: #120c0a;
	--kurtarra-brown-text: #2b211c;
}

/* Căn giữa chấm khi nhúng HTML thủ công trong Text (file mẫu Our Partners) */
.kurtarra-dots-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 12px;
}

.kurtarra-dots {
	display: flex;
	gap: 5px;
	margin-bottom: 6px;
}

.kurtarra-dots span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--kurtarra-orange);
}

/* --- [kurtarra_page_title] — hero / page title (không fixed, dưới header) --- */
.kurtarra-page-title {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #3d322c;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: var(--kpt-bg-pos, center center);
	min-height: var(--kpt-min-height, min(52vh, 440px));
	display: flex;
	align-items: center;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.kurtarra-page-title--v-bottom {
	align-items: flex-end;
	padding-bottom: clamp(32px, 6vw, 56px);
}

.kurtarra-page-title__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.kurtarra-page-title__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: clamp(40px, 8vw, 72px);
	padding-bottom: clamp(40px, 8vw, 72px);
}

.kurtarra-page-title--v-bottom .kurtarra-page-title__inner {
	padding-bottom: clamp(24px, 5vw, 48px);
}

.kurtarra-page-title__content {
	max-width: 100%;
}

.kurtarra-page-title--text-center .kurtarra-page-title__content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.kurtarra-page-title__dots {
	margin-bottom: 14px;
}

.kurtarra-page-title__dots .kurtarra-dots {
	margin-bottom: 0;
}

.kurtarra-page-title__heading {
	margin: 0;
	font-size: clamp(1.65rem, 4.2vw, 2.35rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.15;
	color: #fff;
	text-transform: uppercase;
}

/* --- Tiện ích nội dung (đặt trong Text / HTML: thẻ partner card) --- */
.kurtarra-partner-card {
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	padding: 28px 20px;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kurtarra-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 0.55rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 4px 8px;
	border-radius: 2px;
	line-height: 1.2;
	max-width: 48%;
	text-align: right;
}

.kurtarra-badge--orange {
	background: rgba(232, 119, 34, 0.15);
	color: var(--kurtarra-orange-dark);
	border: 1px solid rgba(232, 119, 34, 0.45);
}

.kurtarra-badge--red {
	background: rgba(180, 40, 40, 0.12);
	color: #a83232;
	border: 1px solid rgba(180, 40, 40, 0.35);
}

.kurtarra-badge--small {
	position: static;
	display: inline-block;
	margin-top: 10px;
	max-width: none;
}

.kurtarra-partner-card__logo .kurtarra-img {
	max-width: 100%;
	height: auto;
	max-height: 72px;
	width: auto;
	object-fit: contain;
}

.kurtarra-partner-card__placeholder {
	font-size: 0.75rem;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Hàng partner trong UX: thêm class này vào [row] để có viền giữa các hàng */
.kurtarra-partner-row-divider {
	border-bottom: 1px solid #ece8e4;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.kurtarra-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kurtarra-list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 0.55em;
}

.kurtarra-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid var(--kurtarra-orange);
}

.svg-box .icon-box-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px !important;
	min-width: 85px;
	max-width: 85px;
	height: 85px;
	flex: 0 0 85px;
}

.svg-box .icon-box-img .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.svg-box .icon-box-img .icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 8px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.svg-box .icon-box-img .icon-inner svg {
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: auto;
}

/* --- Contact Form 7 checkbox/radio wrap --- */
.wpcf7 form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wpcf7 form .wpcf7-form-control.wpcf7-checkbox,
.wpcf7 form .wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	width: 100%;
}

.wpcf7 form .wpcf7-list-item {
	display: inline-flex;
	align-items: flex-start;
	margin: 0;
	max-width: 100%;
}

.wpcf7 form .wpcf7-list-item label {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
	max-width: 100%;
	white-space: normal;
	line-height: 1.45;
}

.wpcf7 form .wpcf7-list-item input[type="checkbox"],
.wpcf7 form .wpcf7-list-item input[type="radio"] {
	flex: 0 0 auto;
	margin-top: 0.28em;
}

/* --- Footer --- */
.kurtarra-footer {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: var(--kurtarra-footer-bg);
	color: #e8e4e0;
}

.kurtarra-footer__main {
	position: relative;
	padding: 56px 0 40px;
	overflow: hidden;
}

.kurtarra-footer__pattern {
	position: absolute;
	top: 0;
	right: 0;
	width: min(45%, 420px);
	height: 200px;
	opacity: 0.07;
	background: radial-gradient(circle at 80% 20%, #e87722 0%, transparent 55%),
		repeating-linear-gradient(
			-35deg,
			transparent,
			transparent 12px,
			rgba(255, 255, 255, 0.06) 12px,
			rgba(255, 255, 255, 0.06) 13px
		);
	pointer-events: none;
}

.kurtarra-footer__brand-wrap {
	padding-right: 8px;
}

.kurtarra-footer__brand {
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
}

.kurtarra-footer__brand-text {
	font-size: 1.15rem;
}

.kurtarra-footer__ack {
	font-size: 0.8rem;
	line-height: 1.65;
	margin: 16px 0 12px;
	color: rgba(255, 255, 255, 0.88);
	max-width: 420px;
}

.kurtarra-footer__social {
	display: flex;
	gap: 14px;
	margin-top: 8px;
}

.kurtarra-footer__social:empty {
	display: none;
}

.kurtarra-social {
	color: var(--kurtarra-orange);
	transition: opacity 0.2s, transform 0.2s;
}

.kurtarra-social:hover {
	opacity: 0.85;
	transform: translateY(-2px);
	color: #ffb366;
}

.kurtarra-icon {
	display: block;
}

.kurtarra-footer__menus .col {
	margin-bottom: 0;
}

.kurtarra-footer__socket-row .large-6:last-child .col-inner {
	text-align: right;
}

@media (max-width: 849px) {
	.kurtarra-footer__socket-row .large-6:last-child .col-inner {
		text-align: left;
	}
}

.kurtarra-footer__heading {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--kurtarra-orange);
	margin: 0 0 14px;
	text-transform: uppercase;
}

.kurtarra-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kurtarra-footer__links li {
	margin-bottom: 8px;
}

.kurtarra-footer__links a {
	color: #fff;
	text-decoration: none;
	font-size: 0.82rem;
	transition: color 0.2s;
}

.kurtarra-footer__links a:hover {
	color: var(--kurtarra-orange);
}

.kurtarra-footer__socket {
	background: var(--kurtarra-footer-socket);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 18px 0;
	font-size: 0.75rem;
}

.kurtarra-footer__socket-left {
	color: rgba(255, 255, 255, 0.65);
}

.kurtarra-footer__legal a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.kurtarra-footer__legal a:hover {
	color: var(--kurtarra-orange);
}

.kurtarra-footer__sep {
	margin: 0 8px;
	opacity: 0.5;
}

.kurtarra-footer__socket-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

.kurtarra-footer__venture {
	font-style: italic;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.kurtarra-back-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--kurtarra-orange);
	color: #fff;
	border-radius: 2px;
	transition: background 0.2s, transform 0.2s;
}

.kurtarra-back-top:hover {
	background: var(--kurtarra-orange-dark);
	color: #fff;
	transform: translateY(-2px);
}

/* --- Trang Indigenous & Community Relations (class gắn vào Section / HTML) --- */
.kurtarra-indigenous-label {
	margin: 0 0 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--kurtarra-orange);
}

.kurtarra-indigenous-label--on-yellow {
	color: #1a120e;
}

.kurtarra-indigenous-commitments.section,
.section.kurtarra-indigenous-commitments {
	position: relative;
	overflow: hidden;
}

.kurtarra-indigenous-commitments::before {
	content: "";
	position: absolute;
	top: -20%;
	right: -8%;
	width: min(55%, 520px);
	height: 140%;
	opacity: 0.12;
	pointer-events: none;
	background-image: radial-gradient(circle, #1a120e 1.5px, transparent 1.5px);
	background-size: 14px 14px;
	transform: rotate(-12deg);
}

.kurtarra-indigenous-logo-tile {
	background: #f0eeeb;
	border-radius: 8px;
	padding: 24px 16px;
	text-align: center;
	margin-bottom: 8px;
}

.kurtarra-indigenous-img .img-inner img,
.kurtarra-indigenous-logo-tile .img-inner img {
	border-radius: 8px;
}

.kurtarra-indigenous-caption {
	margin: 12px 0 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: #1f1a18;
}

/* --- [kurtarra_post_grid] — card listing --- */
.kurtarra-post-grid .kurtarra-post-grid-title {
	text-align: left;
}

.kurtarra-post-grid .box {
	margin-bottom: 1.5rem;
}

.kurtarra-post-grid .col .box {
	margin-bottom: 0;
}

.kurtarra-post-grid .box-image img {
	width: 100%;
	height: auto;
	display: block;
}

.kurtarra-layer-box {
	overflow: visible;
	position: relative;
}

.kurtarra-layer-item {
	position: absolute;
}

.kurtarra-layer-item__inner,
.kurtarra-layer-item__inner .img,
.kurtarra-layer-item__inner .img-inner {
	width: 100%;
}

.kurtarra-layer-item__inner img {
	display: block;
	width: 100%;
	height: auto;
}

.kurtarra-projects-section {
	position: relative;
}

.kurtarra-projects-heading {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
}

.kurtarra-projects-heading__main > *:last-child {
	margin-bottom: 0;
}

.kurtarra-projects-title {
	color: #17110d;
	font-size: clamp(2rem, 2.8vw, 2.75rem);
	font-weight: 800;
	line-height: 1.05;
	margin: 0;
}

.kurtarra-projects-nav {
	display: flex;
	gap: 12px;
}

.kurtarra-projects-nav__btn {
	align-items: center;
	background: var(--kurtarra-orange);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 1.75rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	width: 44px;
}

.kurtarra-project-card-layer > .row {
	position: relative;
	z-index: 2;
}

.kurtarra-project-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(36, 24, 17, 0.12);
	overflow: hidden;
}

.kurtarra-project-card > .col {
	padding-bottom: 0;
}

.kurtarra-project-card__content-col {
	background: #24110a;
}

.kurtarra-project-card__content {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	justify-content: space-between;
	min-height: 100%;
	padding: 42px 36px 34px;
}

.kurtarra-project-card__text h3 {
	color: var(--kurtarra-orange);
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 18px;
}

.kurtarra-project-card__text p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.98rem;
	line-height: 1.9;
	margin-bottom: 0.9rem;
}

.kurtarra-project-card__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.kurtarra-project-card__button {
	margin-bottom: 0;
	min-width: 136px;
}

.kurtarra-project-card__all {
	color: var(--kurtarra-orange);
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.kurtarra-project-card__media-col {
	background: linear-gradient(180deg, #c4e4ff 0%, #eef6ff 32%, #ffffff 100%);
	padding: 26px 28px 0;
}

.kurtarra-project-card__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 26px;
}

.kurtarra-project-stat {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(71, 100, 138, 0.12);
	min-width: 0;
	padding: 14px 16px 12px;
}

.kurtarra-project-stat__label {
	color: #2a1b12;
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.kurtarra-project-stat__value {
	color: var(--kurtarra-orange);
	display: block;
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1;
}

.kurtarra-project-card__image {
	margin-bottom: 0;
}

.kurtarra-project-card__image .img-inner,
.kurtarra-project-card__image .img-inner img {
	border-radius: 0;
}

.kurtarra-project-card__art-right,
.kurtarra-project-card__art-bottom {
	pointer-events: none;
	z-index: 1;
}

.kurtarra-project-card__art-right {
	opacity: 0.96;
}

.kurtarra-project-card__art-bottom {
	transform: rotate(8deg);
	transform-origin: center;
}

@media (max-width: 849px) {
	.kurtarra-projects-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.kurtarra-project-card__content {
		padding: 30px 22px 26px;
	}

	.kurtarra-project-card__media-col {
		padding: 22px 22px 0;
	}

	.kurtarra-project-card__stats {
		gap: 12px;
	}

	.kurtarra-project-stat {
		flex: 1 1 100%;
	}
}

.kurtarra-product-archive__header {
	margin-bottom: 2rem;
}

.kurtarra-product-grid {
	row-gap: 2rem;
}

.kurtarra-product-card {
	height: 100%;
	background: #fff;
	border: 1px solid rgba(43, 33, 28, 0.12);
	border-radius: 20px;
	overflow: hidden;
}

.kurtarra-product-card__image {
	display: block;
	aspect-ratio: 4 / 3;

}

.kurtarra-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kurtarra-product-card__placeholder,
.kurtarra-product-single__placeholder {
	display: grid;
	place-items: center;
	min-height: 280px;
	color: rgba(43, 33, 28, 0.6);

}

.kurtarra-product-card__content {
	padding: 1.25rem 1.25rem 1.5rem;
}

.kurtarra-product-card__title {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.25;
}

.kurtarra-product-card__title a {
	color: var(--kurtarra-brown-text);
}

.kurtarra-product-card__subtitle,
.kurtarra-product-single__subtitle {
	color: rgba(43, 33, 28, 0.78);
}

.kurtarra-product-card__price,
.kurtarra-product-single__price,
.kurtarra-product-single__eyebrow {
	color: var(--kurtarra-orange);
	font-weight: 700;
}

.kurtarra-product-card__link {
	display: inline-block;
	margin-top: 0.75rem;
	font-weight: 600;
}

.kurtarra-product-single__media {
	overflow: hidden;
	border-radius: 24px;

}

.kurtarra-product-single__media img {
	display: block;
	width: 100%;
	height: auto;
}

.kurtarra-product-single__content {
	padding-top: 0.5rem;
}

.kurtarra-product-single__title {
	margin-bottom: 0.75rem;
}

.kurtarra-product-single__specs {
	margin-top: 2rem;
	padding: 1.25rem;
	background: #fbf8f5;
	border-radius: 16px;
}

.kurtarra-product-single__specs ul {
	margin: 0;
	list-style: none;
}

.kurtarra-product-single__specs li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(43, 33, 28, 0.1);
}

.kurtarra-product-single__specs li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.kurtarra-faux-product-gallery {
	width: 100%;
}

.kurtarra-faux-product-gallery .flickity-viewport {
	border-radius: 22px;
}

.kurtarra-faux-product-gallery__image {
	display: block;
	width: 100%;
	height: auto;
}

.kurtarra-faux-product-thumbnails {
	margin-top: 1rem;
}

.kurtarra-faux-product-thumbnails a {
	display: block;
	border: 1px solid rgba(43, 33, 28, 0.12);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}

.kurtarra-faux-product-thumbnails img {
	display: block;
	width: 100%;
	height: 88px;
	object-fit: cover;
}

.kurtarra-faux-product-excerpt {
	color: var(--kurtarra-brown-text);
}

.kurtarra-faux-product-excerpt__subtitle {
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.kurtarra-faux-product-excerpt__price {
	margin-bottom: 1rem;
	color: var(--kurtarra-orange);
	font-size: 1.5rem;
	font-weight: 800;
}

.kurtarra-faux-product-excerpt__text {
	margin-bottom: 1rem;
}

.kurtarra-faux-product-excerpt__specs {
	margin: 0 0 1.25rem;
	list-style: none;
}

.kurtarra-faux-product-excerpt__specs li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(43, 33, 28, 0.1);
}

.kurtarra-related-products .box {
	height: 100%;
	
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}


.kurtarra-product-loop-card .box .box-image {
border-radius: 15px;
}
.kurtarra-related-products .box-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	
}

.kurtarra-related-products .box-text {
	padding: 1rem 1rem 1.2rem;
}

.kurtarra-related-products .product-title {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.kurtarra-related-products .product-title a {
	color: var(--kurtarra-brown-text);
}

.kurtarra-related-products .price {
	color: var(--kurtarra-orange);
	font-weight: 700;
}

.kurtarra-overwrite-products .box,
.kurtarra-product-loop-card .box {
	height: 100%;
	border-radius: 20px;
	background: #fff;
}


.kurtarra-overwrite-products .box-image img,
.kurtarra-product-loop-card .box-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.kurtarra-overwrite-products .box-text,
.kurtarra-product-loop-card .box-text {
	padding: 1rem 1rem 1.2rem;
}

.kurtarra-overwrite-products .product-title,
.kurtarra-product-loop-card .product-title {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.kurtarra-overwrite-products .product-title a,
.kurtarra-product-loop-card .product-title a {
	color: var(--kurtarra-brown-text);
}

.kurtarra-overwrite-products .product-cat {
	margin-bottom: 0.4rem;
	color: rgba(43, 33, 28, 0.65);
	letter-spacing: 0.08em;
}

.kurtarra-overwrite-products .price,
.kurtarra-product-loop-card .price {
	color: var(--kurtarra-orange);
	font-weight: 700;
}

.kurtarra-product-loop-card .box .box-image {
	padding: 10px;
}

.kp-policy .kp-policy__link {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-direction: row-reverse !important;
	gap: 12px;
	padding: 14px 18px !important;
	margin-bottom: 10px !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 5px !important;
	background: #fff !important;
	text-decoration: none !important;
	transition: border-color 0.2s ease, background 0.2s ease !important;
}

.kp-policy .kp-policy__link span {
	flex: 1 1 auto;
	color: #000;
}

.kp-policy .kp-policy__link::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("/wp-content/assets/arrow-right.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0;
	margin-left: 12px;
	transition: transform 0.2s ease;
}

.kp-policy .kp-policy__link:hover,
.kp-policy .kp-policy__link:focus {
	border-color: rgba(232, 119, 34, 0.45) !important;
	background: #fffaf5 !important;
}

.kp-policy .kp-policy__link:hover::before,
.kp-policy .kp-policy__link:focus::before {
	transform: translateX(5px);
}
@media (min-width: 850px) {
  /* Giữ hover không bị hụt giữa nav và submenu */
  .header-nav .menu-item-has-children,
  .header-nav .has-dropdown {
    position: relative;
  }


  .header-nav .nav-dropdown {
    min-width: 380px;
    margin-top: 0 !important;
    padding: 14px 0;
    top: calc(100% );
    left: 0;
    background: #23110d;
    border: unset;
    border-top: 3px solid #f08a24;
    border-radius: 0 0 18px 18px;
   
    overflow: visible;
  }


  /* Cầu hover trong suốt để rê chuột không bị mất menu */
  .header-nav .nav-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
    background: transparent;
  }


  .header-nav .nav-dropdown li {
    display: block;
    margin: 0;
    padding: 0;
  }


  .header-nav .nav-dropdown > li > a {
    display: block;
    padding: 18px 26px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    background: transparent;
    border: 0;
    transition: background 0.2s ease, color 0.2s ease;
    margin: 0;
  }


  .header-nav .nav-dropdown > li:hover > a,
  .header-nav .nav-dropdown > li.current-menu-item > a,
  .header-nav .nav-dropdown > li.current_page_item > a,
  .header-nav .nav-dropdown > li.current-menu-ancestor > a {
    background: #000;
    color: #f08a24;
  }


  .header-nav .nav-dropdown > li:not(:last-child) > a {
    border-bottom: 0;
  }


  /* Nếu Flatsome đang thêm icon mũi tên mặc định thì tinh lại */
  .header-nav .icon-angle-down {
    margin-left: 8px;
    font-size: 0.9em;
    opacity: 1;
  }
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown::before {
  border-bottom-color: #f08a24;
}
 
}
