/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

html,
body {
	min-height: 100%;
	background-color: #fff;
	background-image: url('../../../uploads/bg-right.png');
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
}

body {
	display: flex;
	flex-direction: column;
	background-color: transparent;
	background-image: none;
}

.section-body {
	flex: 1 0 auto;
}

#footer.section-footer-top,
.footerNav2 {
	flex-shrink: 0;
}

.section-header-bar {
	display: block;
	background: #fff;
	border-bottom: 1px solid var(--cpv-red-border);
}

.section-header-bar .header-nav-inner {
	min-height: 30px;
	padding: 4px 0;
	font-size: 11px;
	justify-content: flex-start;
}

.section-header-bar .current-time {
	margin-right: auto;
	color: var(--cpv-red);
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	white-space: nowrap;
}

.section-header-bar .header-nav a,
.section-header-bar .header-nav a:link,
.section-header-bar .header-nav a:visited {
	color: var(--cpv-red);
}

.section-header-bar .header-nav a:hover,
.section-header-bar .header-nav a:focus {
	color: var(--cpv-red-dark);
}

.section-header {
	background: #fff;
}

.wraper {
	width: 70%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.section-header #header {
	min-height: 112px;
}

.section-nav {
	background: var(--cpv-red);
	border-bottom: 3px solid var(--cpv-red-dark);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.section-nav .wraper,
.section-nav .container,
.section-nav .row,
.section-nav .bg {
	background: transparent;
}

#menusite .navbar-default {
	border: 0;
	border-radius: 0;
}

.section-body {
	background: transparent;
}

.section-body #body {
	padding-top: 8px;
	padding-bottom: 24px;
	background: transparent;
}

.third-nav .bg {
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
}

.panel-primary {
	border-color: #ead0d2;
	box-shadow: none;
}

.panel-primary > .panel-heading {
	color: var(--cpv-red-dark);
	background: var(--cpv-red-light);
	border-bottom: 1px solid var(--cpv-red-border);
	font-weight: 700;
	text-transform: uppercase;
}

.panel-primary > .panel-body {
	background: #fff;
}

.flex-table-laws {
	border-color: #e6e6e6;
}

.flex-table-laws > .table-head {
	color: #fff !important;
	background: var(--cpv-red) !important;
	border-color: var(--cpv-red-dark) !important;
	font-weight: 700;
}

.flex-table-laws > .table-rows {
	border-bottom-color: #ededed;
}

.flex-table-laws > thead,
.flex-table-laws > thead > tr > th {
	color: #fff !important;
	background: var(--cpv-red) !important;
	border-color: var(--cpv-red-dark) !important;
	font-weight: 700;
}

.flex-table-laws > .table-rows:nth-of-type(even) {
	background: #fff;
}

.flex-table-laws > .table-rows:hover:not(.table-head) {
	background: var(--cpv-red-light);
}

.table.table-striped.table-bordered.table-hover tbody tr.hoatim,
.table.table-striped.table-bordered.table-hover tbody tr.hoatim > td {
	background-color: #fff !important;
}

.table.table-striped.table-bordered.table-hover tbody tr.hoatim:hover,
.table.table-striped.table-bordered.table-hover tbody tr.hoatim:hover > td {
	background-color: #f6c3c6 !important;
}

:root {
	--cpv-red: #b9000e;
	--cpv-red-dark: #8f000a;
	--cpv-red-light: #fbe5e7;
	--cpv-red-border: #e7b5b9;
	--nv-highlight-marker-blue: #f3c3c6;
}

a,
a:link,
a:active,
a:visited {
	color: var(--cpv-red);
}

a:hover,
a:focus {
	color: var(--cpv-red-dark);
}

.btn-primary,
.btn-info,
.bg-primary,
.bg-info,
.label-primary,
.label-info,
.badge-primary,
.badge-info,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.carousel-indicators .active,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: var(--cpv-red);
	border-color: var(--cpv-red-dark);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-primary,
.bg-primary:hover,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: var(--cpv-red-dark);
	border-color: #760910;
}

.text-primary,
.text-info,
.has-success .help-block,
.has-success .control-label {
	color: var(--cpv-red);
}

.form-control:focus,
.has-success .form-control:focus {
	border-color: var(--cpv-red);
	box-shadow: none;
}

