button:focus,
input:focus,
textarea:focus {
	outline: none;
}

ul.breadcrumb {
	padding: 5px 0px;
	list-style: none;
}

ul.breadcrumb li {
	display: inline;
	font-size: 15px;
	color: #555;
}

ul.breadcrumb li+li:before {
	padding: 8px 3px 8px 3px;
	color: black;
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #555;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

ul.breadcrumb li a:hover {
	color: var(--color-2);
	text-decoration: underline;
}

.brackham-commont {
	background: #eee;
	position: relative;
}

.item-banner-pages img {
	width: 100%;
}

.contact-temp-body {
	background-color: white;
	padding: 20px 0px 20px 0px;
	border-radius: 10px;
}

/*  */
.popup-tuvan {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.popup-content {
	background: #fff;
	width: 100%;
	max-width: 750px;
	border-radius: 8px;
	overflow: hidden auto;
	max-height: 100%;
	position: relative;
}

.popup-body {
	display: flex;
	flex-direction: row;
}

.popup-image {
	width: 50%;
}

.popup-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popup-form {
	width: 100%;
	padding: 20px;

}

.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
}

.popup-tuvan input,
textarea {
	width: 100%;
	padding: 8px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
}

.popup-tuvan button {
	margin-top: 15px;
	padding: 10px;
	width: 100%;
	background: #ff0309;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 14px;
	border-radius: 5px;
}

/*  */
.left-bot {
	text-align: left;
}

.ct-left,
.ct-right {
	margin-top: 15px;
	margin-bottom: 15px !important;
	color: #393939;
	font-size: 16px;
}

.ct-right ul li {
	list-style: none !important;
	margin-left: 20px;
	position: relative;
}

.ct-right ul li::before {
	content: "";
	position: absolute;
	left: -13px;
	top: 9px;
	width: 6px;
	height: 6px;
	background: currentColor;
	border-radius: 50%;
}

.ct-right ul li::marker {
	left: 10px;
}

.ct-left,
.ct-right p {
	font-size: 16px;
}

.ct-right h1 {
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 10px;

}

.ct-left.ct-right form {
	width: 100%;
	margin: 0 auto;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
}

.box-input-form {
	display: flex;
	gap: 0px 15px;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
	font-family: var(--font-body-family);
}

.ct-left form textarea {
	font-size: 14px;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px 15px;
	font-family: 'Roboto';
	margin-bottom: 10px;
	font-family: var(--font-body-family);
	outline: 0;
	margin-top: 0;
}

.ct-left form textarea,
.ct-left form input {
	font-weight: 500;
	font-family: inherit;
}

.ct-left form button {
	font-size: 14px;
	color: #fff;
	background: var(--color-2);
	border: none;
	height: 40px;
	width: 172px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.ct-left form button:hover {
	background: black;
}



.desc_address {
	padding-right: 50px;
	font-size: 16px;
}

.desc_address ul li {
	list-style: disc !important;
	margin-left: 20px;

}

.supplier {
	background: #FFF;
	margin-bottom: 15px;
	/* border-radius: 5px; */
	overflow: hidden;
	/* border: 1px solid #DDD;
  padding: 15px; */
}

.supplier .image {
	position: relative;
	overflow: hidden;
}

.supplier .image:hover img {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.supplier h3 {
	text-align: center;
	color: #5f7aec;
	font-size: 15px;
}

.supplier h3 a {
	color: #333;
}

.title-template-news {
	margin: 10px 0 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	color: #fff;
	padding: 0;
	border-bottom: solid 2px var(--color-main);
}

.title-template-news>* {
	background: var(--color-main);
	padding: 8px 20px;
	display: inline-block;
	color: white;
	border-radius: 10px 10px 0px 0px;
}

.list-news {
	padding-top: 5px;
}

.box_images img {
	width: 100%;
	height: 280px;
}

.box_images h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.block-news {
	background: #fff;
	padding: 20px 0 30px 0;
}

.maps h2 {
	font-size: 20px;
}

.ct-left,
.ct-right h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.maps iframe {
	width: 100%;
	margin-top: 10px;
	height: 216px;
}

.media-sitebar {
	padding-top: 20px;
	border-top: 0px solid #cdcdcd;
}

.media-sitebar ul {
	justify-content: center;
}

.media-sitebar ul {
	padding-bottom: 15px;
	display: flex;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 15px;
	align-items: center;
	border-top: 1px solid #cdcdcd;
}

.media-sitebar ul li a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: #ed1c23ff;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	fill: #fff;
}

.media-sitebar ul .facebook a {
	background: #0866ff;
	margin-left: 10px;
}

.media-sitebar ul .zalo a {
	background: #0866ff;
}

.media-sitebar ul .instagram a {
	background: #fff;
}

.media-sitebar ul .tweet a {
	background: #009ded;
}

.media-sitebar ul .pinterest a {
	background: #e70024;
}

.media-sitebar ul .whatsapp a {
	background: #0dc144;
}


/* review-member */
.review-member {
	padding: 40px 0;
	background-color: #fff;
}

.review-member__slider {
	margin-bottom: 0;
}

.review-member__slider .slick-slide {
	padding: 0 10px;
}

.review-member__slider .slick-list {
	margin: 0 -10px;
}



.review-member__item {
	text-align: center;
	margin: 12px 0;
	border-radius: 5px;
	background: white;
	padding: 15px 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.review-member__item-img {

	margin-bottom: 10px;
}

.review-member__item-img img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}

.review-member__item-name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 12px;
	color: #2c3a9e;
}

.review-member__item-desc {
	color: gray;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-align: center;
	line-height: 1.5;
	overflow: hidden;
	padding: 5px 15px 0 10px;
	text-overflow: ellipsis;
}

.review-member__item-star li svg {
	width: 16px;
	height: 16px;
	fill: #c8c8c8;
}

.review-member__item-star li.active svg {
	fill: #ffa711;
}
/* end review-member */
/*  */
.noi_dung_in {
	text-align: justify;
	line-height: 1.4;
}

.noi_dung_in h1 {
	font-size: 26px;
}

.noi_dung_in h2 {
	font-size: 23px;
}

.noi_dung_in h3 {
	font-size: 21px;
}

.noi_dung_in h4 {
	font-size: 20px;
}

.noi_dung_in h5 {
	font-size: 18px;
}

.noi_dung_in h6 {
	font-size: 17px;
}

.noi_dung_in h1,
.noi_dung_in h2,
.noi_dung_in h3,
.noi_dung_in h4,
.noi_dung_in h5,
.noi_dung_in h6 {
	font-weight: 700;
}

.noi_dung_in h1:not(:last-child),
.noi_dung_in h2:not(:last-child),
.noi_dung_in h3:not(:last-child),
.noi_dung_in h4:not(:last-child),
.noi_dung_in h5:not(:last-child),
.noi_dung_in h6:not(:last-child) {
	margin-bottom: 15px;
}

.noi_dung_in em {
	/* display: block; */
}

.noi_dung_in ul,
.noi_dung_in ol {
	margin-left: 25px;
}

.noi_dung_in ol li {
	list-style: decimal;
	position: relative;
}

.noi_dung_in ul li {
	list-style: disc;
}

.noi_dung_in ul:not(:last-child),
.noi_dung_in ol:not(:last-child),
.noi_dung_in li:not(:last-child),
.noi_dung_in div:not(:last-child),
.noi_dung_in p:not(:last-child) {
	margin-bottom: 10px;
}

.noi_dung_in p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.noi_dung_in iframe {
	max-width: 100%;
}

@media (max-width: 992px) {

	.noi_dung_in:not(.table-sp) table tr,
	.noi_dung_in:not(.table-sp) table td,
	.noi_dung_in:not(.table-sp) table th,
	.noi_dung_in:not(.table-sp) table tbody,
	.noi_dung_in:not(.table-sp) table thead {
		display: block;
		width: 100% !important;
		padding: 0 !important;
	}

	.noi_dung_in:not(.table-sp) table tr:not(:last-child),
	.noi_dung_in:not(.table-sp) table td:not(:last-child),
	.noi_dung_in:not(.table-sp) table th:not(:last-child),
	.noi_dung_in:not(.table-sp) table tbody:not(:last-child),
	.noi_dung_in:not(.table-sp) table thead:not(:last-child) {
		margin-bottom: 10px;
	}

	.noi_dung_in table {
		-webkit-border-vertical-spacing: 0;
		-webkit-border-horizontal-spacing: 0;
	}
}

.noi_dung_in table {
	width: 100%;
}

.noi_dung_in table:not(:last-child) {
	margin-bottom: 10px;
}

.noi_dung_in table tr:last-child,
.noi_dung_in table td:last-child,
.noi_dung_in table th:last-child,
.noi_dung_in table tbody:last-child,
.noi_dung_in table thead:last-child {
	margin-bottom: 0;
}

.noi_dung_in table tr td {
	margin-bottom: 0;
}

.noi_dung_in #toc-list li {
	list-style: none;
}

