@charset "UTF-8";
.sp {
	display: none;
}

@media (max-width: 768px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

ul,
ol {
	list-style: none outside none;
	padding: 0;
	margin: 0
}

header {
	background: rgb(2, 0, 36);
	/*background: linear-gradient(90deg, rgba(40,124,236,1) 0%, rgba(39,194,155,1) 50%, rgba(161,216,85,1) 100%);*/
	background: #3c66a0;
	height: 71px;
}

header.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	background-image: url('/share/renew/images/header-background.png');
	background-size: cover;
}

.heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.heading h1 {
	color: #A76700;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.heading span {
	color: #404040;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

body {
	padding-top: 71px;
	font-family: Montserrat;
}

body:after {
	content: "";
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.box-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 71px;
}

.box-logo img {
	cursor: pointer;
	user-select: none;
}

.cover-dotted {
	margin: 0 10px;
	cursor: pointer;
	user-select: none;
}

.dot_item {
	width: 7px;
	height: 28px;
	opacity: 0.85;
	display: inline-block;
	vertical-align: middle;
}

.dot_item i {
	background: #fff;
	border-radius: 10px;
	width: 7px;
	height: 7px;
	display: block;
}

.dot_item i:nth-child(2) {
	margin: 3px 0
}

/* .cover-header-search {
  top: 0;
  width: 40%;
  left: 30%;
  padding: 14.5px 0;
  position: fixed;
} */


.form_search {
	max-width: 631px;
	height: 42px;
	position: relative;
	display: block;
}

.form_search input {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .6;
	border-radius: 21px;
	border: none;
	padding: 0 45px 0 22px;
}

.form_search .btn-search {
	position: absolute;
	right: 13px;
	top: 8px;
	z-index: 9;
	width: 24px;
	/*height: 27px;*/
	padding: 0 3px;
	margin: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.form_search .btn-search img {
	width: 100%;
}

.navbar {
	padding: 0;
}

.navbar-nav img {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	float: left;
	object-fit: cover;
}

.navbar-nav .info_user {
	margin: 5px 0 0 50px
}

.navbar-nav p {
	padding: 0;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	margin: 0
}

.navbar-expand .navbar-nav .nav-link {
	color: #404040;
	padding: 0;
	display: block;
	position: relative;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	z-index: 1;
}

.icon-back-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 24px;
	border-bottom: 1px solid #E6E6E6;
}

.login100-form {
	padding: 24px;
}

.container-login100-form-btn {
	padding: 0;
	margin-bottom: 24px;
}

.container-login100-form-btn .wrap-login100-form-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	box-shadow: none;
}