.panel-primary {
	border-color: var(--cpv-red);
}

.panel-primary > .panel-heading,
.panel-primary > .panel-footer {
	color: #fff;
	background-color: var(--cpv-red);
	border-color: var(--cpv-red);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: var(--cpv-red);
	border-color: var(--cpv-red);
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pager li > a:hover,
.pager li > a:focus {
	color: var(--cpv-red-dark);
	background-color: var(--cpv-red-light);
	border-color: var(--cpv-red-border);
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow,
.tooltip.left .tooltip-arrow,
.tooltip.right .tooltip-arrow {
	border-top-color: var(--cpv-red-dark);
	border-bottom-color: var(--cpv-red-dark);
	border-left-color: var(--cpv-red-dark);
	border-right-color: var(--cpv-red-dark);
}

.tooltip-inner {
	background-color: var(--cpv-red-dark);
}

.alert-info {
	color: var(--cpv-red-dark);
	background-color: var(--cpv-red-light);
	border-color: var(--cpv-red-border);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: var(--cpv-red-dark);
	border-top-color: var(--cpv-red);
}

ul.slimmenu,
ul.slimmenu ul,
ul.slimmenu li ul,
#navbar_menu,
#navbar_menu ul {
	background-color: var(--cpv-red);
	border-color: var(--cpv-red-dark);
}

ul.slimmenu li:hover,
ul.slimmenu li.current,
ul.slimmenu li ul li:hover,
#navbar_menu ul a:hover {
	background-color: var(--cpv-red-dark);
}

#navbar_menu ul a:hover {
	background-image: none;
}

#navbar_menu ul a:hover,
#navbar_menu ul li.current > a {
	background-color: var(--cpv-red-dark);
}

.lawh3,
.subtitle {
	color: var(--cpv-red);
}

.ddsmoothmenu-v ul li a.selected {
	background-color: var(--cpv-red);
}

.ddsmoothmenu-v ul li a:hover {
	color: var(--cpv-red);
}

.marker-blue {
	background-color: var(--nv-highlight-marker-blue);
}

.sf-menu ul,
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: var(--cpv-red-light);
}

.sf-menu a:hover,
.sf-menu a:focus,
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
	color: var(--cpv-red-dark);
}

.block-law .law-item {
	border-left-color: var(--cpv-red);
}

.block-law .law-item:hover,
.block-law .law-item:focus-within {
	border-color: var(--cpv-red);
}

.block-law .law-code,
.block-law .law-title:hover,
.block-law .law-title:focus,
.block-law .law-meta i {
	color: var(--cpv-red);
}

/* Flat red and white controls */
.btn,
input[type="submit"],
input[type="button"],
button {
	border-radius: 2px;
	box-shadow: none !important;
	background-image: none !important;
	font-weight: 600;
}

.btn-primary,
.btn-info,
.btn-danger,
input[type="submit"],
input[type="button"] {
	color: #fff !important;
	background-color: var(--cpv-red) !important;
	border: 1px solid var(--cpv-red) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	color: var(--cpv-red) !important;
	background-color: #fff !important;
	border-color: var(--cpv-red) !important;
}

.btn-default,
.btn-secondary {
	color: var(--cpv-red) !important;
	background-color: #fff !important;
	border: 1px solid var(--cpv-red) !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	color: #fff !important;
	background-color: var(--cpv-red) !important;
	border-color: var(--cpv-red) !important;
}

.headerSearch .btn {
	min-width: 40px;
}

/* Flat layout: no decorative shadows and wider content boxes. */
.box-shadow,
.panel,
.panel-primary,
.dropdown-menu,
.modal-content,
.well,
.thumbnail,
.block-law .law-item,
.section-nav #menusite .navbar-default,
.headerSearch .form-control,
.btn,
button,
input[type="submit"],
input[type="button"] {
	box-shadow: none !important;
}

.section-body > .wraper,
.section-body #body {
	margin-left: auto;
	margin-right: auto;
}

.section-body > .wraper {
	width: 70%;
	max-width: 1280px;
}

.section-body #body {
	width: 100%;
}

.section-body #body > .container {
	width: 100%;
	max-width: none;
	border: 0 !important;
}

.section-body #body,
.section-body #body > .container {
	border: 0 !important;
}

