/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.wpcf7 .wpcf7-not-valid-tip {
	margin-top: 0 !important;
}

.my-no-padding .col,
.my-no-padding .col-inner {
	padding: 0 !important;
}

.hte-heading-2 h2 {
	color: #0d1a2d;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}

.hte-heading-2-dark h2 {
	color: #C5A059;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}

.hte-description p {
	color: #6B7280;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.hte-description-dark p {
	color: #9CA3AF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.hte-button-home {
	display: inline-flex;
	height: 48px;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid #c5a059;
	background: transparent;
	color: #c5a059;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hte-button-home:hover {
	background: #c5a059;
	color: #fff;
}

.lht-404-page {
	background: #f9fafb;
}

.lht-404-page__section {
	padding: 80px 15px 100px 15px;
	background: #f9fafb;
}

.lht-404-page__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 44px;
	max-width: 1470px;
	margin: 0 auto;
}

.lht-404-page__text-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	max-width: 720px;
}

.lht-404-page__code {
	color: #0d1a2d;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 200px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.lht-404-page__title {
	margin: 0;
	color: #c5a059;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.lht-404-page__description {
	margin: 0;
	color: #6b7280;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.lht-404-page__button {
	background: #c5a059;
	color: #fff;
}

.lht-404-page__button:hover {
	border-color: #fff;
	background: #b79243;
	color: #fff;
}

.lht-404-page__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	line-height: 0;
}

.lht-404-page__button-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

@media only screen and (max-width: 849px) {
	.lht-404-page__code {
		font-size: 140px;
	}

	.lht-404-page__title {
		font-size: 30px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 549px) {
	.lht-404-page__section {
		padding: 56px 15px;
	}

	.lht-404-page__inner {
		gap: 32px;
	}

	.lht-404-page__code {
		font-size: 92px;
	}

	.lht-404-page__title {
		font-size: 24px;
		line-height: 28px;
	}

	.lht-404-page__description {
		font-size: 15px;
		line-height: 24px;
	}
}

.hte-home-stats .col {
	padding: 0 !important;
}






.text-center .is-divider, .text-center .is-star-rating, .text-center .star-rating, .text-center>div, .text-center>div>div
{
	margin: 0 !important;
}
.hte-slide-home-container-button {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.hte-slide-home-container-button > .col {
	flex: 0 0 auto !important;
	max-width: none !important;
	width: auto !important;
	padding: 0;
}

.hte-slide-home-button1,
.hte-slide-home-button2 {
	display: inline-block;
	width: auto !important;
}

.hte-slide-home-button1 a,
.hte-slide-home-button2 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	white-space: nowrap;
	text-decoration: none;
}






.lht-floating-contact {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.lht-floating-contact__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	box-shadow: 0 4px 14px rgba(13, 26, 45, 0.16);
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.lht-floating-contact__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(13, 26, 45, 0.2);
}

.lht-floating-contact__button--phone {
	background: #c5a059;
}

.lht-floating-contact__button--zalo {
	background: #3b82f6;
}

.lht-floating-contact__button--scroll {
	background: #fff;
	border: 1px solid #e5e7eb;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	margin: 0;
}

.lht-floating-contact__button--scroll.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	margin: 0;
}

.lht-floating-contact__button svg {
	display: block;
	flex: 0 0 auto;
}

.lht-floating-contact__phone-icon {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
}

@media only screen and (max-width: 849px) {
	.lht-floating-contact {
		gap: 12px;
	}
}

.hte-home-stats__item {
	display: flex;
	align-items: center;
	gap: 24px;
}

.hte-home-stats.row-divided>.col+.col:not(.large-12) {
	border-left: none !important;
	position: relative;
}

.hte-home-stats>.col:first-child .hte-home-stats__item {
	padding-right: 34px;
}

.hte-home-stats>.col:not(:first-child):not(:last-child) .hte-home-stats__item {
	padding: 0 34px;
}

