@charset "UTF-8";
.ff-2, .info-el .content .name, .header .logo .text {
  font-family: "Public Sans", sans-serif;
}

.title-40 {
  font-size: 4rem;
  font-weight: normal;
  line-height: calc(59/40);
}

.title-24 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: calc(35/24);
}

.title-32 {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: calc(47/32);
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

html {
  height: -webkit-fill-available;
  font-size: 0.5208333333vw;
}
@media (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3037809648vw;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 1.7391304348vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  -webkit-box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 260rem;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(22/15);
}
select:disabled, input:disabled {
    background-color: #f0f0f0; /* Màu nền khi input bị disabled */
    color: #333; /* Màu chữ khi input bị disabled */
    border: 1px solid #ccc; /* Màu viền khi input bị disabled */
    cursor: not-allowed; /* Thay đổi con trỏ khi hover */
}

/* Styling for readonly input */
input:read-only, textarea:read-only {
    background-color: #e6e6e6; /* Màu nền khi input ở trạng thái readonly */
    color: #333; /* Màu chữ khi input ở trạng thái readonly */
    border: 1px solid #aaa; /* Màu viền khi input ở trạng thái readonly */
}
a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input,
textarea,
button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*GRID - media queries breakpoints*/
.col,
[class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
}

[class*=col-span-], [class*=col-end-], [class*=col-start-] {
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container-fluid {
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}
@media (max-width: 1279px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.container {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (min-width: 1280px) {
  .container {
    max-width: calc(166/192*100%);
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 166rem;
  }
}
@media (min-width: 1280px) {
  .container-narrow {
    max-width: calc(99/192*100%);
  }
}
@media (min-width: 1920px) {
  .container-narrow {
    max-width: 99rem;
  }
}
@media (min-width: 1280px) {
  .container-wide {
    max-width: calc(175/192*100%);
  }
}
@media (min-width: 1920px) {
  .container-wide {
    max-width: 175rem;
  }
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gap-large {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.gap-large > .col, .gap-large > [class*=col-] {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.btn-2 {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #282828;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}
.btn-2:hover, .btn-2.active {
  letter-spacing: 0.03rem;
}

.icon-btn {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon-btn img {
  width: 1.8rem;
  height: auto;
}

.tab-content {
  display: none;
}

.btn {
  gap: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border-radius: 0rem;
  padding: 0 1.6rem;
  min-width: 12rem;
  height: 5.9rem;
  overflow: hidden;
  color: #003C6E;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 5.9rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn.small {
  padding: 0 1rem 0 0.8rem;
  height: 4.4rem;
}
.btn em {
  font-size: 1.6rem;
}
.btn .icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
}
.btn .icon img {
  width: 100%;
  height: auto;
}
.btn:not([class*=brounded]) .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn[class*="--brounded"] {
  position: relative;
  z-index: 1;
}
.btn[class*="--brounded"]:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn-white {
  background: #FFFFFf;
  color: #404040;
}
.btn-white .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn-white--brounded {
  border: 1px solid #fff;
  background: none;
  color: #FFFFFf;
}
.btn-white--brounded:hover, .btn-white--brounded.active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #FFFFFf;
  color: #404040;
}
.btn-white--brounded:hover .icon img, .btn-white--brounded.active .icon img {
  -webkit-filter: brightness(0) !important;
          filter: brightness(0) !important;
}
.btn-white:hover, .btn-white.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.btn-yellow {
  background: #85704C;
  color: #ffffff;
}
.btn-yellow--brounded {
  background: none;
  color: #85704C;
}
.btn-yellow--brounded:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #85704C;
  color: #ffffff;
}
.btn-yellow:hover, .btn-yellow.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(133, 112, 76, 0.8);
}
.btn-black {
  background: #000000;
  color: #ffffff;
}
.btn-black:after {
  background: #000000;
}
.btn-black--brounded {
  border: 1px solid #000000;
  background: none;
  color: #000000;
}
.btn-black--brounded:hover, .btn-black--brounded.active {
  color: #fff;
}
.btn-black:hover, .btn-black.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.btn-blue {
  background: #003C6E;
  color: #ffffff;
}
.btn-blue:after {
  background: #003C6E;
}
.btn-blue--brounded {
  border: 1px solid #003C6E;
  background: none;
  color: #003C6E;
}
.btn-blue--brounded:hover, .btn-blue--brounded.active {
  background: #003C6E !important;
  color: #fff;
}
.btn-blue:hover, .btn-blue.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 60, 110, 0.8);
}
.btn-blue-2 {
  background: #0062AC;
  color: #ffffff;
}
.btn-blue-2:after {
  background: #0062AC;
}
.btn-blue-2--brounded {
  border: 1px solid #0062AC;
  background: none;
  color: #0062AC;
}
.btn-blue-2--brounded:hover, .btn-blue-2--brounded.active {
  background: #0062AC !important;
  color: #fff;
}
.btn-blue-2:hover, .btn-blue-2.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 98, 172, 0.8);
}
.btn-light {
  background: #A8AAAE;
  color: #ffffff;
}
.btn-light:after {
  background: #A8AAAE;
}
.btn-light--brounded {
  border: 1px solid #A8AAAE;
  background: none;
  color: #A8AAAE;
}
.btn-light--brounded:hover {
  color: #fff;
}
.btn-light:hover, .btn-light.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(168, 170, 174, 0.8);
}
.btn:hover, .btn.active {
  text-shadow: 0 0.7rem 1.5rem #00000033;
}

