/*
Theme Name: Flatsome Child
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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-color: #002d72;
	--secondary-color: #5dace1;
}

body {
	font-family: "Roboto", sans-serif;
}

.autocomplete-suggestion .search-price,
.wpcf7-spinner,
.absolute-footer,
.is-divider,
.price-wrapper {
	display: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.col-inner:last-child {
	padding-bottom: 0;
}

a {
	transition: all .25s ease;
}

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

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	max-width: 350px;
	width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 16px;
	text-transform: math-auto;
	color: #000;
}

.mfp-bg.mfp-ready {
	background-color: rgba(0, 0, 0, 0.4) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
	backdrop-filter: none !important;
}

.nav:not(.nav-slide) .active>.children {
	padding-bottom: 0;
}

.icon-box-img img,
.icon-box-img svg {
	padding-top: 0;
}

.autocomplete-suggestion img+.search-name {
	font-size: 16px;
}

.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}

.header-nav .sub-menu .menu-item-has-children {
	position: relative;
	width: 100%;
}

.header-nav .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
	opacity: 0;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu.nav-dropdown-default {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.sub-menu li a {
	min-width: 150px;
	font-weight: 400 !important;
	text-transform: math-auto !important;
	color: initial !important;
	font-size: 14px !important;
}


.nav-uppercase li a,
.nav-uppercase li>a,
ul.nav-uppercase>li>a {
	text-transform: none !important;
	letter-spacing: normal !important;
}

.flickity-button {
	opacity: 1;
}

.flickity-button svg {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 10px;
	border-radius: 4px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
}

.row-slider .flickity-prev-next-button svg {
	padding: 10px !important;
	border: 0;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
	fill: #333;
}

.flickity-page-dots {
	background: #ffffff30;
	width: max-content;
	margin: auto;
	border-radius: 16px;
	padding: 0px 4px;
	padding-bottom: 2px;

}

.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fddddd;
	border: 1px solid red;
	color: red;
	box-shadow: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #ebfee3;
	color: #398f14;
	border-color: #398f142e;
}

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

.ss-banner {
	a {
		text-decoration: none;
	}

	.main__scroll-box {
		animation: scroll-down 2s infinite;

		svg {
			width: 30px;

			path {
				fill: white;
			}
		}
	}

	.main__action {
		p {
			margin-top: 0;
		}
	}

}

@keyframes scroll-down {

	0%,
	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

	35% {
		transform: translateY(1rem);
		opacity: 0;
	}

	70% {
		transform: translateY(-1rem);
		opacity: 0;
	}
}

.ss-pd {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}

.ss-statistics {
	h3 {
		font-size: 50px;
		margin: 0;
	}

	p {
		font-size: 20px;
		margin: 0;
	}
}

.ss-aboutus {

	.img,
	.img-inner,
	img {
		height: 100%;
	}

	img {
		object-fit: cover;
	}
}

.frame-title {

	h1,
	h2,
	h3 {
		font-size: 28px;
		color: var(--primary-color);
	}

	.section-title-normal {

		span {
			border-color: var(--secondary-color);
		}
	}
}

.woocommerce-Tabs-panel--description .section {
	display: block;
}

td:first-child,
th:first-child {
	padding-left: .5em;
}

.tab-product {
	.nav-pills {
		gap: 15px;

		a {
			border: 1px solid var(--secondary-color);
			color: var(--secondary-color);

			&:hover {
				background-color: var(--secondary-color);
				color: #fff;
			}
		}

		li.active a {
			background-color: var(--secondary-color);
		}
	}
}

.ss-tab-product {}

.product-category {
	.box-normal {
		border: 1px solid #eee;
		border-radius: 8px;

		.header-title {
			margin: 0;
			position: relative;
			padding-bottom: 10px;
			margin-bottom: 10px;
			color: var(--primary-color);

			&::after {
				content: '';
				position: absolute;
				width: 25%;
				height: 1px;
				background-color: var(--secondary-color);
				left: 50%;
				bottom: 0;
				transform: translateX(-50%);
			}
		}

		.box-text {
			padding: 10px;
		}
	}
}

.product-small.box {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #eee;

	.box-text {
		padding: 15px;
	}

	.product-title {
		margin-bottom: 0px;

		a {
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
			font-weight: 500;
		}
	}

	.price-wrapper .price {
		.amount {
			color: var(--primary-color);
			font-size: 18px;
		}

		del {
			text-decoration: none;

			.amount {
				color: #bbb;
				font-size: 14px;
				text-decoration: line-through;
			}
		}
	}
}

.badge-container {
	margin-top: 10px;
	margin-left: 10px;

	.badge-frame {
		margin-left: 0;
		height: unset;
		width: unset;
	}

	.badge-inner {
		border: 0;
		font-size: 14px;
		border-radius: 4px;
		color: #333;
		padding: 5px;
	}
}

.ss-solution {
	padding-bottom: 0 !important;

	h3 {
		font-size: 30px;
	}

	.icon-box {
		align-items: center;
	}
}

.ss-breadcrumb {
	.rank-math-breadcrumb {

		a,
		span {
			font-size: 14px;
		}

		a {
			color: var(--primary-color);
		}

		span {
			color: #bcbcbc;
		}
	}
}

.ss-contact {
	form {
		.grid {
			p {
				display: grid;
				grid-template-columns: 1fr 1fr;
				gap: 15px;
			}
		}
	}

	ul {
		li {
			list-style-type: none;
			margin-left: 0;

			i {
				color: var(--secondary-color);
			}
		}
	}
}


form {
	margin-bottom: 0;

	.two-col {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	label {
		font-size: 16px;
		font-weight: 500;

		span {
			color: red;
		}
	}

	input,
	select,
	textarea {
		height: 45px;
		border: 1px solid #ddd;
		padding: 0px 16px;
		border-radius: 6px !important;
		font-weight: 400;
		box-shadow: none !important;
		padding: 5px;

		&:focus {
			border-color: var(--primary-color);
		}
	}

	textarea {
		resize: vertical;
		min-height: 100px;
		padding: 10px;
	}

	.wpcf7-submit {
		display: block;
		width: 100%;
		margin: 0;
		text-transform: math-auto;
		font-weight: bold;
	}
}

.wpcf7-not-valid-tip {
	display: none;
}

.ss-about-page {
	.icon-box {
		.icon {
			background-color: var(--primary-color);
			border-radius: 4px;
			padding: 10px;
		}

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

.ss-field-of-activity {
	padding-bottom: 0 !important;

	.icon-box {
		align-items: flex-start;

		h3 {
			color: var(--secondary-color);
		}
	}
}

.ss-footer {
	.ux-menu-title {
		padding-top: 0;
		font-size: 18px;
		color: var(--primary-color);
	}

	ul {
		li {
			list-style-type: none;
			margin-left: 0;
		}
	}
}

.ss-absolute-footer {
	color: #999;

	p {
		color: #999;
		font-size: 14px;
	}
}

.ss-project {
	padding-bottom: 0 !important;

	.col.post-item {
		.box-text {
			min-height: 65px;
		}
	}

	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: -4%;
	}
}

.post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ss-service {
	.box-normal {
		border: 1px solid #eee;
		border-radius: 8px;
		overflow: hidden;
	}

	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: -7%;
	}

	.box-text {
		min-height: 65px;
	}
}

.ss-newblog {
	.post-item {
		.box-text {
			min-height: 140px;
		}
	}
}

.custom-dich-vu-archive .category-title {
	font-size: 28px;
	color: var(--primary-color);
	font-weight: 700;
	position: relative;
	padding-bottom: 12px;
}

.dich-vu-post-item {
	border-bottom: 1px solid #eaeaea;
}

.dich-vu-post-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.dich-vu-post-item.is-even .row {
	flex-direction: row-reverse;
}

.dich-vu-post-item .post-image img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dich-vu-post-item .post-image img:hover {
	transform: translateY(-4px);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
}

.dich-vu-post-item .post-content {}

.dich-vu-post-item .post-title a {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	transition: color 0.25s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dich-vu-post-item .post-title a:hover {
	color: #f7941d;
}

.dich-vu-post-item .post-excerpt {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: justify;
}

.dich-vu-read-more-btn {
	background-color: var(--secondary-color);
	color: #fff !important;
	padding: 8px 24px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.dich-vu-read-more-btn:hover {
	background-color: #e08516;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(247, 148, 29, 0.3);
}

.dich-vu-read-more-btn i {
	font-size: 11px;
	margin-left: 8px;
	transition: transform 0.2s ease;
}

.dich-vu-read-more-btn:hover i {
	transform: translateX(4px);
}

.custom-du-an-archive .category-title {
	font-size: 28px;
	color: var(--primary-color);
	font-weight: 700;
	position: relative;
	padding-bottom: 12px;
}

.du-an-post-item {
	border-bottom: 1px solid #eaeaea;
}

.du-an-post-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.du-an-post-item .post-image img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.du-an-post-item .post-image img:hover {
	transform: translateY(-4px);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
}

.du-an-post-item .post-content {}

.du-an-post-item .post-title a {
	color: #0082c8;
	/* Màu xanh dương sáng thương hiệu */
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	transition: color 0.25s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.du-an-post-item .post-title a:hover {
	color: #f7941d;
}

