@font-face {
  font-family: 'OS';
  src: url('/fonts/OpenSans.woff2') format('woff2'),
    url('/fonts/OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Rale';
  src: url("/fonts/Raleway.woff2") format("woff2"), url("../fonts/Raleway.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

/*END FONTS*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --header-bg: #061551;
  --sideBar-bg: #333F50;
  --text-cl: #605E5E;
  --textMain-cl: #12AFB8;
  --tr-duration: 0.5s;
  --f-family: 'OS';
  --f-family-rale: 'Rale';
  --sideBar-hover-bg: #5933AA;
  --purple-cl: #854DFF;
  --yello-cl: #FFC000;
  --fz-12: 1.2rem;
  --fz-14: 1.4rem;
  --fz-16: 1.6rem;
  --fz-18: 1.8rem;
}

html,
body {
  scroll-behavior: smooth;
  background-color: #1f2327 !important;
  overflow-x: hidden;
  font-size: 10px;
  font-family: var(--f-family) !important;
}


input,
select {
  border-radius: 5px !important;
}

a {
  text-decoration: none !important;

}

.text_lang {
  font-family: var(--f-family);
  color: #A0A09F;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 0 5px 14px;
  margin-bottom: 0;
}

.text_lang:hover {
  color: yellow !important;
}

header {
  background: var(--header-bg);
  width: 100vw;
  /* max-width: 1920px; */
  max-height: 65px;
  /* overflow-y: hidden */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  padding: 0 15px;
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

header .menu li {
  height: 100%;
  list-style: none;
}

header .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-cl);
  padding: 18px 10px;
  height: 100%;
  text-decoration: none;
  -webkit-transition: var(--tr-duration);
  transition: var(--tr-duration);
  font-size: var(--fz-16);
  font-family: var(--f-family);
  margin: 0 16px;
  position: relative;
}

header .menu li a i {
  font-size: 14px;
  padding: 0 7px;
  margin-top: 2px;
}

header a:hover {
  transform: scale(1.2);
  -webkit-transition: var(--tr-duration);
  transition: var(--tr-duration);
}

header .container-fluid .row .logo_v2 .lang {
  position: relative;
}

header .container-fluid .row .logo_v2 .lang-change {
  border-top: 1px solid #A0A09F;
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  left: 0;
  display: none;
}

header .container-fluid .row .logo_v2 .lang .rotate180 {
  -webkit-transform: rotate(0) translateY(0);
  transform: rotate(0) translateY(0);
}

.d-flex {
  display: flex;
}

.act_lang {
  display: block !important;
}

.act-color {
  color: #864cff;
}

.--flex-between {
  display: flex;
  justify-content: space-between;
}

.--flex-around {
  display: flex;
  justify-content: space-around;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 100vw; */
  padding: 63px 0 0 60px;
  background-color: #222a35;
  min-height: calc(100% - 53px);
  /* max-height: 1005px; */
}

.content__left {
  background: var(--sideBar-bg);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  height: 100%;
  padding-top: 63px;
}

.content__left-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content__left-option a {
  padding: 9px 17px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  font-size: 25px;
  text-decoration: none;
  font-size: 25px;
  color: #424B5F;
}

.content__left-option a span {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 120%;
  color: white;
  padding: 5px;
  font-size: 1.4rem;
  font-family: var(--f-family);
  background-color: var(--yello-cl);
  border-radius: 7px;
  line-height: 2rem;
  display: flex;
  align-items: center;
  transition: var(--tr-duration);
  visibility: hidden;
  opacity: 0;
}

.content__left-option a:hover {
  background-color: var(--sideBar-hover-bg);
  transition: var(--tr-duration);
}

.content__left-option a:hover span {
  transition: var(--tr-duration);
  visibility: visible;
  opacity: 1;

}

.content__left-option a img {
  width: 24x;
  height: 24px;
  object-fit: cover;
}


.content__right {
  width: 100%;
  position: relative;
  padding: 15px 0;
  margin-bottom: 100px !important;
  z-index: 99;
}

.content__right-text .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s;
  justify-content: center;
  position: relative;
}

.content__right-text .search input {
  font-size: 15px;
  max-width: 400px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-radius: 5px;
  padding: 7px 10px;
  font-family: var(--f-family);
  border: 2px solid rgb(142, 245, 250);
  height: 100%;
  color: rgb(0, 166, 255);

}

.content__right-text .search input:focus {
  border: 2px solid red;
}

.content__right-text .search input::-webkit-input-placeholder {
  font-size: 15px;
  color: #97a4ba;
  opacity: 0.7;
  margin-left: 10px;
  font-family: var(--f-family);

}