.hte-home-stats>.col:last-child .hte-home-stats__item {
	padding-left: 34px;
}

.hte-home-stats.row-divided>.col+.col:not(.large-12)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 48px;
	background: #e5e7eb;
	transform: translateY(-50%);
}

.hte-home-stats__item .icon-box-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 !important;
}

.hte-home-stats__item .icon-box-text h3 {
	margin: 0;
	color: #001529;
	font-family: "Times New Roman", serif;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 2px;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	transition: opacity 0.2s ease, transform 0.2s ease;
	will-change: contents, transform;
}

.hte-home-stats__item .icon-box-text h3.is-counting {
	opacity: 0.96;
	transform: translateY(-1px);
}

.hte-home-stats__item .icon-box-text h3.is-counted {
	opacity: 1;
	transform: translateY(0);
}

.hte-home-stats__item .icon-box-text p {
	margin: 0;
	color: #6b7280;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
}

.hte-home-6-banner-right,
.hte-home-6-banner-right .banner-bg,
.hte-home-6-banner-right .banner-bg img {
	border-radius: 8px;
}

.hte-home-6-banner-right {
	overflow: hidden;
}

.hte-home-6-banner-right .banner-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 26, 45, 0.92) 0%, rgba(13, 26, 45, 0.82) 38%, rgba(13, 26, 45, 0.18) 100%);
	border-radius: 8px;
}

.hte-home-6-banner-right .banner-layers {
	position: relative;
	z-index: 2;
}

.hte-home-6-banner-right .banner-link {
	z-index: 1;
}

.hte-home-6-banner-right .text-box {
	z-index: 2;
}

.hte-home-6-banner-right .text-box-content {
	padding: 0px 32px !important;
	border-radius: 8px;
	font-size: 100%;
	background: transparent;
}

.hte-home-6-banner-right .text-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.hte-home-6-banner-right .text-inner>* {
	margin: 0 !important;
}

.hte-about-tabs > .nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
	border-bottom: 0;
	margin-top: -40px;
}

.hte-about-tabs > .nav > li.tab {
	margin: 0;
	padding: 0;
}

.hte-about-tabs > .nav > li.tab > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 84px;
	padding: 10px 23px;
	border: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
	color: #0d1a2d;
	font-family: "Times New Roman", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2px;
	text-transform: none;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hte-about-tabs > .nav > li.tab > a::before {
	content: "";
	display: inline-block;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	min-width: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	opacity: 1;
	visibility: visible;
}

.hte-about-tabs > .nav > li.tab:nth-child(1) > a::before {
	background-image: url('/wp-content/themes/flatsome-child/assets/icons/about-tab-company.svg');
}

.hte-about-tabs > .nav > li.tab:nth-child(2) > a::before {
	background-image: url('/wp-content/themes/flatsome-child/assets/icons/about-tab-logo.svg');
}

.hte-about-tabs > .nav > li.tab:nth-child(3) > a::before {
	background-image: url('/wp-content/themes/flatsome-child/assets/icons/about-tab-pricing.svg');
}

