/*
Theme Name: doctruyenonl
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.5
*/
* {
	scrollbar-width: thin;
	scrollbar-color: #1B2A50 #2E3136;
}

*::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

*::-webkit-scrollbar-track {
	background: #212428;
}

*::-webkit-scrollbar-thumb {
	background-color: #44494F;
	border-radius: 0;
	border: 1px solid #212428;
}

ol,
ul {
	box-sizing: border-box;
}

ul,
li {
	list-style: none
}

a {
	color: #000;
}

a:hover,
a:focus {
	color: #000;
	opacity: .8;
}

body,
#main,
#wrapper,
.absolute-footer, 
html {
	background: #fff;
	color: #000;
}

.page-wrapper {
	padding-top: 0;
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem;
}

.logo-left .logo {
	margin-right: .75rem;
}

.header-nav.header-nav-main li a svg,
.sidebar-menu .nav-sidebar li a svg {
	width: 34px;
	height: 24px;
	color: #fff;
}

.header-nav.header-nav-main > li > a,
.sidebar-menu .nav-sidebar > li > a {
	display: flex;
	align-items: center;
	padding: 15px;
	color: #fff;
}

.header-nav.header-nav-main > li > a .icon-angle-down,
.sidebar-menu .nav-sidebar > li > a .icon-angle-down {
	display: none;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	background: rgba(0, 0, 0, .8);
}

.nav-sidebar.nav-vertical>li+li {
	border: none;
}

.sidebar-menu .nav-sidebar > li a {
	color: #fff;
}

.ux-search-submit {
	background: #fff;
	border: none;
	color: #000;
	box-shadow: none;
}

.searchform-wrapper .search-field {
	background: #fff;
	box-shadow: none;
	border: none;
	color: #000;
}

.content_sess {
	padding-top: 2rem;
}

.content_ttl {
	display: flex;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	align-items: center;
	position: relative;
}

.content_ttl a {
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.75rem;
	border-bottom: 1px solid #000;
	color: #000;
}

.content_ttl svg {
	width: 20px;
	height: 20px;
	margin-left: .25rem;
	color: #000;
}