.du-an-post-item .post-excerpt {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: justify;
}

.du-an-read-more-btn {
	background-color: #f7941d;
	color: #fff !important;
	padding: 8px 24px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.du-an-read-more-btn:hover {
	background-color: #e08516;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(247, 148, 29, 0.3);
}

.du-an-read-more-btn i {
	font-size: 12px;
	margin-left: 8px;
	transition: transform 0.2s ease;
}

.du-an-read-more-btn:hover i {
	transform: translateX(4px);
}

.entry-header-text-top {
	text-align: center;
}

.blog-single {
	padding-bottom: 0;

	.post {
		margin-bottom: 0;
	}
}

.widget {
	&:last-child {
		margin-bottom: 0;
	}

	.widget-title {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: var(--secondary-color);
		padding: 10px;
		line-height: 1;
		margin-bottom: 15px;
	}
}

.shop-container .term-description {
	margin-bottom: 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
	padding: 30px;
	border-radius: 8px;
}

.category-page-title .page-title-inner {
	display: none;
}

h1.product-title {
	color: var(--primary-color);
}

.product-short-description {
	margin-bottom: 15px;
}

.btn-order {
	display: inline-block;
	background-color: var(--secondary-color);
	color: #fff !important;
	padding: 8px 24px;
	border-radius: 4px;
	font-weight: bold;
	margin-bottom: 12px;
}

.support {
	font-size: 14px;
	border-top: 1px dotted #ddd;
	display: block;
	padding: 5px 0;
	margin: 0;

	span {
		font-weight: bold;
		color: var(--secondary-color);
	}
}

.product_meta {
	font-size: 14px;
}

.social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;

	a {
		margin-bottom: 0;
		padding: 2px 20px !important;
		border-radius: 0 !important;
		margin: 0 !important;
	}
}

