/*VNDES LMS*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
:root {
  --Secondary: #2c2e33;
  --Primary: #f1913d;
  --Black: #000000;
  --White: #ffffff;
  --Text: #000000;
  --color-primary: #3F3EED;
  --color-primary-2: #33B89F;
  --color-secondary: #1F1F25;
  --color-body: #000;
  --color-heading-1: #083A5E;
  --color-white:#fff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Space Grotesk", sans-serif;
  --font-secondary: "Space Grotesk", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
   --h1: 40px;
   --h2: 30px;
   --h3: 25px;
   --h4: 20px;
   --h5: 18px;
   --h6: 16px;
}
/*------------ footer ---------------- */
#footer {
  background-color: var(--Secondary);
  padding-top: 25px;
  color: #fff;
}
#footer .footer-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  flex-wrap: wrap;
  gap: 30px 20px;
}
#footer .footer-top .footer-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px 48px;
  flex-wrap: wrap;
}
#footer .footer-top .contact-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 33px;
}
#footer .footer-top .contact-item svg path {
  stroke: var(--Primary);
}
#footer .footer-top .contact-item .content {
  position: relative;
}
#footer .footer-top .contact-item .content .title {
  color: var(--Note);
  margin-bottom: 4px;
}
#footer .footer-top .contact-item .content h6 a {
  color: var(--White);
}
#footer .footer-top .contact-item .content h6 a:hover {
  color: var(--Primary);
}
#footer .footer-top .contact-item .content::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 51px;
  background-color: rgba(255, 255, 255, 0.07);
  top: 0;
  left: -18px;
}
#footer .footer-main {
  padding: 40px 0 22px;
}
#footer .footer-menu-list .title {
  color: var(--White);
  margin-bottom: 24px;
}
#footer .footer-menu-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
#footer .footer-menu-list ul li a {
  font-size: 16px;
  line-height: 22.4px;
  color: var(--Note);
}
#footer .footer-menu-list ul li:hover a {
  color: var(--Primary);
}
#footer .footer-menu-list.style-2 ul li a {
  padding-left: 20px;
  position: relative;
  background-color: var(--Secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
#footer .footer-menu-list.style-2 ul li a::after {
  content: "\e908";
  position: absolute;
  font-family: "icomoon";
  font-size: 16px;
  color: var(--Primary);
  font-size: 12px;
  margin-right: 11px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
#footer .footer-menu-list.style-2 ul li:hover a {
  padding-left: 0;
}
#footer .footer-menu-list.style-2 ul li:hover a::after {
  opacity: 0;
}
#footer .footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  gap: 10px 20px;
  flex-wrap: wrap;
}
#footer .footer-bottom p a {
  color: #FFC107;
}
#footer .footer-bottom p a:hover {
  color: var(--Primary);
}
#footer .wrap-social {
  gap: 16px;
}
#footer .footer-logo img {
  width: 150px;
  /* height: 42px; */
}

