.product-category .buy-button a {
	color: #fff;
}

.alphabet-nav {
	position: sticky;
	top: 56px;
	z-index: 100;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 17px;
	margin-bottom: 40px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(15px);
	border-radius: 7px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 9%);
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 20px;
}

.alphabet-nav .nav-item {
	padding: 8px 12px;
	background: linear-gradient(145deg, #ffffff, #f0f0f0);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
	color: #555;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	border: 1px solid #cdcdcd5e;
}

.alphabet-nav .nav-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
	background: var(--color-main2);
	color: white;
}


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




.breadcrumbs-item:last-child {}

.list_tintuc {
	margin-top: 20px;
}

ul.breadcrumb li a:hover {
	color: #ff312e;
	text-decoration: underline;
}

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

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

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

.left-bot {
	text-align: center;
}

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

.ct-right h1 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #005693;
}

.ct-left.ct-right form {
	width: 64%;
	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 20px;
}

.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;
}

.ct-left form textarea {
	font-size: 14px;
	color: #717173;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 10px;
	outline: 0;
}

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


.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 #FF312E;
}

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

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

.content-page ul li {
	list-style: disc !important;
	margin-left: 0px;
}

.products-card>a {
	position: relative;
	overflow: hidden;
}

.contact-block {
	--gutter: 20px;
	gap: 30px 0;
}

.link-speed {
	padding-top: 40px;
}

.contact-block__info {}

.contact-block__maps {
	line-height: 0;
}

.contact-block__maps iframe {
	width: 100%;
	height: 100%;
	min-height: 340px;
}

.link-speed .c-title__xl {}

.link-speed__grid {}

.link-speed__grid>.row {
	gap: 20px 0;
}

.section-contact {
	padding: 30px 0;
	background: #f2f2f2;
}

.contact-block__desc {
	margin-bottom: 20px;
}

.contact-block__desc p img {
	margin-bottom: -5px;
}

