/*!
Theme Name: DIIHO STYLE
Theme URI: https://foxtheme.net
Author: foxtheme.net
Author URI: https://foxtheme.net
Version: 2.1
License: GNU General Public License v2.0
License URI: LICENSE
Text Domain: duoc viet boi Foxtheme
*/

/*--------------------------------------------------------------
# NOI DUNG CUA CSS
--------------------------------------------------------------*/
html {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {

	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
.site-main #infinite-handle span button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button,
.site-main #infinite-handle span button {
	overflow: visible;
}

button,
.site-main #infinite-handle span button,
select {
	text-transform: none;
}

button,
.site-main #infinite-handle span button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
.site-main #infinite-handle span button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
.site-main #infinite-handle span button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	color: #263238;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
}

body a {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	color: #0f161a;
	line-height: 1.25;
	clear: both;
	margin: 1.5em 0 .5em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

p {
	margin: 0 0 1.6em;
}

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

blockquote {
	font-size: 1.2em;
	font-style: italic;
	border-top: 4px solid currentColor;
	padding: 1em 0 0 2.5em;
	margin: 0 0 1.6em;
	position: relative;
}

blockquote:before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: .06em;
	font-size: 3em;
	font-style: normal;
}

blockquote cite {
	display: block;
	margin-top: .8em;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-style: normal;
	color: #6f8590;
}

blockquote cite:before {
	content: '\2014';
	margin-right: .5rem;
}

address {
	margin: 0 0 1.6em;
}

pre {
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	color: #333;
	white-space: pre-line;
	border-radius: 4px;
	font-size: 14px;
	font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

/* mau nen */
body {
	background: #000;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: rgba(38, 50, 56, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.6em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0 0 1.6em;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.6em;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
}

th,
td {
	padding: .5rem .75rem;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

tr {
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}

thead tr {
	border-width: .25rem;
}

thead th {
	text-transform: uppercase;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
.wp-block-button__link,
button,
.site-main #infinite-handle span button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	border: 1px solid;
	border-color: #333;
	border-radius: 25px;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-size: 14px;
	line-height: 1;
	padding: .75rem 1.25rem;
	transition: all .3s ease;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
.site-main #infinite-handle span button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: .8;
	background: var(--diiho-accent);
	border-color: var(--diiho-accent);
}

.button:hover {
	text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid rgba(38, 50, 56, 0.1);
	border-radius: 3px;
	padding: .6875rem 1rem;
	line-height: 1;
	font-size: 16px;
	font-size: 1rem;
}

/*hop binh luan*/
.comment-notes {
	color: #FF6633;
	font-weight: bold;
	border-radius: 25px;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

/*hop binh luan*/
.comment-reply-title {
	color: #666;
	font-size: 12px;
}

#reply-title {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#reply-title a {
	text-decoration: none;
	color: #f48a8a;
}

#reply-title small {
	text-align: right
}

#commentform {
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px;
	color: #777;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

#comment {
	color: #eee;
	background: #292929;
	border-bottom: 3px solid #777;
	height: 100px;
	width: 100%;
	padding: 15px;
	line-height: 1.5em;
	font-size: 16px;
	font-size: 1rem;
	outline: none;
}

#author {
	margin-top: -10px;
	background: #111;
	background-image: url(images/ten.svg);
	background-position: 6px 7px;
	background-size: 15px;
	background-repeat: no-repeat;
	color: #eee;
	border: 2px solid #777;
	border-radius: 25px;
	height: 20px;
	padding: 15px 15px 15px 30px;
	line-height: 1;
	font-size: 16px;
	font-size: 1rem;
	outline: none;
}

#email {
	margin-top: -10px;
	background: #111;
	background-image: url(images/mail.svg);
	background-position: 6px 7px;
	background-size: 15px;
	background-repeat: no-repeat;
	border: 2px solid #777;
	color: #eee;
	border-radius: 25px;
	height: 20px;
	padding: 15px 15px 15px 30px;
	line-height: 1;
	font-size: 16px;
	font-size: 1rem;
	outline: none;
}

#url {
	margin-top: -10px;
	background: #111;
	color: #eee;
	border: 1px solid var(--diiho-accent);
	border-radius: 25px;
	height: 20px;
	padding: 15px 15px 15px 30px;
	line-height: 1;
	font-size: 16px;
	font-size: 1rem;
	outline: none;
}

@media (max-width: 700px) {

	#author,
	#email,
	#url {
		width: 100%;
	}
}

input[type="search"] {
	-webkit-appearance: textfield;
}

select {
	border: 1px solid rgba(38, 50, 56, 0.1);
	padding: .4rem .5rem;
}

