/* Trang tin tức — mẫu giaodien/index.html (zumiuniform.vn) */

body.hl-news-view {
	overflow-x: clip;
}

body.hl-news-view #content.site-content > .container {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.hl-news-view #content.site-content > .container > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.hl-news-view #primary.page-no-sidebar {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0;
}

body.hl-news-view .entry-content {
	margin: 0;
	padding: 0;
	--hl-news-color: #0b0284;
	--maincolor: var(--hl-news-color);
	font-family: Alexandria, Tahoma, Arial, sans-serif;
	background-color: #fff;
	color: #212529;
}

/* Breadcrumb bar */
body.hl-news-view .entry-content .wrapper-breadcrums {
	background-color: var(--hl-news-color);
	padding: 5px 0;
	color: #fff;
}

body.hl-news-view .entry-content .wrapper-breadcrums h1 {
	margin: 30px 0 10px;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}

body.hl-news-view .entry-content .wrapper-breadcrums a {
	color: #fff;
	text-decoration: none;
	transition: all 0.25s ease;
}

body.hl-news-view .entry-content .wrapper-breadcrums a:hover {
	color: #fff;
	opacity: 0.9;
	text-decoration: underline;
}

body.hl-news-view .entry-content .wrapper-breadcrums .breadcrumb {
	background: transparent;
	margin-bottom: 0;
	padding: 0 0 10px;
}

body.hl-news-view .entry-content .wrapper-breadcrums .breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

body.hl-news-view .entry-content .wrapper-breadcrums .breadcrumb ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

body.hl-news-view .entry-content .wrapper-breadcrums .breadcrumb .delimiter {
	margin: 0 8px;
	opacity: 0.85;
}

body.hl-news-view .entry-content .wrapper-breadcrums .breadcrumb .current-item {
	font-weight: 600;
}

