.tomtatnd {
	margin-top: 0px;
	padding: 5px 10px;
	background: #eee;
}

.header-tomtat {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left-tomtat {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 500;
}

.header-tomtat svg {
	width: 15px;
	height: 15px;
	margin-top: 8px;
}

.header-left-tomtat p {
	padding-left: 10px;
	padding-bottom: 0px !important;
	font-weight: 700 !important;
}

.header-right-tomtat {
	cursor: pointer;
}

.noi_dung_in p {
	padding-bottom: 10px;
	font-size: 15px;
}

.header-right-tomtat p {
	display: inline-flex;
	align-items: center;
}

.tomtatnd.active-scroll .table-content {
	display: block;
}

.tomtatnd .table-content {
	display: none;
}

ol#toc-list {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
ol#toc-list li {
	padding: 5px 0;
}

a.scrollLink {
	font-weight: 500;
}

.scrollLink {
	font-size: 16px;
	font-weight: 400;
}

.hedding-filter-products {
	display: none;
}

.icon-filter-mobile svg {
	width: 15px;
	height: 15px;
	margin-right: 4px;
}

.icon-filter-mobile {
	display: flex;
	align-items: center;
	width: 110px;
	font-size: 12px;
	justify-content: center;
	border: 1px solid #EEE;
	border-radius: 25px;
	padding: 2px 7px;
	color: #555;
}

.icon-filter-mobile {
	display: none;
}

.filter-products.active {
	display: block;
}


.filter-products.active .attribute-block {
	width: 100%;
}

.attribute-block.show-filter .att-scroll {
	display: none;
}

.attribute-block.show-filter.active .att-scroll {
	display: block;
}