textarea {
	width: 100%;
	line-height: inherit;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #06c;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Main navigation */
.main-navigation {
	text-transform: uppercase;
	font-size: 12px;
	/*	font-size: 14px; */
	letter-spacing: .1em;
	font-weight: bold;
}

@media (max-width: 767px) {
	.main-navigation {
		font-size: 25px;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 101%;
	left: 0;
	z-index: 99999;
	background: #222;
	width: 220px;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	border-bottom: 4px solid var(--diiho-accent);
	font-size: 14px;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul ul a {
	border-bottom: 1px solid #444;
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.main-navigation ul ul li:last-child>a {
	border-bottom: 0px solid rgba(38, 50, 56, 0.1);
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.main-navigation .menu-item-has-children>a::after,
.main-navigation .page_item_has_children>a::after {
	content: "";
	display: block;
	background: url(images/angle-down.svg) center right no-repeat;
	background-size: 12px 12px;
	color: #333;
	width: 12px;
	height: 12px;
	position: absolute;
	z-index: 1001;
	right: 0;
	top: 50%;
	margin-top: -6px;
}

.main-navigation li .menu-item-has-children>a::after,
.main-navigation li .page_item_has_children>a::after {
	background-image: url(images/angle-right.svg);
	right: .75rem;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
	color: #fff;
	background: #ff4444;
	border-radius: 0px;
}

@media (max-width: 768px) {

	.main-navigation li:hover a,
	.main-navigation li.focus a {
		border-radius: 0px;
	}

	.main-navigation ul ul {
		border-bottom: 2px solid #333
	}

	.main-navigation li:hover>a,
	.main-navigation li.focus>a {
		background: none;
	}
}

.main-navigation li li:hover>a,
.main-navigation li li.focus>a {
	color: #fff;
	background: var(--diiho-accent);
	border-color: #333;
	border-radius: 0px;
}

@media (max-width: 768px) {

	.main-navigation li li:hover>a,
	.main-navigation li li.focus>a {
		background: none;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 24px 16px 21px;
	color: #fff;
	border-bottom: 3px solid transparent;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
	color: #fff;
	background: var(--diiho-accent);
	border-radius: 0px;
}

.main-navigation li .current_page_item>a,
.main-navigation li .current-menu-item>a,
.main-navigation li .current_page_ancestor>a,
.main-navigation li .current-menu-ancestor>a {
	background: #333;
	color: var(--diiho-accent);
	border-radius: 0px;
}

.main-navigation li li .current_page_item>a,
.main-navigation li li .current-menu-item>a,
.main-navigation li li .current_page_ancestor>a,
.main-navigation li li .current-menu-ancestor>a {
	border-radius: 0px;
}

@media (max-width: 768px) {

	.main-navigation .current_page_item a,
	.main-navigation .current-menu-item a,
	.main-navigation .current_page_ancestor a,
	.main-navigation .current-menu-ancestor a {
		border-radius: 0px;
	}
}

li .main-navigation .current_page_item>a,
li .main-navigation .current-menu-item>a,
li .main-navigation .current_page_ancestor>a,
li .main-navigation .current-menu-ancestor>a {
	border-color: rgba(38, 50, 56, 0.1);
}

.main-navigation li .current_page_item>a,
.main-navigation li .current-menu-item>a,
.main-navigation li .current_page_ancestor>a,
.main-navigation li .current-menu-ancestor>a {
	border-color: rgba(38, 50, 56, 0.1);
}

.menu-toggle {
	color: var(--diiho-accent);
	text-indent: -999em;
	margin-left: 10px;
	position: relative;
	padding: 0 0 0 1.25rem;
	background: transparent;
	border: none;
	font-size: 1rem;
	outline: none;
}

.menu-toggle:hover {
	background: none;
	color: #ff4444
}

.menu-toggle:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.9375rem;
	display: block;
	border-top: 0.5625rem double currentColor;
	border-bottom: 0.1875rem solid currentColor;
	transition: all .5s;
}

/* Small menu. */
.main-navigation.toggled .menu {
	position: absolute;
	background: #333;
	right: 0;
	top: 101%;
	width: 100%;
	border-bottom: 4px solid var(--diiho-accent);
	opacity: 0.98;
}

.main-navigation.toggled ul {
	display: block;
	background: #171717;
	width: 100%;
	box-shadow: 0 10px 20px rgba(38, 50, 56, 0.1);
}

.main-navigation.toggled ul ul {
	visibility: visible;
	opacity: 1;
	position: static;
	float: none;
	-webkit-transform: none;
	transform: none;
	box-shadow: none;
}

.main-navigation.toggled ul ul a {
	padding-left: 3rem;
}

@media (max-width: 768px) {
	.main-navigation.toggled ul ul a {
		font-size: 19px;
		background-image: url(images/menud.svg);
		background-position: 15px 16px;
		background-size: 23px;
		background-repeat: no-repeat;
	}
}

.main-navigation.toggled ul ul ul a {
	padding-left: 4rem;
}

@media (max-width: 768px) {
	.main-navigation.toggled ul ul ul a {
		font-weight: normal;
		font-size: 15px;
		background-image: url(images/muiten.svg);
		background-position: 48px 19px;
		background-size: 13px;
		background-repeat: no-repeat;
	}
}

.main-navigation.toggled li {
	float: none;
}

.main-navigation.toggled li:hover a {
	border-color: #333;
}

.main-navigation.toggled a {
	padding-top: .75rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid #333;
}

.main-navigation.toggled .menu-item-has-children>a:after,
.main-navigation.toggled .page_item_has_children>a:after {
	display: none;
}

@media (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

/* Comment navigation */
.comment-navigation {
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 1rem 0;
}

.comment-navigation a {
	color: var(--diiho-accent);
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

.comment-navigation a:hover {
	color: #fff
}

.comment-list+.comment-navigation {
	margin: -3rem 0 2rem;
}

.comment-navigation .nav-previous {
	float: none;
	text-align: center;
}

.comment-navigation .nav-next {
	float: none;
	text-align: center;
}

/* Posts pagination */
.pagination {
	padding: 3rem 3rem 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: bold;
}

/* so trang */
a.page-numbers {
	background: #333;
	padding: .75rem 1rem;
	border-radius: 35px;
	color: #fff;
	transition: all .2s;
	margin: 0 2px;

}

a.page-numbers:hover {
	text-decoration: none;
	background: var(--diiho-accent);
	color: #fff;
}

.current {
	background: none;
	color: #fff;
	background: var(--diiho-accent);
	line-height: 1;
	padding: .75rem 1rem;
	border-radius: 35px;

}

@media (max-width: 700px) {
	.pagination {
		padding: 1px 1px 0;
		padding-top: 40px;
	}

	a.page-numbers {
		padding: .60rem .80rem;
		margin-top: 10px;
	}

	.current {
		padding: .60rem .80rem;
	}
}

@media (max-width: 400px) {
	.pagination {
		padding: 0px 0px 0;
		padding-top: 40px;
	}

	a.page-numbers {
		padding: .40rem .60rem;
		margin-top: 10px;
	}

	.current {
		padding: .40rem .60rem;
	}
}

/* Single post navigation */
.post-navigation {
	margin-top: 1.5rem;
}

.adjacent {
	padding: 1.5rem;
}

@media (min-width: 768px) {
	.post-navigation .nav-links {
		display: flex;
		justify-content: center;
		margin-left: -3rem;
	}

	.adjacent {
		display: flex;
		width: 50%;
		padding: 1.5rem 0 1.5rem 3rem;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 1em 1.5em .5em 0;
}

.alignleft.wp-caption {
	margin-bottom: .5em;
}

.alignright {
	display: inline;
	float: right;
	margin: 1em 0 .5em 1.5em;
}

.alignright.wp-caption {
	margin-bottom: .5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
.grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0 .5rem;
}

.grid>* {
	padding: .5rem;
	width: 100%;
}

@media (min-width: 768px) {
	.grid {
		padding: 0 1.5rem;
	}

	.grid>* {
		padding: 1.5rem;
	}

	.grid--2>*,
	.grid--3>*,
	.grid--4>* {
		width: 50%;
	}
}

@media (min-width: 1024px) {

	.grid--4>*,
	.grid--3>* {
		width: 33.3333%;
	}
}

@media (min-width: 1280px) {
	.grid--4>* {
		width: 25%;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	/* Make sure select elements fit in widgets. */
}

.widget select {
	width: 100%;
	padding: .6875rem 1rem;
}

.widget ul {
	list-style: none;
	padding-left: 0;
}

.widget li {
	margin-bottom: .5rem;
}

.widget li ul {
	margin-top: .5rem;
}

.widget li li {
	padding-left: 0.8rem;
}

.widget-title {
	font-size: 20px;
	;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
	padding-bottom: .5rem;
	color: #aaa;
}

.search-field {
	width: 100%;
}

.widget_wpcom_social_media_icons_widget a {
	color: inherit;
	font-size: 20px;
	font-size: 1.25rem;
}

.widget_wpcom_social_media_icons_widget a:hover {
	color: #263238;
}

/* Calendar widget */
#next {
	text-align: right;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* tim kiem */
.form-wrapper {
	height: 0;
	background: #333;
	padding: 0 2rem;
	transition: all .3s;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.form-wrapper {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

.form-wrapper.is-visible {
	height: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.form-wrapper.is-visible .search-close {}

.form-wrapper .search-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 32px;
	font-size: 2rem;
	background: none;
	color: var(--diiho-accent);
	border: none;
	display: none;
}

.search-close:hover {
	color: #ff4444
}

@media (min-width: 768px) {
	.form-wrapper .search-close {
		top: 2rem;
		right: 2rem;
	}
}

/* tim kiem */
.form-wrapper .search-field {
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	background: #fff;
	color: #333;
	border-radius: 0;
	border: 3px solid #fff;
	border-radius: 70px;
	width: 30em;
	height: 45px;
	max-width: 70%;
	margin: 0 auto;
	display: block;
	padding-left: 34px;
	padding-right: 0;
	box-shadow: 2px 2px 4px #111;
	background-image: url(images/tim.svg);
	background-position: 7px 8px;
	background-size: 25px;
	background-repeat: no-repeat;
}

#tim {
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	background: #fff;
	color: #333;
	border: 3px solid #fff;
	border-radius: 70px;
	width: 20em;
	height: 45px;
	max-width: 70%;
	display: block;
	padding-left: 34px;
	padding-right: 0;
	box-shadow: 2px 2px 4px #111;
	background-image: url(images/tim.svg);
	background-position: 7px 8px;
	background-size: 25px;
	background-repeat: no-repeat;
}

.form-wrapper .search-field:focus {
	outline: none;
}

.form-wrapper .search-field::-webkit-input-placeholder {
	color: #111;
	opacity: .5
}

.form-wrapper .search-field:-ms-input-placeholder {
	color: #111;
	opacity: .5
}

.form-wrapper .search-field::-ms-input-placeholder {
	color: #111;
	opacity: .5;
}

.form-wrapper .search-field::placeholder {
	color: #111;
	opacity: .5
}

.search-field {
	max-width: 30em;
}

/* Header */
.site-header {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #232323;
	padding: 0 1rem;
	margin-bottom: 4rem;
	position: relative;
	z-index: 2;
	border-bottom: 0px solid var(--diiho-accent);

}

/* @media (min-width: 768px) {
	.site-header {
		padding: 0 3rem;
	}
} */

.icon-smenu {
	display: flex;
	align-items: stretch;
	margin-top: 10px;
	float: right;
}

.icon-smenu .jetpack-social-navigation {
	display: none;
}

@media (min-width: 1024px) {
	.icon-smenu .jetpack-social-navigation {
		display: flex;
		align-items: center;
	}
}

.icon-smenu .jetpack-social-navigation ul {
	margin: -7px 12px 0 0;
}

.icon-smenu .jetpack-social-navigation li {
	margin-right: 4px;
}

.icon-smenu .jetpack-social-navigation a {
	color: inherit;
}

.icon-smenu .jetpack-social-navigation a:hover {
	color: #06c;
}

.icon-smenu .search-toggle {
	border-radius: 0;
	background: none;
	color: var(--diiho-accent);
	font-size: 26px;
	border: none;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	outline: none;
}

.search-toggle:hover {
	color: #ff4444
}

@media (max-width: 767px) {
	.icon-smenu .search-toggle {
		border: none;
		font-size: 20px;
		color: var(--diiho-accent);
		padding-left: 6px;
		padding-right: 6px;
	}

	.icon-smenu .search-toggle:hover {
		color: #ff4444
	}
}

.navbar {
	display: flex;
	align-items: center;
	float: left;
}

.site-branding {
	margin: .8rem 1.5rem .2rem 0;
}

.site-title {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25;
}

.site-title a {
	text-decoration: none;
	color: #0f161a;
}

.site-description {
	font-size: 12px;
	font-size: 0.75rem;
	color: #586674;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.icon {

	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/* the ngoai trang chu */
.card {
	border-radius: 7px;
	box-shadow: 0 2px 4px rgba(38, 50, 56, 0.05);
	background: #222;
	position: relative;
	transition: all .3s ease;
	width: 100%;
}

.card:hover {
	box-shadow: 0 8px 16px rgba(38, 50, 56, 0.1);
}

.card:hover .card__media img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.card {
		margin-top: 13px;
	}
}

.card__body {
	padding: 15px;
}

/* chuyen muc ngoai trang chu */
.card__subtitle {
	font-size: 12px;
	padding: 2px 6px 2px 6px;
	font-size: 0.75rem;
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
	background: var(--diiho-accent-dark);
	text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
	box-shadow: 0px 1px 7px #000;
}

.card__subtitle.cat-links {
	padding: 4px 10px 2px 10px;
	float: left;
	width: auto;
	margin-top: -27px;
	opacity: 0.95;
}

.card__title {
	font-size: 18px;
	;
	margin: 0 0 8px;
	word-wrap: break-word;
}

.card__title a {
	color: #fff;
}

.card__content {
	clear: both;
	font-size: 14px;
	color: #999;
}

.card__media {
	display: block;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}

.card__media img {
	display: block;
	width: 100%;
	transition: all .3s ease;
}

.card__footer {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	color: #999;
}

.card__footer img {
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 3px;
}

.card__footer a {
	color: var(--diiho-accent);
	font-weight: bold;
}

.card__footer .byline,
.card__footer .posted-on {
	margin-top: 24px;
	margin-bottom: -3px;
}

.card a:hover {
	text-decoration: none;
}

.card__title a:hover {
	color: #999;
}

.icon-bookmark {
	display: none;
}

.sticky .icon-bookmark {

	position: absolute;
	top: 1rem;
	right: 1rem;
	fill: #c2ccd0;
}

/* Archive page */
.hfeed .site-content {
	max-width: 1280px;
}

.hfeed.error404 .site-content {
	max-width: 58.5rem;
	padding: 15px;
}

.hfeed .format-quote blockquote {
	font-size: 1.5em;
	border-top: none;
	margin-bottom: 0;
	text-align: center;
	padding: 1em;
}

.hfeed .format-quote blockquote>* {
	position: relative;
	z-index: 2;
}

.hfeed .format-quote blockquote:before {
	top: 50%;
	left: 50%;
	margin-top: -39px;
	margin-left: -39px;
	font-size: 8em;
	color: rgba(38, 50, 56, 0.1);
	z-index: 1;
	line-height: 1;
}

.hfeed .format-quote blockquote cite {
	font-size: 12px;
	font-size: 0.75rem;
	position: absolute;
	left: -1.5rem;
	bottom: -2.7rem;
}

.hfeed .format-quote blockquote cite a {
	color: inherit;
}

.hfeed .format-quote blockquote cite a:hover {
	color: #06c;
}

.hfeed .format-quote .card__footer {
	display: block;
	text-align: right;
}

.hfeed .format-quote .byline {
	display: none;
}

.page-header {
	padding: 7px 12px 7px 12px;
	max-width: 1185px;
	width: 100%;
	margin: 0 auto;
	color: #888;
	text-align: center;

}

.page-title {
	font-size: 30px;
	color: #fff333;
	margin: 0;

}

.archive-description {
	font-size: 16px;
	font-size: 1rem;
	margin-top: .5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
}

/* Single posts and pages */
.page .site-content,
.single .site-content {
	width: 58.5rem;
}

.page .hentry,
.single .hentry {
	padding: 0;
}

.page .entry-header,
.single .entry-header {
	margin-bottom: 4rem;
	text-align: center;
}

.page .entry-title,
.single .entry-title {
	margin: 0 0 8px;
	word-wrap: break-word;
	font-size: 28.8px;
	font-size: 1.8rem;
	color: #fff;
}

@media (max-width: 959px) {

	.page .entry-title,
	.single .entry-title {
		padding: 0 10px;
	}
}

@media (min-width: 768px) {

	.page .entry-title,
	.single .entry-title {
		font-size: 38.4px;
		font-size: 2.4rem;
	}
}

.page .entry-meta,
.single .entry-meta {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--diiho-accent);
}

.page .entry-meta a,
.single .entry-meta a {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	color: var(--diiho-accent);
}

.page .entry-meta .on,
.single .entry-meta .on {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin: 0 5px;
}

.page .entry-meta .comments-link:before,
.single .entry-meta .comments-link:before {
	content: '\2014';

	margin: 0 5px;
}

.page .entry-meta .avatar,
.single .entry-meta .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}

.page .entry-body,
.single .entry-body {
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 7px 50px 0 rgba(38, 50, 56, 0.07);
	padding: 2rem;
	position: relative;
}

.page .entry-media,
.single .entry-media {
	position: relative;
	margin: -2rem -2rem 4rem;
}

@media (min-width: 768px) {

	.page .entry-media,
	.single .entry-media {
		margin: -4rem -4rem 4rem;
	}
}

@media (min-width: 1024px) {

	.page .entry-media,
	.single .entry-media {
		margin: -4rem -8rem 4rem;
	}
}

.page .singular-thumbnail,
.single .singular-thumbnail {
	display: block;
	width: 100%;
	border-radius: 7px 7px 0 0;
}

@media (min-width: 1024px) {

	.page .singular-thumbnail,
	.single .singular-thumbnail {
		border-radius: 7px 7px 0 0;
	}
}

.page .entry-content>p:first-child,
.single .entry-content>p:first-child {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #6f8590;
}

.page .entry-content,
.single .entry-content {
	margin-left: -2rem;
	margin-right: -2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 768px) {

	.page .entry-body,
	.single .entry-body {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.page .entry-content,
	.single .entry-content {
		margin-left: -4rem;
		margin-right: -4rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width: 1024px) {

	.page .entry-body,
	.single .entry-body {
		padding: 4rem 8rem;
	}

	.page .entry-content,
	.single .entry-content {
		margin-left: -8rem;
		margin-right: -8rem;
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

.entry-content {
	word-wrap: break-word;
}

.entry-footer {
	margin-top: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	display: flex;
	flex-wrap: wrap;
}

.cat-links,
.tags-links {
	flex-basis: 100%;
	padding: 1rem;
}

@media (min-width: 768px) {

	.cat-links,
	.tags-links {
		flex-basis: 50%;
	}
}

/* the tags */
.cat-links__title,
.tags-links__title {
	display: none;
}

.tag-cloud-link,
.tags-links a {
	display: none;
}

.tag-cloud-link:hover,
.tags-links a:hover {
	background: #06c;
	color: #fff;
	text-decoration: none;
}

.entry-footer .edit-link {
	flex-basis: 100%;
	padding-left: 1rem;
	margin-top: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-footer .edit-link a {
	color: #6f8590;
}

/* Jetpack sharing icons */
.adjacent .sharedaddy {
	display: none;
}

@media (min-width: 1200px) {
	.sticky-sharing .sharedaddy {
		position: absolute !important;
		top: 0;
		left: -72px;
		width: 64px;
		text-align: center;
		will-change: min-height;
	}

	.sticky-sharing .sharedaddy .sd-title.sd-title:before {
		display: none;
	}

	.sticky-sharing .sharedaddy .sd-content li {
		display: block;
		margin-right: 0;
	}

	.sticky-sharing .sharedaddy .sh-sharing {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		/* For browsers don't support translate3d. */
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* main search va no search tim kiem */
.mainsearch {
	max-width: 900px;
	margin: auto
}

.searchpost {
	background: #222222d4;
	border: 1px solid #333;
	margin: 20px;
	padding: 20px;
	color: #ccc;
	border-radius: 20px;
}

#searchtim {
	width: 100%;
}

.searchmuc,
.toxory a,
.toxory {
	color: #999
}

.searchtitle a {
	font-size: 23px;
	color: #97f5ff;
	font-weight: bold;
	line-height: 1
}

.searchnd {
	font-size: 18px;
}

.searchtg {
	font-size: 13px;
}

/* check video search */
.checkvideo {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 10px;
}

.searchvideoimg img {
	border-radius: 5px;
}

.searchvideotitle a {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	line-height: 1
}

.searchvideond {
	font-size: 15px;
}

@media (max-width: 700px) {
	.checkvideo {
		grid-template-columns: 1fr;
	}

	.searchvideoimg img {
		width: 100%;
	}
}

.nonoidung {
	width: 100%;
	color: #999;
	text-align: center;
	line-height: 1.3;
	background: #222222b8;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #333;
}

.formtimkiem {
	display: flex;
	background: #222;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #333;
}

#inputtim {
	background: #333;
	width: 100%;
	border-radius: 10px 0px 0px 10px;
	outline: none;
	color: #fff;
	box-shadow: 0px 0px 5px #111;
	border: none;
}

#nuttim {
	width: 80px;
	border-radius: 0px 10px 10px 0px;
	outline: none;
	background: var(--diiho-accent);
	box-shadow: 0px 0px 5px #111;
}

/*--------------------------------------------------------------
## BINH LUAN
--------------------------------------------------------------*/
.comments-area {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
	max-width: 100%;
	padding: 10px;
	margin: 20px auto 0;
	max-width: 950px;
}

@media (max-width: 750px) {
	.comments-area {
		padding: 12px;
	}
}

.comments-title {
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

.comment-list {
	list-style: none;
	padding-left: 0;
}

.comment-list .comment-respond {
	margin-bottom: 1.6rem;
}

.comment>.children {
	padding-left: 0px;
	/* mac dinh 0.6rem xoa li */
	list-style: none;
	margin-bottom: 0px;
}

/* article.comment.odd.alt.thread-odd.thread-alt.depth-1 {
    margin-bottom: 40px;
} 
*/
li.comment.even.thread-even.depth-1>.children {
	border-left: 1px dashed #292929;
	margin-left: 60px;
	padding-left: 10px;
}

/* xoa phan li de phan children theo cap và xoa padding */
/* mau ben binh luan */
.comment-body {
	margin-bottom: 1.6rem;
	color: #aaa;
}

.comment-awaiting-moderation {
	color: #fff333;
	display: flex;
}

.comment-body a {
	color: var(--diiho-accent)
}

.comment-meta {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	margin-bottom: 1.6em;
}

.comment-author {
	font-size: 1rem;
	line-height: 1.25;
	color: #999;
}

.comment-author .avatar {
	border-radius: 100%;
	margin-right: 8px;
	float: left;
	margin-top: -2px;

}

.says {
	display: none;
}

.comment-metadata {
	font-size: .75rem;
	margin-left: 48px;
}

.comment-metadata a {
	color: #999;
}

.comment-metadata .edit-link {
	margin-left: .25rem;
}

.reply {
	margin-top: -43px;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 90px;
}

.reply a {
	color: #777777;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	padding: 7px;
	border-radius: 30px;
	background-image: url(images/chat.png);
	background-position: 7px 5px;
	background-size: 17px;
	background-repeat: no-repeat;
	padding-left: 30px;
	outline: none;
	margin-left: 60px;
	font-weight: bold;
	text-transform: uppercase;
}

.reply a:hover {
	background: #222;
	color: #fff;
	text-decoration: none;
	background-image: url(images/admin/reply2.svg);
	background-position: 7px 5px;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-left: 30px;
	outline: none;
}

.comment-content {
	word-wrap: break-word;
	color: #fff;
	margin-left: 60px;
	margin-top: -24px;
	margin-bottom: -10px;
	font-size: 16px;
}

.bypostauthor {
	display: block;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		flex-direction: row;
		align-items: center;
	}

	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		order: 2;
		margin-left: 1em;
	}
}

.required {
	color: #fff;
}

.no-comments {
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	color: #6f8590;
	background: #001b4e;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #142d4c;
	opacity: 0.8;
}

.logged-in-as {
	background: #292929;
	padding: 10px;
	border-radius: 7px 7px 0 0;
	margin-bottom: -1px;
	border-bottom: 2px dashed #444
}

.logged-in-as a {
	color: #fff;
}

#cancel-comment-reply-link {
	color: #eee;
	font-size: 14px;
	background-image: url(images/clear.png);
	background-position: -2px 16px;
	background-size: 15px;
	background-repeat: no-repeat;
	padding: 15px 3px 0px 15px;
	margin-left: 7px;
}

/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.entry-content .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	}

	.entry-content .alignfull iframe {
		width: 100%;
	}
}

.entry-content .alignwide {
	margin-left: -8rem;
	width: calc(100% + 16rem);
	max-width: calc(100% + 16rem);
}

@media (max-width: 1023px) {

	.entry-content .alignwide,
	.entry-content .alignfull {
		margin-left: -2rem;
		width: calc(100% + 4rem);
		max-width: calc(100% + 4rem);
	}
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 1em 0 0 2.5em;
	margin: 0 0 1.6em;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 18px;
	text-align: left;
}

/* Footer */
.site-footer {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 35px;
	padding-top: 18px;
	color: var(--diiho-accent);
}

.site-footer a {
	color: #fff;
}

.footer-widgets {
	max-width: 1280px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {}

.footer-widgets .widget_wpcom_social_media_icons_widget .genericon {
	font-size: 24px;
}

/* chan trang */
.site-info {
	background-color: #151515;
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 13px;
	font-size: 0.75rem;
	text-align: center;
	padding: 20px;
	color: var(--diiho-accent);
}

.site-info a {
	color: var(--diiho-accent);
	text-decoration: none;
}

.chant10 {
	width: 100%;
	text-align: left;
	color: #ccc;
	background: #222;
	padding: 20px;
}

.chant10 a {
	color: #999;
	font-weight: bold;
	font-size: 15px;
}

.chant1 {
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
	color: #ccc;
	font-size: 14px;
}

.chant2 {
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
	text-align: left;
	color: #999;
	font-size: 13px;
}

.channoidung {
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px
}

.channoidung li {
	list-style: none;
	line-height: 1.8em;
}

@media (max-width: 900px) {
	.channoidung {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.channoidung {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.chant10 {
		text-align: center
	}

	.chant1 ul {
		justify-content: center;
	}
}

.channd0 {
	padding-top: 20px;
	text-align: center;
}

.channd2 {
	color: #999;
}

.channd2 a {
	color: #999
}

.channd3 {
	color: #999;
}

.channd4 {
	color: #999;
}

.channd4 a {
	color: #999
}

.phobien {
	font-size: 15px;
	font-weight: bold;
	color: #ccc;
	margin-bottom: 10px
}

.phobiencon {
	margin-top: 10px;
	font-size: 12px;
}

.duoi-cung {
	text-align: center;
	padding: 20px;
	color: #999;
	background: #151515;
	font-size: 12px;
	border-top: 2px solid #222;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Load more button */
.infinite-loader,
#infinite-handle {
	flex-basis: 100%;
	text-align: center;
}

#infinite-handle span {
	background: none;
	border-radius: 0;
	padding: 0;

	color: inherit;
}

.site-main #infinite-handle span button {
	background: #e2e6e9;
	border-color: #e2e6e9;
	color: inherit;
}

.site-main #infinite-handle span button:hover {
	background: #6f8590;
	border-color: #6f8590;
	opacity: 1;
	color: #fff;
}

/* Spinner */
.spinner {
	left: 50% !important;
	margin-left: -8px;
}

/* Infinite footer */
#infinite-footer .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	border-color: rgba(38, 50, 56, 0.1);
}

#infinite-footer .blog-info a {
	color: #0f161a;
}

#infinite-footer .blog-credits,
#infinite-footer .blog-credits a {
	color: #6f8590;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 2rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
	margin-top: .875rem;
	font-size: .875rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	color: #6f8590;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {

	text-align: center;
	vertical-align: top;
	width: 50%;
	padding: 0 5px;
}

@media (min-width: 576px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

.gallery-caption {
	display: block;
}

/* an chuyen muc o duoi chan trang */
.cat-links__title {
	display: none;
}

/* thay doi mau chuyen muc o duoi chan trang */
.cat-links a {

	color: #777;
	border: 2px solid #ccc;
	padding: 7px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

/* an chu on o tieu de bai viet */
.on {
	display: none;
}

.posted-on {
	margin-left: 7px;
}

a.comments-link {
	display: none;
}

p.f5 a {
	color: var(--diiho-accent)
}

.tapmenu a {
	color: #333
}

.khongkha {
	color: var(--diiho-accent);
}

.page-content {
	color: #fff;
}

/* chan trang */
.baivietmuc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 100%;
	margin-top: 20px
}

.baivietmuc a {
	text-decoration: none;
}

.baivietmuc a {
	color: #fff
}

.baivietmuc a:hover {
	color: #999
}

@media (max-width: 700px) {
	.baivietmuc {
		grid-template-columns: 1fr;
	}
}

.danhmuctd {
	color: #fff;
	font-size: 20px;
	padding: 10px;
	margin-top: -20px;
	text-align: center;
	font-weight: bold;
}

.danhmucbai {
	margin-bottom: 20px;
	padding: 20px;
	background: #222;
	border-radius: 15px;
}

.baichu {
	color: #999;
	font-size: 18px;
	line-height: 1em
}

.baichu a {
	font-size: 18px;
}

.baihinh img {
	border-radius: 100%;
}

.card2 {
	margin-top: 10px;
}

.card2-xtdiv {
	text-align: center;
}

.card2-xt {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #2c2c2c;
	margin: 0 auto;
	padding: 11px;
	outline: none;
	font-size: 23px;
	color: #fff
}

.card2-xt:hover {
	border: 2px solid #999;
	background: #222
}

/* bai viet ngau nhien tren cung */
.tieude-nn {
	margin: 0 auto;
	width: 290px;
	padding: 5px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	font-size: 25px;
	margin-top: 10px;
}

.phom-nn {
	width: 100%;
	max-width: 1300px;
	margin-bottom: 10px;
}

/* nen tren cung soc do */
.bg {
	background-image: url(images/background/bg-hung.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	margin-top: -70px;
	margin-bottom: -360px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;

}

/* Mui ten lên dau trang */
#myBtn {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #333;
	color: white;
	cursor: pointer;
	border-radius: 30px;
	opacity: 0.7;
}

#myBtn:hover {
	background-color: #555;
}

/* Nut ve trang chu */
#myBtn2 {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #333;
	color: white;
	cursor: pointer;
	border-radius: 30px;
	opacity: 0.7;
}

#myBtn2:hover {
	background-color: #555;
}

/* CHUYEN MUC O BAI VIET */
.cm-bai-viet {
	margin: 0 auto;
	margin-top: 7px;
}

.cm-bai-viet a {
	color: #fff333;
	border: 2px solid var(--diiho-accent);
	padding: 10px;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.cm-bai-viet a:hover {
	color: #fff;
	text-decoration: none;
}

/* DEM SO LUOT XEM */
.luotxem {
	color: #999;
	float: right;
	margin: 15px 0px;
}

.luotxem img {
	vertical-align: middle;
}

.mune {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

/* GIAO DIEN DĂNG NHẬP, DĂNG KÝ, ĐIỀU KHIỂN CAODEM */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #ffffff !important;
}

.dangnhap {
	color: #999;
	background: #232323;
	border: 1px solid #333;
	border-radius: 15px;
	margin: 20px;
	padding: 20px;
}

.logo-cao {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -40px
}

.logo-cao img {
	border-radius: 100%
}

.dang-nhap {
	width: 50%;
	margin: auto;
	text-align: center;
	box-shadow: 0px 0px 7px #000;
	border-radius: 20px;
}

@media (max-width: 950px) {
	.dang-nhap {
		width: 60%;
	}
}

@media (max-width: 700px) {
	.dang-nhap {
		width: 70%;
	}
}

@media (max-width: 600px) {
	.dang-nhap {
		width: 90%;
	}
}

.dang-1 {
	background: #232323;
	border-radius: 20px 20px 0px 0px;
	padding: 30px
}

.thongbao-dk {
	color: #999;
	font-size: 14px
}

.thongbao-dk a {
	color: var(--diiho-accent);
	font-weight: bold
}

.thongbao-dn {
	background: #191919;
	padding: 30px;
	border-radius: 0px 0px 20px 20px;
	margin-top: -10px;
	text-align: left
}

.thongbao-dn a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px
}

.top-tieude {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-top: 40px
}

.dangnhaproi {
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	color: #999;
}

.dangnhaproi a {
	color: var(--diiho-accent);
}

.dangnhapfom {
	font-size: 14px;
	text-align: center
}

.login-remember {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}

.dangnhapfom p {
	margin: 0px
}

.dangnhapfom a {
	color: #999;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.dangnhapfom a:hover {
	color: #ddd;
}

#user_login,
#username {
	background-image: url(images/admin/id.svg);
}

.capcha {
	background: var(--diiho-accent);
	margin-top: 30px;
	color: #fff;
	padding: 7px;
	border-radius: 3px;
}

/* input thay doi thong tin */
#somfrp_user_info,
#som_new_user_pass_again,
#som_new_user_pass,
#user_pass,
#pwd1,
#pwd2,
#pass1,
#pass2,
#user_login,
#username,
#last-name,
#first-name,
#from,
#nam,
#email2,
#user_url,
#facebook,
#twitter,
#phone,
#tiktok,
#last_name,
#first_name,
#zalo2,
#youtube,
#momo2,
#paypal,
#slogan,
#telegram,
#instagram {
	background-position: 10px 12px;
	background-size: 13px;
	background-repeat: no-repeat;
	padding-left: 35px;
	outline: none;
	width: 100%;
	background-color: #232323;
	border-radius: 7px;
	border: 1.5px solid #555;
	margin-top: 10px;
	color: #fff;
}

#from,
#language,
#bank {
	background-position: 10px 12px;
	background-size: 13px;
	background-repeat: no-repeat;
	padding: 9px 9px 9px 35px;
	outline: none;
	font-size: 16px;
	width: 100%;
	background-color: #232323;
	border-radius: 7px;
	border: 1.5px solid #555;
	margin-top: 10px;
	color: #fff;
}