.link-contacts {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.link-contact {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.link-contact--style2 {
	box-shadow: 0px 0px 1px 1px #ff000030;
	background: linear-gradient(135deg, #f43f5e, #f97316);
	color: white;
}

.link-contact__icon img {
	width: 30px;
}

.link-contact__ct {
	width: calc(100% - 40px);
}

.link-contact--style2 .link-contact__ttl {
	margin-bottom: 10px;
	color: white;
}

.link-contact__ttl {
	font-size: 24px;
	color: var(--color-main2);
	margin-bottom: 5px;
}

.link-contact--style2 .btn-common01 {
	color: var(--color-main);
	background: white;
	font-weight: 700;
}

.link-contact--style2 .link-contact__decs {
	font-size: 20px;
}

.link-contact__decs:not(:last-child) {
	margin-bottom: 20px;
}

.btn-common01 {
	background: var(--color-main);
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.btn-common01:hover {
	background: var(--color-main2);
	color: white;
}

.sidebar-detail {
	position: sticky;
	top: 120px;
	background: white;
	border-radius: 8px;
	/* padding: 0 0 0 20px; */
	overflow: hidden;
}

.box-detail-sgc-left {
	border-left: 1px solid #cdcdcd;
}
.pagination{
	justify-content: center;
}
.swal2-header .swal2-title{
	font-size: 18px;
}

/* Service Categories Section */
.list-cate {
	margin-bottom: 10px;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden; */
}

.list-cate__header {
	color: var(--color-2);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.list-cate__content {
	padding: 0;
}

.list-cate__item {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}

.list-cate__item:hover {
	background-color: #f8f9fa;
	padding-left: 10px;
}

.list-cate__item:last-child {
	border-bottom: none;
}

.list-cate__icon {
	color: #7cb342;
	margin-right: 12px;
	font-size: 16px;
}

.list-cate__text {
	font-size: 14px;
	line-height: 1.4;
}

/* Latest Posts Section */


.post-new__content {
	padding: 10px 0 0;
}

.post-new__item {
	display: flex;
	/* padding: 15px 20px; */
	align-items: center;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
}

.post-new__item:hover {
	color: var(--color-main);
	/* background-color: #f8f9fa; */
}

.post-new__item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-new__image {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	object-fit: cover;
	margin-right: 15px;
	flex-shrink: 0;
}

.post-new__info {
	flex: 1;
}

.post-new__title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 5px;
	    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	/* color: #333; */
}


.noi_dung_in {

	line-height: 1.8;
	color: #374151;
	text-align: justify;
}

.noi_dung_in h1 {
	font-size: 28px;
	font-weight: 700;

	margin: 32px 0 16px 0;
	line-height: 1.3;
}

.noi_dung_in h1:first-child {
	margin-top: 0;
}

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

.noi_dung_in h2 {
	font-size: 25px;
	font-weight: 700;
	
	margin: 20px 0 15px 0;
	line-height: 1.3;
}

.noi_dung_in h2:first-child {
	margin-top: 0;
}

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

.noi_dung_in h3 {
	font-size: 22px;
	font-weight: 700;

	margin: 15px 0 10px 0;
	line-height: 1.4;
}

.noi_dung_in h3:first-child {
	margin-top: 0;
}

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

.noi_dung_in h4 {
	font-size: 20px;
	font-weight: 700;
	
	margin: 15px 0 10px 0;
	line-height: 1.4;
}

.noi_dung_in h4:first-child {
	margin-top: 0;
}

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

.noi_dung_in h5 {
	font-size: 18px;
	font-weight: 700;
	color: #111827;
	margin: 10px 0 8px 0;
	line-height: 1.4;
}

.noi_dung_in h5:first-child {
	margin-top: 0;
}

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

.noi_dung_in h6 {
	font-size: 16px;
	font-weight: 700;
	color: #111827;
	margin: 16px 0 8px 0;
	line-height: 1.4;
}

.noi_dung_in h6:first-child {
	margin-top: 0;
}

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

.noi_dung_in p {
	margin: 0 0 10px 0;
}

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

.noi_dung_in ul,
.noi_dung_in ol {
	margin: 10px 0;
	padding-left: 20px;
}

.noi_dung_in ul li,
.noi_dung_in ol li {
	margin-bottom: 8px;
	line-height: 1.7;
}

.noi_dung_in ul li:last-child,
.noi_dung_in ol li:last-child {
	margin-bottom: 0;
}

.noi_dung_in ul li ul,
.noi_dung_in ul li ol,
.noi_dung_in ol li ul,
.noi_dung_in ol li ol {
	margin: 8px 0;
}

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

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

.noi_dung_in dl {
	margin: 16px 0;
}

.noi_dung_in dt {
	font-weight: 700;
	color: #111827;
	margin-top: 16px;
	margin-bottom: 4px;
}

.noi_dung_in dt:first-child {
	margin-top: 0;
}

.noi_dung_in dd {
	margin: 0 0 16px 24px;
	padding-left: 16px;
	border-left: 3px solid #e5e7eb;
}

.noi_dung_in strong,
.noi_dung_in b {
	font-weight: 700;
	color: #111827;
}

.noi_dung_in em,
.noi_dung_in i {
	font-style: italic;
}

.noi_dung_in u {
	text-decoration: underline;
}

.noi_dung_in s,
.noi_dung_in strike {
	text-decoration: line-through;
}

.noi_dung_in mark {
	background: rgba(230, 160, 4, 0.2);
	padding: 2px 4px;
	border-radius: 3px;
}

.noi_dung_in a {
	color: var(--color-1);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}

.noi_dung_in a:hover {
	color: #d97706;
	border-bottom-color: #d97706;
}

.noi_dung_in blockquote {
	margin: 10px 0;
	padding: 15px;
	background: rgba(230, 160, 4, 0.05);
	border-left: 4px solid var(--color-1);
	border-radius: 8px;
	font-style: italic;
	color: #374151;
}
.noi_dung_in blockquote:last-child{
	margin-bottom: 0;
}
.noi_dung_in blockquote:first-child{
	margin-top: 0;
}
.noi_dung_in blockquote p {
	margin: 0 0 12px 0;
}

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

.noi_dung_in blockquote cite {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	font-style: normal;
	color: #6b7280;
}

.noi_dung_in blockquote cite::before {
	content: "— ";
}

.noi_dung_in pre {
	margin: 20px 0;
	padding: 20px;
	background: #1f2937;
	color: #f9fafb;
	border-radius: 8px;
	overflow-x: auto;
	font-size: 14px;
	line-height: 1.6;
}

.noi_dung_in pre code {
	background: transparent;
	padding: 0;
	border-radius: 0;
	color: inherit;
}

.noi_dung_in code {
	padding: 3px 6px;
	background: rgba(230, 160, 4, 0.1);
	color: #d97706;
	border-radius: 4px;
	font-size: 14px;
}

.noi_dung_in img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 24px auto;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.noi_dung_in img:last-child{
	margin-bottom: 0;
}
.noi_dung_in img:first-child{
	margin-top: 0;
}
.noi_dung_in figure {
	margin: 24px 0;
	text-align: center;
}

.noi_dung_in figure img {
	margin: 0 auto;
}

.noi_dung_in figcaption {
	margin-top: 12px;
	font-size: 14px;
	color: #6b7280;
	font-style: italic;
}

.noi_dung_in table {
	width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}

.noi_dung_in thead {
	background: var(--bg-linear);
	color: #fff;
}

.noi_dung_in tbody {
	background: #fff;
}

.noi_dung_in tr {
	border-bottom: 1px solid #e5e7eb;
}

.noi_dung_in tr:last-child {
	border-bottom: none;
}

.noi_dung_in tr:nth-child(even) {
	background: #f9fafb;
}

.noi_dung_in th,
.noi_dung_in td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
}

.noi_dung_in th {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.noi_dung_in td {

	line-height: 1.6;
}

.noi_dung_in hr {
	margin: 32px 0;
	border: none;
	border-top: 2px solid #e5e7eb;
}

.noi_dung_in address {
	font-style: normal;
	margin: 16px 0;
	padding: 16px;
	background: #f9fafb;
	border-left: 4px solid var(--color-1);
	border-radius: 8px;
}

.noi_dung_in sub,
.noi_dung_in sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.noi_dung_in sup {
	top: -0.5em;
}

.noi_dung_in sub {
	bottom: -0.25em;
}

.noi_dung_in abbr {
	text-decoration: underline dotted;
	cursor: help;
}

.noi_dung_in small {
	font-size: 85%;
	color: #6b7280;
}

.noi_dung_in .divider {
	margin: 24px 0;
	height: 1px;
	background: #e5e7eb;
}

.noi_dung_in .text-left {
	text-align: left;
}

.noi_dung_in .text-center {
	text-align: center;
}

.noi_dung_in .text-right {
	text-align: right;
}

.noi_dung_in .text-justify {
	text-align: justify;
}

@media (max-width: 768px) {
	.noi_dung_in h1 {
		font-size: 26px;
	}

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

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

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

	.noi_dung_in table {
		
	}

	.noi_dung_in th,
	.noi_dung_in td {
		padding: 8px 12px;
	}

	.noi_dung_in blockquote {
		padding: 10px 15px;
	}

	.noi_dung_in pre {
		padding: 16px;
		
	}
}
.noi_dung_in_about_us td:first-child{
	padding-left: 0;
}
.noi_dung_in_about_us td:last-child{
	padding-right: 0;
}
.noi_dung_in_about_us td{
	padding-top: 0;
}
@media screen and (max-width: 768px) {
	.noi_dung_in_about_us table{
		width: 100%;
		display: block;
	}
	.noi_dung_in_about_us table th,
	.noi_dung_in_about_us table td{
		padding: 0 0 10px 0;
		width: 100% !important;
		display: block;
	}
}
.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;
}

@media(max-width:1200px) {
	.box-products-list-main {
		padding: 2rem 0px 9rem;
	}
}

@media(max-width:990px) {
	.heading-title .count {
		display: none;
	}

	ul.breadcrumb li {
		display: inline;
		font-size: 13px;
	}

	ul.breadcrumb li a {
		font-size: 13px;
	}

	.content-page table tr td {
		width: 100% !important;
		display: block;
	}

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

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

	.link-contact__icon img {
		width: 33px;
	}
	.box-detail-sgc-left{
		border-left: 0;
	}
	.box-detail-sgc-left .sidebar-detail{
		padding-left: 0;
	}
}

@media(max-width:550px) {
	ul.breadcrumb li {}

	.box-detail-sgc {
		/* padding-top: 0px; */
	}

	ul.breadcrumb li:last-child {
		/* display: block; */
	}

	.swal2-title {
		font-size: 16px !important;
	}

	.content-page h2,
	.noi_dung_in h2,
	.desc2 h2 {
		font-size: 22px;
	}
	.fancybox-slide--image{
		padding: 10px
	}
}