/* Line clamp — mẫu Zumi */
body.hl-news-view .two-row {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.hl-news-view .three-row {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Layout listing — container + grid Bootstrap */
body.hl-news-view .entry-content > .container.my-4 {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

body.hl-news-view .entry-content > .container.my-4 > .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

body.hl-news-view .entry-content > .container.my-4 > .row > [class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	body.hl-news-view .entry-content > .container.my-4 > .row > .col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	body.hl-news-view .entry-content > .container.my-4 > .row > .col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

body.hl-news-view .list-news.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

body.hl-news-view .list-news.row > [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	body.hl-news-view .list-news.row > .col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* Link hover — mẫu Zumi */
body.hl-news-view .entry-content a {
	transition: all 0.25s ease;
}

body.hl-news-view .list-hotnews a,
body.hl-news-view .list-news a {
	text-decoration: none;
}

body.hl-news-view .list-hotnews a:hover,
body.hl-news-view .list-news a:hover {
	color: var(--hl-news-color) !important;
}

/* Sidebar tin xem nhiều */
body.hl-news-view .box-hotnews .h5 {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

body.hl-news-view .list-hotnews .row.no-gutters {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

body.hl-news-view .list-hotnews .row.no-gutters > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

body.hl-news-view .list-hotnews .row.no-gutters > .col-md-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

body.hl-news-view .list-hotnews .row.no-gutters > .col-md-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 0.5rem !important;
}

body.hl-news-view .list-hotnews .row.no-gutters.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
	margin-bottom: 5px;
    padding-bottom: 5px;
}

body.hl-news-view .list-hotnews .col-md-4 a {
	display: block;
	overflow: hidden;
	line-height: 0;
}

body.hl-news-view .list-hotnews .col-md-4 img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: all 0.25s ease;
}

body.hl-news-view .list-hotnews .col-md-4 a:hover img {
	opacity: 0.88;
}

body.hl-news-view .list-hotnews .h6 {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
}

body.hl-news-view .list-hotnews .h6 a.text-dark {
	color: #212529 !important;
}

@media (max-width: 767px) {
	body.hl-news-view .entry-content > .container.my-4 > .row > .col-md-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Lưới bài viết */
body.hl-news-view .newsitem {
	height: 100%;
	margin-bottom: 20px;
}

body.hl-news-view .newsitem > a:first-of-type {
	/* display: block;
	overflow: hidden;
	aspect-ratio: 400 / 260;
	line-height: 0; */
}

body.hl-news-view .newsitem > a:first-of-type img {
	width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    /* border-radius: 8px; */
    border: solid 1px transparent;
    transition: opacity 0.5s, border-color 0.5s;
}

body.hl-news-view .newsitem > a:first-of-type:hover img {
	opacity: 0.9;
}

body.hl-news-view .newsitem .h6 {
	margin: 0.5rem 0 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	text-transform: capitalize;
}

body.hl-news-view .newsitem .h6 a.text-dark {
	color: #212529 !important;
}

body.hl-news-view .newsitem .text-secondary {
	color: #6c757d !important;
	font-size: 14px;
	line-height: 1.55;
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

body.hl-news-view .newsitem .border-bottom {
	display: inline-block;
	border-bottom: 1px solid #6c757d !important;
	color: #6c757d !important;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 2px;
	margin-top: 4px;
}

body.hl-news-view .newsitem .border-bottom:hover {
	color: var(--hl-news-color) !important;
	border-bottom-color: var(--hl-news-color) !important;
}

body.hl-news-view .entry-content .newsitem p {
	margin-bottom: 0.5rem;
}

body.hl-news-view .hl-news-empty {
	margin: 0;
	padding: 24px 0;
	color: #666;
	text-align: center;
}

/* Phân trang Bootstrap — mẫu Zumi */
body.hl-news-view .entry-content .col-md-9 .pagination {
	margin: 30px 0 0;
	padding-left: 0;
	list-style: none;
	flex-wrap: wrap;
}

body.hl-news-view .entry-content .col-md-9 .pagination .page-item {
	display: inline-block;
	margin: 0;
}

body.hl-news-view .entry-content .col-md-9 .pagination .page-link {
	position: relative;
	display: block;
	min-width: 38px;
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	color: #333;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.25s ease;
}

body.hl-news-view .entry-content .col-md-9 .pagination .page-link:hover,
body.hl-news-view .entry-content .col-md-9 .pagination .page-link:focus {
	z-index: 2;
	color: var(--hl-news-color);
	background-color: #fff;
	border-color: var(--hl-news-color);
}

body.hl-news-view .entry-content .col-md-9 .pagination .page-item.active .page-link {
	color: #fff;
	background-color: var(--hl-news-color);
	border-color: var(--hl-news-color);
}

body.hl-news-view .entry-content .col-md-9 .pagination .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
	opacity: 0.65;
}

/* Banner liên hệ tư vấn — newsletter-consult-full */
body.hl-news-view .hl-news-consult-banner.newsletter-consult {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	min-height: 119px;
	margin: 32px 0 48px;
	padding: 24px 44px;
	border: 0;
	overflow: visible;
	position: relative;
	border-radius: 8px !important;
	background: var(--hl-news-color) !important;
}

body.hl-news-view .hl-news-consult-banner .newsletter-consult-title {
	flex: 0 0 auto;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

body.hl-news-view .hl-news-consult-banner .newsletter-consult-form {
	flex: 1 1 280px;
	min-width: 0;
}

body.hl-news-view .hl-news-consult-banner .wpcf7-form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
}

body.hl-news-view .hl-news-consult-banner .wpcf7-form-control-wrap {
	flex: 1 1 220px;
	min-width: 0;
	margin: 0;
}

body.hl-news-view .hl-news-consult-banner input[type="email"],
body.hl-news-view .hl-news-consult-banner input[type="text"],
body.hl-news-view .hl-news-consult-banner input[type="tel"],
body.hl-news-view .hl-news-consult-banner textarea {
	width: 100%;
	height: 52px;
	padding: 0 20px;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	border-radius: 8px !important;
	box-sizing: border-box;
}

body.hl-news-view .hl-news-consult-banner textarea {
	height: auto;
	min-height: 52px;
	padding-top: 12px;
	padding-bottom: 12px;
}

body.hl-news-view .hl-news-consult-banner input::placeholder,
body.hl-news-view .hl-news-consult-banner textarea::placeholder {
	color: #b8b8b8;
	opacity: 1;
}

body.hl-news-view .hl-news-consult-banner input[type="submit"],
body.hl-news-view .hl-news-consult-banner .wpcf7-submit {
	flex: 0 0 auto;
	height: 52px;
	padding: 0 24px;
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: var(--hl-news-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: none !important;
	cursor: pointer;
	transition: opacity 0.25s ease;
}

body.hl-news-view .hl-news-consult-banner input[type="submit"]:hover {
	opacity: 0.9;
}

body.hl-news-view .hl-news-consult-banner .wpcf7-spinner {
	display: none;
}

body.hl-news-view .hl-news-consult-banner .wpcf7-response-output {
	width: 100%;
	margin: 8px 0 0;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}

/* Sidebar consult (single) */
body.hl-news-page--single .entry-content > .container.my-4 > .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

body.hl-news-page--single .entry-content > .container.my-4 > .row > [class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	body.hl-news-page--single .entry-content > .container.my-4 > .row > .col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	body.hl-news-page--single .entry-content > .container.my-4 > .row > .col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	body.hl-news-page--single .hl-news-single-sidebar {
		border-right: 1px solid #dee2e6;
		padding-right: 24px;
	}

	body.hl-news-page--single .hl-news-single-main {
		padding-left: 24px;
	}
}

body.hl-news-page--single .box-hotnews {
	/* background: #f4f7f9;
	padding: 18px 16px; */
}

body.hl-news-page--single .box-hotnews .h5 {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

body.hl-news-page--single .list-hotnews .row.no-gutters {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-left: 0;
	margin-right: 0;
}

body.hl-news-page--single .list-hotnews .row.no-gutters > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

body.hl-news-page--single .list-hotnews .row.no-gutters > .col-md-4 {
	flex: 0 0 100px;
	max-width: 100px;
	margin-bottom: 0 !important;
}

body.hl-news-page--single .list-hotnews .row.no-gutters > .col-md-8 {
	flex: 1 1 0;
	min-width: 0;
	max-width: none;
	padding-left: 12px !important;
}

body.hl-news-page--single .list-hotnews .row.no-gutters.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

body.hl-news-page--single .list-hotnews .row.no-gutters.border-bottom:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 !important;
}

body.hl-news-page--single .list-hotnews .col-md-4 a {
	display: block;
	overflow: hidden;
	line-height: 0;
}

body.hl-news-page--single .list-hotnews .col-md-4 img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: opacity 0.25s ease;
}

body.hl-news-page--single .list-hotnews .col-md-4 a:hover img {
	opacity: 0.88;
}

body.hl-news-page--single .list-hotnews .h6 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
}

body.hl-news-page--single .list-hotnews .h6 a.text-dark {
	color: #212529 !important;
	text-decoration: none;
	transition: color 0.25s ease;
}

body.hl-news-page--single .list-hotnews a:hover {
	color: var(--hl-news-color) !important;
}

@media (min-width: 992px) {
	body.hl-news-page--single .hl-news-single-sidebar {
		position: sticky;
		top: 90px;
		align-self: flex-start;
	}
}

body.hl-news-view .hl-news-consult.consultation-panel {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	margin-top: 8px;
}

body.hl-news-view .hl-news-consult .consultation-panel__bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 59, 124, 0.88) 0%, rgba(3, 28, 58, 0.72) 100%), url('../images/bgform.jpg') center/cover;
}

body.hl-news-view .hl-news-consult .consultation-panel__inner {
	position: relative;
	z-index: 1;
	padding: 22px 20px 24px;
}

body.hl-news-view .hl-news-consult .consultation-panel__title {
	margin: 0 0 18px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #fff;
}

body.hl-news-view .hl-news-consult .wpcf7-form {
	margin: 0;
}

body.hl-news-view .hl-news-consult .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 12px;
}