#somfrp_user_info,
#last-name,
#first-name,
#last_name,
#first_name,
#last_name,
#first_name {
	background-image: url(images/admin/id.svg);
}

#from {
	background-image: url(images/admin/url.svg);
}

#nam {
	background-image: url(images/admin/tuoi.svg);
	height: 40px;
}

#email2 {
	background-image: url(images/admin/email.svg);
}

#user_url {
	background-image: url(images/admin/web.svg);
}

#facebook {
	background-image: url(images/admin/facebook.svg);
}

#twitter {
	background-image: url(images/admin/twitter.svg);
}

#phone {
	background-image: url(images/admin/phone.svg);
}

#tiktok {
	background-image: url(images/admin/tiktok.svg);
}

#zalo2 {
	background-image: url(images/admin/zalo.svg);
}

#youtube {
	background-image: url(images/admin/youtube.svg);
}

#momo2 {
	background-image: url(images/admin/momo.svg);
}

#paypal {
	background-image: url(images/admin/paypal.svg);
}

#language {
	background-image: url(images/admin/language.svg);
}

#slogan {
	background-image: url(images/admin/slogan.svg);
}

#telegram {
	background-image: url(images/admin/telegram.svg);
}

#instagram {
	background-image: url(images/admin/instagram.svg);
}

