/* Core*/
body {
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	background: url('https://cdn.tuoitre.vn/2019/12/14/background2-15762579947742071009617.jpg') !important;
}

i {
	font-style: italic;
}

/* disable navbar default tuoitre*/
.sp-sticky-header.clearfix.fixed-top {
	display: none !important;
}

.navbar-nav li {
	margin: 0 10px;
}

.navbar-nav {
	display: -webkit-box;
	overflow: auto;
	width: 100%;
}

.nav-link {
	font-family: 'Anton', sans-serif;
	padding: 16px 0 0 0;
	font-size: 20px !important;
	letter-spacing: 1px;
}

.nav-link.active {
	color: #EFC383 !important;
}

.navbar-default {
	border: none !important;
	background: url('https://cdn.tuoitre.vn/2019/12/14/header-1576258064775154624867.png');
	padding: 0 15px 0 15px !important;
	top: 47px !important;
	height: 45px;
	position: fixed;
}

.navbar-default .navbar-nav > li {
	float: none;
}

.navbar-default .navbar-nav > li > a {
	color: #ECE7D4;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 47px;
	/*white-space: nowrap;*/
}

.navbar-default .navbar-nav > .active > a {
	background-color: unset !important;
	color: #FFFFFF !important;
}

.navbar-default .navbar-nav > .active > a:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 4px;
	background: #FF3322;
}

/* 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);
}

/*facebook share button*/
.fb-button {
	cursor: pointer !important;
	background-color: #324D8F;
	border-radius: 4px;
	padding: 5px 15px !important;
	color: white !important;
	display: block;
	text-transform: unset !important;
	font-size: 13px;
	font-family: sans-serif;
}

.fb-button:hover {
	background-color: #4267B2 !important;
}

.fb-button span {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url(./icon-facebook.png);
	background-position: 0 0;
	background-size: 15px;
	vertical-align: middle;
	margin-right: 10px;
}

/*---------------------------------------------------------*/

.container {
	padding-top: 47px;
}

/*#admwrapper .container section#content {*/
/*	margin-top: 0 !important;*/
/*}*/

#navbarText {
	width: 100%;
}

.font-18 {
	font-size: 18px;
}

.line-height-30 {
	line-height: 30px;
}

.text-spacing {
	letter-spacing: 1px;
}

.max-width-100 {
	max-width: 100%;
}

.paragraph {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
}

.img-cover {
	width: 100vw;
	/*height: 100vh;*/
	/*object-fit: cover;*/
	/*object-position: bottom;*/
}

.king {
	margin-bottom: 40px;
}

.img-center-big {
	max-width: 140%;
	margin-left: -20%;
	margin-top: 40px;
}

.background {
	background: url('https://cdn.tuoitre.vn/2019/12/14/background2-15762579947742071009617.jpg') !important;
	/*background-size: cover !important;*/
	background-attachment: fixed;
	/*background-repeat: repeat-y;*/
}

div.chapter p,
.VCSortableInPreviewMode .PhotoCMS_Caption p,
.VCSortableInPreviewMode[type=VideoStream] .VideoCMS_Caption p {
	font-size: 18px;
	color: #5A4E41;
	line-height: 1.5;
	font-weight: 500;
	font-family: 'Muli', serif !important;
}

.VCSortableInPreviewMode .PhotoCMS_Caption p,
.VCSortableInPreviewMode[type=VideoStream] .VideoCMS_Caption p {
	width: 100%;
	font-weight: bold;
}

.VideoCMS_Caption,
table.tplCaption p, .VideoCMS_Caption, .VideoCMS_Caption p, .AudioCMS_Caption, .AudioCMS_Caption p, .PhotoCMS_Caption, .PhotoCMS_Caption p, .LayoutAlbumCaption {
	background: none !important;
}
.temp-comment {
	display: none;
}
#admwrapper .container #header-top.hidden {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}