.footer-col-block .title-mobile {
  display: none;
  position: relative;
}
.footer-col-block .title-mobile::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background-color: var(--White);
  transition: 0.25s ease-in-out;
}
.footer-col-block .title-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background-color: var(--White);
  transition: 0.25s ease-in-out;
}
.footer-col-block.open .title-mobile::before {
  opacity: 0;
}
.footer-col-block.open .title-mobile::after {
  transform: translate(0%, -50%) rotate(-180deg);
}
.wrap-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.tf-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tf-social:not(.tf-social.style-2) li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  height: 44px;
  width: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.tf-social:not(.tf-social.style-2) li:hover a {
  background-color: var(--Primary);
}
.tf-social.style-1 li a {
  border-color: var(--Line) !important;
  color: var(--Note) !important;
}
.tf-social.style-1 li:hover a {
  color: var(--White) !important;
}
.tf-social.style-2 {
  gap: 20px;
}
.tf-social.style-2 li a {
  font-size: 14px;
  color: var(--Text);
}
.tf-social.style-2 li:hover a {
  color: var(--Primary);
}
.tf-social.style-3 {
  padding: 16px 15.5px;
  background-color: var(--Black);
  justify-content: space-between;
  border-radius: 16px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.tf-social.style-3 li a {
  color: var(--White);
  font-size: 18px;
  position: relative;
  height: unset !important;
  width: unset !important;
  border: none !important;
  background-color: unset !important;
}
.tf-social.style-3 li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -16px;
}
.tf-social.style-3 li a:hover {
  color: var(--Primary);
}
li {
	list-style: none;
}
.title-conter-area .title {
	background: linear-gradient(314deg, #194bda 37%, #ff9901 69%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 50px;
}
.hidden {
	display: none;
}
.nv-info.margin-bottom.error {
	background: #ff8282;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
/* Fix bootstrap */
.icon-google {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' class='LgbsSe-Bz112c'%3E%3Cg%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'%3E%3C/path%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'%3E%3C/path%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'%3E%3C/path%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'%3E%3C/path%3E%3Cpath fill='none' d='M0 0h48v48H0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 7px;
}
.openid-google {
	background: #ffffff;
	text-align: center !important;
	width: auto;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #000 !important;
	border-radius: 6px;
	border: 1px solid #ccc;
	align-items: center;
	display: flex;
	justify-content: center;
}
.openid-google:hover {
	border: 1px solid #ea4336;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	padding-top: 7px;
	text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
	display: none;
}

.hidden-ss-block {
	display: block !important;
}

.hidden-ss-inline {
	display: inline !important;
}

.hidden-ss-inline-block {
	display: inline-block !important;
}

.margin {
	margin: 10px;
}

.mr-1 {
	margin-right: 5px;
}

.margin-right,
.mr-2 {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

.margin-top {
	margin-top: 10px;
}

.margin-bottom,
.mb-2 {
	margin-bottom: 10px;
}

.margin-sm {
	margin: 4px;
}

.margin-right-sm {
	margin-right: 4px;
}

.margin-left-sm {
	margin-left: 4px;
}

.margin-top-sm {
	margin-top: 4px;
}

.margin-bottom-sm {
	margin-bottom: 4px;
}

.margin-lg {
	margin: 15px;
}

.margin-right-lg {
	margin-right: 15px;
}

.margin-left-lg {
	margin-left: 15px;
}

.margin-top-lg {
	margin-top: 15px;
}

.margin-bottom-lg {
	margin-bottom: 15px;
}

.padding-top {
	padding-top: 10px;
}

.padding-left {
	padding-left: 10px;
}

.padding-right {
	padding-right: 10px;
}

.padding-bottom {
	padding-bottom: 10px;
}

.boder-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.boder-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

.column-margin-left {
	margin-left: 10px !important;
}

.bg-gainsboro {
	background-color: #dcdcdc;
}

.bg-lavender {
	background-color: #eee;
}
.pointer {
	cursor: pointer;
}
.ResultSearch {
	width: 100%;
	border: 1px solid #dbe0e4;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: -6px;
	z-index: 999999;
	position: absolute;
	background: #fff;
	border-top: 0;
	max-height: 300px;
	overflow: scroll;
	display: none;
}
.ResultSearch .items{
	width: 100%;
	border-bottom: 1px solid #dbe0e4;
	padding: 5px 10px;
	cursor: pointer;
	
}
.ResultSearch .items:hover{
	background: #eeeded;
}
.form-search .form-control, .form-search .datatable-input, .form-search .custom-select, .form-search .dataTable-selector, .form-search .dataTable-input {
	padding-right: 0.26rem;
}
.form-search .form-control:focus {
	border: 0;
}
.ResultSearch .items:last-child{
	width: 100%;
	border-bottom: 0 !important;
}
h3, .h3 {
	font-size: calc(0.975rem + 0.3vw);
	line-height: 30px;
}
.pc-sidebar {
	z-index: 90;
}
.jconfirm {
	z-index: 99;
}
.pc-header {
	z-index: 9;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #2d9de8;
	border: 0;
	color: #f5fbff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	
	border-right: 1px solid #6aa9db;
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background-color: #ff0000;
	color: #fff !important;
}
.form-control, .datatable-input, .custom-select, .dataTable-selector, .dataTable-input {
	color: #000;
}
@media (max-width: 575.98px) {
	.card .card-header {
		padding: 8px 9px;
	}
}
@media only screen and (min-width: 991px) {
  .logo-lg {
	width: 135px;
  }

}
.btn-group-xs>.btn,.btn-xs {
	padding: .35rem .4rem .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem
}

.checkbox label .switch,.checkbox-inline .switch {
	margin-left: -1.25rem;
	margin-right: .35rem
}

.switch {
	position: relative;
	overflow: hidden
}
.btn {
	padding: 13px 13px;
}
.switch.btn.btn-light,.switch.btn.btn-outline-light {
	border-color: rgba(0,0,0,.15)
}

.switch input[type=checkbox] {
	display: none
}

.switch-group {
	position: absolute;
	width: 107px;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left .35s;
	-webkit-transition: left .35s;
	-moz-user-select: none;
	-webkit-user-select: none
}

.switch.off .switch-group {
	left: -100%
}

.switch-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0
}

.switch-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none
}
.switch.off .switch-handle {
	right: 0 !important;
	left: 9px;
}
.switch-handle {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 17px;
	width: 17px;
	border-width: 0 1px;
	background-color: #fff;
	border-radius: 50%;
	top: -2px;
	right: 9px;
}

.switch.btn-outline-primary .switch-handle {
	background-color: var(--primary);
	border-color: var(--primary)
}

.switch.btn-outline-secondary .switch-handle {
	background-color: var(--secondary);
	border-color: var(--secondary)
}

.switch.btn-outline-success .switch-handle {
	background-color: var(--success);
	border-color: var(--success)
}

.switch.btn-outline-danger .switch-handle {
	background-color: var(--danger);
	border-color: var(--danger)
}

.switch.btn-outline-warning .switch-handle {
	background-color: var(--warning);
	border-color: var(--warning)
}

.switch.btn-outline-info .switch-handle {
	background-color: var(--info);
	border-color: var(--info)
}

.switch.btn-outline-light .switch-handle {
	background-color: var(--light);
	border-color: var(--light)
}

.switch.btn-outline-dark .switch-handle {
	background-color: var(--dark);
	border-color: var(--dark)
}

.switch[class*=btn-outline]:hover .switch-handle {
	background-color: var(--light);
	opacity: .5
}

.switch.btn {
	width: 56px !important;
	min-width: 39px;
	min-height: 22px;
	height: 20px !important;
	border-radius: 20px;
}

.switch-on.btn {
	padding-right: 1.5rem;
}

.switch-off.btn {
	padding-left: 1.5rem
}

.switch.btn-lg {
	min-width: 5rem;
	line-height: 1.5;
	min-height: calc(1.5em + 1rem + 2px)
}

.switch-on.btn-lg {
	padding-right: 2rem
}

.switch-off.btn-lg {
	padding-left: 2rem
}

.switch-handle.btn-lg {
	width: 2.5rem
}

.switch.btn-sm {
	min-width: 3.25rem;
	min-height: calc(1.5em + .5rem + 2px)
}

.switch-on.btn-sm {
	padding-right: 1rem
}

.switch-off.btn-sm {
	padding-left: 1rem
}

.switch.btn-xs {
	min-width: 3.125rem;
	min-height: 1.375rem
}

.switch-on.btn-xs {
	padding-right: .8rem
}

.switch-off.btn-xs {
	padding-left: .8rem
}

.profile-pic {
	max-width: 200px;
	max-height: 200px;
	display: block;
	width: 100%;
}

.file-upload {
	display: none;
}

.box-avatar {
	border-radius: 8px;
	overflow: hidden;
	min-height: 150px;
	border: 2px dotted #2196F3;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}
.card-body {
	padding: 0 12px 5px;
}
.p-image {
	color: #fff;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 17px;
	cursor: pointer;
	background: #2196F3;
	border-radius: 50%;
	padding: 6px 9px;
}

.p-image:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	z-index:999
}
.box-avatar .profile-pic {
	z-index: 1;
	position: relative;
}
.box-avatar .profile-pic:hover
{
	z-index: 0;
}
.upload-button {
	font-size: 1.2em;
}

.upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #999;
}