.noi_dung_in img {
	max-width: 100%;
	display: inline-block;
}

#myTabContent .header-right-tomtat svg {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#myTabContent.active-scroll .header-right-tomtat svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn:focus,
.btn:focus-visible,
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
	outline: none;
}

.btn:active,
button:active,
a:active {
	outline: none;
}

.btn:active:focus,
button:active:focus,
a:active:focus {
	outline: none;
}

/*# sourceMappingURL=maps/styles.css.map */
.product-contact .product-section {
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.product-contact .product-section p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	color: #333;
	text-align: center;
}

.product-contact .bg-gray {
	background: linear-gradient(45deg, #f8f9fa, #e9ecef);
}

.product-contact .product-image {
	width: auto;
	height: auto;
	object-fit: contain;
	margin-bottom: 5px;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.product-contact .product-title {
	font-size: 20px;
	font-weight: 700;
	color: #2d3748;
	line-height: 1.2;
	margin-bottom: 10px;
}

.product-contact .product-subtitle {
	font-size: 16px;
	color: #718096;
	margin-bottom: 20px;
}

.product-contact .product-features {
	list-style: none;
	text-align: left;
}

.product-contact .product-features li {
	padding: 8px 0;
	color: #4a5568;
	position: relative;
	padding-left: 25px;
}

.product-contact .product-features li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #48bb78;
	font-weight: bold;
}

.product-contact .form-section {
	padding: 30px;
	background: white;
}

.product-contact .form-header {
	text-align: center;
	margin-bottom: 20px;
}

.product-contact .form-title {
	font-size: 24px;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 5px;
}

.product-contact .form-subtitle {
	color: #718096;
	font-size: 13px;

}

.product-contact .form-group {
	margin-bottom: 15px;
}

.product-contact .form-group input,
.product-contact .form-group textarea {
	margin-top: 0;
	font-family: inherit;
}

.product-contact .form-label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #4a5568;
	font-size: 14px;
}