.hte-about-tabs > .nav > li.tab > a span {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

.hte-about-tabs > .nav > li.tab.active > a {
	border-bottom: 3px solid #c5a059;
}

.hte-about-tabs > .nav > li.tab:not(.active) > a {
	border-bottom: 1px solid #e5e7eb;
}

.hte-about-tabs > .nav > li.tab > a:hover,
.hte-about-tabs > .nav > li.tab > a:focus {
	color: #0d1a2d;
	outline: none;
	transform: translateY(-1px);
}

.hte-about-tabs .tab-panels {
	border-top: 0;
	padding-top: 0;
}

@media only screen and (max-width: 849px) {
	.hte-about-tabs > .nav {
		gap: 12px;
		padding: 0 15px;
	}

	.hte-about-tabs > .nav > li.tab {
		width: 100%;
	}

	.hte-about-tabs > .nav > li.tab > a {
		width: 100%;
		min-height: 68px;
		font-size: 18px;
	}
}

.hte-home-6-texth3-right h3 {
	margin: 0;
	color: #c5a059;
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hte-home-6-textp-right p {
	margin: 0;
	color: #9ca3af;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	max-width: 420px;
}

.hte-home-6-textbutton-right p {
	margin: 0;
}

.hte-home-6-textbutton-right a {
	display: inline-flex;
	height: 48px;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	border: 1px solid #c5a059;
	background: #c5a059;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.hte-home-6-textbutton-right a span {
	font-family: "Times New Roman", serif;
}

.hte-home-6-textbutton-right a:hover {
	border-color: #fff;
	color: #fff;
}

.hte-home-6-div-left>.col-inner {
	display: flex;
	flex-direction: column;
	gap: 44px;
	padding: 38px 38px 30px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
}

.hte-home-6-div-left>.col-inner>.is-border {
	display: none;
}

.hte-home-6-div-left>.col-inner>.text h3 {
	margin: 0;
	color: #0d1a2d;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hte-home-6-logo-slider__track {
	width: 100%;
	overflow: hidden;
}

.hte-home-6-logo-slider__track>.col {
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	padding: 0 !important;
}

.hte-home-6-logo-slider__track>.col>.col-inner {
	display: flex;
	align-items: stretch;
	gap: 10px;
	transition: transform 0.45s ease;
	will-change: transform;
}

.hte-home-6-logo-slider__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 calc((100% - 40px) / 5);
	max-width: calc((100% - 40px) / 5);
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #f3f4f6;
	background: #fff;
	box-sizing: border-box;
	margin: 0 !important;
}

.hte-home-6-logo-slider__item .img-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
}

