a {
	text-decoration: none !important;	
}

.w-100 {
	width: 100%;	
}

.bds-archive-title {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.bds-sidebar {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.bds-sidebar__title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	width: fit-content;
	display: inline-block;
}

.bds-sidebar__title::after {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background-color: var(--ast-global-color-0);	
}

.bds-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
	background: white;
	border: 1px solid #e5e5e5;
}

.bds-form input, .bds-form select {
	min-height: 45px;
	color: #252525;
	width: 100%;
	font-size: 13px;
	letter-spacing: 0.08px;
	line-height: 13px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 0;
}

.bds-form select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url('https://trucmynhadatkhanhhoa.com/wp-content/uploads/2025/07/chevron-down-svgrepo-com.png');
	background-position: right .45em top 50%;
	background-repeat: no-repeat;
	background-size: 1em;
	line-height: 1.5;
}

.bds-form button[type='submit'] {
	background: var(--ast-global-color-0);
	min-height: 45px;
	color: white;
	width: 100%;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
}

.bds-news {
	padding: 24px;
	background: white;
	border: 1px solid #e5e5e5;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.bds-news__item {
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none;
}

.bds-news img {
	aspect-ratio: 16 / 11;
	object-fit: cover;
	width: 40%;
}

.bds-news__title {
	font-size: 13px;
	font-weight: 500;
}

.bds-news__date {
	font-size: 0.9em;
	font-weight: normal;
	color: #252525;
}

.bds-contact-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #323332;
}

.bds-contact-info img {
	border-radius: 50%;	
	width: 150px;
	height: 150px;
	margin-top: 30px;
}

.bds-contact-info__name {
	color: #fd6035;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 30px;
}

.bds-contact-info__title {
	color: #aaa;
	text-transform: uppercase;
	font-weight: 500;
}

.bds-contact-info__description {
	color: white;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 60px 0;
}

.bds-contact-info__description > span {
	color: #f99b1c;
}

.bds-contact-info__description > span > span {
	color: #ed1c24;
}

.bds-sidebar-blog a {
	font-weight: bold;
	color: black;
}

.bds-sidebar-blog a .count {
	font-weight: normal;
}

.bds-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	overflow-x: auto;
}

.bds-view-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}

.bds-view-all h2 {
	margin: 0;	
}

.bds-view-all h2 a {
	text-decoration: none !important;
	color: black;
}

.bds-view-all > a {
	display: flex;
	align-items: center;
	gap: 4px;
	text-decoration: none !important;
	color: black;
	font-size: 20px;
}

.bds-view-all > a svg {
	width: 16px;
	height: 16px;
}

.bds-list .bds-card {
	min-width: 368.67px;
}

.bds-card {
	position: relative;
	color: black;
	text-decoration: none !important;
}

.bds-card:hover {
	color: inherit;
}

.bds-card img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.bds-card__price-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: linear-gradient(35deg, var(--ast-global-color-0) 0, var(--ast-global-color-1) 100%);
	text-align: center;
	padding: 7px 12px;
	font-size: 14px;
	color: white;
	border-radius: 25px;
	font-weight: 500;
	min-width: 70px;
}

.bds-card__status-badge {
	position: absolute;
	top: 5px;
	right: 5px;
	background: var(--ast-global-color-0);
	text-align: center;
	padding: 1px 10px;
	font-size: 14px;
	color: white;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
}

.bds-card__title {
	font-weight: 500;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	white-space: normal;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.bds-card__title:hover {
	color: var(--ast-global-color-0);	
}

.bds-card svg {
	width: 16px;
	height: 16px;
}

.bds-card .bold {
	font-weight: bold;
}

.bds-card__location, .bds-card__price {
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.bds-card__location {
	color: #8D8D8D;
	margin-bottom: 8px;
}

/* */

.comments-area {
	margin-top: 0 !important;	
}

.comment-respond {
	padding-top: 0 !important;	
}

.widget_search .search-form .search-field {
	background: white;	
}

.search-submit.ast-search-submit {
	bottom: 0;
	margin: auto 0;
	height: max-content;
}

.site-header-section .ast-custom-button-link .ast-custom-button {
	display: flex;
	align-items: center;
	gap: 4px;
}

.site-header-section .ast-custom-button-link .ast-custom-button::before {
	content: "";
	background: url('https://trucmynhadatkhanhhoa.com/wp-content/uploads/2025/07/phone-svgrepo-com.png') center no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
}

#ast-desktop-header .site-primary-header-wrap > .ast-builder-grid-row {
	grid-template-columns: auto 1fr auto;
	grid-column-gap: 110px;
}
#ast-desktop-header .site-primary-header-wrap > .ast-builder-grid-row .site-header-primary-section-center {
	width: 100%;	
}
#ast-desktop-header .site-primary-header-wrap > .ast-builder-grid-row .site-header-primary-section-center .header-widget-area {
	flex-grow: 1;	
}