#bank {
	background-image: url(images/admin/bank.svg);
}

#som_new_user_pass_again,
#som_new_user_pass,
#user_pass,
#pwd1,
#pwd2,
#pass1,
#pass2 {
	background-image: url(images/admin/pass.svg);
}

#pin2,
#description,
select {
	outline: none;
	width: 100%;
	background-color: #232323;
	border-radius: 7px;
	border: 1.5px solid #555;
	margin-top: 10px;
	color: #fff;
}

#wp-submit {
	background: var(--diiho-accent);
	border-radius: 7px;
	border: 2px solid var(--diiho-accent);
	color: #fff;
	outline: none;
	width: 100%;
	padding: 10px
}

#wp-submit:hover {
	background: var(--diiho-accent-dark);
	border: 2px solid var(--diiho-accent-dark);
}

#updateuser {
	background: #FFf333;
	border-radius: 7px;
	border: 2px solid #FFf333;
	color: #222;
	outline: none;
	width: 100%;
}

#updateuser:hover {
	background: var(--diiho-accent);
	color: #222;
	border: 2px solid var(--diiho-accent);
}

/* KET THUC GIAO DIEN DANG NHAP CAO DEM */
/* AN NOI DUNGA */
.annoidung {
	border: none;
	color: #777;
	border-radius: 10px;
	padding: 20px 20px 10px 20px;
	background: #E1FFE4;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 18px;
	display: flex;
	box-shadow: 0px 0px 27px #777;
	line-height: 1.4;
	text-align: center
}