.btn-group {
  gap: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs {
  margin-bottom: 0.8rem;
}
.breadcrumbs ol, .breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  list-style: none;
}
.breadcrumbs ol li, .breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ol li a, .breadcrumbs ul li a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 20rem;
  overflow: hidden;
  color: #A0A0A0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs ol li:not(:last-child):after, .breadcrumbs ul li:not(:last-child):after {
  margin: 0 1rem;
  color: #A0A0A0;
  font-family: Font Awesome\ 6 Pro;
  font-weight: 400;
  content: "";
}
.breadcrumbs ol li.active a, .breadcrumbs ul li.active a {
  color: #585858;
}

input, textarea {
  -webkit-transition: outline 0.2s;
  transition: outline 0.2s;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(40, 40, 40, 0.3);
  border-radius: 0;
  background-color: #fff;
  padding: 0 1.6rem;
  width: 100%;
  height: 5.1rem;
  font-size: 1.8rem;
}

textarea {
  padding: 1rem 2rem;
  min-height: 15rem;
  resize: none;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  opacity: 0;
  width: 4rem;
  height: 4rem;
}

::-webkit-input-placeholder {
  color: rgba(75, 75, 75, 0.3);
}

select:invalid {
  color: rgba(75, 75, 75, 0.3);
}

select {
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(40, 40, 40, 0.3);
  border-radius: 0;
  background-color: #fff;
  background-image: url(../img/down-solid.svg);
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  padding: 0 1.6rem;
  padding-right: 5rem;
  width: 100%;
  height: 5.1rem;
  font-size: 1.8rem;
  line-height: 5.1rem;
  text-transform: capitalize;
}

.datepicker-input input {
  background-image: url(../img/down-solid.svg);
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
}

button {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #282828;
}