.related-products-wrapper {
	margin-bottom: 40px;
}

.custom-giai-phap-archive {
	padding-bottom: 0;
}

.custom-giai-phap-archive .category-title {
	font-size: 28px;
	color: var(--primary-color);
	font-weight: 700;
	position: relative;
	padding-bottom: 12px;
}

/* Lưới danh mục con kèm logo */
.sub-categories-grid .sub-cat-item .col-inner {
	background-color: #fff;
	padding: 20px 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.sub-categories-grid .sub-cat-item .col-inner:hover {
	transform: translateY(-5px);
}

.sub-categories-grid .sub-cat-link {
	display: block;
	text-decoration: none;
}

.sub-categories-grid .sub-cat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.sub-categories-grid .sub-cat-icon img {
	max-width: 80px;
	max-height: 80px;
	object-fit: contain;
	transition: all 0.3s ease;
}

.sub-categories-grid .sub-cat-item:hover .sub-cat-icon img {
	transform: scale(1.08);
	filter: brightness(0) saturate(100%) invert(63%) sepia(59%) saturate(386%) hue-rotate(164deg) brightness(88%) contrast(100%);
}

.sub-categories-grid .sub-cat-title {
	color: #333;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
}

.sub-categories-grid .sub-cat-item:hover .sub-cat-title {
	color: var(--secondary-color);
}

/* Danh sách bài viết của giải pháp con */
.giai-phap-post-item {
	border-bottom: 1px solid #eaeaea;
}

.giai-phap-post-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.giai-phap-post-item .post-image img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.giai-phap-post-item .post-image img:hover {
	transform: translateY(-4px);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
}

.giai-phap-post-item .post-title a {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	transition: color 0.25s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.giai-phap-post-item .post-title a:hover {
	color: #f7941d;
}

.giai-phap-post-item .post-excerpt {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: justify;
}

.giai-phap-read-more-btn {
	background-color: #f7941d;
	color: #fff !important;
	padding: 8px 24px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.giai-phap-read-more-btn:hover {
	background-color: #e08516;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(247, 148, 29, 0.3);
}

.giai-phap-read-more-btn i {
	font-size: 12px;
	margin-left: 8px;
	transition: transform 0.2s ease;
}

.giai-phap-read-more-btn:hover i {
	transform: translateX(4px);
}

.archive-page-header h1.page-title {
	text-transform: math-auto;
	font-size: 28px;
	color: var(--primary-color);
	letter-spacing: 0;
}

.custom-tin-noi-bo-archive {
	padding-bottom: 0;
}

.custom-tin-noi-bo-archive .category-title {
	font-size: 28px;
	color: var(--primary-color);
	font-weight: 700;
	position: relative;
	padding-bottom: 12px;
}

.tin-noi-bo-featured-grid {
	display: grid;
	grid-template-columns: 2.8fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	height: auto;
	margin-bottom: 20px;
}

.tin-noi-bo-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.tin-noi-bo-item.item-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	aspect-ratio: 4/3;
}

.tin-noi-bo-item.item-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	height: 100%;
}

.tin-noi-bo-item.item-3 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	height: 100%;
}