.annoidung img {
	box-shadow: none !important;
	padding-right: 10px;
}

.nuthide {
	margin-top: 15px;
	text-align: center
}

.divan2 a {
	background: var(--diiho-accent);
	padding: 8px 14px 7px 14px;
	color: #fff;
	margin-right: 10px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

@media (max-width: 800px) {
	.annoidung {
		display: block;
		text-align: center;
		padding: 20px 10px 20px 20px;
	}

	.divan2 a {
		display: block;
		margin-top: 10px;
	}
}

.divan2 a:hover {
	background: #333
}

.td-hide {
	font-size: 24px;
	font-weight: bold;
	color: #555;
}

/* ket thuc an noi dung */
/* DANG NHAP DANG XUAT */
.dangnhap-icon {
	border-radius: 0;
	background: none;
	border: none;
	outline: none;

}

.dangnhap-icon:hover {
	background: none;
	color: #ff0000;
}

#dangnhap-icon {
	background: url(images/dangnhap.svg) no-repeat;
	border: none;
}

.dropdown {
	position: relative;

}

.dropdown-content {
	display: none;
	font-size: 14px;
	position: absolute;
	background-color: #232323;
	border-bottom: 2px solid var(--diiho-accent);
	min-width: 120px;
	overflow: auto;
	z-index: 1;
	top: 72px;
	/* right: 35px; */
}

.dropdown-content a {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding: 7px 7px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: var(--diiho-accent);
}

.show {
	display: block;
}

/* KET THUC DN DX */
/* hien thi thong bao dang nhap de binh luan */
.must-log-in {
	padding: 10px;
	border-radius: 5px;
	background: #ffe78f;
	color: #000;
	font-size: 14px;
}

.must-log-in a {
	color: #333;
	font-weight: bold
}

/* the tag */
.the-tag {
	color: var(--diiho-accent);
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
}

.the-tag a {
	color: #888;
	font-weight: normal;
}

.tag-video {
	color: var(--diiho-accent);
	font-size: 12px;
}

.tag-video a {
	color: var(--diiho-accent);
	font-weight: normal;
	margin-right: 5px;
}

/* hien thi thẻ binh luan ad */
.comment-author-label {
	padding: 4px 5px 3px 5px;
	font-size: 9px;
	border-radius: 20px;
}

.khach {
	color: #fff333;
}

.comment-author-label-subscriber {
	background-color: #555;
	color: #ccc;
}

.comment-author-label-contributor {
	background-color: #fff333;
	color: #000;
}

.comment-author-label-author {
	background-color: #cc99ff;
	color: #000;
}

.comment-author-label-editor {
	background-color: #c30000;
	color: #ccc;
}

.comment-author-label-administrator {
	background-color: var(--diiho-accent);
	color: #000;
}

/* ket thuc thẻ */
/* css thay doi comen */
.box-comen {
	display: flex
}

.hinh-comen {
	width: 50px
}

.hinh-comen img {
	border-radius: 100%
}

