.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: #1aace3;
	color: white;
}


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

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

.link-speed .c-title__xl {}

.link-speed__grid {}

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

.link-contact {
	text-align: center;
	height: 100%;
	padding: 20px;
	padding: 20px 10px 20px 10px;
	box-shadow: 0px 0px 10px 2px rgb(175 175 175 / 50%);
	border-radius: 10px;
}

.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--style2 .link-contact__ttl {
	margin-bottom: 10px;
	color: white;
}

.link-contact__ttl {
	font-size: 24px;
	color: #000;
	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;
}

.noi_dung_in {
	/* text-align: justify; */
	line-height: 1.7;
}

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

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

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

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

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

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

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

.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: 5px;
	color: #3f3594;
	margin-top: 10px;
}

.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 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 p em,
.noi_dung_in ul em,
.noi_dung_in li em,
.noi_dung_in div em {
	display: inline;
}

.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 {
	width: 100%;
	border-spacing: 0;
}

.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;
	padding: 5px;
}

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

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

.noi_dung_in blockquote {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 10px 20px;
	border-left: 2px solid var(--color-main4);
}

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

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

.post-column {
	gap: 20px 0;
}

.swal2-title {
	font-size: 1.6rem;
}

.swal2-actions {
	padding: 0;
}

.post-bycate__noi img {
	border-radius: 18px;
	height: auto !important;
}

.category-row {
	gap: 20px 0;
}

.category-news__wrap:hover .category-news__img>img {
	transform: scale(1.09);
}

.category-news__img {
	padding-bottom: 80%;
	border-radius: 8px;
	position: relative;
	height: 0;
	overflow: hidden;
}

.category-news__img>img {
	object-fit: cover;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .3s linear;
}

.category-news__img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .2);
	z-index: 2;
}

.category-news__info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	z-index: 3;
}

.category-news__ttl {
	text-align: center;
	font-weight: 600;
	color: #FFF;
	z-index: 2;
	font-size: 18px;
}
.noi_dung_in_in {
	background: linear-gradient(90deg, #007f3d 10%, #8fc75c 100%);
	padding: 20px;
	border-radius: 10px;
	margin: 20px 0;
	text-align: left;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.noi_dung_in_in h2 {
	font-size: 30px;
	margin-right: 20px;
	text-transform: uppercase;
}
.images_chuongtrinh img {
	border-radius: 10px;
}
.whyus .form-feature {
    padding: 40px 0;
}
.form-feature h3 {
    color: #007f3d;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 9px;
    max-width: 800px;
    text-transform: uppercase;
}
.form-feature .description {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px !important;
}
 .form-feature .form-container {
	 display: flex;
	 align-items: flex-end;
	 flex-wrap: wrap;
	 margin-bottom: 15px;
	 gap: 0px 10px;
	 justify-content: space-between;
}
 .form-feature .input-group {
	 width: 49%;
}
 .form-feature .input-field {
	 width: 100%;
	 border: 1px solid #dedede;
	 border-radius: 8px;
	 padding: 14px 15px;
	 color: #8490a3;
	 font-size: 16px;
	 outline: none;
	 transition: all 0.3s ease;
	 backdrop-filter: blur(10px);
}
 .form-feature .input-field::placeholder {
	 color: #64748b;
	 font-weight: 500;
}
 .form-feature .input-field:focus {
	 /* border-color: #10b981; */
	 /* box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1); */
	 /* background: rgba(15, 23, 42, 0.8); */
}
 .form-feature .submit-btn {
	 background: linear-gradient(90deg, #3f3695 10%, #0082c8 100%);
	 color: white;
	 border: none;
	 border-radius: 8px;
	 padding: 14px 25px;
	 text-transform: uppercase;
	 font-size: 16px;
	 font-weight: 600;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
	 min-width: 180px;
}
 .form-feature .submit-btn:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
	 background: linear-gradient(135deg, #059669 0%, #047857 100%);
}
 .form-feature .submit-btn:active {
	 transform: translateY(0);
}
 @media (max-width: 768px) {
	 .form-feature .container {
		 padding: 60px 20px;
	}
	 .form-feature h3 {
		 font-size: 2.5rem;
	}
	 .form-feature .form-container {
		 flex-direction: column;
		 align-items: stretch;
		 gap: 13px 0px;
	}
	 .form-feature .input-group {
		 min-width: 100%;
	}
	 .form-feature .submit-btn {
		 min-width: 100%;
	}
}
 @media (max-width: 480px) {
	 .form-feature h3 {
		 font-size: 26px;
		 margin-bottom: 10px;
	}
	 .form-feature .description {
		 font-size: 14px;
	}
	 .form-feature .input-field, .whyus .submit-btn {
		 padding: 16px 20px;
	}
}
 .form-feature .container > * {
	 animation: fadeInUp 0.8s ease-out;
}
 .form-feature .course-request-badge {
	 animation-delay: 0.1s;
}
 .form-feature h3 {
	 animation-delay: 0.2s;
}
 .form-feature .description {
	 animation-delay: 0.3s;
}
 .form-feature .form-container {
	 animation-delay: 0.4s;
}
 @keyframes fadeInUp {
	 from {
		 opacity: 0;
		 transform: translateY(30px);
	}
	 to {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 .form-feature .input-group select {
	 width: 100%;
	 border: 1px solid #dedede;
	 border-radius: 8px;
	 padding: 14px 15px;
	 color: #8490a3;
	 font-size: 16px;
	 outline: none;
	 transition: all 0.3s ease;
	 backdrop-filter: blur(10px);
}
 .form-feature .form-container.row-full .input-group {
	 width: 100%;
}
 .form-feature .form-container.row-full textarea {
	 width: 100%;
	 border: 1px solid #dedede;
	 border-radius: 8px;
	 padding: 14px 15px;
	 color: #8490a3;
	 font-size: 16px;
	 outline: none;
	 transition: all 0.3s ease;
	 backdrop-filter: blur(10px);
	 height: 125px;
}



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

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

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

	ul.breadcrumb li:last-child {
		display: block;
	}
	.images_chuongtrinh {
		margin: 20px 0;
	}
	.noi_dung_in_in {
		display: block;
		font-size: 16px;
	}
	.noi_dung_in_in h2 {
		font-size: 24px;
		margin: 0 0 15px 0;
	}
	.form-feature {
		background:linear-gradient(90deg, #007f3d 10%, #8fc75c 100%) ;
		padding: 20px;
		color: #fff;
		border-radius: 10px;
	}
	.form-feature .description {
		color: #fff;
	}
	.form-feature h3 {
		color: #fff;
	}
}
.error{
	color: red;
	font-size: 12px;
}