.content__right-text .search input:-ms-input-placeholder {
  font-size: 15px;
  color: #97a4ba;
  opacity: 0.7;
  margin-left: 10px;
  font-family: var(--f-family);
}

.content__right-text .search input::-ms-input-placeholder {
  font-size: 15px;
  color: #97a4ba;
  opacity: 0.7;
  margin-left: 10px;
  font-family: var(--f-family);
}

.content__right-text .search input::placeholder {
  font-size: 15px;
  color: #97a4ba;
  opacity: 0.7;
  margin-left: 10px;
  font-family: var(--f-family);
}

.content__right-text .search a {
  text-decoration: none;
  margin-left: 10px;
  border-radius: 5px;
  background: var(--yello-cl);
  padding: 7px 5px;
  color: #2f126f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 1.4rem;
  font-family: var(--f-family);
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;

}


.content__right .--flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  transition: 0.5s;
}

.content__right .content__right-info {
  width: 100%;
  display: grid;
  grid-template-columns: 20% 19% 18% 20% 20%;
  grid-gap: 10px;
  overflow: hidden;
  transition: 0.5s;
  padding-left: 15px;
}

.content__right .content__right-info .bussiness {
  background-color: var(--sideBar-bg);
  padding: 10px;
  border-radius: 3px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /* -ms-flex-direction: column;
  flex-direction: column; */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content__right .content__right-info .bussiness .title {
  color: #f0f0f0;
  font-size: var(--fz-14);
  z-index: 2;
  font-family: var(--f-family);
  margin: 0;
  font-weight: 600;
}

.content__right .content__right-info .bussiness .text-rs {
  color: var(--yello-cl);
  z-index: 2;
  font-family: var(--f-family);
  line-height: 25px;
  font-size: var(--fz-14);
  margin: 0;
  margin-top: 10px;
}



.content__right .content__right-info .bussiness img {
  display: block;
  z-index: -2;
  width: 50px;
  height: 50px;
  float: right;
}

.content__right .content__right-info .bussiness .bussiness_img {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
}

.content__right .content__right-info .bussiness .bussiness_text {
  position: relative;
  width: 100%;
  padding-right: 10px;
}



.content__right .seemore {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.content__right .seemore a {
  background-color: #854DFF;
  padding: 0 10px;
  width: 15rem;
  height: 4rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  color: #f5f6f9;
  font-size: var(--fz-14);
  font-family: var(--f-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.content__right .seemore a i {
  margin-left: 5px;
  font-size: 20px;
}

.content__right .menu {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.content__right .menu li {
  list-style: none;
  position: relative;
}

.content__right .menu li a {
  padding: 10px;
  background: #0e585c;
  color: white;
  margin: 1px;
  font-size: var(--fz-12);
  font-family: var(--f-family);
  cursor: pointer;
  width: 205px;
  display: block;
  padding: 8px 5px;
  margin-bottom: 5px;
  text-align: center;

}

.content__right .menu li a i {
  margin-right: 5px;
}

.act_bd-menu {
  text-decoration: none;
  font-weight: 700;
  background: #2e58ff !important;
}

/* 
.act_bd-menu::before {
  content: '';
  position: absolute;
  background: white;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
} */

.content__option {
  padding-bottom: 10px;
  background: transparent;
  width: 100%;
  padding: 15px;
  display: grid;
  grid-template-columns: 32.1vw 65vw;
}

.content__option-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.content__option-left div {
  /* padding-right: 15px; */
  padding: 5px 15px 5px 0;
}

.content__option .title p {
  font-size: var(--fz-14);
  font-family: var(--f-family);
  color: #f5f6f9;
  border-right: 1px solid #f5f6f9;
  padding: 0 30px 0 0;
  margin-bottom: 0;
  max-width: 90px;
}

.content__option .selection {
  display: flex;
  flex-direction: column;
}

.content__option .selection span {
  font-size: var(--fz-12);
  font-family: var(--f-family);
  color: #8ef2ef;
}

.content__option .selection div a {
  font-size: var(--fz-12);
  font-family: var(--f-family);
  color: var(--textMain-cl);
}

.content__option .selection>div {
  position: relative;
  border: 2px solid var(--textMain-cl);
  padding: 1px 33px;

}

.content__option .selection>div i {
  font-size: 20px;
  font-family: var(--f-family);
  color: var(--textMain-cl);

}

.content__option .selection .sub-option {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  left: 0;
  background-color: red;
  width: 100%;
}

.content__option .selection select {
  width: 190px;
  /* height: 36px; */
  background: transparent;
  border: 1px solid var(--textMain-cl);
  font-size: var(--fz-12);
  font-family: var(--f-family);
  color: var(--textMain-cl);
  /* border-radius: 11px; */
  padding: 7px 20px 7px 7px;
}

.content__option .selection select:focus {
  outline: none;
}

.content__option-right a {
  padding-left: 15px;
}

.content__option-right a img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(1.3);
}

.content__result {
  margin-top: 20px;
  margin-bottom: 20px;
  /* max-width: 100vw;
  overflow: auto; */
}

.content__result .table {
  color: #8ef2ef;
  font-family: var(--f-family);
}

.content__result .table thead {
  background: #424B5F;
  font-weight: bold;
}

.content__result .table th {
  border: 0px !important;
  height: 30px;
  text-align: right;
  vertical-align: middle;
}

.content__result .table th a {
  color: white;
  text-decoration: none !important;
}

.content__result .table th span {
  padding: 0 10px;
}

.content__result .table th div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content__result .table th:nth-child(1) {
  text-align: left;
  font-family: var(--f-family);
}

/* .content__result .table th:nth-child(2) {
  text-align: center;
} */

.content__result .table .trungbinh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content__result .table .trungbinh img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content__result .table .trungbinh p {
  max-width: 140px;
  margin-bottom: 0;
  font-family: var(--f-family);
}

.content__result .table .trungbinh div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__result .table td {
  text-align: right;
  vertical-align: middle;
}

.content__result .table td:nth-child(1) {
  text-align: left;
  /* min-width: 300px; */
}

/* .content__result .table td:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
} */

.content__result .table td:nth-child(2) img {
  padding: 0 5px;
}

.content__result .table tr:nth-child(even) {
  background: #ffffff14;
}

.content__result .table tr td:first-child {
  font-family: var(--f-family);
}

.content__result .--bg-black {
  background: black;
}

.content__result .table-responsive {
  background: #283040;
  /* overflow: unset !important; */
}

.act-hidden {
  display: none !important;
}

.content .content__result-dothi {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-gap: 5px;
  margin: 10px 0;
}

.content .content__result-dothi .grid-item {
  min-width: 464px;
}

.content .content__result-dothi .grid-item .option-tuychon,
.content .content__result-dothi .grid-item .option-ketqua,
.content .content__result-dothi .grid-item .option-bangcandoi,
.content .content__result-dothi .grid-item .option-tangtruong,
.content .content__result-dothi .grid-item .option-suatsinhloi,
.content .content__result-dothi .grid-item .option-cautrucvon,
.content .content__result-dothi .grid-item .option-nhanvien {
  background: #283040;
  padding: 10px 15px;
  font-family: var(--f-family) !important;
}

.content .content__result-dothi .option-item {
  margin: 15px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 10px 20px;
  font-family: var(--f-family) !important;
}

.content .content__result-dothi .option-item .switch {
  max-width: 204px;
  height: 37px;
  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;
  padding: 0 5px;
  border-radius: 8px;
  border: 1px solid #679CF6;
  cursor: pointer;
}

.content .content__result-dothi .option-item .switch span {
  font-size: 14px;
  margin: 0 5px;
  font-family: var(--f-family);
  color: #97a4ba;
}

.content .content__result-dothi .option-item .switch a {
  width: 28px;
  height: 16px;
  background: #f5f6f9;
  border-radius: 8px;
  position: relative;
}

.content .content__result-dothi .option-item .switch a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #60bdf1;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.content .content__result-dothi .option-item .change-text {
  color: #424B5F !important;
}

.content .content__result-dothi .option-item .change-bg {
  background: #679CF6 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-box-shadow: 0 0 7px 1px #679CF6;
  box-shadow: 0 0 7px 1px #679CF6;
}

.content .content__result-dothi .option-item .change-btn {
  background: #f5f6f9 !important;
  -webkit-box-shadow: 0 0 10px 0 #f5f6f9 !important;
  box-shadow: 0 0 10px 0 #f5f6f9 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.content .content__result-dothi .option-item .change-btn::before {
  -webkit-transform: translateX(14px) !important;
  transform: translateX(14px) !important;
  background-color: #679CF6 !important;
  top: 50% !important;
  -webkit-transform: translate(12px, -50%) !important;
  transform: translate(12px, -50%) !important;
}

.content .content__result-dothi .option-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content .content__result-dothi .option-title p {
  font-size: 20px;
  font-family: var(--f-family);
  color: #f5f6f9;
}

.content .content__result-dothi .option-title a {
  text-decoration: none;
  font-size: 13px;
  font-family: var(--f-family);
  color: #ffffff;
  line-height: 18px;
  padding: 5px 10px;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  background: #1F2327;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.content .content__result-dothi .option-title a span:last-child {
  font-size: 14px;
  margin-left: 5px;
}

.content .content__result-dothi .change-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content .content__result-dothi .act-hiddenItem {
  display: none;
}

.content .content__result-dothi .chart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-gap: 10px 15px;
  margin-left: 10px;
}

.content .content__result-dothi .chart .chart-item img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content__right .row .col-lg-10 .menu .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-left: -1px;
}

.content__right .row .col-lg-10 .menu .submenu li {
  list-style-type: none;
}

.content__right .row .col-lg-10 .menu .submenu li a {
  color: #424B5F;
}

.content__right .row .col-lg-10 .menu .submenu li a i {
  padding-right: 5px;
  padding-top: 1px;
  font-size: 12px;
  vertical-align: middle;
}

.act_menu {
  background: white;
  color: blue !important;
}

.act_submenu {
  color: blue !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.act_submenu::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: blue;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.content-account {
  /* width: 100vw; */
}

.content-account .container-fluid {
  width: 100%;
}

.content-account__top {
  display: inline-flex;
  align-self: center;
  justify-content: start;
  flex-wrap: wrap;
  padding-top: 10px;
}

.content-account__top div {
  /* margin: 5px 2px; */
  margin-right: 10px;
}

.content-account__top-nav a {
  padding: 10px;
  background: #0e585c;
  color: white;
  margin: 1px;
  font-size: var(--fz-12);
  font-family: var(--f-family);
  cursor: pointer;
  width: 205px;
}

.content-account__top-nav .active {
  text-decoration: none;
  font-weight: 700;
  background: #2e58ff;
}

.content-account__top-nav a:hover {
  text-decoration: none;
  color: white;
}

/*.content-account__top-nav a:active {
  text-decoration: none;
} 

.content-account__top-nav a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: left;
  transform-origin: left;
}  */

.content-account__main {
  margin-top: 100px;
}

.content-account__main .main__account {
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(3, 31%);
  grid-template-rows: repeat(4, auto);
  grid-gap: 10px 15px;
}

.content-account__main .main__account div {
  border: 1px solid var(--textMain-cl);
  border-radius: 5px;
  padding: 5.5px 5px;
  background: #283040;
}

.content-account__main .main__account div a {
  text-decoration: none;
  color: var(--textMain-cl);
  font-size: var(--fz-14);
  font-family: var(--f-family);
}

.content-account__main .main__account .avatar {
  background: none;
  border: none;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-account__main .main__account .avatar a {
  margin: 10px;
  font-family: var(--f-family);
  font-size: 20px;
  color: #3577b4;
}

.content-account__main .main__account .avatar a:first-child {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
}

.content-account__main .main__account .avatar a img {
  width: 100%;
  height: 100%;
}

.content-account__main .main__infor {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 31%);
  grid-gap: 10px 15px;
}

.content-account__main .main__infor div {
  border: 1px solid var(--textMain-cl);
  border-radius: 5px;
  padding: 5.5px 5px;
  background: #283040;
  color: var(--textMain-cl);
  font-size: var(--fz-14);
  font-family: var(--f-family);
  display: flex;
  align-items: center;
}

.content-account__main .main__infor div i {
  margin-right: 10px;
}

.content-account__main .main__infor .txtMail,
.content-account__main .main__infor .txtNumber,
.content-account__main .main__infor .txtCompany,
.content-account__main .main__infor .txtAccount,
.content-account__main .main__infor .txtTimes {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

.popup_DoiMatKhau {
  position: fixed;
  z-index: 10000;
  max-width: 56rem;
  width: 90%;
  /* height: 35rem; */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #283040;
  border: 5px solid #f5f6f9;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  border-radius: 10px;
}

.popup_DoiAva {
  position: absolute;
  z-index: 10000;
  width: 40rem;
  height: 45rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #283040;
  border: 5px solid #f5f6f9;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.popup_DoiMatKhau h2 {
  color: #97a4ba;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-family: var(--f-family);
  margin: 20px 0;
  padding: 0 15px;
  text-transform: uppercase;
}

.popup_DoiAva h2 {
  color: #97a4ba;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 3rem 0 5rem 0;
  font-family: var(--f-family);
}

.popup_DoiMatKhau a:hover {
  text-decoration: none;
}

.popup_DoiAva a:hover {
  text-decoration: none;
}

.popup_DoiMatKhau .DMK {
  width: 100%;
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30%)[3];
  grid-template-columns: repeat(3, 30%);
  grid-gap: 15px 10px; */
}

.popup_DoiMatKhau .DMK div {
  margin: 10px 0;
}

/* .popup_DoiMatKhau .DMK div:nth-child(even) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

.popup_DoiMatKhau .DMK div:last-child {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
} */

.popup_DoiMatKhau .DMK div span {
  font-size: var(--fz-16);
  color: #97a4ba;
  font-family: var(--f-family);
}

.popup_DoiMatKhau .DMK div input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: var(--f-family);
}

.popup_DoiMatKhau .DMK div input:focus {
  outline: none;
}

.popup_DoiMatKhau .DMK div input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: var(--f-family);
}