.content_wrap {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	column-gap: .75rem;
	row-gap: .75rem;
	padding-bottom: .75rem;
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.host_item a {
	display: block;
	position: relative;
}

.host_item_ttl {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	font-size: .75rem;
	line-height: 1rem;
	color: #fff;
	padding: 5px;
	margin-bottom: 0;
	text-align: center;
	max-height: 120px;
	font-weight: normal;
}

.sheet_post {
	margin-bottom: 2rem;
}

.sheet_item {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	border-bottom: 1px dashed #ccc;
	height: 40px;
}

.sheet_item_cat {
	grid-column: span 2 / span 2;
	border-right: 1px dashed #ccc;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.sheet_item_ttl {
	grid-column: span 6 / span 6;
	border-right: 1px dashed #ccc;
	display: flex;
	align-items: center;
}

.sheet_item_heading {
	margin-bottom: 0;
}

.sheet_item_heading a {
	font-size: 1rem;
	line-height: 1.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.sheet_item_author {
	border-right: 1px dashed #ccc;
	grid-column: span 2 / span 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.sheet_item_chuong {
	grid-column: span 2 / span 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.sheet_item_chuong a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content_done {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: 1rem;
	row-gap: 1rem;
}

.done_list {
	text-align: center;
	grid-column: span 2 / span 2;
}

.done_item_thumb {
	margin-bottom: 5px;
	position: relative;
	height: 240px;
	width: 100%;
}

.done_item_thumb img {
	bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.done_item_ttl {
	text-transform: capitalize;
	font-weight: 700;
	font-size: .75rem;
	line-height: 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.done_item_lbl {
	padding: 1px 6px;
	background: #b78a28;
	color: #fff;
	border-radius: .125rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	font-size: 10px;
	text-align: center;
}

.icon-menu {
	color: #fff;
}

.single_head {
	position: relative;
	overflow: hidden;
}

.single_bg {
	background: #000;
	position: absolute;
	width: 200%;
	height: 200%;
	display: flex;
	align-items: stretch;
}

.single_bg .single_bg_thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	object-fit: cover;
	-webkit-filter: blur(40px);
	filter: blur(40px);
	width: 100%;
	height: 100%;
}

.single_bg_child {
	background: #000;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single_head > .row {
	position: relative;
	z-index: 1;
}

.single_breadcrumbs {
	background: #ececec;
	position: relative;
	z-index: 1;
	padding: 5px 0;
	border-top: 1px solid #000;
}

.rank-math-breadcrumb p {
	margin-bottom: 0;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb .last {
	text-transform: capitalize;
}

.single_box {
	padding: 30px 0;
	display: flex;
}

.single_head_thumb {
	flex-basis: 314px;
	overflow: hidden;
	margin-right: 1.25rem;
	flex-grow: 0;
	flex-shrink: 0;
}

.single_head_thumb img {
	width: 100%;
}

.single_head_info {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #f1f1f1;
}

.single_head_ttl {
	font-size: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: .25rem;
	color: #f1f1f1;
}

.single_head_author,
.catname_lbl {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: .25rem;
}

.single_head_author a {
	color: #f1f1f1;
}

.catname_lst {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.catname_lst li {
	margin-right: .5rem;
	margin-top: .5rem;
}

.catname_lst li a {
	font-size: 1rem;
	line-height: 1.5rem;
	background: #ccc;
	text-transform: capitalize;
	padding: .5rem .75rem;
	border-radius: .375rem;
	border: 1px solid #047857;
	color: #047857;
}

.catname_lst li a.active {
	border: 1px solid #be123c;
	color: #be123c;
}

.single_tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single_tag li {
	margin-bottom: 2%;
	width: 49%;
}

.single_tag li a {
	text-transform: uppercase;
	color: #000;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	font-size: .75rem;
	line-height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	border-radius: .375rem;
	background: #ccc;
}

.single_tag li a.active {
	background: #be8c28;
	color: #fff;
}

.single_tag li a svg {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .25rem;
}

.single_content {
	padding-top: 2.5rem;
}

.single_content .content_ttl {
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-transform: capitalize;
}

.single_excerpt {
	margin-bottom: 2rem;
}

.child_head {
	padding-bottom: 3rem;
	text-align: center;
}

.child_head_name {
	margin-bottom: 5px;
}

.child_head_name a {
	color: #b78a28;
	text-transform: capitalize;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}

.child_head_ttl {
	font-size: 18px;
	text-transform: capitalize;
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-bottom: 20px;
}

.child_head_lst a {
	margin: 0 5px;
	background: #b78a28;
	color: #fff;
	border-radius: .25rem;
	padding: 11px 22px;
}

.single_lst_book {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single_lst_book li {
	border-bottom: 1px solid #e8e8e8;
	width: 49%;
	margin-bottom: 0;
}

.single_lst_book li a {
	padding: 10px 0;
	display: flex;
}

.single_lst_book li a span {
	display: inline-block;
	flex-basis: 15%;
	flex-shrink: 0;
}

.single_lst_book li a strong {
	text-transform: capitalize;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
}

.post_child {
	display: flex;
	border-bottom: 1px dashed #999;
	padding: .75rem 0;
}

.item_thumbnail {
	flex-basis: 145px;
	flex-shrink: 0;
}

.item_thumbnail a {
	display: block;
	max-width: 90%;
	margin: 0 auto 0 0;
}

.item_thumbnail a img {
	width: 100%;
}

.post_info {
	flex-basis: auto;
	flex-shrink: 1;
}

.post_ttl {
	margin-bottom: 20px;
}

.post_ttl a {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.post_des {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
}

.post_item a {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.25rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #b78a28;
}

.page-numbers.nav-pagination {
	padding-top: 2rem;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
	background-color: #b78a27;
	border-color: #b78a27;
}

.pb-2 {
	padding-bottom: 2rem;
}

@media (max-width:1100px) {
	.content_wrap {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.content_done {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.done_list {
		grid-column: span 3 / span 3;
	}

	.sheet_item_cat,
	.sheet_item_author {
		display: none;
	}

	.sheet_item {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.sheet_item_ttl {
		grid-column: span 8 / span 8;
	}

	.sheet_item_chuong {
		grid-column: span 4 / span 4;
	}

	.hdnote {
		line-height: 1.2;
		text-align: center;
		padding: 5px 0;
	}

	.single_box {
		flex-direction: column;
	}

	.single_head_thumb {
		flex-basis: auto;
		margin: 0 auto 2rem;
	}

	.single_tag {
		margin-bottom: 0;
	}

}

@media (max-width:575px) {
	.content_wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.content_done {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.done_list {
		grid-column: span 6 / span 6;
	}

	.sheet_item_cat,
	.sheet_item_author {
		display: none;
	}

	.sheet_item {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.sheet_item_ttl {
		grid-column: span 7 / span 7;
	}

	.sheet_item_chuong {
		grid-column: span 5 / span 5;
	}

	.single_head_ttl {
		font-size: 20px;
	}

	.single_lst_book li {
		width: 100%;
	}

}