.level {
	color: #fff;
	padding: 3px;
	border-radius: 5px;
	font-size: 12px;
}

.form-control, .datatable-input, .custom-select, .dataTable-selector, .dataTable-input {
	padding: 0.4rem 0.75rem;
	line-height: 34px;
}

.btn-sm {
	padding: 0px 3px;
	text-align: center;
	font-size: 12px;
	margin-right: 4px;
}

.btn-sm i {
	font-size: 12px !important;
}

.btn i, .introjs-tooltip .introjs-button i {
	font-size: 15px ;
}

.fixed-table-body {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.table > thead tr th:first-child {
	border-top-left-radius: 6px;
}

.table > thead tr th:last-child {
	border-top-right-radius: 6px;
}

.table tr:last-child td:first-child, .table tr:last-child {
	border-bottom-left-radius: 6px;
}

.table tr:last-child td:last-child, .table tr:last-child {
	border-bottom-right-radius: 6px;
}

.table > thead {
	line-height: 10px;
	background: #03A9F4 !important;
}

.datatable-table thead th, .table thead th {
	border-bottom: 1px solid #dbe0e5;
	font-size: 13px;
	color: #fff;
	background: inherit;
	text-transform: capitalize;
}

.bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .both {
	background-image: none !important;
}

.bootstrap-table .fixed-table-container .table tfoot th .asc, .bootstrap-table .fixed-table-container .table thead th .asc:after {
	content: 'ÃƒÂ¯Ã¢â‚¬Â¦Ã…Â¾' !important;
}

.bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .both:after, .bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .asc:after, .bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .desc:after {
	content: 'ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	float: right;
}

.bootstrap-table .fixed-table-container .table tfoot th .sortable, .bootstrap-table .fixed-table-container .table thead th .sortable {
	padding-right: 5px !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
	font-size: 15px !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
	padding: 1px !important;
}

.select-active {
	border: 0;
	border-radius: 6px;
	color: #fff;
}

.select-active option {
	color: #000 !important;
}
.datatable-table td, .datatable-table th, .table td, .table th {
	white-space: normal;
}

.user-group .avtar, .user-group img {
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 2;
	transition: all 0.1s ease-in-out;
	border: #ffffff;
}
.list-room img {
	border-top-left-radius: var(--bs-card-border-radius);
	border-top-right-radius: var(--bs-card-border-radius);
}
#ckf-modal-header {
	background: #fff !important;
	border-bottom: 0 !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #ffffff !important;
	background-color: #2196F3 !important;
	border-color: #2196F3 !important;
}
.select2-selection {
	height: 40px !important;
	padding-bottom: 0;
	border: 1px solid #dbe0e5 !important;
	border-radius: 8px!important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 40px !important;
	margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 37px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	top: 4px;
	position: relative;
}
.select2-dropdown {
	border: 1px solid #dbe0e5;
	border-radius: 8px;
	top: -6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.form-group label {
	font-weight: bold;
}
@media (min-width:991px) {
.pc-container {
	margin-left: 222px;
}

.pc-sidebar, 
.pc-sidebar .navbar-wrapper {
	width: 250px;
}
.layout-nested .pc-submenu-list-wrapper {
	width: 194px;
	margin-left: 33px;
}
}
/* productbox */
@media (max-width:678px) {
	
	.d-flex-chat {
		display: block !important;
	}
	.menuboxChat {
		width: 100% !important;
		display: inline-block;
		min-height: 50px !important;
		overflow: inherit !important;
	}
	.menuboxChat .BtnBoxChat {
		border: 0px !important;
		display: inline-block !important;
		width: auto !important; 
	}
	.ProductBox {
		height: 100% !important;
	}
	.ProductBox .position-relative.list-room {
		max-height: 250px !important;
	}
}
.ProductBox {
	height: 232px;
}
.ProductBox .position-relative.list-room {
	max-height: 150px;
	overflow: hidden;
}
.ProductBox .list-group-flush > .list-group-item {
	border-width: 0;
}
.ProductBox .infofooter .price {
	font-weight: bold;
	color: #000000;
}
.ProductBox .infofooter .rating {
	float: right
}
.ProductBox h6 {
	height: 33px;
	overflow: hidden;
}
.ProductBox .addcart {
	cursor: pointer;
	font-size: 16px;
	background: #c0c0c0;
	border-radius: 50%;
	margin-left: 3px;
	padding: 3px 4px;
	height: 23px;
	width: 23px;
	display: inline-flex;
	color: #000000;
	position: absolute;
}
.ProductBox .addcart:hover {
	background: #0b9be4 !important;
	color: #fff;
}
.price{
	color: #000;
	font-weight: bold;
}
#TotalPrice {
	font-size: 18px;
	font-weight: bold;
}
.url_back {
	font-size: 19px;
	margin: 5px;
	bottom: 20px;
	position: relative;
}
.pl-0 {
	padding-left: 0 !important;
}
.d-flex-chat {
	display: flex;
}
.menuboxChat {
	border-right: 1px solid #dbe0e4;
	width: 70px;
	line-height: 30px;
	min-height: 500px;
	overflow: scroll;
}
.menuboxChat .BtnBoxChat:last-child {
	border-bottom: 0px  !important;
}
 .menuboxChat .BtnBoxChat:hover,
 .menuboxChat .BtnBoxChat.active {
	 background: #c7e6ff;
	 color: #2196F3;
 }