.law-view-button {
	display: inline;
	padding: 0;
	color: var(--cpv-red-dark) !important;
	background: transparent !important;
	border: 0 !important;
	font-weight: 600;
	line-height: 1.4;
}

.law-view-button:hover,
.law-view-button:focus {
	color: var(--cpv-red) !important;
	background: transparent !important;
	text-decoration: none;
}

.box-shadow,
.panel,
.panel-primary,
.dropdown-menu,
.modal-content,
.well,
.thumbnail,
.block-law .law-item,
.third-nav .bg,
.section-nav #menusite .navbar-default {
	border: 0 !important;
}

#menusite,
#menusite .navbar,
#menusite .navbar-default,
#menusite .navbar-nav > li > a {
	border-radius: 0;
	box-shadow: none !important;
	background-image: none !important;
}

#menusite .navbar-default,
#menusite .navbar-default .navbar-nav > li > a {
	background-color: var(--cpv-red);
	color: #fff;
}

#menusite .navbar-default .navbar-nav > li > a,
#menusite .dropdown-menu > li > a {
	font-size: 16px;
	font-weight: 700;
}

#menusite .dropdown-menu > li > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a {
	font-size: 14px;
	font-weight: 600;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,

#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a {
	background-color: #fff !important;
	color: var(--cpv-red) !important;
}

#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus {
	background-color: #db0713 !important;
	background-image: none !important;
	color: #fff !important;
}

.section-nav .bg {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 52px;
}

.section-nav #menusite {
	flex: 1 1 auto;
	min-width: 0;
}

.headerSearch-menu {
	position: absolute;
	top: 0;
	right: 0;
	flex: 0 0 44px;
	width: 44px;
	height: 52px;
	padding: 0 8px 0 2px;
	z-index: 20;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	transition: flex-basis .25s ease, width .25s ease;
}

.headerSearch-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	color: #fff !important;
	font-size: 16px;
	flex: 0 0 34px;
	height: 34px;
	transition: width .25s ease, opacity .2s ease;
}

.headerSearch-toggle:hover,
.headerSearch-toggle:focus {
	background: #fff !important;
	color: var(--cpv-red) !important;
}

.headerSearch-form {
	display: flex;
	position: static;
	width: 0;
	max-width: calc(100vw - 70px);
	height: 34px;
	margin-left: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
	border-radius: 999px;
	transition: width .25s ease, margin-left .25s ease;
}

.headerSearch-menu.is-open .headerSearch-form {
	display: flex;
	width: 280px;
}

.headerSearch-menu.is-open {
	flex-basis: 300px;
	width: 300px;
}

.headerSearch-menu.is-open .headerSearch-toggle {
	width: 0;
	flex-basis: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

.headerSearch-form .form-control {
	height: 34px;
	width: calc(100% - 40px);
	min-width: 0;
	border: 0 !important;
	border-radius: 999px 0 0 999px;
}

.headerSearch-form .btn {
	height: 34px;
	flex: 0 0 40px;
	min-width: 40px;
	border: 0 !important;
	border-radius: 0 999px 999px 0;
}

@media (max-width: 767px) {
	.section-nav .bg {
		flex-wrap: wrap;
	}

	.headerSearch-menu {
		position: absolute;
		top: 0;
		right: 0;
		flex: 0 0 44px;
		width: 44px;
		height: 52px;
		padding: 0 8px 0 2px;
	}

	.headerSearch-form {
		max-width: calc(100vw - 70px);
	}

	.headerSearch-menu.is-open {
		flex-basis: calc(100vw - 24px);
		width: calc(100vw - 24px);
	}

	.headerSearch-menu.is-open .headerSearch-form {
		width: calc(100vw - 34px);
	}
}

@media (max-width: 991px) {
	.wraper,
	.section-body > .wraper,
	.section-body #body {
		width: calc(100% - 24px);
	}

	.section-body #body {
		width: 100%;
	}
}

/* Disable all box shadow variants for the flat theme. */
*,
*::before,
*::after {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

/* Keep all Menu Site states flat and consistent. */
#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
	background: #db0713 !important;
	background-image: none !important;
	color: #fff !important;
}

#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus {
	background: #db0713 !important;
	background-image: none !important;
	color: #fff !important;
}

/* Category list without colored blocks behind the titles. */
.module-menu {
	background: transparent !important;
}