.comen {
	width: 95%;
	padding: 15px 18px 15px 18px;
	background: #191919;
	color: #ccc;
	border-radius: 20px;
	margin-left: 5px;
	word-break: break-word;
}

.comen a {
	color: #53cfff
}

.tgia-comen {
	color: #fff;
	font-size: 14px;
	margin-bottom: 25px;
}

.tgia-comen a {
	color: var(--diiho-accent);
	text-decoration: none
}

.ndung-comen {
	font-size: 1.2rem
}

.ndung-comen img {
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 5px;
}

.tgian-comen {
	color: #999;
	font-size: 11px;
	padding-left: 5px;
}

.tra-comen a {
	color: #777;
	font-size: 13px;
	text-decoration: none;
	margin-right: 15px;
}

.tra-comen a:hover {
	color: #ccc
}

footer.comment-footer {
	display: flex;
	margin-top: 7px;
	margin-bottom: 30px
}

.phe-comen {
	margin-bottom: -20px;
	margin-top: -20px;
}

.tentraloi {
	padding-bottom: 20px;
	margin-top: -20px;
	font-size: 13px;
	color: #00d0ff
}

.comen-page {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -20px;
}

.comen-title {
	background: #004784;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 25px
}

.comen-page a,
.comen-page span {
	margin-right: 2px;
	color: #fff
}

@media (max-width: 400px) {

	.comen-page a,
	.comen-page span {
		font-size: 15px;
		padding: 7px;
	}
}

/* Trang bai viet hoi 27 */
.hinh-av img {
	height: 100%;
	margin-top: 20px;
}

.hinh-av {
	margin-bottom: 10px
}

.body-hoi {
	background: #222;
	color: #fff;
	padding: 15px;
	border: 2px solid #292929;
	border-radius: none;
	margin: 10px;
	;
	opacity: 0.93;
	border-radius: 7px;
}

.body-hoi img {
	box-shadow: none;
	border-radius: 4px
}

.cm-choi {
	margin-top: -15px;
}

.cm-choi a {
	color: var(--diiho-accent);
	font-weight: bold
}

.cm-choi a:hover {
	color: #999;
	text-decoration: none
}

.tgia-hoi {
	color: #999;
	margin-bottom: 5px;
	font-size: 15px;
	border-bottom: 2px dashed #333;
	padding-bottom: 7px;
}

.tgia-hoi a {
	color: #999;
	text-decoration: none
}

.tde-hoi {
	color: #8ab4f8;
	font-size: 30px;
}

/* Trang bai viet hoi 27 */
/* chi se trang web len mang xa hoi */
.tap-chiase {
	display: grid;
	grid-template-columns: auto auto;
	margin-top: 10px
}

/* nut chia se trang va ma QR */
#openshare {
	background: none;
	color: #333;
	border: none;
	padding: 0px;
	outline: none;
}

.danh-gia {
	padding-top: 5px;
}

.chiase {
	margin-top: 5px;
}

.sharehome {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

.nd-share {
	position: relative;
	background-color: #eee;
	margin: auto;
	padding: 0;
	border: 0px;
	width: 80%;
	max-width: 320px;
	box-shadow: 0px 0px 9px #000;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 12px;
	z-index: 999999999999999999;
}

#input-share {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 0px 7px 7px 0px;
	border: none;
	outline: none;
	box-shadow: 0px 1px 5px #888;
}

#copi-share {
	width: 40px;
	overflow: hidden;
	background: #006df5;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
	border: none;
	border-radius: 7px 0px 0px 7px;
	padding: 0px;
	outline: none;
	box-shadow: 0px 1px 2px #888;
}

.nd-share p {
	text-align: center;
	margin: 0px;
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.td-share .close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-top: -8px;
}

.td-share .close:hover,
.td-share .close:focus {
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
}

.td-share {
	padding: 10px 16px;
	background-color: #0053bb;
	color: white;
	font-weight: bold;
	font-size: 16px;
	border-radius: 10px 10px 0px 0px;
}

.sharehome-body {
	padding: 2px 16px 10px 16px;
}

.imgqr img {
	border: 2px solid #ffffff;
	background: #fff;
	border-radius: 10px;
}

/* nut chia se trang va ma QR */
/* trang tai plugin co phi */
.body-taiplu2 {
	background: #0d2333;
	padding: 30px 30px 40px 30px;
	margin: 10px;
	border-radius: 20px;
	background-image: url(images/plu.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

/* Trang tai ve plugin phan mem */
.body-taiplu {
	background: #404040eb;
	padding: 30px 30px 40px 30px;
	margin: 10px;
	border-radius: 20px;
	background-image: url(images/plu.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.tenplu {
	font-weight: bold !important;
	color: #fff;
	margin-top: -7px;
	font-size: 23px !important;
	line-height: 1.2;
}

.body-plu {
	background: #fff;
	padding: 30px;
	margin: 10px;
	border-radius: 0px 0px 20px 20px;
	border-top: 7px solid var(--diiho-accent);
}

.body-plu img {
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #999
}

#bai-plu {
	margin-bottom: -30px;
	margin-top: -50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.cm-plu {
	margin-top: -15px;
}

.cm-plu a {
	color: var(--diiho-accent);
	font-weight: bold
}

.cm-plu a:hover {
	color: #999;
	text-decoration: none
}

.tgia-plu {
	color: #666;
	margin-bottom: 5px;
	font-size: 15px;
	border-bottom: 2px dashed #dcdcdc;
	padding-bottom: 7px;
}

.tgia-plu a {
	color: #444;
	text-decoration: none
}

.tde-plu {
	color: #333;
	font-size: 30px;
}

#nutdat-plu {
	background: #fff444 !important;
	color: #000;
	border-radius: 12px;
	background: #333;
	border: none;
	outline: none;
}

#nutdat-plu:hover {
	border: none
}

/* Trang bai video hoi 14 */
.body-video {
	color: #fff;
	width: 100%;
	padding: 10px;
	margin-top: -60px;
}

.ten-box {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box-video {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.video-lq {
	background: #222;
	padding: 10px 10px 0px 10px;
}

.video-lq:hover {
	background: #333
}

.hinh-lq img {
	width: 100%;
}

.ten-lq a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.ten-lq a:hover {
	color: var(--diiho-accent)
}

.xem {
	font-size: 14px;
	color: #999;
	padding-top: 7px;
}

.tap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.chiase {
	text-align: right
}

.tag-video {
	margin-bottom: 10px;
}

@media (max-width: 900px) {
	.box-video {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 10px;
	}
}

/* cau hoi lien quan single 27 */
.box-choilq {
	padding-left: 10px;
	border-left: 4px solid var(--diiho-accent);
	opacity: 0.8;
	margin-top: 10px;
}

.ten-chlq {
	color: #fff444;
	font-weight: bold
}

.tenbai-chlq a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.3;
}

.tenbai-chlq a:hover {
	color: var(--diiho-accent)
}

.noidung-chlq {
	font-size: 16px;
	color: #999;
	margin-top: -5px;
	line-height: 1.3
}

#bai-hoi {
	margin-top: -50px;
	opacity: 0.8
}

#nutdat-ch {
	background: #fff444 !important;
	color: #000;
	border-radius: 5px;
	background: #333;
	border: none;
	outline: none
}

#nutdat-ch:hover {
	border: none
}

/* Trang bai video hoi 14 */
/* Bai viet lien quan duoi cung bai viet */
.baiviet-lq {
	background: #222;
	padding: 5px 10px 0px 10px;
	border-radius: 7px;
	border: 1px solid #333;
	position: relative;
}

.baiviet-lq:hover {
	background: #333
}

.hinh-bailq img {
	width: 100%;
	border-radius: 4px;
	margin-top: 5px
}

