/* Core*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	background: url('https://cdn.tuoitre.vn/2019/12/14/background2-15762579947742071009617.jpg') !important;
}

i {
	font-style: italic;
}

#admwrapper .container #header-top {
	background-color: #470C01;
	position: fixed;
	padding: 10px;
}

#header-top img {
	height: 28px;
}

#header-top #share-button {
	position: absolute;
	right: 20px;
}

/* disable navbar default tuoitre*/
.sp-sticky-header.clearfix.fixed-top {
	display: none !important;
}

/* width */
::-webkit-scrollbar {
	width: 6px;
	height: 0;
}

/* Track */
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.7);
}

.temp-comment {
	display: none;
}
#admwrapper .container #header-top.hidden {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}

#admwrapper .container section#content {
	padding: 0;
}