/* Core*/
body {
	/*font-family: 'Merriweather', sans-serif;*/
	background: #444F3D url("https://cdn.tuoitre.vn/2020/7/28/bg2-15959392161081360143793.jpg") repeat !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: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 0 0 0;
	font-size: 18px !important;
}

.navbar-default {
	border: none !important;
	padding: 0 15px 0 15px !important;
	top: 47px !important;
	height: 45px;
	position: fixed;
	width: 100%;
	background: #C9B585 url('https://cdn.tuoitre.vn/2020/7/28/header-15959392161111862424197.jpg') left center repeat-x;
}

.navbar-default .navbar-nav > li {
	float: none;
	white-space: nowrap;
}

.navbar-default .navbar-nav > li > a {
	color: #474F3E;
	position: relative;
	cursor: pointer;
	font-weight: 900;
	line-height: 47px;
	text-shadow: 1px 1px 1px #F3CD5F;
}

.nav-link.active {
	color: #F5D56A !important;
	text-shadow: 1px 1px 1px #666666 !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: #3A75EA;
	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;
}

/*---------------------------------------------------------*/

.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: #E1D9C9;
	line-height: 1.5;
	/*font-weight: 500;*/
	/*font-family: 'Merriweather', 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;
}

body > footer {
	display: none;
}

#admwrapper .container #header-top.hidden {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}