/*
Theme Name: Thiên Thiên Nhân
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/*  */
:root{
	--main-color: #E41E2B;
	--main-color2: #2570D5;
	--desc-color: #000;
}

body{
	font-size: 16px;

}

p{
	margin-bottom: 15px;
}

.contact-box {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-item .icon {
	display: flex;
	
}

.contact-item .text {
 
}
.footer-section-custom .ux-logo-link.image-{
	padding: 0px !important;
}
.box-info-footer-custom .col-inner{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.logo-footer-custom{
	width: 100% !important;
}
.menu-footer-custom{
	flex-direction: row !important;
    flex-wrap: wrap !important;
}
.menu-footer-custom > div{
	width: 50% !important;
	
}
.text.home-product-title{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 15px;
}
.text.home-product-title p{
	color: rgba(0, 0, 0, 0.10);
	text-align: center;
	font-size: 85px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; /* 96px */
}
.home-prd-lop{
	position: relative;
	margin-top: -300px;
}
.home-prd-info{
	position: relative;
    margin-top: -135px;
}
.banner-title-custom {
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #000 !important;
	text-align: center !important;
}
.button.primary {
	font-weight: normal !important;
}
.bg-gradient-home{
	background: linear-gradient(180deg, #FFF 92.84%, #EEE 100%), #fff;
}
.box-home-contact h2{
	color: #111827;
	/* Display/Semi-Bold */
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
	letter-spacing: 1px;
}
.box-home-contact p{
	color: var(--TEXT-text-secondary, #374151);
	/* Body/Medium */
	font-size: var(--SIZE-Body, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
}
.box-home-contact-note p{
	color: var(--TEXT-text-secondary, #374151);
	/* Caption/Regular */
	font-size: var(--SIZE-Caption, 13px);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.box-home-contact-checkbox label{
	display: flex;
	align-items: center;
	gap: var(--SPACING-4, 16px);
	align-self: stretch;
}
.box-home-contact-checkbox label span{
	color: var(--TEXT-text-primary, #111827);
	font-size: var(--SIZE-Body, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	flex: 1;
}
.box-home-contact-checkbox label input{
	width: 24px;
	height: 24px;
	margin: 0px !important;
}
.box-home-contact-note{
	margin-bottom: 32px;
}
.box-home-contact-checkbox{
	margin-bottom: 16px;
}
.box-home-contact input[type="email"],.box-contact-main input[type="text"],.box-contact-main input[type="tel"],.box-contact-main input[type=email],.box-contact-main textarea{
	color: #9CA3AF;
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.box-contact-main input,.box-contact-main textarea{
	margin-bottom: 24px !important;
}
.box-home-contact input[type="submit"],.box-contact-main input[type="submit"]{
	font-weight: normal !important;
}
.box-contact-main input[type="submit"]{
	border-radius: 4px;
    width: 100%;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}
.box-contact-left > div{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-contact-right > div{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	box-shadow: 0px 1px 50px 0px rgba(63, 63, 63, 0.15);
	height: 100%;
}
.box-contact-main h2{
	/* H2/Semi-Bold */
	font-size: var(--SIZE-H2, 25px);
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 30px */
	margin-bottom: 24px;
}
.box-contact-main h3{
	font-size: var(--SIZE-Body, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.box-contact-main label span{
	color: red;
}
.box-contact-main .wpcf7 label{
	font-size: var(--SIZE-Buttom-Regular, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.title-about{
	font-size: var(--SIZE-Display, 50px);
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 60px */
	letter-spacing: 1px;
}
.des-about{
	font-family: var(--Font-Family, "Nunito Sans");
	font-size: var(--SIZE-DisplaySubText, 25px);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 35px */
}
.box-about-2-left h3{
	font-size: var(--SIZE-H1, 32px);
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
	letter-spacing: 0.5px;
}
.box-about-2 {
	border-radius: 8px;
    background: var(--BACKGROUNDS-background-primary, #FFF);
    box-shadow: 0px 1px 50px 0px rgba(63, 63, 63, 0.15);
}
.box-about-3 h3{
	font-size: var(--SIZE-H1, 32px);
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
	letter-spacing: 0.5px;
}
.button.secondary {
	font-weight: normal !important;
}
.item-our-journey .person-name{
	color: var(--COLOR-Brand-Blue-brand-500, #2570D5);
	font-size: var(--SIZE-Display, 50px);
	font-style: normal;
	font-weight: 900;
	line-height: 120%; /* 60px */
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.item-our-journey .person-title {
	color: #000;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 30px */
	margin-bottom: 12px;
}
.font32{
	font-size: 32px !important;
}
.boxBH1 h3{
	font-size: 24px !important;
}
.boxBHSh { 
	padding: 24px !important;
	box-shadow: 0px 1px 50px 0px rgba(63, 63, 63, 0.15);
	min-height: 220px;
}
.formDaiLy{
	position: relative;
}
.formDaiLy input{
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0px !important;
}
.formDaiLy input:focus{
	outline: none !important;
	box-shadow: none !important;
}
.formDaiLy button{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 12px;
	border: 1px solid #e41e2b;
	border-radius: 6px;
	background-color: #e41e2b;
	font-size: 16px;
	font-weight: normal;
	margin: 0px !important;
	color:#fff !important;
}
.titleH1Contact{
	font-size: 50px;
}
.box-contact-left{
	padding: 48px !important;
}
@media (max-width: 768px) {
	.des-about{
		font-size: 14px;
		padding: 0px 15px !important;
	}
	.box-contact-left > div{
		border-top-left-radius: 0px;
    	border-bottom-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.titleH1Contact{
		font-size: 28px;
	}
	.box-contact-left{
		padding: 32px 16px 16px 16px !important;
	}
}
/* Category Page Styles */
.main-page-category {
	padding: 0;
	background-color: #000;
}

/* Category Hero Box */
.category-hero-box {
	background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
	padding: 0;
	position: relative;
	overflow: hidden;
}

.category-hero-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 50%, rgba(96, 191, 178, 0.1) 0%, transparent 50%);
	pointer-events: none;
}

.category-hero-box .container {
	padding: 0;
	max-width: 100%;
}

.category-hero-box .row {
	position: relative;
	z-index: 1;
	max-width: 1920px !important;
	margin:0px auto !important;

	
}

.category-hero-box .col.medium-6:first-child {
	padding: 0;
}

.category-hero-box .col.medium-6:last-child {
	padding: 0px !important;
}

.hero-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: stretch;
}

.hero-image-wrapper .hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.hero-content {
	padding: 0px 80px;
	color: #fff;
}

.hero-main-title {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.2;
}

.hero-sub-title {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.3;
}

.hero-description {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 20px;
	text-align: justify;
}

.hero-badges {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.badge-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.badge-item img {
	height: 90px;
	width: auto;
	object-fit: contain;
}

.badge-circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}

.badge-number {
	font-size: 28px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
}

.badge-text {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.badge-warranty {
	font-size: 10px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	margin-top: 2px;
}

.badge-shield {
	width: 90px;
	height: 100px;
	background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 2px solid #fff;
	position: relative;
}

.badge-limited {
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.badge-warranty-text {
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.badge-lifetime {
	font-size: 10px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.badge-usa {
	width: 90px;
	height: 60px;
	background: linear-gradient(180deg, #b91c1c 0%, #b91c1c 40%, #fff 40%, #fff 60%, #1e3a8a 60%, #1e3a8a 100%);
	border: 2px solid #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.badge-made {
	font-size: 10px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	padding: 4px 8px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.hero-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 40px 0 0px;
	position: relative;
	z-index: 1;
}

.hero-dots .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
}

.hero-dots .dot.active {
	background: var(--main-color, #60bfb2);
	width: 40px;
	border-radius: 6px;
}

.hero-dots .dot:hover {
	background: rgba(255, 255, 255, 0.6);
}

.main-page-category > .container {
	padding-top: 40px;
}

.category-header {
	margin: 0px 0 40px 0;
	text-align: center;
}

.category-header .box-cus-title {
	margin-bottom: 30px;
	text-align: left;
}

.category-header .cus-title {
	font-size: 42px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.2;
	text-transform: uppercase;
}

.category-description {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
	line-height: 1.6;
}

.posts-list {
	margin-bottom: 40px;
}

.item-post {
	background: #1D1D1D;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	margin-bottom: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.item-post:hover {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
}

.item-post .box-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 60%;
}

.item-post .box-image a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item-post .post-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.item-post:hover .post-thumbnail {
	transform: scale(1.05);
}

.item-post .box-info {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.item-post .post-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	font-size: 13px;
	color: #aaa;
	flex-wrap: wrap;
	gap: 10px;
}

.item-post .post-meta span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.item-post .post-meta i {
	font-size: 12px;
}

.item-post .post-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
}

.item-post .post-title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.item-post .post-title a:hover {
	color: var(--main-color, #60bfb2);
}

.item-post .post-excerpt {
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
}

.item-post .post-footer {
	margin-top: auto;
}

.item-post .btn-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--main-color, #60bfb2);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

.item-post .btn-read-more:hover {
	color: var(--main-color2, #d49852);
	gap: 12px;
}

.item-post .btn-read-more i {
	font-size: 12px;
	transition: transform 0.3s ease;
}

.item-post .btn-read-more:hover i {
	transform: translateX(4px);
}

.pagination-wrapper {
	margin-top: 40px;
	text-align: center;
}

.no-posts {
	text-align: center;
	padding: 60px 20px;
}

.no-posts p {
	font-size: 18px;
	color: #666;
}

/* Single Post Styles */
.main-single-post {
	background: #000;
	min-height: 100vh;
	padding-bottom: 60px;
}

.single-hero-banner {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.single-hero-banner .banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post-container {
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 30px;
}

.breadcrumb-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	font-size: 14px;
}

.breadcrumb-wrapper a {
	color: #aaa;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-wrapper a:hover {
	color: var(--main-color, #E41E2B);
}

.breadcrumb-wrapper .separator {
	color: #666;
}

.breadcrumb-wrapper .current {
	color: #fff;
	font-weight: 500;
}



.single-post-article {
	background: #1D1D1D;
	border-radius: 8px;
	padding: 40px;
	margin-bottom: 30px;
}

.single-post-title {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2;
}

.single-post-meta {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	flex-wrap: wrap;
}

.single-post-meta span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #aaa;
	font-size: 14px;
}

.single-post-meta i {
	color: var(--main-color, #E41E2B);
}

.single-post-excerpt {
	font-size: 18px;
	line-height: 1.8;
	color: #ccc;
	margin-bottom: 30px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.05);
	border-left: 4px solid var(--main-color, #E41E2B);
	border-radius: 4px;
}

.single-post-content {
	color: #ddd;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.single-post-content p {
	margin-bottom: 20px;
}

.single-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 30px 0;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 15px;
}

.single-post-content h2 {
	font-size: 32px;
}

.single-post-content h3 {
	font-size: 24px;
}

.single-post-content h4 {
	font-size: 20px;
}

.single-post-content ul,
.single-post-content ol {
	margin: 20px 0;
	padding-left: 30px;
}

.single-post-content li {
	margin-bottom: 10px;
}

.single-post-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px;
}

.single-post-tags i {
	color: var(--main-color, #E41E2B);
}

.single-post-tags a {
	display: inline-block;
	padding: 6px 15px;
	background: rgba(228, 30, 43, 0.1);
	color: var(--main-color, #E41E2B);
	border-radius: 20px;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.3s ease;
}

.single-post-tags a:hover {
	background: var(--main-color, #E41E2B);
	color: #fff;
}

.single-post-navigation {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px;
}

.single-post-navigation a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 25px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.single-post-navigation a:hover {
	background: var(--main-color, #E41E2B);
	transform: translateY(-2px);
}

.single-post-navigation .nav-previous a {
	flex-direction: row;
}

.single-post-navigation .nav-next a {
	flex-direction: row-reverse;
}

/* Sidebar Styles */
.single-post-sidebar {
	position: sticky;
	top: 20px;
}

.sidebar-widget {
	margin-bottom: 30px;
}

.sidebar-widget .widget-title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.social-share-icons {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.social-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	background: #fff;
	color: #000;
	font-size: 20px;
}

.social-icon:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}



.recent-posts-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.recent-post-item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #1D1D1D;
}

.recent-post-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.recent-post-thumb {
	flex-shrink: 0;
	width: 100%;
	height: 146px;
	overflow: hidden;
	border-radius: 6px;
}

.recent-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-post-thumb img {
	transform: scale(1.1);
}

.recent-post-info {
	padding: 24px 12px 0px 12px;
}

.recent-post-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.3;
}

.recent-post-title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.recent-post-title a:hover {
	color: var(--main-color, #E41E2B);
}

.recent-post-excerpt {
	font-size: 13px;
	color: #aaa;
	line-height: 1.5;
	margin: 0;
}
#toc_container p.toc_title,#toc_container a{
	color:#000 !important;
}

/* Products Page Styles */
.main-products-page {
	background: #000;
	min-height: 100vh;
}

.products-hero-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.products-hero-banner .hero-banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-hero-banner .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-hero-banner .hero-overlay-content {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.products-hero-banner .hero-overlay-content:hover {
	opacity: 0.8;
}

.products-hero-banner .hero-overlay-content span {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bounce-icon {
	animation: bounce 2s infinite;
	display: block;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-20px);
	}
	60% {
		transform: translateY(-10px);
	}
}
.products-hero-banner .hero-title {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.products-container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 60px 15px;
}

.product-category-section {
	margin-bottom: 80px;
}

.product-category-section:last-child {
	margin-bottom: 0;
}

.category-title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.category-banner {
	width: 100%;
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
}

.category-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 30px;
}

.products-grid-3 {
	grid-template-columns: repeat(3, 1fr); /* 3 cột trên desktop */
}

.product-item {
	background: #1D1D1D;
	border-radius: 8px;
	overflow: visible;
	transition: all 0.3s ease;
	position: relative;
	padding: 4px;
	/* background: linear-gradient(135deg, #7c3aed 0%, #2563eb 50%, #dc2626 100%); */
}

.product-item::before {
	content: '';
	position: absolute;
	inset: 4px;
	background: #1D1D1D;
	border-radius: 6px;
	z-index: 0;
	overflow: hidden;
}

.product-item > * {
	position: relative;
	z-index: 1;
}

.product-item:hover {
	transform: translateY(-5px);
	/* box-shadow: 0 10px 30px rgba(124, 58, 237, 0.5); */
}

.product-image {
	width: 100%;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0px 24px 24px;
    position: relative;
    overflow: visible;
}

.product-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.product-item:hover .product-image img {
	transform: scale(1.05);
}

.product-info {
	padding: 0 25px 25px 25px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.product-item .product-name {
	font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    z-index: 2;
    padding: 24px 24px 10px 24px;
}

.product-item .product-name a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.product-item .product-name a:hover {
	color: var(--main-color, #E41E2B);
}

.product-subtitle {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: left;
	order: 2;
}

.product-expand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 18px;
	align-self: flex-start;
	order: 3;
}

.product-expand:hover {
	background: var(--main-color, #E41E2B);
	border-color: var(--main-color, #E41E2B);
	transform: translateX(5px);
}

.product-expand i {
	transition: transform 0.3s ease;
}

/* Grid Responsive */
@media (max-width: 1200px) {
	.products-grid {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 25px;
	}
}

@media (max-width: 992px) {
	.products-grid {
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		gap: 20px;
	}
	
	.related-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

@media (max-width: 768px) {
	.products-hero-banner {
		height: 250px;
	}
	
	.products-hero-banner .hero-title {
		font-size: 36px;
	}
	
	.products-hero-banner .hero-overlay-content span {
		font-size: 14px;
	}
	
	.bounce-icon {
		width: 30px;
		height: auto;
	}
	
	.products-container {
		padding: 40px 15px;
	}
	
	.category-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.product-category-section {
		margin-bottom: 50px;
	}
	
	.category-banner {
		margin-bottom: 30px;
	}
	
	.products-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 15px;
	}
	
	.products-grid-3 {
		grid-template-columns: 1fr; /* 1 sản phẩm 1 hàng trên mobile */
		gap: 20px;
	}
	

	
	.product-info {
		padding: 0 15px 15px 15px;
	}
	
	.product-item .product-name {
		font-size: 20px;
	
	}
	
	.product-subtitle {
		margin-bottom: 15px;
	}
	
	
}

/* Single Product Detail Styles */
.main-single-product {
	background: #000;
	min-height: 100vh;
}

.product-detail-hero {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.product-detail-hero .hero-banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-detail-container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 15px;
}

.product-detail-main-title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 30px 0;
	letter-spacing: 1px;
}

.product-detail-content {
	margin-bottom: 60px;
}

/* Product Images Section */
.product-images-section {
	position: sticky;
	top: 20px;
	background: #1D1D1D;
}
.product-images-section::before {
	content: '';
	position: absolute;
	inset: 4px;
	background-image: url('./assets/img/ImagesAT.png');
	border-radius: 6px;
	z-index: 0;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}
.product-main-image {
	width: 100%;
	height: 500px;
	background: #1D1D1D;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	margin-bottom: 20px;
}

.product-main-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product-thumbnails {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	max-width: 100%;
}

.thumbnails-wrapper {
	display: flex;
	gap: 10px;
	overflow: hidden;
	scroll-behavior: smooth;
	flex: 1;
	padding: 10px 0;
	position: relative;
}

.thumbnails-wrapper::-webkit-scrollbar {
	display: none;
}

.thumbnail-item {
	width: 120px;
	height: 120px;
	border-radius: 8px;
	object-fit: contain;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 3px solid transparent;
	flex-shrink: 0;
	padding: 15px;
}

.thumbnail-item:hover {
	/* border-color: rgba(228, 30, 43, 0.5); */
	transform: scale(1.05);
}

.thumbnail-item.active {
	/* border-color: var(--main-color, #E41E2B); */
	/* box-shadow: 0 0 20px rgba(228, 30, 43, 0.3); */
}

.thumb-nav {
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	flex-shrink: 0;
	backdrop-filter: blur(10px);
	padding: 15px !important;
	margin-bottom: 0px !important;
}
.thumb-nav.prev {
	margin-right: 0px !important;
	margin-left: 15.52px !important;
}
.thumb-nav:hover {
	background: var(--main-color, #E41E2B);
	border-color: var(--main-color, #E41E2B);
	transform: scale(1.1);
}

.thumb-nav i {
	font-size: 16px;
}

.thumb-nav img {
	width: 100%;
	height: auto;
}

/* Product Info Section */
.product-info-section {
	color: #fff;
}

.main-single-product .product-name {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.product-category {
	font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.product-description {
	font-size: 16px;
	line-height: 1.8;
	color: #ddd;
	margin-bottom: 10px;
}

.product-description p {
	margin-bottom: 15px;
}

.product-features {
	margin-bottom: 40px;

}

.feature-item {
	display: flex;
	gap: 20px;
	margin-bottom: 25px !important;
}

.feature-item img {
	width: 148px;
	border-radius: 8px;
}

.feature-item p {
	font-size: 14px;
	color: #ccc;
	line-height: 1.6;
	margin-bottom: 0px !important;
}

.product-badges {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.product-badges img {
	width: auto;
	height: 100px;
	object-fit: contain;
}

/* Specifications Section */
.product-specifications {
	margin-bottom: 60px;
}

.spec-title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0px !important;
}

.spec-filters {
	display: flex;
	gap: 30px;
}

.filter-group {
	flex: 1;
	min-width: 250px;
}

.filter-group label {
	display: block;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}

.spec-select {
	width: 100%;
	background: #000;
	border: 1px solid #444;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 0px !important;
}

.spec-select:focus {
	outline: none;
	border-color: var(--main-color, #E41E2B);
}

/* Specifications Table - Horizontal Scroll */
.specs-table-wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 30px 0 20px 0px;
	-webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
	scroll-behavior: smooth;
	cursor: grab;
	user-select: none; /* Ngăn chọn text khi drag */
}

.specs-table-wrapper:active {
	cursor: grabbing;
}

/* Hiển thị scrollbar */
.specs-table-wrapper::-webkit-scrollbar {
	height: 8px;
	display: none;
}

.specs-table-wrapper::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.specs-table-wrapper::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
}

.specs-table-wrapper::-webkit-scrollbar-thumb:hover {
	background: var(--main-color, #E41E2B);
}

/* Firefox scrollbar */
.specs-table-wrapper {
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}

.specs-table {
	display: flex;
	gap: 20px;
	min-width: min-content; /* Đảm bảo không bị co lại */
}

.spec-column {
	flex-shrink: 0;
	background: #1D1D1D;
	border-radius: 8px;
	padding: 24px;
	min-width: 280px; /* Đảm bảo chiều rộng tối thiểu */
	width: auto;
}

.spec-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-item:last-child {
	border-bottom: none;
}

.spec-item .label {
	font-size: 14px;
	color: #aaa;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
.spec-item:first-child .value {
	font-size: 22px;
}
.spec-item .value {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

/* Related Products Section */
.related-products-section {
	margin-bottom: 60px;
}

.section-title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.related-products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding-top: 60px;
}
.specifications-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
/* Responsive */
@media (max-width: 768px) {
	.category-hero-box {
		padding: 0;
	}
	
	.category-hero-box .col.medium-6:last-child {
		padding: 40px 20px;
	}
	
	.hero-main-title {
		font-size: 32px;
	}
	
	.hero-sub-title {
		font-size: 20px;
	}
	
	.hero-description {
		font-size: 14px;
	}
	
	.hero-content {
		padding: 0 15px;
	}
	
	.hero-image-wrapper {
		min-height: 300px;
	}
	
	.hero-dots {
		padding: 30px 0;
	}
	
	.hero-badges {
		gap: 20px;
		margin-top: 30px;
		justify-content: center;
	}
	
	.badge-item img {
		height: 70px;
	}
	
	.badge-circle {
		width: 70px;
		height: 70px;
	}
	
	.badge-number {
		font-size: 22px;
	}
	
	.badge-text {
		font-size: 10px;
	}
	
	.badge-shield {
		width: 70px;
		height: 80px;
	}
	
	.badge-usa {
		width: 70px;
		height: 50px;
	}
	
	.badge-made {
		font-size: 8px;
		padding: 3px 6px;
	}
	
	.category-header .cus-title {
		font-size: 32px;
	}
	
	.category-description {
		font-size: 16px;
	}
	
	.item-post .post-title {
		font-size: 18px;
	}
	
	.item-post .box-info {
		padding: 15px;
	}
	
	/* Single Post Responsive */
	.single-hero-banner {
		height: 250px;
	}
	
	.single-post-article {
		padding: 0px;
	}
	
	.single-post-title {
		font-size: 32px;
	}
	
	.single-post-meta {
		gap: 15px;
	}
	
	.single-post-excerpt {
		font-size: 16px;
		padding: 15px;
	}
	
	.single-post-content {
		font-size: 15px;
	}
	
	.single-post-navigation {
		flex-direction: column;
	}
	
	.sidebar-widget {
		padding: 20px;
	}
	
	.recent-post-thumb {
		width: 100px;
		height: 75px;
	}
	
	.recent-post-title {
		font-size: 14px;
	}
	
	.recent-post-excerpt {
		font-size: 12px;
	}
	
	.social-icon {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}
	
	/* Product Detail Responsive */
	.product-detail-hero {
		height: 250px;
	}
	
	.product-detail-main-title {
		font-size: 24px;
	}
	
	.product-main-image {
		height: 350px;
		padding: 20px;
	}
	
	.thumbnail-item {
		width: 80px;
		height: 80px;
		padding: 10px;
	}
	
	.thumb-nav {
		width: 35px;
		height: 35px;
		padding: 12px !important;
	}
	
	.thumb-nav i {
		font-size: 14px;
	}
	
	.thumb-nav img {
		width: 100%;
	}
	
	.product-name {
		font-size: 32px;
	}
	
	.product-category {
		font-size: 16px;
	}
	
	.product-features {
		flex-direction: column;
	}
	
	.product-badges img {
		height: 60px;
	}
	

	
	.spec-title {
		font-size: 18px;
	}
	
	.spec-filters {
		gap: 15px;
	}
	.specifications-header{
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.filter-group {
		min-width: auto;
	}
	
	.spec-column {
		padding: 20px;
	}
	
	.spec-item {
		padding: 12px 0;
	}
	
	.spec-item .label {
		font-size: 12px;
	}
	
	.spec-item .value {
		font-size: 18px;
	}
	
	.related-products-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-top: 40px;
	}
	
	.section-title {
		font-size: 24px;
	}
}
.banner-video,.hero-banner-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}