.tin-noi-bo-item .item-link {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff !important;
}

.tin-noi-bo-item .item-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.tin-noi-bo-item .item-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.tin-noi-bo-item:hover .item-image-wrapper img {
	transform: scale(1.05);
}

.tin-noi-bo-item .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 100%);
	z-index: 1;
}

.tin-noi-bo-item .item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
	z-index: 2;
}

.tin-noi-bo-item .item-date {
	font-size: 13px;
	opacity: 0.9;
	margin-bottom: 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tin-noi-bo-item.item-1 .item-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	text-transform: math-auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #fff;
}

.tin-noi-bo-item.item-2 .item-title,
.tin-noi-bo-item.item-3 .item-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	text-transform: math-auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #fff;
}

.tin-noi-bo-normal-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	height: 100%;
}

.tin-noi-bo-normal-card .card-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.tin-noi-bo-normal-card .post-image img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.tin-noi-bo-normal-card .post-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	background-color: #f5f5f5;
	gap: 10px;

	.post-date {
		font-size: 13px;
		color: #999;
	}
}

.tin-noi-bo-normal-card .post-title {
	margin-bottom: 0px;
}

.tin-noi-bo-normal-card .post-title a {
	color: #333;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: color 0.25s ease;
}

.tin-noi-bo-normal-card .post-title a:hover {
	color: var(--secondary-color);
}

.tin-noi-bo-normal-card .read-more-link {
	font-weight: 700;
	font-size: 13px;
	color: var(--secondary-color);
	transition: color 0.2s ease;
}