@media screen and (min-width: 768px) {
  .form-row {
    grid-gap: 0 3.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.form-group {
  margin-bottom: 2rem;
}
.form-group .input {
  position: relative;
}

.form-group .dropdown, .form-wrap .dropdown {
  width: 100%;
}
.form-group label, .form-wrap label {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.form-group label .required, .form-wrap label .required {
  color: #E12314;
}

.pagi {
  gap: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.pagi-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 0 !important;
  background: none;
  color: #8E8E93;
  font-size: 1.6rem;
  font-weight: bold;
}
.pagi-item.pagi-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  background: #003C6E;
  width: 4.4rem;
  height: 4.4rem;
  color: #fff;
  font-weight: bold;
}
.pagi-item em {
  font-size: 1rem;
}
.pagi-item.is-disabled {
  opacity: 0.2;
  cursor: no-drop;
}
.pagi-item:hover, .pagi-item.active {
  color: #1C1C1E;
}

.custom-checkbox, .custom-radio {
  cursor: pointer;
}
.custom-checkbox > label, .custom-radio > label {
  margin-bottom: 0;
  min-height: 2.4rem;
}
.custom-checkbox > input, .custom-radio > input {
  display: none;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
  width: initial;
  height: initial;
}
.custom-checkbox.style-1 > label, .custom-checkbox.style-1 > span, .custom-radio.style-1 > label, .custom-radio.style-1 > span {
  position: relative;
  cursor: pointer;
  padding-left: 2.5rem;
}
.custom-checkbox.style-1 > label:before, .custom-checkbox.style-1 > span:before, .custom-radio.style-1 > label:before, .custom-radio.style-1 > span:before {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #003C6E;
  font-family: Font Awesome\ 6 Pro;
  font-size: 2rem;
  font-weight: 300;
  content: "";
}
.custom-checkbox.style-1 > label:after, .custom-checkbox.style-1 > span:after, .custom-radio.style-1 > label:after, .custom-radio.style-1 > span:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  color: #003C6E;
  font-family: Font Awesome\ 6 Pro;
  font-size: 2rem;
  font-weight: 900;
  content: "";
}
.custom-checkbox.style-1 input[type=radio]:focus + label .content, .custom-checkbox.style-1 input[type=radio]:focus + span .content, .custom-radio.style-1 input[type=radio]:focus + label .content, .custom-radio.style-1 input[type=radio]:focus + span .content {
  display: block;
}
.custom-checkbox.style-1 input[type=radio]:focus + label::after, .custom-checkbox.style-1 input[type=radio]:focus + span::after, .custom-radio.style-1 input[type=radio]:focus + label::after, .custom-radio.style-1 input[type=radio]:focus + span::after {
  opacity: 1;
}
.custom-checkbox.style-1 input[type=radio]:focus + label:before, .custom-checkbox.style-1 input[type=radio]:focus + span:before, .custom-radio.style-1 input[type=radio]:focus + label:before, .custom-radio.style-1 input[type=radio]:focus + span:before {
  opacity: 0;
}
.custom-checkbox.style-1 input[type=radio]:checked + label .content, .custom-checkbox.style-1 input[type=radio]:checked + span .content, .custom-radio.style-1 input[type=radio]:checked + label .content, .custom-radio.style-1 input[type=radio]:checked + span .content {
  display: block;
}
.custom-checkbox.style-1 input[type=radio]:checked + label::after, .custom-checkbox.style-1 input[type=radio]:checked + span::after, .custom-radio.style-1 input[type=radio]:checked + label::after, .custom-radio.style-1 input[type=radio]:checked + span::after {
  opacity: 1;
}
.custom-checkbox.style-1 input[type=radio]:checked + label:before, .custom-checkbox.style-1 input[type=radio]:checked + span:before, .custom-radio.style-1 input[type=radio]:checked + label:before, .custom-radio.style-1 input[type=radio]:checked + span:before {
  opacity: 0;
}
.custom-checkbox.style-1 input[type=checkbox]:focus + label .content, .custom-checkbox.style-1 input[type=checkbox]:focus + span .content, .custom-radio.style-1 input[type=checkbox]:focus + label .content, .custom-radio.style-1 input[type=checkbox]:focus + span .content {
  display: block;
}
.custom-checkbox.style-1 input[type=checkbox]:focus + label::after, .custom-checkbox.style-1 input[type=checkbox]:focus + span::after, .custom-radio.style-1 input[type=checkbox]:focus + label::after, .custom-radio.style-1 input[type=checkbox]:focus + span::after {
  opacity: 1;
}
.custom-checkbox.style-1 input[type=checkbox]:focus + label:before, .custom-checkbox.style-1 input[type=checkbox]:focus + span:before, .custom-radio.style-1 input[type=checkbox]:focus + label:before, .custom-radio.style-1 input[type=checkbox]:focus + span:before {
  opacity: 0;
}
.custom-checkbox.style-1 input[type=checkbox]:checked + label .content, .custom-checkbox.style-1 input[type=checkbox]:checked + span .content, .custom-radio.style-1 input[type=checkbox]:checked + label .content, .custom-radio.style-1 input[type=checkbox]:checked + span .content {
  display: block;
}
.custom-checkbox.style-1 input[type=checkbox]:checked + label::after, .custom-checkbox.style-1 input[type=checkbox]:checked + span::after, .custom-radio.style-1 input[type=checkbox]:checked + label::after, .custom-radio.style-1 input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.custom-checkbox.style-1 input[type=checkbox]:checked + label:before, .custom-checkbox.style-1 input[type=checkbox]:checked + span:before, .custom-radio.style-1 input[type=checkbox]:checked + label:before, .custom-radio.style-1 input[type=checkbox]:checked + span:before {
  opacity: 0;
}
.custom-checkbox.style-2 > label, .custom-checkbox.style-2 > span, .custom-radio.style-2 > label, .custom-radio.style-2 > span {
  position: relative;
  cursor: pointer;
  padding-left: 3.5rem;
  width: 100%;
}
.custom-checkbox.style-2 > label:before, .custom-checkbox.style-2 > span:before, .custom-radio.style-2 > label:before, .custom-radio.style-2 > span:before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  cursor: pointer;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  background: #fff;
  width: 2rem;
  height: 2rem;
  content: "";
}
.custom-checkbox.style-2 > label .content, .custom-checkbox.style-2 > span .content, .custom-radio.style-2 > label .content, .custom-radio.style-2 > span .content {
  display: none;
  margin-top: 2rem;
  margin-left: -3rem;
  background: #F5F5F5;
  padding: 1.2rem 5rem;
  width: calc(100% + 3.5rem);
  font-size: 1.6rem;
}
.custom-checkbox.style-2 input[type=radio]:focus + label .content, .custom-checkbox.style-2 input[type=radio]:focus + span .content, .custom-radio.style-2 input[type=radio]:focus + label .content, .custom-radio.style-2 input[type=radio]:focus + span .content {
  display: block;
  font-weight: normal !important;
}
.custom-checkbox.style-2 input[type=radio]:focus + label:before, .custom-checkbox.style-2 input[type=radio]:focus + span:before, .custom-radio.style-2 input[type=radio]:focus + label:before, .custom-radio.style-2 input[type=radio]:focus + span:before {
  -webkit-box-shadow: inset 0 0 0 0.4rem #fff;
          box-shadow: inset 0 0 0 0.4rem #fff;
  border: 1px solid #E12314;
  background: #E12314;
}
.custom-checkbox.style-2 input[type=radio]:checked + label .content, .custom-checkbox.style-2 input[type=radio]:checked + span .content, .custom-radio.style-2 input[type=radio]:checked + label .content, .custom-radio.style-2 input[type=radio]:checked + span .content {
  display: block;
  font-weight: normal !important;
}
.custom-checkbox.style-2 input[type=radio]:checked + label:before, .custom-checkbox.style-2 input[type=radio]:checked + span:before, .custom-radio.style-2 input[type=radio]:checked + label:before, .custom-radio.style-2 input[type=radio]:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 0.4rem #fff;
          box-shadow: inset 0 0 0 0.4rem #fff;
  border: 1px solid #E12314;
  background: #E12314;
}
.custom-checkbox.style-2 input[type=checkbox]:focus + label .content, .custom-checkbox.style-2 input[type=checkbox]:focus + span .content, .custom-radio.style-2 input[type=checkbox]:focus + label .content, .custom-radio.style-2 input[type=checkbox]:focus + span .content {
  display: block;
  font-weight: normal !important;
}
.custom-checkbox.style-2 input[type=checkbox]:focus + label:before, .custom-checkbox.style-2 input[type=checkbox]:focus + span:before, .custom-radio.style-2 input[type=checkbox]:focus + label:before, .custom-radio.style-2 input[type=checkbox]:focus + span:before {
  -webkit-box-shadow: inset 0 0 0 0.4rem #fff;
          box-shadow: inset 0 0 0 0.4rem #fff;
  border: 1px solid #E12314;
  background: #E12314;
}
.custom-checkbox.style-2 input[type=checkbox]:checked + label .content, .custom-checkbox.style-2 input[type=checkbox]:checked + span .content, .custom-radio.style-2 input[type=checkbox]:checked + label .content, .custom-radio.style-2 input[type=checkbox]:checked + span .content {
  display: block;
  font-weight: normal !important;
}
.custom-checkbox.style-2 input[type=checkbox]:checked + label:before, .custom-checkbox.style-2 input[type=checkbox]:checked + span:before, .custom-radio.style-2 input[type=checkbox]:checked + label:before, .custom-radio.style-2 input[type=checkbox]:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 0.4rem #fff;
          box-shadow: inset 0 0 0 0.4rem #fff;
  border: 1px solid #E12314;
  background: #E12314;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
  background: #fff;
  padding: 2rem 3.5rem;
  width: 100%;
}
.header.scroll {
  -webkit-box-shadow: 0px 0.3rem 2rem #0000000D;
          box-shadow: 0px 0.3rem 2rem #0000000D;
}
.header .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .left-box .logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .left-box .logo .image {
  height: 3.2rem;
}
.header .left-box .logo .image img {
  width: auto;
  height: 100%;
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .logo .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2.4rem;
}
.header .logo .image img {
  width: auto;
  height: 100%;
}
.header .logo .text {
  margin-left: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.header .toggle-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  width: 2rem;
}
@media (min-width: 992px) {
  .header .toggle-btn {
    display: none;
  }
}
.header .toggle-btn img {
  width: 100%;
  height: auto;
}
.header .noti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  height: 4rem;
}
@media (min-width: 768px) {
  .header .noti {
    position: relative;
  }
}
.header .noti .noti-toggle {
  position: relative;
  cursor: pointer;
}
.header .noti .noti-toggle .icon {
  font-size: 1.8rem;
}
.header .noti .noti-toggle .badges {
  display: grid;
  position: absolute;
  top: 0;
  right: 0;
  place-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  width: 0.7rem;
  height: 0.7rem;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
}
.header .noti .noti-panel {
  position: absolute;
  top: calc(100% + 1.5rem);
  right: -2rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0.4rem 1.6rem 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0.4rem 1.6rem 0px rgba(0, 0, 0, 0.08);
  background: transparent;
  width: 48rem;
  list-style: none;
}
.header .noti .noti-panel:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: transparent;
  width: 100%;
  height: 1.2rem;
  content: "";
}
.header .noti .noti-panel:before {
  position: absolute;
  right: 2.5rem;
  bottom: 100%;
  border-right: 0.75rem solid transparent;
  border-bottom: 1.25rem solid #fff;
  border-left: 0.75rem solid transparent;
  width: 0;
  height: 0;
  content: "";
}
.header .noti .noti-panel li {
  font-size: 1.4rem;
}
.header .noti .noti-panel li a {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.header .noti .noti-panel li a .close {
  margin-left: auto;
}
.header .noti .noti-panel li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.header .noti .noti-panel li a {
  padding: 0.8rem 1.6rem;
}
.header .noti .noti-panel li:hover a, .header .noti .noti-panel li.active a {
  background: #003C6E;
  color: #fff;
}
.header .noti.active .noti-panel, .header .noti:hover .noti-panel {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.header .account {
  position: relative;
  margin-left: 2rem;
  border-left: 1px solid #BFBFBF;
  padding-left: 2rem;
}
.header .account .account-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header .account .account-toggle .info {
  padding-left: 1.2rem;
}
.header .account .account-toggle .info .name {
  color: #4B4B4B;
  font-size: 1.8rem;
  font-weight: 400;
}
.header .account .account-toggle .info .role {
  margin-top: 0.4rem;
  color: #838383;
  font-size: 1.2rem;
}
.header .account .account-toggle .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}
.header .account .account-toggle .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .account .account-panel {
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 2rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0.3rem 0.6rem 3rem #00000012;
          box-shadow: 0.3rem 0.6rem 3rem #00000012;
  background: #fff;
  padding: 0.8rem;
  width: 10.2rem;
  list-style: none;
}
.header .account .account-panel:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: transparent;
  width: 100%;
  height: 1.2rem;
  content: "";
}
.header .account .account-panel:before {
  position: absolute;
  bottom: 100%;
  left: 1.5rem;
  border-right: 0.75rem solid transparent;
  border-bottom: 1.25rem solid #fff;
  border-left: 0.75rem solid transparent;
  width: 0;
  height: 0;
  content: "";
}
.header .account .account-panel li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.header .account .account-panel li a {
  gap: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.header .account .account-panel li a .icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.header .account .account-panel li a .icon img {
  width: 100%;
  height: 100%;
}
.header .account.active .account-panel, .header .account:hover .account-panel {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .header .search-box {
    display: none;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
#overlay.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  #overlay {
    display: none;
  }
}

.search-box {
  gap: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #707070;
  border-radius: 0.4rem;
  padding: 0 1.6rem;
  width: 100%;
  max-width: 59.2rem;
}
.search-box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
}
.search-box .icon img {
  width: 100%;
}
.search-box input {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: auto;
  height: 5.7rem;
}