body.hl-news-view .hl-news-consult input[type="email"],
body.hl-news-view .hl-news-consult input[type="text"],
body.hl-news-view .hl-news-consult input[type="tel"],
body.hl-news-view .hl-news-consult textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 10px;
	padding: 11px 14px;
	font-size: 14px;
	color: #333;
	background: #fff;
	box-sizing: border-box;
}

body.hl-news-view .hl-news-consult input[type="submit"],
body.hl-news-view .hl-news-consult .wpcf7-submit {
	width: 100%;
	border: 0;
	border-radius: 10px;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: var(--hl-news-color);
	cursor: pointer;
	transition: opacity 0.25s ease;
}

body.hl-news-view .hl-news-consult input[type="submit"]:hover {
	opacity: 0.9;
}

body.hl-news-view .hl-news-consult .wpcf7-spinner {
	display: none;
}

@media (min-width: 992px) {
	body.hl-news-view .hl-news-consult.consultation-panel {
		position: sticky;
		top: 90px;
	}

	body.hl-news-page--single .hl-news-single-consult .hl-news-consult.consultation-panel {
		position: static;
		top: auto;
	}
}

/* Chi tiết bài viết */
body.hl-news-page--single .hl-news-single {
	padding-bottom: 80px;
}

body.hl-news-page--single .hl-news-body,
body.hl-news-page--single .contentpagewrap {
	font-size: 15px;
	line-height: 1.75;
	color: #222;
	min-width: 0;
}