.popup_DoiMatKhau .DMK div input:-ms-input-placeholder {
  font-size: 13px;
  font-family: var(--f-family);
}

.popup_DoiMatKhau .DMK div input::-ms-input-placeholder {
  font-size: 13px;
  font-family: var(--f-family);
}

.popup_DoiMatKhau .DMK div input::placeholder {
  font-size: 13px;
  font-family: var(--f-family);
}

.popup_DoiMatKhau .DMK div a {
  text-align: center;
  padding: 10px 20px;
  background: #97a4ba;
  color: #424B5F;
  font-size: var(--fz-16);
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--f-family);
  float: left;
  border-radius: 10px;
}

.popup_DoiAva div a {
  width: 100%;
  padding: 10px 15px;
  background: #97a4ba;
  color: #424B5F;
  font-size: var(--fz-16);
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--f-family);
  text-align: center;
}

.popup_DoiMatKhau .DMK div a:hover {
  background: #424B5F;
  color: #f5f6f9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup_DoiAva .DMK div a:hover {
  background: #424B5F;
  color: #f5f6f9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup_DoiMatKhau>a {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #f5f6f9;
  color: red;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* font-weight: bold; */
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

.popup_DoiAva>a {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #f5f6f9;
  color: red;
  font-size: 18px;
  border-radius: 50%;
  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;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.popup_DoiAva>a:hover {
  text-decoration: none;
}

.compare__option .selection span {
  font-size: 20px;
  font-family: var(--f-family);
  color: #f5f6f9;
}

.compare__option .span_text {
  color: var(--textMain-cl);
  /* margin-bottom: 15px; */
  font-weight: normal;
  color: #8ef2ef;
}

.compare__option select {
  width: 100%;
  height: 36px;
  background: #1F2327;
  font-size: var(--fz-16);
  font-family: var(--f-family);
  color: #f5f6f9;
  padding: 7px 20px 7px 7px;
}

.compare__option input {
  width: 100%;
  height: 36px;
  background: #1F2327;
  font-size: var(--fz-16);
  font-family: var(--f-family);
  color: #f5f6f9;
  padding: 7px 20px 7px 7px;
}

#searchResult {
  list-style: none;
  padding: 10px;
  width: 100%;
  position: absolute;
  margin-top: 10px;
  z-index: 999;
  height: 73vh;
  overflow-y: auto;
}

#searchResult li {
  background-color: #424b5f;
  color: white;
  padding: 10px;
  z-index: 999;
  margin-bottom: 1px;
}