.hte-home-6-logo-slider__item img {
	display: block;
	max-width: 100%;
	max-height: 72px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.hte-home-6-logo-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.hte-home-6-logo-slider__dot {
	display: block;
	width: 8px;
	min-width: 8px;
	max-width: 8px;
	height: 8px;
	min-height: 8px;
	max-height: 8px;
	flex: 0 0 8px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: #d1d5db;
	cursor: pointer;
	margin: 0;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.hte-home-6-logo-slider__dot.is-active {
	background: #c5a059;
	transform: scale(1.05);
}

.hte-home-6-div {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 20px;
}

.hte-home-6-div>.col {
	padding: 0 !important;
	margin: 0 !important;
}

.hte-home-6-div>.col>.col-inner {
	height: 100%;
}

.hte-home-6-div-left>.col-inner,
.hte-home-6-div .hte-home-6-banner-right {
	height: 100%;
}

.hte-contact-1 .section-content>.row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	column-gap: 30px;
	padding: 60px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
}

.hte-contact-1 .section-content>.row>.col {
	width: auto;
	max-width: none;
	flex: initial;
}

.hte-contact-1-left>.col-inner,
.hte-contact-1-right>.col-inner {
	height: 100%;
}

.hte-contact-1-left>.col-inner {
	padding-right: 18px;
}

.hte-contact-1-right>.col-inner {
	padding-left: 18px;
	padding-top: 60px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #fff;
}

.hte-contact-1-left-title {
	margin-bottom: 28px;
	padding-bottom: 14px;
	border-bottom: 1px solid #c5a059;
}

.hte-contact-1-left-title h2 {
	margin: 0;
	color: #0d1a2d;
	text-align: justify;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hte-contact-1-left .icon-box {
	margin-bottom: 0;
}

.hte-contact-1-left .icon-box-left .icon-box-img {
	margin-right: 20px;
}

.hte-contact-1-left .icon-box-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding-top: 2px;
}

.hte-contact-1-left .icon-box-text h3,
.hte-contact-1-left-iconbox-text h3 {
	margin: 0;
	color: #c5a059;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
}

.hte-contact-1-left .icon-box-text p,
.hte-contact-1-left-iconbox-text p {
	margin: 0;
	color: #0d1a2d;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.18px;
}

.hte-contact-1-right .hte-heading-2 {
	margin-bottom: 24px;
}

.hte-contact-1-right .hte-heading-2 h2 {
	margin: 0;
	color: #0d1a2d;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hte-contact-1-right .lht-contact-form-white {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.hte-contact-1 .row-large>.col,
.hte-contact-1 .row-large>.flickity-viewport>.flickity-slider>.col {
	margin-bottom: 0;
	padding: 0;
}

@media only screen and (max-width: 849px) {
	.hte-contact-1 .section-content>.row {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		padding: 24px;
		row-gap: 24px;
	}

	.hte-contact-1-left>.col-inner {
		padding-right: 0;
		padding-bottom: 24px;
	}

	.hte-contact-1-right>.col-inner {
		padding-top: 32px;
		padding-right: 16px;
		padding-bottom: 16px;
		padding-left: 16px;
	}

	.hte-contact-1-left-title h2,
	.hte-contact-1-right .hte-heading-2 h2 {
		font-size: 30px;
		line-height: 32px;
	}
}

.lht-dropdown-services,
.lht-dropdown-consultation {
	min-width: 640px !important;
	width: 640px !important;
	max-width: calc(100vw - 32px) !important;
	padding: 30px !important;
	border: none !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 16px 56px rgba(0, 0, 0, 0.24) !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 44px !important;
	row-gap: 0 !important;
	overflow: hidden !important;
}

.lht-dropdown-services::before,
.lht-dropdown-consultation::before {
	content: none !important;
	display: none !important;
}

.lht-dropdown-services>li.lht-dd-hdr,
.lht-dropdown-consultation>li.lht-dd-hdr {
	grid-column: 1 / -1;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #e5e7eb !important;
	background: #fff !important;
}

.lht-dropdown-services .lht-dd-hdr-inner,
.lht-dropdown-consultation .lht-dd-hdr-inner {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding-bottom: 16px !important;
}

.lht-dropdown-services .lht-ico,
.lht-dropdown-consultation .lht-ico {
	display: flex !important;
	align-items: center !important;
	flex-shrink: 0 !important;
	line-height: 1 !important;
}

.lht-dropdown-services .lht-ico svg,
.lht-dropdown-services .lht-ico img,
.lht-dropdown-consultation .lht-ico svg,
.lht-dropdown-consultation .lht-ico img {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
}

.lht-dropdown-services .lht-ttl,
.lht-dropdown-consultation .lht-ttl {
	flex: 1 !important;
	color: #0d1a2d !important;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: 0.2px !important;
	text-transform: uppercase !important;
}

.lht-dropdown-services .lht-arr,
.lht-dropdown-consultation .lht-arr {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	text-decoration: none !important;
	flex-shrink: 0 !important;
}

.lht-dropdown-services .lht-arr::after,
.lht-dropdown-consultation .lht-arr::after {
	content: none !important;
}

.lht-dropdown-services .lht-arr svg,
.lht-dropdown-consultation .lht-arr svg {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
}

.lht-dropdown-services>li:not(.lht-dd-hdr),
.lht-dropdown-consultation>li:not(.lht-dd-hdr) {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: #fff !important;
}

.lht-dropdown-services>li:not(.lht-dd-hdr)>a,
.lht-dropdown-consultation>li:not(.lht-dd-hdr)>a {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 14px 0 0 0 !important;
	border: none !important;
	background: transparent !important;
	color: #0d1a2d !important;
	font-family: Inter, sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	white-space: normal !important;
}

.lht-dropdown-services>li:not(.lht-dd-hdr)>a::before,
.lht-dropdown-consultation>li:not(.lht-dd-hdr)>a::before {
	content: "※" !important;
	color: #c5a059 !important;
	flex-shrink: 0 !important;
}

.lht-dropdown-services>li:not(.lht-dd-hdr)>a::after,
.lht-dropdown-consultation>li:not(.lht-dd-hdr)>a::after {
	content: none !important;
	display: none !important;
}

.lht-dropdown-services>li:not(.lht-dd-hdr)>a:hover,
.lht-dropdown-consultation>li:not(.lht-dd-hdr)>a:hover {
	color: #c5a059 !important;
	background: transparent !important;
	padding-left: 0 !important;
}

@media only screen and (max-width: 1200px) {
	.lht-dropdown-services,
	.lht-dropdown-consultation {
		min-width: 0 !important;
		width: min(640px, calc(100vw - 32px)) !important;
		column-gap: 24px !important;
		padding: 24px !important;
	}

	.header-nav>li.has-dropdown:hover>.lht-dropdown-services,
	.header-nav>li.current-dropdown>.lht-dropdown-services {
		left: 0 !important;
		right: auto !important;
	}

	.header-nav>li.has-dropdown:hover>.lht-dropdown-consultation,
	.header-nav>li.current-dropdown>.lht-dropdown-consultation {
		left: auto !important;
		right: 0 !important;
	}
}

@media only screen and (max-width: 980px) {
	.lht-dropdown-services,
	.lht-dropdown-consultation {
		grid-template-columns: 1fr !important;
		row-gap: 0 !important;
	}
}

.lht-dropdown-about {
	min-width: 360px !important;
	width: 360px !important;
	padding: 24px !important;
	border: none !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 16px 56px rgba(0, 0, 0, 0.24) !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	column-gap: 0 !important;
	row-gap: 0 !important;
	overflow: hidden !important;
}

.lht-dropdown-about::before {
	content: none !important;
	display: none !important;
}

.lht-dropdown-about>li.lht-dd-hdr {
	grid-column: 1 / -1;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #e5e7eb !important;
	background: #fff !important;
}

.lht-dropdown-about .lht-dd-hdr-inner {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding-bottom: 16px !important;
}

.lht-dropdown-about .lht-ico {
	display: flex !important;
	align-items: center !important;
	flex-shrink: 0 !important;
	line-height: 1 !important;
}

.lht-dropdown-about .lht-ico svg,
.lht-dropdown-about .lht-ico img {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
}

.lht-dropdown-about .lht-ttl {
	flex: 1 !important;
	color: #0d1a2d !important;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: 0.2px !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.lht-dropdown-about .lht-arr {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	text-decoration: none !important;
	flex-shrink: 0 !important;
}

.lht-dropdown-about .lht-arr::after {
	content: none !important;
}

.lht-dropdown-about .lht-arr svg {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
}

.lht-dropdown-about>li:not(.lht-dd-hdr) {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: #fff !important;
}

.lht-dropdown-about>li:not(.lht-dd-hdr)>a {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 14px 0 0 0 !important;
	border: none !important;
	background: transparent !important;
	color: #0d1a2d !important;
	font-family: Inter, sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	white-space: normal !important;
}

.lht-dropdown-about>li:not(.lht-dd-hdr)>a::before {
	content: "※" !important;
	color: #c5a059 !important;
	flex-shrink: 0 !important;
}

.lht-dropdown-about>li:not(.lht-dd-hdr)>a::after {
	content: none !important;
	display: none !important;
}

.lht-dropdown-about>li:not(.lht-dd-hdr)>a:hover {
	color: #c5a059 !important;
	background: transparent !important;
	padding-left: 0 !important;
}

.hte-faqs {
	row-gap: 20px;
}

.hte-faqs .col {
	padding-bottom: 0 !important;
}

.hte-faqs .col-inner,
.hte-faqs .accordion.hte-faqs-left-arrcordion {
	width: 100%;
}

.hte-faqs .accordion.hte-faqs-left-arrcordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hte-faqs .hte-faqs-left-accordion-panel {
	margin: 0;
	border-radius: 5px;
	border: 1px solid #e5e7eb;
	background: #fff;
	overflow: hidden;
}

.hte-faqs .hte-faqs-left-accordion-panel:has(.accordion-title.active) {
	background: #f9fafb;
}

.hte-faqs .hte-faqs-left-accordion-panel .accordion-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 11px 20px;
	border: 0;
	background: transparent;
}

.hte-faqs .hte-faqs-left-accordion-panel .accordion-title.active {
	background: #f9fafb;
}

.hte-faqs .hte-faqs-left-accordion-panel .accordion-title span:last-child {
	order: 1;
	flex: 1;
	color: #0d1a2d;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
}

.hte-faqs .hte-faqs-left-accordion-panel .accordion-title .toggle {
	order: 2;
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #0d1a2d;
	transform: none;
}

.hte-faqs .hte-faqs-left-accordion-panel .accordion-title .toggle i {
	display: none;
}

.hte-faqs .hte-faqs-left-accordion-panel .accordion-title .toggle::before {
	content: "+";
	color: #0d1a2d;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.hte-faqs .hte-faqs-left-accordion-panel .accordion-title.active .toggle::before {
	content: "-";
}

.hte-faqs .hte-faqs-left-accordion-panel .accordion-inner {
	padding: 17px 20px 20px;
	border-top: 1px solid #e5e7eb;
	background: #fff;
}

.hte-faqs .hte-faqs-left-accordion-panel-text p,
.hte-faqs .hte-faqs-left-accordion-panel-text {
	margin: 0;
	color: #0d1a2d;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}


@media only screen and (max-width: 48em) {

	.lht-dropdown-services,
	.lht-dropdown-consultation {
		min-width: 300px !important;
		width: 300px !important;
		grid-template-columns: 1fr !important;
		column-gap: 0 !important;
	}

	.lht-dropdown-about {
		min-width: 300px !important;
		width: 300px !important;
	}

}

@media only screen and (max-width: 849px) {
	.hte-heading-2 h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.hte-home-6-div-left>.col-inner>.text h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.hte-heading-2-dark h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.hte-home-6-div {
		flex-wrap: wrap;
	}

	.hte-home-stats .col {
		padding-bottom: 0 !important;
	}

	.hte-home-stats__item {
		gap: 16px;
	}

	.hte-home-stats>.col:first-child .hte-home-stats__item,
	.hte-home-stats>.col:not(:first-child):not(:last-child) .hte-home-stats__item,
	.hte-home-stats>.col:last-child .hte-home-stats__item {
		padding: 0 !important;
	}

	.hte-home-stats.row-divided>.col+.col:not(.large-12)::before {
		content: none;
	}

	.hte-home-stats__item .icon-box-img {
		width: 44px !important;
		min-width: 44px;
	}

	.hte-home-stats__item .icon-box-img img {
		width: 44px;
		height: 44px;
	}

	.hte-home-stats__item .icon-box-text {
		gap: 8px;
	}

	.hte-home-stats__item .icon-box-text h3 {
		font-size: 34px;
		line-height: 30px;
		letter-spacing: 1px;
	}

	.hte-home-stats__item .icon-box-text p {
		font-size: 12px;
		line-height: 14px;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1200px) {
	.hte-home-stats__item {
		gap: 18px;
	}

	.hte-home-stats>.col:first-child .hte-home-stats__item {
		padding-right: 20px;
	}

	.hte-home-stats>.col:not(:first-child):not(:last-child) .hte-home-stats__item {
		padding: 0 20px;
	}

	.hte-home-stats>.col:last-child .hte-home-stats__item {
		padding-left: 20px;
	}

	.hte-home-stats.row-divided>.col+.col:not(.large-12)::before {
		height: 40px;
	}

	.hte-home-stats__item .icon-box-img {
		width: 48px !important;
		min-width: 48px;
	}

	.hte-home-stats__item .icon-box-img img {
		width: 48px;
		height: 48px;
	}

	.hte-home-stats__item .icon-box-text {
		gap: 10px;
	}

	.hte-home-stats__item .icon-box-text h3 {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 1px;
	}

	.hte-home-stats__item .icon-box-text p {
		font-size: 12px;
		line-height: 14px;
	}
}