body.hl-news-page--single .hl-news-single-consult {
	margin-top: 32px;
}

body.hl-news-page--single .hl-news-single-consult .hl-news-consult.consultation-panel {
	margin-top: 0;
}

body.hl-news-page--single .toc-div {
	border: 2px solid #333;
	border-radius: 5px;
	margin-bottom: 24px;
	overflow: hidden;
}

body.hl-news-page--single .toc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px 0;
}

body.hl-news-page--single .toc-header strong {
	font-size: 15px;
	font-weight: 700;
	color: #111;
}

body.hl-news-page--single .hl-toc-toggle {
	background: none;
	border: 0;
	padding: 0;
	font-size: 12px;
	color: var(--hl-news-color);
	cursor: pointer;
}

body.hl-news-page--single .js-toc {
	padding: 16px 20px 20px;
	background-color: #f8f9fa;
	font-size: 15px;
}

body.hl-news-page--single .js-toc .toc-list {
	list-style: decimal;
	margin: 0;
	padding-left: 22px;
}

body.hl-news-page--single .js-toc .toc-list-item {
	margin-bottom: 4px;
}

body.hl-news-page--single .js-toc .toc-link {
	color: #111;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.5;
	transition: color 0.25s ease;
}

body.hl-news-page--single .js-toc .toc-link:hover,
body.hl-news-page--single .js-toc .is-active-link {
	color: var(--hl-news-color);
}

body.hl-news-page--single .js-toc ol .toc-list {
	padding-left: 18px;
}

body.hl-news-page--single .js-toc ol .toc-list .toc-link {
	font-weight: 500;
}

body.hl-news-page--single [data-toc-content] h2,
body.hl-news-page--single [data-toc-content] h3,
body.hl-news-page--single [data-toc-content] h4 {
	scroll-margin-top: 120px;
}

body.hl-news-page--single .hl-news-body h2,
body.hl-news-page--single .hl-news-body h3,
body.hl-news-page--single .contentpagewrap h2,
body.hl-news-page--single .contentpagewrap h3 {
	font-weight: 700;
	color: #111;
	margin: 1.5em 0 0.6em;
}

body.hl-news-page--single .hl-news-body h2,
body.hl-news-page--single .contentpagewrap h2 {
	font-size: 1.35rem;
}

body.hl-news-page--single .hl-news-body h3,
body.hl-news-page--single .contentpagewrap h3 {
	font-size: 1.15rem;
}

body.hl-news-page--single .hl-news-body p,
body.hl-news-page--single .contentpagewrap p {
	margin: 0 0 14px;
}

body.hl-news-page--single .hl-news-body img,
body.hl-news-page--single .contentpagewrap img {
	max-width: 100%;
	height: auto;
}