#loader-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
#loader-container .loader {
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  place-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#loader-container .loader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#loader-container .loader__logo > span {
  -webkit-animation: bounce-loader 0.6s infinite alternate;
          animation: bounce-loader 0.6s infinite alternate;
  margin: 0 0.5rem;
  border-radius: 50%;
  background: #003C6E;
  width: 1rem;
  height: 1rem;
}
#loader-container .loader__logo > span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#loader-container .loader__logo > span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#loader-container .loader__logo > span:last-child {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#loader-container .loader__progress {
  display: none;
  position: relative;
  width: 100%;
}
#loader-container .loader__progress #progress-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.6rem;
  text-align: center;
}

@-webkit-keyframes fade {
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes fade {
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes bounce-loader {
  to {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0.1;
  }
}
@keyframes bounce-loader {
  to {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0.1;
  }
}
#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: calc(100% - 6.4rem);
  max-height: calc(100% - 6.4rem);
  overflow: hidden;
  overflow-y: auto;
}

#sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f4f4f4;
  width: 314px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 999;
    height: 100%;
  }
}
#sidebar .logo {
  padding: 2rem;
}
#sidebar .menu-label {
  padding-inline: 2rem;
  margin-bottom: 1rem;
  color: #282828;
  font-size: 1.2rem;
  font-weight: 500;
}
#sidebar .menu {
  padding-inline: 2rem;
}
#sidebar .menu .menu-list {
  list-style: none;
}
#sidebar .menu .menu-list .menu-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
#sidebar .menu .menu-list .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  padding: 1rem;
  width: 100%;
}
#sidebar .menu .menu-list .menu-item .menu-link .icon {
  font-size: 1.8rem;
}
#sidebar .menu .menu-list .menu-item .menu-link .text {
  padding-left: 1.6rem;
  white-space: nowrap;
}
#sidebar .menu .menu-list .menu-item .menu-link .icon-dropdown {
  display: grid;
  position: absolute;
  top: 50%;
  right: 0;
  place-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  padding: 0.9rem 1.6rem;
}
#sidebar .menu .menu-list .menu-item .menu-link .icon-dropdown img {
  width: 1.8rem;
}
#sidebar .menu .menu-list .menu-item .menu-link:hover, #sidebar .menu .menu-list .menu-item .menu-link.active {
  background: #003C6E;
  color: #fff;
}
#sidebar .menu .menu-list .menu-item .menu-link:hover .icon img, #sidebar .menu .menu-list .menu-item .menu-link.active .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#sidebar .menu .menu-list .menu-item .nav-sub {
  display: none;
  list-style: none;
}
#sidebar .menu .menu-list .menu-item .nav-sub li:not(:last-child) {
  margin-bottom: 0.5rem;
}
#sidebar .menu .menu-list .menu-item .nav-sub li a {
  display: block;
  position: relative;
  padding: 0.9rem 1.6rem;
  padding-left: 4.6rem;
}
#sidebar .menu .menu-list .menu-item .nav-sub li a:before {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/dot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  content: "";
}
#sidebar .menu .menu-list .menu-item .nav-sub li a:hover, #sidebar .menu .menu-list .menu-item .nav-sub li a.active {
  background: #85704C;
  color: #fff;
}
#sidebar .menu .menu-list .menu-item .nav-sub li a:hover:before, #sidebar .menu .menu-list .menu-item .nav-sub li a.active:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  #sidebar.active {
    width: 75px;
  }
  #sidebar.active .head .logo {
    display: none;
  }
  #sidebar.active .head .toggle-btn {
    margin: 0 auto;
  }
  #sidebar.active .menu .menu-list .menu-item .menu-link {
    width: 100%;
    overflow: hidden;
  }
  #sidebar.active .menu .menu-list .menu-item .menu-link .text, #sidebar.active .menu .menu-list .menu-item .menu-link .icon-dropdown {
    display: none;
  }
  #sidebar.active .menu .menu-list .menu-item .menu-link .icon {
    margin: 0 auto;
  }
  #sidebar.active .menu .menu-list .menu-item .nav-sub {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #sidebar.active {
    -webkit-transform: none;
            transform: none;
  }
}
#sidebar .settings-wrap {
  margin-top: auto;
  padding: 4rem 2rem;
}
#sidebar .settings-wrap .settings {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  padding: 1rem;
}
#sidebar .settings-wrap .settings:hover, #sidebar .settings-wrap .settings.active {
  background: #003C6E;
  color: #fff;
}
#sidebar .settings-wrap .settings:hover .icon img, #sidebar .settings-wrap .settings.active .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  /*height: calc(100vh);*/
  overflow: hidden;
  /*overflow-y: auto;*/
  padding-bottom:120px;
}