.product-contact .form-input {
	width: 100%;
	padding: 15px;
	border: 2px solid #e2e8f0;
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s ease;
	background: #f7fafc;
}

.product-contact .form-input:focus {
	outline: none;
	border-color: #667eea;
	background: white;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.product-contact .form-textarea {
	min-height: 100px;
	resize: vertical;
}

.product-contact .submit-btn {
	width: 100%;
	padding: 11px;
	background: linear-gradient(135deg, #ed1c24 0%, #d91921 100%);
	color: white;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	width: 65%;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: auto;
	display: block;
}

.product-contact .submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(237, 28, 36, 0.3);
}

.product-contact .submit-btn:active {
	transform: translateY(0);
}


.product-contact .required {
	color: #ed1c24;
}



.mb-10 {
	margin-bottom: 10px;
}

.disable-event {
	pointer-events: none;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.sec-news{
	padding: 30px 0;
}
@media (min-width: 992px) {
	.ct-left {
		margin-left: 17px;
	}
}



@media(max-width:990px) {
	.ct-left.ct-right form {
		width: 100%;
	}

	.desc_address {
		padding-right: 0px;
		font-size: 16px;
	}

	.contact-temp-body {
		padding: unset;
	}

	.product-contact .product-section {
		padding: 30px 20px;
	}

	.product-contact .form-section {
		padding: 30px 20px;
	}

	.product-contact .product-image {
		width: 200px;
		height: 200px;
	}


}



/*  */
.sec-carousel {
	padding: 50px 0 0;
}

.sec-carousel .c-title__xl {
	color: white;
	margin: 0;
}

.carousel-container {

	perspective: 1500px;
}

.carousel-title {
	text-align: center;
	color: white;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 50px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
	animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
	from {
		text-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
	}

	to {
		text-shadow: 0 4px 30px rgba(255, 255, 255, 0.6);
	}
}

.carousel-3d {
	position: relative;
	width: 100%;
	height: 670px;
	/* z-index: 111; */
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.carousel-3d-slide {
	position: absolute;
	width: 370px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin-left: -185px;
	margin-top: -180px;
	transform-style: preserve-3d;
	transition: all 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.slide-content {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	padding: 0;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(15px);
	border: 2px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transform-style: preserve-3d;
}

.slide-content img {
	width: 100%;
	height: 100%;
}

.slide-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
	border-radius: 10px 10px 0 0;
	animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {

	0%,
	100% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(100%);
	}
}

.slide-icon {
	font-size: 4rem;
	margin-bottom: 20px;
	animation: bounce 2s ease-in-out infinite;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

.carousel-3d-slide h3 {
	font-size: 1.8rem;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(0deg, black, transparent);
	margin-bottom: 0;
	padding: 10px;
	color: white;
	text-align: center;
}

.carousel-3d-slide h3 a {
	color: inherit;
}

.carousel-3d-slide p {
	color: #666;
	line-height: 1.6;
	font-size: 1rem;
	margin-bottom: 25px;
}

.slide-btn {
	background: linear-gradient(45deg, #667eea, #764ba2);
	color: white;
	border: none;
	padding: 12px 25px;
	border-radius: 25px;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.slide-btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

/* Navigation Controls */

.nav-controls {}

.nav-controls {}

.nav-btn {
	width: 60px;
	height: 180px;
	/* border-radius: 50%; */
	/* background: var(--color-main); */
	/* backdrop-filter: blur(10px); */
	/* border: 2px solid rgba(255, 255, 255, 0.3); */
	color: white;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#prevBtn {
	left: 0;
}

#nextBtn {
	right: 0;
}

.nav-btn#prevBtn {
	background: url(../images/prev.png) no-repeat center/contain;
}

.nav-btn#nextBtn {
	background: url(../images/next.png) no-repeat center/contain;
}

.nav-btn:hover {
	background: var(--color-main2);
	/* transform: scale(1.1); */
	/* box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2); */
}

.auto-play-btn {
	background: rgba(76, 175, 80, 0.3);
	border-color: rgba(76, 175, 80, 0.5);
}

.auto-play-btn.playing {
	background: rgba(244, 67, 54, 0.3);
	border-color: rgba(244, 67, 54, 0.5);
}

/* Dots Indicator */

.dots-container {
	position: absolute;
	bottom: -120px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active {
	background: white;
	transform: scale(1.3);
	box-shadow: 0 4px 10px rgba(255, 255, 255, 0.4);
}

/* Responsive Design */
.date-blogs-action {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-blog-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media (max-width: 768px) {


	.carousel-3d-slide {
		width: 250px;
		height: 320px;
		margin-left: -125px;
		margin-top: -160px;
	}

	.slide-content {
		/* padding: 20px; */
	}

	.slide-icon {
		font-size: 3rem;
	}

	.slcarousel-3d-slide h3 {
		font-size: 1.5rem;
	}

	.carousel-title {
		font-size: 2rem;
		margin-bottom: 30px;
	}

	.nav-btn {
		width: 35px;
		height: 35px;
		padding: 0;
	}

	.carousel-3d {
		height: 450px;
	}

	.ct-left form input {
		margin-bottom: 10px;
	}

	.box-input-form {
		display: flex;
		gap: 0px 10px;
	}

	.ct-left form textarea {
		margin-top: 0;
	}
	.product-contact .product-section p{
		display: none;
	}
	.c-title__xl{
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.carousel-3d-slide {
		width: 220px;
		height: 260px;
		margin-left: -110px;
		margin-top: -130px;
	}

	.slide-content {
		/* padding: 15px; */
	}

	.slide-icon {
		font-size: 2.5rem;
	}

	.carousel-3d-slide h3 {
		font-size: 1.3rem;
	}

	.carousel-3d-slide p {
		font-size: 0.9rem;
	}

	.sec-carousel {
		padding: 20px 0 0;
	}
}