.tenbai-box {
	color: var(--diiho-accent);
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bai-lq {
	background: #222;
	padding: 10px 10px 0px 10px;
}

.video-lq:hover {
	background: #333
}

.duoi-lq {
	color: var(--diiho-accent);
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 12px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}

#duoi-lq {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ket thuc Bai viet lien quan duoi cung bai viet */
/* Nut play cho video ngau nhien & video */
.hinh-video {
	position: relative;
	width: 100%;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.hinh-video:hover .image {
	opacity: 0.7;
}

.hinh-video:hover .middle {
	opacity: 1;
}

.play {
	padding: 16px 32px;
	border-radius: 25px;
}

.play a {
	color: #fff
}

/* Nut play cho video ngau nhien & video */

/* trang dieu khien */
.thongtin-coban {
	color: #eee;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 20px;
	margin-top: 20px
}

.list-dk {
	font-size: 18px;
	color: #ccc;
	background: #2c2c2c;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0px 1px 6px #1a1a1a;
}

.list-dk p {
	border-bottom: 2px dashed #3c3c3c;
	padding: 10px
}

@media (max-width: 700px) {
	.thongtin-coban {
		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
}

.time-tgia-dk {
	font-size: 14px;
	color: #999
}

.tenuser-dk {
	text-align: center;
	padding: 15px;
	font-size: 25px;
	color: #fff333;
	background: #2c2c2c;
	border-radius: 10px;
	box-shadow: 0px 1px 6px #1a1a1a;
}

#dk-dtdx {
	width: 100%;
	margin-top: 15px;
	background: #4a4a4a;
	color: #f5f5f5;
	border: none;
	border-bottom: 3px solid #00b70e;
	box-shadow: 0px 1px 7px #111;
	border-radius: 7px;
}

.tablink {
	background-color: #333;
	color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 17px;
	width: 25%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 0;
}

.tabcontent {
	color: white;
	display: none;
	padding: 100px 0px;
	height: 100%;
}

#Home,
#News,
#Contact,
#About {
	background-color: none;
	margin-bottom: -100px;
}

.avatar-dk {
	width: 150px;
	margin: 0 auto
}

.avatar-dk img {
	border-radius: 100%
}

.avatar-thay {
	color: #999;
	font-size: 16px;
	text-align: center
}

.avatar-thay a {
	color: var(--diiho-accent);
	text-decoration: none;
}

.veban {
	margin-top: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.veban a {
	text-decoration: none;
}

.ad-cao {
	background: var(--diiho-accent);
	border-radius: 100%;
	padding: 12px;
	font-size: 13px;
	width: 65px;
	display: inline-block
}

.btv-cao {
	background: #ff3333;
	border-radius: 100%;
	padding: 12px;
	font-size: 13px;
	width: 65px;
	display: inline-block
}

.tgia-cao {
	background: #a48a00;
	border-radius: 100%;
	padding: 12px;
	font-size: 13px;
	width: 65px;
	display: inline-block
}

.ctv-cao {
	background: #a48a00;
	border-radius: 100%;
	padding: 12px;
	font-size: 13px;
	width: 65px;
	display: inline-block
}

.loicapnhat-tt {
	color: #ff6666;
}

.tieude-menu {
	margin-bottom: 10px;
	color: #dfdfdf;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	margin-top: 10px;
	border-radius: 7px;
	background: linear-gradient(117deg, rgb(0 145 54) 0%, rgb(0 147 146) 66%);
}

.tieude-menu a {
	color: #fff;
	text-decoration: none
}

.dangnhap p {
	margin-bottom: -1px;
}

.tieude-thongtin {
	margin-top: 15px;
	margin-bottom: 7px;
	color: #00ff89;
	font-size: 16px;
	border-left: 5px solid;
	padding-left: 10px;
}

#updateuser {
	margin-top: 20px;
}

.baiviet-dk {
	padding-top: 7px;
	color: #999;
	font-size: 16px;
}

.baiviet-dk a {
	color: #fff;
	font-size: 20px;
}

.baiviet-dk a:hover {
	color: #999;
	text-decoration: none;
}

.errordk {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	background: #a61111;
	color: #fff;
	margin-bottom: 20px !important;
	border-radius: 10px;
}

/* dieu khien tap 2*/
.dctw-dk {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
}

@media (max-width: 800px) {
	.onhap-dk {
		padding: 20px;
	}
}

@media (max-width: 700px) {
	.dctw-dk {
		grid-template-columns: 1fr;
	}

	.onhap-dk {
		padding: 0px;
	}
}

.nhomcao-dk {
	border-radius: 10px;
	font-size: 15px;
	background: #2c2c2c;
	padding: 15px;
	box-shadow: 0px 1px 6px #1a1a1a;
}

.nhomcao-dk p {
	padding: 10px;
	border-bottom: 2px dashed #3c3c3c;
	padding: 10px
}

@media (max-width: 400px) {
	#hoi-viet-dk a {
		display: block
	}

	#hoi-viet-dk {
		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
}

/* ket thuc trang dieu kien*/
ins {
	background: none !important;
}

/* Nut thông báo số bình luận */

#nutms {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #333;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	border-radius: 30px;
	opacity: 0.7;
}

#nutms:hover {
	background-color: #555;
}

.nutms {
	position: relative;

	border-bottom: 1px dotted black;
}

.nutms .nutchu {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -40px;
	opacity: 0;
	transition: opacity 0.3s;
}

.nutms .nutchu::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 34%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.nutms:hover .nutchu {
	visibility: visible;
	opacity: 1;
}

/* tham gia fan and group ----------------------------------------------------------------------------------------------------- cho xoa */
.nhomfan {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 100%;
	color: #fff;
	opacity: 0.92
}

.nhom {
	padding: 20px;
}

.fannoi {
	background: #233440;
	padding: 20px;
	grid-template-columns: 150px 1fr;
	display: grid;
	border-radius: 10px;
}

.fannoi:hover,
.fannoi2:hover {
	background: #222
}

.fannoi2 {
	background: #270f4e;
	padding: 20px;
	grid-template-columns: 150px 1fr;
	display: grid;
	border-radius: 10px;
}

.fangt {
	font-size: 20px;
	font-weight: bold
}

.fangt a {
	font-weight: normal;
	color: #fff333;
	text-decoration: none;
	font-size: 16px;
	margin-top: 25px;
}

.fangt a:hover {
	color: #fff
}

.dk-f2 {
	display: none
}