.main-header-bar.ast-header-breadcrumb {
	border-bottom: 0;
	font-size: 0.9em;
}

.main-header-bar.ast-header-breadcrumb a {
	text-decoration: none;
}

.navigation.post-navigation {
	display: none;
}

.sub-menu .menu-item > a.menu-link {
	color: var(--ast-global-color-0);	
}

.sub-menu .menu-item > a.menu-link:hover {
	color: var(--ast-global-color-1);	
}

/* page */
[data-page-template="full-width"] > .site-main > .page {
	padding: 0 !important;
}
[data-page-template="full-width"] > .site-main > .page header {
	display: none;
}

/* footer */
.footer-title {
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 500;
}

.site-footer {
	font-weight: 500;	
}

.site-footer, .site-footer a {
	color: white;
}

.site-footer p {
	margin-bottom: 10px; 	
}

.site-footer .textwidget ul {
	list-style-type: disc;
	list-style-position: inside;	
}

.site-footer .widget_nav_menu {
	font-size: 14px;	
}

.site-footer .widget_nav_menu li {
	margin-bottom: 6px;
}

.site-footer .widget_text {
	margin-bottom: 0;	
}

.site-footer .site-above-footer-inner-wrap {
	grid-template-columns: 1fr !important;
	row-gap: 20px;
}

@media (min-width: 544px) {
	.site-footer .site-above-footer-inner-wrap {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (min-width: 921px) {
	.site-footer .site-above-footer-inner-wrap {
		grid-template-columns: 4fr 3fr 3fr !important;
	}
}

.fixed-footer {
	position: fixed;
	bottom: 0;
	background-color: var(--ast-global-color-0);
	color: white;
	text-align: center;
	padding: 10px 15px;
	width: 100%;
	z-index: 1;
}

.pods-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid black;
	border-radius: 50%;
	text-decoration: none;
	color: black;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
}

.pods-pagination .page-numbers:hover {
	background-color: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
	color: white;
}

.pods-pagination .page-numbers.current {
	background-color: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
	color: white;
	pointer-events: none;
}

.pods-pagination .page-numbers.next,
.pods-pagination .page-numbers.prev {
	display: none;	
}

.view-more-container {
	position: relative;
}

.view-more-content {
	max-height: 150px;
	overflow: hidden;
}

.view-more-container.expanded .view-more-content {
	max-height: none;
	display: block;
}

.view-more-toggle {
	display: none;
	width: 100%;
	text-align: center;
	background: white;
	border-radius: 0;
	cursor: pointer;
	padding: 10px;
	position: relative;
	align-items: center;
	gap: 4px;
	justify-content: center;
	font-weight: 500;
}

.view-more-container:not(.expanded) .view-more-toggle:before {
	height: 55px;
	width: 100%;
	left: 0;
	top: -45px;
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	display: block;
	position: absolute;
}

.view-more-toggle::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.view-more-container:not(.expanded) .view-more-toggle::after {
	border-top: 6px solid #000;
}

.view-more-container.expanded .view-more-toggle::after {
	border-bottom: 6px solid #000;
}

#primary, #secondary {
	margin-top: 0 !important;	
}

.sidebar-main > aside > p {
	display: none;	
}


#button-contact-vr {
	position: fixed;
	bottom: 0;
	z-index: 99999
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px
}

#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block
}

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230,8,8,.7);
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: 2.3s ease-in-out infinite phone-vr-circle-fill;
	animation: 2.3s ease-in-out infinite phone-vr-circle-fill;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: 1.3s infinite zoom
}

.phone-vr-img-circle {
	background-color: #e60808;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
	animation: 1s ease-in-out infinite phone-vr-circle-fill
}

.phone-vr-img-circle a {
	display: block;
	line-height: 37px
}

.phone-vr-img-circle img {
	max-height: 25px;
	max-width: 27px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%)
}

@-webkit-keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

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

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

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

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33,150,243,.7)
}

#zalo-vr .phone-vr-img-circle {
	background-color: #2196f3
}

#tiktok-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #a0f9f7;
	background-color: rgba(160, 249, 247, 0.4);
}

#tiktok-vr .phone-vr-img-circle {
	background-color: #a0f9f7;
}

#gom-all-in-one .button-contact {
	transition: 1.6s all;
	-moz-transition: 1.6s;
	-webkit-transition: 1.6s
}

#button-contact-vr.active #gom-all-in-one .button-contact {
	margin-left: -100%
}