.menuboxChat .BtnBoxChat {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #dbe0e4;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #000;
	padding: 0 15px;
}
.TitlePrompt {
	height: 37px;
}
ul.pagination {
	justify-content: center;
}
ul.pagination li {
	margin: 0px 3px;
	/* border-radius: 50%; */
}
ul.pagination li a{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 27px;
	text-align: center;
	display: flex;
	overflow: hidden;
	text-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.border-radius-10 {
	border-radius:10px !important;
}
/*==========================================================================
* Button CSS
==========================================================================*/
.build_button {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  /* transition: 0.4s; */
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--color-1);
  background: var(--Primary);
  border-color:var(--Primary);
  border-radius: 50px 50px 50px 50px;
  padding: 8px 8px 8px 30px;
  gap: 8px;
}
.build_button::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--Secondary);
  transform-origin: 100% 50%;
  transform: scale3d(1, 2, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.build_button i {
  position: relative;
  z-index: 2;
  transition: 0.4s;
  color: var(--color-1);
  background: var(--Secondary);
  font-size: 26px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 50px 50px 50px;
}
.build_button:hover {
  color: var(--White);
}
.build_button:hover i {
  color: var(--White);
  background: var(--Primary);
  transform: rotate(45deg);
}
.build_button:hover::before {
  transform: scale3d(10, 9, 1);
  transform-origin: 103% 55%;
}
.button_zalo {
	display: inline-flex;
	  align-items: center;
	  position: relative;
	  z-index: 3;
	  justify-content: center;
	  text-align: center;
	  overflow: hidden;
	  /* transition: 0.4s; */
	  font-size: 16px;
	  font-weight: 600;
	  line-height: 26px;
	  text-transform: uppercase;
	  color: var(--color-1);
	  background: var(--Primary);
	  border-color:var(--Primary);
	  border-radius: 50px 50px 50px 50px;
	  padding: 8px 8px 8px 30px;
	  gap: 8px;
	background: var(--bs-btn-hover-bg) !important;
	border-color: var(--bs-btn-hover-bg) !important;
}
.button_zalo::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--Secondary);
  transform-origin: 100% 50%;
  transform: scale3d(1, 2, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.button_zalo:hover {
  color: var(--White);
}
.button_zalo i {
	position: relative;
		z-index: 2;
		transition: 0.4s;
		color: var(--color-1);
		font-size: 26px;
		width: 44px;
		height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 50px 50px 50px 50px;
}
.button_zalo:hover i {
  color: var(--White);
  transform: rotate(45deg);
}
.more_btn {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  color: var(--text-heading-color);
  transition: 0.4s;
  display: inline-block;
}
.more_btn i {
  position: relative;
  top: 4px;
  font-size: 22px;
  transition: 0.4s;
  display: inline-flex;
  gap: 4px;
}
.more_btn:hover {
  color: var(--primary-color-1);
}
.more_btn:hover i {
  transform: rotate(45deg);
}
.categories-item {
  padding: 30px 24px 24px 24px;
  background-color: var(--White);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  z-index: 1;
  border: 1px solid var(--Line);
  position: relative;
  overflow: hidden;
}
.categories-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--Primary);
  transform: scale(1, 0);
  transition: transform 400ms ease;
  transform-origin: bottom center;
  z-index: -1;
  border-radius: 16px;
}
.categories-item .icon-box {
  overflow: hidden;
  left: 10px;
  top: 10px;
  position: absolute;
  opacity: 0.2;
  color: var(--Primary);
}
.categories-item .icon-box .icon {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 80px;
  color: var(--Heading);
}
.categories-item .content {
  position: relative;
  z-index: 5;
}
.categories-item .content h5,
.categories-item .content p {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.categories-item.active::after, .categories-item:hover::after {
  transform: scale(1, 1);
  transform-origin: top center;
}
.categories-item.active .icon-box .icon, .categories-item:hover .icon-box .icon {
  color: var(--White);
}
.categories-item.active .content h5,
.categories-item.active .content p, .categories-item:hover .content h5,
.categories-item:hover .content p {
  color: var(--White);
}
	.form-contact {
	background: #191e32;
	padding: 20px 0px;
	color: var(--White);
	text-align: center;
}
.FormLienhe {
	display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 22px;
}

.btn-call .icons{
	line-height: 16px;
	font-size: 19px !important;
}
span.or {
	width: 100%;
	display: block;
	padding-bottom: 10px;
	border-top: 1px solid #7474746b;
}
@media (max-width:991px){
	.FormLienhe {
		display: grid;
			flex-wrap: nowrap;
			justify-content: normal;
			gap: 10px;
	}
}