#searchResult li:hover {
  cursor: pointer;
}

.search_btn {
  text-decoration: none;
  margin-left: 10px;
  border-radius: 5px;
  background: #ffae42;
  padding: 16px 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 18px;
  font-family: var(--f-family);
  border: 1px solid #ffae42;
}

.search_btn:hover {
  background: transparent;
  border: 1px solid #ffae42;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.submit_btn {
  text-decoration: none;
  margin-left: 10px;
  border-radius: 5px;
  background: #679CF6;
  padding: 16px 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 18px;
  font-family: var(--f-family);
  border: 1px solid #ffae42;
}

.submit_btn:hover {
  background: transparent;
  border: 1px solid #679CF6;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mx-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.my-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mx-1 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.w-100 {
  width: 100% !important;
}

.toggle-on {
  background: url("../img/icons8-toggle-on-48.png");
  display: block;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.toggle-off {
  background: url("../img/icons8-toggle-off-48.png");
  display: block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.noborder {
  margin-bottom: 0 !important;
}

.noborder td,
.noborder th {
  border: none !important;
  font-size: var(--fz-12);
}

.noborder td a {
  color: #8ef2ef;
  font-size: var(--fz-12);
  font-family: 'OS';
}

.noborder tbody tr:hover {
  background: #1d525d;
}

.noborder tr.activeTr {
  background: #91751a !important;
}

.content__top-nav {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: var(--sideBar-bg);
  margin-top: 10px;
  border-radius: 5px;
}

.content__top-nav a {
  padding: 17px 20px;
  text-decoration: none;
  color: var(--textMain-cl);
  font-size: var(--fz-14);
  font-family: var(--f-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;

}

.content__top-nav .active {
  text-decoration: none;
  color: white;
  border-bottom: white 4px solid;
}

.content__top-nav a:hover {
  color: #f5f6f9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

.selection_cus select {
  background: transparent;
  border: 1px solid var(--textMain-cl);
  font-size: var(--fz-14);
  font-family: var(--f-family);
  color: var(--textMain-cl);
  padding: 7px 20px 7px 7px;
}

.selection_cus select:focus {
  outline: none;
}

.input_cus input {
  color: var(--textMain-cl);
  border: 1px solid var(--textMain-cl);
}

select option {
  background-color: #222a35;
  color: var(--textMain-cl);
}

select option:hover {
  background-color: #1d525d;
  box-shadow: 0 0 10px 100px #1882A8 inset;
}

option:hover {
  background-color: yellow !important;
}

.nav-sidebar {
  display: none;
}

footer {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: var(--header-bg);
  z-index: 99;
}

footer p {
  font-size: var(--fz-14);
  font-weight: 600;
  color: #854DFF;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  font-family: var(--f-family);
}

.button_cus {
  background-color: #854dff;
  padding: 0 10px;
  width: 15rem;
  height: 4rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  color: #f5f6f9;
  font-size: var(--fz-14);
  font-family: var(--f-family-rale);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_cus i {
  font-size: var(--fz-18);
  margin-left: 5px;
}

.option-chitieu {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--f-family) !important;
}

.option-title {
  font-size: var(--fz-12);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #0e585c;
  color: white !important;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 5px;
  cursor: pointer;
}

.checkbox-custom {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start;
}

.checkbox-custom,
.checkbox-custom:hover,
.checkbox-custom:active {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #8ef2ef;
  cursor: pointer;
  padding-top: 10px !important;
}

.checkbox-custom .checkbox-custom-input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 5px;
  border: 1px solid #8ef2ef;
  margin-right: 10px;
  margin-top: 3px;
}

.checkbox-custom .checkbox-custom-input .checked {
  font-size: 10px;
}

.checkbox-custom .checkbox-custom-input .unchecked {
  font-size: 10px;
  opacity: 0;
}

.checkbox-custom-all,
.checkbox-custom-all:hover,
.checkbox-custom-all:active {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #ff4e36;
  cursor: pointer;
  padding-top: 10px !important;
}

.checkbox-custom-all .checkbox-custom-all-input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 5px;
  border: 1px solid #ff4e36;
  margin-right: 10px;
}

.checkbox-custom-all .checkbox-custom-all-input .checked {
  font-size: 10px;
}

.checkbox-custom-all .checkbox-custom-all-input .unchecked {
  font-size: 10px;
  display: none;
}

.option-dothi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}


/*So sánh doanh nghiệp*/
.--flex-center-H {
  display: flex;
  justify-content: center;
}

.--flex-center-H div {
  margin: 0 10px;
}

.--flex-center-V {
  display: flex;
  align-items: center;
}

.text-start {
  text-align: start !important;
}

.modal-content .closed-modal {
  display: none
}

.cus-login_input {
  background-color: #2C1A55 !important;
  border-radius: 8px !important;
  transition: 0.5s;
}

.cus-login_input input {
  text-align: center;
  font-family: var(--f-family-rale);
}

.cus-login_input input::placeholder {
  color: #AD8BF7;
  font-family: var(--f-family-rale);
}

.cus-login_input:hover {
  background-color: white !important;
  transition: 0.5s;
}

.cus-login_btnLogin {
  display: flex;
  justify-content: center;
}

.cus-login_btnLogin button {
  background-color: #864cff !important;
  font-family: var(--f-family-rale);
  font-weight: bold !important;
  transition: 0.5s;
  width: 50%;
}

.cus-login_btnLogin button:hover {
  transition: 0.5s;
  background-color: white !important;
  color: #864cff;
}

/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 1625px) and (max-width: 1760px) {
  .content__option {
    display: grid;
    grid-template-columns: 26vw 74vw !important;
  }

  .content__option .content-account__top {
    padding: 0;
    margin-top: -40px;
  }

  .content__right .content__right-info {
    grid-template-columns: 20vw 15vw 15vw 22vw 19vw;
  }

}