.custom-form-control {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.custom-form-control label {
	margin-bottom: 4px;
}

.custom-input {
	display: flex;
	padding: 10px 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	border-radius: 4px;
	background: #fff;
	color: #5D636F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	border: 1px solid #cecece;
}

.custom-input:focus {
	border-color: #5D636F !important;
}

.login100-form-bgbtn {
	background: #A76700;
}

.login100-form-btn {
	height: 42px;
}

.info_user .nav-link {
	max-width: 145px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info_user p {
	max-width: 145px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #404040;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.box-account {
	cursor: pointer;
	user-select: none;
}

.box-account a {
	transition: 0.2s;
}

.box-account a:hover {
	transition: 0.2s;
	padding-left: 25px;
	/*background-position: 30px 22px;*/
}

.box-account a > img {
	max-width: 24px;
	height: auto;
	margin-right: 10px;
	border-radius: 0;
}

.info_user .arrow-down {
	background: url("../images/arr_btt.png") 0 0 no-repeat;
	width: 13px;
	height: 8px;
	border: none;
	position: absolute;
	top: 12px;
	right: -9px;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	background: #fff;
	border-radius: 10px;
	width: 195px;
	border: none;
	display: block;
	padding: 0;
	top: 120%;
	-webkit-box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.16);
	box-shadow: -1px 0px 5px -1px rgba(0, 0, 0, 0.16);
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: -21px;
	display: none;
}

.show.dropdown-menu-right {
	display: block !important;
}

.info_user .dropdown-menu:after {
	border-bottom: .6em solid;
	border-right: .6em solid transparent;
	border-top: 0;
	border-left: .6em solid transparent;
	position: absolute;
	top: -9px;
	right: 10px;
	content: "";
	color: #fff;
}

.dropdown-menu .dropdown-item {
	display: block;
	/*padding: 20px 20px 20px 55px;*/
	padding: 20px;
	border-bottom: 1px solid #ededed;
	margin: 0;
	background: none;
	font-size: 13px
}

.bd-sidebar .last_item {
	position: relative;
}

.bd-sidebar li {
	padding: 0;
	margin-bottom: 10px;
}

.glyphicons-sidebar {
	font-size: 24px !important;
	line-height: normal;
	vertical-align: sub;
	color: #fff;
}

.active-sidebar .glyphicons-sidebar {
	display: initial;
}

.glyphicons-dropdown-item {
	font-size: 21px;
	margin-right: 10px;
	vertical-align: sub;
	color: #4B5563;
}

.bd-sidebar a > img {
	max-height: 22px;
	margin-right: 14px;
	max-width: 18px;
	position: relative;
	margin-top: -2px;
}

.bd-sidebar li a {
	color: #fff;
	font-size: 14px;
	display: flex;
	height: 40px;
	padding: 9px 12px;
	gap: 8px;
	align-items: center;
	align-self: stretch;
	border-radius: 10px;
	transition: 0.2s ease;
}

.bd-sidebar li a span {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

main {
	display: flex;
}

.main_bg {
	border-radius: 10px;
	/* height: 778px; */
	max-width: 982px;
	margin: auto;
	width: 100%;
	position: relative;
}

.cover-content {
	font-size: 14px;
}

.cover-content a {
	color: red;
}

/*.cover-content:hover {
  overflow: auto;
}*/

sidebar {
	transition: 0.2s ease;
	position: fixed;
	height: calc(100% - 71px);
	background-color: #1F2937;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	top: 71px;
	z-index: 990;
}

sidebar:hover {
	overflow: auto;
}

.title_page {
	color: #434343;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

.icon_back {
	background: url("../images/icon_back.png") 0 0 no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	display: inline-block;
	float: left;
	top: 18px;
	cursor: pointer;
	user-select: none;
	left: -14px;
	top: -6px;
	position: relative;
}

a.icon_back {
	display: flex;
	width: 32px;
	height: 32px;
	padding: 10px 7px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 8px;
	background: #fae4c2;
}

.title_page .icon_back:hover {
	opacity: 0.75;
}

.main_bg .row {
	padding-top: 60px;
	position: relative;
}

.title_form {
	position: absolute;
	top: 10px;
	left: 0;
	/*background: rgb(40, 124, 236);*/
	/*background: linear-gradient(90deg, rgba(40, 124, 236, 1) 0%, rgba(77, 194, 140, 1) 80%);*/
	background: #A76700;
	padding: 0 20px 0 50px;
	font-size: 14px;
	color: #fff;
	border-radius: 0 21px 21px 0;
	min-width: 250px;
	height: 40px;
	line-height: 40px;
	width: auto;
}

.main_bg .col li {
	padding: 10px 0;
	font-size: 14px
}

.main_bg .col label {
	width: 50%;
	float: left;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.main_bg .col_info {
	padding-left: 55%
}

.bd-sidebar {
	width: 260px;
	background-color: #1F2937;
	padding: 16px 10px;
	height: 100%;
}

.bd-content {
	width: calc(100% - 255px)
}

.col-right.cx {
	padding-top: 15px
}

.col-right.cx label {
	width: auto;
	display: table-cell;
	padding-right: 20px
}

.img_profile {
	display: table-cell;
}

.img_profile img {
	width: 100%;
}

.table-common {
	width: 100%;
}

.table-common td {
	padding: 10px 8px;
	vertical-align: top;
	word-break: break-word;
}

.table-common td:first-child {
	width: 50%;
}

.overlay-mobile {
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 800;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}


footer {
	position: fixed;
	bottom: 15px;
	color: #fff;
	font-size: 12px;
	width: 100%;
	z-index: 2;
}

.box-lang {
	position: fixed;
	width: 100px;
	z-index: 3;
	right: 15px;
	bottom: 15px;
}

.box-lang a {

}

.box-lang img {
	width: 100%;
	max-width: 40px;
	border-radius: 2px;
}

.offset-lg-05 {
	margin-left: 40px;
}

.block-pc {
	display: block;
}

.block-mobile {
	display: none;
}

.active-sidebar .fixbug-align-center {
	left: 68px;
}

.active-sidebar sidebar {
	width: 68px;
	transition: 0.5s;
}



sidebar {
	transition: 0.5s;
}

.active-sidebar sidebar span {
	display: none;
}

.active-sidebar sidebar:hover {
	transition: 0.5s;
	width: auto;
}

.active-sidebar sidebar:hover span {
	display: inline-block;
	transition: 0.5s;
}

.active-sidebar .main_bg {
	left: auto;
}

.mCustomScrollBox {
	/*max-width: calc(100% + 30px) !important;*/
	/*margin-right: -15px;*/
	/*margin-left: -15px;*/
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #d8d8d8 !important;
	border-color: #ededed !important;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #ededed;
	background-color: #ededed !important;
}

/* Custom scrollbar */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-button {
}

::-webkit-scrollbar-track {
	background-color: #ededed;
	border-radius: 20px;
}

::-webkit-scrollbar-track-piece {
}

::-webkit-scrollbar-thumb {
	background-color: #d8d8d8;
	outline: 1px solid slategrey;
	border: 2px solid #ededed;
	border-radius: 20px;
}

::-webkit-scrollbar-corner {
}

::-webkit-resizer {
}

/* End Custom scrollbar */

/* Responsive */
/*Sidebar: 254px
Max content: 982px*/

@media (max-width: 1500px) {
	/* .main_bg {
		left: 270px;
	} */
}

@media (max-width: 1280px) {
	/* .main_bg {
		left: 270px;
		max-width: calc(100% - 285px);
	} */
	/* footer {
		left: 270px;
		max-width: calc(100% - 270px);
	} */
	.offset-lg-05 {
		margin-left: 0px;
	}
}

@media (max-width: 991px) {
	/*145px + 245px */
	.cover-header-search {
		max-width: calc(100% - 600px);
		left: 275px;
	}

	.block-pc {
		display: none;
	}

	.block-mobile {
		display: block;
	}
}

.active-sidebar .box-logo .navbar-brand {
	display: none;
}

@media (max-width: 768px) {
	.info_user > a, .info_user > p {
		display: none !important;
	}

	.info_user .arrow-down {
		top: 16px !important;
	}

	.cover-header-search {
		max-width: calc(100% - 410px);
		left: 275px;
	}

	footer {
		left: 0;
		max-width: 100%;
		/* bottom: 40px; */
		font-size: 10px;
	}

	.box-lang {
		right: 0;
		width: 100%;
		text-align: center !important;
	}

	.box-lang img {
		width: 100%;
		max-width: 25px;
	}

	.active-sidebar sidebar {
		left: -120%;
		transition: 0.5s;
	}

	/* .active-sidebar sidebar {
		left: 0;
		transition: 0.5s;
	} */
	@media (max-width: 768px) {
		.overlay-mobile.active {
			display: block;
		}
	}

	.active-sidebar sidebar {
		width: auto;
		/*left: 0;*/
		transition: 0.5s;
	}

	.active-sidebar sidebar span {
		display: inline-block;
	}

	.active-sidebar .box-logo img {
		display: inline-block;
	}

	.active-sidebar .box-logo .navbar-brand {
		display: inline-block;
	}

	.box-logo .navbar-brand {
		display: none;
	}
}

@media (max-width: 768px) {
	.cover-header-search {
		/*max-width: calc(100% - 365px);*/
		max-width: calc(100% - 280px);
		/*left: 235px;*/
		left: auto;
		right: 85px;
	}

	.active-search {
		width: 100%;
		left: 0;
		max-width: 100%;
		z-index: 1000;
		/* opacity: 1; */
		background: #fff;
	}
}

/* @media (min-width: 576px) {
  .container {
     max-width: 100%;
  }
} */
@media (max-width: 1366px) {
	/* footer {
		position: relative;
		bottom: 0;
		margin-bottom: 20px;
	} */
	/* .main_bg {
		margin: 20px 0;
		top: 0;
		left: 0;
	} */
	/* .main_bg, main {
		position: relative;
		height: auto!important;
		display: block!important;
	} */
}

@media (max-width: 575px) {
	footer, .box-lang {
		position: relative;
		bottom: 0;
		margin-bottom: 20px;
	}

	/* .main_bg {
		top: 0;
		left: 0;
	} */
	.main_bg, main {
		position: relative;
		height: auto !important;
		display: block !important;
	}
}

/* End Responsive */
@keyframes ui-progress-spinner-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes ui-progress-spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes ui-progress-spinner-color {
	100%,
	0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke: #008744;
	}
	80%,
	90% {
		stroke: #ffa700;
	}
}

#progressSpinner {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	text-align: center;
	z-index: 99999999;
}

#progressSpinner, #progressSpinnerBackdrop {
	display: none;
}

.ui-progress-spinner {
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.ui-progress-spinner-svg {
	-webkit-animation: ui-progress-spinner-rotate 2s linear infinite;
	animation: ui-progress-spinner-rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	animation-duration: 2s;
}

.ui-progress-spinner-circle {
	stroke-dasharray: 89, 200;
	stroke-dashoffset: 0;
	stroke: #d62d20;
	-webkit-animation: ui-progress-spinner-dash 1.5s ease-in-out infinite, ui-progress-spinner-color 6s ease-in-out infinite;
	animation: ui-progress-spinner-dash 1.5s ease-in-out infinite, ui-progress-spinner-color 6s ease-in-out infinite;
	stroke-linecap: round;
}

.progressing #progressSpinner, .progressing #progressSpinnerBackdrop {
	display: block;
}

a:hover {
	text-decoration: none;
}

.size-1 {
	width: 50px;
}

.size-2 {
	width: 75px;
}

.size-3 {
	width: 100px;
}

.size-4 {
	width: 125px;
}

.size-5 {
	width: 150px;
}

.size-6 {
	width: 175px;
}

.size-7 {
	width: 200px;
}

.size-8 {
	width: 225px;
}

.size-9 {
	width: 250px;
}

.size-10 {
	width: 275px;
}

.size-11 {
	width: 300px;
}

.size-12 {
	width: 325px;
}

.size-100 {
	width: auto;
}

a.dropdown-item:last-child {
	border-bottom: none;
}

.wrap-login100 {
	position: relative;
	margin: 0 auto;
}

.container-middle {
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.pos-abs {
	position: absolute;
}

.fit-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}

.header-avatar {
	height: 41px;
	width: 41px;
	border-radius: 50%;
	vertical-align: middle;
}

.fixbug-body {
	position: relative;
}

.fixbug-align-center {
	display: block;
	position: absolute;
	top: 71px;
	left: 254px;
	right: 0px;
	bottom: 72px;
	overflow-y: auto;
	transition: 0.2s;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

footer {
	padding-left: 254px;
	transition: 0.2s;
}

@media (max-width: 1024px) {
	.fixbug-align-center {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
	}
}

@media (max-width: 768px) {
	.fixbug-align-center {
		position: relative;
		left: 0px;
		top: 0px;
		overflow: visible;
	}

	.active-sidebar .fixbug-align-center {
		left: 0px;
	}

	footer {
		padding-left: 0px;
		position: relative;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.box-lang {
		position: relative;
	}
}

.active-sidebar footer {
	padding-left: 68px;
}

.cover-dotted {
	display: inline-block;
}

.navbar-nav {
	text-align: right;
	padding: 24px;
	margin-left: auto;
}

.navbar-nav .info_user {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	margin-left: 5px;
	cursor: pointer;
	text-align: left;
}

.box-account {
	cursor: inherit;
}

.fixbug-table {
	width: 100%;
	height: 100%;
	display: table;
}

.fixbug-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.bd-sidebar li a.active,
.bd-sidebar li a:hover {
	background: #A76700;
	box-shadow:
		0 12px 15px -4px rgba(238, 0, 51, 0.10),
		0 4px 6px -4px rgba(238, 0, 51, 0.05);
	color: #fff;
}

.bd-sidebar li a:hover .glyphicons-sidebar {
	color: #fff;
}

.bd-sidebar li a.active .glyphicons-sidebar {
	color: #fff;
}

.focus-input100::after {
	height: 20px;
	bottom: 10px;
}

.alert-validate::before,
.alert-validate::after {
	bottom: 20px;
}

.has-back-icon {
	position: relative;
}

.icon_back {
	position: absolute;
	top: 23px;
	left: 23px;
	cursor: pointer;
	z-index: 100;
}

.icon_back:hover {
	opacity: 0.8;
}

.cover-dotted-sp {
	display: none;
}

@media (max-width: 768px) {
	.cover-dotted-sp {
		display: inline-block;
	}

	.cover-dotted-pc {
		display: none;
	}

	.active-sidebar footer {
		padding-left: 0px;
	}
}

.link, a {
	color: #295d9f;
}

input:checked + .slider {
	background-color: #A76700;
}

.hideLayout .fixbug-align-center {
	left: 0px !important;
}

.hideLayout footer {
	padding-left: 0px !important;
}

.cover-header-search {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	text-align: left;
}

/*paginate list*/
.pagepanner.callout {
	padding: 5px 5px 5px 20px;
	background-color: transparent;
	margin-top: 15px;
	font-weight: bold;
}

.callout-info {
	border-color: #109bdc;
}

span.pagelinks {
	border: medium none;
	color: #000;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	padding: 2px 4px;
	text-align: left;
}

.pagelinks a, .pagelinks strong {
	cursor: default;
	z-index: 2;
	display: inline-block;
	padding: 5px 10px;
	margin: 0px 3px;
	font-weight: normal;
	border: 1px solid #f6f6f6;
}

.pagelinks a {
	cursor: default;
}

.pagelinks strong,
.pagelinks a {
	border: none;
	min-width: 28px;
	font-weight: bold;
	font-size: 12px;
}

.pagelinks a[href] {
	cursor: pointer;
}

.pagelinks strong {
	border-bottom: rgba(40, 124, 236, 1) solid 2px;
}

.form_search {
	margin: 0 auto;
}


.form_search.wrap-input100 {
	border-bottom: none;
	float: none;
}

.form_search.wrap-input100 .focus-input100 {
	left: 20px;
	right: 40px;
	width: auto;
}

.form_search.wrap-input100 .focus-input100 {
	border-bottom: 2px solid transparent;
}

.form_search.wrap-input100 .input100 {
	font-family: Montserrat !important;
}

/*paginate list*/