@media (max-width: 950px) {
	.nhomfan {
		grid-template-columns: 1fr 1fr;
		margin-top: 10px;
		margin-bottom: 10px;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}

@media (max-width: 800px) {
	.fangt {
		font-size: 15px;
	}
}

@media (max-width: 768px) {

	.fannoi,
	.fannoi2 {
		grid-template-columns: 1fr;
	}

	.fanimg {
		margin: auto
	}

	.fangt {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.fanimg {
		margin: auto
	}

	.fangt {
		font-size: 14px;
	}

	.fangt a {
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.fangt {
		font-size: 12px;
	}

	.fangt a {
		font-size: 12px;
	}

	.dk-f2 {
		display: block
	}

	.dk-f {
		display: none
	}
}

/* top slide caodem ----------------------------------------------------------------------------------------- cho xoa */
.top-cao {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	;
	width: 100%
}

@media (max-width: 950px) {
	.top-cao {
		grid-template-columns: 1fr;
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.top-slide {
	position: relative;
	background: rgb(73, 14, 0);
	background: linear-gradient(90deg, rgba(73, 14, 0, 1) 0%, rgba(30, 83, 0, 1) 0%, rgba(0, 94, 116, 1) 100%);
	border-radius: 10px
}

.top-hat {
	text-align: center;
	margin-bottom: -36px;
	position: relative;
}

.hat {
	height: 12px;
	width: 12px;
	margin: 0 2px;
	background-color: #333;
	border-radius: 50%;

	transition: background-color 0.2s ease;
}

.topbai img {
	width: 100%;
	border-radius: 7px 7px 0px 0px
}

.active {
	background-color: var(--diiho-accent);
}

.toptop {
	margin-bottom: -20px
}

.top-ten a {
	color: #fff;
	font-size: 20px;
	text-decoration: none
}

.top-ten a:hover {
	color: #999
}

.top-tgia a {
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 1px #000;
	text-decoration: none
}

.top-tgia {
	margin-top: -74px;
	padding-left: 15px;
	color: #fff;
	font-size: 18px;
	text-shadow: 0px 1px #000;
	position: relative;
	background: #000;
	opacity: 0.4;
	margin-bottom: 5px;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* tao nut download */
.tai {
	background: #dbdbdb;
	padding: 7px;
	border-radius: 5px;
	width: 150px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	border-left: 10px solid #bdbdbd;
	font-size: 18px;
	color: #fff;
}

.tai:hover {
	opacity: 0.9
}

.tai a {
	color: #333;
	text-decoration: none
}

/* TOP BAI VIET NGAU NHIEN TREN CUNG */
.top-bai .item-bai:nth-child(1) {
	grid-area: baia;
	box-shadow: 0px 2px 5px #111;
	border-radius: 0px 0px 10px 10px;
	background: #292929;
}

.top-bai .item-bai:nth-child(2) {
	grid-area: baib;
	box-shadow: 0px 2px 5px #111;
	border-radius: 0px 0px 10px 10px;
	background: #292929;
}

.top-bai .item-bai:nth-child(3) {
	grid-area: baic;
}

.top-bai .item-bai:nth-child(4) {
	grid-area: baid;
}

.top-bai .item-bai:nth-child(5) {
	grid-area: baie;
}

.top-bai {
	display: grid;
	grid-template-areas:
		'baia baia baia baib baib baib'
		'baic baic baid baid baie baie ';
	grid-gap: 10px;
	background-color: #222;
	padding: 15px;
	border-radius: 10px 10px 0px 0px;
}

@media (max-width: 900px) {
	.top-bai {
		grid-template-areas:
			'baia baia baia baia baia baia'
			'baib baib baib baib baib baib '
			'baic baic baic baic baic baic '
			'baid baid baid baid baid baid '
			'baie baie baie baie baie baie ';
	}

	.top-bai .item-bai:nth-child(2) {
		background: none
	}
}

/* noi dung cua tip bai TOP BAI VIET TREN CUNG */
.item-bai img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 5px 5px 0px 0px;
}

.item-bai img:hover {
	opacity: 0.7;
	filter: grayscale(100%);
}

.item-bai:nth-child(1) img,
.top-bai .item-bai:nth-child(2) img {
	height: 260px;
}

.toph2 {
	line-height: 1.16;
	font-size: 18px;
	margin-bottom: -2px;
}

.top-bai .item-bai:nth-child(1) .noidung-bai,
.top-bai .item-bai:nth-child(2) .noidung-bai {
	padding: 15px;
	margin-top: -12px;
	border-radius: 0px 0px 10px 10px;
}

.top-bai .item-bai:nth-child(3) .noidung-bai,
.top-bai .item-bai:nth-child(4) .noidung-bai,
.top-bai .item-bai:nth-child(5) .noidung-bai {
	margin-top: 5px;
}

.top-bai a {
	color: #fff;
	text-decoration: none
}

.top-bai a:hover {
	color: #aaa
}

.tacgia-bai {
	margin-top: -7px;
}

.tacgia-bai a {
	font-size: 13px !important;
	color: var(--diiho-accent)
}

.top-bai .item-bai:nth-child(1) a,
.top-bai .item-bai:nth-child(2) a {
	font-size: 23px;
}

.top-bai .item-bai:nth-child(1) .tacgia-bai a,
.top-bai .item-bai:nth-child(2) .tacgia-bai a {
	font-size: 13px;
}

.top-bai .item-bai:nth-child(3) img,
.top-bai .item-bai:nth-child(4) img,
.top-bai .item-bai:nth-child(5) img {
	border-radius: 5px;
}

.top-webcao {
	width: 100%;
	background: #151515;
	border-radius: 0px 0px 20px 20px;
	padding: 20px;
	background-image: url(images/bg-baitop.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.webcao {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	width: 150px;
	margin: auto;
	text-align: center
}

.webcao a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none
}

.webcao img {
	border-radius: 100%;
	width: 60px;
}

@media (max-width: 900px) {

	.item-bai img,
	.top-bai .item-bai:nth-child(2) img {
		height: 90%;
	}

	.top-bai .item-bai:nth-child(2) .noidung-bai,
	.top-bai .item-bai:nth-child(3) .noidung-bai,
	.top-bai .item-bai:nth-child(4) .noidung-bai,
	.top-bai .item-bai:nth-child(5) .noidung-bai {
		margin-top: 0px;
		border-radius: 0px;
	}

	.top-bai .item-bai:nth-child(2),
	.top-bai .item-bai:nth-child(3),
	.top-bai .item-bai:nth-child(4),
	.top-bai .item-bai:nth-child(5) {
		display: grid;
		grid-template-columns: 1fr 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.top-bai .item-bai:nth-child(2),
	.top-bai .item-bai:nth-child(3),
	.top-bai .item-bai:nth-child(4),
	.top-bai {
		border-bottom: 1px solid #333;
	}

	.top-bai .item-bai:nth-child(2) a {
		font-size: 18px;
	}

	.top-bai .item-bai:nth-child(2) .noidung-bai {
		background: none;
		padding: 0px;
	}

	.top-bai .item-bai:nth-child(2) img {
		border-radius: 5px;
	}

	.top-bai .item-bai:nth-child(2) {
		box-shadow: none;
		margin-top: 5px;
		border-radius: 0px;
	}

	.top-webcao {
		background-size: auto;
	}
}

@media (max-width: 500px) {
	.item-bai:nth-child(1) img {
		height: 200px;
	}

	.top-bai .item-bai:nth-child(2),
	.top-bai .item-bai:nth-child(3),
	.top-bai .item-bai:nth-child(4),
	.top-bai .item-bai:nth-child(5) {
		grid-template-columns: 1fr 1.1fr;
	}

	.top-bai .item-bai:nth-child(1) a {
		font-size: 18px;
	}

	.top-bai .item-bai:nth-child(2) a,
	.top-bai .item-bai:nth-child(3) a,
	.top-bai .item-bai:nth-child(4) a,
	.top-bai .item-bai:nth-child(5) a {
		font-size: 16px;
	}
}

/* css menu toc muc luc bai viet */
#menutoc {
	position: fixed;
	height: 55px;
	width: 55px;
	bottom: 60px;
	left: 10px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #333;
	color: white;
	cursor: pointer;
	border-radius: 100%;
	opacity: 0.7;
}

i.fas.fa-stream {
	color: var(--diiho-accent);
	font-size: 16px;
}

#menutoc:hover {
	background-color: #444;
}

.toccao {
	display: none;
	position: fixed;
	z-index: 99999999999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.toccao-content {
	background-color: #222;
	border-radius: 7px;
	color: #fff;
	margin: auto;
	padding: 0px 15px 20px 20px;
	border: 1px solid #444;
	width: 90%;
	max-width: 900px;
	opacity: 0.9;
	box-shadow: 0px 0px 5px #111;
}

.menuclose {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.menuclose:hover,
.menuclose:focus {
	color: var(--diiho-accent);
	text-decoration: none;
	cursor: pointer;
}

/* login mxh o binh luan */
ul.the_champ_login_ul li i,
i.theChampLogin.theChampFacebookBackground.theChampFacebookLogin {
	background: #000 !important;
	border: 0px;
}

ul.the_champ_login_ul li i:hover,
i.theChampLogin.theChampFacebookBackground.theChampFacebookLogin:hover {
	background: #222 !important;
	border-radius: 100% !important
}

.the_champ_social_login_title {
	float: left;
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 7px;
	border-left: 4px solid var(--diiho-accent)
}

/* like bai viet huu ich */
.pp-oklike {
	font-size: 13px;
	color: #888;
	margin-top: 10px;
	text-transform: uppercase;
}

.pp_like {
	padding: 5px 15px 5px 15px;
	border-radius: 30px;
	font-size: 18px;
	color: #444;
	text-decoration: none !important;
	background: #ffc800;
	font-weight: bold;
}

.pp_like:hover {
	background: #555;
	color: #fff
}

.pp_like:hover:after {
	content: " TIM !";
}

/* like binh luan */
.cld-like-dislike-wrap.cld-template-2 {
	margin-bottom: 0px;
	color: #999;
	font-size: 13px;
}

.cld-like-dislike-wrap .cld-common-wrap {
	margin-right: 0px !important
}

.like-comen {
	margin-right: 15px;
	margin-left: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cld-like-wrap.cld-common-wrap {
	min-width: 0px
}

.cld-like-wrap.cld-common-wrap a {
	color: #979797;
}

.cld-count-wrap {
	margin-left: 0px !important;
}

.cld-common-wrap>a.cld-like-dislike-trigger:after {
	content: " Thích";
}

.cld-common-wrap>a.cld-like-dislike-trigger:hover {
	color: var(--diiho-accent)
}

/* xem user online */
.users-online a {
	font-size: 13px;
	color: #999;
	margin-right: 10px;
	margin-top: 10px;

}

.users-online img {
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 100%;
}

.quang-tin {
	width: 100%;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none;
	color: #fff;
}

/* scroll */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #000;
}

::-webkit-scrollbar-thumb {
	background-color: var(--diiho-accent);
	border-radius: 15px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #111;
	border-radius: 15px;
}

/* Ghi chu trong bai viet */
.ghichu {
	background: radial-gradient(circle, rgba(255, 216, 233, 1) 0%, rgba(201, 226, 255, 1) 100%);
	padding: 20px;
	color: #4c4c4c;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.ghichu a {
	padding: 10px 20px 10px 20px;
	margin-top: 10px;

	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	box-shadow: 0px 0px 3px #bfbfbf;
	background: linear-gradient(90deg, rgba(175, 114, 217, 1) 0%, rgba(86, 151, 219, 1) 100%);
	text-transform: uppercase;
}

.ghichu a:hover {
	background: #111
}

/* CSS thông báo Delete */
.perfecty-push-dialog-box {
	max-width: 370px !important;
	background: #333333f5 !important;
	padding: 10px !important;
	border-radius: 5px 5px 50px 50px !important;
	box-shadow: 0px 1px 6px black !important;
	color: #999 !important;
	font-size: 14px !important;
	display: block !important;
}


.perfecty-push-dialog-box .perfecty-push-dialog-icon {
	width: 50px !important;
	border-radius: 100% !important;
}

.perfecty-push-dialog-container .perfecty-push-dialog-title {
	margin: 10px 0px !important;
}



#perfecty-push-dialog-cancel,
#perfecty-push-dialog-subscribe {
	border: 2px solid !important;
	border-color: #464646 !important;
	background: #222 !important;
	color: #858585 !important;
	padding: 10px 10px 10px 10ppx !important;
}

.perfecty-push-settings-container #perfecty-push-settings-form {
	border: 1px solid rgb(68 68 68) !important;
	background-color: #222222 !important;
	color: #999 !important;
}

.perfecty-push-settings-container #perfecty-push-settings-open svg {
	background-color: #555;
}

.chant1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.chant1 ul li {
	margin-left: 20px;
}

.chant1 ul li:first-child {
	margin-left: 0;
}

.chant1 ul li:first-child a {
	color: #ccc;
}



/* Cố định footer ở dưới cùng (Sticky Footer) */
.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
}

.site-content {
	flex: 1 0 auto;
}