#content-wrapper {
  padding: 4rem 3.5rem;
}

.account-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 0 3.6rem #003C6E;
          box-shadow: inset 0 0 0 3.6rem #003C6E;
  padding: 3rem 5rem;
  width: 100%;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .account-page {
    -webkit-box-shadow: inset 0 0 0 1.6rem #003C6E;
            box-shadow: inset 0 0 0 1.6rem #003C6E;
  }
}
.account-page:after {
  inset: 0;
  position: absolute;
  z-index: -1;
  background-image: url(../img/path-1.svg), url(../img/path-2.svg);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat;
  background-size: 60% auto, 35% auto;
  content: "";
}
.account-page .form-wrap {
  margin: auto;
  width: 100%;
  max-width: 59.2rem;
}
.account-page .form-wrap .logo {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 9rem;
}
.account-page .form-wrap .logo img {
  width: auto;
  height: 100%;
}
.account-page .form-wrap .text-blue:hover {
  text-decoration: underline;
}
.account-page .form-wrap .content .title {
  font-size: 3.6rem;
  font-weight: 400;
}
.account-page .form-wrap .content .desc {
  margin-top: 1.2rem;
  color: #4B4B4B;
}
.account-page .form-wrap .form-group {
  margin-bottom: 2.4rem;
}
.account-page .form-wrap .forgot-password {
  display: block;
  color: #003C6E;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.008rem;
  text-align: right;
  text-decoration: underline;
}
.account-page .form-wrap .forgot-password:hover {
  color: #0062AC;
}
.account-page .form-wrap .or-wrap {
  position: relative;
  z-index: 1;
  margin-top: 2.6rem;
}
.account-page .form-wrap .or-wrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background: #DBDADE;
  width: 100%;
  height: 1px;
  content: "";
}
.account-page .form-wrap .or-wrap .or {
  margin: 0 auto;
  background: #fff;
  padding: 0 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #DBDADE;
}
.account-page .form-wrap .list {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.6rem;
}
.account-page .form-wrap .list .link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.8rem;
  height: 3.8rem;
}
.account-page .form-wrap .list .link img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-page .form-wrap .list .link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.account-page .form-wrap .back {
  display: block;
  margin-top: 3.2rem;
  color: #0062AC;
  text-align: center;
  text-decoration: underline;
}
.account-page .form-wrap .form-enter-code {
  grid-gap: 0 1.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.account-page .form-wrap .form-enter-code input {
  height: 4.8rem;
  text-align: center;
}

.info-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-el .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #A8AAAE;
  width: 8.5rem;
  height: 8.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .info-el .avatar {
    width: 5rem;
    height: 5rem;
  }
}
.info-el .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-el .content {
  padding-left: 2.5rem;
}
.info-el .content .name {
  font-size: 2.2rem;
  font-weight: bold;
}
.info-el .content .email {
  margin-top: 0.8rem;
}
.info-el .content .role-tag {
  margin-top: 0.8rem;
  border-radius: 0.6rem;
  background: rgba(115, 103, 240, 0.16);
  padding: 0.5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #003C6E;
  font-size: 1.3rem;
  font-weight: 500;
}