@media screen and (max-width: 1207px) {
  .content__right .content__right-info {
    /* grid-template-columns: 18.1vw 15.1vw 15.1vw 21.1vw 18.1vw;
    grid-gap: 15px; */
    grid-template-columns: repeat(5, 21.7vw);
    grid-gap: 15px;
  }

  .content__right .content__right-info .--name {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .content__right .content__right-info .--representative {
    grid-column: 3/5;
    grid-row: 1/2;
  }

  .content__right .content__right-info .--town {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .content__right .content__right-info .--career {
    grid-column: 1/5;
    grid-row: 3/4;
  }

  .content__right .content__right-info .--status {
    grid-column: 3/5;
    grid-row: 2/3;
  }

  .content__option {
    grid-template-columns: 18vw 82vw;

  }

  .content-account__top {
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: -30px;
  }

  .content-account__top div {
    margin-top: 15px;
  }

  .content__option-left {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
  }

  /* .content__option-left div {
    margin-left: 10px;
  } */

  .content-account__main .main__infor,
  .content-account__main .main__account {
    width: 80%;
    margin: 15px auto;
  }
}

@media screen and (max-width: 991px) {

  .content__option {
    grid-template-columns: 30vw 70vw;
  }

  .content-account__top {
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 10px;
  }

  .content__right .content__right-info {
    grid-template-columns: repeat(5, 20.6vw);
    grid-gap: 15px;
  }

  .content__right .content__right-info .--name {
    grid-column: 1/3;
    grid-row: 1/2;

  }

  .content__right .content__right-info .--representative {
    grid-column: 3/5;
    grid-row: 1/2;
  }

  .content__right .content__right-info .--town {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .content__right .content__right-info .--career {
    grid-column: 1/5;
    grid-row: 3/4;
  }

  .content__right .content__right-info .--status {

    grid-column: 3/5;
    grid-row: 2/3;
  }


}

/*Responsive */
@media screen and (min-width: 1208px) and (max-width: 1599px) {
  .content__right .content__right-info {
    width: 99%;
    display: grid;
    grid-template-columns: 20.1vw 15.1vw 15.1vw 21.1vw 18.1vw;
    grid-gap: 15px;
    overflow: hidden;
    transition: 0.5s;
    padding-left: 15px;
    /* grid-template-columns: repeat(5, 20.5vw);
    grid-gap: 15px; */
  }
}

@media screen and (max-width: 599px) {
  .--ml-0 {
    margin-left: 0 !important;
  }

  .logo_v2 {
    display: none !important;
  }

  .act_lang-m {
    display: block !important;
  }

  header .container-fluid .hamburger {
    display: block;
    z-index: 100;
    padding: 20px 0;
    margin-left: -10%;
    width: 40px;
  }

  header .container-fluid .hamburger div {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
  }

  header .container-fluid .hamburger div span {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -2px;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  }

  header .container-fluid .hamburger div span::before,
  header .container-fluid .hamburger div span::after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #fff;
  }

  header .container-fluid .hamburger div span::before {
    top: -10px;
    left: 0;
    -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }

  header .container-fluid .hamburger div span::after {
    bottom: -10px;
    right: 0;
    -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }

  header .container-fluid .act-hamburger div span {
    -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
  }

  header .container-fluid .act-hamburger div span::before {
    top: 0;
    -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  header .container-fluid .act-hamburger div span::after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }



  header .menu {
    display: none;
  }

  .content {
    padding: 63px 0 0 0;
  }

  .content__left-option {
    display: none;
  }

  .nav-sidebar {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 75vw;
    height: 100vh;
    background-color: var(--sideBar-bg);
    z-index: 99;
    padding-top: 13%;
    transition: 0.7s;
    margin-left: -75vw;
  }

  .act-navSideBar {
    margin-left: 0;
    transition: 0.7s;
  }

  .lang-change-m {
    display: none;
  }

  .lang select {
    cursor: pointer;
    min-width: 60px;
    background-color: transparent;
    border: none;
    color: #97a4ba;

  }

  .lang select:hover {
    color: yellow;
  }

  .lang select:focus {
    border: none;
    outline: none;
    color: #864cff;
  }

  .lang select option {
    cursor: pointer;
    background-color: #333F50;
    color: #97a4ba;
  }

  .lang select option:focus {
    border: none;
    outline: none;
  }


  .content__left .nav-sidebar nav {
    width: 100%;
    padding: 25px 0 25px 10px;
  }

  .content__left .nav-sidebar .nav-top {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #97a4ba;
  }

  .content__left .nav-sidebar .nav-top a {
    color: #97a4ba;
    padding: 18px 5px;
    text-decoration: none;
    transition: var(--tr-duration);
    font-size: var(--fz-18);
    font-family: var(--f-family);
    /* text-align: center; */
  }

  .content__left .nav-sidebar .nav-top a i {
    margin-right: 5px;
  }

  .content__left .nav-sidebar .nav-bottom {
    display: flex;
    flex-direction: column;

  }

  .content__left .nav-sidebar .nav-bottom a {
    padding: 15px 5px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    position: relative;
    font-size: var(--fz-16);
    font-family: var(--f-family);
    text-decoration: none;
    color: #97a4ba;
    /* text-align: center; */
  }

  .content__left .nav-sidebar .nav-bottom a img {
    width: 24x;
    height: 24px;
    object-fit: cover;
    margin-right: 5px;
  }


  .content__right-text .search input {
    max-width: 250px;
  }

  .content__right-text .search a {
    max-width: 120px;
  }

  .content__right .content__right-info {
    grid-column-gap: 0;
    grid-row-gap: 15px;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
  }

  .content__right .menu {
    flex-direction: column;
  }

  .content__right .menu li a {
    justify-content: flex-start;
    width: 100%;
  }

  .content__right .menu li a::before {
    left: 0;
    transform: translateX(0);
    margin-left: 20px;
  }

  /*Account*/

  .content-account__top-nav {
    margin-right: 5px;
  }

  .content-account__top-nav a {
    width: 100%;
  }

  .content .content-account__main .row>div {
    width: 100%;
  }

  .content-account__main .main__infor,
  .content-account__main .main__account {
    width: 100%;

  }

  .content .content-account__main .main__account {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content .content-account__main .main__account .avatar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .content .content-account__main .main__account div:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .content .content-account__main .main__account div:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }

  .content .content-account__main .main__account div:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }

  .content .content-account__main .main__infor div {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }

  /*Popup đổi mật khẩu*/
  .popup_DoiMatKhau h2 {
    font-size: 2.5rem;
  }

  a {
    font-family: var(--f-family) !important;
  }

  /*So sanh doanh nghiep*/
  .--reset-W {
    width: auto !important;
  }

  .--mh-15 {
    margin: 0 15px;
  }

  .--flex-center-V {
    flex-wrap: wrap;
  }

  .justify-content-center {
    display: flex;
    justify-content: center;
  }

  .--text-start {
    text-align: start !important;
    padding-bottom: 5px;
  }

  .--flex-center-H #Donvi {
    width: auto;
  }

  .modal-content {
    position: relative;
  }

  .modal-content .closed-modal {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    background: #212938;
    border-radius: 50%;

  }

  .modal-content .closed-modal img {
    width: 100%;
    object-fit: cover;
  }

  .content__option-left .title p {
    border-right: none;
  }

  .content__option-left span {
    padding-bottom: 5px;
  }

  .content__result .table-responsive table thead th {
    min-width: 150px !important;
  }

  .content__option {
    display: flex;
    flex-direction: column-reverse;
  }
}

