/*
Theme Name: nettruyen
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: #ebebeb;
	color: #333;
}

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

.header-bg-container .header-bg-image {
	background-size: cover;
}

.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;
}

.header-nav.header-bottom-nav > li {
	border-right: solid 1px #ddd;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header-nav.header-bottom-nav > li:last-child {
	border-right: none;
}

.header-nav.header-bottom-nav > li.homes > a svg {
	width: 18px;
	height: 20px;
	color: #333;
	margin: 0;
}

.header-nav.header-bottom-nav > li.homes > a {
	font-size: 0;
	color: #333;
	padding: 0 15px;
}

.header-nav.header-bottom-nav > li > a {
	padding: 0 10px;
	color: #333;
}

.header-nav.header-bottom-nav > li.homes.current-menu-item > a svg,
.header-nav.header-bottom-nav > li.current-menu-item > a,
.header-nav.header-bottom-nav > li a:hover,
.header-nav.header-bottom-nav > li a:focus {
	color: #ae4ad9;
	fill: #ae4ad9;
}

.content_sess {
	background: #fff;
	padding: 2rem 15px;
}

.page_title {
	margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #2980b9;
    padding-right: 30px;
}

.list_decu {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.list_decu .flickity-slider {
	margin-left: -8px;
	margin-right: -8px;
}

.list_decu .flickity-slider .host_list {
	width: 100%;
	max-width: 20%;
	padding: 0 8px;
}

.host_item {
	position: relative;
}

.host_item_thumb {
	position: relative;
	height: 250px;
}

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

.host_item_des {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	font-size: 13px;
	display: block;
	background: rgba(0, 0, 0, .8);
}

.host_item_ttl {
	height: 23px;
    overflow: hidden;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    margin-bottom: 0;
}

.host_item_info {
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.host_item_chapter {
	font-size: 13px;
}

.host_item_date {
	font-size: 11px;
}

.host_item_date i {
	font-size: 10px;
	margin-right: 5px;
}

.truyensess {
	padding-top: 2rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.truyensess_sidebar {
	width: 310px;
}

.truyensess_lst {
	width: calc(98% - 310px);
}

.truyensess_lst_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.truyensess_box {
	margin: 5px;
	width: calc((100% - 40px) / 4);
}

.truyensess_thumb {
	position: relative;
	margin-bottom: 5px;
}

.truyensess_thumb a {
	display: block;
	position: relative;
	height: 220px;
	overflow: hidden;
}

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

.truyensess_view {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2px 10px;
	background: rgba(0, 0, 0, .8);
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
}

.truyensess_view i {
	margin-right: 5px;
}

.truyensess_ttl {
	font-size: 16px;
    margin: 0 0 7px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.truyensess_ttl a {
	color: #000;
}

.truyensess_chapter_line {
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.truyensess_chapter_line a {
	font-size: 13px;
    color: #000;
}

.truyensess_chapter_date {
	color: silver;
    font-size: 11px;
    line-height: 20px;
    font-style: italic;
    float: right;
    max-width: 47%;
    overflow: hidden;
    white-space: nowrap;
}

.truyen_pagination {
	padding-top: 2rem;
}

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

.viewchild {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.viewchild_number {
	width: 40px;
	min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
}

.views_lst .viewchild:nth-child(1) .viewchild_number {
	color: #3498db;
}

.views_lst .viewchild:nth-child(2) .viewchild_number {
	color: #27ae60;
}

.views_lst .viewchild:nth-child(3) .viewchild_number {
	color: #d35400;
}

.viewchild_info {
	display: flex;
	align-items: stretch;
	width: calc(100% - 40px);
}

.viewchild_thumb {
	width: 55px;
	min-width: 55px;
	height: 45px;
	padding-right: 10px;
	overflow: hidden;
}

.viewchild_thumb img {
	width: 100%;
}

.viewchild_des {
	width: calc(100% - 55px);
	display: block;
}

.viewchild_sttl {
	font-size: 14px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.viewchild_sttl a,
.viewchild_more a {
	color: #000;
}

.viewchild_more {
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
	font-size: 12px;
}

.viewchild_numb {
	font-style: italic;
    color: #666;
    width: 60px;
}

.title-detail {
	font-weight: 400;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.detail_time {
	line-height: 1;
    font-size: 13px;
    font-style: italic;
    opacity: .7;
    display: block;
    text-align: center;
    padding: 5px 0 10px;
}

.single_box {
	display: flex;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.single_head_thumb {
	width: 33%;
}

.single_head_thumb img {
	width: 100%;
}

.single_head_info {
	padding-left: 4%;
	width: 67%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.single_head_line {
	display: flex;
	margin-bottom: 6px;
	justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    text-transform: inherit;
    color: #777676;
}

.single_head_line * {
	color: #777676;
}

.single_head_des.single_head_cat a {
	color: #288ad6;
}

.single_head_des.single_head_cat a::after {
	content: " - ";
	color: #777676;
}

.single_head_des.single_head_cat a:last-child::after {
	display: none;
}

.single_head_name {
	display: flex;
	align-items: center;
	width: 33%;
}

.single_head_name i {
	margin-right: 5px;
}

.single_head_des {
	width: 65%;
}

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

.single_head_btn a {
	text-align: center;
	background: #f0ad4e;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #eea236;
	padding: 8px 12px;
	width: 49%;
}

.detail_sttl {
	color: #2980b9;
    border-bottom: 2px solid #2980b9;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
    padding-bottom: 2px;
}

.detail_sttl i {
	margin-right: 5px;
}

.single_lst_book {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}

.single_lst_book li {
	border-bottom: 1px dashed #ddd;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.single_lst_book li:last-child {
	border: none;
}

.single_lst_book li a,
.single_lst_book li span {
	width: 50%;
}

.single_lst_book li a {
	padding-left: 10px;
	font-size: 14px;
}

.single_lst_book li a:hover,
.single_lst_book li a:focus {
	color: #03f;
}

.single_lst_book li span {
	color: #999;
	font-size: 13px;
}

.pt-2 {
	padding-top: 2rem;
}

.mobile-nav .nav-icon .icon-menu {
	color: #fff;
}

@media (max-width: 1100px) {
	.truyensess_box {
		width: calc((100% - 30px) / 3);
	}
}

@media (max-width: 911px) {
	.truyensess {
		flex-direction: column;
	}
	.truyensess_lst,
	.truyensess_sidebar {
		width: 100%;
	}
	.truyensess_lst {
		padding-bottom: 2rem;
	}
	.list_decu .flickity-slider .host_list {
		max-width: 180px;
	}
	.sidebar-menu .nav-sidebar li a svg {
		display: none;
	}
}

@media (max-width: 575px) {
	body, #main, #wrapper, .absolute-footer, html {
		background: #fff;
	}
	.content_sess {
		background: none;
		padding: 0;
	}
	.single_box {
		flex-direction: column;
	}
	.single_head_thumb,
	.single_head_info {
		width: 100%;
	}

	.single_head_thumb {
		text-align: center;
		margin-bottom: 1rem;
	}
	.single_head_info {
		padding-left: 0;
	}
}





