/* ===== TT Genesis — CSS bổ sung (sticky CTA, bottom bar, popup) ===== */

/* Popup form lời nhắn */
#popup { background: #fff; padding: 10px; color: #000; }
#popup form { margin-top: 15px; margin-bottom: 0; padding-bottom: 0; }
#popup input[type=submit] { background: #446084 !important; }

/* Thanh CTA dọc bên phải */
.sticky-cta {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 998;
}
.sticky-cta .inner { display: flex; flex-direction: column; }
.sticky-cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 6px;
	background: #184c47;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
.sticky-cta a:hover { background: #ebb259; }

/* Nút "Báo Giá" dính đáy — chỉ hiện trên mobile */
.footer-cta-box { display: none; }
@media (max-width: 849px) {
	.footer-cta-box {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background: rgb(28, 45, 23);
		box-shadow: 2px 1px 9px #dedede;
		border-top: 1px solid #eaeaea;
	}
	.footer-cta-box .cta-box { text-align: center; }
	.footer-cta-box .cta-box a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 8px 0;
	}
	.footer-cta-box .cta-box img { width: 30px; height: 30px; }
	.footer-cta-box .cta-box span { color: #fff; font-weight: 600; }
}

/* Thanh liên hệ đáy mobile (nếu dùng) */
.bottom-contact { display: none; }
@media (max-width: 767px) {
	.bottom-contact {
		display: block;
		position: fixed;
		bottom: 0;
		background: rgb(28, 45, 23);
		width: 100%;
		z-index: 99;
		box-shadow: 2px 1px 9px #dedede;
		border-top: 1px solid #eaeaea;
	}
	.bottom-contact ul li { width: 33%; float: left; list-style: none; text-align: center; font-size: 13.5px; }
	.bottom-contact ul li span { color: #fff; }
	.bottom-contact ul li img { width: 35px; height: 35px; margin-top: 10px; margin-bottom: 0; }
}

/* =================================================================
 * CSS tùy chỉnh từ Theme Options (custom-css-theme-options.txt)
 * ================================================================= */

/* Header nền trắng mờ */
.header-bg-color, .header-wrapper { background-color: rgba(255, 255, 255, 0.9); }

/* Ẩn các phần tử header không dùng (giống mẫu: chỉ logo + menu) */
.header-newsletter-item,
.header-search,
.header-search-dropdown,
.header-search-form,
.header-block-search { display: none !important; }

.textdormdd h1 { font-size: 25px; }

/* Khung cuộn nội dung dài */
.tongquancao { height: 900px; overflow: auto; }
.tongquancao::-webkit-scrollbar { width: 4px !important; background-color: #F5F5F5; }
.tongquancao::-webkit-scrollbar-thumb {
	background-color: #F90;
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.2) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.2) 75%, transparent 75%, transparent);
}
.doanchutienich { height: 600px; overflow: auto; }
.doanchutienich::-webkit-scrollbar { width: 4px !important; background-color: #F5F5F5; }
.doanchutienich::-webkit-scrollbar-thumb {
	background-color: #F90;
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.2) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.2) 75%, transparent 75%, transparent);
}

/* Danh sách vị trí có nhãn tròn */
.detail-vt ul { margin-left: 0; padding: 0; }
.detail-vt li { list-style: none; line-height: 20px; font-size: 14px; margin-left: 0 !important; }
.detail-vt label {
	font-weight: 400; border-radius: 50%; margin-bottom: 3px;
	width: 18px; height: 18px; text-align: center; line-height: 17px;
	display: inline-block; color: #fff; font-size: 10px; margin-right: 5px;
	background: #e35926;
}
.cotxxs:nth-child(2) label { background: #2a3929; }
.chuavitritrai, .chuavitritrai h4 { color: #000; }
.lydochonb h5 { font-weight: normal; }

/* Danh sách tiện ích đánh số tròn vàng */
.hethongtienich .wrap-content ul { list-style: none; margin: 0; padding: 0; counter-reset: list; }
.hethongtienich .wrap-content ul li { line-height: 2.5; }
.hethongtienich .wrap-content ul li:before {
	content: counter(list); counter-increment: list;
	background: #ebb259; border-radius: 99px; width: 34px; margin-right: 5px;
	font-size: 14px; display: inline-block; vertical-align: middle;
	line-height: 34px; text-align: center; font-weight: bold; color: #fff;
}

/* Ảnh nhà mẫu bo góc viền vàng */
.nhamauxx img { border-radius: 10px; border: 2px solid #D4CAA6; }

.tintucctt p { margin-bottom: 3px; }
.breadcrumbs { text-transform: none; }
.chantrangchuan { border: 1px solid #fff; }
.boxdauxxx .col-inner { padding-right: 16% !important; padding-left: 16% !important; }
.boxdauxxx input { background: transparent !important; color: #fff !important; height: 3.7em; }
.boxdauxxx input[type=checkbox] { height: auto !important; }

/* Ẩn phần shop mặc định (nếu có WooCommerce) */
.woocommerce-breadcrumb { display: none; }
.product-main, .description_tab { display: none !important; }
.tax-product_cat .shop-page-title, .post-type-archive-product .shop-page-title { display: none !important; }
.product-footer .tab-panels { padding-top: 0; }
.product-footer .container { max-width: 100%; width: 100%; padding: 0 !important; }
.product-footer .ragiua, .single-product .section .row { margin: 0 auto !important; }
.single-product .header-main .nav > li > a { color: #fff; }

/* Khối lịch trình sự kiện */
.schedule { max-width: 800px; margin: 0 auto; }
.schedule-item { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #eee; gap: 15px; }
.schedule-item:last-child { border-bottom: none; }
.schedule-left { flex: 1; }
.schedule-left h3 { margin: 0 0 5px; font-size: 18px; color: rgb(255,87,34); }
.schedule-left p { margin: 0; font-size: 14px; line-height: 1.4; }
.schedule-time { font-size: 14px; font-weight: bold; color: rgb(255,87,34); white-space: nowrap; }
.box-text { background: #ffffff; }
@media (max-width: 768px) {
	.schedule-item { flex-direction: column; align-items: flex-start; }
	.schedule-time { margin-top: 8px; font-size: 13px; }
}
