@charset "UTF-8";

html {
	font-size: 62.5% !important
}

:root {
	--Gray-White: #fff;
	--Gray-100: #f8f9fa;
	--Gray-200: #e9ecef;
	--Gray-300: #dee2e6;
	--Gray-400: #ced4da;
	--Gray-500: #adb5bd;
	--Gray-600: #6c757d;
	--Gray-700: #495057;
	--Gray-800: #343a40;
	--Gray-900: #212529;
	--Gray-Black: #000;
	--font-weight-thin: 200;
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--font-weight-semibolder: 800;
	--font-weight-extrabold: 900
}

:root {
	--body-bg: #fff;
	--body-color: #1e1e1e;
	--font-size-base: 1.8rem;
	--title: #1e1e1e;
	--time: #6c757d;
	--summary: #333333;
	--border-color: #ddd;
	--Gray-Black: #000;
	--Gray-White: #fff;
	--widthScroll: 17px;
	--transition: 0.5s;
	--container: 730px;
	--gutter: 16px;
	--gutter-grid: 24px;
	--gutter-body: 12px
}

:root.tpo {
	--font-family-sans-serif: "Bai_Jamjuree", Arial, Helvetica, sans-serif;
	--font-family-serif: "Poltawski_Nowy", Arial, Helvetica, sans-serif;
	--font-family-heading: "Bai_Jamjuree", Arial, Helvetica, sans-serif;
	--primary: #ed1c24;
	--secondary: #007dc4
}

:root.svvn {
	--font-family-sans-serif: "Bai_Jamjuree", Arial, Helvetica, sans-serif;
	--font-family-serif: "Bai_Jamjuree", Arial, Helvetica, sans-serif;
	--font-family-heading: "KoHo", Arial, Helvetica, sans-serif;
	--primary: #205899;
	--secondary: #15467F
}

:root.hht {
	--font-family-sans-serif: "Montserrat", Arial, Helvetica, sans-serif;
	--font-family-serif: "Montserrat", Arial, Helvetica, sans-serif;
	--font-family-heading: "Montserrat", Arial, Helvetica, sans-serif;
	--primary: #F62C2C;
	--secondary: #E63424
}

:root.tamviet {
	--font-family-sans-serif: "Montserrat", Arial, Helvetica, sans-serif;
	--font-family-serif: "Montserrat", Arial, Helvetica, sans-serif;
	--font-family-heading: "Montserrat", Arial, Helvetica, sans-serif;
	--primary: #523310;
	--secondary: #523310
}

.dark-theme {
	--Gray-White: #232830;
	--Gray-100: #212529;
	--Gray-200: #343a40;
	--Gray-300: #495057;
	--Gray-400: #6c757d;
	--Gray-500: #adb5bd;
	--Gray-600: #ced4da;
	--Gray-700: #dee2e6;
	--Gray-800: #e9ecef;
	--Gray-900: #f8f9fa;
	--Gray-Black: #fff;
	--time: #fff;
	--title: #fff;
	--Primary-Dark-Text: #fff;
	--border-color: #484C53
}

@media (min-width:768px) {
	:root {
		--gutter-grid: 24px;
		--widthScroll: 32px;
		--container: 1388px
	}
}

.no-border {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: var(--font-family-sans-serif);
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--Gray-800, #343a40);
	text-align: left;
	background-color: var(--Gray-White, #fff);
	-webkit-print-color-adjust: exact !important;
	color-adjust: exact !important;
	print-color-adjust: exact !important
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0
}

p {
	margin: 0
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin: 0;
	padding: 0
}

li {
	list-style-type: none
}

li::marker {
	display: none
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
	list-style-type: none
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: var(--body-color);
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: var(--body-color);
	text-decoration: none
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0
}

img {
	vertical-align: middle;
	border-style: none;
	width: auto;
	max-width: 100%
}

svg:not(:root) {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #555;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	border: none;
	border-radius: 0;
	outline: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
	border: none;
	border-radius: 0;
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

@media (max-width:1023.98px) {
	.element-list {
		font-size: 12px;
		position: fixed;
		left: 0;
		bottom: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(9, 20px);
		grid-auto-flow: column;
		gap: 0 30px;
		padding: 8px 8px 8px 30px;
		background: var(--Gray-White);
		z-index: 10;
		opacity: .9;
		border: 1px solid var(--Gray-Black);
		margin-left: 0 !important;
		width: 100%
	}

	.element-list a {
		color: var(--primary);
		font-size: 12px
	}
}

@media (min-width:1024px) {
	.element-list {
		font-size: 16px;
		width: 200px;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 1;
		list-style: auto
	}
}

.scroll-page {
	font-size: 18px !important;
	color: var(--primary) !important;
	font-weight: var(--font-weight-bold) !important;
	text-transform: uppercase !important
}

#__bs_notify__ {
	display: none !important
}

body {
	line-height: 1.3;
	overflow-x: hidden
}

a {
	color: var(--title);
	display: inline-block;
	transition: all .2s ease-in-out
}

a:hover {
	color: var(--primary)
}

@font-face {
	font-display: swap;
	font-family: Bai_Jamjuree;
	src: url(../../font/bai-jamjuree/BaiJamjuree-Bold.ttf) format("truetype");
	font-weight: 700
}

@font-face {
	font-display: swap;
	font-family: Bai_Jamjuree;
	src: url(../../font/bai-jamjuree/BaiJamjuree-Regular.ttf) format("truetype");
	font-weight: 400
}

@font-face {
	font-display: swap;
	font-family: Bai_Jamjuree;
	src: url(../../font/bai-jamjuree/BaiJamjuree-LightItalic.ttf) format("truetype");
	font-style: italic;
	font-weight: 300
}

@font-face {
	font-display: swap;
	font-family: Poltawski_Nowy;
	src: url(../../font/Poltawski_Nowy/PoltawskiNowy-Bold.ttf) format("truetype");
	font-weight: 700
}

@font-face {
	font-display: swap;
	font-family: Bai_Jamjuree;
	src: url(../../font/bai-jamjuree/BaiJamjuree-Bold.ttf) format("truetype");
	font-weight: 700
}

@font-face {
	font-display: swap;
	font-family: Bai_Jamjuree;
	src: url(../../font/bai-jamjuree/BaiJamjuree-Regular.ttf) format("truetype");
	font-weight: 400
}

@font-face {
	font-display: swap;
	font-family: Bai_Jamjuree;
	src: url(../../font/bai-jamjuree/BaiJamjuree-LightItalic.ttf) format("truetype");
	font-style: italic;
	font-weight: 300
}

[class*=" ic-"],
[class^=ic-] {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: center;
	justify-content: center
}

.img-quizz {
	width: 50px;
	height: 52px;
	background: url(../../img/theme-skcd/quizz-2025.png) center center/50px 52px no-repeat;
	display: inline-block
}

.img-missCrown {
	width: 82px;
	height: 64px;
	background: url(../../img/theme-skcd/missCrown-2025.png) center center/82px 64px no-repeat;
	display: inline-block
}

.img-zalo {
	width: 32px;
	height: 32px;
	background: url(../../img/theme-skcd/social-zalo-2025.png) center center/32px 32px no-repeat;
	display: inline-block
}

.img-ggnews {
	width: 32px;
	height: 32px;
	background: url(../../img/theme-skcd/social-ggNews-2025.png) center center/32px 32px no-repeat;
	display: inline-block
}

.img-hemera {
	width: 54px;
	height: 32px;
	background: url(../../img/theme-skcd/hemera-logo-2025.png) center center/54px 32px no-repeat;
	display: inline-block
}

.img-svvn {
	width: 124px;
	height: 32px;
	background: url(../../img/theme-skcd/logo-sinhvien-2025.png) center center/124px 32px no-repeat;
	display: inline-block
}

.img-hht {
	width: 51px;
	height: 32px;
	background: url(../../img/theme-skcd/hht-logo-2025_v2.png) center center/51px 32px no-repeat;
	display: inline-block
}

.img-tamviet {
	width: 91px;
	height: 32px;
	background: url(../../img/theme-skcd/tamviet-logo-2025.png) center center/91px 32px no-repeat;
	display: inline-block
}

@font-face {
	font-family: icomoon;
	src: url(../../font/icomoon/icomoon-24-july.eot);
	src: url(../../font/icomoon/icomoon-24-july.eot) format("embedded-opentype"), 
		 url(../../font/icomoon/icomoon-24-july.ttf) format("truetype"), 
		 url(../../font/icomoon/icomoon-24-july.woff) format("woff"), 
		 url(../../font/icomoon/icomoon-24-july.svg) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

.ic-img-live-corner:before {
	content: "\e94e"
}

.ic-img-live-foul:before {
	content: "\e94f"
}

.ic-img-live-goal:before {
	content: "\e950"
}

.ic-img-live-injury:before {
	content: "\e951"
}

.ic-img-live-penalty:before {
	content: "\e952"
}

.ic-img-live-photo:before {
	content: "\e953"
}

.ic-img-live-quote:before {
	content: "\e954"
}

.ic-img-live-red:before {
	content: "\e955"
}

.ic-img-live-report:before {
	content: "\e956"
}

.ic-img-live-stadium:before {
	content: "\e957"
}

.ic-img-live-start:before {
	content: "\e958"
}

.ic-img-live-substitution:before {
	content: "\e959"
}

.ic-img-live-time:before {
	content: "\e95a"
}

.ic-img-live-yellow:before {
	content: "\e95b"
}

.ic-video-live:before {
	content: "\e95c"
}

.ic-emagazine:before {
	content: "\e931"
}

.ic-infographic:before {
	content: "\e932"
}

.ic-interview:before {
	content: "\e933"
}

.ic-photo:before {
	content: "\e934"
}

.ic-podcast:before {
	content: "\e935"
}

.ic-quizz:before {
	content: "\e936"
}

.ic-video:before {
	content: "\e937"
}

.ic-live:before {
	content: "\e937"
}

.ic-aAsymbol:before {
	content: "\e947"
}

.ic-mSymbol:before {
	content: "\e948"
}

.ic-play-thin:before {
	content: "\e949"
}

.ic-menu-search:before {
	content: "\e946"
}

.ic-leftLong:before {
	content: "\e945"
}

.ic-send-diagonal:before {
	content: "\e93c"
}

.ic-quote:before {
	content: "\e93d"
}

.ic-reply:before {
	content: "\e93e"
}

.ic-copy:before {
	content: "\e93f"
}

.ic-report:before {
	content: "\e940"
}

.ic-bookmark:before {
	content: "\e941"
}

.ic-share:before {
	content: "\e942"
}

.ic-resize-bigger:before {
	content: "\e943"
}

.ic-three-dots:before {
	content: "\e944"
}

.ic-forward:before {
	content: "\e938"
}

.ic-backward:before {
	content: "\e939"
}

.ic-skipNext:before {
	content: "\e93a"
}

.ic-skipPrev:before {
	content: "\e93b"
}

.ic-01:before {
	content: "\e900"
}

.ic-02:before {
	content: "\e901"
}

.ic-03:before {
	content: "\e902"
}

.ic-04:before {
	content: "\e903"
}

.ic-05:before {
	content: "\e904"
}

.ic-06:before {
	content: "\e905"
}

.ic-bullet:before {
	content: "\e906"
}

.ic-checked:before {
	content: "\e907"
}

.ic-close:before {
	content: "\e908"
}

.ic-down:before {
	content: "\e909"
}

.ic-dropdown:before {
	content: "\e90a"
}

.ic-expand:before {
	content: "\e90b"
}

.ic-eye:before {
	content: "\e90c"
}

.ic-facebook:before {
	content: "\e90d"
}

.ic-feedback:before {
	content: "\e90e"
}

.ic-hear:before {
	content: "\e90f"
}

.ic-home:before {
	content: "\e910"
}

.ic-left:before {
	content: "\e911"
}

.ic-leftLight:before {
	content: "\e912"
}

.ic-leftThin:before {
	content: "\e913"
}

.ic-like:before {
	content: "\e914"
}

.ic-link:before {
	content: "\e915"
}

.ic-location:before {
	content: "\e916"
}

.ic-mail:before {
	content: "\e917"
}

.ic-menu:before {
	content: "\e918"
}

.ic-null:before {
	content: "\e919"
}

.ic-pause:before {
	content: "\e91a"
}

.ic-phone:before {
	content: "\e91b"
}

.ic-play:before {
	content: "\e91c"
}

.ic-printer:before {
	content: "\e91d"
}

.ic-rayLight-1:before {
	content: "\e91e"
}

.ic-rayLight-2:before {
	content: "\e91f"
}

.ic-read:before {
	content: "\e920"
}

.ic-right:before {
	content: "\e921"
}

.ic-rightLight:before {
	content: "\e922"
}

.ic-rightThin:before {
	content: "\e923"
}

.ic-search:before {
	content: "\e924"
}

.ic-send:before {
	content: "\e925"
}

.ic-tag:before {
	content: "\e926"
}

.ic-thinkinng:before {
	content: "\e927"
}

.ic-tiktok:before {
	content: "\e928"
}

.ic-time:before {
	content: "\e929"
}

.ic-twitterX:before {
	content: "\e92a"
}

.ic-up:before {
	content: "\e92b"
}

.ic-upLong:before {
	content: "\e92c"
}

.ic-user:before {
	content: "\e92d"
}

.ic-wrong:before {
	content: "\e92e"
}

.ic-youtube:before {
	content: "\e92f"
}

.ic-zalo:before {
	content: "\e930"
}

.ic-automatic:before {
	content: "\e94a"
}

.ic-next:before {
	content: "\e94b"
}

.ic-prev:before {
	content: "\e94c"
}

.ic-volume:before {
	content: "\e94d"
}

.container {
	max-width: var(--container);
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.dark-theme .container {
	max-width: var(--container);
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1920px) {
	.dark-theme .container {
		width: 1700px;
		min-width: 1700px;
		margin-right: auto;
		margin-left: auto
	}
}

.dark-theme .site-body .container {
	max-width: var(--container);
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1920px) {
	.dark-theme .site-body .container {
		width: 1700px;
		min-width: 1700px;
		margin-right: auto;
		margin-left: auto
	}

	.dark-theme .site-body .container>:not(.tpoTv-2):not(.podcast-highlight):not(.breadcrumb) {
		width: 1528px;
		margin-right: auto;
		margin-left: auto
	}
}

:root.tpo .site-body .container {
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color)
}

:root.tpo .site-body>.container {
	border-top: 1px solid var(--border-color)
}

:root.tpo .site-body>.container>:last-child {
	margin-bottom: 0;
	border-bottom: none
}

:root.tpo .col {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-bottom: 1px solid var(--border-color)
}

@media (min-width:1024px) {
	:root.tpo .col {
		grid-template-columns: 926px 460px
	}
}

@media (max-width:1388px) and (min-width:1024px) {
	:root.tpo .col {
		grid-template-columns: 67% 33%
	}
}

:root.tpo .col .main-col>:last-child {
	border-bottom: none
}

:root.tpo .col .sub-col {
	display: none
}

:root.tpo .col .sub-col>:last-child {
	border-bottom: none
}

@media (min-width:1024px) {
	:root.tpo .col .sub-col {
		display: flex;
		flex-direction: column;
		position: relative
	}

	:root.tpo .col .sub-col::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background-color: var(--border-color);
		left: 0;
		display: block;
		z-index: 10
	}
}

:root.tpo .col.size-300 {
	grid-template-columns: 1024px 300px;
	padding-left: 16px;
	padding-right: 16px;
	gap: 33px
}

@media (max-width:1388px) and (min-width:1024px) {
	:root.tpo .col.size-300 {
		grid-template-columns: calc(78% - 16.5px) calc(22% - 16.5px)
	}
}

:root.tpo .col.size-300 .main-col>:last-child {
	border-bottom: none
}

:root.tpo .col.size-300 .sub-col {
	position: relative
}

:root.tpo .col.size-300 .sub-col::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	display: block;
	top: 0;
	left: -17px
}

@media (min-width:1024px) {
	:root.tpo .reverse-zone {
		grid-template-columns: auto 1fr
	}
}

:root.tpo .reverse-zone .sub-col::before {
	right: 0;
	left: initial
}

:root.tpo [class$=-columns-equal] {
	display: grid;
	padding-left: 16px;
	padding-right: 16px
}

:root.tpo [class$=-columns-equal] .equal-col {
	position: relative
}

:root.tpo [class$=-columns-equal] .equal-col::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	display: block;
	top: 0;
	left: -28px
}

:root.tpo [class$=-columns-equal] .equal-col:first-child::before {
	display: none
}

:root.tpo .two-columns-equal {
	border-bottom: 1px solid var(--border-color)
}

@media (min-width:1024px) {
	:root.tpo .two-columns-equal {
		grid-template-columns: repeat(2, 650px);
		justify-content: space-between
	}
}

@media (max-width:1388px) and (min-width:1024px) {
	:root.tpo .two-columns-equal {
		grid-template-columns: repeat(2, 1fr);
		gap: 56px
	}
}

@media (min-width:1024px) {
	:root.tpo .four-columns-equal {
		grid-template-columns: repeat(4, 310px);
		justify-content: space-between
	}
}

@media (max-width:1388px) and (min-width:1024px) {
	:root.tpo .four-columns-equal {
		grid-template-columns: repeat(4, 1fr);
		gap: 40px
	}
}

:root.tpo .four-columns-equal .equal-col {
	position: relative
}

:root.tpo .four-columns-equal .equal-col::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	left: -20px;
	display: block
}

:root.tpo .four-columns-equal .equal-col:nth-child(4n+1)::before {
	display: none
}

:root.tpo .fyi-weather-vote {
	display: grid;
	grid-template-columns: 160px 300px
}

@media (max-width:1388px) and (min-width:1024px) {
	:root.tpo .fyi-weather-vote {
		grid-template-columns: 160px calc(100% - 160px)
	}
}

:root.tpo .fyi-weather-vote .banner_show,
:root.tpo .fyi-weather-vote .rennab_show,
:root.tpo .fyi-weather-vote .sda_show {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

:root.tpo .fyi-weather-vote .right {
	position: relative
}

:root.tpo .fyi-weather-vote .right::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	left: 0;
	display: block
}

:root.tpo .more-stories .banner_show,
:root.tpo .more-stories .rennab_show,
:root.tpo .more-stories .sda_show {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

:root.tpo .photo-page .site-body .show-more {
	margin-bottom: 24px
}

:root.tpo body.detail-page.longform-page .site-header:not(.header-media) .container {
	border-left: 0;
	border-right: 0
}

:root.tpo body.detail-page.longform-page .site-body .container {
	border-left: 0;
	border-right: 0
}

:root.tpo body.detail-page.longform-page .site-footer.container {
	border-left: 0;
	border-right: 0
}

:root.hht body:not(.dark-theme) .container,
:root.svvn body:not(.dark-theme) .container,
:root.tamviet body:not(.dark-theme) .container {
	padding-left: 16px;
	padding-right: 16px;
	max-width: var(--container);
	width: 100%
}

:root.hht .dark-theme .site-body .container,
:root.svvn .dark-theme .site-body .container,
:root.tamviet .dark-theme .site-body .container {
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color)
}

:root.hht .container,
:root.svvn .container,
:root.tamviet .container {
	margin-right: auto;
	margin-left: auto
}

:root.hht .site-body>.container>*,
:root.svvn .site-body>.container>*,
:root.tamviet .site-body>.container>* {
	margin-bottom: 48px
}

:root.hht .col,
:root.svvn .col,
:root.tamviet .col {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0
}

:root.hht .col .sub-col,
:root.svvn .col .sub-col,
:root.tamviet .col .sub-col {
	display: none
}

@media (min-width:1024px) {

	:root.hht .col .sub-col,
	:root.svvn .col .sub-col,
	:root.tamviet .col .sub-col {
		display: flex;
		flex-direction: column;
		position: relative
	}
}

@media (min-width:1024px) {

	:root.hht .col.size-420,
	:root.svvn .col.size-420,
	:root.tamviet .col.size-420 {
		grid-template-columns: 912px 444px
	}

	:root.hht .col.size-420 .main-col,
	:root.svvn .col.size-420 .main-col,
	:root.tamviet .col.size-420 .main-col {
		padding-right: 24px
	}

	:root.hht .col.size-420 .sub-col,
	:root.svvn .col.size-420 .sub-col,
	:root.tamviet .col.size-420 .sub-col {
		padding-left: 24px
	}

	:root.hht .col.size-420 .sub-col>*,
	:root.svvn .col.size-420 .sub-col>*,
	:root.tamviet .col.size-420 .sub-col>* {
		padding-bottom: var(--gutter-grid);
		margin-bottom: var(--gutter-grid);
		border-bottom: 1px solid var(--border-color)
	}

	:root.hht .col.size-420 .sub-col>:last-child,
	:root.svvn .col.size-420 .sub-col>:last-child,
	:root.tamviet .col.size-420 .sub-col>:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none
	}

	:root.hht .col.size-420 .sub-col::before,
	:root.svvn .col.size-420 .sub-col::before,
	:root.tamviet .col.size-420 .sub-col::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background-color: var(--border-color);
		left: 0;
		display: block;
		z-index: 10
	}
}

@media (max-width:1388px) and (min-width:1024px) {

	:root.hht .col.size-420,
	:root.svvn .col.size-420,
	:root.tamviet .col.size-420 {
		grid-template-columns: 67% 33%
	}
}

:root.hht .col.size-300,
:root.svvn .col.size-300,
:root.tamviet .col.size-300 {
	grid-template-columns: 1fr 300px;
	gap: 32px
}

:root.hht .col.size-300 .sub-col,
:root.svvn .col.size-300 .sub-col,
:root.tamviet .col.size-300 .sub-col {
	position: relative;
	padding-left: 0
}

@media (min-width:1024px) {

	:root.hht .reverse-zone,
	:root.svvn .reverse-zone,
	:root.tamviet .reverse-zone {
		grid-template-columns: auto 1fr
	}
}

:root.hht .reverse-zone .sub-col::before,
:root.svvn .reverse-zone .sub-col::before,
:root.tamviet .reverse-zone .sub-col::before {
	right: 0;
	left: initial
}

:root.hht .rennab_show,
:root.svvn .rennab_show,
:root.tamviet .rennab_show {
	padding-top: var(--gutter)
}

:root.svvn [class$=-columns-equal] {
	display: grid
}

:root.svvn [class$=-columns-equal] .equal-col {
	position: relative
}

:root.svvn [class$=-columns-equal] .equal-col::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	display: block;
	top: 0;
	left: -28px
}

:root.svvn [class$=-columns-equal] .equal-col:first-child::before {
	display: none
}

@media (min-width:1024px) {
	:root.svvn .two-columns-equal {
		grid-template-columns: repeat(2, 650px);
		justify-content: space-between
	}
}

@media (max-width:1388px) and (min-width:1024px) {
	:root.svvn .two-columns-equal {
		grid-template-columns: repeat(2, 1fr);
		gap: 56px
	}
}

@media (min-width:1024px) {
	:root.svvn .four-columns-equal {
		grid-template-columns: repeat(4, 310px);
		justify-content: space-between
	}
}

@media (max-width:1388px) and (min-width:1024px) {
	:root.svvn .four-columns-equal {
		grid-template-columns: repeat(4, 1fr);
		gap: 40px
	}
}

:root.svvn .four-columns-equal .equal-col {
	position: relative
}

:root.svvn .four-columns-equal .equal-col::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	left: -20px;
	display: block
}

:root.svvn .four-columns-equal .equal-col:nth-child(4n+1)::before {
	display: none
}

:root.hht .site-body>.container,
:root.tamviet .site-body>.container {
	padding-top: var(--gutter-grid)
}

:root.hht [class$=-columns-equal],
:root.tamviet [class$=-columns-equal] {
	display: grid
}

:root.hht [class$=-columns-equal] .equal-col,
:root.tamviet [class$=-columns-equal] .equal-col {
	position: relative
}

:root.hht [class$=-columns-equal] .equal-col::before,
:root.tamviet [class$=-columns-equal] .equal-col::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	display: block;
	top: 0;
	left: -28px
}

:root.hht [class$=-columns-equal] .equal-col:first-child::before,
:root.tamviet [class$=-columns-equal] .equal-col:first-child::before {
	display: none
}

@media (min-width:1024px) {

	:root.hht .two-columns-equal,
	:root.tamviet .two-columns-equal {
		grid-template-columns: repeat(2, 650px);
		justify-content: space-between
	}
}

@media (max-width:1388px) and (min-width:1024px) {

	:root.hht .two-columns-equal,
	:root.tamviet .two-columns-equal {
		grid-template-columns: repeat(2, 1fr);
		gap: 56px
	}
}

@media (min-width:1024px) {

	:root.hht .three-columns-equal,
	:root.tamviet .three-columns-equal {
		grid-template-columns: repeat(3, 420px);
		justify-content: space-between
	}
}

@media (max-width:1388px) and (min-width:1024px) {

	:root.hht .three-columns-equal,
	:root.tamviet .three-columns-equal {
		grid-template-columns: repeat(3, 1fr);
		gap: 48px
	}
}

:root.hht .three-columns-equal .equal-col,
:root.tamviet .three-columns-equal .equal-col {
	position: relative
}

:root.hht .three-columns-equal .equal-col::before,
:root.tamviet .three-columns-equal .equal-col::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	left: -24px;
	display: block
}

:root.hht .three-columns-equal .equal-col:nth-child(3n+1)::before,
:root.tamviet .three-columns-equal .equal-col:nth-child(3n+1)::before {
	display: none
}

.banner,
.rennab,
.sda {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 0 !important
}

.banner .banner_show,
.banner .rennab_show,
.banner .sda_show,
.rennab .banner_show,
.rennab .rennab_show,
.rennab .sda_show,
.sda .banner_show,
.sda .rennab_show,
.sda .sda_show {
	width: 100%;
	text-align: center;
	margin-bottom: var(--gutter)
}

.banner img,
.rennab img,
.sda img {
	max-width: 100%;
	margin: 0 auto
}

.banner_group,
.rennab_group,
.sda_group {
	display: flex;
	justify-content: space-between;
	flex-direction: initial;
	min-height: 90px;
	gap: 0 var(--gutter)
}

.banner_group .banner_show,
.banner_group .rennab_show,
.banner_group .sda_show,
.rennab_group .banner_show,
.rennab_group .rennab_show,
.rennab_group .sda_show,
.sda_group .banner_show,
.sda_group .rennab_show,
.sda_group .sda_show {
	margin-bottom: 0;
	display: flex;
	align-items: center
}

.fyi-position {
	margin-bottom: var(--gutter)
}

.fyi-position+div {
	margin-bottom: var(--gutter)
}

#adsMobile_AdsTop .banner_show,
#adsMobile_AdsTop .rennab_show,
#adsMobile_AdsTop .sda_show,
#adsWeb_AdsTop .banner_show,
#adsWeb_AdsTop .rennab_show,
#adsWeb_AdsTop .sda_show,
#sdaMobile_SdaTop .banner_show,
#sdaMobile_SdaTop .rennab_show,
#sdaMobile_SdaTop .sda_show,
#sdaWeb_SdaTop .banner_show,
#sdaWeb_SdaTop .rennab_show,
#sdaWeb_SdaTop .sda_show {
	margin-bottom: 0
}

:root.tpo .banner,
:root.tpo .rennab,
:root.tpo .sda {
	gap: var(--gutter) 0;
	box-shadow: 0 -1px 0 0 var(--border-color) inset
}

:root.tpo .banner+:root.tpo .banner,
:root.tpo .banner+:root.tpo .rennab,
:root.tpo .banner+:root.tpo .sda,
:root.tpo .rennab+:root.tpo .banner,
:root.tpo .rennab+:root.tpo .rennab,
:root.tpo .rennab+:root.tpo .sda,
:root.tpo .sda+:root.tpo .banner,
:root.tpo .sda+:root.tpo .rennab,
:root.tpo .sda+:root.tpo .sda {
	margin-bottom: var(--gutter)
}

:root.tpo .banner .banner_show,
:root.tpo .banner .rennab_show,
:root.tpo .banner .sda_show,
:root.tpo .rennab .banner_show,
:root.tpo .rennab .rennab_show,
:root.tpo .rennab .sda_show,
:root.tpo .sda .banner_show,
:root.tpo .sda .rennab_show,
:root.tpo .sda .sda_show {
	padding-top: var(--gutter)
}

:root.tpo .banner.main .banner_show {
	padding-top: 24px;
	margin-bottom: 24px
}

:root.tpo .fyi-position {
	margin-bottom: var(--gutter)
}

:root.tpo .fyi-position+div {
	margin-bottom: var(--gutter)
}

:root.tpo .banner-top {
	width: 100%;
	aspect-ratio: 1920/151;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none
}

:root.tpo .banner-top .banner_show,
:root.tpo .banner-top .rennab_show,
:root.tpo .banner-top .sda_show {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	width: var(--container);
	min-width: var(--container);
	margin-right: auto;
	margin-left: auto
}

:root.tpo .banner-top .banner_show {
	width: 100%;
	height: 100%
}

:root.tpo .banner-top .banner_show img {
	width: 100%;
	height: 100%
}

:root.tpo #Web_SdaBackground {
	padding-top: 0;
	padding-bottom: 0;
	gap: var(--gutter) 0;
	border-bottom: none
}

:root.tpo .basic-box-2 .banner,
:root.tpo .basic-box-2 .rennab,
:root.tpo .basic-box-2 .sda,
:root.tpo .col.size-300 .main-col .banner,
:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .col.size-300 .main-col .sda,
:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .fyi-weather-vote .banner,
:root.tpo .fyi-weather-vote .rennab,
:root.tpo .fyi-weather-vote .sda {
	padding-top: 0;
	padding-bottom: 0;
	gap: 0;
	border-bottom: none;
	box-shadow: 0 0 0 0 var(--border-color) inset
}

:root.tpo .basic-box-2 .banner+:root.tpo .basic-box-2 .banner,
:root.tpo .basic-box-2 .banner+:root.tpo .basic-box-2 .rennab,
:root.tpo .basic-box-2 .banner+:root.tpo .basic-box-2 .sda,
:root.tpo .basic-box-2 .banner+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .basic-box-2 .banner+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .basic-box-2 .banner+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .basic-box-2 .banner+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .basic-box-2 .banner+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .basic-box-2 .banner+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .basic-box-2 .banner+:root.tpo .fyi-weather-vote .banner,
:root.tpo .basic-box-2 .banner+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .basic-box-2 .banner+:root.tpo .fyi-weather-vote .sda,
:root.tpo .basic-box-2 .rennab+:root.tpo .basic-box-2 .banner,
:root.tpo .basic-box-2 .rennab+:root.tpo .basic-box-2 .rennab,
:root.tpo .basic-box-2 .rennab+:root.tpo .basic-box-2 .sda,
:root.tpo .basic-box-2 .rennab+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .basic-box-2 .rennab+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .basic-box-2 .rennab+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .basic-box-2 .rennab+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .basic-box-2 .rennab+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .basic-box-2 .rennab+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .basic-box-2 .rennab+:root.tpo .fyi-weather-vote .banner,
:root.tpo .basic-box-2 .rennab+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .basic-box-2 .rennab+:root.tpo .fyi-weather-vote .sda,
:root.tpo .basic-box-2 .sda+:root.tpo .basic-box-2 .banner,
:root.tpo .basic-box-2 .sda+:root.tpo .basic-box-2 .rennab,
:root.tpo .basic-box-2 .sda+:root.tpo .basic-box-2 .sda,
:root.tpo .basic-box-2 .sda+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .basic-box-2 .sda+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .basic-box-2 .sda+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .basic-box-2 .sda+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .basic-box-2 .sda+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .basic-box-2 .sda+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .basic-box-2 .sda+:root.tpo .fyi-weather-vote .banner,
:root.tpo .basic-box-2 .sda+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .basic-box-2 .sda+:root.tpo .fyi-weather-vote .sda,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .basic-box-2 .banner,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .basic-box-2 .rennab,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .basic-box-2 .sda,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .fyi-weather-vote .banner,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .col.size-300 .main-col .banner+:root.tpo .fyi-weather-vote .sda,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .basic-box-2 .banner,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .basic-box-2 .rennab,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .basic-box-2 .sda,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .fyi-weather-vote .banner,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .col.size-300 .main-col .rennab+:root.tpo .fyi-weather-vote .sda,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .basic-box-2 .banner,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .basic-box-2 .rennab,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .basic-box-2 .sda,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .fyi-weather-vote .banner,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .col.size-300 .main-col .sda+:root.tpo .fyi-weather-vote .sda,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .basic-box-2 .banner,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .basic-box-2 .rennab,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .basic-box-2 .sda,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .fyi-weather-vote .banner,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .col.size-300 .sub-col .banner+:root.tpo .fyi-weather-vote .sda,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .basic-box-2 .banner,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .basic-box-2 .rennab,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .basic-box-2 .sda,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .fyi-weather-vote .banner,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .col.size-300 .sub-col .rennab+:root.tpo .fyi-weather-vote .sda,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .basic-box-2 .banner,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .basic-box-2 .rennab,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .basic-box-2 .sda,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .fyi-weather-vote .banner,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .col.size-300 .sub-col .sda+:root.tpo .fyi-weather-vote .sda,
:root.tpo .fyi-weather-vote .banner+:root.tpo .basic-box-2 .banner,
:root.tpo .fyi-weather-vote .banner+:root.tpo .basic-box-2 .rennab,
:root.tpo .fyi-weather-vote .banner+:root.tpo .basic-box-2 .sda,
:root.tpo .fyi-weather-vote .banner+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .fyi-weather-vote .banner+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .fyi-weather-vote .banner+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .fyi-weather-vote .banner+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .fyi-weather-vote .banner+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .fyi-weather-vote .banner+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .fyi-weather-vote .banner+:root.tpo .fyi-weather-vote .banner,
:root.tpo .fyi-weather-vote .banner+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .fyi-weather-vote .banner+:root.tpo .fyi-weather-vote .sda,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .basic-box-2 .banner,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .basic-box-2 .rennab,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .basic-box-2 .sda,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .fyi-weather-vote .banner,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .fyi-weather-vote .rennab+:root.tpo .fyi-weather-vote .sda,
:root.tpo .fyi-weather-vote .sda+:root.tpo .basic-box-2 .banner,
:root.tpo .fyi-weather-vote .sda+:root.tpo .basic-box-2 .rennab,
:root.tpo .fyi-weather-vote .sda+:root.tpo .basic-box-2 .sda,
:root.tpo .fyi-weather-vote .sda+:root.tpo .col.size-300 .main-col .banner,
:root.tpo .fyi-weather-vote .sda+:root.tpo .col.size-300 .main-col .rennab,
:root.tpo .fyi-weather-vote .sda+:root.tpo .col.size-300 .main-col .sda,
:root.tpo .fyi-weather-vote .sda+:root.tpo .col.size-300 .sub-col .banner,
:root.tpo .fyi-weather-vote .sda+:root.tpo .col.size-300 .sub-col .rennab,
:root.tpo .fyi-weather-vote .sda+:root.tpo .col.size-300 .sub-col .sda,
:root.tpo .fyi-weather-vote .sda+:root.tpo .fyi-weather-vote .banner,
:root.tpo .fyi-weather-vote .sda+:root.tpo .fyi-weather-vote .rennab,
:root.tpo .fyi-weather-vote .sda+:root.tpo .fyi-weather-vote .sda {
	margin-bottom: 0
}

:root.tpo .abf-cate .right .banner,
:root.tpo .abf-cate .right .rennab,
:root.tpo .abf-cate .right .sda,
:root.tpo .col .sub-col .banner,
:root.tpo .col .sub-col .rennab,
:root.tpo .col .sub-col .sda {
	border-bottom: none;
	box-shadow: 0 0 0 0 var(--border-color) inset
}

:root.hht .banner .banner_show,
:root.hht .banner .rennab_show,
:root.hht .banner .sda_show,
:root.hht .rennab .banner_show,
:root.hht .rennab .rennab_show,
:root.hht .rennab .sda_show,
:root.hht .sda .banner_show,
:root.hht .sda .rennab_show,
:root.hht .sda .sda_show,
:root.svvn .banner .banner_show,
:root.svvn .banner .rennab_show,
:root.svvn .banner .sda_show,
:root.svvn .rennab .banner_show,
:root.svvn .rennab .rennab_show,
:root.svvn .rennab .sda_show,
:root.svvn .sda .banner_show,
:root.svvn .sda .rennab_show,
:root.svvn .sda .sda_show,
:root.tamviet .banner .banner_show,
:root.tamviet .banner .rennab_show,
:root.tamviet .banner .sda_show,
:root.tamviet .rennab .banner_show,
:root.tamviet .rennab .rennab_show,
:root.tamviet .rennab .sda_show,
:root.tamviet .sda .banner_show,
:root.tamviet .sda .rennab_show,
:root.tamviet .sda .sda_show {
	margin-bottom: var(--gutter-grid)
}

:root.hht .banner-top .banner_show,
:root.hht .banner-top .rennab_show,
:root.hht .banner-top .sda_show,
:root.svvn .banner-top .banner_show,
:root.svvn .banner-top .rennab_show,
:root.svvn .banner-top .sda_show,
:root.tamviet .banner-top .banner_show,
:root.tamviet .banner-top .rennab_show,
:root.tamviet .banner-top .sda_show {
	margin-bottom: var(--gutter-grid)
}

:root.hht .banner_group,
:root.hht .rennab_group,
:root.hht .sda_group,
:root.svvn .banner_group,
:root.svvn .rennab_group,
:root.svvn .sda_group,
:root.tamviet .banner_group,
:root.tamviet .rennab_group,
:root.tamviet .sda_group {
	gap: 0 var(--gutter-grid)
}

:root.hht .fyi-position,
:root.svvn .fyi-position,
:root.tamviet .fyi-position {
	margin-bottom: var(--gutter-grid)
}

:root.hht .fyi-position+div,
:root.svvn .fyi-position+div,
:root.tamviet .fyi-position+div {
	margin-bottom: var(--gutter-grid)
}

.story::after {
	display: block;
	clear: both;
	content: ""
}

.story__thumb {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px
}

@media (max-width:767.98px) {
	.story__thumb {
		margin-bottom: 8px
	}
}

.story__thumb::before {
	padding-bottom: 66.667%;
	content: "";
	display: block
}

.story__thumb a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}

.story__thumb img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}

.story__thumb:hover a {
	opacity: .85
}

@media (max-width:1023.98px) {
	.story__thumb {
		height: inherit
	}
}

.story__heading {
	display: flex
}

.story__heading a [class*=ic-] {
	display: inline;
	vertical-align: middle;
	margin-left: 2px
}

.story__shorten {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.story>* {
	margin-bottom: 8px
}

.story>:last-child {
	margin-bottom: 0
}

.story__thumb {
	border-radius: 8px
}

.story__thumb::before {
	padding-bottom: 60%;
	content: "";
	display: block
}

.story__heading {
	display: flex
}

.story__heading a {
	display: block;
	transition: .5s;
	color: var(--title);
	font-size: 18px;
	font-family: var(--font-family-serif);
	font-weight: var(--font-weight-bold)
}

.story__heading a:hover {
	color: var(--primary) !important
}

.story__heading a [class*=ic-] {
	display: inline;
	margin-right: 4px;
	vertical-align: baseline
}

.story__heading a [class*=ic-]::before {
	color: var(--primary)
}

.story .title-cate {
	color: var(--primary, #ed1c24);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	text-transform: uppercase
}

.story__summary {
	color: var(--summary);
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: var(--font-weight-normal)
}

.story__summary>* {
	display: inline;
	overflow: hidden;
	margin-bottom: 0;
	font-weight: var(--font-weight-normal);
	color: var(--summary)
}

.story__summary a {
	color: var(--primary)
}

.story__relate {
	margin-top: 24px;
	padding-left: var(--gutter);
	gap: 8px;
	border-left: 2px solid var(--primary);
	display: flex;
	flex-direction: column
}

.story__relate>span {
	color: var(--secondary, #007dc4);
	font-weight: 700;
	text-transform: uppercase
}

.story__relate>a {
	font-family: var(--font-family-serif);
	font-size: 18px
}

.story__sub-heading a:hover {
	color: var(--primary) !important
}

:root.svvn .story__heading a {
	font-size: 20px
}

:root.svvn .story__summary {
	font-size: 16px
}

:root.hht .story__summary,
:root.tamviet .story__summary {
	font-size: 16px
}

.missCrown .story__heading a [class*=ic-]::before,
.photo-box .story__heading a [class*=ic-]::before,
.podcast-box .story__heading a [class*=ic-]::before,
.read-fast .story__heading a [class*=ic-]::before,
.read-hear .story__heading a [class*=ic-]::before,
.summary-news .story__heading a [class*=ic-]::before,
.topic-timeline .story__heading a [class*=ic-]::before,
.tpoTv .story__heading a [class*=ic-]::before {
	color: var(--Gray-White)
}

.missCrown .story__heading a:hover,
.photo-box .story__heading a:hover,
.podcast-box .story__heading a:hover,
.read-fast .story__heading a:hover,
.read-hear .story__heading a:hover,
.summary-news .story__heading a:hover,
.topic-timeline .story__heading a:hover,
.tpoTv .story__heading a:hover {
	color: var(--Gray-White) !important;
	opacity: .7
}

.googlenews {
	display: block;
	width: 252px;
	height: 24px;
	font-size: 0;
	background: url(../img/googlenews-2025.png) center center/252px 24px no-repeat;
	margin-left: auto
}

@media (max-width:575.98px) {
	.googlenews {
		margin-left: 0
	}
}

.search-page .breadcrumb {
	padding-bottom: 0;
	border-bottom: 0
}

.topic-page .breadcrumb {
	background: url(../img/topic-bg-2025.png) center center no-repeat;
	height: 120px;
	justify-content: center;
	border-bottom: 0
}

.topic-page .breadcrumb .main a {
	font-size: 28px;
	color: var(--Gray-White)
}

.form-zone {
	margin-top: 24px
}

.form-zone .dashed {
	border: 1px dashed var(--Gray-600);
	gap: 8px !important
}

.form-zone>* {
	margin-bottom: 30px
}

.form-zone>:last-child {
	margin-bottom: 0
}

.form-zone .form-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	background: #f9f9f9;
	padding: 16px;
	border-radius: 8px
}

.form-zone .form-wrap .see-instructions {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: var(--title)
}

.form-zone .form-wrap .see-instructions a {
	color: #007dc4
}

.form-zone .form-wrap .see-instructions a:hover {
	text-decoration: underline
}

.form-zone .title {
	color: var(--primary);
	font-family: var(--font-family-sans-serif);
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 2px;
	text-transform: uppercase
}

.form-zone .form-group {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.form-zone .form-group label {
	margin-bottom: 0;
	color: var(--title);
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: var(--font-weight-bold)
}

.form-zone .form-group label span {
	color: red
}

.form-zone .form-group input,
.form-zone .form-group select {
	width: 660px;
	height: 40px;
	padding: 5px 16px;
	border-radius: 4px;
	border: 1px solid var(--Gray-600);
	font-size: 16px
}

.form-zone .form-group textarea {
	border-radius: 4px;
	padding: 5px 16px;
	border: 1px solid var(--Gray-600);
	font-size: 16px;
	height: 100px
}

.form-zone .form-group ::placeholder {
	color: var(--Gray-500);
	font-size: 16px
}

.form-zone .form-group .note {
	color: var(--Gray-600);
	font-style: italic;
	font-size: 16px
}

.form-zone .wrap-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding-bottom: 48px
}

.form-zone .wrap-button .btn {
	width: 144px;
	height: 40px;
	color: var(--Gray-White);
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 8px;
	letter-spacing: 1.6px;
	font-weight: var(--font-weight-bold)
}

.form-zone .wrap-button .btn-send {
	background: var(--primary);
	transition: all .4s
}

.form-zone .wrap-button .btn-send:hover {
	background: var(--Gray-White);
	border: 1px solid var(--primary);
	color: var(--primary)
}

.form-zone .wrap-button .btn-cancel {
	background: var(--border-color);
	transition: all .2s
}

.form-zone .wrap-button .btn-cancel:hover {
	color: var(--title)
}

.instructions-zone {
	margin-top: 24px;
	padding-bottom: 24px
}

.instructions-zone .instructions-wrap {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border-color)
}

.instructions-zone .instructions-wrap:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.instructions-zone .instructions-wrap .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--title);
	font-family: var(--font-family-sans-serif);
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	text-transform: uppercase
}

.instructions-zone .instructions-wrap .title:hover {
	cursor: pointer
}

.instructions-zone .instructions-wrap p {
	display: none;
	font-size: 18px;
	color: var(--title);
	font-family: var(--font-family-sans-serif);
	font-weight: var(--font-weight-normal);
	margin-top: 16px
}

.video-page {
	width: inherit
}

.video-page .breadcrumb {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 20px;
	padding-bottom: 0
}

.video-page .breadcrumb a.active {
	color: var(--primary)
}

.video-page .breadcrumb .main {
	position: relative
}

.video-page .breadcrumb .main::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--primary);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 10;
	border-radius: 50%
}

@media (max-width:1919.98px) {
	.video-page .breadcrumb .main::before {
		width: 50px;
		height: 50px;
		top: 8px
	}
}

.video-page .breadcrumb .main a {
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 20;
	position: relative
}

@media (max-width:1919.98px) {
	.video-page .breadcrumb .main a {
		font-size: 50px
	}
}

.video-page .breadcrumb .main a:hover {
	color: var(--title);
	text-decoration: underline
}

.video-page .breadcrumb .sub {
	padding: 0 16px;
	gap: 24px
}

.video-page .breadcrumb .sub a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: var(--font-weight-bold)
}

.video-page .breadcrumb .sub a:hover {
	color: var(--primary)
}

.video-page .col {
	padding-bottom: 0 !important
}

.video-page .col .sub-col {
	padding-bottom: 30px
}

.podcast-page .article__meta {
	margin-bottom: 0 !important
}

.dark-theme .site-header:not(.header-media) .logo {
	background: url(../img/tienphong-logo_dark-2025.png) center center/251px 72px no-repeat
}

.dark-theme .site-header:not(.header-media) .top-wrapper .lang-social .social .ic-facebook {
	color: #fff
}

.dark-theme .site-header:not(.header-media) .top-wrapper .lang-social .social .ic-youtube {
	color: #fff
}

.dark-theme .site-footer .logo {
	background: url(../img/tienphong-logo_dark-2025.png) center center/251px 72px no-repeat
}

.dark-theme .img-hemera {
	background: url(../img/hemera-logo_dark-2025.png) center center/54px 32px no-repeat
}

.dark-theme .site-body .container {
	padding-bottom: 40px
}

.dark-theme .site-body .container>:not(.breadcrumb):not(.banner) {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #484c53
}

.dark-theme .site-body .container>:not(.breadcrumb):not(.banner):last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.dark-theme .site-body .container #sdaWeb_SdaTop {
	width: 100%
}

.dark-theme .site-body .container .col {
	grid-template-columns: 1fr 332px
}

@media (min-width:1920px) {
	.dark-theme .site-body .container .col {
		grid-template-columns: 1fr 420px
	}
}

.dark-theme .site-body .container .col.newVideo-zone {
	margin-top: -32px
}

.dark-theme .site-body .container .banner,
.dark-theme .site-body .container .rennab,
.dark-theme .site-body .container .sda {
	box-shadow: none;
	padding-top: 0
}

.dark-theme .site-body .container .show-more {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	transition: all .4s
}

.dark-theme .site-body .container .show-more:hover {
	color: #fff
}

.dark-theme .site-body .banner+.latest-podcast {
	margin-top: 0;
	padding-top: 32px;
	border-top: 1px solid #484c53
}

.dark-theme .newVideo-zone {
	grid-template-columns: 1056px 332px !important;
	padding-bottom: 0 !important
}

@media (min-width:1920px) {
	.dark-theme .newVideo-zone {
		grid-template-columns: 1200px 332px !important;
		justify-content: center
	}
}

@media (max-width:1388px) and (min-width:1024px) {
	.dark-theme .newVideo-zone {
		grid-template-columns: 76% 24% !important
	}
}

:root.hht .dark-theme .breadcrumb .main::before,
:root.svvn .dark-theme .breadcrumb .main::before,
:root.tamviet .dark-theme .breadcrumb .main::before {
	display: none !important
}

.diemthi-page .breadcrumb .main a {
	color: var(--primary)
}

.rss-page {
	width: calc(100% - 400px);
	margin: 0 auto
}

.rss-page * {
	line-height: 160%
}

.rss-page p,
.rss-page ul {
	margin-bottom: 16px
}

.rss-page .rss-channels {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 52px
}

.rss-page .rss-channels li a:first-child {
	display: block;
	padding: 5px 10px
}

.rss-page .rss-channels li a:first-child img {
	width: 36px;
	aspect-ratio: 1280/504
}

.rss-page .rss-channels li a:last-child {
	width: 100%;
	display: block;
	border: 1px solid var(--border-color);
	padding: 12px;
	border-radius: 8px
}

.rss-page .rss-channels li a:last-child:hover {
	background-color: var(--primary);
	color: #fff
}

.user-info {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: var(--gutter-grid)
}

.user-info .hidden {
	display: none !important
}

.user-info .tabs-links {
	height: 100%;
	border-right: 1px solid var(--border-color);
	background: var(--Gray-White);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px
}

.user-info .tabs-links .wrapper-user {
	display: flex;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border-color)
}

.user-info .tabs-links .wrapper-user .wrapper-avatar {
	width: 60px;
	height: 60px
}

.user-info .tabs-links .wrapper-user .wrapper-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.user-info .tabs-links .wrapper-user .wrapper-name {
	width: calc(100% - 60px);
	padding-left: 16px
}

.user-info .tabs-links .wrapper-user .wrapper-name .name {
	font-weight: 600;
	font-size: 18px
}

.user-info .tabs-links .wrapper-user .wrapper-name label {
	color: #0d6efd;
	font-size: 12px
}

.user-info .tabs-links .wrapper-user .wrapper-name input {
	display: none
}

.user-info .tabs-links>a {
	padding: 0 5px;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	height: 40px
}

.user-info .tabs-links>a.active {
	color: var(--primary)
}

.user-info .tabs-contents {
	height: 100%;
	border-left: 1px solid var(--border-color);
	border-top: none;
	border-right: none;
	padding: 30px
}

.user-info .tabs-contents .content {
	display: none
}

.user-info .tabs-contents .content .title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 20px
}

.user-info .tabs-contents .content .wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gutter-grid);
	align-items: flex-end
}

.user-info .tabs-contents .content .wrapper .form-field {
	width: 100%;
	display: grid;
	align-items: center;
	grid-template-columns: 150px 1fr;
	gap: var(--gutter-grid)
}

.user-info .tabs-contents .content .wrapper .form-field label {
	margin-bottom: 0
}

.user-info .tabs-contents .content .wrapper .form-field input,
.user-info .tabs-contents .content .wrapper .form-field select {
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--border-color)
}

.user-info .tabs-contents .content .wrapper .form-field .birthday {
	display: flex;
	align-items: center;
	gap: 15px
}

.user-info .tabs-contents .content .wrapper .form-field .birthday select {
	width: 33.3333333333%
}

.user-info .tabs-contents .content .wrapper .update {
	background: var(--primary);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 8px;
	padding: 8px 24px;
	border: 1px solid var(--primary);
	transition: all .3s ease
}

.user-info .tabs-contents .content .wrapper .update:hover {
	background: unset;
	color: var(--primary)
}

.user-info .tabs-contents .content.tab-bookmark .wrapper,
.user-info .tabs-contents .content.tab-history .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	padding: 30px
}

.user-info .tabs-contents .content.tab-bookmark .wrapper .story__thumb,
.user-info .tabs-contents .content.tab-history .wrapper .story__thumb {
	width: 120px;
	height: 80px;
	margin-bottom: 0;
	float: left;
	margin-right: 16px;
	border-radius: 4px
}

.user-info .tabs-contents .content.tab-bookmark .wrapper .story__heading,
.user-info .tabs-contents .content.tab-history .wrapper .story__heading {
	margin-bottom: 0
}

.user-info .tabs-contents .content.tab-bookmark .wrapper .story__heading a,
.user-info .tabs-contents .content.tab-history .wrapper .story__heading a {
	font-size: 15px
}

.user-info .tabs-contents .content.tab-bookmark .wrapper .story .time,
.user-info .tabs-contents .content.tab-history .wrapper .story .time {
	font-size: 13px;
	color: var(--Gray-500)
}

.user-info .tabs-contents .content.active {
	display: block
}

.story-telling .article {
	width: initial
}

.box-intro {
	padding: 0;
	background: url(../img/bg-intro.png) no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	aspect-ratio: 16/14;
	display: flex;
	align-items: flex-end;
	justify-content: center
}

.box-intro .chapters-container {
	display: flex;
	justify-content: center;
	gap: 24px;
	position: relative;
	z-index: 2;
	bottom: 12%;
	width: 100%;
	padding-left: 32px;
	padding-right: 32px
}

.box-intro .chapter-item {
	flex: 1;
	aspect-ratio: 2/3;
	position: relative;
	display: flex
}

.box-intro .chapter-item:hover {
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .5);
	border-radius: 12px
}

.box-intro .chapter-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	transition: transform .3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.box-intro .chapter-item::after {
	position: absolute;
	content: "";
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .2) 100%);
	width: 100%;
	height: 100%;
	border-radius: 12px
}

.box-intro .chapter-item:before {
	font-weight: 700;
	font-size: 20px;
	color: var(--Gray-White);
	position: absolute;
	background: url(../img/chapter-label.png) center center/100% no-repeat;
	width: 81px;
	height: 96px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3
}

.box-intro .chapter-item:nth-of-type(1):before {
	content: "01"
}

.box-intro .chapter-item:nth-of-type(2):before {
	content: "02"
}

.box-intro .chapter-item:nth-of-type(3):before {
	content: "03"
}

.box-intro .chapter-item:nth-of-type(4):before {
	content: "04"
}

.box-intro .chapter-item:nth-of-type(5):before {
	content: "05"
}

.menu-special {
	background: url(../img/bg-menu-special_v2.png) no-repeat center top;
	background-size: cover;
	align-items: center;
	height: 280px;
	padding: 0 32px 32px;
	display: flex;
	align-items: flex-end
}

.menu-special .menu-container {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	position: relative;
	padding: 30px;
	border-radius: 28px;
	background: linear-gradient(90deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .4) 100%)
}

.menu-special .item {
	color: var(--Gray-White);
	display: flex;
	flex-direction: column
}

.menu-special .item:hover {
	cursor: pointer;
	text-shadow: 0 6px 16px rgba(0, 0, 0, .5);
	transition: .3s all
}

.menu-special .item .number {
	font-weight: 700;
	font-size: 24px
}

@media (max-width:1023.98px) {
	.menu-special .item .number {
		font-size: 20px
	}
}

.menu-special .item .text {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	height: 100%;
	padding-left: 10px;
	margin-left: 6px;
	border-left: 1px solid var(--Gray-White)
}

@media (max-width:1023.98px) {
	.menu-special .item .text {
		font-size: 14px
	}
}

@keyframes slideRight {
	from {
		transform: translateX(0);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

.site-header:not(.header-media) {
	position: relative;
	z-index: 100
}

.site-header:not(.header-media) .logo {
	display: block;
	width: 251px;
	height: 72px;
	font-size: 0
}

.site-header:not(.header-media) .container {
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	border-top: none;
	border-bottom: 1px solid var(--border-color)
}

.site-header:not(.header-media) .top-wrapper .container {
	display: flex;
	padding: 0 var(--gutter);
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--border-color);
	border-top: none;
	height: 32px
}

.site-header:not(.header-media) .top-wrapper .logo {
	display: block;
	width: 251px;
	height: 72px;
	font-size: 0
}

.site-header:not(.header-media) .top-wrapper .time {
	color: #888;
	font-size: 12px;
	position: relative;
	padding-right: var(--gutter)
}

.site-header:not(.header-media) .top-wrapper .time::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 32px;
	background-color: var(--border-color);
	top: -8px;
	right: 0;
	display: block
}

.site-header:not(.header-media) .top-wrapper .relate-website {
	display: flex;
	justify-content: flex-end;
	gap: 25px
}

.site-header:not(.header-media) .top-wrapper .relate-website .website {
	color: #888;
	font-weight: 500;
	text-transform: uppercase
}

.site-header:not(.header-media) .top-wrapper .relate-website .website:hover {
	color: var(--primary)
}

.site-header:not(.header-media) .top-wrapper .lang-social {
	display: flex;
	height: 32px;
	align-items: center;
	gap: 33px
}

.site-header:not(.header-media) .top-wrapper .lang-social .en {
	padding-left: 24px;
	background: url(../img/lang-en-2025.png) center left/16px 16px no-repeat;
	height: 16px;
	display: block
}

.site-header:not(.header-media) .top-wrapper .lang-social .social {
	display: flex;
	gap: 12px;
	font-size: 24px;
	line-height: 24px;
	position: relative
}

.site-header:not(.header-media) .top-wrapper .lang-social .social>* {
	height: 32px;
	width: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.site-header:not(.header-media) .top-wrapper .lang-social .social::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 32px;
	background-color: var(--border-color);
	left: -17px;
	top: 0;
	display: block
}

.site-header:not(.header-media) .top-wrapper .lang-social .social .ic-facebook {
	color: var(--Primary-Blue, #007dc4);
	font-size: 22px
}

.site-header:not(.header-media) .top-wrapper .lang-social .social .ic-youtube {
	color: #c21818
}

.site-header:not(.header-media) .main-wrapper .container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 0;
	position: relative
}

.site-header:not(.header-media) .main-wrapper [class^=ic-] {
	font-size: 24px;
	color: #555
}

.site-header:not(.header-media) .main-wrapper [class^=ic-]:hover {
	cursor: pointer;
	color: var(--primary);
	transition: all .5s
}

.site-header:not(.header-media) .main-wrapper .search-wrapper {
	position: absolute;
	right: 56px;
	bottom: 16px
}

.site-header:not(.header-media) .main-wrapper .search-wrapper .search-form {
	position: relative;
	display: none;
	animation-name: slideRight;
	animation-duration: 1s;
	top: 6px
}

.site-header:not(.header-media) .main-wrapper .search-wrapper .search-form input {
	background: #fff;
	color: var(--body-color);
	width: 230px;
	height: 36px;
	padding: 8px 16px 8px 40px;
	border-radius: 999px;
	border: 1px solid var(--border-color);
	font-size: 16px
}

.site-header:not(.header-media) .main-wrapper .search-wrapper .search-form input::placeholder {
	font-size: 14px
}

.site-header:not(.header-media) .main-wrapper .search-wrapper .search-form::before {
	font-family: icomoon;
	content: "\e924";
	position: absolute;
	height: 24px;
	width: 24px;
	z-index: 3;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
	left: 14px
}

.site-header:not(.header-media) .main-wrapper .search-wrapper .search-form i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: var(--title);
	cursor: pointer;
	padding: 4px 8px 4px 4px;
	display: block
}

.site-header:not(.header-media) .main-wrapper .search-wrapper .ic-close {
	color: #888 !important
}

.site-header:not(.header-media) .main-wrapper .search-wrapper .ic-close:hover {
	color: var(--primary) !important
}

.site-header:not(.header-media) .main-wrapper .search-wrapper [class^=ic-] {
	font-size: 0
}

.site-header:not(.header-media) .main-wrapper .search-wrapper [class^=ic-]::before {
	font-size: 24px
}

.site-header:not(.header-media) .main-wrapper .user {
	position: absolute;
	right: 16px;
	bottom: 16px
}

.site-header:not(.header-media) .navigation-wrapper {
	width: 100%;
	z-index: 10
}

.site-header:not(.header-media) .navigation-wrapper.fixed-nav {
	background-color: var(--Gray-White, #fff);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.site-header:not(.header-media) .navigation-wrapper.fixed-nav .container {
	position: relative
}

.site-header:not(.header-media) .navigation-wrapper.fixed-nav .container::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: var(--border-color)
}

.site-header:not(.header-media) .navigation-wrapper .container {
	border-bottom: none
}

.site-header:not(.header-media) .navigation-wrapper>.container {
	height: 48px;
	padding: 8px 16px
}

.site-header:not(.header-media) .navigation-wrapper.sticky-top {
	background: var(--Gray-White)
}

.site-header:not(.header-media) .navigation-wrapper.sticky-top>.container {
	border-bottom: 1px solid rgba(0, 0, 0, .4)
}

.site-header:not(.header-media) .navigation-wrapper.sticky-top .menu .expansion:before,
.site-header:not(.header-media) .navigation-wrapper.sticky-top .menu .text,
.site-header:not(.header-media) .navigation-wrapper.sticky-top .weather {
	color: #343a40
}

.site-header:not(.header-media) .navigation-wrapper>.container {
	padding: 0 16px;
	display: flex;
	position: relative
}

.site-header:not(.header-media) .navigation-wrapper .menu {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between
}

.site-header:not(.header-media) .navigation-wrapper .menu .text {
	font-family: var(--font-family-sans-serif);
	font-size: 14px;
	height: 48px;
	padding-left: 8px;
	padding-right: 8px;
	display: flex;
	align-items: center
}

.site-header:not(.header-media) .navigation-wrapper .menu .text.active,
.site-header:not(.header-media) .navigation-wrapper .menu .text:hover {
	color: var(--primary, #cd5600)
}

@media (max-width:1023.98px) {
	.site-header:not(.header-media) .navigation-wrapper .menu .text:nth-child(n+5) {
		display: none
	}
}

@media (max-width:1439.98px) {
	.site-header:not(.header-media) .navigation-wrapper .menu .text:nth-child(n+9) {
		display: none
	}
}

.site-header:not(.header-media) .navigation-wrapper .menu .home {
	min-width: 32px;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: var(--primary, #cd5600);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 12px
}

.site-header:not(.header-media) .navigation-wrapper .menu .home:before {
	color: #fff;
	font-size: 18px;
	font-family: icomoon;
	content: "\e910"
}

.site-header:not(.header-media) .navigation-wrapper .menu .expansion {
	margin-left: 16px;
	font-size: 0;
	min-width: 32px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

.site-header:not(.header-media) .navigation-wrapper .menu .expansion:before {
	font-size: 24px;
	font-family: icomoon;
	content: "\e918"
}

.site-header:not(.header-media) .navigation-wrapper .menu .expansion.active {
	min-width: 32px;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: var(--primary);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff
}

.site-header:not(.header-media) .navigation-wrapper .menu .sub-menu {
	position: absolute;
	display: none;
	width: 200px;
	top: 48px;
	left: 0;
	z-index: 1;
	font-size: 20px;
	padding: 10px 0;
	background: var(--Gray-White);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}

.site-header:not(.header-media) .navigation-wrapper .menu .sub-menu>* {
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 36px;
	position: relative
}

.site-header:not(.header-media) .navigation-wrapper .menu .sub-menu>::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: var(--primary);
	left: 16px;
	top: 16px;
	border-radius: 50%
}

.site-header:not(.header-media) .navigation-wrapper .menu .sub-menu>:hover {
	background: var(--Gray-100)
}

.site-header:not(.header-media) .navigation-wrapper .menu li {
	position: relative
}

.site-header:not(.header-media) .navigation-wrapper .menu li:hover .sub-menu {
	display: block
}

.site-header:not(.header-media) .navigation-wrapper .search {
	margin-left: auto;
	float: right
}

.site-header:not(.header-media) .navigation-wrapper .search input {
	display: none
}

.site-header:not(.header-media) .navigation-wrapper .search .ic-search {
	width: 46px;
	height: 46px;
	font-size: 26px;
	cursor: pointer
}

.site-header:not(.header-media) .navigation-wrapper .search .ic-search:hover {
	color: var(--primary, #cd5600)
}

.site-header:not(.header-media) .sticky-top {
	position: fixed;
	top: 0;
	background-color: #fff
}

body.show-megamenu {
	overflow: hidden
}

body.show-megamenu .sticky-top {
	width: calc(100% - var(--widthScroll))
}

body.show-megamenu .back-to-top {
	display: none
}

.mega-menu {
	display: none;
	background: var(--Gray-White);
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	z-index: 1;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 100vh
}

.mega-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px #f8f9fa;
	border-radius: 6px;
	background-color: #f8f9fa
}

.mega-menu::-webkit-scrollbar {
	width: 2px;
	background: #ced4da
}

.mega-menu::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #ced4da
}

.mega-menu.show {
	display: block
}

.mega-menu>.container {
	display: grid;
	grid-template-columns: 1fr 330px;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	border-left: none !important;
	background: var(--Gray-White)
}

.mega-menu .menu-wrapper {
	display: flex;
	flex-direction: column;
	padding: 0 16px
}

.mega-menu .menu-wrapper>.wrapper {
	padding-top: 16px;
	padding-bottom: 16px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	border-bottom: 1px solid var(--border-color)
}

.mega-menu .menu-wrapper>.wrapper:last-child {
	border-bottom: none
}

.mega-menu .menu-wrapper .label {
	grid-column: 1/6;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #888;
	color: var(--primary)
}

.mega-menu .menu-wrapper .item {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.mega-menu .menu-wrapper .item a:hover {
	color: var(--primary)
}

.mega-menu .menu-wrapper .item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.mega-menu .menu-wrapper .item .title {
	color: var(--title);
	font-weight: 700;
	text-transform: uppercase
}

.mega-menu .menu-wrapper .item .more {
	color: var(--Grey-Text-8, #888);
	text-decoration: underline
}

.mega-menu .expand-wrapper {
	position: relative;
	display: flex;
	flex-direction: column
}

.mega-menu .expand-wrapper::after {
	content: "";
	height: calc(100vh - 200px);
	position: absolute;
	width: 1px;
	background: var(--border-color);
	top: 0;
	left: 0
}

.mega-menu .expand-wrapper>* {
	padding: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border-color)
}

.mega-menu .expand-wrapper>:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.mega-menu .expand-wrapper .title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #888;
	display: block;
	margin-bottom: 4px;
	letter-spacing: 1.2px;
	position: initial
}

.mega-menu .expand-wrapper .relate-website {
	display: grid;
	grid-template-columns: repeat(3, auto)
}

.mega-menu .expand-wrapper .relate-website .title {
	grid-column: 1/4;
	margin-bottom: 16px;
	letter-spacing: 1.2px;
	text-align: center
}

.mega-menu .expand-wrapper .relate-website .svvn {
	font-size: 0;
	background: url(../img/logo-sinhvien-2025.png) center center/100% no-repeat;
	height: 28px;
	width: 108px
}

.mega-menu .expand-wrapper .relate-website .hht {
	font-size: 0;
	background: url(../img/hht-logo-2025_v2.png) center center/100% no-repeat;
	height: 28px;
	width: 47px
}

.mega-menu .expand-wrapper .relate-website .tamviet {
	font-size: 0;
	background: url(../img/tamviet-logo-2025.png) center center/100% no-repeat;
	height: 28px;
	width: 80px
}

.mega-menu .expand-wrapper .wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch
}

.mega-menu .expand-wrapper .wrapper:first-child {
	border: none
}

.mega-menu .expand-wrapper .wrapper .title {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--title, #1e1e1e)
}

.mega-menu .expand-wrapper .wrapper .text {
	display: flex;
	align-items: center;
	gap: 6px
}

.mega-menu .expand-wrapper .wrapper .text i {
	color: var(--primary);
	font-size: 16px
}

.mega-menu .expand-wrapper .wrapper .text .ic-facebook,
.mega-menu .expand-wrapper .wrapper .text .ic-tiktok,
.mega-menu .expand-wrapper .wrapper .text .ic-youtube,
.mega-menu .expand-wrapper .wrapper .text .img-ggnews,
.mega-menu .expand-wrapper .wrapper .text .img-zalo {
	font-size: 24px;
	margin-right: 20px
}

.mega-menu .expand-wrapper .wrapper .text .ic-facebook {
	font-size: 24px;
	color: #007dc4
}

.mega-menu .expand-wrapper .wrapper .text .ic-youtube {
	font-size: 24px;
	color: #c21818
}

.mega-menu .expand-wrapper .wrapper .text .ic-tiktok {
	font-size: 24px;
	color: #000
}

.mega-menu .expand-wrapper .wrapper address {
	margin-bottom: 0
}

.mega-menu .expand-wrapper .link {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.mega-menu .expand-wrapper .link .text {
	font-style: normal;
	font-weight: 700;
	margin-left: 0;
	padding: 6px 16px;
	text-align: center;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	font-size: 14px;
	letter-spacing: 1.4px
}

.mega-menu .expand-wrapper .top-social {
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	width: 100%;
	gap: 12px
}

.mega-menu .expand-wrapper .top-social>:hover {
	transition: all .5s;
	opacity: .8
}

.mega-menu .expand-wrapper .top-social .title {
	margin: 0;
	letter-spacing: 1.2px;
	display: flex;
	width: 100%;
	justify-content: center
}

.mega-menu .expand-wrapper .top-social .facebook {
	font-size: 0;
	background: url(../img/fb-logo-2025.png) center center/100% no-repeat;
	height: 32px;
	width: 32px
}

.mega-menu .expand-wrapper .top-social .youtube {
	font-size: 0;
	background: url(../img/yt-logo-2025.png) center center/100% no-repeat;
	height: 32px;
	width: 32px
}

.mega-menu .expand-wrapper .top-social .tiktok {
	font-size: 0;
	background: url(../img/tt-logo-2025.png) center center/100% no-repeat;
	height: 32px;
	width: 32px
}

.mega-menu .expand-wrapper .top-social .zalo {
	font-size: 0;
	background: url(../img/zl-logo-2025.png) center center/100% no-repeat;
	height: 32px;
	width: 32px
}

.mega-menu .expand-wrapper .top-social .google {
	font-size: 0;
	background: url(../img/gg-logo-2025.png) center center/100% no-repeat;
	height: 32px;
	width: 32px
}

.mega-menu .expand-wrapper .companion {
	display: block;
	color: var(--secondary);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: auto;
	margin-right: auto
}

.mega-menu .expand-wrapper .companion:hover {
	color: var(--primary)
}

.mega-menu .expand-wrapper .send {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	color: var(--Gray-White);
	background: var(--primary);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	border-radius: 8px;
	width: 100%;
	transition: all .5s
}

.mega-menu .expand-wrapper .send:hover {
	background: #c21818
}

.mega-menu .expand-wrapper .send i {
	font-size: 16px
}

.mega-menu .info-wrapper {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--border-color);
	display: grid;
	gap: 20px
}

.mega-menu .info-wrapper .text {
	color: var(--Gray-700, #495057);
	display: flex;
	gap: 6px
}

.mega-menu .info-wrapper .text [class*=ic-] {
	display: inline-block
}

.mega-menu .info-wrapper .text [class*=ic-]:before {
	font-size: 20px;
	color: var(--primary, #cd5600);
	font-family: icomoon
}

.mega-menu .info-wrapper .facebook,
.mega-menu .info-wrapper .rss {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0
}

.mega-menu .info-wrapper .facebook [class*=ic-]:before,
.mega-menu .info-wrapper .rss [class*=ic-]:before {
	font-size: 20px
}

.mega-menu .info-wrapper .facebook {
	border: 1px solid rgba(59, 89, 152, .6)
}

.mega-menu .info-wrapper .facebook [class*=ic-]:before {
	color: #3b5998
}

.mega-menu .info-wrapper .rss {
	border: 1px solid rgba(238, 128, 47, .6)
}

.mega-menu .info-wrapper .rss [class*=ic-]:before {
	color: var(--primary, #cd5600)
}

.mega-menu .info-wrapper .wrapper {
	display: flex;
	gap: 10px
}

header-media .header-media {
	z-index: 10;
	position: relative
}

header-media .header-media .logo {
	display: block;
	width: 112px;
	height: 28px;
	background: url(../img/ttcs_logo.png) center center/112px 28px no-repeat;
	font-size: 0;
	filter: brightness(0) invert(1);
	margin-top: 2px
}

header-media .header-media .menu {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between
}

header-media .header-media .menu .text {
	font-family: var(--font-family-sans-serif);
	font-size: 14px;
	height: 48px;
	padding-left: 8px;
	padding-right: 8px;
	display: flex;
	align-items: center
}

header-media .header-media .menu .text.active,
header-media .header-media .menu .text:hover {
	color: var(--primary, #cd5600)
}

@media (max-width:1023.98px) {
	header-media .header-media .menu .text:nth-child(n+5) {
		display: none
	}
}

@media (max-width:1439.98px) {
	header-media .header-media .menu .text:nth-child(n+9) {
		display: none
	}
}

header-media .header-media .menu .home {
	min-width: 32px;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: var(--primary, #cd5600);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 12px
}

header-media .header-media .menu .home:before {
	color: #fff;
	font-size: 18px;
	font-family: icomoon;
	content: "\e910"
}

header-media .header-media .menu .expansion {
	margin-left: 16px;
	font-size: 0;
	min-width: 32px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

header-media .header-media .menu .expansion:before {
	font-size: 24px;
	font-family: icomoon;
	content: "\e918"
}

header-media .header-media .menu .expansion.active {
	min-width: 32px;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: var(--primary);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff
}

header-media .header-media .menu .sub-menu {
	position: absolute;
	display: none;
	width: 200px;
	top: 48px;
	left: 0;
	z-index: 1;
	font-size: 20px;
	padding: 10px 0;
	background: var(--Gray-White);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}

header-media .header-media .menu .sub-menu>* {
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 36px;
	position: relative
}

header-media .header-media .menu .sub-menu>::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: var(--primary);
	left: 16px;
	top: 16px;
	border-radius: 50%
}

header-media .header-media .menu .sub-menu>:hover {
	background: var(--Gray-100)
}

header-media .header-media .menu li {
	position: relative
}

header-media .header-media .menu li:hover .sub-menu {
	display: block
}

header-media .header-media .menu .text {
	color: var(--Gray-White, #fff)
}

header-media .header-media .menu .text.active,
header-media .header-media .menu .text:hover {
	color: var(--Gray-White, #fff);
	text-decoration: underline
}

header-media .header-media .menu .home:before {
	content: "\e932"
}

header-media .header-media .top-wrapper {
	display: flex;
	height: 40px;
	justify-content: space-between;
	background: var(--primary, #cd5600);
	width: 100%;
	padding: 3px 20px
}

header-media .header-media .info {
	display: flex;
	align-items: center;
	width: 400px;
	color: var(--Gray-White, #fff);
	font-size: 12px;
	font-weight: 500
}

header-media .header-media .info .location {
	order: 2
}

header-media .header-media .info .time {
	order: 1
}

header-media .header-media .info .weather {
	order: 3
}

header-media .header-media .info .location {
	text-transform: uppercase;
	margin-left: 25px;
	position: relative
}

header-media .header-media .info .location::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background-color: rgba(255, 255, 255, .5);
	top: 3px;
	left: -12px;
	display: block
}

header-media .header-media .info .weather {
	margin-left: 8px
}

header-media .header-media .relate-website {
	width: 400px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px
}

header-media .header-media .relate-website .website {
	position: relative;
	filter: brightness(0) invert(1)
}

header-media .header-media .navigation-wrapper>.container {
	padding: 0 0 2px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	display: flex;
	position: relative
}

header-media .header-media .navigation-wrapper>.container:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 2px;
	background-color: rgba(255, 255, 255, .3)
}

header-media .header-media .expansion:before {
	color: var(--Gray-White)
}

header-media .header-media .search {
	margin-left: auto;
	float: right;
	color: var(--Gray-White)
}

header-media .header-media .search input {
	display: none
}

header-media .header-media .search .ic-search {
	width: 46px;
	height: 46px;
	font-size: 26px;
	cursor: pointer
}

header-media .header-media .search .ic-search:hover {
	color: var(--primary, #cd5600)
}

header-media .header-media .user {
	display: block
}

.backdrop {
	background: rgba(0, 0, 0, .5);
	height: 100vh;
	position: absolute;
	width: 100%;
	font-size: 0
}

:root.hht body:not(.dark-theme) .site-header .container,
:root.svvn body:not(.dark-theme) .site-header .container,
:root.tamviet body:not(.dark-theme) .site-header .container {
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important
}

:root.hht .dark-theme .navigation-wrapper,
:root.svvn .dark-theme .navigation-wrapper,
:root.tamviet .dark-theme .navigation-wrapper {
	background: unset !important
}

:root.hht .dark-theme .navigation-wrapper .container,
:root.svvn .dark-theme .navigation-wrapper .container,
:root.tamviet .dark-theme .navigation-wrapper .container {
	border-bottom: 1px solid var(--border-color) !important
}

:root.hht .dark-theme .navigation-wrapper .container ul li a,
:root.svvn .dark-theme .navigation-wrapper .container ul li a,
:root.tamviet .dark-theme .navigation-wrapper .container ul li a {
	color: #fff !important
}

:root.hht .dark-theme .navigation-wrapper .container ul li a::before,
:root.svvn .dark-theme .navigation-wrapper .container ul li a::before,
:root.tamviet .dark-theme .navigation-wrapper .container ul li a::before {
	color: #fff !important
}

:root.hht .site-header:not(.header-media) .top-wrapper,
:root.svvn .site-header:not(.header-media) .top-wrapper,
:root.tamviet .site-header:not(.header-media) .top-wrapper {
	border-bottom: 1px solid var(--border-color)
}

:root.hht .site-header:not(.header-media) .top-wrapper .container,
:root.svvn .site-header:not(.header-media) .top-wrapper .container,
:root.tamviet .site-header:not(.header-media) .top-wrapper .container {
	display: flex;
	padding: 0 var(--gutter);
	justify-content: space-between;
	align-items: center;
	border-top: none;
	height: 32px
}

:root.hht .site-header:not(.header-media) .top-wrapper .time::before,
:root.svvn .site-header:not(.header-media) .top-wrapper .time::before,
:root.tamviet .site-header:not(.header-media) .top-wrapper .time::before {
	display: none
}

:root.hht .site-header:not(.header-media) .top-wrapper .lang-social,
:root.svvn .site-header:not(.header-media) .top-wrapper .lang-social,
:root.tamviet .site-header:not(.header-media) .top-wrapper .lang-social {
	gap: 16px
}

:root.hht .site-header:not(.header-media) .top-wrapper .lang-social .social:before,
:root.svvn .site-header:not(.header-media) .top-wrapper .lang-social .social:before,
:root.tamviet .site-header:not(.header-media) .top-wrapper .lang-social .social:before {
	display: none
}

:root.hht .site-header:not(.header-media) .main-wrapper .container,
:root.svvn .site-header:not(.header-media) .main-wrapper .container,
:root.tamviet .site-header:not(.header-media) .main-wrapper .container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

:root.hht .site-header:not(.header-media) .logo,
:root.svvn .site-header:not(.header-media) .logo,
:root.tamviet .site-header:not(.header-media) .logo {
	display: block;
	width: 308px;
	height: 80px;
	background: url(../img/svvn-logo-2025.png) center center/308px 80px no-repeat;
	font-size: 0
}

:root.hht .site-header:not(.header-media) .navigation-wrapper,
:root.svvn .site-header:not(.header-media) .navigation-wrapper,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper {
	background: var(--primary)
}

:root.hht .site-header:not(.header-media) .navigation-wrapper>.container,
:root.svvn .site-header:not(.header-media) .navigation-wrapper>.container,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper>.container {
	height: 40px;
	padding: 4px 16px
}

:root.hht .site-header:not(.header-media) .navigation-wrapper>.container,
:root.svvn .site-header:not(.header-media) .navigation-wrapper>.container,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper>.container {
	display: flex;
	position: relative
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .menu .text,
:root.svvn .site-header:not(.header-media) .navigation-wrapper .menu .text,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper .menu .text {
	height: 40px;
	color: var(--Gray-White)
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .menu .home,
:root.svvn .site-header:not(.header-media) .navigation-wrapper .menu .home,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper .menu .home {
	background: rgba(255, 255, 255, .3);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 12px
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .menu .home:before,
:root.svvn .site-header:not(.header-media) .navigation-wrapper .menu .home:before,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper .menu .home:before {
	color: var(--Gray-White);
	font-size: 18px;
	font-family: icomoon;
	content: "\e910"
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .menu .expansion,
:root.svvn .site-header:not(.header-media) .navigation-wrapper .menu .expansion,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper .menu .expansion {
	color: var(--Gray-White)
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .search,
:root.svvn .site-header:not(.header-media) .navigation-wrapper .search,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper .search {
	margin-left: auto;
	float: right
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .search input,
:root.svvn .site-header:not(.header-media) .navigation-wrapper .search input,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper .search input {
	display: none
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .search .ic-search,
:root.svvn .site-header:not(.header-media) .navigation-wrapper .search .ic-search,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper .search .ic-search {
	width: 46px;
	height: 46px;
	font-size: 26px;
	cursor: pointer
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .search .ic-search:hover,
:root.svvn .site-header:not(.header-media) .navigation-wrapper .search .ic-search:hover,
:root.tamviet .site-header:not(.header-media) .navigation-wrapper .search .ic-search:hover {
	color: var(--primary, #cd5600)
}

:root.svvn .site-header:not(.header-media) .logo {
	display: block;
	width: 308px;
	height: 80px;
	background: url(../img/svvn-logo-2025.png) center center/308px 80px no-repeat;
	font-size: 0
}

:root.hht .site-header:not(.header-media) .logo {
	display: block;
	width: 125px;
	height: 80px;
	background: url(../img/hht-logo-2025_v2.png) center center/125px 80px no-repeat;
	font-size: 0
}

:root.hht .site-header:not(.header-media) .navigation-wrapper {
	background: var(--primary)
}

:root.hht .site-header:not(.header-media) .navigation-wrapper .menu .text {
	height: 40px;
	color: var(--Gray-White);
	font-weight: 700;
	padding-left: 12px;
	padding-right: 12px
}

:root.tamviet .site-header:not(.header-media) .logo {
	display: block;
	width: 182px;
	height: 64px;
	background: url(../img/tamviet-logo-2025.png) center center/182px 64px no-repeat;
	font-size: 0
}

:root.tamviet .site-header:not(.header-media) .navigation-wrapper {
	background: var(--primary)
}

:root.tamviet .site-header:not(.header-media) .navigation-wrapper .menu .text {
	height: 40px;
	color: var(--Gray-White);
	font-weight: 700;
	padding-left: 12px;
	padding-right: 12px
}

.site-footer {
	padding: 24px 0 20px;
	position: relative
}

.site-footer.container {
	border: 1px solid var(--border-color)
}

.site-footer>* {
	border-bottom: 1px solid var(--border-color)
}

.site-footer>:last-child {
	border-bottom: none
}

.site-footer .logo-wrap {
	display: flex;
	padding: 16px;
	justify-content: space-between;
	align-items: flex-end
}

.site-footer .logo {
	display: block;
	width: 251px;
	height: 72px;
	font-size: 0
}

.site-footer .subsite {
	display: flex;
	align-items: center;
	gap: 32px
}

.site-footer .menu-wrap {
	display: grid;
	padding: 16px;
	gap: 16px
}

.site-footer .menu-wrap .rank-1,
.site-footer .menu-wrap .rank-2 {
	display: flex;
	flex-flow: row wrap;
	gap: 16px 0
}

.site-footer .menu-wrap .rank-1 a,
.site-footer .menu-wrap .rank-2 a {
	width: 150px;
	display: inline-flex
}

.site-footer .menu-wrap .rank-1 a {
	font-weight: 700;
	text-transform: uppercase
}

.site-footer .menu-wrap .rank-2 a:last-child {
	width: 160px
}

.site-footer .contact-wrap {
	display: grid;
	grid-template-columns: repeat(4, 250px);
	align-items: flex-start;
	gap: 16px
}

.site-footer .contact-wrap .item {
	border-left: 1px solid var(--border-color);
	display: flex;
	padding: 16px 0;
	padding-left: var(--gutter);
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch
}

.site-footer .contact-wrap .item:first-child {
	border: none
}

.site-footer .contact-wrap .item .title {
	font-weight: 700;
	text-transform: uppercase
}

.site-footer .contact-wrap .item .text {
	display: flex;
	align-items: center;
	gap: 6px
}

.site-footer .contact-wrap .item .text i {
	color: var(--primary);
	font-size: 16px
}

.site-footer .contact-wrap .item .text .ic-facebook,
.site-footer .contact-wrap .item .text .ic-tiktok,
.site-footer .contact-wrap .item .text .ic-youtube,
.site-footer .contact-wrap .item .text .img-ggnews,
.site-footer .contact-wrap .item .text .img-zalo {
	font-size: 24px;
	margin-right: 20px
}

.site-footer .contact-wrap .item .text .ic-facebook {
	font-size: 24px;
	color: #007dc4
}

.site-footer .contact-wrap .item .text .ic-youtube {
	font-size: 24px;
	color: #c21818
}

.site-footer .contact-wrap .item .text .ic-tiktok {
	font-size: 24px;
	color: var(--title)
}

.site-footer .contact-wrap .item address {
	margin-bottom: 0
}

.site-footer .copyright-wrap {
	display: flex;
	padding: 16px;
	justify-content: space-between
}

.site-footer .copyright-wrap .left {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.site-footer .copyright-wrap .left .beInterviewer {
	margin-top: 32px;
	display: inline-flex;
	width: 210px;
	height: 32px;
	padding: 8px 16px;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	background: var(--primary, #ed1c24);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

.site-footer .copyright-wrap .right {
	display: flex;
	width: 525px;
	flex-direction: column;
	gap: 8px
}

:root.svvn .site-footer .logo {
	width: 246px;
	height: 64px;
	background: url(../img/svvn-logo-2025.png) center center/246px 64px no-repeat;
	font-size: 0
}

:root.hht .site-footer .logo {
	width: 126px;
	height: 80px;
	background: url(../img/hht-logo-2025_v2.png) center center/126px 80px no-repeat;
	font-size: 0
}

:root.hht .site-footer .copyright-wrap .left .beInterviewer {
	width: 224px
}

:root.tamviet .site-footer .logo {
	width: 182px;
	height: 64px;
	background: url(../img/tamviet-logo-2025.png) center center/182px 64px no-repeat;
	font-size: 0
}

:root.tamviet .site-footer .copyright-wrap .left .beInterviewer {
	width: 224px
}

:root.hht body:not(.dark-theme) .site-footer.container,
:root.svvn body:not(.dark-theme) .site-footer.container,
:root.tamviet body:not(.dark-theme) .site-footer.container {
	border-left: none;
	border-right: none
}

:root.hht body:not(.dark-theme) .site-footer .copyright-wrap,
:root.hht body:not(.dark-theme) .site-footer .logo-wrap,
:root.hht body:not(.dark-theme) .site-footer .menu-wrap,
:root.svvn body:not(.dark-theme) .site-footer .copyright-wrap,
:root.svvn body:not(.dark-theme) .site-footer .logo-wrap,
:root.svvn body:not(.dark-theme) .site-footer .menu-wrap,
:root.tamviet body:not(.dark-theme) .site-footer .copyright-wrap,
:root.tamviet body:not(.dark-theme) .site-footer .logo-wrap,
:root.tamviet body:not(.dark-theme) .site-footer .menu-wrap {
	padding-left: 0;
	padding-right: 0
}

:root.hht body:not(.dark-theme) .contact-wrap .item:first-child,
:root.svvn body:not(.dark-theme) .contact-wrap .item:first-child,
:root.tamviet body:not(.dark-theme) .contact-wrap .item:first-child {
	padding-left: 0
}

.breadcrumb {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--border-color)
}

.breadcrumb .main a {
	color: var(--Primary-Dark-Text, #1e1e1e);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3.2px;
	text-transform: uppercase
}

.breadcrumb .main a:hover {
	color: var(--primary)
}

.breadcrumb .sub {
	display: flex;
	gap: 24px
}

.breadcrumb .sub h1 {
	display: flex;
	font-size: 14px
}

.breadcrumb .active,
.breadcrumb a:hover {
	color: var(--primary)
}

body.detail-page .breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: row;
	border-bottom: none;
	padding: 16px 0;
	margin-bottom: 0
}

body.detail-page .breadcrumb .main {
	position: relative;
	font-size: 16px;
	font-weight: 400
}

body.detail-page .breadcrumb .main::before {
	content: "/";
	display: inline-block;
	margin-right: 8px
}

body.detail-page .breadcrumb .main:first-child:before {
	display: none
}

body.detail-page .breadcrumb .main a {
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: 400
}

body.detail-page .breadcrumb .main a:hover {
	color: var(--primary)
}

.search-tags {
	padding: 20px;
	display: flex;
	gap: 16px;
	flex-direction: column;
	position: relative;
	border-bottom: 1px solid var(--border-color)
}

.search-tags input,
.search-tags select {
	border: none;
	outline: 0;
	background: 0 0
}

.search-tags .input-wrapper {
	background: #fff;
	padding: 0 24px;
	height: 48px;
	display: flex;
	align-items: center;
	gap: 16px;
	border: 1px solid var(--border-color);
	border-radius: 8px
}

.search-tags .input-wrapper input {
	width: 100%;
	font-size: 18px;
	color: var(--title)
}

.search-tags .input-wrapper ::placeholder {
	font-size: 18px;
	color: #888
}

.search-tags .input-wrapper [class^=ic-] {
	font-size: 24px;
	color: #888
}

.search-tags .input-wrapper .ic-close {
	margin-right: 100px
}

.search-tags .search-btn {
	position: absolute;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 48px;
	padding: 0 20px;
	gap: 6px;
	color: #fff;
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0 8px 8px 0;
	background: var(--primary);
	transition: all .5s
}

.search-tags .search-btn:hover {
	background: #c21818
}

.search-tags .search-btn [class*=ic-]:before {
	font-size: 20px
}

.search-tags .wrapper {
	display: flex;
	align-items: center;
	gap: 30px
}

.search-tags .wrapper .result {
	color: var(--title);
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: 400
}

.search-tags .wrapper select {
	margin-left: auto;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 8px 16px;
	width: 160px;
	color: #555
}

.search-tags .wrapper .highlight {
	color: var(--primary, #cd5600);
	font-weight: var(--font-weight-normal)
}

.search-tags .wrapper .keyword {
	font-weight: var(--font-weight-bold);
	color: var(--title)
}

.error {
	text-align: center;
	padding-top: 410px;
	background: url(../img/error-404-2025.png) top center no-repeat;
	padding-bottom: 30px
}

.error>* {
	margin-top: 25px !important
}

.error .heading,
.error .title {
	font-weight: var(--font-weight-bold);
	font-size: 30px;
	line-height: 36px;
	color: var(--Gray-900, #212529);
	margin-bottom: 30px
}

.error .desc {
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: var(--Gray-800, #343a40);
	margin-top: 16px !important;
	max-width: 320px;
	margin: 0 auto
}

.error .home,
.error .primary-color {
	color: var(--primary, #980700)
}

.error .region-search {
	position: relative;
	margin: 0 auto;
	width: 600px;
	height: 64px
}

.error .region-search input {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	padding: 4px 4px 4px 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	outline: 0;
	font-size: 18px;
	left: 0
}

.error .region-search input::placeholder {
	font-weight: var(--font-weight-medium);
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #adb5bd
}

.error .region-search i {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 56px;
	height: 56px;
	background: var(--primary, #980700);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--Gray-White, #fff);
	cursor: pointer
}

.modal-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1009
}

.modal-open {
	overflow: hidden
}

@media (min-width:1024px) {
	.modal-open {
		padding-right: 17px
	}
}

@media (min-width:1024px) {
	.modal-open .site-header .region-menu.fixed {
		width: calc(100% - 17px)
	}
}

.modal {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: var(--Gray-White, #fff);
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	z-index: 9999;
	max-width: calc(100% - 30px);
	height: fit-content
}

@media (min-width:1024px) {
	.modal {
		max-width: fit-content
	}
}

.modal .modal-header {
	border-radius: 12px 12px 0 0;
	border-bottom: 1px solid var(--Gray-200, #e9ecef);
	background: var(--Gray-100, #f8f9fa);
	padding: 15px 45px 15px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.modal .modal-header .modal-title {
	color: var(--Gray-Black, #000);
	font-size: 28px;
	font-weight: var(--font-weight-semibold);
	line-height: 160%
}

.modal .modal-header .btn-close {
	width: 20px;
	height: 20px;
	font-size: 0;
	position: relative;
	display: flex;
	align-items: center
}

.modal .modal-header .btn-close::before {
	position: absolute;
	content: "\e908";
	color: var(--Gray-500, #adb5bd);
	font-size: 20px;
	font-family: icomoon
}

.modal .modal-header .btn-close:hover::before {
	color: var(--Gray-Black, #000)
}

.modal .modal-footer {
	padding: 16px 0;
	gap: 20px;
	border-top: 1px solid #e9ecef;
	display: flex;
	justify-content: center;
	align-items: center;
	clear: both
}

.modal .modal-footer>* {
	padding: 6px;
	border-radius: 4px;
	border: 1px solid #ccc;
	height: 40px;
	font-size: 16px;
	width: 160px;
	transition: .2s;
	margin-left: 23px
}

.modal .modal-footer>:last-child {
	margin-left: 0
}

.modal .modal-footer .btn-close {
	background: var(--Gray-White, #fff);
	font-weight: 400;
	color: var(--Gray-Black, #000);
	outline: 0
}

.modal .modal-footer .btn-close:hover {
	border: 1px solid #6c757d
}

.modal .modal-footer .btn-submit {
	background: linear-gradient(258deg, var(--primary) 0, #8e3b00 95.34%);
	color: #fff
}

.modal .modal-body {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 400px;
	font-size: 16px;
	padding: 20px 50px 30px
}

@media (min-width:1024px) {
	.modal .modal-body {
		max-height: 412px;
		max-width: 500px;
		width: 500px
	}
}

@media (min-width:1280px) {
	.modal .modal-body {
		max-height: 617px
	}
}

.modal .modal-body>* {
	margin-bottom: 16px
}

.modal .modal-body>:last-child {
	margin-bottom: 0
}

.modal .modal-body .d-flex {
	display: flex
}

.modal .modal-body .form-group {
	position: relative;
	padding-top: 10px
}

.modal .modal-body .form-group>* {
	margin-bottom: 6px;
	display: block;
	width: 100%
}

.modal .modal-body .form-group>:last-child {
	margin-bottom: 0
}

.modal .modal-body .form-group label {
	color: var(--Gray-600, #6c757d);
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 10px;
	background: var(--Gray-White, #fff);
	width: fit-content;
	padding: 0 10px;
	z-index: 1;
	margin-bottom: 0
}

.modal .modal-body .form-group .form-select,
.modal .modal-body .form-group input.form-control {
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: var(--Gray-White, #fff);
	width: 100%;
	height: 50px;
	padding: 0 16px
}

.modal .modal-body .form-group .form-select::placeholder,
.modal .modal-body .form-group input.form-control::placeholder {
	font-size: 14px
}

.modal .modal-body .form-group textarea {
	padding: 10px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .1)
}

.modal .modal-body .form-group .form-text {
	font-size: 13px;
	color: var(--primary, #980700)
}

.modal .modal-body .recaptcha {
	text-align: center
}

.modal .modal-body .recaptcha img {
	width: 250px
}

.modal .modal-body .text-center,
.modal .modal-body .text-left,
.modal .modal-body .text-right {
	font-size: 16px
}

.modal .modal-body .text-center {
	text-align: center;
	justify-content: center
}

.modal .modal-body .text-left {
	text-align: left
}

.modal .modal-body .text-right {
	text-align: right
}

.modal .modal-body .heading-body {
	color: var(--Gray-800, #343a40);
	font-size: 18px;
	font-weight: var(--font-weight-semibold)
}

.modal .modal-body table {
	border-collapse: collapse;
	width: 100%
}

.modal .modal-body td,
.modal .modal-body th {
	border: 1px solid var(--Gray-300, #dee2e6);
	text-align: left;
	padding: 8px
}

.modal .modal-body .inline-block>* {
	display: inline-block
}

.modal .modal-body .inline-block a {
	color: var(--primary)
}

.modal .modal-body .form-check-label {
	display: flex;
	margin-bottom: 0
}

.modal .modal-body .text-notice {
	color: #888;
	font-size: 14px;
	font-weight: var(--font-weight-normal);
	line-height: 150%;
	display: flex;
	align-items: center
}

.modal .modal-body .text-notice input {
	margin-right: 8px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, .2);
	background: var(--Gray-White, #fff);
	width: 16px;
	height: 16px
}

.modal .modal-body .text-notice p {
	color: #0b699e;
	margin: 0 5px;
	cursor: pointer
}

.modal .modal-body .text-notice .forget-password {
	margin-left: auto
}

.modal .modal-body .text-notice label {
	margin-bottom: 0
}

.modal .modal-body .forgot-password {
	display: inline;
	color: #0b699e
}

.modal .modal-body .feedback {
	color: var(--primary, #980700);
	font-size: 13px
}

.modal .modal-body.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px var(--Gray-White, #fff);
	border-radius: 6px;
	background-color: var(--Gray-White, #fff)
}

.modal .modal-body.scroll::-webkit-scrollbar {
	width: 4px;
	background: var(--border-color)
}

.modal .modal-body.scroll::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: var(--border-color)
}

.modal .modal-body .btn-submit {
	border-radius: 6px;
	background: linear-gradient(258deg, var(--primary) 0, #8e3b00 95.34%);
	height: 52px;
	color: var(--Gray-White, #fff);
	font-size: 20px;
	line-height: 160%;
	text-transform: uppercase;
	width: 100%
}

.modal .modal-body .text-decor {
	color: #888;
	font-size: 14px;
	font-weight: var(--font-weight-normal);
	line-height: 150%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	align-items: center;
	gap: 16px
}

.modal .modal-body .text-decor::after,
.modal .modal-body .text-decor::before {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	background: rgba(0, 0, 0, .1)
}

.modal .modal-body .social-group {
	display: grid;
	gap: 12px;
	margin-bottom: 15px
}

.modal .modal-body .social-group>* {
	width: 100%;
	height: 48px;
	padding: 0 24px;
	font-size: 0;
	border-radius: 6px;
	transition: .3s
}

.modal .modal-body .social-group>.fb {
	background: url(../img/facebook.png) center center no-repeat rgba(59, 89, 152, .1)
}

.modal .modal-body .social-group>.zl {
	background: #ebedfc url(../img/zalo.png) center center no-repeat
}

.modal .modal-body .social-group>.gg {
	background: url(../img/google.png) center center no-repeat rgba(204, 64, 52, .1)
}

.modal .modal-body .social-group>:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4)
}

.modal .modal-body .other-login {
	position: relative;
	width: 100%;
	color: var(--Gray-500);
	font-size: 18px;
	text-align: center;
	text-transform: uppercase
}

.modal .modal-body .other-login span {
	background-color: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 2
}

.modal .modal-body .other-login::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: var(--Gray-500)
}

.modal .modal-body .social-login {
	width: 100%;
	display: flex;
	align-items: center;
	height: 52px;
	border-radius: 4px
}

.modal .modal-body .social-login .img {
	width: 50px;
	height: 40px;
	position: relative
}

.modal .modal-body .social-login .img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.modal .modal-body .social-login span {
	width: calc(100% - 50px);
	font-weight: 500;
	padding-left: 24px;
	border-left: 1px solid #fff;
	color: #fff
}

.modal .modal-body .social-login.facebook {
	background-color: #3b5998
}

.modal .modal-body .social-login.facebook .img::before {
	background: url(../img/icon-facebook-login.png);
	background-size: cover
}

.modal .modal-body .social-login.zalo {
	background-color: #0a84dd
}

.modal .modal-body .social-login.zalo .img::before {
	background: url(../img/icon-zalo-login.png);
	background-size: cover
}

.modal .modal-body .social-login.google {
	background-color: #cc4034
}

.modal .modal-body .social-login.google .img::before {
	background: url(../img/icon-google-login.png);
	background-size: cover
}

.modal-vote li {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc
}

.modal-vote li:last-child {
	border-bottom: none
}

.modal-vote .text {
	width: 30%;
	float: left;
	font: 13px arial;
	color: #555;
	padding-right: 15px
}

.modal-vote .number {
	width: 18%;
	float: right;
	font: 12px arial;
	color: #999;
	text-align: right
}

.modal-vote .number label {
	color: var(--Gray-Black, #000)
}

.modal-vote .color-bar {
	width: 50%;
	float: left;
	margin: 5px 0;
	height: 5px;
	background: #ccc
}

.modal-vote .color-bar .color-result {
	position: relative;
	background: var(--primary, #980700);
	float: left;
	height: 5px
}

.modal-vote .color-bar .text-result {
	display: inline-block;
	padding: 5px 0 0;
	position: absolute;
	right: 0;
	bottom: -20px;
	font: 11px arial;
	color: var(--Gray-Black, #000)
}

.modal-vote .total-vote {
	float: right;
	font: 400 13px arial;
	color: #666
}

.modal-vote .total-vote label {
	font-weight: var(--font-weight-semibold)
}

.modal-body:has(.w-650) {
	max-width: fit-content;
	width: fit-content
}

.w-650 {
	width: 650px !important
}

.modal-body .d-flex {
	display: flex;
	justify-content: space-between;
	position: relative
}

.modal-body .d-flex input {
	padding-right: 40px !important
}

.modal-body .d-flex>* {
	width: calc(50% - 16px)
}

.modal-body .d-flex>*>* {
	margin-bottom: 16px
}

.modal-body .d-flex>*>:last-child {
	margin-bottom: 0
}

.modal-body .d-flex .ic-eye {
	position: absolute;
	padding: 13px 10px;
	width: 35px;
	right: 0;
	cursor: pointer;
	height: 50px;
	bottom: 0;
	background: url(../img/eye.svg) center center/18px no-repeat
}

.modal-body .d-flex .ic-eye.slash::after {
	position: absolute;
	content: "";
	width: 21px;
	height: 1px;
	top: 25px;
	left: 7px;
	background: var(--Gray-Black, #000);
	transform: rotate(32deg)
}

.modal-body .d-flex .rank-1 {
	position: relative
}

.modal-body .d-flex .rank-1::before {
	content: "";
	position: absolute;
	border-left: 1px solid #ccc;
	width: 1px;
	height: 90%;
	right: -16px;
	top: 50%;
	transform: translateY(-50%)
}

.modal-body .rank-1>*,
.modal-body .rank-2>* {
	margin-bottom: 16px
}

.modal-body .rank-1>:last-child,
.modal-body .rank-2>:last-child {
	margin-bottom: 0
}

.modal-body .social a {
	color: var(--Gray-White, #fff);
	font-weight: 600;
	height: 46px;
	background: #979797;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px
}

.modal-body .social a:not(:last-child) {
	margin-bottom: 12px
}

.modal-body .social i {
	font-size: 16px;
	margin-right: 6px
}

.modal-body .social .fb {
	background: #3b5998
}

.modal-body .social .zl {
	background: #008fe5
}

.modal-body .social .gg {
	background: #db4437
}

.article {
	position: relative
}

.article__header {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 16px
}

.article__sub-title {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--Gray-800)
}

.article__title {
	color: var(--Gray-Black, #000);
	font-family: var(--font-family-serif);
	font-size: 40px;
	font-weight: 700
}

@media (min-width:1024px) {
	.article__title {
		font-size: 48px
	}
}

.article__sapo {
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
	margin-left: 100px;
	margin-right: 100px
}

.article .audio-social {
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width:1439px) {
	.article .audio-social {
		padding: 0 16px
	}
}

.article .audio-social .audio {
	width: 350px;
	margin-right: auto
}

.article .img-ggnews {
	font-size: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 10px
}

:root {
	--gutter-body: 16px
}

.zce-mobile .zce-content-body {
	width: 360px
}

.zce-mobile [data-display=desktop],
.zce-mobile [data-display=mobile] {
	display: none
}

.zce-mobile [data-display=desktop] .zce-Visibility,
.zce-mobile [data-display=mobile] .zce-Visibility {
	display: none
}

.zce-mobile .zce-content-body .full-width {
	max-width: 100%
}

.zce-content-body h1,
.zce-content-body h2,
.zce-content-body h3,
.zce-content-body h4,
.zce-content-body h5,
.zce-content-body h6 {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000b1d;
	text-rendering: optimizeLegibility;
	letter-spacing: -.01em
}

.zce-content-body h1 a,
.zce-content-body h2 a,
.zce-content-body h3 a,
.zce-content-body h4 a,
.zce-content-body h5 a,
.zce-content-body h6 a {
	text-decoration: none
}

.zce-content-body h1 a:hover,
.zce-content-body h2 a:hover,
.zce-content-body h3 a:hover,
.zce-content-body h4 a:hover,
.zce-content-body h5 a:hover,
.zce-content-body h6 a:hover {
	transition: all .2s linear;
	opacity: .7;
	text-decoration: none
}

.zce-content-body h1 {
	font-size: 36px;
	line-height: 1.1
}

.zce-content-body h2 {
	font-size: 28px;
	line-height: 1.3
}

.zce-content-body h3 {
	font-size: 21px;
	line-height: 1.4
}

.zce-content-body h4 {
	font-size: 16px;
	line-height: 1.5
}

.zce-content-body ol,
.zce-content-body ul {
	margin-left: 20px
}

.zce-content-body li {
	list-style-type: inherit
}

.zce-content-body li li {
	font-size: 1em
}

.zce-content-body hr {
	position: relative;
	line-height: 1;
	background: 0 0;
	border: none;
	text-align: left;
	margin-top: var(--gutter-body);
	margin-bottom: var(--gutter-body);
	height: 10px
}

.zce-content-body hr:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	margin-top: -.5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(217, 219, 221, .6)
}

.zce-content-body a {
	color: #dc3545;
	text-decoration: none;
	background-color: transparent
}

.zce-content-body embed,
.zce-content-body img,
.zce-content-body object,
.zce-content-body video {
	max-width: 100%;
	height: auto
}

.zce-content-body .table-responsive {
	max-width: 100%;
	overflow-x: auto
}

.zce-content-body table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-collapse: collapse;
	display: table
}

.zce-content-body table.max-width {
	display: block
}

.zce-content-body table.max-width:has(.twentytwenty) {
	display: table
}

.zce-content-body table:not([class]):not([align]),
.zce-content-body table[data-zce-type] {
	width: 100%
}

.zce-content-body table:not([class]):not([align]) td,
.zce-content-body table:not([class]):not([align]) th,
.zce-content-body table[data-zce-type] td,
.zce-content-body table[data-zce-type] th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.5;
	border: 1px solid rgba(0, 0, 0, .15)
}

.zce-content-body table:not([class]):not([align]) td:empty:after,
.zce-content-body table:not([class]):not([align]) th:empty:after,
.zce-content-body table[data-zce-type] td:empty:after,
.zce-content-body table[data-zce-type] th:empty:after {
	content: "Empty cell";
	visibility: hidden;
	speak: none;
	font-size: 0
}

.zce-content-body img,
.zce-content-body video {
	display: flex;
	margin: 0 auto
}

.zce-content-body .caption,
.zce-content-body figcaption {
	text-align: center;
	font-size: 16px;
	margin: 0 auto
}

.margin-10 {
	margin: 10px
}

.margin-10-lr {
	margin-left: 10px;
	margin-right: 10px
}

.margin-10-tb {
	margin-top: 10px;
	margin-bottom: 10px
}

.padding-10 {
	padding: 10px
}

.padding-10-lr {
	padding-left: 10px;
	padding-right: 10px
}

.padding-10-tb {
	padding-top: 10px;
	padding-bottom: 10px
}

.margin-20 {
	margin: 20px
}

.margin-20-lr {
	margin-left: 20px;
	margin-right: 20px
}

.margin-20-tb {
	margin-top: 20px;
	margin-bottom: 20px
}

.padding-20 {
	padding: 20px
}

.padding-20-lr {
	padding-left: 20px;
	padding-right: 20px
}

.padding-20-tb {
	padding-top: 20px;
	padding-bottom: 20px
}

.margin-30 {
	margin: 30px
}

.margin-30-lr {
	margin-left: 30px;
	margin-right: 30px
}

.margin-30-tb {
	margin-top: 30px;
	margin-bottom: 30px
}

.padding-30 {
	padding: 30px
}

.padding-30-lr {
	padding-left: 30px;
	padding-right: 30px
}

.padding-30-tb {
	padding-top: 30px;
	padding-bottom: 30px
}

.margin-40 {
	margin: 40px
}

.margin-40-lr {
	margin-left: 40px;
	margin-right: 40px
}

.margin-40-tb {
	margin-top: 40px;
	margin-bottom: 40px
}

.padding-40 {
	padding: 40px
}

.padding-40-lr {
	padding-left: 40px;
	padding-right: 40px
}

.padding-40-tb {
	padding-top: 40px;
	padding-bottom: 40px
}

.margin-50 {
	margin: 50px
}

.margin-50-lr {
	margin-left: 50px;
	margin-right: 50px
}

.margin-50-tb {
	margin-top: 50px;
	margin-bottom: 50px
}

.padding-50 {
	padding: 50px
}

.padding-50-lr {
	padding-left: 50px;
	padding-right: 50px
}

.padding-50-tb {
	padding-top: 50px;
	padding-bottom: 50px
}

.dropcap::first-letter {
	font-size: 48px;
	font-weight: 700;
	float: left;
	line-height: 17px
}

.zce-content-body {
	font-size: 16px
}

.zce-content-body>* {
	margin-bottom: var(--gutter-body)
}

.zce-content-body>:last-child {
	margin-bottom: 0
}

@media (min-width:1440px) {
	.zce-content-body>.full-width {
		position: relative;
		width: calc(100vw - var(--widthScroll));
		transform: translateX(-50%);
		left: 50%
	}
}

@media (min-width:1440px) {
	.zce-content-body>.max-width {
		position: relative;
		transform: translateX(-50%);
		left: 50%;
		width: calc(100vw - var(--widthScroll));
		max-width: 1300px
	}
}

.zce-content-body .align-left {
	width: 50%;
	float: left;
	margin-right: var(--gutter-body)
}

.zce-content-body [align=left] {
	width: 50%;
	float: left;
	margin-right: var(--gutter-body)
}

.zce-content-body .align-right {
	width: 50%;
	float: right;
	margin-left: var(--gutter-body)
}

.zce-content-body [align=right] {
	width: 50%;
	float: right;
	margin-left: var(--gutter-body)
}

.zce-content-body .outset-left {
	width: 50%;
	float: left;
	margin-right: var(--gutter-body)
}

.zce-content-body .outset-right {
	width: 50%;
	float: right;
	margin-left: var(--gutter-body)
}

@media (min-width:1440px) {
	.zce-content-body>.outset-left {
		margin-left: -25%
	}

	.zce-content-body>.outset-right {
		margin-right: -25%
	}
}

.detail-page:not(.longform-page) .zce-content-body>.full-width,
.detail-page:not(.longform-page) .zce-content-body>.max-width {
	width: 100%
}

@media (min-width:1440px) {
	.detail-page:not(.longform-page) .zce-content-body>.outset-left {
		margin-left: 0
	}
}

@media (min-width:1440px) {
	.detail-page:not(.longform-page) .zce-content-body>.outset-right {
		margin-right: 0
	}
}

.article>*,
.article__footer>* {
	margin-bottom: 16px
}

.article>:last-child,
.article__footer>:last-child {
	margin-bottom: 0
}

.zce-content-body h1,
.zce-content-body h2,
.zce-content-body h3,
.zce-content-body h4,
.zce-content-body h5,
.zce-content-body h6 {
	color: var(--Gray-Black)
}

.zce-content-body h1 a:hover,
.zce-content-body h2 a:hover,
.zce-content-body h3 a:hover,
.zce-content-body h4 a:hover,
.zce-content-body h5 a:hover,
.zce-content-body h6 a:hover {
	opacity: 1
}

.zce-content-body h2 {
	font-size: 30px
}

.zce-content-body h3 {
	font-size: 24px
}

.zce-content-body h4 {
	font-size: 18px
}

.article .caption,
.article figcaption {
	color: var(--Gray-600, #6c757d);
	text-align: center;
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-style: italic;
	line-height: 150%;
	padding-top: 5px
}

.article .caption>*,
.article figcaption>* {
	margin-top: 0;
	text-align: center
}

.zce-content-body .picture,
.zce-content-body figure {
	position: relative;
	cursor: pointer
}

.zce-content-body .picture::after,
.zce-content-body figure::after {
	display: none;
	width: 40px;
	height: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	content: "\e943";
	right: 8px;
	top: 8px;
	font-family: icomoon;
	background-color: rgba(0, 0, 0, .4);
	border-radius: 8px;
	color: var(--Gray-White)
}

.zce-content-body .article-relate .story__thumb:after,
.zce-content-body .related-news .story__thumb:after,
.zce-content-body .related-topic .story__thumb:after,
.zce-content-body .twentytwenty .story__thumb:after {
	display: none !important
}

.zce-content-body>* {
	color: var(--Gray-800);
	font-family: var(--font-family-sans-serif);
	font-size: 17px;
	font-weight: var(--font-weight-normal);
	line-height: 160%;
	margin-bottom: 16px
}

@media (max-width:767.98px) {
	.zce-content-body>* {
		font-size: 18px
	}
}

.zce-content-body .dropcap::first-letter {
	font-size: 250%;
	line-height: 1.2;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	background: var(--Gray-100)
}

.zce-content-body a {
	color: var(--primary);
	display: initial
}

.zce-content-body a:hover {
	text-decoration: underline
}

.zce-content-body ul {
	list-style: inherit
}

.zce-content-body ol {
	list-style: auto
}

.zce-content-body .audio {
	text-align: center
}

.zce-content-body .audio audio {
	width: 100%
}

[class^=layout-image-] {
	display: grid !important;
	gap: 1px;
	justify-content: center;
	display: none;
	width: var(--container) !important;
	max-width: var(--container);
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

[class^=layout-image-] figure {
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	width: fit-content
}

[class^=layout-image-] figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

[class^=layout-image-] figure:hover figcaption {
	opacity: 1
}

[class^=layout-image-] figure figcaption {
	transition: .5s;
	position: absolute;
	font-size: 16px;
	color: #fff;
	bottom: 0;
	left: 0;
	padding: 10px;
	opacity: 0;
	background-color: rgba(0, 0, 0, .2);
	width: 100%
}

.layout-image-2 {
	grid-template-columns: repeat(2, auto)
}

@media (min-width:768px) {
	.layout-image-2 figure figcaption {
		opacity: 1
	}
}

.layout-image-2>figcaption {
	grid-column: 1/3
}

.layout-image-3 {
	grid-template-columns: repeat(2, auto)
}

@media (min-width:768px) {
	.layout-image-3 figure figcaption {
		opacity: 1
	}
}

.layout-image-3 figure:first-child {
	grid-column: 1/3
}

.layout-image-3>figcaption {
	grid-column: 1/3
}

.layout-image-3-horizontal {
	grid-template-columns: repeat(3, auto)
}

.layout-image-3-horizontal>figcaption {
	grid-column: 1/4
}

.layout-image-4 {
	grid-template-columns: repeat(2, auto)
}

@media (min-width:768px) {
	.layout-image-4 figure figcaption {
		opacity: 1
	}
}

.layout-image-4>figcaption {
	grid-column: 1/3
}

.layout-image-horizontal {
	grid-template-columns: repeat(4, auto)
}

.layout-image-horizontal>figcaption {
	grid-column: 1/5
}

[class^=layout-image-]+[class^=layout-image-] {
	margin-top: -14px
}

[class^=layout-image-]:has(>figcaption)+[class^=layout-image-] {
	margin-top: var(--gutter-body)
}

@media (max-width:767px) {
	[class^=layout-image-] {
		width: 100% !important;
		grid-template-columns: 100% !important
	}

	[class^=layout-image-] figure {
		grid-column: 1 !important
	}
}

.article-relate {
	display: grid
}

.article-relate .story {
	width: 100%;
	grid-template-columns: 120px 1fr
}

@media (min-width:768px) {
	.article-relate .story {
		background: #f8f8f8;
		grid-template-columns: 150px 1fr
	}
}

.article-relate .story__thumb {
	width: 120px;
	height: 72px;
	border-radius: 8px 0 0 8px;
	margin-bottom: 0;
	float: left
}

@media (min-width:768px) {
	.article-relate .story__thumb {
		width: 150px;
		height: 90px
	}
}

.article-relate .story__thumb:hover:before {
	display: none
}

.article-relate .story__heading a {
	color: var(--Gray-Black);
	font-family: var(--font-family-serif);
	font-size: 16px;
	padding-left: 12px;
	font-weight: 500;
	line-height: 140%
}

@media (min-width:768px) {
	.article-relate .story__heading a {
		padding: 12px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.dark-theme .article-relate .story {
		background: var(--Gray-White)
	}
}

related-content {
	overflow: hidden;
	display: grid;
	grid-template-columns: 120px 1fr
}

@media (min-width:768px) {
	related-content {
		background: #f8f8f8;
		grid-template-columns: 150px 1fr
	}
}

related-content .img {
	width: 120px;
	height: 72px;
	border-radius: 8px 0 0 8px;
	overflow: hidden
}

@media (min-width:768px) {
	related-content .img {
		width: 150px;
		height: 90px
	}
}

related-content .info {
	text-align: left;
	overflow: hidden
}

related-content .info a {
	color: var(--Gray-Black);
	font-family: var(--font-family-serif);
	font-size: 16px;
	display: block;
	padding-left: 12px;
	font-weight: 700;
	line-height: 140%
}

@media (min-width:768px) {
	related-content .info a {
		padding: 12px;
		font-size: 18px
	}
}

related-content .info a:hover {
	color: var(--primary)
}

blockquote {
	position: relative;
	border-left: 2px solid var(--primary);
	padding-left: 16px;
	margin: 40px 0 0
}

@media (min-width:768px) {
	blockquote {
		margin: 60px 32px 0;
		padding-left: 24px
	}
}

.zce-content-body>blockquote div,
.zce-content-body>blockquote p {
	font-family: var(--font-family-serif);
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 160%
}

blockquote:before {
	width: 35px;
	height: 25px;
	position: absolute;
	content: "";
	top: -32px;
	left: -2px;
	background: url(../img/tienphong/quote-2025.png) center center/35px 25px no-repeat
}

@media (min-width:768px) {
	blockquote:before {
		left: 0;
		top: -44px
	}
}

blockquote .author {
	color: var(--Primary-Dark-Text, #1e1e1e);
	font-family: var(--font-family-serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	display: block;
	font-style: normal
}

blockquote .wrap {
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-flow: row wrap;
	justify-content: space-between
}

blockquote .wrap button {
	padding: 4px
}

blockquote .wrap button:hover {
	background-color: var(--Gray-200)
}

blockquote .wrap i {
	font-size: 24px
}

blockquote.align-left,
blockquote.align-right,
blockquote[align=left],
blockquote[align=right] {
	margin: 50px 0 0
}

.notebox {
	padding: 16px;
	background: rgba(0, 125, 196, .05);
	border-radius: 8px;
	font-size: 18px;
	line-height: 160%
}

.notebox>* {
	margin-bottom: 16px
}

.story-telling {
	min-height: 100vh;
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
	width: calc(100vw - 17px);
	left: 50%;
	transform: translate(-50%, 0)
}

.story-telling:last-child {
	padding-bottom: 0
}

.story-telling[data-type=left],
.story-telling[data-type=right] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin: 0 auto;
	padding: 40px 0
}

.slide-container {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh
}

.slide-container .picture,
.slide-container figure {
	position: absolute
}

.slide {
	width: 100vw;
	height: 100%;
	opacity: 0;
	position: absolute !important;
	cursor: initial !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.slide.max-width {
	width: var(--container);
	max-width: var(--container)
}

.slide figcaption {
	background: rgba(0, 0, 0, .3);
	padding: 5px 0;
	text-align: center;
	font-style: italic;
	color: var(--Gray-White);
	font-size: 16px;
	width: 100%
}

.slide video,
.slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none
}

.slide img {
	pointer-events: none
}

.text-container {
	position: relative;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto
}

.text-container:has(.txt.max-width) {
	max-width: var(--container)
}

.txt {
	width: 648px;
	margin: auto;
	text-align: left;
	background: rgba(255, 255, 255, .9);
	padding: 32px;
	border-radius: 32px;
	font-size: 18px;
	margin-bottom: 100vh;
	opacity: 1
}

.txt>p {
	margin-bottom: 20px
}

.txt>p:last-child {
	margin-bottom: 0
}

.txt[data-type=right] {
	margin-right: 24px
}

.txt[data-type=left] {
	margin-left: 24px
}

.story-telling .backgrounds {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	pointer-events: none
}

.story-telling .backgrounds figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	margin: 0;
	pointer-events: none;
	background: #000
}

.story-telling .backgrounds figure.active {
	opacity: 1;
	pointer-events: none
}

.story-telling[data-type=background-images] .contents {
	display: flex;
	justify-content: space-evenly;
	min-height: 100vh;
	pointer-events: none
}

.story-telling[data-type=background-images] .slide-container {
	z-index: 5;
	width: 50%;
	max-width: 50%
}

.story-telling[data-type=background-images] .slide {
	position: absolute;
	max-width: 50vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 1s ease-in;
	pointer-events: none
}

.story-telling[data-type=background-images] .slide img {
	max-width: 100%;
	max-height: calc(100% - 45px);
	object-fit: scale-down
}

.story-telling[data-type=background-images] .text-container {
	z-index: 10;
	width: 50%;
	max-width: 50%;
	padding-top: 80vh
}

.story-telling[data-type=left] .slide-container,
.story-telling[data-type=right] .slide-container {
	display: flex;
	align-self: start;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden
}

.story-telling[data-type=left] .slide-container .slide,
.story-telling[data-type=right] .slide-container .slide {
	width: 100%;
	max-width: 50vw;
	height: auto;
	top: initial;
	left: initial;
	transform: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none
}

.story-telling[data-type=left] .text-container,
.story-telling[data-type=right] .text-container {
	display: flex;
	justify-content: center;
	align-self: start;
	flex-basis: 0;
	flex-grow: 1;
	padding-top: 80vh;
	pointer-events: none;
	flex-wrap: wrap
}

.story-telling[data-type=left] .text-container .txt,
.story-telling[data-type=right] .text-container .txt {
	margin-bottom: 50vh
}

.story-telling[data-type=right] .slide-container {
	order: 1
}

.story-telling[data-type=right] .text-container {
	order: 2
}

.article__meta {
	display: flex;
	padding-top: 8px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 32px;
	position: relative
}

@media (max-width:575.98px) {
	.article__meta {
		flex-flow: row wrap;
		gap: 8px 20px
	}
}

.article__meta::before {
	position: absolute;
	content: "";
	width: 280px;
	height: 1px;
	background-color: var(--Gray-Black);
	display: block;
	bottom: -16px;
	left: calc(50% - 140px)
}

.article__meta .wrap-author {
	position: relative;
	display: flex;
	padding-left: 40px;
	counter-reset: section
}

.article__meta .author {
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
	height: 40px;
	display: flex;
	align-items: center
}

.article__meta .author .thumb {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid var(--Gray-White);
	background-color: var(--Gray-200);
	position: absolute;
	left: 0;
	top: 0
}

.article__meta .author .thumb:before {
	content: "\e92d";
	font-size: 16px;
	font-family: icomoon;
	font-weight: 400;
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	z-index: -1000
}

.article__meta .author .thumb img {
	position: absolute;
	top: 0;
	left: 0
}

.article__meta .author::before {
	content: "Â -Â ";
	display: block;
	margin-right: 6px
}

.article__meta .author:first-child:before {
	display: none
}

.article__meta .time {
	display: flex;
	height: 40px;
	align-items: center;
	color: var(--Grey-SubSect-5, #555);
	font-size: 12px;
	gap: 4px
}

.article__meta .time i[class^=ic-] {
	font-size: 18px
}

.article__meta .author:nth-child(1) .thumb {
	z-index: -1;
	left: calc(-1px * 12)
}

.article__meta .author:nth-child(2) .thumb {
	z-index: -2;
	left: calc(-2px * 12)
}

.article__meta .author:nth-child(3) .thumb {
	z-index: -3;
	left: calc(-3px * 12)
}

.article__meta .author:nth-child(4) .thumb {
	z-index: -4;
	left: calc(-4px * 12)
}

.article__meta .author:nth-child(5) .thumb {
	z-index: -5;
	left: calc(-5px * 12)
}

.social-bar {
	position: sticky;
	float: left;
	margin-left: -104px;
	left: 0;
	top: 100px;
	display: grid;
	width: 40px
}

@media (max-width:1439.98px) {
	.social-bar {
		display: none
	}
}

.detail-page .site-body .features>*,
.detail-page .site-body .social>* {
	width: 40px;
	height: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.detail-page .site-body .features>:hover,
.detail-page .site-body .social>:hover {
	text-decoration: none !important;
	background: #eee
}

.detail-page .site-body .features [class*=ic-]:before,
.detail-page .site-body .social [class*=ic-]:before {
	font-size: 24px
}

.detail-page .site-body .features {
	position: sticky;
	float: left;
	margin-left: -100%;
	left: 20px;
	top: 100px;
	margin-top: 5px;
	display: grid;
	width: 40px;
	z-index: 1;
	font-size: 0;
	gap: 16px;
	border-radius: 60px;
	border: 1px solid var(--border-color);
	overflow: hidden
}

@media (max-width:1440px) {
	.detail-page .site-body .features {
		margin-top: 60px
	}
}

.detail-page .site-body .features>* {
	width: 40px;
	height: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.detail-page .site-body .features>:hover {
	text-decoration: none !important;
	background: #eee
}

.detail-page .site-body .social {
	display: inline-flex;
	height: 40px;
	font-size: 0;
	gap: 16px;
	border-radius: 60px;
	border: 1px solid var(--border-color);
	overflow: hidden
}

.detail-page .site-body .social>* {
	color: var(--Gray-600)
}

.detail-page .site-body .social [class*=ic-]:before {
	font-size: 24px
}

.detail-page .site-body .social .fb:hover {
	color: #3b5998
}

.detail-page .site-body .social .zalo [class*=ic-]:before {
	font-size: 32px
}

.detail-page .site-body .social .zalo:hover {
	color: #0068ff
}

.detail-page .site-body .social .twitterX:hover {
	color: #000
}

.detail-page .site-body .social .link:hover {
	color: var(--primary)
}

.detail-page .site-body .social .printer:hover {
	color: var(--primary)
}

.detail-page .site-body .social .comment:hover {
	color: var(--primary)
}

.article__slider .swiper-button-next,
.article__slider .swiper-button-prev {
	top: calc(50% - 30px);
	color: var(--gray-800, #000)
}

body.longform-page .article {
	margin-left: auto;
	margin-right: auto
}

body.longform-page .article>:first-child:is(.breadcrumb) {
	padding-top: 32px
}

body.longform-page .article .article__avatar,
body.longform-page .article>.full-width,
body.longform-page .article>.max-width {
	text-align: center;
	position: relative;
	width: 100vw;
	transform: translateX(-50%);
	left: 50%
}

@media (min-width:1440px) {

	body.longform-page .article .article__avatar,
	body.longform-page .article>.full-width,
	body.longform-page .article>.max-width {
		width: calc(100vw - var(--widthScroll))
	}
}

@media (min-width:1024px) {

	body.longform-page .article .article__avatar .caption,
	body.longform-page .article .article__avatar figcaption,
	body.longform-page .article>.full-width .caption,
	body.longform-page .article>.full-width figcaption,
	body.longform-page .article>.max-width .caption,
	body.longform-page .article>.max-width figcaption {
		width: 980px;
		margin: auto
	}
}

body.longform-page .article>.max-width {
	max-width: 1300px
}

body.longform-page .site-footer {
	background: var(--Gray-White)
}

@font-face {
	font-family: icomoon;
	src: url(../../font/audio/icomoon.eot);
	src: url(../../font/audio/icomoon.eot#iefix) format("embedded-opentype"), 
		 url(../../font/audio/icomoon.ttf) format("truetype"), 
		 url(../../font/audio/icomoon.woff) format("woff"), 
		 url(../../font/audio/icomoon.svg#bm-player) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class^=ic-audio-] {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[class^=ic-audio-]::before {
	font-size: 16px
}

.ic-audio-waveform:before {
	content: "đŸ•"
}

.ic-audio-microphone:before {
	content: "đŸ•‘"
}

.ic-audio-volume:before {
	content: "đŸ•’"
}

.ic-audio-volume-slash:before {
	content: "đŸ•“"
}

.ic-audio-pause:before {
	content: "đŸ•”";
	font-size: 12px
}

.ic-audio-play:before {
	content: "đŸ••"
}

.audio {
	display: flex;
	width: 100%;
	height: 40px;
	padding: 4px;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	background: #f6f6f6;
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 12px
}

.audio .wrap-control {
	width: 32px;
	display: flex;
	gap: 4px
}

.audio .wrap-control .btn-next,
.audio .wrap-control .btn-prev {
	display: none
}

.audio .wrap-control .play-button {
	border-radius: 50%;
	background: var(--primary, #ed1c24);
	width: 32px;
	height: 32px
}

.audio .wrap-control .play-button [class^=ic-] {
	color: var(--Gray-White, #fff)
}

.audio .wrap-control .play-button .ic-audio-play {
	padding-left: 4px
}

.audio .progress-bar {
	cursor: pointer;
	position: relative
}

.audio .progress-bar .bg {
	width: 100%;
	display: block;
	background: var(--Gray-400);
	height: 3px
}

.audio .progress-bar .fill-recent {
	color: #28a5fa;
	position: absolute;
	height: 0;
	top: 0;
	right: 0;
	cursor: pointer;
	height: 3px;
	width: 40%
}

.audio .progress-bar .current-time {
	position: absolute;
	top: 0;
	font-size: 0;
	display: block;
	background: #28a5fa;
	height: 3px
}

.audio .progress-bar .current-time::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 8px;
	height: 8px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: 0
}

.audio .time-display>* {
	color: var(--Gray-700, #495057);
	font-family: var(--font-family-sans-serif);
	font-size: 14px
}

.audio .rate {
	font-family: var(--font-family-sans-serif);
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	display: flex;
	align-items: center;
	height: 32px;
	padding: 0 8px;
	gap: 4px;
	border-radius: 20px;
	background: var(--Gray-White, #fff);
	cursor: pointer;
	position: relative
}

.audio .rate:after {
	content: "\e90a";
	font-size: 12px;
	font-family: icomoon
}

.audio .rate-board {
	display: none;
	position: absolute;
	background: var(--Gray-White, #fff);
	border: 1px solid #ddd;
	border-radius: 4px;
	z-index: 1;
	top: 42px;
	width: 36px;
	width: 100%;
	right: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto
}

.audio .rate-board>* {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 14px;
	cursor: pointer;
	transition: .3s
}

.audio .rate-board>* i {
	display: none
}

.audio .rate-board>.active,
.audio .rate-board>:hover {
	background: #ededed;
	color: var(--primary, #ed1c24)
}

.audio .ic-audio-volume {
	min-width: 20px
}

.related-topic {
	position: relative;
	background-color: #ccc;
	height: 390px;
	overflow: hidden;
	width: 880px;
	height: 390px;
	margin-left: -100px
}

.related-topic .wrap-heading {
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 20
}

.related-topic .wrap-heading .label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 16px;
	top: 36px
}

.related-topic .wrap-heading .label i {
	font-size: 28px;
	color: var(--primary)
}

.related-topic .box-heading {
	display: inline-flex;
	margin: 24px auto 16px
}

.related-topic .box-heading .title {
	font-family: var(--font-family-serif);
	color: var(--Gray-White);
	text-align: center;
	font-size: 28px;
	font-weight: 700
}

.related-topic .box-heading .title:hover {
	opacity: .8
}

.related-topic .bg-box {
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 10;
	min-width: 100%;
	min-height: 100%
}

.related-topic .bg-box img {
	filter: blur(10px);
	min-width: 100%;
	min-height: 100%
}

.related-topic .bg-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background: rgba(0, 0, 0, .2);
	z-index: 10
}

.related-topic .box-content {
	z-index: 30;
	padding: 16px;
	padding-top: 0
}

.related-topic .box-content [class^=swiper-button] {
	z-index: 40;
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	right: 16px;
	opacity: .6
}

.related-topic .box-content [class^=swiper-button]:after {
	font-size: 24px;
	color: var(--Gray-Black);
	font-family: icomoon;
	font-weight: 600;
	position: relative;
	bottom: 1px;
	opacity: .6
}

.related-topic .box-content [class^=swiper-button]:hover {
	opacity: 1
}

.related-topic .box-content [class^=swiper-button]:hover:after {
	opacity: 1
}

.related-topic .box-content .swiper-button-next {
	top: 50px
}

.related-topic .box-content .swiper-button-next::after {
	content: "\e923";
	right: -1px
}

.related-topic .box-content .swiper-button-prev {
	top: 115px;
	left: initial
}

.related-topic .box-content .swiper-button-prev::after {
	content: "\e913";
	left: -1px
}

.related-topic .story {
	width: 280px
}

.related-topic .story__thumb {
	width: 280px
}

.related-topic .story__heading a {
	color: var(--Gray-White)
}

.related-topic .story__thumb {
	width: 320px;
	height: 192px
}

.related-topic .story__thumb:hover:before {
	display: none
}

.related-topic .bg-box {
	height: 390px;
	top: 0
}

.poll-box {
	padding: 16px
}

.poll-box .box-heading {
	margin-bottom: 16px
}

.poll-box .box-heading span {
	font-size: 14px;
	color: var(--Primary-Blue, #007dc4);
	font-weight: 700;
	text-transform: uppercase
}

.poll-box .desc {
	color: var(--Primary-Dark-Text, #1e1e1e);
	font-family: var(--font-family-serif);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px
}

.poll-box .box-content label {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 8px;
	height: 32px;
	padding: 0 16px;
	align-items: center;
	border-radius: 4px;
	background: var(--Light-Blue-bg, #e5f2f9)
}

.poll-box .box-content label input {
	display: none
}

.poll-box .box-content label:has(input:checked) {
	background: var(--primary, #ed1c24)
}

.poll-box .box-content label:has(input:checked) span {
	color: var(--Gray-White);
	font-weight: 700
}

.poll-box .box-content label:last-of-type {
	margin-bottom: 0
}

.poll-box .box-content label span {
	line-height: 130%
}

.poll-box .wrap-button {
	padding-top: 16px;
	display: flex;
	gap: 16px
}

.poll-box .wrap-button .btn-see,
.poll-box .wrap-button .btn-send {
	display: flex;
	height: 32px;
	width: 130px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 14px
}

.poll-box .wrap-button .btn-send {
	background-color: var(--primary);
	color: var(--Gray-White, #fff);
	border: none
}

.dark-theme .poll-box {
	background: var(--Gray-White, #fff)
}

.dark-theme .poll-box .wrap-button .btn-send {
	background-color: var(--Gray-200, #fff)
}

.poll-box.align-left,
.poll-box.align-right,
.poll-box[align=left],
.poll-box[align=right] {
	padding: 0
}

.article__body .quiz>.item {
	border-top: 3px solid var(--primary, #980700);
	background: #f7f7f7;
	padding: 30px;
	padding-top: 20px;
	margin-bottom: 40px
}

.article__body .quiz>.item:before {
	content: "CĂ¢u há»i";
	font-family: var(--font-family-sans-serif);
	color: var(--Gray-White, #fff);
	position: relative;
	margin-bottom: 20px;
	background: url(../img/title-decor.png?021123) center center/100% 100% no-repeat;
	color: var(--Gray-White, #fff);
	font-size: 18px;
	font-weight: var(--font-weight-semibolder);
	text-transform: uppercase;
	padding: 7px 22px 10px;
	width: fit-content;
	height: 42px;
	display: block;
	margin-bottom: 10px
}

.article__body .quiz>.item>* {
	margin-bottom: 20px
}

.article__body .quiz>.item>:last-child {
	margin-bottom: 0
}

.article__body .quiz .form-group {
	border-radius: 6px;
	border: 1px solid var(--Gray-200, #e9ecef);
	background: var(--Gray-White, #fff);
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 32px;
	position: relative;
	cursor: pointer;
	padding-left: 67px;
	border-radius: 6px;
	position: relative
}

.article__body .quiz .form-group::after {
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 20px);
	top: 50%;
	transform: translateY(-50%);
	left: 49px;
	background: var(--Gray-200, #e9ecef)
}

.article__body .quiz .form-group::before {
	font-size: 20px;
	position: absolute;
	font-family: icomoon;
	width: 20px;
	height: 20px;
	top: 15px;
	left: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	content: "\e92f";
	color: #e9ecef;
	background: var(--Gray-White, #fff)
}

.article__body .quiz .form-group label {
	margin-bottom: 0;
	color: var(--Gray-900, #212529);
	font-family: var(--font-family-sans-serif);
	font-size: 18px;
	font-weight: var(--font-weight-normal);
	line-height: 160%
}

.article__body .quiz .form-group.true {
	cursor: unset;
	background: #198754
}

.article__body .quiz .form-group.true::before {
	content: "\e926";
	background: #198754
}

.article__body .quiz .form-group.true label {
	color: var(--Gray-White, #fff)
}

.article__body .quiz .form-group.false {
	cursor: unset;
	background: #dc3545
}

.article__body .quiz .form-group.false::before {
	content: "\e90e";
	background: #dc3545
}

.article__body .quiz .form-group.false label {
	color: var(--Gray-White, #fff)
}

.article__body .quiz .form-group.disable {
	background: #f7f7f7;
	cursor: unset
}

.article__body .quiz .answer>* {
	margin-bottom: 12px
}

.article__body .quiz .answer>:last-child {
	margin-bottom: 0
}

.article__body .quiz .photo-question {
	width: 100%;
	min-height: 330px;
	position: relative
}

.article__body .quiz .photo-question::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.article__body .quiz .photo-question .question {
	color: var(--Gray-White, #fff);
	font-family: var(--font-family-serif);
	font-size: 18px;
	font-weight: var(--font-weight-normal);
	line-height: 160%;
	position: absolute;
	bottom: 20px;
	padding: 0 30px;
	height: 100%;
	min-height: 330px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 20px
}

.article__body .quiz .explain {
	border-radius: 6px;
	border: 1px dashed var(--Gray-Black, #000);
	background: var(--Gray-White, #fff);
	font-family: var(--font-family-sans-serif);
	padding: 30px;
	color: var(--Gray-Black, #000);
	font-size: 18px;
	font-weight: var(--font-weight-normal);
	line-height: 160%
}

.article__body .quiz .bold {
	font-weight: var(--font-weight-bold)
}

.article__body .result {
	border: 1px solid rgba(13, 202, 240, .1);
	background: rgba(13, 202, 240, .05);
	padding: 20px 30px
}

.article__body .result .box-heading {
	font-family: var(--font-family-sans-serif);
	color: var(--Gray-White, #fff);
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border-color)
}

.article__body .result .box-heading .title {
	background: url(../img/title-decor.png?021123) center center/100% 100% no-repeat;
	color: var(--Gray-White, #fff);
	font-size: 18px;
	font-weight: var(--font-weight-semibolder);
	text-transform: uppercase;
	padding: 12px 22px;
	width: fit-content
}

.article__body .result .box-heading .title:hover {
	color: var(--Gray-White, #fff) !important
}

.article__body .result .heading {
	color: var(--Gray-Black, #000);
	font-family: var(--font-family-sans-serif);
	font-size: 18px;
	font-weight: var(--font-weight-normal);
	text-transform: uppercase
}

.article__body .result .box-content {
	display: flex;
	align-items: center
}

.article__body .result .text {
	color: var(--Gray-Black, #000);
	font-family: var(--font-family-sans-serif);
	font-size: 36px;
	font-weight: var(--font-weight-semibolder);
	text-transform: uppercase;
	margin-left: auto;
	line-height: 40px
}

.article__body .result .text .highlight {
	color: #198754
}

.article__body .info-form {
	border-radius: 6px;
	border: 1px solid var(--Gray-200, #e9ecef);
	background: var(--Gray-White, #fff);
	padding: 40px 50px
}

.article__body .info-form .title {
	color: var(--Gray-800, #343a40);
	font-family: var(--font-family-sans-serif);
	font-size: 20px;
	font-weight: var(--font-weight-semibold);
	line-height: 140%;
	margin-bottom: 36px
}

.article__body .info-form .title .highlight {
	color: var(--primary, #980700);
	display: block
}

.article__body .info-form .form-group {
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: var(--Gray-White, #fff);
	height: 50px;
	position: relative;
	padding: 0 16px;
	display: flex;
	align-items: center
}

.article__body .info-form .form-group label {
	color: var(--Gray-600, #6c757d);
	font-family: var(--font-family-sans-serif);
	font-size: 14px;
	font-weight: var(--font-weight-normal);
	line-height: 150%;
	background: var(--Gray-White, #fff);
	position: absolute;
	padding: 0 10px;
	left: 10px;
	top: -10px
}

.article__body .info-form .form-group input {
	border: none;
	outline: 0;
	width: 100%;
	height: 30px;
	padding: 0;
	color: var(--Gray-Black, #000);
	font-family: var(--font-family-sans-serif);
	font-size: 18px;
	font-weight: var(--font-weight-normal);
	line-height: 160%
}

.article__body .info-form>* {
	margin-bottom: 20px
}

.article__body .info-form>:last-child {
	margin-bottom: 0
}

.auto-update-content {
	font-size: 18px;
	line-height: 160%;
	color: #007dc4;
	text-align: center;
	border-radius: 8px;
	border: 1px solid rgba(0, 125, 196, .5);
	background: rgba(0, 125, 196, .06);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 680px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.live-zone>:not(:last-child) {
	margin-bottom: 20px
}

.live-zone .sticky-notification {
	max-width: 680px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.live-zone .sticky-notification .heading {
	font-size: 24px;
	line-height: 1.3;
	color: var(--success);
	font-weight: 600;
	margin-bottom: 16px
}

.live-zone .sticky-notification .text {
	background: 0 0;
	padding: 0
}

.live-zone .sticky-notification .content>:not(:last-child) {
	margin-bottom: 16px
}

.live-zone .wrap-item>.item {
	margin-bottom: 20px;
	border-top: 1px solid var(--border-color)
}

.live-zone .item {
	padding: 20px;
	background: #fff3cd;
	border-radius: 4px
}

.live-zone .meta {
	margin-bottom: 10px
}

.live-zone .meta time {
	font-size: 13px;
	color: var(--primary);
	padding: 4px 8px 4px 0;
	border-radius: 3px
}

.live-zone .wrap-content .heading {
	font-size: 24px;
	line-height: 1.3;
	color: var(--success);
	font-weight: 600;
	margin-bottom: 16px
}

.live-zone .wrap-content .content>:not(:last-child) {
	margin-bottom: 16px
}

.live-zone {
	position: relative;
	width: calc(var(--container) - 34px);
	left: 50%;
	transform: translateX(-50%)
}

.live-zone .ic-img-live-yellow {
	color: #c8be0b
}

.live-zone .ic-img-live-red {
	color: #ed1c24
}

.live-zone .sticky-live {
	float: left;
	width: 320px;
	position: sticky;
	top: 49px;
	left: 0;
	height: 100vh;
	overflow-y: auto
}

.live-zone .sticky-live::-webkit-scrollbar {
	display: none
}

@media (max-width:1300px) {
	.live-zone .sticky-live {
		display: none
	}
}

.live-zone .sticky-live .item {
	padding: 16px 20px;
	border-right: 2px solid var(--border-color);
	border-radius: 0;
	background: unset;
	transition: all .3s ease;
	cursor: pointer
}

.live-zone .sticky-live .item .meta {
	text-align: right;
	margin-bottom: 4px
}

.live-zone .sticky-live .item .meta time {
	padding: 0;
	font-size: 16px;
	line-height: 160%
}

.live-zone .sticky-live .item .wrap-content .heading {
	font-family: var(--font-family-serif);
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 0
}

.live-zone .sticky-live .item .wrap-content .heading [class*=ic-] {
	display: inline;
	margin-right: 4px;
	vertical-align: baseline;
	margin-left: 2px;
	font-size: 0
}

.live-zone .sticky-live .item .wrap-content .heading [class*=ic-]::before {
	font-size: 16px
}

.live-zone .sticky-live .item.active,
.live-zone .sticky-live .item:hover {
	background: rgba(237, 28, 36, .04);
	border-color: var(--primary)
}

.live-zone .wrap-item {
	max-width: 680px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.live-zone .wrap-item .item {
	padding: 20px 32px 30px 32px;
	border-radius: 8px;
	border: 1px solid rgba(237, 28, 36, .2);
	background: rgba(237, 28, 36, .04);
	margin-bottom: 30px
}

.live-zone .wrap-item .item .meta {
	margin-bottom: 4px
}

.live-zone .wrap-item .item .meta time {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0
}

.live-zone .wrap-item .item .meta time span {
	font-size: 16px;
	line-height: 160%
}

.live-zone .wrap-item .item .wrap-content .heading {
	font-family: var(--font-family-serif);
	font-weight: 700;
	line-height: 160%
}

.live-zone .wrap-item .item .wrap-content .heading [class*=ic-] {
	display: inline;
	margin-right: 4px;
	vertical-align: baseline;
	margin-left: 2px;
	font-size: 0
}

.live-zone .wrap-item .item .wrap-content .heading [class*=ic-]::before {
	font-size: 24px
}

.live-zone .wrap-item .item .wrap-content .content p {
	font-size: 18px;
	line-height: 160%
}

.live-zone .wrap-item .item .wrap-content .content [class^=layout-image-] {
	width: 100% !important
}

.col .live-zone {
	width: 100%
}

.col .live-zone .sticky-live {
	display: none
}

.interview-zone {
	display: grid;
	gap: 30px;
	width: 660px
}

.interview-zone .itv-context {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	padding: 16px
}

@media (min-width:768px) {
	.interview-zone .itv-context {
		padding: 20px
	}
}

.interview-zone .itv-context .desc {
	color: var(--Gray-800);
	font-weight: var(--font-weight-bold)
}

.interview-zone .itv-context .content {
	padding-top: 8px;
	padding-bottom: 0
}

.interview-zone .itv-context .content li {
	margin-bottom: 8px;
	padding: 0;
	color: var(--Gray-800)
}

.interview-zone .itv-context .content li::before {
	display: none
}

.interview-zone .itv-note {
	display: none
}

.interview-zone .itv-question-answer .item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px
}

@media (min-width:1024px) {
	.interview-zone .itv-question-answer .item {
		grid-template-columns: 30px 1fr
	}
}

.interview-zone .itv-question-answer .item .avatar i {
	font-size: 0
}

.interview-zone .itv-question-answer .item.question {
	margin-top: 20px
}

.interview-zone .itv-question-answer .item.question:first-of-type {
	margin-top: 0
}

.interview-zone .itv-question-answer .item.question .avatar {
	background: rgba(255, 193, 7, .8);
	margin-top: 53px
}

.interview-zone .itv-question-answer .item.answer .avatar {
	background: rgba(205, 86, 0, .8);
	margin-top: 12px
}

.interview-zone .itv-question-answer .item.answer .time {
	display: none
}

.interview-zone .itv-question-answer .wrap-content {
	background: #f7f7f7;
	padding: 8px 16px
}

.interview-zone .itv-question-answer .avatar {
	border-radius: 20px;
	height: 30px;
	overflow: hidden;
	position: relative;
	display: none
}

@media (min-width:1024px) {
	.interview-zone .itv-question-answer .avatar {
		display: block
	}
}

.interview-zone .itv-question-answer .avatar::before {
	position: absolute;
	content: "\e91b";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: icomoon;
	color: var(--Gray-White)
}

.interview-zone .itv-question-answer .avatar img {
	position: relative;
	z-index: 1;
	display: none
}

.interview-zone .itv-question-answer .name {
	color: var(--Gray-900, #212529);
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	order: 2
}

.interview-zone .itv-question-answer .meta {
	display: grid;
	gap: 16px;
	margin-bottom: 4px;
	padding-top: 8px
}

.interview-zone .itv-question-answer .time {
	order: 1;
	color: #888;
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase
}

.interview-zone .itv-question-answer .content {
	color: var(--Gray-800, #343a40);
	font-family: var(--font-family-sans-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 160%
}

.interview-zone .itv-question-answer .content>* {
	margin-top: 16px
}

.interview-zone .itv-question-answer .content>:first-child {
	margin-top: 0
}

.interview-zone .outer-wrap {
	width: 660px
}

.interview-zone .inner-wrap {
	width: 830px;
	margin-left: -85px;
	padding: 20px 20px 20px 20px;
	border: 1px dashed var(--Yellow-500, #ffc107);
	background: var(--Yellow-100, #fff3cd);
	border-radius: 12px;
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 30px
}

.interview-zone .inner-wrap .itv-invitors {
	grid-column: 1/2
}

.interview-zone .inner-wrap .itv-interaction {
	grid-column: 2/3
}

.interview-zone .itv-invitors .box-heading {
	color: var(--primary, #cd5600);
	font-family: var(--font-family-serif);
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px
}

.interview-zone .itv-invitors .box-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	overflow-y: auto;
	max-height: 410px;
	padding-right: 10px
}

.interview-zone .itv-invitors .box-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px #fff;
	border-radius: 6px;
	background-color: #fff
}

.interview-zone .itv-invitors .box-content::-webkit-scrollbar {
	width: 2px;
	background: #ced4da
}

.interview-zone .itv-invitors .box-content::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #ced4da
}

.interview-zone .itv-invitors .box-content .visitor {
	display: grid;
	grid-template-columns: 1fr 60px;
	align-content: center;
	gap: 12px
}

.interview-zone .itv-invitors .box-content .avatar {
	width: 60px;
	height: 60px;
	order: 2;
	border-radius: 50%;
	overflow: hidden
}

.interview-zone .itv-invitors .box-content .info {
	display: grid;
	align-content: center
}

.interview-zone .itv-invitors .box-content .info .name {
	color: var(--Gray-800, #343a40);
	font-size: 14px;
	font-weight: 700
}

.interview-zone .itv-invitors .box-content .info .text {
	color: var(--Gray-600, #6c757d);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%
}

.interview-zone .itv-interaction {
	display: flex;
	padding: 50px 30px 20px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
	align-self: stretch;
	background: var(--Gray-White, #fff)
}

.interview-zone .itv-interaction .box-heading {
	color: var(--Gray-Black, #000);
	font-family: var(--font-family-serif);
	font-size: 15px
}

.interview-zone .itv-interaction .box-content {
	width: 100%;
	display: grid;
	gap: 10px
}

.interview-zone .itv-interaction label {
	display: none
}

.interview-zone .itv-interaction input,
.interview-zone .itv-interaction textarea {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	min-height: 40px;
	padding: 0 16px;
	width: 100%;
	color: #888;
	font-size: 14px;
	line-height: 150%
}

.interview-zone .itv-interaction textarea {
	padding: 12px 16px
}

.interview-zone .itv-interaction .btn-submit {
	height: 40px;
	padding: 0 20px;
	border-radius: 3px;
	background: var(--primary, #cd5600);
	color: #fff;
	text-align: center;
	font-family: var(--font-family-primary);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	width: fit-content;
	margin-left: auto
}

.article__author {
	color: var(--Gray-700);
	font-weight: 700;
	position: relative;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: end;
	width: fit-content;
	gap: 10px;
	font-size: 16px
}

.article__author img {
	width: 30px;
	height: 30px;
	border-radius: 50%
}

.article__author .desc {
	font-size: 15px;
	font-weight: 400
}

.article__author .desc::before {
	content: "-";
	margin-right: 6px
}

.article__source {
	display: flex;
	margin-left: auto;
	width: fit-content;
	position: relative
}

.article__source .source {
	display: flex;
	align-items: center;
	gap: 8px
}

.article__source .source .name {
	font-size: 12px;
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px
}

.article__source .btn {
	font-size: 14px;
	color: var(--Gray-Black)
}

.article__source .btn::before {
	content: "-";
	padding-right: 8px
}

.article__source .source-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	padding: 16px 20px;
	flex-direction: column;
	gap: 8px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .8);
	z-index: 100
}

.article__source .source-toggle.show {
	display: flex
}

.article__source .source-toggle * {
	font-size: 12px;
	color: #fff
}

.article__source .source-toggle p {
	color: #ddd;
	margin: 0
}

.article__source .source-toggle span {
	color: #842029;
	background-size: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}

.article__source .source-toggle .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px
}

.article__source .source-toggle .title {
	color: var(--Gray-500)
}

.article__source .source-toggle .getlink {
	color: #fff
}

.article__source .source-toggle .link {
	display: flex;
	width: 357px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, .3);
	font-size: 12px;
	line-height: 150%
}

.article__source .source-toggle .link:hover {
	color: #ccc !important
}

[class^=image-group] {
	width: 100%;
	margin: 12px auto 0;
	text-align: center;
	max-width: var(--container);
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

[class^=image-group] img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

[class^=image-group] .image {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px
}

[class^=image-group] .caption {
	padding-top: 4px;
	padding-bottom: 12px
}

[class^=image-group] .caption:empty {
	display: none
}

[class^=image-group]+.image-group-2,
[class^=image-group]+.image-group-3,
[class^=image-group]+.image-group-4 {
	margin-top: 4px
}

[class^=image-group].picture {
	left: initial !important;
	transform: initial !important
}

.image-group-3 img:nth-child(1) {
	grid-column: span 2
}

.image-group-3-row .image {
	grid-template-columns: repeat(1, 1fr)
}

.image-group-3-row .image img:nth-child(1) {
	grid-column: unset
}

.image-group-4 .col-39 {
	margin-bottom: 4px
}

.article-photo {
	display: block
}

.article-photo img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.article-photo .fig,
.article-photo span {
	font-size: 16px;
	color: var(--Gray-600, #6c757d);
	line-height: 150%;
	padding-top: 5px
}

.aside-img {
	margin-bottom: 15px;
	width: 50%;
	clear: both
}

.aside-img p.thumbnail {
	position: relative;
	width: 100%;
	margin-bottom: 8px
}

.aside-img p.thumbnail img {
	max-width: 100%
}

.aside-img .fig {
	font-size: 16px;
	color: var(--Gray-600, #6c757d);
	line-height: 150%;
	padding-top: 5px
}

.aside-img em,
.aside-img i {
	position: absolute;
	bottom: 0;
	left: 0
}

.aside-img.pull-right {
	margin-left: 30px;
	margin-right: 0;
	float: right;
	margin-right: calc(50% - 330px)
}

.aside-img.pull-left {
	margin-right: 30px;
	float: left;
	margin-left: calc(50% - 330px)
}

.notification {
	padding: 16px;
	background: rgba(0, 125, 196, .05);
	border-radius: 8px;
	font-style: italic;
	font-size: 18px;
	line-height: 160%
}

.notification.floatleft,
.notification.pull-left {
	float: left;
	width: 50%;
	margin-right: 10px;
	margin-left: calc(50% - 330px)
}

.notification.floatright,
.notification.pull-right {
	float: right;
	width: 50%;
	margin-left: 10px;
	margin-right: calc(50% - 330px)
}

table.notification td {
	padding: 12px
}

.quote.pull-left,
.quotes.pull-left {
	width: 50%;
	float: left;
	margin-right: 25px;
	margin-left: calc(50% - 330px)
}

.quote.pull-right,
.quotes.pull-right {
	width: 50%;
	float: right;
	margin-left: 25px;
	margin-right: calc(50% - 330px)
}

table.quote td,
table.quotes td {
	padding: 16px 16px 24px 24px
}

.box-image {
	clear: both
}

.box-image.box-dou .box-col {
	width: 50%
}

.box-image.box-trip .box-col {
	width: 33.33%
}

.box-image.box-quad .box-col {
	width: 50%
}

.box-image .box-col {
	float: left;
	padding: 0 4px;
	margin-bottom: 0
}

.box-image .box-desc {
	clear: both;
	text-align: center;
	font-style: italic;
	font-size: 16px
}

.box-image .item-image {
	margin-bottom: 8px
}

.box-image .item-image img {
	width: 100%;
	height: auto
}

.related-news {
	margin-top: 24px;
	padding-left: var(--gutter);
	gap: 8px;
	border-left: 2px solid var(--primary);
	display: flex;
	flex-direction: column
}

.related-news .box-heading .title {
	color: var(--secondary, #007dc4);
	text-transform: uppercase
}

.related-news .story:first-child {
	margin-bottom: 16px
}

.related-news .story:first-child .story__thumb {
	float: right;
	width: 160px;
	height: 96px;
	margin-left: var(--gutter);
	margin-top: -24px;
	margin-bottom: 0
}

.related-news .story:nth-child(n+2) {
	margin-bottom: 24px
}

.related-news .story:nth-child(n+2) .story__heading a {
	padding-left: 24px;
	position: relative
}

.related-news .story:nth-child(n+2) .story__heading a::before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "\e906";
	display: block;
	font-size: 16px;
	font-family: icomoon;
	font-weight: 400;
	color: var(--primary)
}

.related-news .story:last-child {
	margin-bottom: 0
}

.article__tag {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	gap: 12px
}

.article__tag::before {
	content: "Tags";
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	width: 100%
}

.article__tag a {
	padding: 2px 8px 0;
	border-radius: 8px;
	border: 1px solid var(--Gray-400, #ced4da);
	color: var(--Gray-700);
	transition: all .3s ease;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%
}

.article__tag a.active,
.article__tag a:hover {
	border: 1px solid var(--primary, #cd5600);
	color: var(--Gray-White, #fff);
	background-color: var(--primary, #cd5600)
}

.article__comment .box-heading {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase
}

.article__comment .box-heading .comment-count {
	color: var(--Primary-Blue, #007dc4)
}

.article__comment .box-content>.note-btn {
	position: absolute;
	margin-top: -32px;
	margin-left: 16px
}

.article__comment .description {
	font-size: 16px;
	margin-bottom: 8px
}

.article__comment .description a {
	color: var(--Primary-Blue, #007dc4);
	text-decoration: underline
}

.article__comment textarea {
	font-size: 16px;
	width: 100%;
	height: 100%;
	border: none
}

.article__comment textarea::placeholder {
	font-size: 16px;
	opacity: .3
}

.article__comment .btn-submit {
	display: flex;
	min-width: 70px;
	height: 32px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	background: var(--primary);
	position: absolute;
	right: 4px;
	top: 14px;
	color: var(--White, #fff);
	font-weight: 700;
	text-transform: uppercase
}

@media (min-width:768px) {
	.article__comment .btn-submit {
		min-width: 100px;
		height: 40px
	}
}

@media (min-width:768px) {
	.article__comment .btn-submit {
		right: 16px
	}
}

.article__comment .note-btn {
	color: var(--primary);
	margin-top: 4px
}

.article__comment .input-comment,
.article__comment .wrap-reply {
	display: flex;
	padding: 16px;
	width: 100%;
	justify-content: space-between;
	padding: 4px 8px;
	border-radius: 8px;
	border: 1px solid var(--border-color);
	background: var(--White, #fff);
	position: relative
}

@media (min-width:768px) {

	.article__comment .input-comment,
	.article__comment .wrap-reply {
		padding: 12px 16px
	}
}

.article__comment .input-comment textarea,
.article__comment .wrap-reply textarea {
	width: calc(100% - 70px)
}

@media (min-width:768px) {

	.article__comment .input-comment textarea,
	.article__comment .wrap-reply textarea {
		width: calc(100% - 100px)
	}
}

.article__comment .input-comment .btn-submit,
.article__comment .wrap-reply .btn-submit {
	top: initial;
	bottom: 4px
}

@media (min-width:768px) {

	.article__comment .input-comment .btn-submit,
	.article__comment .wrap-reply .btn-submit {
		bottom: 12px
	}
}

.article__comment .wrap-reply {
	margin-top: 12px;
	grid-column: 1/7;
	order: 4
}

@media (min-width:768px) {
	.article__comment .wrap-reply {
		grid-column: 1/13
	}
}

.article__comment .input-comment {
	position: relative
}

.article__comment .input-comment p {
	font-family: var(--font-family-sans-serif);
	font-size: 13px;
	line-height: 20px;
	color: #888
}

.article__comment .input-comment textarea {
	height: 60px;
	width: 100%;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.article__comment .input-comment textarea {
		margin-bottom: 40px
	}
}

.article__comment .input-comment.active .btn-submit {
	bottom: -48px
}

.article__comment .list-comment {
	margin-top: 16px
}

@media (min-width:768px) {
	.article__comment .list-comment {
		margin-top: 36px
	}
}

.article__comment .list-comment .wrap-outer {
	margin-top: 24px
}

.article__comment .list-comment .rank-1 {
	display: flex
}

.article__comment .list-comment .rank-2 {
	display: flex;
	margin-left: 40px;
	margin-top: 24px
}

@media (min-width:768px) {
	.article__comment .list-comment .rank-2 {
		margin-left: 56px
	}
}

.article__comment .list-comment .avatar {
	width: 32px;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--Gray-300);
	margin-right: 8px
}

@media (min-width:768px) {
	.article__comment .list-comment .avatar {
		width: 48px;
		min-width: 48px;
		height: 48px
	}
}

.article__comment .list-comment .avatar:before {
	content: "\e92d";
	font-size: 20px;
	font-family: icomoon
}

.article__comment .list-comment .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0
}

.article__comment .list-comment .content {
	width: 100%
}

.article__comment .list-comment .content .name {
	font-weight: var(--font-weight-semibold);
	font-size: 16px;
	color: var(--Gray-900, #212529)
}

.article__comment .list-comment .content .name time {
	margin-left: 8px;
	color: var(--Grey-Text-8, #888);
	font-weight: 400;
	font-size: 16px
}

.article__comment .list-comment .content .text {
	font-size: 15px;
	line-height: 22px;
	color: var(--Gray-900, #212529)
}

.article__comment .list-comment .content .action {
	margin-top: 8px;
	display: grid;
	grid-template-columns: repeat(6, auto);
	column-gap: 16px
}

@media (min-width:768px) {
	.article__comment .list-comment .content .action {
		grid-template-columns: repeat(12, auto)
	}
}

.article__comment .list-comment .content .action>* {
	font-weight: var(--font-weight-medium);
	font-size: 14px;
	line-height: 20px;
	color: #6c757d
}

.article__comment .list-comment .content .action>::before {
	font-family: icomoon;
	position: relative;
	font-size: 19px;
	margin-right: 4px;
	top: 3px
}

.article__comment .list-comment .content .action>:hover {
	color: var(--primary)
}

.article__comment .list-comment .content .action .like {
	order: 1
}

.article__comment .list-comment .content .action .like::before {
	content: "\e914"
}

.article__comment .list-comment .content .action .like.liked {
	color: var(--primary)
}

.article__comment .list-comment .content .action .reply {
	order: 2
}

.article__comment .list-comment .content .action .reply::before {
	content: "\e93e"
}

.article__comment .list-comment .content .action .report {
	order: 3
}

.article__comment .list-comment .content .action .report::before {
	content: "\e940"
}

.media-timeline.timeline {
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #484c53;
	background: rgba(255, 255, 255, .1)
}

.media-timeline.timeline .title {
	color: var(--title);
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	margin-bottom: 16px
}

.media-timeline.timeline .tl-event {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 16px
}

.media-timeline.timeline .tl-event:last-child {
	margin-bottom: 0
}

.media-timeline.timeline .tl-event .tl-event-content a {
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: var(--font-weight-normal);
	position: relative
}

.media-timeline.timeline .tl-event .tl-event-content a:hover {
	color: var(--primary)
}

.media-timeline.timeline .tl-event .tl-event-content a::before {
	position: absolute;
	content: "-";
	left: -15px
}

.media-timeline.timeline .tl-event .tl-event-time {
	font-size: 16px;
	color: #00d0ff;
	font-weight: var(--font-weight-normal);
	min-width: 50px;
	margin-bottom: 0
}

@media (min-width:1440px) {
	.article {
		width: 880px;
		margin-left: auto;
		margin-right: auto
	}
}

.article .article__body {
	width: 680px;
	margin-left: auto;
	margin-right: auto
}

.article .zce-content-body figure {
	text-align: center
}

.article .zce-content-body blockquote::before {
	background-image: url(../img/quote-2025.png)
}

.article .zce-content-body table[class] {
	display: table
}

.article .zce-content-body figure:not([class]):not([align]) {
	width: 100%
}

.article .zce-content-body audio,
.article .zce-content-body img,
.article .zce-content-body video {
	max-width: 100%
}

.article .zce-content-body [class^=image-group],
.article .zce-content-body>.full-width,
.article .zce-content-body>.max-width,
.article .zce-content-body>figure:not([class]),
.article .zce-content-body>picture {
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.article .zce-content-body>.max-width {
	width: var(--container) !important;
	max-width: var(--container)
}

.article .zce-content-body>.full-width {
	width: 100vw;
	max-width: calc(100vw - var(--widthScroll))
}

.article .zce-content-body>[class^=image-group] {
	width: var(--container) !important
}

.article .podcast-player,
.article .video-player {
	width: 1170px;
	margin-left: 50%;
	transform: translate(-50%)
}

.article+.col.size-300 {
	border-top: 1px solid var(--border-color)
}

.article+.col.size-300 .main-col {
	display: flex;
	flex-direction: column;
	padding: 0 0 24px
}

.article .article__avatar img {
	max-width: 100%;
	display: flex;
	margin: 0 auto
}

body.longform-page .zce-content-body>.max-width {
	width: var(--container);
	max-width: var(--container)
}

body.longform-page .zce-content-body>.full-width {
	width: 100vw;
	right: auto;
	display: table;
	max-width: calc(100vw - var(--widthScroll))
}

body.longform-page .zce-content-body>[class^=image-group] {
	width: var(--container) !important;
	max-width: var(--container)
}

body.infographic-page .article__body.zce-content-body figure:not(.story__thumb),
body.infographic-page .article__body.zce-content-body table.picture {
	width: 1170px;
	left: 50%;
	transform: translateX(-50%)
}

body.podcast-page {
	position: relative;
	margin-bottom: 24px;
	position: relative;
	margin-bottom: 24px
}

body.podcast-page .dark-theme {
	background-color: transparent;
	padding-bottom: 80px;
	margin-bottom: 0
}

body.podcast-page .breadcrumb {
	justify-content: center
}

body.podcast-page .site-header .top-wrapper {
	background: rgba(255, 255, 255, .15)
}

body.podcast-page .site-header .top-wrapper input {
	background-color: transparent
}

body.podcast-page .site-header .navigation-wrapper>.container {
	border-bottom: 1px solid rgba(255, 255, 255, .15)
}

body.podcast-page .top-content {
	margin-top: -110px;
	padding-top: 110px;
	position: relative
}

body.podcast-page .outstanding-bg {
	width: calc(100vw - var(--widthScroll));
	height: 1200px;
	background: url(../img/podcast-cover-detail-2025.jpg) center top/cover no-repeat;
	z-index: 1;
	position: relative
}

body.podcast-page .outstanding-bg img {
	width: 100%;
	height: auto
}

body.podcast-page .outstanding-bg .article {
	height: 800px;
	overflow-y: auto;
	background: #263556;
	position: absolute;
	top: 9.5%;
	left: 50%;
	transform: translateX(-50%);
	padding: 32px !important;
	border-radius: 8px;
	width: fit-content
}

@media (max-width:1388px) and (min-width:1024px) {
	body.podcast-page .outstanding-bg .article {
		left: unset;
		transform: unset;
		right: calc(8% + 200px + 30px)
	}
}

body.podcast-page .outstanding-bg .article>* {
	text-align: left;
	width: 660px
}

body.podcast-page .outstanding-bg .article::-webkit-scrollbar {
	display: none
}

body.podcast-page .outstanding-bg .next-box {
	position: absolute;
	top: 70px;
	right: 8%;
	z-index: 10
}

body.podcast-page .outstanding-bg .next-box .box-heading {
	display: flex;
	justify-content: center;
	margin-bottom: 4px
}

body.podcast-page .outstanding-bg .next-box .box-heading a {
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 20;
	position: relative;
	text-align: center
}

body.podcast-page .outstanding-bg .next-box .box-content .story {
	width: 200px;
	height: 200px;
	position: relative;
	border: 1px solid var(--title)
}

body.podcast-page .outstanding-bg .next-box .box-content .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e90f";
	font-size: 24px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--title)
}

body.podcast-page .outstanding-bg .next-box .box-content .story__thumb {
	margin-bottom: 0;
	border-radius: 0
}

body.podcast-page .outstanding-bg .next-box .box-content .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

body.podcast-page .outstanding-bg .next-box .box-content .story__thumb a:hover {
	opacity: 1
}

body.podcast-page .outstanding-bg .next-box .box-content .story__thumb::before {
	padding-bottom: 100%
}

body.podcast-page .outstanding-bg .next-box .box-content .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 8px;
	display: grid
}

body.podcast-page .outstanding-bg .next-box .box-content .story__heading a {
	color: var(--title);
	z-index: 20;
	font-size: 16px
}

body.podcast-page .outstanding-bg .next-box .box-content .story__meta {
	margin-bottom: 8px;
	display: flex;
	z-index: 10
}

body.podcast-page .outstanding-bg .next-box .box-content .story__meta .timeStamp {
	color: var(--title);
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	padding-right: 24px;
	color: var(--title);
	font-size: 12px
}

body.podcast-page .outstanding-bg .next-box .box-content .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: var(--title);
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

body.podcast-page .outstanding-bg .next-box .box-content .story__meta .title-cate {
	color: var(--title);
	font-size: 12px
}

body.podcast-page .outstanding-bg .article.no-avatar {
	max-height: 70%;
	overflow-y: auto
}

body.podcast-page .outstanding-bg .article.no-avatar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px #263556;
	border-radius: 6px;
	background-color: #263556
}

body.podcast-page .outstanding-bg .article.no-avatar::-webkit-scrollbar {
	width: 2px;
	background: #ced4da
}

body.podcast-page .outstanding-bg .article.no-avatar::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #ced4da
}

body.podcast-page .outstanding-bg .audio {
	background: unset
}

body.podcast-page .outstanding-bg .content-box .article-relate .story {
	background: unset
}

body.podcast-page .article {
	justify-content: center;
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	position: relative
}

body.podcast-page .article .article__avatar {
	width: 240px;
	height: 240px;
	position: absolute;
	top: -74px;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	overflow: hidden
}

body.podcast-page .article .article__avatar:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e90f";
	font-size: 32px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--title)
}

body.podcast-page .article .article__header .article__title {
	font-size: 28px
}

body.podcast-page .article .article__header .wrapper {
	display: flex;
	justify-content: space-between
}

body.podcast-page .article .article__header .wrapper .time {
	color: var(--Gray-500)
}

body.podcast-page .article .article__header .wrapper .title-cate {
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-weight: var(--font-weight-bold)
}

body.podcast-page .article .article__footer .article__tag {
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .15)
}

body.podcast-page .article .article__footer .article__tag a {
	font-size: 16px
}

body.podcast-page .article .article__footer .article__tag a:hover {
	color: var(--title)
}

body.podcast-page .article .article__footer .article__tag::before {
	font-family: icomoon;
	content: "\e926";
	width: initial
}

body.podcast-page .article .article__footer .article__comment .box-heading .comment-count {
	color: var(--title)
}

body.podcast-page .article .article__footer .article__comment .description a {
	color: var(--title)
}

body.podcast-page .article .article__footer .article__comment .input-comment {
	border: 1px solid var(--title);
	background: rgba(255, 255, 255, .1)
}

body.podcast-page .article .article__footer .article__comment .input-comment textarea {
	background: 0 0;
	color: var(--title)
}

body.podcast-page .article .article__footer .article__comment .input-comment ::placeholder {
	color: var(--Gray-700)
}

body.podcast-page .article .article__footer .article__comment .note-btn {
	color: var(--title)
}

body.podcast-page .article .article__sub-title {
	color: #fff;
	text-align: center
}

@media (min-width:1024px) {
	body.podcast-page .article .article__title {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

body.podcast-page .article .article__title .type::after,
body.podcast-page .article .article__title [class*=ic-]::after {
	background-color: rgba(255, 255, 255, .15)
}

body.podcast-page .article .article__sapo {
	font-weight: var(--font-weight-normal);
	font-size: 18px
}

@media (min-width:1024px) {
	body.podcast-page .article .article__sapo {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

body.podcast-page .article .article__meta {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 16px
}

body.podcast-page .article .article__meta::before {
	display: none
}

@media (min-width:1024px) {
	body.podcast-page .article .article__meta {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

body.podcast-page .article .article__meta .author {
	color: #fff
}

body.podcast-page .article .article__meta time {
	color: #fff
}

body.podcast-page .article .article__meta .wrap-author {
	padding-left: 80px
}

body.podcast-page .article .article__meta .wrap-author .author {
	height: 48px
}

body.podcast-page .article .article__meta .wrap-author .author .thumb {
	height: 48px;
	width: 48px;
	border-color: var(--title)
}

body.podcast-page .article .article__meta .wrap-author .author .thumb::before {
	width: 48px;
	height: 48px;
	font-size: 24px
}

body.podcast-page .article .article__meta .wrap-author .author:nth-child(1) .thumb {
	z-index: 1;
	left: 24px
}

body.podcast-page .article .article__meta .wrap-author .author:nth-child(2) .thumb {
	z-index: 2;
	left: 0
}

body.podcast-page .article .article__meta .social {
	border: none;
	height: 32px
}

body.podcast-page .article .article__meta .social [class*=ic-]:before {
	font-size: 20px
}

body.podcast-page .article .article__meta .social>* {
	border: 1px solid #fff;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	color: var(--title)
}

body.podcast-page .article__comment .box-heading {
	border-top: none
}

.podcast-player {
	display: grid;
	grid-template-columns: 360px 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 50px;
	height: 120px;
	background: var(--primary) url(../img/text-podcast-2025.png) center center/auto 120px no-repeat
}

.podcast-player .story {
	grid-column: 1/2;
	grid-row: 1/3;
	display: grid;
	grid-template-columns: 120px 1fr;
	column-gap: 12px;
	align-items: center
}

.podcast-player .story__thumb {
	height: 120px;
	border-radius: 0;
	margin-bottom: 0
}

.podcast-player .story__thumb::before {
	padding-bottom: 100%
}

.podcast-player .story__heading a {
	font-size: 16px
}

.podcast-player .story__heading a:hover {
	color: #fff !important;
	opacity: .8
}

.podcast-player .wrap-top {
	grid-column: 2/3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 75%;
	gap: 8px
}

.podcast-player .wrap-top .progress-bar {
	display: block;
	width: 100%;
	position: relative
}

.podcast-player .wrap-top .progress-bar .bg {
	border-top: 4px solid;
	border-color: rgba(255, 255, 255, .2);
	top: 0;
	display: block;
	height: 0;
	width: 100%;
	transition: all .15s linear
}

.podcast-player .wrap-top .time-display {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	justify-content: space-between
}

.podcast-player .wrap-top .time-display>* {
	font-size: 16px;
	color: #fff
}

.podcast-player .wrap-bottom {
	grid-column: 2/3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	width: 75%
}

.podcast-player .wrap-bottom .center {
	display: flex;
	align-items: center;
	gap: 32px
}

.podcast-player .wrap-bottom .center .btn-next,
.podcast-player .wrap-bottom .center .btn-prev {
	position: relative
}

.podcast-player .wrap-bottom .center .btn-next:before,
.podcast-player .wrap-bottom .center .btn-prev:before {
	font-family: icomoon;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	display: block
}

.podcast-player .wrap-bottom .center .btn-next:after,
.podcast-player .wrap-bottom .center .btn-prev:after {
	content: "10";
	display: block;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.podcast-player .wrap-bottom .center .btn-backward,
.podcast-player .wrap-bottom .center .btn-forward {
	position: relative
}

.podcast-player .wrap-bottom .center .btn-backward:before,
.podcast-player .wrap-bottom .center .btn-forward:before {
	font-family: icomoon;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	display: block
}

.podcast-player .wrap-bottom .center .btn-prev:before {
	content: "\e939"
}

.podcast-player .wrap-bottom .center .btn-next:before {
	content: "\e938"
}

.podcast-player .wrap-bottom .center .btn-backward:before {
	content: "\e94c"
}

.podcast-player .wrap-bottom .center .btn-forward:before {
	content: "\e94b"
}

.podcast-player .wrap-bottom .center .play-button {
	color: #fff;
	width: 48px;
	height: 48px
}

.podcast-player .wrap-bottom .center .play-button span {
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-content: center
}

.podcast-player .wrap-bottom .center .play-button span i {
	color: #fff
}

.podcast-player .wrap-bottom .center .play-button .ic-audio-play::before {
	font-size: 40px;
	content: "\e91c"
}

.podcast-player .wrap-bottom .center .play-button .ic-audio-pause::before {
	font-size: 40px;
	content: "\e91a"
}

.podcast-player .wrap-bottom .left {
	display: flex;
	align-items: center;
	gap: 24px
}

.podcast-player .wrap-bottom .left i {
	font-size: 18px
}

.podcast-player .wrap-bottom .left .auto-wrap {
	display: flex;
	align-items: center;
	gap: 8px
}

.podcast-player .wrap-bottom .left .auto-wrap .auto {
	display: flex;
	height: 24px;
	padding: 0 16px;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: rgba(255, 255, 255, .3)
}

.podcast-player .wrap-bottom .left .auto-wrap .auto:hover {
	cursor: pointer
}

.podcast-player .wrap-bottom .right {
	display: flex;
	align-items: center;
	gap: 24px
}

.podcast-player .wrap-bottom .right i {
	font-size: 18px
}

.podcast-player .wrap-bottom .right .speed-wrap {
	display: flex;
	align-items: center;
	gap: 8px
}

.podcast-player .wrap-bottom .right .speed-wrap .speed {
	display: flex;
	height: 24px;
	padding: 0 16px;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: rgba(255, 255, 255, .3)
}

.podcast-player .wrap-bottom .right .speed-wrap .speed:hover {
	cursor: pointer
}

.podcast-player .mute-wrap {
	width: 120px;
	display: flex
}

.podcast-player .mute-button {
	padding: 0 16px 0 8px
}

.podcast-player .mute-button i {
	color: #fff
}

.podcast-player .mute-button .ic-audio-volume::before {
	font-size: 22px;
	content: "\e922"
}

.podcast-player .mute-button .ic-audio-volume-slash::before {
	font-size: 22px;
	content: "\e921"
}

.podcast-player .volume-slider {
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	margin-right: 0;
	cursor: pointer;
	transition: all .15s linear
}

.podcast-player .volume-slider .volume-slider-handle {
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	margin-top: -6px;
	background: #fff;
	z-index: 999
}

.podcast-player .volume-slider .volume-slider-handle:after,
.podcast-player .volume-slider .volume-slider-handle:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	width: 64px
}

.podcast-player .volume-slider .volume-slider-handle:before {
	left: -64px;
	background: rgba(255, 255, 255, .2)
}

.podcast-player .volume-slider .volume-slider-handle:after {
	left: 10px;
	background: rgba(255, 255, 255, .2)
}

.podcast-player .volume-slider.is-active {
	margin-right: 10px;
	width: 62px
}

.podcast-player .current_time {
	position: absolute;
	right: -10px;
	top: -2px;
	width: 10px;
	height: 10px;
	border-radius: 7px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-indent: -999em;
	transition: all .15s linear;
	background-color: #fff
}

.podcast-player .fill-recent {
	position: absolute;
	background-color: rgba(255, 255, 255, .6);
	height: 0;
	top: -1px;
	left: 0
}

.article-footer {
	display: grid;
	gap: 20px;
	width: 680px;
	margin-left: auto;
	margin-right: auto
}

.video-page .container .col {
	width: inherit !important
}

.video-page .article {
	justify-content: center;
	text-align: left;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
	width: 100%
}

.video-page .article .article__header {
	width: 100%;
	text-align: left
}

.video-page .article .article__header .article__title {
	font-size: 28px;
	padding: 0 16px
}

.video-page .article .article__header .video-player {
	width: 100%;
	margin-left: initial;
	transform: none;
	display: flex;
	justify-content: center
}

.video-page .article .article__footer {
	width: 660px;
	margin: 0 auto
}

.video-page .article .article__footer .article__tag {
	margin-top: 16px
}

.video-page .article .article__footer .article__tag a {
	font-size: 16px
}

.video-page .article .article__footer .article__tag a:hover {
	color: var(--title)
}

.video-page .article .article__footer .article__tag::before {
	font-family: icomoon;
	content: "\e926";
	width: initial
}

.video-page .article .article__footer .article__comment .box-heading .comment-count {
	color: var(--title)
}

.video-page .article .article__footer .article__comment .description a {
	color: var(--title)
}

.video-page .article .article__footer .article__comment .input-comment {
	border: 1px solid var(--title);
	background: rgba(255, 255, 255, .1)
}

.video-page .article .article__footer .article__comment .input-comment textarea {
	background: 0 0;
	color: var(--title)
}

.video-page .article .article__footer .article__comment .input-comment ::placeholder {
	color: var(--Gray-700)
}

.video-page .article .article__footer .article__comment .note-btn {
	color: var(--title)
}

.video-page .article .article__sub-title {
	color: #fff;
	text-align: center
}

@media (min-width:1024px) {
	.video-page .article .article__title {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

.video-page .article .article__title .type::after,
.video-page .article .article__title [class*=ic-]::after {
	background-color: rgba(255, 255, 255, .15)
}

.video-page .article .article__sapo {
	font-weight: var(--font-weight-normal);
	font-size: 18px;
	padding: 0 16px
}

@media (min-width:1024px) {
	.video-page .article .article__sapo {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

.video-page .article .article__meta {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	justify-content: space-between;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 16px
}

.video-page .article .article__meta::before {
	display: none
}

@media (min-width:1024px) {
	.video-page .article .article__meta {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

.video-page .article .article__meta .author {
	color: #fff
}

.video-page .article .article__meta time {
	color: #fff
}

.video-page .article .article__meta .wrap-author {
	padding-left: 80px
}

.video-page .article .article__meta .wrap-author .author {
	height: 48px
}

.video-page .article .article__meta .wrap-author .author .thumb {
	height: 48px;
	width: 48px;
	border-color: var(--title)
}

.video-page .article .article__meta .wrap-author .author .thumb::before {
	width: 48px;
	height: 48px;
	font-size: 24px
}

.video-page .article .article__meta .wrap-author .author:nth-child(1) .thumb {
	z-index: 1;
	left: 24px
}

.video-page .article .article__meta .wrap-author .author:nth-child(2) .thumb {
	z-index: 2;
	left: 0
}

.video-page .article .article__meta .social {
	border: none;
	height: 32px;
	font-size: 0;
	display: flex;
	gap: 16px
}

.video-page .article .article__meta .social [class*=ic-]:before {
	font-size: 20px
}

.video-page .article .article__meta .social>* {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	color: var(--title)
}

.element-list {
	display: none;
	font-size: 16px;
	width: 200px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	list-style: auto
}

@media (min-width:1024px) {
	.element-list {
		display: block
	}
}

.scroll-page {
	font-size: 18px;
	color: var(--primary);
	font-weight: 700;
	text-transform: uppercase
}

body[data-zoom="150"] .full-width,
body[data-zoom="150"] .max-width,
body[data-zoom="175"] .full-width,
body[data-zoom="175"] .max-width,
body[data-zoom="200"] .full-width,
body[data-zoom="200"] .max-width {
	width: 150%;
	margin-left: -25% !important
}

body.detail-page.longform-page .article .article__avatar img {
	width: 100%
}

.zce-content-body .picture {
	margin-top: 2.4rem
}

.zce-content-body .article-relate {
	margin-top: 2.4rem
}

.latest-timeline>.story {
	padding-top: 0;
	padding: var(--gutter);
	padding-bottom: var(--gutter);
	border-bottom: 1px solid var(--border-color)
}

.latest-timeline>.story:last-child {
	margin-bottom: 0;
	border-bottom: none
}

.latest-timeline>.story .story__thumb {
	width: 320px;
	float: left;
	margin-right: var(--gutter);
	margin-bottom: 0
}

.latest-timeline>.story .title-cate {
	color: var(--primary, #ed1c24);
	font-weight: 700;
	text-transform: uppercase
}

.latest-timeline>.story .story__heading a {
	font-size: 24px
}

.latest-timeline>.story .story__summary {
	overflow: hidden
}

@media (min-width:768px) {
	.latest-timeline>.story .story__relate {
		margin-left: 336px
	}
}

.latest-timeline>.story .story__relate .story {
	padding: 0
}

.latest-timeline>.story .story__relate .story .story__thumb {
	width: 160px;
	height: 96px;
	float: right;
	margin-right: 0;
	margin-left: var(--gutter);
	margin-top: -24px
}

.latest-timeline>.story .story__relate .story .story__heading a {
	font-size: 18px
}

.latest-timeline>.story.story-bigImg {
	position: relative
}

.latest-timeline>.story.story-bigImg .story__thumb:before {
	padding-bottom: 133.33%
}

.latest-timeline>.story.story-bigImg .story__relate {
	position: absolute;
	width: calc(100% - 368px);
	bottom: 16px
}

.latest-timeline>.story.story-bigImg .story__relate .story__heading a {
	font-size: 18px
}

.latest-timeline>.story:last-child {
	border-top: none
}

.latest-timeline>.story.no-border {
	padding-bottom: 16px !important
}

.latest-timeline .read-hear:first-child,
.latest-timeline .summary-news:first-child,
.latest-timeline .topic-timeline:first-child {
	margin-top: 0
}

.latest-timeline .show-more {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.latest-timeline:has(.show-more)>.story:nth-last-child(2) {
	border-bottom: none
}

:root.svvn .latest-timeline>.story {
	padding: var(--gutter-grid);
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid var(--border-color)
}

:root.svvn .latest-timeline>.story:last-child {
	border-top: none
}

:root.svvn .latest-timeline>.story.no-border {
	padding-bottom: 16px !important
}

:root.svvn .latest-timeline>.story .title-cate {
	font-size: 12px
}

:root.hht .latest-timeline>.story,
:root.tamviet .latest-timeline>.story {
	padding: var(--gutter-grid);
	padding-left: 0;
	border-bottom: 1px solid var(--border-color)
}

:root.hht .latest-timeline>.story:last-child,
:root.tamviet .latest-timeline>.story:last-child {
	border-top: none
}

:root.hht .latest-timeline>.story.no-border,
:root.tamviet .latest-timeline>.story.no-border {
	padding-bottom: var(--gutter-grid) !important
}

:root.hht .latest-timeline>.story .title-cate,
:root.tamviet .latest-timeline>.story .title-cate {
	font-size: 12px
}

:root.hht .latest-timeline .basic-box-16,
:root.tamviet .latest-timeline .basic-box-16 {
	margin-top: var(--gutter-grid)
}

:root.svvn .group-4stories .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;
	padding: 24px 0;
	border-bottom: 1px solid var(--border-color);
	position: relative
}

:root.svvn .group-4stories .row:last-child {
	border-bottom: none
}

:root.svvn .group-4stories .row::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	left: calc((100% - 24px)/ 2);
	display: block;
	height: calc(100% - 48px);
	top: 24px
}

:root.svvn .story-fullContent .title-cate {
	width: 100%
}

:root.svvn .story-fullContent .story__thumb {
	width: 200px;
	height: 120px;
	float: left;
	margin-right: var(--gutter)
}

.zone-heading {
	display: flex;
	align-items: center;
	position: relative;
	height: 38px;
	padding-left: 50px;
	margin-bottom: var(--gutter)
}

.zone-heading .title {
	color: var(--primary, #cd5600);
	font-family: var(--font-family-heading);
	font-size: 32px;
	font-weight: 800;
	line-height: 120%
}

.zone-heading:before {
	content: "\e932";
	font-size: 41px;
	font-family: icomoon;
	position: absolute;
	left: -10px;
	top: -10px;
	color: var(--primary, #cd5600)
}

.zone-heading:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 2px;
	background-color: var(--primary, #cd5600);
	top: 20px;
	left: 26px
}

.back-to-top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 50px;
	bottom: 50px;
	border-radius: 30px;
	background: var(--primary);
	cursor: pointer;
	opacity: 0;
	transition: var(--transition);
	z-index: 40
}

.back-to-top.show {
	opacity: 1
}

.back-to-top::before {
	position: absolute;
	content: "\e92c";
	font-family: icomoon;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px
}

.back-to-top:hover {
	opacity: .8
}

.see-more {
	height: initial;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;
	background: 0 0;
	justify-content: flex-end;
	width: 100%
}

.show-more {
	color: var(--Grey-Text-8, #888);
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative
}

.show-more span {
	padding: 0 20px;
	background-color: var(--Gray-White);
	display: inline-flex;
	z-index: 20;
	position: relative
}

.show-more::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--border-color);
	top: 10px;
	display: block;
	z-index: 10
}

.abf-homepage {
	display: grid;
	grid-template-columns: 1056px 332px;
	border-bottom: 1px solid var(--border-color)
}

@media (max-width:1388px) {
	.abf-homepage {
		grid-template-columns: 76% 24%
	}
}

.abf-homepage .left .story.story-highlight {
	padding-left: var(--gutter)
}

.abf-homepage .left .story.story-highlight .story__thumb {
	margin-left: 20px;
	float: right;
	width: 700px;
	height: 420px;
	margin-bottom: 0;
	border-radius: 0
}

.abf-homepage .left .story.story-highlight .story__heading {
	padding-top: var(--gutter)
}

.abf-homepage .left .story.story-highlight .story__heading a {
	font-size: 28px
}

.abf-homepage .left .story.story-highlight .story__summary {
	color: var(--Grey-5)
}

.abf-homepage .left .more-story {
	margin: var(--gutter);
	padding-top: var(--gutter);
	margin-bottom: 0;
	border-top: 1px solid var(--border-color);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-self: stretch
}

.abf-homepage .left .more-story .story:nth-child(n+4) {
	padding-bottom: 12px
}

.abf-homepage .left .more-story .story:nth-child(n+4) .story__thumb {
	width: 120px;
	height: 72px;
	margin-right: 12px;
	margin-bottom: 0;
	float: left
}

.abf-homepage .left .more-story .story:nth-child(n+4) .story__heading a {
	font-size: 16px
}

.abf-homepage .right {
	position: relative
}

.abf-homepage .right::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	left: 0;
	display: block
}

.abf-homepage .website-tab .tabs-links {
	display: flex;
	border-bottom: 1px solid var(--border-color)
}

.abf-homepage .website-tab .tabs-links a {
	border: 1px solid var(--Gray-White);
	border: none;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	padding: 10px
}

.abf-homepage .website-tab .tabs-links a.active {
	border: 1px solid var(--border-color);
	border: none;
	background: var(--Light-Blue-bg, #e5f2f9)
}

.abf-homepage .website-tab .tabs-contents {
	padding: 16px;
	padding-bottom: 0
}

.abf-homepage .website-tab .tabs-contents .content {
	display: none
}

.abf-homepage .website-tab .tabs-contents .content.active {
	display: block
}

.abf-homepage .website-tab .see-more {
	color: var(--Primary-Blue, #007dc4)
}

.abf-homepage .website-tab .see-more:hover {
	color: var(--primary)
}

.topic-text {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 16px;
	padding-left: 16px;
	border-top: 1px solid var(--border-color);
	border-left: 4px solid var(--primary, #cd5600);
	padding-right: 105px;
	position: relative;
	padding-bottom: 2px
}

.topic-text .box-heading {
	display: inline-flex;
	align-items: center;
	width: 160px
}

.topic-text .box-heading .title {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 25px
}

.topic-text .box-heading .title::before {
	position: absolute;
	content: "\e91e";
	color: var(--primary);
	left: -5px;
	top: -4px;
	font-weight: 400;
	display: block;
	font-size: 24px;
	font-family: icomoon
}

.topic-text .box-content {
	padding-left: 20px;
	width: 100%
}

.topic-text .box-content .swiper-slide {
	width: fit-content
}

.topic-text .box-content a {
	height: 63px;
	color: #007dc4;
	font-family: var(--font-family-serif);
	font-size: 18px;
	font-weight: 700;
	display: inline-flex;
	align-items: center
}

.topic-text .box-content a::before {
	content: "#";
	color: var(--primary);
	margin-right: 4px
}

.topic-text .box-content a:hover {
	color: var(--primary)
}

.topic-text .box-content::after {
	position: absolute;
	content: "";
	width: 145px;
	height: 32px;
	top: 10px;
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	z-index: 10
}

.topic-text [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 32px;
	opacity: .6
}

.topic-text [class^=swiper-button]:after {
	font-size: 16px;
	color: #000
}

.topic-text [class^=swiper-button]:hover {
	opacity: 1
}

.topic-text .swiper-button-next {
	right: 8px
}

.topic-text .swiper-button-prev {
	right: 40px;
	left: initial
}

:root.hht .topic-text {
	padding-left: 8px;
	border-top: 1px solid var(--title);
	border-bottom: 1px solid var(--title);
	border-left: none
}

:root.hht .topic-text .box-heading .title::before {
	color: var(--Gray-Black);
	font-size: 16px;
	top: -1px
}

:root.hht .topic-text .box-content a {
	height: 46px;
	font-size: 16px
}

:root.tamviet .topic-text {
	padding-left: 8px;
	border-top: 1px solid var(--title);
	border-bottom: 1px solid var(--title);
	border-left: none
}

:root.tamviet .topic-text .box-heading .title::before {
	color: var(--Gray-Black);
	font-size: 16px;
	top: -1px
}

:root.tamviet .topic-text .box-content a {
	height: 46px;
	font-size: 16px
}

.multimedia {
	display: grid;
	background: var(--primary);
	position: relative;
	overflow: hidden
}

:root.tpo .multimedia {
	margin: var(--gutter-grid) 0
}

:root.tpo .multimedia+* {
	border-top: 1px solid var(--border-color)
}

.multimedia .wrap-heading {
	width: 100%;
	display: flex;
	padding-left: 20px;
	z-index: 30;
	flex-direction: column;
	align-items: center;
	margin-bottom: 12px
}

.multimedia .box-heading .title {
	color: var(--Gray-White, #fff);
	font-size: 48px;
	font-family: var(--font-family-sans-serif);
	font-weight: 700;
	text-transform: uppercase;
	z-index: 20;
	position: relative;
	letter-spacing: 4.8px
}

.multimedia .subcate {
	display: flex;
	padding-right: 16px;
	justify-content: flex-end;
	align-items: center;
	gap: 24px
}

.multimedia .subcate a {
	color: var(--Gray-White, #fff);
	font-weight: 700;
	text-transform: uppercase
}

.multimedia .subcate a:hover {
	text-decoration: underline
}

.multimedia .box-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	z-index: 20
}

.multimedia .box-content .story__thumb {
	border-radius: 0
}

.multimedia .box-content>.story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/2
}

.multimedia .box-content>.story:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2
}

.multimedia .box-content .slider {
	grid-column: 1/3;
	grid-row: 2/3
}

.multimedia .box-content .story {
	position: relative
}

.multimedia .box-content .story .story__thumb {
	position: relative;
	margin-bottom: 0
}

.multimedia .box-content .story .story__thumb:before {
	padding-bottom: 60%
}

.multimedia .box-content .story .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000 100%);
	display: block;
	z-index: 10
}

.multimedia .box-content .story .story__heading a {
	color: var(--Gray-White, #fff);
	text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
	z-index: 20;
	position: absolute;
	bottom: 0
}

.multimedia .box-content>.story:nth-child(1) .story__heading a,
.multimedia .box-content>.story:nth-child(2) .story__heading a {
	font-size: 28px;
	padding: 0 46px 16px
}

.multimedia .box-content .slider {
	position: relative
}

.multimedia .box-content .slider::after {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 100%);
	width: 144px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1
}

.multimedia .box-content .slider .story {
	width: 460px;
	height: 276px;
	position: relative
}

.multimedia .box-content .slider .story>* {
	margin-bottom: 0
}

.multimedia .box-content .slider .story .story__thumb {
	position: relative;
	margin-bottom: 0
}

.multimedia .box-content .slider .story .story__thumb:before {
	padding-bottom: 60%
}

.multimedia .box-content .slider .story .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000 100%);
	display: block;
	z-index: 10
}

.multimedia .box-content .slider .story__heading a {
	color: var(--White, #fff);
	padding: 0 16px 16px;
	z-index: 20;
	position: absolute;
	bottom: 0
}

.multimedia .box-content .slider [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	right: 16px;
	opacity: .6
}

.multimedia .box-content .slider [class^=swiper-button]:after {
	font-size: 24px;
	color: var(--Gray-Black);
	font-family: icomoon;
	font-weight: 600;
	position: relative;
	bottom: 1px;
	opacity: .6
}

.multimedia .box-content .slider [class^=swiper-button]:hover {
	opacity: 1
}

.multimedia .box-content .slider [class^=swiper-button]:hover:after {
	opacity: 1
}

.multimedia .box-content .slider .swiper-button-next {
	top: 85px
}

.multimedia .box-content .slider .swiper-button-next::after {
	content: "\e923";
	right: -1px
}

.multimedia .box-content .slider .swiper-button-prev {
	top: 150px;
	left: initial
}

.multimedia .box-content .slider .swiper-button-prev::after {
	content: "\e913";
	left: -1px
}

:root.hht .multimedia:before {
	display: none
}

:root.hht .multimedia .box-heading {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 10px;
	padding-left: 20px;
	z-index: 30
}

:root.tamviet .multimedia:before {
	display: none
}

:root.tamviet .multimedia .box-heading {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 10px;
	padding-left: 20px;
	z-index: 30
}

.photo-box {
	padding-top: 32px
}

:root.tpo .photo-box {
	padding-bottom: 24px
}

:root.tpo .photo-box+* {
	border-top: 1px solid var(--border-color)
}

.photo-box .box-heading {
	position: relative;
	text-align: center
}

.photo-box .box-heading .title {
	width: fit-content;
	text-align: center;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 20;
	position: relative
}

.photo-box .box-heading .title::before {
	position: absolute;
	right: -5px;
	bottom: 11px;
	content: "";
	width: 38px;
	height: 38px;
	background-color: var(--primary);
	display: block;
	z-index: 10;
	border-radius: 50%;
	z-index: -1
}

.photo-box .box-content {
	display: grid;
	grid-template-columns: 720px 334px 332px;
	grid-template-rows: repeat(2, 1fr);
	gap: 0 1px;
	margin-top: -11px
}

@media (max-width:1388px) and (min-width:1024px) {
	.photo-box .box-content {
		grid-template-columns: 52% 24% 24%
	}
}

.photo-box .box-content .story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3
}

.photo-box .box-content .story:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/3
}

.photo-box .box-content .story:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/2
}

.photo-box .box-content .story:nth-child(4) {
	grid-column: 3/4;
	grid-row: 2/3
}

.photo-box .box-content .story:nth-child(1) .story__thumb,
.photo-box .box-content .story:nth-child(2) .story__thumb {
	height: 432px
}

.photo-box .box-content .story:nth-child(3) .story__thumb {
	height: 215px
}

.photo-box .box-content .story:nth-child(4) .story__thumb {
	height: 216px
}

.photo-box .box-content .story {
	position: relative
}

.photo-box .box-content .story .story__thumb {
	position: relative;
	margin-bottom: 0;
	border-radius: 0
}

.photo-box .box-content .story .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.photo-box .box-content .story .story__thumb img {
	height: initial;
	width: initial;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: initial
}

.photo-box .box-content .story .story__heading a {
	color: var(--Gray-White, #fff);
	text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
	z-index: 20;
	position: absolute;
	bottom: 0
}

.photo-box .box-content .story:nth-child(1) .story__heading a {
	font-size: 28px;
	padding: 0 31px 16px
}

.photo-box .box-content .story:nth-child(2) .story__heading a,
.photo-box .box-content .story:nth-child(3) .story__heading a,
.photo-box .box-content .story:nth-child(4) .story__heading a {
	padding: 0 16px 16px
}

.missCrown {
	display: flex;
	flex-direction: column;
	gap: 16px
}

:root.tpo .missCrown {
	padding-bottom: 24px
}

.missCrown .wrap-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%
}

.missCrown .box-heading .title {
	font-family: var(--font-family-serif);
	font-size: 32px;
	text-transform: uppercase
}

.missCrown .subcate {
	display: flex;
	gap: 16px
}

.missCrown .subcate a {
	color: #555;
	font-size: 16px;
	font-weight: 400
}

.missCrown .subcate a:hover {
	color: var(--primary)
}

.missCrown .box-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 267px 461px 267px;
	gap: 1px
}

.missCrown .box-content .story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3
}

.missCrown .box-content .story:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2
}

.missCrown .box-content .story:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/3
}

.missCrown .box-content .story:nth-child(4) {
	grid-column: 1/2;
	grid-row: 3/4
}

.missCrown .box-content .story:nth-child(5) {
	grid-column: 2/3;
	grid-row: 2/4
}

.missCrown .box-content .story:nth-child(6) {
	grid-column: 3/4;
	grid-row: 3/4
}

.missCrown .box-content .story {
	overflow: hidden
}

.missCrown .box-content .story:nth-child(1) .story__thumb,
.missCrown .box-content .story:nth-child(3) .story__thumb,
.missCrown .box-content .story:nth-child(5) .story__thumb {
	height: 731px
}

.missCrown .box-content .story:nth-child(2) .story__thumb,
.missCrown .box-content .story:nth-child(4) .story__thumb,
.missCrown .box-content .story:nth-child(6) .story__thumb {
	height: 267px
}

.missCrown .box-content .story {
	position: relative
}

.missCrown .box-content .story .story__thumb {
	position: relative;
	margin-bottom: 0;
	border-radius: 0
}

.missCrown .box-content .story .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.missCrown .box-content .story .story__thumb img {
	height: initial;
	width: initial;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: initial
}

.missCrown .box-content .story .story__heading a {
	color: var(--Gray-White, #fff);
	text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
	z-index: 20;
	position: absolute;
	bottom: 0;
	font-size: 24px;
	padding: 0 32px 16px
}

.tpoTv {
	display: grid;
	padding-top: 64px;
	position: relative;
	overflow: hidden;
	margin: var(--gutter-grid) 0 0
}

:root.tpo .tpoTv {
	padding-bottom: 24px
}

:root.tpo .tpoTv+* {
	border-top: 1px solid var(--border-color)
}

.tpoTv+.banner .banner_show,
.tpoTv+.banner .rennab_show,
.tpoTv+.banner .sda_show,
.tpoTv+.rennab .banner_show,
.tpoTv+.rennab .rennab_show,
.tpoTv+.rennab .sda_show,
.tpoTv+.sda .banner_show,
.tpoTv+.sda .rennab_show,
.tpoTv+.sda .sda_show {
	padding-top: 0
}

.tpoTv .wrap-heading {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	padding-left: 20px;
	top: 15px;
	z-index: 30
}

.tpoTv .box-heading {
	position: relative
}

.tpoTv .box-heading .title {
	font-size: 48px;
	font-family: var(--font-family-sans-serif);
	font-weight: 700;
	text-transform: uppercase;
	z-index: 20;
	position: relative;
	letter-spacing: 4.8px
}

.tpoTv .box-heading .title:hover {
	text-decoration: underline;
	color: var(--Gray-Black)
}

.tpoTv .box-heading::before {
	position: absolute;
	content: "";
	width: 48px;
	height: 48px;
	background-color: var(--primary);
	right: 11px;
	top: 0;
	display: block;
	z-index: 10;
	border-radius: 50%
}

.tpoTv .subcate {
	display: flex;
	padding-right: 16px;
	justify-content: flex-end;
	align-items: center;
	gap: 24px
}

.tpoTv .subcate a {
	font-weight: 700;
	text-transform: uppercase
}

.tpoTv .subcate a i {
	display: inline;
	vertical-align: middle
}

.tpoTv .subcate a.active {
	color: var(--primary)
}

.tpoTv .box-content {
	display: grid;
	grid-template-columns: 780px 303px 303px;
	gap: 1px;
	z-index: 20
}

.tpoTv .box-content .story__thumb {
	border-radius: 0
}

.tpoTv .box-content>.story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/2
}

.tpoTv .box-content>.story:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2
}

.tpoTv .box-content>.story:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/2
}

.tpoTv .box-content .slider {
	grid-column: 1/4;
	grid-row: 2/3
}

@media (max-width:1388px) and (min-width:1024px) {
	.tpoTv .box-content {
		grid-template-columns: repeat(4, 1fr)
	}

	.tpoTv .box-content>.story:nth-child(1) {
		grid-column: 1/3;
		grid-row: 1/2
	}

	.tpoTv .box-content>.story:nth-child(2) {
		grid-column: 3/4;
		grid-row: 1/2
	}

	.tpoTv .box-content>.story:nth-child(3) {
		grid-column: 4/5;
		grid-row: 1/2
	}

	.tpoTv .box-content .slider {
		grid-column: 1/5;
		grid-row: 2/3
	}
}

.tpoTv .box-content>.story:nth-child(1),
.tpoTv .box-content>.story:nth-child(2),
.tpoTv .box-content>.story:nth-child(3) {
	height: 465px
}

.tpoTv .box-content>.story:nth-child(1) .story__thumb,
.tpoTv .box-content>.story:nth-child(2) .story__thumb,
.tpoTv .box-content>.story:nth-child(3) .story__thumb {
	height: 465px
}

.tpoTv .box-content .story {
	position: relative
}

.tpoTv .box-content .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e91c";
	font-size: 24px;
	font-family: icomoon;
	line-height: 40px;
	position: absolute;
	border: unset;
	background: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--Gray-White)
}

.tpoTv .box-content .story .story__thumb {
	position: relative;
	margin-bottom: 0
}

.tpoTv .box-content .story .story__thumb:before {
	padding-bottom: 150%
}

.tpoTv .box-content .story .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.tpoTv .box-content .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 8px;
	display: grid;
	gap: 8px
}

.tpoTv .box-content .story .story__heading a {
	color: var(--Gray-White, #fff);
	text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
	z-index: 20
}

.tpoTv .box-content .story .timeStamp {
	bottom: 24px;
	color: var(--Gray-White, #fff);
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 4px;
	z-index: 20
}

.tpoTv .box-content .story .timeStamp i {
	font-size: 16px
}

.tpoTv .box-content .story .story__meta {
	position: relative;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 8px
}

.tpoTv .box-content .story .story__meta .timeStamp {
	bottom: 24px;
	color: var(--Gray-White, #fff);
	font-size: 15px;
	display: flex;
	height: 20px;
	align-items: center;
	gap: 4px
}

.tpoTv .box-content .story .story__meta .timeStamp i {
	font-size: 14px
}

.tpoTv .box-content .story .story__meta span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--Gray-White, #fff)
}

.tpoTv .box-content .story .story__meta .cate {
	color: var(--White, #fff);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase
}

.tpoTv .box-content>.story:nth-child(1) .wrap {
	padding: 0 32px 16px
}

.tpoTv .box-content>.story:nth-child(1) .story__heading a {
	font-size: 28px
}

.tpoTv .box-content>.story:nth-child(2) .wrap,
.tpoTv .box-content>.story:nth-child(3) .wrap {
	padding: 0 16px 16px
}

.tpoTv .box-content .slider {
	position: relative
}

.tpoTv .box-content .slider::after {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 100%);
	width: 144px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1
}

.tpoTv .box-content .slider .story {
	width: 350px;
	height: 210px;
	position: relative
}

.tpoTv .box-content .slider .story:after {
	position: absolute;
	top: -1px;
	left: -1px;
	content: "\e91c";
	font-size: 16px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	border: 1px solid var(--Gray-White);
	background: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	color: var(--Gray-White)
}

.tpoTv .box-content .slider .story>* {
	margin-bottom: 0
}

.tpoTv .box-content .slider .story .story__thumb {
	position: relative;
	margin-bottom: 0
}

.tpoTv .box-content .slider .story .story__thumb:before {
	padding-bottom: 60%
}

.tpoTv .box-content .slider .story .story__thumb::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.tpoTv .box-content .slider .story .wrap {
	padding: 0 16px 16px
}

.tpoTv .box-content .slider .story__heading a {
	color: var(--White, #fff);
	z-index: 20;
	bottom: 0;
	font-size: 16px
}

.tpoTv .box-content .slider [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	right: 16px;
	opacity: .6
}

.tpoTv .box-content .slider [class^=swiper-button]:after {
	font-size: 24px;
	color: var(--Gray-Black);
	font-family: icomoon;
	font-weight: 600;
	position: relative;
	bottom: 1px;
	opacity: .6
}

.tpoTv .box-content .slider [class^=swiper-button]:hover {
	opacity: 1
}

.tpoTv .box-content .slider [class^=swiper-button]:hover:after {
	opacity: 1
}

.tpoTv .box-content .slider .swiper-button-next {
	top: 60px
}

.tpoTv .box-content .slider .swiper-button-next::after {
	content: "\e923";
	right: -1px
}

.tpoTv .box-content .slider .swiper-button-prev {
	top: 125px;
	left: initial
}

.tpoTv .box-content .slider .swiper-button-prev::after {
	content: "\e913";
	left: -1px
}

.tpoTv-2 {
	display: grid;
	justify-content: center;
	padding-top: 0 !important;
	border-top: 0 !important;
	margin-top: 16px !important;
	position: relative;
	overflow: hidden
}

.pplom :root.tpo .tpoTv-2 {
	padding-bottom: 24px
}

.pplom :root.tpo .tpoTv-2+* {
	border-top: 1px solid var(--border-color)
}

.tpoTv-2+.banner .banner_show,
.tpoTv-2+.banner .rennab_show,
.tpoTv-2+.banner .sda_show,
.tpoTv-2+.rennab .banner_show,
.tpoTv-2+.rennab .rennab_show,
.tpoTv-2+.rennab .sda_show,
.tpoTv-2+.sda .banner_show,
.tpoTv-2+.sda .rennab_show,
.tpoTv-2+.sda .sda_show {
	padding-top: 0
}

.tpoTv-2 .wrap-heading {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 10px;
	padding-left: 20px;
	z-index: 30
}

.tpoTv-2 .box-heading {
	position: relative
}

.tpoTv-2 .box-heading .title {
	font-size: 64px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 20;
	position: relative
}

.tpoTv-2 .box-heading .title:hover {
	text-decoration: underline;
	color: var(--Gray-Black)
}

.tpoTv-2 .box-heading::before {
	position: absolute;
	content: "";
	width: 56px;
	height: 56px;
	background-color: var(--primary);
	right: 13px;
	top: 11px;
	display: block;
	z-index: 10;
	border-radius: 50%
}

.tpoTv-2 .subcate {
	display: flex;
	padding: 0 16px 16px 0;
	justify-content: flex-end;
	align-items: center;
	gap: 24px
}

.tpoTv-2 .subcate a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	text-transform: uppercase
}

.tpoTv-2 .box-content {
	display: grid;
	grid-template-columns: 780px 303px 303px;
	gap: 1px;
	z-index: 20;
	padding-top: 66px
}

@media (min-width:1920px) {
	.tpoTv-2 .box-content {
		grid-template-columns: 960px 360px 360px;
		gap: 4px
	}
}

.tpoTv-2 .box-content .wrap-story {
	grid-column: 1/4;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1px
}

.tpoTv-2 .box-content .story__thumb {
	border-radius: 0
}

.tpoTv-2 .box-content>.story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/2
}

.tpoTv-2 .box-content>.story:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2
}

.tpoTv-2 .box-content>.story:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/2
}

.tpoTv-2 .box-content .slider {
	grid-column: 1/4;
	grid-row: 2/3
}

@media (max-width:1388px) and (min-width:1024px) {
	.tpoTv-2 .box-content {
		width: 100vw;
		grid-template-columns: repeat(4, 1fr)
	}

	.tpoTv-2 .box-content>.story:nth-child(1) {
		grid-column: 1/3
	}

	.tpoTv-2 .box-content>.story:nth-child(2) {
		grid-column: 3/4
	}

	.tpoTv-2 .box-content>.story:nth-child(3) {
		grid-column: 4/5
	}

	.tpoTv-2 .box-content .wrap-story {
		grid-column: 1/5
	}
}

.tpoTv-2 .box-content>.story:nth-child(1),
.tpoTv-2 .box-content>.story:nth-child(2),
.tpoTv-2 .box-content>.story:nth-child(3) {
	height: 465px
}

.tpoTv-2 .box-content>.story:nth-child(1) .story__thumb,
.tpoTv-2 .box-content>.story:nth-child(2) .story__thumb,
.tpoTv-2 .box-content>.story:nth-child(3) .story__thumb {
	height: 465px
}

.tpoTv-2 .box-content .story {
	position: relative
}

.tpoTv-2 .box-content .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e91c";
	font-size: 24px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--title)
}

.tpoTv-2 .box-content .story .story__thumb {
	position: relative;
	margin-bottom: 0
}

.tpoTv-2 .box-content .story .story__thumb:before {
	padding-bottom: 60%
}

.tpoTv-2 .box-content .story .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.tpoTv-2 .box-content .story .story__thumb img {
	height: initial;
	width: initial;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: initial
}

.tpoTv-2 .box-content .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 8px;
	display: grid
}

.tpoTv-2 .box-content .story .story__heading a {
	color: var(--title);
	z-index: 20
}

.tpoTv-2 .box-content .story .story__meta {
	margin-bottom: 8px;
	display: flex;
	z-index: 10
}

.tpoTv-2 .box-content .story .story__meta .timeStamp {
	color: var(--title);
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	padding-right: 24px;
	color: #fff
}

.tpoTv-2 .box-content .story .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

.tpoTv-2 .box-content .story .story__meta .title-cate {
	color: #fff
}

.tpoTv-2 .box-content>.story:nth-child(1) .wrap {
	padding: 0 16px 16px
}

.tpoTv-2 .box-content>.story:nth-child(1) .story__heading a {
	font-size: 28px
}

.tpoTv-2 .box-content>.story:nth-child(2) .wrap,
.tpoTv-2 .box-content>.story:nth-child(3) .wrap {
	padding: 0 16px 16px
}

.tpoTv-2 .box-content .slider {
	margin-right: 65px;
	position: relative
}

.tpoTv-2 .box-content .slider::after {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 100%);
	width: 144px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1
}

.tpoTv-2 .box-content .slider .story {
	width: 320px;
	height: 192px;
	position: relative
}

.tpoTv-2 .box-content .slider .story:after {
	position: absolute;
	top: -1px;
	left: -1px;
	content: "\e91c";
	font-size: 16px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	border: 1px solid var(--Gray-White);
	background: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	color: var(--Gray-White)
}

.tpoTv-2 .box-content .slider .story>* {
	margin-bottom: 0
}

.tpoTv-2 .box-content .slider .story .story__thumb {
	position: relative;
	margin-bottom: 0
}

.tpoTv-2 .box-content .slider .story .story__thumb:before {
	padding-bottom: 60%
}

.tpoTv-2 .box-content .slider .story .story__thumb::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.tpoTv-2 .box-content .slider .story .wrap {
	padding: 0 16px 16px
}

.tpoTv-2 .box-content .slider .story__heading a {
	color: var(--White, #fff);
	z-index: 20;
	bottom: 0;
	font-size: 16px
}

.tpoTv-2 .box-content .slider [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	right: 16px;
	opacity: .6
}

.tpoTv-2 .box-content .slider [class^=swiper-button]:after {
	font-size: 24px;
	color: var(--Gray-Black);
	font-family: icomoon;
	font-weight: 600;
	position: relative;
	bottom: 1px;
	opacity: .6
}

.tpoTv-2 .box-content .slider [class^=swiper-button]:hover {
	opacity: 1
}

.tpoTv-2 .box-content .slider [class^=swiper-button]:hover:after {
	opacity: 1
}

.tpoTv-2 .box-content .slider .swiper-button-next {
	top: 60px
}

.tpoTv-2 .box-content .slider .swiper-button-next::after {
	content: "\e923";
	right: -1px
}

.tpoTv-2 .box-content .slider .swiper-button-prev {
	top: 125px;
	left: initial
}

.tpoTv-2 .box-content .slider .swiper-button-prev::after {
	content: "\e913";
	left: -1px
}

.oneMain-fourSub .box-heading {
	position: absolute;
	z-index: 10;
	padding-left: 20px
}

.oneMain-fourSub .box-heading a {
	font-size: 48px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 20;
	position: relative
}

.oneMain-fourSub .box-content {
	display: grid;
	grid-template-columns: 700px 1fr 1fr;
	gap: 1px;
	padding-top: 44px
}

@media (min-width:1920px) {
	.oneMain-fourSub .box-content {
		grid-template-columns: 760px 1fr 1fr
	}
}

.oneMain-fourSub .box-content .story {
	position: relative
}

.oneMain-fourSub .box-content .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e91c";
	font-size: 24px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--title)
}

.oneMain-fourSub .box-content .story__thumb {
	margin-bottom: 0;
	border-radius: 0;
	height: 100%
}

.oneMain-fourSub .box-content .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.oneMain-fourSub .box-content .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 16px;
	display: grid
}

.oneMain-fourSub .box-content .story__heading a {
	color: var(--title);
	z-index: 20
}

.oneMain-fourSub .box-content .story__meta {
	margin-bottom: 8px;
	display: flex;
	z-index: 10
}

.oneMain-fourSub .box-content .story__meta .timeStamp {
	color: var(--title);
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	padding-right: 24px;
	color: var(--title)
}

.oneMain-fourSub .box-content .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: var(--title);
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

.oneMain-fourSub .box-content .story__meta .title-cate {
	color: var(--title)
}

.oneMain-fourSub .box-content .story:first-child {
	grid-row: 1/3
}

.oneMain-fourSub .box-content .story:first-child .story__heading a {
	font-size: 28px
}

.podcast-highlight {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	row-gap: 1px;
	padding-top: 0 !important;
	margin-bottom: 0 !important
}

@media (min-width:1920px) {
	.podcast-highlight {
		row-gap: 5px;
		padding-right: 4px;
		padding-left: 4px
	}
}

.podcast-highlight .story {
	width: calc((100% - 3px)/ 4);
	position: relative
}

.podcast-highlight .story:last-child {
	display: none
}

@media (min-width:1920px) {
	.podcast-highlight .story {
		width: calc((100% - 20px)/ 5)
	}

	.podcast-highlight .story:last-child {
		display: block
	}
}

.podcast-highlight .story::after {
	top: 8px;
	left: 8px;
	content: "\e90f";
	background: 0 0;
	font-size: 32px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	cursor: pointer
}

.podcast-highlight .story.story--focus {
	width: calc((100% - 2px)/ 3)
}

@media (min-width:1920px) {
	.podcast-highlight .story.story--focus {
		width: calc((100% - 10px)/ 3)
	}
}

.podcast-highlight .story.story--focus .story__heading a {
	font-size: 24px
}

.podcast-highlight .story__thumb {
	margin-bottom: 0;
	border-radius: 0
}

.podcast-highlight .story__thumb::before {
	padding-bottom: 100%
}

.podcast-highlight .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.02%, #000 100%);
	display: block;
	z-index: 10
}

.podcast-highlight .story .wrap {
	z-index: 20;
	position: absolute;
	bottom: 0;
	padding: 16px
}

.podcast-highlight .story__meta {
	margin-bottom: 8px;
	display: flex
}

.podcast-highlight .story__meta .timeStamp {
	position: relative;
	padding-right: 24px;
	color: #fff
}

.podcast-highlight .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

.podcast-highlight .story__meta .title-cate {
	color: #fff
}

.podcast-highlight .story__heading a {
	padding: 0
}

:root.hht .tpoTv,
:root.svvn .tpoTv,
:root.tamviet .tpoTv {
	overflow: hidden;
	padding-bottom: 0;
	border-bottom: 0
}

:root.hht .tpoTv .box-content,
:root.svvn .tpoTv .box-content,
:root.tamviet .tpoTv .box-content {
	grid-template-columns: 780px 287px 287px
}

@media (max-width:1388px) and (min-width:1024px) {

	:root.hht .tpoTv .box-content,
	:root.svvn .tpoTv .box-content,
	:root.tamviet .tpoTv .box-content {
		grid-template-columns: repeat(4, 1fr)
	}
}

:root.hht .tpoTv .box-content .story:after,
:root.svvn .tpoTv .box-content .story:after,
:root.tamviet .tpoTv .box-content .story:after {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 40px;
	border: 0;
	background: 0 0
}

:root.svvn .tpoTv .wrap-heading {
	top: 26px
}

:root.svvn .tpoTv .wrap-heading .box-heading::before {
	display: none
}

:root.svvn .tpoTv .wrap-heading .box-heading .title {
	width: 256px;
	height: 48px;
	background: url(../img/text-video-2025.png) top left/256px 48px no-repeat;
	font-size: 0;
	display: block
}

:root.hht .tpoTv .wrap-heading .box-heading a {
	color: var(--primary)
}

:root.hht .tpoTv .wrap-heading .box-heading::before {
	display: none
}

:root.tamviet .tpoTv .wrap-heading .box-heading a {
	color: var(--primary)
}

:root.tamviet .tpoTv .wrap-heading .box-heading::before {
	display: none
}

:root.hht .multimedia,
:root.tamviet .multimedia {
	padding-top: 45px
}

.topic-timeline {
	position: relative;
	background-color: #ccc;
	height: 390px;
	overflow: hidden
}

.topic-timeline .wrap-heading {
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 20
}

.topic-timeline .wrap-heading .label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 16px;
	top: 36px
}

.topic-timeline .wrap-heading .label i {
	font-size: 28px;
	color: var(--primary)
}

.topic-timeline .box-heading {
	display: inline-flex;
	margin: 24px auto 16px
}

.topic-timeline .box-heading .title {
	font-family: var(--font-family-serif);
	color: var(--Gray-White);
	text-align: center;
	font-size: 28px;
	font-weight: 700
}

.topic-timeline .box-heading .title:hover {
	opacity: .8
}

.topic-timeline .bg-box {
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 10;
	min-width: 100%;
	min-height: 100%
}

.topic-timeline .bg-box img {
	filter: blur(10px);
	min-width: 100%;
	min-height: 100%
}

.topic-timeline .bg-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background: rgba(0, 0, 0, .2);
	z-index: 10
}

.topic-timeline .box-content {
	z-index: 30;
	padding: 16px;
	padding-top: 0
}

.topic-timeline .box-content [class^=swiper-button] {
	z-index: 40;
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	right: 16px;
	opacity: .6
}

.topic-timeline .box-content [class^=swiper-button]:after {
	font-size: 24px;
	color: var(--Gray-Black);
	font-family: icomoon;
	font-weight: 600;
	position: relative;
	bottom: 1px;
	opacity: .6
}

.topic-timeline .box-content [class^=swiper-button]:hover {
	opacity: 1
}

.topic-timeline .box-content [class^=swiper-button]:hover:after {
	opacity: 1
}

.topic-timeline .box-content .swiper-button-next {
	top: 50px
}

.topic-timeline .box-content .swiper-button-next::after {
	content: "\e923";
	right: -1px
}

.topic-timeline .box-content .swiper-button-prev {
	top: 115px;
	left: initial
}

.topic-timeline .box-content .swiper-button-prev::after {
	content: "\e913";
	left: -1px
}

.topic-timeline .story {
	width: 280px
}

.topic-timeline .story__thumb {
	width: 280px
}

.topic-timeline .story__heading a {
	color: var(--Gray-White)
}

:root.tpo .topic-timeline {
	margin: 8px auto 8px
}

:root.hht .topic-timeline {
	border-radius: 8px
}

:root.tamviet .topic-timeline {
	border-radius: 8px
}

.read-hear {
	padding: 24px 16px;
	gap: 24px;
	background: var(--Dark-Blue, #263556);
	position: relative;
	overflow: hidden
}

:root.tpo .read-hear {
	margin: 8px auto 8px
}

.read-hear .box-content::after {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, rgba(38, 53, 86, 0) 0, #263556 100%);
	width: 80px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1
}

.read-hear [class^=swiper-button] {
	z-index: 40;
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	right: 8px;
	opacity: .6
}

.read-hear [class^=swiper-button]:after {
	font-size: 24px;
	color: var(--Gray-Black);
	font-family: icomoon;
	font-weight: 600;
	position: relative;
	bottom: 1px;
	opacity: .6
}

.read-hear [class^=swiper-button]:hover {
	opacity: 1
}

.read-hear [class^=swiper-button]:hover:after {
	opacity: 1
}

.read-hear .swiper-button-next {
	top: 110px
}

.read-hear .swiper-button-next::after {
	content: "\e923";
	right: -1px
}

.read-hear .swiper-button-prev {
	top: 175px;
	left: initial
}

.read-hear .swiper-button-prev::after {
	content: "\e913";
	left: -1px
}

.read-hear .box-heading {
	position: relative
}

.read-hear .box-heading .title {
	width: 310px;
	margin: 0 auto 16px;
	font-size: 24px;
	text-transform: uppercase;
	color: var(--Gray-White);
	font-weight: 400;
	display: flex;
	gap: 12px
}

.read-hear .box-heading .title span {
	color: var(--primary)
}

.read-hear .box-heading .title i {
	font-size: 40px;
	margin-top: -8px
}

.read-hear .story {
	width: 210px;
	background-color: var(--Gray-Black);
	height: auto;
	border-radius: 8px
}

.read-hear .story__thumb {
	width: 210px;
	height: 210px;
	position: relative;
	border-radius: 8px 8px 0 0
}

.read-hear .story__thumb::before {
	padding-bottom: 100%
}

.read-hear .story__thumb a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
	left: 0;
	top: 0;
	display: block
}

.read-hear .story__heading a {
	color: #fff;
	font-size: 16px;
	min-height: 100px;
	padding: 0 8px 24px
}

.read-hear .story .title-cate {
	display: flex;
	gap: 4px;
	position: relative;
	color: var(--Gray-White);
	justify-content: center;
	margin-top: -32px;
	margin-bottom: 12px
}

.read-hear .story .title-cate::before {
	content: "\\";
	color: var(--primary);
	display: block
}

.read-hear .story .title-cate:hover {
	opacity: .8
}

.col.size-300 .read-hear {
	margin-left: -16px;
	margin-right: -16px
}

:root.svvn .read-hear {
	width: calc(100% + 24px);
	margin-right: -24px;
	background-color: var(--primary)
}

:root.svvn .read-hear .swiper-button-next {
	background-color: red
}

:root.svvn .read-hear .box-heading .title span {
	color: red
}

:root.hht .read-hear {
	background-color: #fee9e9;
	border-radius: 8px
}

:root.hht .read-hear .swiper-button-prev {
	background-color: var(--Gray-White)
}

:root.hht .read-hear .swiper-button-prev:after {
	color: var(--title)
}

:root.hht .read-hear .box-heading .title {
	width: 330px;
	color: var(--primary)
}

:root.tamviet .read-hear {
	background-color: #a89987;
	border-radius: 8px
}

:root.tamviet .read-hear .swiper-button-prev {
	background-color: var(--Gray-White)
}

:root.tamviet .read-hear .swiper-button-prev:after {
	color: var(--title)
}

:root.tamviet .read-hear .box-heading .title {
	width: 330px;
	color: var(--primary)
}

.summary-news {
	padding: 24px 48px;
	background: var(--Dark-Blue, #263556);
	position: relative
}

:root.tpo .summary-news {
	margin: 8px auto 0
}

.summary-news [class^=swiper-button] {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 48px;
	z-index: 20;
	position: absolute;
	width: 32px;
	border: 1px solid var(--Gray-White);
	opacity: .6
}

.summary-news [class^=swiper-button]:after {
	color: var(--Gray-White);
	font-size: 16px
}

.summary-news [class^=swiper-button]:hover {
	opacity: 1
}

.summary-news .swiper-button-prev {
	right: 56px;
	left: initial
}

.summary-news .swiper-button-next {
	right: 16px
}

.summary-news .box-heading .title {
	width: 170px;
	margin: 0 auto 24px;
	font-size: 24px;
	text-transform: uppercase;
	color: var(--Gray-White);
	font-weight: 400;
	display: flex;
	padding-bottom: 8px;
	gap: 12px;
	border-bottom: 1px solid #fff
}

.summary-news .box-heading .title::first-letter {
	font-weight: 700
}

.summary-news .box-heading .title i {
	font-size: 40px;
	margin-top: -8px
}

.summary-news .swiper-wrapper .story {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 16px;
	padding: 0 48px;
	align-items: center;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 24px
}

.summary-news .swiper-wrapper .story__thumb {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	grid-column: 1/2;
	grid-row: 1/3;
	margin-bottom: 0
}

.summary-news .swiper-wrapper .story__heading {
	align-self: self-end;
	grid-column: 2/3;
	grid-row: 1/2
}

.summary-news .swiper-wrapper .story__heading a {
	color: #fff;
	text-align: center;
	font-size: 24px
}

.summary-news .swiper-wrapper .story .player .control {
	display: flex;
	grid-column: 2/3;
	grid-row: 2/3;
	padding: 0 32px;
	justify-content: center;
	align-items: center;
	align-self: self-start;
	gap: 16px
}

.summary-news .swiper-wrapper .story .player .control button {
	font-size: 0;
	color: var(--Gray-White)
}

.summary-news .swiper-wrapper .story .player .control .backward,
.summary-news .swiper-wrapper .story .player .control .forward,
.summary-news .swiper-wrapper .story .player .control .next,
.summary-news .swiper-wrapper .story .player .control .pause,
.summary-news .swiper-wrapper .story .player .control .play,
.summary-news .swiper-wrapper .story .player .control .prev {
	width: 32px;
	height: 32px
}

.summary-news .swiper-wrapper .story .player .control .backward:before,
.summary-news .swiper-wrapper .story .player .control .forward:before,
.summary-news .swiper-wrapper .story .player .control .next:before,
.summary-news .swiper-wrapper .story .player .control .pause:before,
.summary-news .swiper-wrapper .story .player .control .play:before,
.summary-news .swiper-wrapper .story .player .control .prev:before {
	font-size: 32px;
	font-family: icomoon;
	line-height: 32px
}

.summary-news .swiper-wrapper .story .player .control .backward {
	position: relative;
	font-size: 8px
}

.summary-news .swiper-wrapper .story .player .control .backward:before {
	content: "\e939";
	position: absolute;
	top: -1px;
	left: 0
}

.summary-news .swiper-wrapper .story .player .control .prev:before {
	content: "\e93b"
}

.summary-news .swiper-wrapper .story .player .control .play:before {
	content: "\e91c"
}

.summary-news .swiper-wrapper .story .player .control .pause:before {
	content: "\e91a"
}

.summary-news .swiper-wrapper .story .player .control .next:before {
	content: "\e93a"
}

.summary-news .swiper-wrapper .story .player .control .forward {
	position: relative;
	font-size: 8px
}

.summary-news .swiper-wrapper .story .player .control .forward:before {
	content: "\e938";
	position: absolute;
	top: -1px;
	left: 0
}

.summary-news .swiper-wrapper .story .player .control .pause,
.summary-news .swiper-wrapper .story .player .control .play {
	width: 40px;
	height: 40px
}

.summary-news .swiper-wrapper .story .player .control .play:before {
	font-size: 36px
}

.summary-news .swiper-wrapper .story .player .control .pause:before {
	font-size: 36px
}

.summary-news .swiper-wrapper .story .player .playback-rate,
.summary-news .swiper-wrapper .story .player .progress-bar,
.summary-news .swiper-wrapper .story .player .rate-board,
.summary-news .swiper-wrapper .story .player .time-display,
.summary-news .swiper-wrapper .story .player .volumn {
	display: none
}

.summary-news .other-news {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;
	justify-content: space-between
}

.summary-news .other-news .story__thumb {
	width: 120px;
	float: left;
	margin-right: 12px;
	margin-bottom: 16px;
	position: relative;
	overflow: initial
}

.summary-news .other-news .story__thumb::before {
	padding-bottom: 100%
}

.summary-news .other-news .story__thumb:after {
	content: "\e91c";
	font-size: 16px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	border: 1px solid var(--Gray-White);
	background: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	bottom: -16px;
	left: calc(50% - 16px);
	color: var(--Gray-White)
}

.summary-news .other-news .story__thumb img {
	border-radius: 8px
}

.summary-news .other-news .story__heading a {
	color: var(--Gray-White)
}

.infographics {
	position: relative;
	padding-top: 56px;
	border-bottom: 1px solid var(--border-color)
}

:root.tpo .infographics {
	padding-bottom: 24px
}

:root.tpo .infographics+* {
	border-top: 1px solid var(--border-color)
}

.infographics [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 32px;
	right: 20px;
	opacity: .6
}

.infographics [class^=swiper-button]:after {
	font-size: 40px;
	color: var(--Gray-White);
	font-family: icomoon
}

.infographics [class^=swiper-button]:hover {
	opacity: 1
}

.infographics .swiper-button-next {
	top: 175px
}

.infographics .swiper-button-next::after {
	content: "\e923"
}

.infographics .swiper-button-prev {
	top: 235px;
	left: initial
}

.infographics .swiper-button-prev::after {
	content: "\e913"
}

.infographics .box-heading {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%
}

.infographics .box-heading .title {
	text-align: center;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%
}

.infographics .box-content {
	position: relative;
	padding: 32px 50px 56px;
	background: var(--Dark-Blue, #263556);
	overflow: hidden
}

.infographics .box-content::before {
	position: absolute;
	content: "infographics";
	display: block;
	font-size: 256px;
	letter-spacing: 25.6px;
	font-weight: 700;
	text-transform: uppercase;
	left: -150px;
	top: -45px;
	opacity: .05;
	color: var(--Gray-White)
}

.infographics .story {
	width: 360px !important;
	padding-top: 36px
}

.infographics .story__thumb {
	position: relative
}

.infographics .story__heading a {
	color: var(--White, #fff);
	font-size: 24px;
	font-weight: 700
}

.infographics .story.swiper-slide-active {
	padding-top: 0;
	width: 420px !important
}

.infographics .see-more {
	color: var(--Gray-White);
	position: absolute;
	right: 16px;
	bottom: 16px
}

:root.svvn .infographics {
	padding-top: 36px;
	padding-bottom: 0;
	border-bottom: none
}

:root.svvn .infographics [class^=swiper-button]:after {
	color: var(--title)
}

:root.svvn .infographics .box-heading {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	top: 1px
}

:root.svvn .infographics .box-heading .title {
	width: 400px;
	height: 36px;
	background: url(../img/text-infographics-2025.png) top left/400px 36px no-repeat;
	font-size: 0
}

:root.svvn .infographics .box-content {
	border-radius: 8px;
	background: rgba(32, 88, 153, .1);
	padding: 32px 50px 56px
}

:root.svvn .infographics .box-content::before {
	color: var(--primary)
}

:root.svvn .infographics .story__heading a {
	color: var(--title)
}

:root.svvn .infographics .story__heading a [class*=ic-]::before {
	color: var(--title)
}

:root.svvn .infographics .story__heading a:hover {
	color: var(--title) !important;
	opacity: .7
}

:root.svvn .infographics .see-more {
	color: var(--title)
}

:root.hht .podcast-box,
:root.svvn .podcast-box,
:root.tamviet .podcast-box,
:root.tpo .podcast-box {
	position: relative;
	padding-top: 56px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--border-color)
}

:root.hht .podcast-box .box-heading,
:root.svvn .podcast-box .box-heading,
:root.tamviet .podcast-box .box-heading,
:root.tpo .podcast-box .box-heading {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%
}

:root.hht .podcast-box .box-heading .title,
:root.svvn .podcast-box .box-heading .title,
:root.tamviet .podcast-box .box-heading .title,
:root.tpo .podcast-box .box-heading .title {
	text-align: center;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%
}

:root.hht .podcast-box .box-content,
:root.svvn .podcast-box .box-content,
:root.tamviet .podcast-box .box-content,
:root.tpo .podcast-box .box-content {
	position: relative;
	padding: 48px 50px 32px;
	background: var(--primary);
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 62px;
	justify-content: space-between
}

:root.hht .podcast-box .box-content::before,
:root.svvn .podcast-box .box-content::before,
:root.tamviet .podcast-box .box-content::before,
:root.tpo .podcast-box .box-content::before {
	position: absolute;
	display: block;
	font-size: 256px;
	letter-spacing: 25.6px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .1;
	color: var(--Gray-Black);
	content: "podcastS";
	left: -150px;
	top: -45px
}

:root.hht .podcast-box .story,
:root.svvn .podcast-box .story,
:root.tamviet .podcast-box .story,
:root.tpo .podcast-box .story {
	position: relative
}

:root.hht .podcast-box .story__thumb,
:root.svvn .podcast-box .story__thumb,
:root.tamviet .podcast-box .story__thumb,
:root.tpo .podcast-box .story__thumb {
	width: 120px;
	float: left;
	margin-right: 12px;
	margin-bottom: 16px;
	position: relative;
	overflow: initial
}

:root.hht .podcast-box .story__thumb::before,
:root.svvn .podcast-box .story__thumb::before,
:root.tamviet .podcast-box .story__thumb::before,
:root.tpo .podcast-box .story__thumb::before {
	padding-bottom: 100%
}

:root.hht .podcast-box .story__thumb:after,
:root.svvn .podcast-box .story__thumb:after,
:root.tamviet .podcast-box .story__thumb:after,
:root.tpo .podcast-box .story__thumb:after {
	content: "\e91c";
	font-size: 16px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	border: 1px solid var(--Gray-White);
	background: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	bottom: -16px;
	left: calc(50% - 20px);
	color: var(--Gray-White)
}

:root.hht .podcast-box .story__thumb img,
:root.svvn .podcast-box .story__thumb img,
:root.tamviet .podcast-box .story__thumb img,
:root.tpo .podcast-box .story__thumb img {
	border-radius: 8px
}

:root.hht .podcast-box .story__heading a,
:root.svvn .podcast-box .story__heading a,
:root.tamviet .podcast-box .story__heading a,
:root.tpo .podcast-box .story__heading a {
	color: var(--Gray-White)
}

:root.hht .podcast-box .story .timeStamp,
:root.svvn .podcast-box .story .timeStamp,
:root.tamviet .podcast-box .story .timeStamp,
:root.tpo .podcast-box .story .timeStamp {
	color: var(--Gray-White, #fff);
	font-size: 12px;
	z-index: 20;
	display: flex;
	height: 20px;
	align-items: center;
	gap: 8px
}

:root.hht .podcast-box .story .timeStamp i,
:root.svvn .podcast-box .story .timeStamp i,
:root.tamviet .podcast-box .story .timeStamp i,
:root.tpo .podcast-box .story .timeStamp i {
	font-size: 18px
}

:root.hht .podcast-box .see-more,
:root.svvn .podcast-box .see-more,
:root.tamviet .podcast-box .see-more,
:root.tpo .podcast-box .see-more {
	color: var(--Gray-White);
	position: absolute;
	right: 16px;
	bottom: 40px
}

:root.hht .latest-podcast,
:root.svvn .latest-podcast,
:root.tamviet .latest-podcast,
:root.tpo .latest-podcast {
	margin-top: 32px
}

:root.hht .latest-podcast .box-heading,
:root.svvn .latest-podcast .box-heading,
:root.tamviet .latest-podcast .box-heading,
:root.tpo .latest-podcast .box-heading {
	color: var(--title);
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom: 24px
}

:root.hht .latest-podcast .box-content,
:root.svvn .latest-podcast .box-content,
:root.tamviet .latest-podcast .box-content,
:root.tpo .latest-podcast .box-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-left: 17px;
	padding-right: 17px;
	gap: 24px
}

:root.hht .latest-podcast .box-content .story,
:root.svvn .latest-podcast .box-content .story,
:root.tamviet .latest-podcast .box-content .story,
:root.tpo .latest-podcast .box-content .story {
	position: relative
}

:root.hht .latest-podcast .box-content .story::after,
:root.svvn .latest-podcast .box-content .story::after,
:root.tamviet .latest-podcast .box-content .story::after,
:root.tpo .latest-podcast .box-content .story::after {
	top: 8px;
	left: 8px;
	content: "\e90f";
	background: 0 0;
	font-size: 32px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	cursor: pointer
}

:root.hht .latest-podcast .box-content .story__thumb,
:root.svvn .latest-podcast .box-content .story__thumb,
:root.tamviet .latest-podcast .box-content .story__thumb,
:root.tpo .latest-podcast .box-content .story__thumb {
	border-radius: 0;
	margin-bottom: 0
}

:root.hht .latest-podcast .box-content .story__thumb::before,
:root.svvn .latest-podcast .box-content .story__thumb::before,
:root.tamviet .latest-podcast .box-content .story__thumb::before,
:root.tpo .latest-podcast .box-content .story__thumb::before {
	padding-bottom: 100%
}

:root.hht .latest-podcast .box-content .story__thumb a::after,
:root.svvn .latest-podcast .box-content .story__thumb a::after,
:root.tamviet .latest-podcast .box-content .story__thumb a::after,
:root.tpo .latest-podcast .box-content .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.02%, #000 100%);
	display: block;
	z-index: 10
}

:root.hht .latest-podcast .box-content .story .wrap,
:root.svvn .latest-podcast .box-content .story .wrap,
:root.tamviet .latest-podcast .box-content .story .wrap,
:root.tpo .latest-podcast .box-content .story .wrap {
	z-index: 20;
	position: absolute;
	bottom: 0;
	padding: 16px
}

:root.hht .latest-podcast .box-content .story__meta,
:root.svvn .latest-podcast .box-content .story__meta,
:root.tamviet .latest-podcast .box-content .story__meta,
:root.tpo .latest-podcast .box-content .story__meta {
	margin-bottom: 8px;
	display: flex
}

:root.hht .latest-podcast .box-content .story__meta .timeStamp,
:root.svvn .latest-podcast .box-content .story__meta .timeStamp,
:root.tamviet .latest-podcast .box-content .story__meta .timeStamp,
:root.tpo .latest-podcast .box-content .story__meta .timeStamp {
	position: relative;
	padding-right: 24px;
	color: #fff
}

:root.hht .latest-podcast .box-content .story__meta .timeStamp::after,
:root.svvn .latest-podcast .box-content .story__meta .timeStamp::after,
:root.tamviet .latest-podcast .box-content .story__meta .timeStamp::after,
:root.tpo .latest-podcast .box-content .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

:root.hht .latest-podcast .box-content .story__meta .title-cate,
:root.svvn .latest-podcast .box-content .story__meta .title-cate,
:root.tamviet .latest-podcast .box-content .story__meta .title-cate,
:root.tpo .latest-podcast .box-content .story__meta .title-cate {
	color: #fff
}

:root.hht .latest-podcast .box-content .story__heading a,
:root.svvn .latest-podcast .box-content .story__heading a,
:root.tamviet .latest-podcast .box-content .story__heading a,
:root.tpo .latest-podcast .box-content .story__heading a {
	padding: 0
}

:root.hht .latest-video,
:root.svvn .latest-video,
:root.tamviet .latest-video,
:root.tpo .latest-video {
	margin-top: 32px
}

:root.hht .latest-video .box-heading,
:root.svvn .latest-video .box-heading,
:root.tamviet .latest-video .box-heading,
:root.tpo .latest-video .box-heading {
	color: var(--title);
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom: 24px
}

:root.hht .latest-video .box-content,
:root.svvn .latest-video .box-content,
:root.tamviet .latest-video .box-content,
:root.tpo .latest-video .box-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-left: 17px;
	padding-right: 17px;
	gap: 24px
}

:root.hht .latest-video .box-content .story,
:root.svvn .latest-video .box-content .story,
:root.tamviet .latest-video .box-content .story,
:root.tpo .latest-video .box-content .story {
	position: relative
}

:root.hht .latest-video .box-content .story:after,
:root.svvn .latest-video .box-content .story:after,
:root.tamviet .latest-video .box-content .story:after,
:root.tpo .latest-video .box-content .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e91c";
	font-size: 24px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--title)
}

:root.hht .latest-video .box-content .story>*,
:root.svvn .latest-video .box-content .story>*,
:root.tamviet .latest-video .box-content .story>*,
:root.tpo .latest-video .box-content .story>* {
	margin-bottom: 0
}

:root.hht .latest-video .box-content .story__thumb,
:root.svvn .latest-video .box-content .story__thumb,
:root.tamviet .latest-video .box-content .story__thumb,
:root.tpo .latest-video .box-content .story__thumb {
	position: relative;
	margin-bottom: 0;
	border-radius: 0
}

:root.hht .latest-video .box-content .story__thumb:before,
:root.svvn .latest-video .box-content .story__thumb:before,
:root.tamviet .latest-video .box-content .story__thumb:before,
:root.tpo .latest-video .box-content .story__thumb:before {
	padding-bottom: 60%
}

:root.hht .latest-video .box-content .story__thumb a::after,
:root.svvn .latest-video .box-content .story__thumb a::after,
:root.tamviet .latest-video .box-content .story__thumb a::after,
:root.tpo .latest-video .box-content .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

:root.hht .latest-video .box-content .story .wrap,
:root.svvn .latest-video .box-content .story .wrap,
:root.tamviet .latest-video .box-content .story .wrap,
:root.tpo .latest-video .box-content .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 8px;
	display: grid
}

:root.hht .latest-video .box-content .story__heading a,
:root.svvn .latest-video .box-content .story__heading a,
:root.tamviet .latest-video .box-content .story__heading a,
:root.tpo .latest-video .box-content .story__heading a {
	color: var(--title);
	z-index: 20
}

:root.hht .latest-video .box-content .story__meta,
:root.svvn .latest-video .box-content .story__meta,
:root.tamviet .latest-video .box-content .story__meta,
:root.tpo .latest-video .box-content .story__meta {
	margin-bottom: 8px;
	display: flex;
	z-index: 10
}

:root.hht .latest-video .box-content .story__meta .timeStamp,
:root.svvn .latest-video .box-content .story__meta .timeStamp,
:root.tamviet .latest-video .box-content .story__meta .timeStamp,
:root.tpo .latest-video .box-content .story__meta .timeStamp {
	color: var(--title);
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	padding-right: 24px;
	color: var(--title)
}

:root.hht .latest-video .box-content .story__meta .timeStamp::after,
:root.svvn .latest-video .box-content .story__meta .timeStamp::after,
:root.tamviet .latest-video .box-content .story__meta .timeStamp::after,
:root.tpo .latest-video .box-content .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: var(--title);
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

:root.hht .latest-video .box-content .story__meta .title-cate,
:root.svvn .latest-video .box-content .story__meta .title-cate,
:root.tamviet .latest-video .box-content .story__meta .title-cate,
:root.tpo .latest-video .box-content .story__meta .title-cate {
	color: var(--title)
}

:root.hht .listen-alot .box-heading,
:root.svvn .listen-alot .box-heading,
:root.tamviet .listen-alot .box-heading,
:root.tpo .listen-alot .box-heading {
	color: var(--title);
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom: 40px
}

:root.hht .listen-alot .box-content,
:root.svvn .listen-alot .box-content,
:root.tamviet .listen-alot .box-content,
:root.tpo .listen-alot .box-content {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding-left: 17px;
	padding-right: 17px;
	gap: 24px;
	counter-reset: my-counter
}

:root.hht .listen-alot .box-content .story,
:root.svvn .listen-alot .box-content .story,
:root.tamviet .listen-alot .box-content .story,
:root.tpo .listen-alot .box-content .story {
	position: relative
}

:root.hht .listen-alot .box-content .story::before,
:root.svvn .listen-alot .box-content .story::before,
:root.tamviet .listen-alot .box-content .story::before,
:root.tpo .listen-alot .box-content .story::before {
	position: absolute;
	content: "1";
	counter-increment: my-counter;
	content: counter(my-counter);
	color: #fff;
	font-size: 48px;
	font-style: italic;
	font-family: var(--font-family-sans-serif);
	top: -40px;
	left: -12px;
	z-index: 1
}

:root.hht .listen-alot .box-content .story::after,
:root.svvn .listen-alot .box-content .story::after,
:root.tamviet .listen-alot .box-content .story::after,
:root.tpo .listen-alot .box-content .story::after {
	top: 8px;
	left: 8px;
	content: "\e91c";
	background: 0 0;
	font-size: 24px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	cursor: pointer
}

:root.hht .listen-alot .box-content .story__thumb,
:root.svvn .listen-alot .box-content .story__thumb,
:root.tamviet .listen-alot .box-content .story__thumb,
:root.tpo .listen-alot .box-content .story__thumb {
	border-radius: 0;
	margin-bottom: 0
}

:root.hht .listen-alot .box-content .story__thumb::before,
:root.svvn .listen-alot .box-content .story__thumb::before,
:root.tamviet .listen-alot .box-content .story__thumb::before,
:root.tpo .listen-alot .box-content .story__thumb::before {
	padding-bottom: 100%
}

:root.hht .listen-alot .box-content .story__thumb a::after,
:root.svvn .listen-alot .box-content .story__thumb a::after,
:root.tamviet .listen-alot .box-content .story__thumb a::after,
:root.tpo .listen-alot .box-content .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.02%, #000 100%);
	display: block;
	z-index: 10
}

:root.hht .listen-alot .box-content .story .wrap,
:root.svvn .listen-alot .box-content .story .wrap,
:root.tamviet .listen-alot .box-content .story .wrap,
:root.tpo .listen-alot .box-content .story .wrap {
	z-index: 20;
	position: absolute;
	bottom: 0;
	padding: 16px
}

:root.hht .listen-alot .box-content .story__meta,
:root.svvn .listen-alot .box-content .story__meta,
:root.tamviet .listen-alot .box-content .story__meta,
:root.tpo .listen-alot .box-content .story__meta {
	margin-bottom: 8px;
	display: flex
}

:root.hht .listen-alot .box-content .story__meta .timeStamp,
:root.svvn .listen-alot .box-content .story__meta .timeStamp,
:root.tamviet .listen-alot .box-content .story__meta .timeStamp,
:root.tpo .listen-alot .box-content .story__meta .timeStamp {
	position: relative;
	padding-right: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 4px
}

:root.hht .listen-alot .box-content .story__meta .timeStamp::after,
:root.svvn .listen-alot .box-content .story__meta .timeStamp::after,
:root.tamviet .listen-alot .box-content .story__meta .timeStamp::after,
:root.tpo .listen-alot .box-content .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

:root.hht .listen-alot .box-content .story__meta .title-cate,
:root.svvn .listen-alot .box-content .story__meta .title-cate,
:root.tamviet .listen-alot .box-content .story__meta .title-cate,
:root.tpo .listen-alot .box-content .story__meta .title-cate {
	color: #fff
}

:root.hht .listen-alot .box-content .story__heading a,
:root.svvn .listen-alot .box-content .story__heading a,
:root.tamviet .listen-alot .box-content .story__heading a,
:root.tpo .listen-alot .box-content .story__heading a {
	padding: 0
}

:root.svvn .podcast-box {
	position: relative;
	padding-top: 36px;
	padding-bottom: 0;
	border-bottom: none
}

:root.svvn .podcast-box .box-heading {
	top: 7px
}

:root.svvn .podcast-box .box-heading .title {
	font-family: var(--font-family-heading);
	font-size: 28px;
	font-weight: 700;
	color: var(--primary)
}

:root.svvn .podcast-box .box-content {
	border-radius: 8px
}

:root.svvn .podcast-box .see-more {
	bottom: 16px
}

.emagazine-box {
	position: relative;
	padding-top: 56px
}

:root.tpo .emagazine-box {
	margin: 12px 0
}

:root.tpo .emagazine-box+* {
	border-top: 1px solid var(--border-color)
}

.emagazine-box .box-heading {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%
}

.emagazine-box .box-heading .title {
	text-align: center;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%
}

.emagazine-box .box-content {
	position: relative;
	padding: 32px 32px 48px 32px;
	background: var(--Dark-Blue, #263556);
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 62px;
	justify-content: space-between
}

.emagazine-box .box-content::before {
	position: absolute;
	display: block;
	font-size: 256px;
	letter-spacing: 25.6px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .05;
	color: var(--Gray-White);
	content: "emagazine";
	left: -150px;
	top: -45px
}

.emagazine-box .story {
	position: relative
}

.emagazine-box .story__thumb {
	width: 200px;
	float: left;
	margin-right: 12px;
	margin-bottom: 0;
	position: relative
}

.emagazine-box .story__heading a {
	color: var(--Gray-White)
}

.emagazine-box .see-more {
	color: var(--Gray-White);
	position: absolute;
	right: 16px;
	bottom: 16px
}

.emagazine-box .podcast-box {
	position: relative;
	padding-top: 56px
}

.emagazine-box .podcast-box .box-heading {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%
}

.emagazine-box .podcast-box .box-heading .title {
	text-align: center;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%
}

.emagazine-box .podcast-box .box-content {
	position: relative;
	padding: 48px 50px 32px;
	background: var(--primary);
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 62px;
	justify-content: space-between
}

.emagazine-box .podcast-box .box-content::before {
	position: absolute;
	display: block;
	font-size: 256px;
	letter-spacing: 25.6px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .1;
	color: var(--Gray-Black);
	content: "podcastS";
	left: -150px;
	top: -45px
}

.emagazine-box .podcast-box .story__thumb {
	width: 120px;
	float: left;
	margin-right: 12px;
	margin-bottom: 16px;
	position: relative;
	overflow: initial
}

.emagazine-box .podcast-box .story__thumb::before {
	padding-bottom: 100%
}

.emagazine-box .podcast-box .story__thumb:after {
	content: "\e91c";
	font-size: 16px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	border: 1px solid var(--Gray-White);
	background: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	bottom: -16px;
	left: calc(50% - 20px);
	color: var(--Gray-White)
}

.emagazine-box .podcast-box .story__thumb img {
	border-radius: 8px
}

.emagazine-box .podcast-box .story__heading a {
	color: var(--Gray-White)
}

.emagazine-box .podcast-box .story .timeStamp {
	color: var(--Gray-White, #fff);
	font-size: 12px;
	z-index: 20;
	display: flex;
	height: 20px;
	align-items: center;
	gap: 8px
}

.emagazine-box .podcast-box .story .timeStamp i {
	font-size: 18px
}

.emagazine-box .podcast-box .see-more {
	color: var(--Gray-White);
	position: absolute;
	right: 16px;
	bottom: 16px
}

:root.svvn .emagazine-box {
	position: relative;
	padding-top: 36px
}

:root.svvn .emagazine-box .box-heading {
	top: 7px
}

:root.svvn .emagazine-box .box-heading .title {
	font-family: var(--font-family-heading);
	font-size: 28px;
	font-weight: 700;
	color: var(--primary);
	letter-spacing: 2.8px
}

:root.svvn .emagazine-box .box-content {
	border-radius: 8px;
	background-color: var(--primary)
}

:root.svvn .emagazine-box .story {
	position: relative
}

:root.svvn .emagazine-box .story__thumb {
	width: 160px
}

.read-fast {
	padding: 24px 16px;
	background: var(--Dark-Blue, #263556);
	position: relative;
	overflow: hidden
}

:root.tpo .read-fast {
	margin: var(--gutter-grid) 0
}

:root.tpo .read-fast+* {
	border-top: 1px solid var(--border-color)
}

.read-fast::before {
	position: absolute;
	display: block;
	font-size: 197px;
	letter-spacing: 20px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .05;
	color: var(--Gray-White);
	content: "xem nhanh";
	left: 0;
	top: -65px;
	white-space: nowrap
}

.read-fast .box-heading {
	position: relative;
	z-index: 10
}

.read-fast .box-heading .title {
	font-family: var(--font-family-heading);
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	color: var(--Gray-White);
	letter-spacing: 3.6px
}

.read-fast .box-heading .title span {
	font-weight: 700;
	font-style: normal
}

.read-fast .box-content {
	margin-top: -10px;
	display: grid;
	grid-template-columns: repeat(4, 320px);
	justify-content: space-between
}

@media (max-width:1388px) and (min-width:1024px) {
	.read-fast .box-content {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px
	}
}

.read-fast .story {
	width: 320px;
	height: 500px;
	position: relative;
	background-color: var(--Gray-Black);
	border-radius: 8px
}

@media (max-width:1388px) and (min-width:1024px) {
	.read-fast .story {
		width: 100%
	}
}

.read-fast .story__thumb {
	width: 320px;
	height: 480px;
	margin-bottom: 0;
	position: relative
}

@media (max-width:1388px) and (min-width:1024px) {
	.read-fast .story__thumb {
		width: 100%
	}
}

.read-fast .story__thumb img {
	border-radius: 8px
}

.read-fast .story__thumb a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
	left: 0;
	top: 0;
	display: block
}

.read-fast .story__heading a {
	position: absolute;
	bottom: 0;
	color: var(--Gray-White);
	font-size: 24px;
	padding: 16px;
	text-align: center;
	min-width: 100%;
	min-height: 190px
}

.read-fast .story__heading a:after {
	content: "\e91c";
	font-size: 16px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	border: 1px solid var(--Gray-White);
	background: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	top: -40px;
	left: calc(50% - 20px);
	color: var(--Gray-White)
}

.read-fast .see-more {
	color: var(--Gray-White);
	position: absolute;
	right: 16px;
	top: 32px;
	width: 100px;
	z-index: 10
}

.read-fast-2 .box-heading {
	position: absolute;
	z-index: 10;
	padding-left: 20px
}

.read-fast-2 .box-heading a {
	font-size: 48px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 20;
	position: relative
}

.read-fast-2 .box-content {
	padding: 44px 16px 0
}

.read-fast-2 .box-content .story {
	position: relative;
	width: 370px;
	height: 555px
}

.read-fast-2 .box-content .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e91c";
	font-size: 24px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--title)
}

.read-fast-2 .box-content .story__thumb {
	border-radius: 0
}

.read-fast-2 .box-content .story__thumb::before {
	padding-bottom: 150%
}

.read-fast-2 .box-content .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.read-fast-2 .box-content .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 16px;
	display: grid;
	z-index: 10
}

.read-fast-2 .box-content .story__heading a {
	color: var(--title);
	z-index: 20
}

.read-fast-2 .box-content .story .title-cate {
	margin-bottom: 8px;
	color: var(--title);
	font-size: 12px
}

.read-fast-2 .slider {
	position: relative
}

.read-fast-2 .slider [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 48px;
	height: 48px;
	right: 20px;
	border-radius: 60px;
	background: rgba(0, 0, 0, .5);
	opacity: .6
}

.read-fast-2 .slider [class^=swiper-button]:after {
	font-size: 32px;
	color: var(--title);
	font-family: icomoon
}

.read-fast-2 .slider [class^=swiper-button]:hover {
	opacity: 1
}

.read-fast-2 .slider .swiper-button-next {
	top: 245px
}

.read-fast-2 .slider .swiper-button-next::after {
	content: "\e923"
}

.read-fast-2 .slider .swiper-button-prev {
	top: 320px;
	left: initial
}

.read-fast-2 .slider .swiper-button-prev::after {
	content: "\e913"
}

:root.svvn .read-fast {
	margin-bottom: var(--gutter-grid)
}

:root.svvn .read-fast .container {
	position: relative
}

:root.svvn .read-fast .story__heading a {
	min-height: 162px;
	text-align: left
}

:root.svvn .read-fast .see-more {
	top: 12px;
	z-index: 20
}

:root.hht .read-fast {
	background: var(--primary);
	position: relative;
	width: calc(100vw - var(--widthScroll));
	transform: translateX(-50%);
	left: 50%
}

:root.hht .read-fast .container {
	position: relative
}

:root.hht .read-fast .see-more {
	top: 12px
}

:root.hht .read-hear .box-content::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(254, 234, 234, 0) 0, #fee9e9 100%)
}

:root.tamviet .read-fast {
	background: var(--primary);
	position: relative;
	width: calc(100vw - var(--widthScroll));
	transform: translateX(-50%);
	left: 50%
}

:root.tamviet .read-fast .container {
	position: relative
}

:root.tamviet .read-fast .see-more {
	top: 12px
}

:root.tamviet .read-hear .box-content::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(82, 51, 16, 0) 0, #a89987 100%)
}

.new-video {
	position: relative
}

.new-video .box-heading {
	position: absolute;
	z-index: 10;
	padding-left: 20px
}

.new-video .box-heading a {
	font-size: 48px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 20;
	position: relative
}

.new-video .box-content {
	padding: 44px 0 0 16px;
	display: flex
}

.new-video .slider {
	position: relative
}

.new-video .slider .story {
	width: 390px;
	height: 228px;
	position: relative
}

.new-video .slider .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e91c";
	font-size: 24px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--title)
}

.new-video .slider .story>* {
	margin-bottom: 0
}

.new-video .slider .story__thumb {
	position: relative;
	margin-bottom: 0;
	border-radius: 0
}

.new-video .slider .story__thumb:before {
	padding-bottom: 60%
}

.new-video .slider .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.new-video .slider .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 8px;
	display: grid
}

.new-video .slider .story__heading a {
	color: var(--title);
	z-index: 20
}

.new-video .slider .story__meta {
	margin-bottom: 8px;
	display: flex;
	z-index: 10
}

.new-video .slider .story__meta .timeStamp {
	color: var(--title);
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	padding-right: 24px;
	color: var(--title)
}

.new-video .slider .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: var(--title);
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

.new-video .slider .story__meta .title-cate {
	color: var(--title)
}

.new-video .slider [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 48px;
	height: 48px;
	right: 32px;
	border-radius: 60px;
	background: rgba(0, 0, 0, .5);
	opacity: .6
}

.new-video .slider [class^=swiper-button]:after {
	font-size: 32px;
	color: var(--title);
	font-family: icomoon
}

.new-video .slider [class^=swiper-button]:hover {
	opacity: 1
}

.new-video .slider .swiper-button-next {
	top: 105px
}

.new-video .slider .swiper-button-next::after {
	content: "\e923"
}

.new-video .slider .swiper-button-prev {
	top: 175px;
	left: initial
}

.new-video .slider .swiper-button-prev::after {
	content: "\e913"
}

.opinion {
	padding: 16px;
	border-bottom: 1px solid var(--border-color);
	position: relative
}

.opinion [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 32px;
	top: 58px;
	opacity: .6
}

.opinion [class^=swiper-button]:after {
	font-size: 16px;
	color: var(--title)
}

.opinion [class^=swiper-button]:hover {
	opacity: 1
}

.opinion .swiper-button-next {
	right: 8px
}

.opinion .swiper-button-prev {
	right: 40px;
	left: initial
}

.opinion .box-heading {
	padding: 27px 0 0
}

.opinion .box-heading .title {
	text-transform: uppercase;
	color: var(--primary);
	font-size: 24px;
	font-style: italic;
	font-weight: 200;
	text-transform: uppercase;
	position: relative;
	height: 32px;
	padding-left: 50px
}

.opinion .box-heading .title::before {
	position: absolute;
	content: "\e927";
	font-size: 48px;
	left: -8px;
	top: -28px;
	display: block;
	font-family: icomoon;
	font-style: normal;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.opinion .box-heading .title:hover {
	opacity: .7
}

.opinion .box-heading .title>span {
	font-weight: 500;
	font-style: normal;
	color: var(--title);
	margin-right: 8px
}

.opinion .story {
	margin: 8px auto 16px
}

.opinion .story__heading {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}

.opinion .story__heading a {
	font-size: 24px
}

.opinion .story .author {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-template-rows: auto 1fr;
	column-gap: 12px
}

.opinion .story .author .avatar {
	grid-column: 1/2;
	grid-row: 1/3;
	border-radius: 50%;
	overflow: hidden
}

.opinion .story .author .name {
	grid-column: 2/3;
	grid-row: 1/2
}

.opinion .story .author .name+.desc {
	margin-top: 2px;
	grid-column: 2/3;
	grid-row: 2/3
}

.opinion .story .author .avatar {
	width: 40px;
	height: 40px
}

.opinion .story .author .avatar img {
	width: 100%;
	height: 100%
}

.opinion .story .author .name {
	font-family: var(--font-family-serif);
	font-size: 16px
}

.opinion .story .author .desc {
	color: #888;
	font-size: 12px
}

.opinion .see-more {
	color: var(--Primary-Blue, #007dc4)
}

.opinion .see-more:hover {
	color: var(--primary)
}

:root.tpo .basic-box-1 .wrap-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	position: relative
}

:root.tpo .basic-box-1 .wrap-heading .ic-expand {
	font-size: 24px;
	color: var(--secondary)
}

:root.tpo .basic-box-1 .wrap-heading .ic-expand:hover {
	color: var(--primary)
}

:root.tpo .basic-box-1 .box-heading .title {
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 400;
	font-family: var(--font-family-heading)
}

:root.tpo .basic-box-1 .box-heading .title::before {
	position: absolute;
	content: "\\";
	color: var(--primary);
	left: 0;
	font-weight: 700
}

:root.tpo .basic-box-1 .expand-plus {
	display: block
}

:root.tpo .basic-box-1 .subcate {
	position: absolute;
	display: none;
	width: 200px;
	top: 28px;
	right: 0;
	z-index: 1;
	font-size: 20px;
	padding: 10px 0;
	background: var(--Gray-White);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}

:root.tpo .basic-box-1 .subcate>* {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 36px;
	position: relative
}

:root.tpo .basic-box-1 .subcate>::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: var(--primary);
	left: 16px;
	top: 16px;
	border-radius: 50%
}

:root.tpo .basic-box-1 .subcate>:hover {
	background: var(--Gray-100)
}

:root.tpo .basic-box-6 .box-heading,
:root.tpo .basic-box-7 .box-heading,
:root.tpo .basic-box-8 .box-heading {
	margin-bottom: 16px
}

:root.tpo .basic-box-6 .box-heading .title,
:root.tpo .basic-box-7 .box-heading .title,
:root.tpo .basic-box-8 .box-heading .title {
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 400
}

:root.tpo .basic-box-6 .box-heading .title::before,
:root.tpo .basic-box-7 .box-heading .title::before,
:root.tpo .basic-box-8 .box-heading .title::before {
	position: absolute;
	content: "\\";
	color: var(--primary);
	left: 0;
	font-weight: 700
}

:root.tpo .basic-box-2 .wrap-heading,
:root.tpo .basic-box-3 .wrap-heading,
:root.tpo .basic-box-4 .wrap-heading,
:root.tpo .basic-box-5 .wrap-heading {
	display: grid;
	gap: 8px;
	margin-bottom: 16px
}

:root.tpo .basic-box-2 .box-heading .title,
:root.tpo .basic-box-3 .box-heading .title,
:root.tpo .basic-box-4 .box-heading .title,
:root.tpo .basic-box-5 .box-heading .title {
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 400;
	font-family: var(--font-family-heading)
}

:root.tpo .basic-box-2 .box-heading .title::before,
:root.tpo .basic-box-3 .box-heading .title::before,
:root.tpo .basic-box-4 .box-heading .title::before,
:root.tpo .basic-box-5 .box-heading .title::before {
	position: absolute;
	content: "\\";
	color: var(--primary);
	left: 0;
	font-weight: 700
}

:root.tpo .basic-box-2 .subcate,
:root.tpo .basic-box-3 .subcate,
:root.tpo .basic-box-4 .subcate,
:root.tpo .basic-box-5 .subcate {
	display: flex;
	padding-left: 24px;
	gap: 16px;
	align-items: center
}

:root.tpo .basic-box-2 .subcate a,
:root.tpo .basic-box-3 .subcate a,
:root.tpo .basic-box-4 .subcate a,
:root.tpo .basic-box-5 .subcate a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap
}

:root.tpo .basic-box-2 .subcate a:hover,
:root.tpo .basic-box-3 .subcate a:hover,
:root.tpo .basic-box-4 .subcate a:hover,
:root.tpo .basic-box-5 .subcate a:hover {
	color: var(--primary)
}

:root.svvn .basic-box-1 .box-heading,
:root.svvn .basic-box-10 .box-heading,
:root.svvn .basic-box-11 .box-heading,
:root.svvn .basic-box-4 .box-heading,
:root.svvn .basic-box-6 .box-heading {
	margin-bottom: 8px
}

:root.svvn .basic-box-1 .box-heading .title,
:root.svvn .basic-box-10 .box-heading .title,
:root.svvn .basic-box-11 .box-heading .title,
:root.svvn .basic-box-4 .box-heading .title,
:root.svvn .basic-box-6 .box-heading .title {
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 700;
	color: var(--primary)
}

:root.svvn .basic-box-1 .box-heading .title::before,
:root.svvn .basic-box-10 .box-heading .title::before,
:root.svvn .basic-box-11 .box-heading .title::before,
:root.svvn .basic-box-4 .box-heading .title::before,
:root.svvn .basic-box-6 .box-heading .title::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid var(--primary);
	left: 0;
	top: 12px;
	display: block
}

:root.hht .basic-box-1 .box-heading,
:root.hht .basic-box-11 .box-heading,
:root.hht .basic-box-13 .box-heading,
:root.hht .basic-box-14 .box-heading,
:root.hht .basic-box-15 .box-heading,
:root.hht .basic-box-16 .box-heading,
:root.hht .basic-box-5 .box-heading {
	margin-bottom: 8px
}

:root.hht .basic-box-1 .box-heading .title,
:root.hht .basic-box-11 .box-heading .title,
:root.hht .basic-box-13 .box-heading .title,
:root.hht .basic-box-14 .box-heading .title,
:root.hht .basic-box-15 .box-heading .title,
:root.hht .basic-box-16 .box-heading .title,
:root.hht .basic-box-5 .box-heading .title {
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 700;
	color: var(--primary)
}

:root.hht .basic-box-1 .box-heading .title::before,
:root.hht .basic-box-11 .box-heading .title::before,
:root.hht .basic-box-13 .box-heading .title::before,
:root.hht .basic-box-14 .box-heading .title::before,
:root.hht .basic-box-15 .box-heading .title::before,
:root.hht .basic-box-16 .box-heading .title::before,
:root.hht .basic-box-5 .box-heading .title::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid var(--primary);
	left: 0;
	top: 12px;
	display: block
}

:root.tamviet .basic-box-1 .box-heading,
:root.tamviet .basic-box-11 .box-heading,
:root.tamviet .basic-box-13 .box-heading,
:root.tamviet .basic-box-14 .box-heading,
:root.tamviet .basic-box-15 .box-heading,
:root.tamviet .basic-box-16 .box-heading,
:root.tamviet .basic-box-5 .box-heading {
	margin-bottom: 8px
}

:root.tamviet .basic-box-1 .box-heading .title,
:root.tamviet .basic-box-11 .box-heading .title,
:root.tamviet .basic-box-13 .box-heading .title,
:root.tamviet .basic-box-14 .box-heading .title,
:root.tamviet .basic-box-15 .box-heading .title,
:root.tamviet .basic-box-16 .box-heading .title,
:root.tamviet .basic-box-5 .box-heading .title {
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 700;
	color: var(--primary)
}

:root.tamviet .basic-box-1 .box-heading .title::before,
:root.tamviet .basic-box-11 .box-heading .title::before,
:root.tamviet .basic-box-13 .box-heading .title::before,
:root.tamviet .basic-box-14 .box-heading .title::before,
:root.tamviet .basic-box-15 .box-heading .title::before,
:root.tamviet .basic-box-16 .box-heading .title::before,
:root.tamviet .basic-box-5 .box-heading .title::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid var(--primary);
	left: 0;
	top: 12px;
	display: block
}

.basic-box-1 {
	padding: 16px;
	border-bottom: 1px solid var(--border-color)
}

.basic-box-1 .box-content {
	display: grid;
	gap: 16px
}

.basic-box-1 .story:first-child .story__thumb {
	width: calc(100% + 32px);
	margin-left: -16px;
	border-radius: 0
}

.basic-box-1 .story:first-child .story__heading a {
	font-size: 24px
}

.basic-box-1 .story:not(:first-child) .story__thumb {
	width: 160px;
	height: 96px;
	float: left;
	margin-right: 16px;
	margin-bottom: 0
}

.basic-box-1 .story:not(:first-child) .story__thumb:before {
	padding-bottom: 100%
}

:root.svvn .basic-box-1 {
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

:root.svvn .basic-box-1 .box-content {
	gap: 28px
}

:root.svvn .basic-box-1 .story:first-child .story__thumb {
	width: 100%;
	margin-left: 0;
	border-radius: 8px
}

:root.svvn .basic-box-1.iconDoan .box-heading .title {
	padding-left: 48px
}

:root.svvn .basic-box-1.iconDoan .box-heading .title::before {
	width: 36px;
	height: 30px;
	border: none;
	left: 0;
	top: 2px;
	background: url(../img/huyHieuDoan-2025.jpg) 0 0 no-repeat
}

:root.hht .basic-box-1 {
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

:root.hht .basic-box-1 .box-content {
	gap: 28px
}

:root.hht .basic-box-1 .story:first-child .story__thumb {
	width: 100%;
	margin-left: 0;
	border-radius: 8px
}

:root.hht .basic-box-1 .story:first-child .story__heading a {
	font-size: 22px
}

:root.tamviet .basic-box-1 {
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

:root.tamviet .basic-box-1 .box-content {
	gap: 28px
}

:root.tamviet .basic-box-1 .story:first-child .story__thumb {
	width: 100%;
	margin-left: 0;
	border-radius: 8px
}

:root.tamviet .basic-box-1 .story:first-child .story__heading a {
	font-size: 22px
}

.basic-box-2 {
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	align-items: flex-start
}

.basic-box-2 .box-content>.story .story__heading a {
	font-size: 28px
}

.basic-box-2 .box-content .more-stories {
	margin-top: var(--gutter);
	border-top: 1px solid var(--border-color);
	padding-top: 16px;
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 16px 30px
}

.basic-box-2 .box-content .more-stories .right {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.basic-box-2 .box-content .more-stories .right .story {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: var(--gutter)
}

.basic-box-2 .box-content .more-stories .right .story .story__thumb {
	width: 120px;
	margin-bottom: 0;
	float: left;
	margin-right: 12px
}

.basic-box-2 .box-content .more-stories .right .story:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.basic-box-3 {
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	align-items: flex-start
}

.basic-box-3 .box-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto auto 1fr;
	gap: 16px 30px
}

.basic-box-3 .box-content .story:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/2
}

.basic-box-3 .box-content .story:nth-child(2) {
	grid-column: 1/2;
	grid-row: 2/3
}

.basic-box-3 .box-content .story:nth-child(3) {
	grid-column: 2/3;
	grid-row: 2/3
}

.basic-box-3 .box-content .story:nth-child(4) {
	grid-column: 1/2;
	grid-row: 3/4
}

.basic-box-3 .box-content .story:nth-child(5) {
	grid-column: 2/3;
	grid-row: 3/4
}

.basic-box-3 .box-content .story:nth-child(1) {
	padding-bottom: var(--gutter);
	border-bottom: 1px solid var(--border-color)
}

.basic-box-3 .box-content .story:nth-child(1) .story__heading a {
	font-size: 28px
}

.basic-box-3 .box-content .story:nth-child(2),
.basic-box-3 .box-content .story:nth-child(3) {
	padding-bottom: var(--gutter);
	border-bottom: 1px solid var(--border-color)
}

.basic-box-3 .box-content .story:nth-child(2) .story__heading a,
.basic-box-3 .box-content .story:nth-child(3) .story__heading a {
	font-size: 24px
}

.basic-box-3 .box-content .story:nth-child(4) .story__thumb,
.basic-box-3 .box-content .story:nth-child(5) .story__thumb {
	width: 120px;
	margin-bottom: 0;
	float: left;
	margin-right: 12px
}

.basic-box-3 .box-content .story:nth-child(4):last-child,
.basic-box-3 .box-content .story:nth-child(5):last-child {
	border-bottom: none;
	padding-bottom: 0
}

.basic-box-4 {
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	align-items: flex-start
}

.basic-box-4 .wrap-heading {
	grid-template-columns: auto 1fr;
	justify-content: space-between;
	width: 100%
}

.basic-box-4 .wrap-heading .subcate {
	justify-content: flex-end
}

.basic-box-4 .box-content {
	display: grid;
	gap: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px
}

.col.size-300 .basic-box-4 {
	width: calc(100% + 32px);
	margin-left: -16px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom: 1px solid var(--border-color)
}

:root.svvn .basic-box-4 {
	padding: 0;
	border-bottom: none
}

:root.svvn .basic-box-4 .box-content {
	display: grid;
	gap: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px
}

:root.svvn .col.size-300 .basic-box-4 {
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	border-bottom: none;
	margin-bottom: 48px
}

.basic-box-5 {
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	align-items: flex-start
}

.basic-box-5 .wrap-heading {
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	width: 100%
}

.basic-box-5 .wrap-heading .subcate {
	justify-content: flex-end
}

.basic-box-5 .box-content {
	display: grid;
	gap: 24px
}

.basic-box-5 .box-content .top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px
}

.basic-box-5 .box-content .top .story__heading a {
	font-size: 24px
}

.basic-box-5 .box-content .bottom {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px
}

.basic-box-6 {
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	align-items: flex-start
}

.basic-box-6 .box-content {
	display: grid;
	grid-template-columns: repeat(2, 300px);
	gap: 32px 50px
}

@media (max-width:1388px) and (min-width:1024px) {
	.basic-box-6 .box-content {
		grid-template-columns: repeat(2, 1fr)
	}
}

.basic-box-6 .box-content .story:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/2
}

.basic-box-6 .box-content .story:nth-child(2) {
	grid-column: 1/2;
	grid-row: 2/3
}

.basic-box-6 .box-content .story:nth-child(3) {
	grid-column: 2/3;
	grid-row: 2/3
}

.basic-box-6 .box-content .story:nth-child(1) .story__thumb {
	width: 320px;
	margin-bottom: 0;
	float: left;
	margin-right: 16px
}

.basic-box-6 .box-content .story:nth-child(1) .story__heading a {
	font-size: 24px
}

.basic-box-6 .box-content .story:nth-child(2) .story__heading a,
.basic-box-6 .box-content .story:nth-child(3) .story__heading a {
	padding-left: 24px;
	position: relative
}

.basic-box-6 .box-content .story:nth-child(2) .story__heading a::before,
.basic-box-6 .box-content .story:nth-child(3) .story__heading a::before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "\e906";
	display: block;
	font-size: 16px;
	font-family: icomoon;
	font-weight: 400;
	color: var(--primary)
}

.basic-box-7 {
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	align-items: flex-start
}

.basic-box-7 .box-content {
	display: grid;
	gap: 32px 50px;
	min-width: 100%
}

.basic-box-7 .box-content .story:nth-child(1) .story__heading a {
	font-size: 24px
}

.basic-box-7 .box-content .story:nth-child(2),
.basic-box-7 .box-content .story:nth-child(3) {
	padding-top: var(--gutter);
	border-top: 1px solid var(--border-color)
}

.basic-box-8 {
	display: flex;
	padding: 24px 16px;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--border-color)
}

.basic-box-8 .box-heading {
	display: flex;
	width: 100%;
	justify-content: center
}

.basic-box-8 .box-content {
	display: grid;
	grid-template-columns: repeat(3, 420px);
	gap: 48px
}

@media (max-width:1388px) and (min-width:1024px) {
	.basic-box-8 .box-content {
		grid-template-columns: repeat(3, 1fr)
	}
}

.basic-box-8 .box-content .story .story__heading a {
	font-size: 24px
}

.basic-box-9 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding-top: 16px
}

.basic-box-9 .box-heading .title {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase
}

.basic-box-9 .box-content {
	display: grid;
	grid-template-columns: repeat(3, 320px);
	gap: 16px 32px
}

.basic-box-10 {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.basic-box-10 .box-content {
	display: grid;
	grid-template-columns: repeat(2, 310px);
	gap: 32px 30px
}

@media (max-width:1388px) and (min-width:1024px) {
	.basic-box-10 .box-content {
		grid-template-columns: repeat(2, 1fr)
	}
}

.basic-box-10 .box-content .story:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/2;
	display: flex;
	align-items: center
}

.basic-box-10 .box-content .story:nth-child(2) {
	grid-column: 1/2;
	grid-row: 2/3
}

.basic-box-10 .box-content .story:nth-child(3) {
	grid-column: 2/3;
	grid-row: 2/3
}

.basic-box-10 .box-content .story:nth-child(1) .story__thumb {
	min-width: 380px;
	margin-bottom: 0;
	float: right;
	margin-left: 16px
}

.basic-box-10 .box-content .story:nth-child(1) .story__heading a {
	font-size: 24px
}

.basic-box-10 .box-content .story:nth-child(2) .story__heading a,
.basic-box-10 .box-content .story:nth-child(3) .story__heading a {
	position: relative
}

:root.hht .basic-box-11,
:root.svvn .basic-box-11,
:root.tamviet .basic-box-11 {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

:root.hht .basic-box-11 .box-content,
:root.svvn .basic-box-11 .box-content,
:root.tamviet .basic-box-11 .box-content {
	display: grid;
	grid-template-columns: 320px 650px 320px;
	gap: 32px
}

:root.hht .basic-box-11 .box-content .story:nth-child(1),
:root.svvn .basic-box-11 .box-content .story:nth-child(1),
:root.tamviet .basic-box-11 .box-content .story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/2
}

:root.hht .basic-box-11 .box-content .story:nth-child(2),
:root.svvn .basic-box-11 .box-content .story:nth-child(2),
:root.tamviet .basic-box-11 .box-content .story:nth-child(2) {
	grid-column: 1/2;
	grid-row: 2/3
}

:root.hht .basic-box-11 .box-content .story:nth-child(3),
:root.svvn .basic-box-11 .box-content .story:nth-child(3),
:root.tamviet .basic-box-11 .box-content .story:nth-child(3) {
	grid-column: 2/3;
	grid-row: 1/3
}

:root.hht .basic-box-11 .box-content .story:nth-child(4),
:root.svvn .basic-box-11 .box-content .story:nth-child(4),
:root.tamviet .basic-box-11 .box-content .story:nth-child(4) {
	grid-column: 3/4;
	grid-row: 1/2
}

:root.hht .basic-box-11 .box-content .story:nth-child(5),
:root.svvn .basic-box-11 .box-content .story:nth-child(5),
:root.tamviet .basic-box-11 .box-content .story:nth-child(5) {
	grid-column: 3/4;
	grid-row: 2/3
}

@media (max-width:1388px) and (min-width:1024px) {

	:root.hht .basic-box-11 .box-content,
	:root.svvn .basic-box-11 .box-content,
	:root.tamviet .basic-box-11 .box-content {
		grid-template-columns: repeat(4, 1fr)
	}

	:root.hht .basic-box-11 .box-content .story:nth-child(3),
	:root.svvn .basic-box-11 .box-content .story:nth-child(3),
	:root.tamviet .basic-box-11 .box-content .story:nth-child(3) {
		grid-column: 2/4
	}

	:root.hht .basic-box-11 .box-content .story:nth-child(4),
	:root.svvn .basic-box-11 .box-content .story:nth-child(4),
	:root.tamviet .basic-box-11 .box-content .story:nth-child(4) {
		grid-column: 4/5
	}

	:root.hht .basic-box-11 .box-content .story:nth-child(5),
	:root.svvn .basic-box-11 .box-content .story:nth-child(5),
	:root.tamviet .basic-box-11 .box-content .story:nth-child(5) {
		grid-column: 4/5
	}
}

:root.hht .basic-box-11 .box-content .story:nth-child(3) .story__heading a,
:root.svvn .basic-box-11 .box-content .story:nth-child(3) .story__heading a,
:root.tamviet .basic-box-11 .box-content .story:nth-child(3) .story__heading a {
	font-size: 28px;
	padding-left: 24px;
	padding-right: 24px
}

:root.hht .basic-box-11 .box-content .story:nth-child(3) .story__summary,
:root.svvn .basic-box-11 .box-content .story:nth-child(3) .story__summary,
:root.tamviet .basic-box-11 .box-content .story:nth-child(3) .story__summary {
	padding-left: 24px;
	padding-right: 24px
}

.basic-box-12 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto auto 1fr;
	gap: 16px 30px
}

.basic-box-12 .story:nth-child(1) {
	grid-column: 2/4;
	grid-row: 1/3
}

.basic-box-12 .story:nth-child(2) {
	grid-column: 1/2;
	grid-row: 1/2
}

.basic-box-12 .story:nth-child(3) {
	grid-column: 1/2;
	grid-row: 2/3
}

.basic-box-12 .story:nth-child(4) {
	grid-column: 1/2;
	grid-row: 3/4
}

.basic-box-12 .story:nth-child(4) {
	grid-column: 2/3;
	grid-row: 3/4
}

.basic-box-12 .story:nth-child(5) {
	grid-column: 3/4;
	grid-row: 3/4
}

.basic-box-12 .story .story__heading a {
	padding-left: 16px;
	padding-right: 16px
}

.basic-box-12 .story:nth-child(1) .story__heading a {
	font-size: 32px
}

.col.size-300 .basic-box-12 {
	margin-bottom: var(--gutter-grid)
}

.basic-box-13 .box-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px
}

.basic-box-13 .left,
.basic-box-13 .right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr;
	gap: 25px
}

.basic-box-13 .left .story:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/2
}

.basic-box-13 .left .story:nth-child(2) {
	grid-column: 1/2;
	grid-row: 2/3
}

.basic-box-13 .left .story:nth-child(3) {
	grid-column: 2/3;
	grid-row: 2/3
}

.basic-box-13 .right .story:nth-child(1) {
	grid-column: 1/3;
	grid-row: 2/3
}

.basic-box-13 .right .story:nth-child(2) {
	grid-column: 1/2;
	grid-row: 1/2
}

.basic-box-13 .right .story:nth-child(3) {
	grid-column: 2/3;
	grid-row: 1/2
}

.basic-box-13 .story {
	position: relative
}

.basic-box-13 .story .story__thumb {
	position: relative;
	margin-bottom: 0
}

.basic-box-13 .story .story__thumb:before {
	padding-bottom: 60%
}

.basic-box-13 .story .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.02%, rgba(0, 0, 0, .8) 100%);
	display: block;
	z-index: 10
}

.basic-box-13 .story .story__thumb img {
	height: initial;
	width: initial;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: initial
}

.basic-box-13 .story .story__heading a {
	position: absolute;
	bottom: 0;
	padding: 0 16px 8px;
	display: grid;
	gap: 8px;
	color: var(--Gray-White);
	z-index: 10
}

.basic-box-13 .story:first-child .story__heading a {
	font-size: 22px;
	padding: 0 32px 16px
}

.basic-box-14 .box-content {
	display: grid;
	grid-template-columns: 650px 1fr 1fr;
	grid-template-rows: auto 1fr;
	gap: 33px
}

.basic-box-14 .story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3
}

.basic-box-14 .story:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2
}

.basic-box-14 .story:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/2
}

.basic-box-14 .story:nth-child(4) {
	grid-column: 2/3;
	grid-row: 2/3
}

.basic-box-14 .story:nth-child(5) {
	grid-column: 3/4;
	grid-row: 2/3
}

.basic-box-14 .story {
	position: relative
}

.basic-box-14 .story:first-child .story__heading a {
	font-size: 30px
}

.basic-box-15 .box-content {
	display: grid;
	grid-template-columns: 500px 1fr 1fr;
	grid-template-rows: auto 1fr;
	gap: 22px
}

.basic-box-15 .story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3
}

.basic-box-15 .story:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2
}

.basic-box-15 .story:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/2
}

.basic-box-15 .story:nth-child(4) {
	grid-column: 2/3;
	grid-row: 2/3
}

.basic-box-15 .story:nth-child(5) {
	grid-column: 3/4;
	grid-row: 2/3
}

.basic-box-15 .story {
	position: relative
}

.basic-box-15 .story:first-child .story__heading a {
	font-size: 30px
}

.basic-box-16 .box-heading {
	text-align: center;
	padding-bottom: 24px
}

.basic-box-16 .box-content {
	display: grid;
	gap: 24px
}

.basic-box-16 .bottom,
.basic-box-16 .top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px
}

.basic-box-16 .bottom .story:nth-child(2),
.basic-box-16 .top .story:nth-child(2) {
	margin-top: -24px
}

.basic-box-16 .bottom .story:nth-child(2) .story__heading a,
.basic-box-16 .top .story:nth-child(2) .story__heading a {
	bottom: 24px
}

.basic-box-16 .top .story {
	position: relative
}

.basic-box-16 .top .story .story__thumb {
	position: relative;
	margin-bottom: 0
}

.basic-box-16 .top .story .story__thumb:before {
	padding-bottom: 150%
}

.basic-box-16 .top .story .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.02%, rgba(0, 0, 0, .8) 100%);
	display: block;
	z-index: 10
}

.basic-box-16 .top .story .story__heading a {
	position: absolute;
	bottom: 0;
	padding: 0 16px 16px;
	display: grid;
	gap: 8px;
	color: var(--Gray-White);
	z-index: 10
}

:root.tpo .col.size-300 .basic-box-1 .story:not(:first-child) {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px
}

:root.tpo .col.size-300 .basic-box-1 .story:not(:first-child) .story__thumb {
	margin-right: 0;
	float: none
}

:root.tpo .col.size-300 .basic-box-1 .story:not(:first-child) .story__heading a {
	text-align: center
}

.epaper-box {
	padding: 16px;
	position: relative;
	border-bottom: 1px solid var(--border-color)
}

.epaper-box .wrap-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	position: relative
}

.epaper-box .wrap-heading .ic-expand {
	font-size: 24px;
	color: var(--secondary)
}

.epaper-box .wrap-heading .ic-expand:hover {
	color: var(--primary)
}

.epaper-box .box-heading .title {
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 400;
	font-family: var(--font-family-heading)
}

.epaper-box .box-heading .title::before {
	position: absolute;
	content: "\\";
	color: var(--primary);
	left: 0;
	font-weight: 700
}

.epaper-box .expand-plus {
	display: block
}

.epaper-box .subcate {
	position: absolute;
	display: none;
	width: 200px;
	top: 28px;
	right: 0;
	z-index: 1;
	font-size: 20px;
	padding: 10px 0;
	background: var(--Gray-White);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}

.epaper-box .subcate>* {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 36px;
	position: relative
}

.epaper-box .subcate>::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: var(--primary);
	left: 16px;
	top: 16px;
	border-radius: 50%
}

.epaper-box .subcate>:hover {
	background: var(--Gray-100)
}

.epaper-box .box-heading {
	margin-bottom: 16px
}

.epaper-box [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 32px;
	top: 30px;
	opacity: .6
}

.epaper-box [class^=swiper-button]:after {
	font-size: 16px;
	color: var(--title)
}

.epaper-box [class^=swiper-button]:hover {
	opacity: 1
}

.epaper-box .swiper-button-next {
	right: 12px
}

.epaper-box .swiper-button-prev {
	right: 44px;
	left: initial
}

.epaper-box .box-content {
	display: flex;
	gap: 16px;
	width: 352px
}

.epaper-box .story {
	position: relative;
	transition: all .5s
}

.epaper-box .story__thumb {
	width: 160px;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}

.epaper-box .story__thumb:before {
	padding-bottom: 150%
}

.epaper-box .story__heading a {
	text-align: center;
	font-family: var(--font-family-sans-serif);
	font-size: 12px;
	font-weight: 400
}

.poll-box {
	padding: 16px;
	padding-top: 0
}

.poll-box .box-heading {
	margin-bottom: 16px
}

.poll-box .box-heading span {
	font-size: 14px;
	color: var(--Primary-Blue, #007dc4);
	font-weight: 700;
	text-transform: uppercase
}

.poll-box .desc {
	color: var(--Primary-Dark-Text, #1e1e1e);
	font-family: var(--font-family-serif);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px
}

.poll-box .box-content label {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 8px;
	height: 32px;
	padding: 0 16px;
	align-items: center;
	border-radius: 4px;
	background: var(--Light-Blue-bg, #e5f2f9)
}

.poll-box .box-content label input {
	display: none
}

.poll-box .box-content label:has(input:checked) {
	background: var(--primary, #ed1c24)
}

.poll-box .box-content label:has(input:checked) span {
	color: var(--Gray-White);
	font-weight: 700
}

.poll-box .box-content label:last-of-type {
	margin-bottom: 0
}

.poll-box .box-content label span {
	line-height: 130%
}

.poll-box .wrap-button {
	padding-top: 16px;
	display: flex;
	gap: 16px
}

.poll-box .wrap-button .btn-see,
.poll-box .wrap-button .btn-send {
	display: flex;
	height: 32px;
	width: 130px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 14px
}

.poll-box .wrap-button .btn-send {
	background-color: var(--primary);
	color: var(--Gray-White, #fff);
	border: none
}

.dark-theme .poll-box {
	background: var(--Gray-White, #fff)
}

.dark-theme .poll-box .wrap-button .btn-send {
	background-color: var(--Gray-200, #fff)
}

.fyi-box {
	display: flex;
	padding: 16px 0;
	margin-bottom: 16px;
	flex-direction: column;
	gap: 16px
}

.fyi-box .box-heading .title {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase
}

.fyi-box .box-content {
	display: grid;
	gap: 16px
}

.fyi-box .story:not(:first-child) {
	padding-top: 16px;
	border-top: 1px solid var(--border-color)
}

.fyi-box .story:not(:first-child) .story__thumb {
	width: 120px;
	float: left;
	margin-right: 12px;
	margin-bottom: 0
}

.fyi-box .story:not(:first-child) .story__heading a {
	font-size: 16px
}

:root.tpo .fyi-box {
	padding: 16px
}

.quizz-box {
	display: flex;
	width: 332px;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px
}

@media (max-width:1388px) and (min-width:1024px) {
	.quizz-box {
		width: 100%
	}
}

.quizz-box .box-heading .title {
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	z-index: 10
}

.quizz-box .box-heading::before {
	position: absolute;
	content: "";
	left: 96px;
	top: 5px;
	width: 50px;
	height: 52px;
	background: url(../img/quizz-2025.png) center center/50px 52px no-repeat;
	display: inline-block
}

.quizz-box .box-content {
	display: grid;
	gap: 32px
}

.quizz-box .story .story__thumb {
	width: 120px;
	float: left;
	margin-right: 12px;
	margin-bottom: 0
}

.quizz-box .story .story__thumb::before {
	padding-bottom: 100%
}

.most-read {
	display: flex;
	padding: 24px 16px 36px;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--border-color)
}

.most-read .box-heading {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 16px
}

.most-read .box-heading .title {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase
}

.most-read .box-heading .title span {
	font-weight: 700
}

.most-read .box-content {
	counter-reset: counter;
	display: grid;
	grid-template-columns: repeat(3, 420px);
	gap: 24px 48px
}

@media (max-width:1388px) and (min-width:1024px) {
	.most-read .box-content {
		grid-template-columns: repeat(3, 1fr)
	}
}

.most-read .box-content .story__heading a {
	position: relative;
	padding-left: 52px
}

.most-read .box-content .story__heading a::before {
	position: absolute;
	left: -32px;
	top: -27px;
	counter-increment: counter;
	content: counter(counter);
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--primary, #ed1c24);
	font-family: var(--font-family-sans-serif);
	font-size: 56px;
	font-weight: 700;
	opacity: .2
}

.most-read .box-content .story:nth-child(-n+3) .story__thumb {
	margin-bottom: 16px
}

.most-read .box-content .story:nth-child(-n+3) .story__heading a {
	font-size: 24px
}

.most-read .box-content .story:nth-child(n+4) {
	padding-top: var(--gutter-grid);
	border-top: 1px solid var(--border-color)
}

.most-read.vertical .box-content {
	grid-template-columns: 1fr;
	gap: 20px
}

.most-read.vertical .box-content .story .story__heading a {
	font-size: 18px;
	padding-top: 15px;
	padding-left: 18px
}

.most-read.vertical .box-content .story:not(:first-child) {
	padding-top: 20px;
	border-top: 1px solid var(--border-color)
}

.most-read.vertical .box-content .story:not(:first-child) .story__thumb {
	display: none
}

.most-read.vertical .box-content .story:nth-child(n+4) {
	display: none
}

.most-read-most-read {
	display: flex;
	padding-top: 16px;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--border-color)
}

.most-read-most-read .box-heading {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 16px
}

.most-read-most-read .box-heading .title {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase
}

.most-read-most-read .box-heading .title span {
	font-weight: 700
}

.most-read-most-read .box-content {
	counter-reset: counter;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.most-read-most-read .box-content .story {
	border-bottom: 0 !important
}

.most-read-most-read .box-content .story__heading a {
	position: relative;
	padding-left: 52px;
	font-size: 16px
}

.most-read-most-read .box-content .story__heading a::before {
	position: absolute;
	left: -32px;
	top: -27px;
	counter-increment: counter;
	content: counter(counter);
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--primary, #ed1c24);
	font-family: var(--font-family-sans-serif);
	font-size: 56px;
	font-weight: 700;
	opacity: .2
}

.most-read-most-read .box-content .story:first-child .story__thumb {
	margin-bottom: 16px
}

.most-read-most-read .box-content .story:first-child .story__heading a {
	font-size: 16px;
	text-align: left
}

.most-read-most-read .box-content .story:nth-child(n+1) {
	padding-top: var(--gutter-grid);
	border-top: 1px solid var(--border-color)
}

.most-read-most-read.vertical .box-content {
	grid-template-columns: 1fr
}

.tpoNews {
	display: flex;
	padding: 16px 0;
	flex-direction: column
}

.tpoNews .box-heading {
	display: flex;
	justify-content: center;
	width: 100%
}

.tpoNews .box-heading .title {
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase
}

.tpoNews .box-heading .title span {
	color: var(--primary);
	font-weight: 700
}

.tpoNews .box-content {
	margin-top: -10px;
	counter-reset: counter;
	display: grid;
	grid-template-columns: repeat(3, 320px);
	gap: 32px
}

@media (max-width:1388px) and (min-width:1024px) {
	.tpoNews .box-content {
		grid-template-columns: repeat(3, 1fr)
	}
}

.tpoNews .box-content .story__heading a {
	font-size: 24px
}

:root.svvn .most-read {
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: none
}

:root.svvn .most-read .box-heading {
	margin-bottom: 8px
}

:root.svvn .most-read .box-heading .title {
	font-weight: 700;
	font-size: 28px
}

:root.svvn .most-read .box-content {
	gap: 36px 48px
}

:root.svvn .most-read .box-content .story:nth-child(-n+3) .story__heading a {
	font-size: 20px
}

:root.svvn .most-read .box-content .story:nth-child(n+4) {
	padding-top: 0;
	border-top: none
}

:root.hht .most-read {
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: none
}

:root.hht .most-read .box-heading {
	margin-bottom: 8px
}

:root.hht .most-read .box-heading .title {
	font-weight: 700;
	font-size: 28px
}

:root.hht .most-read .box-content {
	gap: 48px
}

:root.hht .most-read .box-content .story:nth-child(-n+3) .story__heading a {
	font-size: 18px
}

:root.hht .most-read .box-content .story:nth-child(n+4) {
	padding-top: 0;
	border-top: none
}

:root.tamviet .most-read {
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: none
}

:root.tamviet .most-read .box-heading {
	margin-bottom: 8px
}

:root.tamviet .most-read .box-heading .title {
	font-weight: 700;
	font-size: 28px
}

:root.tamviet .most-read .box-content {
	gap: 48px
}

:root.tamviet .most-read .box-content .story:nth-child(-n+3) .story__heading a {
	font-size: 18px
}

:root.tamviet .most-read .box-content .story:nth-child(n+4) {
	padding-top: 0;
	border-top: none
}

.img-event {
	display: flex;
	padding: 24px 0;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid var(--border-color)
}

.img-event [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 32px;
	right: 14px;
	opacity: .6
}

.img-event [class^=swiper-button]:after {
	font-size: 32px;
	font-family: icomoon;
	color: var(--title)
}

.img-event [class^=swiper-button]:hover {
	opacity: 1
}

.img-event .swiper-button-next {
	top: calc(50% - 20px)
}

.img-event .swiper-button-next::after {
	content: "\e923"
}

.img-event .swiper-button-prev {
	top: calc(50% + 20px);
	left: initial
}

.img-event .swiper-button-prev::after {
	content: "\e913"
}

.img-event .box-heading {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 16px
}

.img-event .box-heading .title {
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase
}

.img-event .box-content {
	position: relative;
	width: 100%;
	padding: 0 60px 0 16px;
	display: flex
}

.img-event .swiper-slide {
	display: block;
	width: 160px;
	height: 96px;
	overflow: hidden;
	border-radius: 8px
}

.img-event .see-more {
	position: absolute;
	right: 16px;
	top: -52px;
	color: var(--Primary-Blue, #007dc4)
}

.img-fyi {
	display: flex;
	padding: 24px 0;
	flex-direction: column;
	align-items: center
}

.img-fyi .box-heading {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 16px
}

.img-fyi .box-heading .title {
	color: var(--Primary-Blue, #007dc4);
	text-transform: uppercase;
	border-bottom: 1px solid var(--Primary-Blue, #007dc4)
}

.img-fyi .box-content {
	position: relative;
	width: 100%;
	padding: 0 16px;
	display: flex
}

.img-fyi .swiper-slide {
	display: block;
	height: 72px;
	overflow: hidden;
	border-radius: 8px;
	box-sizing: border-box;
	width: fit-content
}

.img-fyi .see-more {
	position: absolute;
	right: 16px;
	top: -52px;
	color: var(--Primary-Blue, #007dc4)
}

.dontMiss {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px
}

.dontMiss [class^=swiper-button] {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -14px;
	top: initial;
	z-index: 20;
	position: absolute;
	border: 1px solid var(--Gray-Black);
	opacity: .6
}

.dontMiss [class^=swiper-button]:after {
	color: var(--Gray-Black);
	font-size: 16px
}

.dontMiss [class^=swiper-button]:hover {
	opacity: 1
}

.dontMiss .swiper-button-prev {
	left: calc(50% - 40px)
}

.dontMiss .swiper-button-next {
	left: calc(50% + 8px)
}

.dontMiss .box-heading {
	display: flex;
	width: 100%;
	justify-content: center
}

.dontMiss .box-heading .title {
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase
}

.dontMiss .box-heading .title span {
	font-weight: 700;
	font-style: normal
}

.dontMiss .box-content {
	width: 300px;
	position: relative
}

.dontMiss .item {
	display: grid;
	flex-direction: column;
	gap: 32px;
	width: 270px;
	padding-bottom: 50px
}

.dontMiss .story {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center
}

.dontMiss .story::before {
	position: absolute;
	content: "";
	width: 120px;
	height: 1px;
	background-color: #1e1e1e;
	display: block;
	left: calc(50% - 60px);
	bottom: -16px
}

.dontMiss .story .story__thumb {
	width: 200px
}

.dontMiss .story .story__heading a {
	text-align: center;
	margin-left: 16px;
	margin-right: 16px
}

:root.tpo .dontMiss {
	padding: 16px 0
}

:root.svvn .dontMiss .box-heading {
	position: relative
}

:root.svvn .dontMiss .box-heading .title {
	font-size: 28px
}

.dontMiss.hht,
.dontMiss.svvn {
	border-radius: 16px;
	background: #fff;
	position: relative;
	padding: 16px 32px 70px;
	margin-top: 32px
}

.dontMiss.hht .box-heading,
.dontMiss.svvn .box-heading {
	position: relative
}

.dontMiss.hht .box-heading .title,
.dontMiss.svvn .box-heading .title {
	background: #fff;
	width: 120px;
	text-align: center;
	position: absolute
}

.dontMiss.hht .box-content,
.dontMiss.svvn .box-content {
	width: 100%
}

.dontMiss.hht .story,
.dontMiss.svvn .story {
	padding-bottom: 20px
}

.dontMiss.hht .story:before,
.dontMiss.svvn .story:before {
	bottom: 5px
}

.dontMiss.hht .story__heading a,
.dontMiss.svvn .story__heading a {
	margin-left: 0;
	margin-right: 0
}

.dontMiss.hht [class^=swiper-button],
.dontMiss.svvn [class^=swiper-button] {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -50px;
	top: initial;
	z-index: 20;
	position: absolute;
	border: 1px solid var(--Gray-Black);
	opacity: .6
}

.dontMiss.hht [class^=swiper-button]:after,
.dontMiss.svvn [class^=swiper-button]:after {
	color: var(--Gray-Black);
	font-size: 16px
}

.dontMiss.hht [class^=swiper-button]:hover,
.dontMiss.svvn [class^=swiper-button]:hover {
	opacity: 1
}

.dontMiss.hht {
	border-top: 1px solid #ed1c24;
	border-right: 1px solid #ed1c24;
	border-bottom: 3px solid #ed1c24;
	border-left: 1px solid #ed1c24
}

.dontMiss.hht .img-hht {
	width: 76px;
	height: 48px;
	background: url(../img/hht-logo-2025_v2.png) center center/76px 48px no-repeat
}

.dontMiss.hht .box-heading .title {
	width: 120px;
	top: -46px
}

.dontMiss.svvn {
	border-top: 1px solid #205899;
	border-right: 1px solid #205899;
	border-bottom: 3px solid #205899;
	border-left: 1px solid #205899
}

.dontMiss.svvn .img-svvn {
	width: 144px;
	height: 30px;
	background: url(../img/svvn-logo-2025.png) center center/112px 28px no-repeat
}

.dontMiss.svvn .box-heading .title {
	width: 144px;
	top: -36px
}

.weather-box {
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	position: relative
}

.weather-box .location {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: var(--Primary-Blue, #007dc4);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.weather-box .location i {
	cursor: pointer
}

.weather-box .today {
	display: block
}

.weather-box .today img {
	width: 52px;
	float: left
}

.weather-box .today .today-status {
	color: var(--Dark-Blue, #263556);
	text-align: right;
	font-size: 12px;
	margin-bottom: 8px;
	float: right;
	margin-top: 8px
}

.weather-box .today .today-temp {
	color: var(--Primary-Dark-Text, #1e1e1e);
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	float: right
}

.weather-box .other-day {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 16px;
	border-top: 1px solid var(--border-color)
}

.weather-box .other-day .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 64px
}

.weather-box .other-day .item:nth-child(odd) {
	border-right: 1px solid var(--border-color)
}

.weather-box .other-day .item .day {
	color: var(--Gray-Text-8, #888);
	font-size: 12px;
	margin-bottom: 4px
}

.weather-box .other-day .item .temp {
	color: var(--Primary-Dark-Text, #1e1e1e);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px
}

.weather-box .other-day .item .symbol {
	width: 32px
}

.weather-box .wrapper {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	top: 40px;
	width: 130px;
	height: 150px;
	overflow-y: scroll
}

.weather-box .wrapper .item {
	padding: 4px 8px;
	cursor: pointer
}

.weather-box .wrapper .item:hover {
	background-color: var(--Gray-200)
}

.weather-box .wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px #fff;
	border-radius: 6px;
	background-color: #fff
}

.weather-box .wrapper::-webkit-scrollbar {
	width: 2px;
	background: #ced4da
}

.weather-box .wrapper::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #ced4da
}

.tool-box .tabs-links {
	display: flex;
	height: 40px;
	padding: 0 32px;
	align-items: center;
	gap: 24px;
	border-bottom: 1px solid var(--border-color)
}

.tool-box .tabs-links a {
	display: flex;
	align-items: center;
	height: 40px;
	color: var(--Gray-Text-8, #888);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid transparent
}

.tool-box .tabs-links a.active {
	display: flex;
	font-weight: 700;
	border-bottom: 2px solid var(--primary);
	color: var(--title);
	text-transform: uppercase
}

.tool-box .tabs-contents .content {
	display: none;
	border-bottom: 1px solid #ccc
}

.tool-box .tabs-contents .content.active {
	display: block
}

.tool-box .tool-1 {
	max-height: 104px;
	overflow-y: auto;
	padding: 0 32px
}

.tool-box .tool-1::-webkit-scrollbar {
	width: 4px;
	height: 20px;
	border-radius: 18px
}

.tool-box .tool-1::-webkit-scrollbar-track {
	background: var(--Gray-white)
}

.tool-box .tool-1::-webkit-scrollbar-thumb {
	background: var(--border-color);
	border-radius: 18px
}

.tool-box .tool-1 .market-info {
	display: grid;
	grid-template-columns: auto 80px 80px;
	column-gap: 24px;
	padding: 8px 0;
	border-bottom: 1px solid var(--border-color)
}

.tool-box .tool-1 .market-info:last-child {
	border: none
}

.tool-box .tool-1 .market-info .market-title,
.tool-box .tool-1 .market-info .market-values {
	color: var(--body-color);
	font-family: var(--font-family-sans-serif);
	font-size: 14px;
	font-weight: 700
}

.tool-box .tool-1 .market-info .market-title span,
.tool-box .tool-1 .market-info .market-values span {
	font-weight: 400
}

.tool-box .tool-2 {
	max-height: 104px;
	overflow-y: auto;
	padding: 0 32px
}

.tool-box .tool-2::-webkit-scrollbar {
	width: 4px;
	height: 20px;
	border-radius: 18px
}

.tool-box .tool-2::-webkit-scrollbar-track {
	background: var(--Gray-white)
}

.tool-box .tool-2::-webkit-scrollbar-thumb {
	background: var(--border-color);
	border-radius: 18px
}

.tool-box .tool-2 .market-info {
	display: grid;
	grid-template-columns: 200px auto;
	column-gap: 24px;
	padding: 8px 0;
	border-bottom: 1px solid var(--border-color)
}

.tool-box .tool-2 .market-info:last-child {
	border: none
}

.tool-box .tool-2 .market-info .market-title,
.tool-box .tool-2 .market-info .market-values {
	color: var(--body-color);
	font-family: var(--font-family-sans-serif);
	font-size: 14px;
	font-weight: 700
}

.tool-box .tool-2 .market-info .market-title span,
.tool-box .tool-2 .market-info .market-values span {
	font-weight: 400
}

.tool-box .tool-2 .market-info .market-values {
	display: flex
}

.tool-box .tool-2 .market-info .market-values .down,
.tool-box .tool-2 .market-info .market-values .up {
	margin-left: auto
}

.tool-box .tool-2 .market-info .market-values .up {
	color: #0ca809
}

.tool-box .tool-2 .market-info .market-values .down {
	color: #ef5543
}

.tool-box .tool-3 {
	max-height: 104px;
	overflow-y: auto;
	padding: 0 32px
}

.tool-box .tool-3::-webkit-scrollbar {
	width: 4px;
	height: 20px;
	border-radius: 18px
}

.tool-box .tool-3::-webkit-scrollbar-track {
	background: var(--Gray-white)
}

.tool-box .tool-3::-webkit-scrollbar-thumb {
	background: var(--border-color);
	border-radius: 18px
}

.tool-box .tool-3 .market-info {
	display: grid;
	grid-template-columns: 1fr 40px 40px 40px;
	column-gap: 24px;
	padding: 8px 0;
	border-bottom: 1px solid var(--border-color)
}

.tool-box .tool-3 .market-info:last-child {
	border: none
}

.tool-box .tool-3 .market-info .market-title,
.tool-box .tool-3 .market-info .market-values {
	color: var(--body-color);
	font-family: var(--font-family-sans-serif);
	font-size: 14px
}

.tool-box .tool-3 .market-info .market-title span,
.tool-box .tool-3 .market-info .market-values span {
	font-weight: 400
}

.tool-box .tool-3 .market-info .market-title {
	font-weight: 700
}

.tool-box .tool-3 .market-info .market-title.normal {
	font-weight: 400
}

.tool-box .tool-3 .market-info .market-values {
	display: flex;
	font-weight: 400;
	justify-content: flex-end
}

.tool-box .tool-3 .market-info .market-values i {
	transform: rotate(180deg)
}

.tool-box .market-unit {
	padding: 8px 32px;
	border-top: 1px dashed var(--border-color);
	font-style: italic;
	display: flex;
	color: var(--Gray-Text-8, #888)
}

.tool-box .market-unit .view-detail {
	font-style: normal;
	text-decoration: underline;
	color: var(--secondary);
	margin-left: auto
}

.tool-box .market-unit .view-detail:hover {
	color: var(--primary)
}

.content-box {
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #484c53;
	background: rgba(255, 255, 255, .1)
}

.content-box .box-heading {
	color: var(--title);
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	margin-bottom: 16px
}

.content-box .box-content {
	max-height: 152px;
	overflow-y: auto
}

.content-box .box-content::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: transparent
}

.content-box .box-content::-webkit-scrollbar {
	width: 4px;
	background: 0 0
}

.content-box .box-content::-webkit-scrollbar-thumb {
	border-radius: 24px;
	background-color: #d9d9d9
}

.content-box .box-content .story {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 16px
}

.content-box .box-content .story:last-child {
	margin-bottom: 0
}

.content-box .box-content .story__heading a {
	font-family: var(--font-family-sans-serif);
	font-size: 16px;
	font-weight: var(--font-weight-normal);
	position: relative
}

.content-box .box-content .story__heading a:hover {
	color: var(--title)
}

.content-box .box-content .story__heading a::before {
	position: absolute;
	content: "-";
	left: -15px
}

.content-box .box-content .story .time {
	font-size: 16px;
	color: #00d0ff;
	font-weight: var(--font-weight-normal);
	min-width: 50px;
	margin-bottom: 0
}

.box-diemthi .box-heading .title {
	background: var(--primary);
	color: var(--Gray-White);
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block
}

.box-diemthi .box-content {
	background: var(--Gray-100) url(../img/decor-diemthi.svg) right 30px top 20px/200px no-repeat;
	padding: 24px 20px
}

.box-diemthi .box-content .section-lockup .wrap-checkbox {
	display: flex;
	align-items: center;
	gap: 30px;
	text-transform: uppercase;
	font-weight: 600;
	accent-color: var(--primary);
	font-size: 14px;
	margin-bottom: 8px
}

.box-diemthi .box-content .section-lockup .wrap-lockup {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.box-diemthi .box-content .section-lockup .wrap-lockup input {
	border: 1px solid var(--primary);
	height: 44px;
	padding: 0 16px;
	width: 55%;
	font-size: 16px
}

.box-diemthi .box-content .section-lockup .wrap-lockup .btn {
	background: var(--primary);
	color: var(--Gray-White);
	height: 44px;
	padding: 0 20px;
	font-size: 16px
}

.box-diemthi .box-content .section-lockup .wrap-lockup .btn:hover {
	opacity: .85;
	transition: .3s all
}

.box-diemthi .box-content .section-lockup .note {
	font-style: italic;
	font-weight: 500;
	color: #000
}

.box-diemthi .box-content .section-result {
	margin-top: 40px
}

.box-diemthi .box-content .section-result .title {
	font-size: 22px;
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 700
}

.box-diemthi .box-content .section-result .title.custom {
	color: var(--secondary)
}

.box-diemthi .box-content .section-result .table-diemthi {
	width: 100%;
	border-collapse: collapse;
	margin-top: 8px
}

.box-diemthi .box-content .section-result thead {
	background-color: #e3e3e3
}

.box-diemthi .box-content .section-result td,
.box-diemthi .box-content .section-result th {
	border: 1px solid #c3c3c3;
	padding: 12px 8px;
	text-align: center
}

.box-diemthi .box-content .section-result tbody tr:nth-child(even) {
	background-color: #e3e3e3
}

.abf-cate {
	display: grid;
	padding-left: 16px;
	padding-right: 16px;
	grid-template-columns: 1024px 300px;
	gap: 33px;
	border-bottom: 1px solid var(--border-color)
}

@media (max-width:1388px) and (min-width:1024px) {
	.abf-cate {
		grid-template-columns: calc(78% - 16.5px) calc(22% - 16.5px)
	}
}

.abf-cate .story-wrap {
	padding: 16px 0;
	display: grid;
	grid-template-columns: 1fr 240px 240px;
	grid-template-rows: auto 1fr;
	gap: 16px 22px
}

.abf-cate .right {
	position: relative
}

.abf-cate .right::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--border-color);
	display: block;
	top: 0;
	left: -16px
}

.abf-cate .story:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3
}

.abf-cate .story:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2
}

.abf-cate .story:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/2
}

.abf-cate .story:nth-child(4) {
	grid-column: 2/3;
	grid-row: 2/3
}

.abf-cate .story:nth-child(5) {
	grid-column: 3/4;
	grid-row: 2/3
}

.abf-cate .story:nth-child(1)>* {
	margin-bottom: 16px
}

.abf-cate .story:nth-child(1) .story__heading a {
	text-align: center;
	font-size: 28px
}

.abf-cate .story:nth-child(1) .story__summary {
	color: var(--Grey-SubSect-5, #555);
	text-align: center
}

.abf-cate .story:nth-child(2),
.abf-cate .story:nth-child(3) {
	padding-bottom: var(--gutter);
	border-bottom: 1px solid var(--border-color)
}

.abf-topic {
	display: grid;
	grid-template-columns: 560px 1fr 1fr 1fr;
	grid-template-rows: repeat(2, auto);
	gap: 25px;
	padding: 24px 16px;
	border-bottom: 1px solid var(--border-color)
}

.abf-topic .story:first-of-type {
	grid-row: 1/3
}

.abf-topic .story:first-of-type .story__heading a {
	font-size: 28px
}

.filter-box {
	padding: var(--gutter);
	width: 266px
}

.filter-box .cate {
	margin-bottom: 24px
}

.filter-box .cate:last-of-type {
	padding-bottom: 24px;
	border-bottom: 1px solid var(--border-color)
}

.filter-box .cate .title {
	color: var(--title);
	text-align: left;
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	margin-bottom: 8px
}

.filter-box .cate .wrap .form-check {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px
}

.filter-box .cate .wrap .form-check:last-child {
	margin-bottom: 0
}

.filter-box .cate .wrap .form-check input[type=checkbox] {
	width: 14px;
	height: 14px;
	accent-color: var(--primary)
}

.filter-box .cate .wrap .form-check label {
	margin-bottom: 0;
	font-size: 16px
}

.filter-box .cate select {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid var(--border-color);
	border-radius: 8px
}

.filter-box .cate select option {
	font-size: 16px
}

.filter-box .reset-btn {
	width: 100%;
	padding: 8px 0;
	border: 1px solid #555;
	color: #555;
	font-size: 16px;
	border-radius: 8px;
	transition: all .2s ease-in-out
}

.filter-box .reset-btn:hover {
	color: var(--primary);
	border: 1px solid var(--primary)
}

.photo-page .photo-box+* {
	border-top: 0 !important
}

.list-photo {
	display: grid;
	grid-template-columns: repeat(3, 420px);
	row-gap: 48px;
	justify-content: space-between;
	padding: 16px
}

.list-photo .story {
	border-radius: 6px;
	overflow: hidden
}

.list-photo .story__thumb {
	border-radius: 6px;
	margin-bottom: 8px
}

.list-photo .story__heading a {
	font-weight: 700;
	font-size: 18px;
	color: #1e1e1e;
	padding: 0 10px
}

.list-photo .story__meta {
	display: grid;
	grid-auto-flow: column;
	gap: 16px;
	justify-content: space-between;
	padding: 0 10px
}

.list-photo .story__meta .info {
	display: inline-grid
}

.list-photo .story__meta .info .cate {
	font-weight: 400;
	font-size: 14px;
	color: #555;
	text-transform: unset
}

.list-photo .story__meta .info .time {
	display: block;
	font-weight: 400;
	font-size: 15px;
	text-align: center
}

.list-photo .story__meta .author {
	display: flex;
	align-items: center
}

.list-photo .story__meta .author .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	order: 1
}

.list-photo .story__meta .author .name {
	width: calc(100% - 40px);
	order: 0;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: #555;
	padding-right: 8px
}

.list-photo .story.bigImg {
	position: relative
}

.list-photo .story.bigImg .story__thumb {
	margin-bottom: 0
}

.list-photo .story.bigImg .story__thumb::before {
	padding-bottom: 150%
}

.list-photo .story.bigImg .story__thumb::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.45%, #000 100%);
	pointer-events: none
}

.list-photo .story.bigImg .wrap {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 16px 16px
}

.list-photo .story.bigImg .wrap .story__heading a {
	color: #fff
}

.list-photo .story.bigImg .wrap .story__meta .info .cate,
.list-photo .story.bigImg .wrap .story__meta .info .time {
	color: #fff
}

.list-photo .story.bigImg .wrap .story__meta .author .name {
	color: #fff
}

.list-epaper,
.list-podcast {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	padding: 16px
}

.list-epaper .story__thumb::before {
	padding-bottom: 150%
}

.list-epaper .story__heading a {
	line-height: 150%;
	text-transform: uppercase
}

.podcast-page .story {
	position: relative
}

.podcast-page .story .time,
.podcast-page .story a {
	color: #fff
}

.podcast-page .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 16px;
	display: grid;
	gap: 8px;
	z-index: 20
}

.podcast-page .story .wrap .story__meta {
	display: flex;
	align-items: flex-start;
	gap: 24px
}

.podcast-page .story .wrap .story__meta .title-cate {
	position: relative
}

.podcast-page .story .wrap .story__meta .title-cate::before {
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
	left: -14px;
	top: 6px;
	border-radius: 100%
}

.podcast-page .story__thumb {
	border-radius: 0;
	margin-bottom: 0;
	position: relative
}

.podcast-page .story__thumb .ic-audio,
.podcast-page .story__thumb .ic-podcast,
.podcast-page .story__thumb .ic-video {
	position: absolute;
	font-size: 32px;
	width: 32px;
	height: 32px;
	left: 12px;
	top: 12px
}

.podcast-page .story__thumb::before {
	padding-bottom: 100%
}

.podcast-page .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.02%, #000 100%);
	display: block;
	z-index: 10
}

.abf-podcast {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 1px
}

.abf-podcast .story:nth-child(1),
.abf-podcast .story:nth-child(2),
.abf-podcast .story:nth-child(3) {
	grid-column: span 4;
	grid-row: 1
}

.abf-podcast .story:nth-child(n+4) {
	grid-column: span 3;
	grid-row: 2
}

.editorial-board {
	width: 460px;
	padding: 24px
}

.editorial-board .box-heading {
	text-align: center;
	font-size: 24px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin-bottom: 24px
}

.editorial-board .box-heading .title {
	color: var(--primary)
}

.editorial-board .box-content .member {
	margin-bottom: 24px;
	padding-bottom: 24px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px
}

.editorial-board .box-content .member::after {
	position: absolute;
	content: "";
	width: 335px;
	height: 1px;
	background: var(--border-color);
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 0
}

.editorial-board .box-content .member:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0
}

.editorial-board .box-content .member:last-of-type::after {
	display: none
}

.editorial-board .box-content .member .thumb {
	border-radius: 50%;
	overflow: hidden;
	width: 300px;
	height: 300px
}

.editorial-board .box-content .member .desc {
	color: var(--title);
	font-size: 18px;
	font-weight: var(--font-weight-normal);
	text-transform: uppercase;
	letter-spacing: 2.4px;
	margin-top: 8px
}

.editorial-board .box-content .member .name {
	color: var(--title);
	font-size: 28px;
	font-weight: var(--font-weight-bold)
}

.branch {
	padding: 24px 16px;
	border-bottom: 1px solid var(--border-color)
}

.branch .box-heading {
	text-align: left;
	font-size: 24px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin-bottom: 24px
}

.branch .box-heading .title {
	color: var(--primary)
}

.branch .box-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 32px
}

.branch .box-content .item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 32px
}

.branch .box-content .item:last-of-type {
	margin-bottom: 0
}

.branch .box-content .item .title {
	color: #555;
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	margin-bottom: 4px
}

.branch .box-content .item .text {
	color: var(--title);
	font-size: 18px
}

.branch .box-content .item .send {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	color: var(--Gray-White);
	background: var(--primary);
	text-transform: uppercase;
	font-weight: var(--font-weight-bold);
	font-size: 14px;
	border-radius: 8px;
	transition: all .5s;
	width: fit-content;
	margin-top: 4px
}

.branch .box-content .item .send:hover {
	background: #c21818
}

.branch .box-content .item .send i {
	font-size: 16px
}

.playlist {
	padding: 16px;
	border: 1px solid var(--border-color);
	background: rgba(255, 255, 255, .1)
}

.playlist .box-heading {
	color: var(--title);
	font-family: var(--font-family-sans-serif);
	font-size: 24px;
	font-weight: var(--font-weight-normal);
	text-transform: uppercase;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.playlist .box-heading .ic-rightLight {
	transform: rotate(90deg)
}

.playlist .box-heading i:hover {
	cursor: pointer
}

.playlist .box-content {
	display: grid;
	max-height: 284px;
	overflow: auto
}

@media (min-width:1920px) {
	.playlist .box-content {
		max-height: 314px
	}
}

.playlist .box-content::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.playlist .box-content::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
	border-radius: 10px
}

.playlist .box-content::-webkit-scrollbar-thumb:hover {
	background-color: #d9d9d9
}

.playlist .box-content::-webkit-scrollbar-track {
	background-color: #393d44;
	border-radius: 10px
}

.playlist .box-content .story {
	margin-bottom: 16px;
	position: relative
}

.playlist .box-content .story::after {
	position: absolute;
	top: 4px;
	left: 4px;
	content: "\e91c";
	font-size: 12px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	color: var(--title)
}

.playlist .box-content .story:last-child {
	margin-bottom: 0
}

.playlist .box-content .story__thumb {
	width: 120px;
	height: 72px;
	float: left;
	margin-right: 12px;
	border-radius: 8px;
	margin-bottom: 0
}

@media (min-width:1920px) {
	.playlist .box-content .story__thumb {
		width: 140px;
		height: 84px
	}
}

.playlist .box-content .story__heading a {
	font-size: 16px
}

.automatic-box {
	margin-top: 48px
}

.automatic-box .box-heading {
	color: var(--title);
	font-family: var(--font-family-sans-serif);
	font-size: 24px;
	font-weight: var(--font-weight-normal);
	text-transform: uppercase;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.automatic-box .box-heading span {
	display: flex;
	align-items: center;
	font-size: 14px;
	gap: 8px
}

.automatic-box .box-heading span i {
	font-size: 28px
}

.automatic-box .box-heading span i:hover {
	cursor: pointer
}

.automatic-box .box-content {
	padding: 16px;
	position: relative
}

.automatic-box .box-content .story {
	width: 140px;
	position: relative
}

@media (min-width:1920px) {
	.automatic-box .box-content .story {
		width: 160px
	}
}

.automatic-box .box-content .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e91c";
	font-size: 12px;
	font-family: icomoon;
	line-height: 24px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	color: var(--title)
}

@media (min-width:1920px) {
	.automatic-box .box-content .story:after {
		font-size: 24px;
		width: 40px;
		height: 40px
	}
}

.automatic-box .box-content .story__thumb {
	margin-bottom: 0;
	border-radius: 0
}

.automatic-box .box-content .story__thumb::before {
	padding-bottom: 150%
}

.automatic-box .box-content .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.02%, #000 100%);
	display: block;
	z-index: 10
}

.automatic-box .box-content .story__heading a {
	color: var(--title);
	z-index: 20;
	position: absolute;
	bottom: 0;
	padding: 0 8px 8px;
	display: grid;
	font-size: 14px
}

@media (min-width:1920px) {
	.automatic-box .box-content .story__heading a {
		font-size: 14px
	}
}

.automatic-box .box-content .story__meta {
	margin-bottom: 8px;
	display: flex;
	z-index: 10
}

.automatic-box .box-content .story__meta .timeStamp {
	color: var(--title);
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	padding-right: 24px;
	color: var(--title)
}

.automatic-box .box-content .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: var(--title);
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

.automatic-box .box-content .story__meta .title-cate {
	color: var(--title)
}

.automatic-box .box-content [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 32px;
	height: 32px;
	right: 32px;
	border-radius: 60px;
	background: rgba(0, 0, 0, .5);
	opacity: .6
}

.automatic-box .box-content [class^=swiper-button]:after {
	font-size: 16px;
	color: var(--title);
	font-family: icomoon
}

.automatic-box .box-content [class^=swiper-button]:hover {
	opacity: 1
}

.automatic-box .box-content .swiper-button-next {
	top: 110px
}

.automatic-box .box-content .swiper-button-next::after {
	content: "\e923"
}

.automatic-box .box-content .swiper-button-prev {
	top: 160px;
	left: initial
}

.automatic-box .box-content .swiper-button-prev::after {
	content: "\e913"
}

.four-pack .story {
	width: 300px;
	height: 180px;
	position: relative;
	margin: 0 auto 16px
}

@media (min-width:1920px) {
	.four-pack .story {
		width: 370px;
		height: 222px
	}
}

.four-pack .story:after {
	position: absolute;
	top: 8px;
	left: 8px;
	content: "\e91c";
	font-size: 24px;
	font-family: icomoon;
	line-height: 32px;
	background: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: var(--title)
}

.four-pack .story>* {
	margin-bottom: 0
}

.four-pack .story__thumb {
	position: relative;
	margin-bottom: 0;
	border-radius: 0
}

.four-pack .story__thumb:before {
	padding-bottom: 60%
}

.four-pack .story__thumb a::after {
	top: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000 100%);
	display: block;
	z-index: 10
}

.four-pack .story .wrap {
	position: absolute;
	bottom: 0;
	padding: 0 16px 16px;
	display: grid
}

.four-pack .story__heading a {
	color: var(--title);
	z-index: 20
}

.four-pack .story__meta {
	margin-bottom: 8px;
	display: flex;
	z-index: 10
}

.four-pack .story__meta .timeStamp {
	color: var(--title);
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	padding-right: 24px;
	color: var(--title)
}

.four-pack .story__meta .timeStamp::after {
	content: "";
	position: absolute;
	background: var(--title);
	width: 8px;
	height: 8px;
	border-radius: 100px;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4px
}

.four-pack .story__meta .title-cate {
	color: var(--title)
}

.ads-tabs {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid var(--border-color)
}

.ads-tabs .item {
	font-size: 16px;
	padding: 5px 10px;
	border-right: 1px solid var(--border-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	gap: 10px;
	width: 16.6666666667%;
	cursor: pointer;
	position: relative
}

.ads-tabs .item span {
	position: relative
}

.ads-tabs .item span::before {
	content: "";
	position: absolute;
	top: calc(100% + 1px);
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: var(--primary, #ed1c24);
	transition: all .3s ease
}

.ads-tabs .item:last-child {
	border-right: 0
}

.ads-tabs .item .sub-tabs {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	background-color: #fff
}

.ads-tabs .item .sub-tabs .item-sub {
	padding: 10px;
	font-weight: 400;
	transition: all .3s ease
}

.ads-tabs .item .sub-tabs .item-sub.active,
.ads-tabs .item .sub-tabs .item-sub:hover {
	color: var(--primary, #ed1c24)
}

.ads-tabs .item:hover span::before {
	width: 100%
}

.ads-tabs .item:hover .sub-tabs {
	display: block
}

.ads-tabs .item.active span::before {
	width: 100%
}

.ads-preview {
	display: none;
	padding: 15px
}

.ads-preview .wrap-ads-heading {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.ads-preview .wrap-ads-heading .ads-title {
	padding: 5px 10px;
	background: var(--primary, #ed1c24);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px 10px 0 0
}

.ads-preview .wrap-ads-heading .download {
	font-size: 16px;
	cursor: pointer
}

.ads-preview .image {
	width: 100%;
	height: 1000px
}

.ads-preview.active {
	display: block
}

.timeline-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px
}

.timeline-top .top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px
}

.timeline-top .top .story__heading a {
	font-size: 24px
}

.timeline-top .bottom {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px
}

.timeline-top .story__heading a {
	padding-left: 16px;
	padding-right: 16px
}

.perspective {
	position: relative
}

.perspective .box-heading {
	margin-bottom: 8px
}

.perspective .box-heading .title {
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 700;
	color: var(--primary)
}

.perspective .box-heading .title::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid var(--primary);
	left: 0;
	top: 12px;
	display: block
}

.perspective [class^=swiper-button] {
	z-index: 20;
	position: absolute;
	width: 32px;
	top: 17px;
	opacity: .6
}

.perspective [class^=swiper-button]:after {
	font-size: 16px;
	color: var(--title)
}

.perspective [class^=swiper-button]:hover {
	opacity: 1
}

.perspective .swiper-button-next {
	right: 12px
}

.perspective .swiper-button-prev {
	right: 44px;
	left: initial
}

.perspective .box-content .story {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 32px 0
}

.perspective .box-content .story__thumb {
	width: 160px;
	margin-bottom: 16px
}

.perspective .box-content .story__heading a {
	font-size: 24px
}

.student-face .box-heading {
	margin-bottom: 8px
}

.student-face .box-heading .title {
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 700;
	color: var(--primary)
}

.student-face .box-heading .title::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid var(--primary);
	left: 0;
	top: 12px;
	display: block
}

.student-face .box-content {
	display: grid;
	grid-template-columns: repeat(4, 320px);
	justify-content: space-between
}

.student-face .story {
	width: 320px;
	height: 500px;
	position: relative;
	background-color: var(--Gray-Black);
	border-radius: 8px
}

.student-face .story__thumb {
	width: 320px;
	height: 480px;
	margin-bottom: 0;
	position: relative
}

.student-face .story__thumb img {
	border-radius: 8px
}

.student-face .story__thumb a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
	left: 0;
	top: 0;
	display: block
}

.student-face .story__heading a {
	position: absolute;
	bottom: 0;
	color: var(--Gray-White);
	font-size: 24px;
	padding: 16px;
	min-width: 100%
}

:root.hht .podcast-box .box-heading,
:root.tamviet .podcast-box .box-heading {
	margin-bottom: 8px
}

:root.hht .podcast-box .box-heading .title,
:root.tamviet .podcast-box .box-heading .title {
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	font-weight: 700;
	color: var(--primary)
}

:root.hht .podcast-box .box-heading .title::before,
:root.tamviet .podcast-box .box-heading .title::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid var(--primary);
	left: 0;
	top: 12px;
	display: block
}

:root.hht .podcast-box .box-content,
:root.tamviet .podcast-box .box-content {
	display: grid;
	grid-template-columns: 1fr 1fr 420px;
	gap: 48px;
	justify-content: space-between
}

:root.hht .podcast-box .story,
:root.tamviet .podcast-box .story {
	position: relative
}

:root.hht .podcast-box .story__thumb,
:root.tamviet .podcast-box .story__thumb {
	width: 120px;
	float: left;
	margin-right: 12px;
	margin-bottom: 16px;
	position: relative;
	overflow: initial
}

:root.hht .podcast-box .story__thumb::before,
:root.tamviet .podcast-box .story__thumb::before {
	padding-bottom: 100%
}

:root.hht .podcast-box .story__thumb:after,
:root.tamviet .podcast-box .story__thumb:after {
	content: "\e91c";
	font-size: 16px;
	font-family: icomoon;
	line-height: 32px;
	position: absolute;
	border: 1px solid var(--Gray-White);
	background: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	bottom: -16px;
	left: calc(50% - 20px);
	color: var(--Gray-White)
}

:root.hht .podcast-box .story__thumb img,
:root.tamviet .podcast-box .story__thumb img {
	border-radius: 8px
}

:root.hht .podcast-box .story__heading a [class*=ic-]::before,
:root.tamviet .podcast-box .story__heading a [class*=ic-]::before {
	color: var(--primary)
}

:root.hht .podcast-box .story__heading a:hover,
:root.tamviet .podcast-box .story__heading a:hover {
	color: var(--primary) !important;
	opacity: 1
}

:root.hht .podcast-box .story__summary,
:root.tamviet .podcast-box .story__summary {
	overflow: hidden;
	color: #fff
}

:root.hht .podcast-box .story__summary>*,
:root.tamviet .podcast-box .story__summary>* {
	overflow: hidden;
	color: #fff !important
}

:root.hht .podcast-box .story .timeStamp,
:root.tamviet .podcast-box .story .timeStamp {
	position: absolute;
	top: 144px;
	width: 120px;
	text-align: center
}

:root.hht .list-chapter,
:root.tamviet .list-chapter {
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 8px;
	background: var(--Dark-Blue, #263556);
	position: relative
}

:root.hht .list-chapter::before,
:root.tamviet .list-chapter::before {
	position: absolute;
	display: block;
	font-size: 256px;
	letter-spacing: 25.6px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .05;
	color: var(--Gray-White);
	content: "Äá»c & Nghe nhanh";
	left: -150px;
	top: -45px
}

:root.hht .list-chapter [class^=swiper-button],
:root.tamviet .list-chapter [class^=swiper-button] {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 32px;
	z-index: 20;
	position: absolute;
	background: rgba(98, 119, 165, .5);
	opacity: .8
}

:root.hht .list-chapter [class^=swiper-button]:after,
:root.tamviet .list-chapter [class^=swiper-button]:after {
	color: var(--Gray-White);
	font-size: 12px
}

:root.hht .list-chapter [class^=swiper-button]:hover,
:root.tamviet .list-chapter [class^=swiper-button]:hover {
	opacity: 1
}

:root.hht .list-chapter .swiper-button-prev,
:root.tamviet .list-chapter .swiper-button-prev {
	right: 46px;
	left: initial
}

:root.hht .list-chapter .swiper-button-next,
:root.tamviet .list-chapter .swiper-button-next {
	right: 16px
}

:root.hht .list-chapter .heading,
:root.tamviet .list-chapter .heading {
	color: var(--White, #fff);
	font-size: 18px;
	font-weight: 700
}

:root.hht .list-chapter .content,
:root.tamviet .list-chapter .content {
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	width: 100%
}

:root.hht .list-chapter .item,
:root.tamviet .list-chapter .item {
	position: relative;
	border-radius: 8px;
	overflow: hidden
}

:root.hht .list-chapter .item span,
:root.tamviet .list-chapter .item span {
	display: flex;
	width: 48px;
	height: 16px;
	padding-top: 2px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	right: 9px;
	bottom: 5px;
	border-radius: 4px;
	background: rgba(0, 0, 0, .7);
	color: var(--White, #fff);
	font-size: 12px
}

.scroll-x::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px #eaeaea;
	border-radius: 6px;
	background-color: #eaeaea
}

.scroll-x::-webkit-scrollbar {
	height: 3px;
	background: #ced4da
}

.scroll-x::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #ced4da
}

@media (min-width:767px) and (max-width:1279px) {
	body {
		overflow-x: hidden
	}

	:root.hht .container,
	:root.svvn .container,
	:root.tpo .container {
		width: 100%;
		min-width: 100%
	}

	.site-header:not(.header-media) .navigation-wrapper .menu {
		overflow: hidden;
		overflow-x: auto
	}

	.site-header:not(.header-media) .navigation-wrapper .menu .text {
		white-space: nowrap
	}

	.abf-homepage .story-highlight .story__shorten {
		display: inherit;
		overflow: inherit
	}

	:root.tpo .basic-box-2 .wrap-heading,
	:root.tpo .basic-box-3 .wrap-heading,
	:root.tpo .basic-box-4 .wrap-heading,
	:root.tpo .basic-box-5 .wrap-heading {
		display: inline-grid !important
	}

	:root.tpo .basic-box-2 .wrap-heading,
	:root.tpo .basic-box-3 .wrap-heading,
	:root.tpo .basic-box-4 .wrap-heading,
	:root.tpo .basic-box-5 .wrap-heading {
		display: inline;
		max-width: 100%
	}

	:root.tpo .basic-box-2 .subcate,
	:root.tpo .basic-box-3 .subcate,
	:root.tpo .basic-box-4 .subcate,
	:root.tpo .basic-box-5 .subcate {
		overflow-x: auto
	}

	.basic-box-2 .box-content .more-stories {
		grid-template-columns: 1fr 1fr
	}

	.basic-box-2 .box-content .more-stories .story__heading {
		display: inherit
	}

	.basic-box-2 .box-content .more-stories .story__heading a {
		font-size: 16px
	}

	.basic-box-3 .box-content .story:nth-child(4) .story__thumb,
	.basic-box-3 .box-content .story:nth-child(5) .story__thumb {
		width: auto;
		float: inherit;
		margin-bottom: 8px
	}

	.basic-box-3 .box-content .story:nth-child(2) .story__heading a,
	.basic-box-3 .box-content .story:nth-child(3) .story__heading a {
		font-size: 20px
	}

	.emagazine-box .story__thumb {
		width: auto;
		float: inherit
	}

	.missCrown .box-content {
		grid-template-columns: inherit;
		grid-template-rows: inherit
	}

	.missCrown .box-content .story:nth-child(1) .story__thumb,
	.missCrown .box-content .story:nth-child(3) .story__thumb,
	.missCrown .box-content .story:nth-child(5) .story__thumb {
		height: 631px
	}

	.missCrown .box-content .story .story__heading a {
		font-size: 20px
	}

	.photo-box .box-content {
		grid-template-columns: inherit;
		grid-template-rows: inherit
	}

	.quizz-box {
		width: 100%
	}

	.abf-cate {
		grid-template-columns: calc(100% - 320px) 300px
	}

	.abf-cate .story-wrap {
		grid-template-columns: repeat(2, 1fr)
	}

	.abf-cate .story:nth-child(1) {
		grid-column: 1/3
	}

	.abf-cate .story:nth-child(2),
	.abf-cate .story:nth-child(3),
	.abf-cate .story:nth-child(4),
	.abf-cate .story:nth-child(5) {
		grid-column: inherit;
		grid-row: inherit
	}

	:root.svvn .read-hear,
	:root.tpo .read-hear {
		margin: 0 auto 8px
	}

	.latest-timeline .show-more {
		width: 100%
	}

	body.detail-page .breadcrumb {
		padding: 16px 20px
	}

	.article+.col.size-300 .main-col {
		display: initial
	}

	.article .img-ggnews {
		right: 10px
	}

	:root.svvn .read-fast .box-content,
	:root.svvn .student-face .box-content {
		grid-template-columns: repeat(4, 24%)
	}

	:root.svvn .read-fast .story,
	:root.svvn .read-fast .story__thumb,
	:root.svvn .student-face .story,
	:root.svvn .student-face .story__thumb {
		width: 100%
	}

	:root.svvn .story-fullContent .story__thumb {
		width: 100%;
		height: auto;
		float: unset
	}

	:root.svvn .read-fast .container {
		padding-left: 0;
		padding-right: 0
	}

	:root.hht .basic-box-11 .box-content,
	:root.svvn .basic-box-11 .box-content {
		grid-template-columns: 1fr 2fr 1fr
	}

	:root.svvn .two-columns-equal {
		grid-template-columns: repeat(2, 47%);
		gap: 53px
	}

	.banner_show,
	.rennab_show {
		max-width: 100%
	}

	:root.hht .three-columns-equal {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px
	}

	.tpoTv .box-content,
	:root.hht .tpoTv .box-content,
	:root.svvn .tpoTv .box-content {
		grid-template-columns: 2fr 1fr 1fr
	}

	.tpoTv .box-content .story .story__thumb img {
		left: 50%
	}

	.abf-topic {
		grid-template-columns: 2fr 1fr 1fr 1fr
	}
}

@media (min-width:767px) and (max-width:1020px) {

	.abf-homepage,
	:root.hht .col,
	:root.svvn .col,
	:root.tpo .col {
		display: initial
	}

	.abf-homepage .right .banner,
	.abf-homepage .right .rennab {
		display: none !important
	}

	:root.hht .col .sub-col,
	:root.svvn .col .sub-col,
	:root.tpo .col .sub-col {
		display: block
	}

	.col-highlight .sub-col {
		display: none
	}

	.abf-homepage .left .story.story-highlight .story__thumb {
		width: 60%;
		height: auto
	}

	.tpoTv .box-heading {
		white-space: nowrap
	}

	.tpoTv .subcate a {
		white-space: nowrap
	}

	.tpoTv .subcate {
		overflow-x: auto
	}

	:root.tpo .two-columns-equal {
		display: grid;
		grid-template-columns: repeat(2, 49%) !important;
		gap: 22px
	}

	:root.tpo [class$="-columns-equal"] .equal-col::before {
		left: -10px
	}

	.basic-box-2 .box-content .more-stories .right .story .story__thumb {
		width: 100%;
		margin-bottom: 8px
	}

	:root.tpo .col.size-300 {
		display: grid;
		grid-template-columns: 1fr 250px
	}

	:root.svvn .podcast-box .box-content,
	:root.tpo .podcast-box .box-content {
		gap: 10px
	}

	.dontMiss .box-content,
	.dontMiss .story .story__thumb {
		width: 100%
	}

	:root.tpo .basic-box-6 .box-content {
		grid-template-columns: none
	}

	.basic-box-6 .box-content .story:nth-child(1) .story__thumb {
		width: 100%;
		float: none;
		margin-bottom: 8px
	}

	:root.tpo .four-columns-equal {
		display: grid;
		grid-template-columns: repeat(2, 49%) !important;
		gap: 22px
	}

	:root.tpo .four-columns-equal .equal-col:nth-child(3)::before {
		background-color: #fff
	}

	:root.tpo .site-footer .contact-wrap {
		grid-template-columns: repeat(2, 49%)
	}

	:root.tpo .site-footer .contact-wrap .item:nth-child(3) {
		border-left: none
	}

	.tpoNews .box-content {
		grid-template-columns: repeat(3, 31%);
		gap: 15px
	}

	.latest-timeline>.story.story-bigImg .story__relate .story .story__thumb {
		display: none
	}

	.basic-box-8 .box-content,
	.most-read .box-content {
		grid-template-columns: repeat(3, 1fr)
	}

	.abf-cate {
		grid-template-columns: calc(100% - 250px) 230px
	}

	.abf-cate .story:nth-child(2) .story__summary,
	.abf-cate .story:nth-child(3) .story__summary {
		display: none
	}

	body.detail-page .col.size-300 {
		display: grid;
		grid-template-columns: calc(100% - 280px) 250px
	}

	.basic-box-9 .box-content {
		grid-template-columns: repeat(3, 1fr)
	}

	:root.hht .col.size-300,
	:root.svvn .col.size-300 {
		grid-template-columns: 1fr
	}

	.basic-box-10 {
		margin-bottom: 20px
	}

	.basic-box-10 .box-content {
		grid-template-columns: repeat(2, 1fr)
	}

	.basic-box-10 .box-content .story:nth-child(1) .story__thumb {
		min-width: 420px
	}

	.basic-box-6 .box-content {
		grid-template-columns: repeat(2, 1fr)
	}

	.basic-box-6 .box-content .story:nth-child(1),
	.basic-box-6 .box-content .story:nth-child(2),
	.basic-box-6 .box-content .story:nth-child(3) {
		grid-column: 1/3
	}

	.basic-box-14 .box-content {
		grid-template-columns: 350px 1fr 1fr
	}

	:root.hht .basic-box-1 {
		margin-bottom: 20px
	}
}

@media (min-width:1021px) and (max-width:1279px) {
	.abf-homepage {
		grid-template-columns: 1fr 260px
	}

	.abf-homepage .story-highlight .story__shorten {
		display: inherit;
		overflow: inherit
	}

	.abf-homepage .left .story.story-highlight .story__thumb {
		width: 500px;
		height: auto
	}

	.abf-homepage .more-story .story__heading {
		display: inherit
	}

	.abf-cate .right .rennab_show,
	.abf-homepage .right .rennab_show {
		width: 100%;
		max-width: 250px
	}

	.abf-homepage .right .img-svvn {
		width: 110px;
		background: url(../img/logo-sinhvien.png) center center/110px 32px no-repeat
	}

	:root.tpo .col {
		grid-template-columns: calc(100% - 320px) 300px
	}

	:root.tpo .col.size-300 {
		grid-template-columns: calc(100% - 300px) 270px
	}

	:root.hht .col.size-420,
	:root.svvn .col.size-420 {
		grid-template-columns: calc(100% - 300px) 300px
	}

	:root.tpo .four-columns-equal {
		grid-template-columns: repeat(4, 215px)
	}

	:root.tpo .fyi-weather-vote {
		display: inherit
	}

	.basic-box-1 .story:not(:first-child) .story__thumb {
		width: 45%
	}

	.basic-box-1 .story:first-child .story__heading a {
		font-size: 20px
	}

	.basic-box-1 .story:not(:first-child) .story__heading a {
		font-size: 16px
	}

	.topic-timeline {
		max-height: 300px
	}

	.topic-timeline .story {
		width: 195px
	}

	.topic-timeline .story__thumb {
		width: 210px
	}

	.tpoTv .subcate {
		gap: 10px
	}

	.tpoTv .box-heading .title {
		font-size: 28px
	}

	:root.tpo .two-columns-equal {
		grid-template-columns: repeat(2, 47%)
	}

	:root.tpo .two-columns-equal .basic-box-2 .box-content {
		width: 100%
	}

	.tool-box .tabs-links a {
		white-space: nowrap
	}

	.basic-box-6 .box-content {
		grid-template-columns: repeat(2, 220px);
		gap: 32px 20px
	}

	.basic-box-6 .box-content .story:nth-child(1) .story__thumb {
		width: 220px
	}

	.basic-box-6 .box-content .story:nth-child(1) .story__heading a {
		font-size: 20px
	}

	.basic-box-4 .wrap-heading .subcate {
		margin-top: 5px;
		justify-content: flex-start
	}

	.tpoNews .box-content {
		grid-template-columns: repeat(3, 30%)
	}

	.most-read .box-content {
		grid-template-columns: repeat(3, 31%);
		gap: 24px 28px
	}

	.most-read .box-content .story:nth-child(-n+3) .story__heading a {
		font-size: 20px
	}

	.basic-box-8 .box-content {
		grid-template-columns: repeat(3, 32%);
		gap: 22px
	}

	.tpoNews .box-content .story__heading a {
		font-size: 20px
	}

	:root.tpo .basic-box-7 .box-heading .title {
		font-size: 18px
	}

	.epaper-box {
		max-width: 100%;
		overflow: hidden
	}

	.site-footer .contact-wrap {
		grid-template-columns: repeat(4, 235px)
	}

	.site-footer .contact-wrap .item .text .ic-facebook,
	.site-footer .contact-wrap .item .text .ic-tiktok,
	.site-footer .contact-wrap .item .text .ic-youtube,
	.site-footer .contact-wrap .item .text .img-ggnews,
	.site-footer .contact-wrap .item .text .img-zalo {
		margin-right: 15px
	}

	.basic-box-9 .box-content {
		grid-template-columns: repeat(3, 30%)
	}

	.latest-timeline>.story .story__relate .story .story__thumb,
	.latest-timeline>.story.story-bigImg .story__relate .story .story__thumb {
		display: none
	}

	.tool-box .tabs-links {
		padding: 0 16px
	}

	.tool-box .tool-1,
	.tool-box .tool-2 {
		padding: 0 16px
	}

	#gold-box .tool-1 .market-info {
		grid-template-columns: auto 70px 70px
	}

	#exchange-box .tool-1 .market-info {
		grid-template-columns: auto 60px 60px
	}

	.tool-box .tool-2 .market-info {
		grid-template-columns: 90px auto
	}

	.basic-box-10 .box-content {
		grid-template-columns: repeat(2, 1fr)
	}

	.basic-box-10 .box-content .story:nth-child(1) .story__thumb {
		min-width: 50%
	}

	.col-highlight .sub-col .rennab_show {
		max-height: 250px
	}

	:root.hht .most-read .box-content,
	:root.svvn .most-read .box-content {
		gap: 24px 28px
	}
}

.ads_close,
.banner_hidden,
.hidden,
.login-fb,
.rennab_hidden {
	display: none !important
}

div[data-position*=AdsAnchor],
div[data-position*=AdsBalloon],
div[data-position*=AdsPopup],
div[data-position*=SdaAnchor],
div[data-position*=SdaBalloon],
div[data-position*=SdaPopup] {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100
}

.banner .banner_show,
.banner .rennab_show,
.banner .sda_show,
.rennab .banner_show,
.rennab .rennab_show,
.rennab .sda_show,
.sda .banner_show,
.sda .rennab_show,
.sda .sda_show {
	margin-left: auto;
	margin-right: auto
}

#adsMobile_AdsTop .banner_show,
#adsMobile_AdsTop .rennab_show,
#adsMobile_AdsTop .sda_show,
#adsWeb_AdsTop .banner_show,
#adsWeb_AdsTop .rennab_show,
#adsWeb_AdsTop .sda_show,
#sdaMobile_SdaTop .banner_show,
#sdaMobile_SdaTop .rennab_show,
#sdaMobile_SdaTop .sda_show,
#sdaWeb_SdaTop .banner_show,
#sdaWeb_SdaTop .rennab_show,
#sdaWeb_SdaTop .sda_show {
	margin-bottom: 20px
}

.banner img,
.rennab img {
	max-width: 100%;
	overflow: hidden
}

video.thumb-gif {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.social-login .fb,
.sp-thumbnails {
	display: none
}

.photo-page .wrap-social .print {
	display: flex
}

.abf-homepage .one .time {
	font-size: 15px
}

.site-footer>.container {
	grid-template-columns: 310px 1fr
}

.article__slider,
.dontMiss .swiper,
.epaper-box .swiper,
.img-event .swiper,
.img-fyi .swiper,
.infographics .swiper,
.multimedia .slider .swiper,
.opinion .swiper,
.perspective .swiper,
.read-hear .swiper,
.related-topic .swiper,
.topic-text .swiper,
.topic-timeline .swiper,
.tpoTv .slider .swiper {
	visibility: hidden
}

.tpoTv .box-content .story .story__meta .cate {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 12px
}

.tpoTv .box-content .story .story__meta .cate::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--Gray-White, #fff);
	left: 0
}

.mega-menu .expand-wrapper .relate-website .tpo,
.mega-menu .relate-website-megamenu .tpo {
	font-size: 0;
	height: 28px;
	width: 108px
}

.img-tpo {
	width: 124px;
	height: 32px;
	display: inline-block
}

.fluid_video_wrapper,
.live-zone [class^=layout-image-] {
	max-width: 100% !important
}

.article .zce-content-body>.full-width,
.article .zce-content-body>.max-width {
	transform: translateX(-50%) !important
}