body.hl-news-page--single .hl-news-body ul,
body.hl-news-page--single .hl-news-body ol,
body.hl-news-page--single .contentpagewrap ul,
body.hl-news-page--single .contentpagewrap ol {
	margin: 0 0 14px 1.25em;
	padding: 0;
}

body.hl-news-page--single .entry-content .hl-news-body ul,
body.hl-news-page--single .entry-content .hl-news-body ol,
body.hl-news-page--single .entry-content .contentpagewrap ul,
body.hl-news-page--single .entry-content .contentpagewrap ol {
	list-style: disc;
}

body.hl-news-page--single .contentpagewrap a {
	color: #4a86e8;
	text-decoration: none;
	transition: color 0.25s ease;
}

body.hl-news-page--single .contentpagewrap a:hover {
	color: var(--hl-news-color);
	text-decoration: underline;
}

body.hl-news-page--single .contentpagewrap strong {
	font-weight: 700;
}

/* Thanh liên hệ nổi */
body.hl-news-page--single .online-support-bar {
	position: fixed;
	bottom: 14px;
	left: 0;
	right: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

body.hl-news-page--single .online-support-bar .osb-inner {
	pointer-events: auto;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 800px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 16px;
	box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

body.hl-news-page--single .online-support-bar .osb-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 1;
	padding: 5px 8px;
	text-decoration: none;
	color: #0393fb;
	font-weight: 700;
	font-size: 19px;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.25s ease;
}

body.hl-news-page--single .online-support-bar .osb-item:hover {
	opacity: 0.75;
	color: #1a1a2e;
	text-decoration: none;
}

body.hl-news-page--single .online-support-bar .osb-divider {
	width: 1px;
	height: 52px;
	background: #0393fb;
	flex-shrink: 0;
}

body.hl-news-page--single .online-support-bar .osb-item img {
	width: 65px;
	height: auto;
	flex-shrink: 0;
}

body.hl-news-page--single #printstyle_hotline,
body.hl-news-page--single .prinstyle_zalopage {
	/* display: none !important; */
}

@media (max-width: 991px) {
	body.hl-news-view .entry-content .wrapper-breadcrums h1 {
		font-size: 1.75rem;
		margin-top: 18px;
	}
}

@media (max-width: 767px) {
	body.hl-news-page--single .entry-content > .container.my-4 > .row > .col-md-9,
	body.hl-news-page--single .entry-content > .container.my-4 > .row > .col-md-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	body.hl-news-page--single .online-support-bar .osb-label {
		display: none;
	}

	body.hl-news-page--single .online-support-bar .osb-item {
		font-size: 11px;
		gap: 5px;
		padding: 10px 4px;
	}

	body.hl-news-page--single .online-support-bar .osb-item img {
		width: 36px !important;
		height: 36px !important;
	}

	body.hl-news-page--single .online-support-bar .osb-inner {
		max-width: 100%;
		border-radius: 0;
		margin: 0 8px;
	}

	body.hl-news-page--single .hl-news-single {
		padding-bottom: 72px;
	}

	body.hl-news-view .entry-content .col-md-9 .pagination .page-item.hidden-sm-down {
		display: none;
	}

	body.hl-news-view .hl-news-consult-banner.newsletter-consult {
		flex-direction: column;
		align-items: stretch;
		padding: 20px;
		text-align: center;
	}

	body.hl-news-view .hl-news-consult-banner .newsletter-consult-title {
		font-size: 22px;
		white-space: normal;
	}

	body.hl-news-view .hl-news-consult-banner .wpcf7-form {
		flex-direction: column;
	}

	body.hl-news-view .hl-news-consult-banner input[type="submit"],
	body.hl-news-view .hl-news-consult-banner .wpcf7-submit {
		width: 100%;
	}

	.listing-news-container .col-md-3.d-none{
		display: none;
	}

	.listing-news-container .h5.d-none{
		display: none;
	}

	.hl-news-single .col-md-3.mt-4.mt-md-0.order-1.order-md-0{
		display: none;
	}
}