.tin-noi-bo-normal-card .read-more-link:hover {
	color: var(--primary-color);
}

.gtranslate_wrapper a {
	margin-right: 6px;
}

.row-equal {
	.col {
		.col-inner {
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
	}
}





@media(max-width: 1000px) {
	.medium-logo-left .flex-right {
		flex: auto;
	}

	.header-main li.html.custom {
		display: block;
	}

	.category-page-title .page-title-inner {
		display: block;
	}

	.dich-vu-post-item .post-title a {
		font-size: 18px;
	}

	.du-an-post-item .post-title a {
		font-size: 18px;
	}

	.giai-phap-post-item .post-title a {
		font-size: 18px;
	}

	.ss-newblog {
		& .post-item {
			.box-text {
				min-height: 110px;
			}
		}
	}

	.ss-pd {
		padding-top: 40px !important;
		padding-bottom: 10px !important;
	}

	/* Tin noi bo Tablet */
	.tin-noi-bo-featured-grid {
		display: flex;
		flex-wrap: wrap;
		height: auto;
		gap: 15px;
	}

	.tin-noi-bo-item.item-1 {
		width: 100%;
		aspect-ratio: 4/3;
	}

	.tin-noi-bo-item.item-2,
	.tin-noi-bo-item.item-3 {
		width: calc(50% - 7.5px);
		aspect-ratio: 4/3;
	}

	.tin-noi-bo-item.item-2 {
		margin-right: 0;
	}

	.tin-noi-bo-item.item-1 .item-title {
		font-size: 20px;
	}

	.tin-noi-bo-normal-list .normal-post-col {
		max-width: 50% !important;
		flex-basis: 50% !important;
	}
}

@media(max-width: 600px) {
	.archive-page-header h1.page-title {
		font-size: 20px;
	}

	.related-products-wrapper {
		margin-bottom: 10px;
	}

	.ss-newblog {
		& .post-item {
			.box-text {
				min-height: 103px;
			}
		}
	}

	.ss-service {
		.box-text {
			min-height: 58px;
		}
	}

	.ss-project {
		& .col.post-item {
			.box-text {
				min-height: 58px;
			}
		}
	}

	.ss-solution {
		h3 {
			font-size: 20px;
		}

		.box-text {
			padding: 30px 20px !important;
		}

	}

	.frame-title {

		h1,
		h2,
		h3 {
			font-size: 20px;
		}
	}

	.ss-statistics {
		h3 {
			font-size: 30px;
		}

		p {
			font-size: 18px;
		}
	}

	.ss-pd {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}

	.dich-vu-post-item.is-even .row {
		flex-direction: row;
	}

	.custom-dich-vu-archive .category-title {
		font-size: 20px;
	}

	.custom-du-an-archive .category-title {
		font-size: 20px;
	}

	.custom-giai-phap-archive .category-title {
		font-size: 20px;
	}

	.sub-categories-grid .sub-cat-icon {
		height: 80px;
	}

	.sub-categories-grid .sub-cat-icon img {
		max-width: 60px;
		max-height: 60px;
	}

	.sub-categories-grid .sub-cat-title {
		font-size: 13px;
	}

	/* Tin noi bo Mobile */
	.custom-tin-noi-bo-archive .category-title {
		font-size: 20px;
	}

	.tin-noi-bo-featured-grid {
		display: block;
	}

	.tin-noi-bo-item.item-1,
	.tin-noi-bo-item.item-2,
	.tin-noi-bo-item.item-3 {
		width: 100% !important;
		aspect-ratio: 4/3;
		margin-bottom: 15px;
	}

	.tin-noi-bo-item.item-3 {
		margin-bottom: 0;
	}

	.tin-noi-bo-item.item-1 .item-title,
	.tin-noi-bo-item.item-2 .item-title,
	.tin-noi-bo-item.item-3 .item-title {
		font-size: 15px;
	}

	.tin-noi-bo-normal-list .normal-post-col {
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
}