.change-image-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.change-image-el .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.5rem;
  height: 8.5rem;
}
@media (max-width: 767px) {
  .change-image-el .avatar {
    width: 5rem;
    height: 5rem;
  }
}
.change-image-el .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.change-image-el .btn {
  padding: 0 1.4rem;
  height: 2.8rem;
  font-size: 1.3rem;
  line-height: 2.8rem;
}
.change-image-el .btn-group {
  gap: 1.6rem;
}
.change-image-el .custom-file-input {
  display: none;
}

.big-title {
  font-size: 2.5rem;
  font-weight: 600;
}

.search-el {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .search-el {
    width: 100%;
  }
}
.search-el .form {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D1D1D6;
  border-radius: 1rem;
  background: #fff;
  padding: 0 1.6rem;
  width: 100%;
  min-width: 29rem;
}
@media (min-width: 768px) {
  .search-el .form {
    max-width: 20rem;
  }
}
.search-el .form input {
  border: none;
  padding: 0 1.6rem 0 0.5rem;
  width: 100%;
  height: 5.4rem;
}
.search-el .form input ::-webkit-input-placeholder {
  color: rgba(87, 87, 87, 0.5);
  text-transform: capitalize;
}

.select-el select {
  min-width: 21.2rem;
}
.select-el.has-icon {
  position: relative;
}
.select-el.has-icon .icon {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-el.has-icon select {
  padding-left: 4rem;
}

.drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

.table-responsive {
  min-height: 40rem;
  overflow: hidden;
  overflow-x: auto;
}
.table-responsive table {
  width: 100%;
  min-width: 900px;
}
.table-responsive table thead, .table-responsive table tbody {
  display: block;
  max-height: 62.5rem;
  overflow: hidden;
  overflow-y: auto;
}
.table-responsive table thead::-webkit-scrollbar, .table-responsive table tbody::-webkit-scrollbar {
  width: 0.5rem;
}
.table-responsive table thead::-webkit-scrollbar-track, .table-responsive table tbody::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
.table-responsive table thead::-webkit-scrollbar-thumb, .table-responsive table tbody::-webkit-scrollbar-thumb {
  background: #282828;
}
.table-responsive table thead tr, .table-responsive table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-responsive table thead tr td, .table-responsive table thead tr th, .table-responsive table tbody tr td, .table-responsive table tbody tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.table-responsive table th, .table-responsive table td {
  vertical-align: middle;
  padding: 1.6rem;
}
.table-responsive table.select-rows th:first-child, .table-responsive table.select-rows td:first-child {
  width: 5rem;
}
.table-responsive table.select-rows tr td:nth-child(1) {
  max-width: 5rem;
}
/*.table-responsive table.select-rows tr td:nth-child(2) {
  max-width: 19rem;
}*/
.table-responsive table.select-rows tr th:nth-child(1) {
  min-width: 24rem;
  max-width: 24rem;
}
.table-responsive table thead th {
  border-bottom: 1px solid #C4C4C4;
  padding: 1.6rem 2rem;
  color: #585858;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.table-responsive table .custom-checkbox {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.table-responsive table tbody td {
  padding: 1.3rem 2rem;
}
.table-responsive table tbody tr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table-responsive table tbody tr td {
  border-bottom: 1px solid #C4C4C4;
}
.table-responsive table tbody tr:hover, .table-responsive table tbody tr.row-selected {
  background: #F4F9FD;
}
.table-responsive table tbody .info {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-responsive table tbody .info .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #003C6E;
  width: 3.2rem;
  height: 3.2rem;
  overflow: hidden;
}
.table-responsive table tbody .info .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-responsive table tbody .info .name {
  font-weight: 500;
}
.table-responsive table tbody .more {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.table-responsive table tbody .more .icon {
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.table-responsive table tbody .more .icon img {
  width: 2.2rem;
  height: 2.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.table-responsive table tbody .more .icon:hover {
  -webkit-box-shadow: 0 0.2rem 0.4rem 0 rgba(165, 163, 174, 0.3);
          box-shadow: 0 0.2rem 0.4rem 0 rgba(165, 163, 174, 0.3);
}
.table-responsive table tbody .more .more-panel {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1rem 2rem 0px rgba(165, 163, 174, 0.4);
          box-shadow: 0px 1rem 2rem 0px rgba(165, 163, 174, 0.4);
  background: #fff;
  padding: 0.8rem;
  width: 14rem;
  list-style: none;
}
.table-responsive table tbody .more .more-panel li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.table-responsive table tbody .more .more-panel li a {
  display: block;
  padding: 0.8rem 1.6rem;
}
.table-responsive table tbody .more .more-panel li:hover a, .table-responsive table tbody .more .more-panel li.active a {
  background: #003C6E;
  color: #fff;
}
.table-responsive table tbody .more.active .more-panel, .table-responsive table tbody .more:hover .more-panel {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.table-responsive .subtitle {
  margin-top: 0.5rem;
  color: #838383;
  font-size: 1.6rem;
}

.btn-actions {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-actions .btn-action {
  gap: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #707070;
  padding: 0 1.6rem;
  font-style: 1.4rem;
  line-height: 3.8rem;
}
.btn-actions .btn-action .icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.2rem;
}
.btn-actions .btn-action .icon img {
  width: 100%;
  height: auto;
}
.btn-actions .btn-action:hover, .btn-actions .btn-action.active {
  border: 1px solid #003C6E;
  background: #003C6E;
  color: #fff;
}
.btn-actions .btn-action:hover .icon img, .btn-actions .btn-action.active .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.filter-toggle {
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: none;
}

.title-md {
  font-size: 1.8rem;
  font-weight: 600;
}

.fancybox-bg {
  background: rgba(40, 40, 40, 0.6);
}

.popup-el {
  background: none;
  padding: 0;
}
.popup-el .inner {
  -webkit-box-shadow: 0px 1rem 2rem 0px rgba(165, 163, 174, 0.4);
          box-shadow: 0px 1rem 2rem 0px rgba(165, 163, 174, 0.4);
  background: #fff;
  padding: 4rem;
}
@media (max-width: 767px) {
  .popup-el .inner {
    padding: 4rem 2rem;
  }
}
.popup-el .fancybox-button.fancybox-close-small {
  display: grid;
  top: 0rem;
  right: 0rem;
  place-items: center;
  opacity: 1;
  background: #fff;
}

.details-table {
  width: 100%;
}
.details-table th, .details-table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.details-table th {
  font-weight: 600;
}
.details-table tr:not(:last-child) th, .details-table tr:not(:last-child) td {
  padding-bottom: 1.6rem;
}

.edit-wrap {
  position: relative;
}
.edit-wrap.select .clear-value {
  right: 3rem;
}

.clear-value {
  position: absolute;
  top: 2rem;
  right: 1.6rem;
  opacity: 0.2;
  z-index: 9;
  cursor: pointer;
}
.clear-value:hover {
  opacity: 1;
}

.select2-container .select2-search {
  display: block;
  padding: 8px;
}

.select2-container .select2-selection {
  border: 1px solid #ccc;
  padding: 8px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #D1D1D6;
  border-radius: 1rem;
}

.select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.select2-search.select2-search--inline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  background: #003C6E;
  padding: 0.6rem 1.6rem;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  opacity: 1;
  margin-right: 0;
  margin-left: 1rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(even) {
  border: 1px solid #1C1C1E;
  background: none;
  color: #1C1C1E;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(even) .select2-selection__choice__remove {
  color: #1C1C1E;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #003C6E;
}

.select2-selection__clear {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0;
}
.select2-selection__clear::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  font-family: Font Awesome\ 6 Pro;
  font-size: 1.6rem;
  font-weight: 400;
  content: "";
}
.select2-selection__clear:hover::before {
  opacity: 1;
}

.el-images {
  gap: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-images .el-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1rem;
  width: 7.6rem;
  height: 7.6rem;
}
.el-images .el-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fileContainer .name {
  display: none;
}
.fileContainer .icon-remove {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
}

.fileColumn {
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  padding-top: 100%;
  overflow: hidden;
  text-align: center;
}
.fileColumn:before {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem dashed #D1D1D6;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  content: "";
}
.fileColumn img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fileColumn:hover {
  background-color: #f0f0f0;
}

.fileInputLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-bottom: 0 !important;
  border: 0.2rem dashed #D1D1D6;
  border-radius: 1rem;
  padding-top: 100%;
}
.fileInputLabel .fa-regular.fa-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

/* Ẩn input file mặc định */
.fileInput {
  display: none;
}

/* Nút Xóa */
.deleteButton {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.ui-datepicker {
  z-index: 10;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  padding: 3rem 2rem;
  width: 320px;
  font-family: "Figtree", sans-serif;
}
.ui-datepicker-header {
  border: none;
  background-color: transparent;
}
.ui-datepicker-header .ui-datepicker-title {
  font-family: "Figtree", sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
}
.ui-datepicker-header .ui-corner-all {
  top: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.ui-datepicker-header .ui-corner-all:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 2px !important;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "";
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 2px !important;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before {
  content: "";
}
.ui-datepicker-header .ui-corner-all .ui-icon {
  display: none;
}
.ui-datepicker-calendar {
  color: #1C1C1E;
}
.ui-datepicker-calendar th {
  font-weight: 500;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  padding: 0.4rem;
}
.ui-datepicker-calendar td .ui-state-default {
  display: grid;
  place-items: center;
  border: 0.2rem solid #1C1C1E;
  border-radius: 1rem;
  height: 3.2rem;
  font-weight: 700;
  text-decoration: none;
}
.ui-datepicker-calendar a:hover {
  background-color: #003C6E;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background-color: #003C6E;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-highlight {
  background-color: #003C6E;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-default {
  border: none;
}
.ui-datepicker-calendar .ui-state-hover {
  background-color: #ddd;
}

table .select-box select {
  border: none;
  background-position: 100% center;
  padding: 0;
  height: auto;
  line-height: 1;
}
table input {
  border: 0;
  border-bottom: 1px solid #d1d1d6;
  border-radius: 0;
  padding: 0;
  padding-bottom: 0.7rem;
  height: auto;
}

.popup-el .list {
  height: 20rem;
  overflow: hidden;
  overflow-y: auto;
  list-style: none;
}
.popup-el .list::-webkit-scrollbar {
  width: 0.5rem;
}
.popup-el .list::-webkit-scrollbar-track {
  background: transparent;
}
.popup-el .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D1D1D6;
}
.popup-el .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fbfbfb;
  padding: 0.8rem;
}
.popup-el .list li .remove {
  color: #D1D1D6;
}
.popup-el .list li + li {
  margin-bottom: 0.3rem;
}

.el-dropdown {
  display: inline-block;
  position: relative;
  background-image: url(../img/down.png);
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  min-width: 25rem;
}
.el-dropdown .selected-item {
  cursor: pointer;
}
.el-dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: -1.3rem;
  left: -1.3rem;
  -webkit-box-shadow: 0px 0.4rem 1.6rem 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0.4rem 1.6rem 0px rgba(0, 0, 0, 0.08);
  background-color: white;
  padding: 0.4rem;
  width: 25rem;
  max-height: 20rem;
  overflow-y: auto;
}
.el-dropdown .items li {
  padding: 1.6rem 2.4rem;
}
.el-dropdown .search-el {
  width: 100%;
}
.el-dropdown .search-el .form {
  border: 1px solid #1C1C1E;
  width: 100%;
  min-width: 10rem;
  max-width: 100%;
}
.el-dropdown .search-el .form .search-input {
  outline: none;
  border-radius: 1rem;
  padding: 0 1.6rem 0 1rem;
  height: 5.6rem;
  font-size: 1.6rem;
}
.el-dropdown .add-new-button {
  padding: 1.6rem 2.4rem;
  width: 100%;
  color: #007AFF;
  text-align: left;
}

.filter-tags {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-tags .filter-tag {
  background: #F0F2F4;
  padding: 0 1.6rem;
  line-height: 5.9rem;
}
.filter-tags .filter-tag em {
  margin-left: 1rem;
}
.filter-tags .filter-tag .remove {
  cursor: pointer;
}

.search-box.large input {
  height: 5.9rem;
}

.view-table {
  width: 100%;
}
.view-table tr td:nth-child(1) {
  width: 16rem;
  font-weight: 500;
}
.view-table tr td:not(:last-child) {
  padding-right: 1rem;
}
.view-table tr:not(:last-child) td {
  padding-bottom: 1.2rem;
}

.btn-3 {
  gap: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: underline;
}
.btn-3 .icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8rem;
}
.btn-3 .icon img {
  width: 100%;
  height: auto;
}

.my-tabs .tabs-nav {
  gap: 1rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.my-tabs .tabs-nav li {
  cursor: pointer;
  font-weight: bold;
}
.my-tabs .tabs-nav li:hover, .my-tabs .tabs-nav li.active {
  color: #E12314;
  text-decoration: underline;
}

.status-el {
  display: inline-block;
  padding: 0 0.6rem;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.009rem;
  line-height: 4rem;
  white-space: nowrap;
}
.status-el.warning {
  background: #FFF7EB;
  color: #FF9300;
}
.status-el.success {
  background: #EAFFF2;
  color: #05B146;
}
.status-el.error {
  background: #FFEEED;
  color: #E12314;
}
.status-el.info {
  background: #E5EFF7;
  color: #003C6E;
}
.status-el.disabled {
  background: #EDEDED;
  color: #4B4B4B;
}

.filter-dropdown {
  position: relative;
}
.filter-dropdown .filter-toggle:hover {
  background: inherit;
  color: inherit;
}
.filter-dropdown .filter-toggle:hover .icon img {
  -webkit-filter: none;
          filter: none;
}
.filter-dropdown .filter-panel {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0.3rem 0.6rem 3rem #00000012;
          box-shadow: 0.3rem 0.6rem 3rem #00000012;
  background: #fff;
  padding: 2rem;
  width: 31rem;
}
.filter-dropdown .filter-panel:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: transparent;
  width: 100%;
  height: 1rem;
}
.filter-dropdown .filter-panel .filter-list {
  max-height: 18.5rem;
  overflow: hidden;
  overflow-y: auto;
  list-style: none;
}
.filter-dropdown .filter-panel .filter-list::-webkit-scrollbar {
  width: 0.5rem;
}
.filter-dropdown .filter-panel .filter-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
.filter-dropdown .filter-panel .filter-list::-webkit-scrollbar-thumb {
  background: #282828;
}
.filter-dropdown .filter-panel .filter-list li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.filter-dropdown.active .filter-toggle {
  background: #003C6E;
  color: #fff;
}
.filter-dropdown.active .filter-toggle .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.filter-dropdown.active .filter-panel {
  visibility: visible;
  opacity: 1;
}
.ui-datepicker-year{
    padding-left:4px;
}