.module-menu a,
.module-menu a.active,
.module-menu a:hover,
.module-menu a:focus {
	background: transparent !important;
	background-image: none !important;
	border-bottom: 1px solid #ead0d2;
	color: var(--cpv-red-dark) !important;
	padding: 10px 12px 10px 44px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.module-menu li {
	position: relative;
}

.module-menu li:before {
	position: absolute;
	top: 50%;
	left: 12px;
	width: 24px;
	height: 27px;
	background: url('../../../assets/images/bg-li.png') center / contain no-repeat;
	content: '';
	transform: translateY(-50%);
}

.module-menu a:before,
.module-menu a.home:before {
	display: none !important;
	content: none !important;
}

.socialList li a.social-link,
.socialList li a.social-link:hover,
.socialList li a.social-link:focus {
	background: var(--cpv-red) !important;
	background-image: none !important;
	border-radius: 2px;
	color: #fff !important;
	box-shadow: none !important;
}

.socialList li a.social-link:hover,
.socialList li a.social-link:focus {
	background: #fff !important;
	color: var(--cpv-red) !important;
	outline: 2px solid var(--cpv-red);
	outline-offset: 1px;
}

.footerNav2 {
	background: var(--cpv-red) !important;
	color: #fff;
	box-shadow: none !important;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span,
.footerNav2 .bttop a {
	background: var(--cpv-red-dark) !important;
	color: #fff !important;
	border: 0;
	border-radius: 2px;
	box-shadow: none !important;
}

.footerNav2 .theme-change span,
.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change a:focus,
.footerNav2 .bttop a:hover,
.footerNav2 .bttop a:focus {
	background: #fff !important;
	color: var(--cpv-red) !important;
}

#footer.section-footer-top {
	min-height: 0;
	height: auto;
	padding: 28px 0;
	background-color: #fff;
	background-image: url('../../../uploads/bg-footer-v2.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: var(--cpv-red-dark);
}

#footer.section-footer-top,
#footer.section-footer-top a,
#footer.section-footer-top a:link,
#footer.section-footer-top a:visited {
	color: var(--cpv-red-dark);
}

#footer.section-footer-top a:hover,
#footer.section-footer-top a:focus {
	color: var(--cpv-red);
}

#footer.section-footer-top .copyright,
#footer.section-footer-top .copyright span {
	color: var(--cpv-red-dark);
}

#footer.section-footer-top .copyright a,
#footer.section-footer-top .copyright a:link,
#footer.section-footer-top .copyright a:visited {
	color: var(--cpv-red);
}

#footer.section-footer-top .copyright a:hover,
#footer.section-footer-top .copyright a:focus {
	color: var(--cpv-red-dark);
}

#footer.section-footer-top .copyright {
	line-height: 1.6;
	text-align: left;
}

#footer.section-footer-top .qr-code-wraper,
#footer.section-footer-top .qr-code-wraper .nv-block-banners,
#footer.section-footer-top .qr-code-wraper .nv-block-banners a {
	text-align: left;
}

#footer.section-footer-top .qr-code-wraper .nv-block-banners img {
	display: block;
	margin-left: 0;
	margin-right: auto;
}

.block-law .law-item {
	border-bottom: 1px solid #d9aeb2 !important;
	border-left: 4px solid var(--cpv-red) !important;
}

.block-law .law-item:last-child {
	border-bottom: 0 !important;
}

.module-menu a:hover,
.module-menu a:focus,
.module-menu a.active {
	border-left: 3px solid var(--cpv-red);
	padding-left: 41px;
	background: var(--cpv-red-light) !important;
	text-decoration: none;
}

.fix_banner_left,
.fix_banner_right {
	width: 120px;
	max-width: 8vw;
	height: auto;
	max-height: calc(100vh - 16px);
	overflow: hidden;
	z-index: 900;
}

.fix_banner_left img,
.fix_banner_right img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 1279px) {
	.fix_banner_left,
	.fix_banner_right {
		display: none !important;
	}
}

.panel-primary:has(.module-menu) > .panel-heading {
	padding: 8px 14px;
	color: var(--cpv-red-dark);
	background: var(--cpv-red-light);
	border-bottom: 1px solid var(--cpv-red-border);
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	background: var(--cpv-red-light) !important;
	background-image: none !important;
	color: var(--cpv-red-dark) !important;
}