#TBinhNganh {
  height: 100% !important;
}

#TBinhDN {
  height: 100% !important;
}

.activeTree {
  background-color: #91751a;
}

.tree-grid thead tr th {
  border: none !important;
}

/* .modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  height: 90vh;
  overflow-y: auto;
} */

.scrollbar-custom::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  border: none;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  background: var(--textMain-cl);
  border-radius: 10px;
}

.logo_v2_img:hover .account {
  font-family: var(--f-family) !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.logo_v2_img .account {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  left: 25%;
  top: 110%;
  width: 35%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2f2e2eb0;
}

.logo_v2_img .account a {
  text-align: center;
  display: block;
  padding: 7px 10px;
  color: white;
  font-family: var(--f-family) !important;
  font-size: 12px;
  text-decoration: none;
}

.logo_v2_img .account a:hover {
  color: #864cff !important;
}

.logo_v2_mobile_img:hover .account {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.logo_v2_mobile_img .account {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  left: 50%;
  top: 110%;
  width: 200%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2f2e2eb0;
}

.logo_v2_mobile_img .account a {
  text-align: center;
  display: block;
  padding: 7px 10px;
  color: white;
  font-family: var(--f-family) !important;
  font-size: 12px;
  text-decoration: none;
}

.logo_v2_mobile_img .account a:hover {
  color: #864cff !important;
}

header .container-fluid .row .menu a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#tongquan {
  border-top: 5px solid var(--sideBar-bg);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.dothi {
  font-family: var(--f-family) !important;
}

.text-dothi a {
  font-family: var(--f-family) !important;
}

.chart-item {
  position: relative !important;
  background-color: #2b2d3d !important;
  margin: 0px !important;
  margin-left: 20px !important;
  width: 48.5% !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 1440px) {
  .chart-item {
    width: 48% !important;
  }
}

@media screen and (max-width: 1204px) {
  .chart-item {
    width: 98% !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
  .chart-item {
    width: 96% !important;
  }
}
.button-hover:hover
{
  color:white!important;
  font-weight: 600;
}