.container-thong-ke .content {
  max-width: 100%;
  padding-top: 32px;
}
.container-thong-ke .content .name {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .name {
    font-size: 20px;
  }
}
.container-thong-ke .content .year-range-picker, .container-thong-ke .content .year-range-picker-1 {
  position: relative;
}
.container-thong-ke .content .year-range-picker .range-picker-toggle, .container-thong-ke .content .year-range-picker-1 .range-picker-toggle {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #DFDFDF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
}
.container-thong-ke .content .year-range-picker .range-picker-toggle .text, .container-thong-ke .content .year-range-picker-1 .range-picker-toggle .text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Grey-800, #505050);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.container-thong-ke .content .year-range-picker .range-picker-toggle .text .time-to-time, .container-thong-ke .content .year-range-picker-1 .range-picker-toggle .text .time-to-time {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.container-thong-ke .content .year-range-picker .range-picker-toggle .caret, .container-thong-ke .content .year-range-picker-1 .range-picker-toggle .caret {
  margin-left: 10px;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker {
  margin-top: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
  width: 260px;
  border-radius: 8px;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .header, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .header .title, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .header .title {
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: auto;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .header .arrow, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .header .arrow {
  cursor: pointer;
  color: #aaa;
  font-size: 14px;
  padding: 0;
  border: none;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .header .arrow:hover, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .header .arrow:hover {
  color: #666;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .year-grid, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .year-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 12px;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .year-grid .year-cell, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .year-grid .year-cell {
  text-align: center;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 3px;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .year-grid .year-cell:hover, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .year-grid .year-cell:hover {
  background-color: #f0f0f0;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .year-grid .year-cell.selected, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .year-grid .year-cell.selected {
  background-color: #DEF2FF;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .year-grid .year-cell.selected-start, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .year-grid .year-cell.selected-start {
  background: #009FE2;
  color: #FFF;
}
.container-thong-ke .content .year-range-picker .dropdown-year-range-picker .year-grid .year-cell.selected-end, .container-thong-ke .content .year-range-picker-1 .dropdown-year-range-picker .year-grid .year-cell.selected-end {
  background: #009FE2;
  color: #FFF;
}
.container-thong-ke .content .year-picker {
  position: relative;
}
.container-thong-ke .content .year-picker .picker-toggle {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #DFDFDF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
}
.container-thong-ke .content .year-picker .picker-toggle .text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Grey-800, #505050);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.container-thong-ke .content .year-picker .picker-toggle .text .time-to-time {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.container-thong-ke .content .year-picker .picker-toggle .caret {
  margin-left: 10px;
}
.container-thong-ke .content .year-picker .dropdown-year-picker {
  margin-top: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
  width: 260px;
  border-radius: 8px;
}
.container-thong-ke .content .year-picker .dropdown-year-picker .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.container-thong-ke .content .year-picker .dropdown-year-picker .header .title {
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: auto;
}
.container-thong-ke .content .year-picker .dropdown-year-picker .header .arrow {
  cursor: pointer;
  color: #aaa;
  font-size: 14px;
  padding: 0;
  border: none;
}
.container-thong-ke .content .year-picker .dropdown-year-picker .header .arrow:hover {
  color: #666;
}
.container-thong-ke .content .year-picker .dropdown-year-picker .year-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 12px;
}
.container-thong-ke .content .year-picker .dropdown-year-picker .year-grid .year-cell {
  text-align: center;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 3px;
}
.container-thong-ke .content .year-picker .dropdown-year-picker .year-grid .year-cell:hover {
  background-color: #f0f0f0;
}
.container-thong-ke .content .year-picker .dropdown-year-picker .year-grid .year-cell.selected {
  background: #009FE2;
  color: #FFF;
}
.container-thong-ke .content .row-1 {
  margin-bottom: 36px;
}
.container-thong-ke .content .row-1 .don-vi {
  color: var(--Grey-900, #333);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2px;
}
.container-thong-ke .content .row-1 .time-now {
  color: var(--Grey-700, #6A6A6A);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.container-thong-ke .content .row-2 {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) {
  .container-thong-ke .content .row-2 {
    flex-direction: column;
  }
}
.container-thong-ke .content .row-2 .left, .container-thong-ke .content .row-2 .right {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--Grey-200, #ECECEC);
  background: #FFF;
}
.container-thong-ke .content .row-2 .left {
  width: 60%;
}
@media only screen and (max-width: 1440px) {
  .container-thong-ke .content .row-2 .left {
    width: 100%;
  }
}
.container-thong-ke .content .row-2 .left .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .container-thong-ke .content .row-2 .left .top {
    flex-direction: column;
    gap: 8px;
  }
}
.container-thong-ke .content .row-2 .left .top .arrow {
  width: auto;
}
.container-thong-ke .content .row-2 .left .mid {
  margin-bottom: 32px;
}
.container-thong-ke .content .row-2 .left .mid .radio-select {
  display: flex;
  gap: 16px;
}
.container-thong-ke .content .row-2 .left .mid .radio-select div {
  display: flex;
  gap: 8px;
}
.container-thong-ke .content .row-2 .left .mid .radio-select div input[type=radio] {
  width: 24px;
  height: 24px;
}
.container-thong-ke .content .row-2 .left .mid .radio-select div label {
  color: var(--Grey-900, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.container-thong-ke .content .row-2 .left .mid .radio-select div label.checked {
  color: #008BD4;
}
.container-thong-ke .content .row-2 .right {
  width: 40%;
}
@media only screen and (max-width: 1440px) {
  .container-thong-ke .content .row-2 .right {
    width: 100%;
  }
}
.container-thong-ke .content .row-2 .right .name {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .container-thong-ke .content .row-2 .right .name {
    display: block;
  }
}
.container-thong-ke .content .row-2 .right .status {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 142%;
  padding: 2px 12px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .container-thong-ke .content .row-2 .right .status {
    margin: 10px 0;
  }
}
.container-thong-ke .content .row-2 .right .status.process {
  color: var(--Blue-600, #008BD4);
  border: 1px solid var(--Blue-600, #008BD4);
  background: var(--Blue-100, #DEF2FF);
}
.container-thong-ke .content .row-2 .right .status.process-1 {
  color: var(--Yellow-600, #dec800);
  border: 1px solid var(--Yellow-600, #dec800);
  background: var(--Yellow-100, #f7f4cb);
}
.container-thong-ke .content .row-2 .right .status.success {
  color: var(--Green-600, #28a745);
  border: 1px solid var(--Green-600, #28a745);
  background: var(--Green-100, #d6facf);
}
.container-thong-ke .content .row-2 .right .status.no-process {
  color: var(--Red-600, #e20101);
  border: 1px solid var(--Red-600, #e20101);
  background: var(--Red-100, #ffd9d9);
}
.container-thong-ke .content .row-2 .right .name-2 {
  color: var(--Grey-900, #333);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 145.455% */
}
.container-thong-ke .content .row-2 .right #container-tien-do {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.container-thong-ke .content .row-2 .right .wrap {
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid var(--Grey-100, #F5F5F5);
  background: rgba(0, 159, 226, 0.05);
}
.container-thong-ke .content .row-2 .right .wrap .deadline {
  color: var(--Grey-600, #777);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-2 .right .wrap .deadline {
    font-size: 18px;
  }
}
.container-thong-ke .content .row-2 .right .wrap .deadline .date {
  color: #131313;
}
.container-thong-ke .content .row-2 .right .wrap .countdown {
  margin: 16px auto;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-2 .right .wrap .countdown {
    gap: 10px;
  }
}
.container-thong-ke .content .row-2 .right .wrap .countdown .line {
  height: 24px;
  width: 1px;
  background: #DFDFDF;
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  background: #39cd1e;
  border-radius: 8px;
  padding: 8px 16px;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item {
    padding: 5px 10px;
  }
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item .number {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item .number {
    font-size: 26px;
  }
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  text-transform: uppercase;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item .label {
    font-size: 12px;
  }
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  background: #dec800;
  border-radius: 8px;
  padding: 8px 16px;
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item-1 .number {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item-1 .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  text-transform: uppercase;
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  background: #D44C3E;
  border-radius: 8px;
  padding: 8px 16px;
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item-2 .number {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
.container-thong-ke .content .row-2 .right .wrap .countdown .countdown-item-2 .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  text-transform: uppercase;
}
.container-thong-ke .content .row-2 .right .wrap .action a {
  display: block;
  border-radius: 8px;
  width: 100%;
  background: var(--blue-500-main, #009FE2);
  color: var(--Base-White, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  padding: 12px 0;
  font-weight: 600;
  line-height: 150%;
  border: 1px solid #009FE2;
}
.container-thong-ke .content .row-2 .right .wrap .action a:hover {
  background: #FFF;
  color: #009FE2;
}
.container-thong-ke .content .row-3 {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--Grey-200, #ECECEC);
  background: #FFF;
  margin-bottom: 24px;
}
.container-thong-ke .content .row-3 .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .container-thong-ke .content .row-3 .top {
    display: block;
  }
  .container-thong-ke .content .row-3 .top .name {
    margin-bottom: 20px;
  }
}
.container-thong-ke .content .row-3 .mid {
  padding: 32px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .container-thong-ke .content .row-3 .mid {
    padding: 20px 0;
    flex-direction: column;
    gap: 8px;
  }
  .container-thong-ke .content .row-3 .mid > svg {
    transform: rotate(90deg);
  }
}
.container-thong-ke .content .row-3 .mid .select-group {
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .container-thong-ke .content .row-3 .mid .select-group {
    width: 100%;
  }
}
.container-thong-ke .content .row-3 .mid .select-group select {
  padding: 12px 16px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--Grey-700, #6A6A6A);
  background: var(--Linear, linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%));
  overflow: hidden;
  color: var(--Grey-800, #505050);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-right: 40px;
}
.container-thong-ke .content .row-3 .mid .select-group svg {
  position: absolute;
  top: 30%;
  right: 16px;
}
.container-thong-ke .content .row-4 {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--Grey-200, #ECECEC);
  background: #FFF;
  margin-bottom: 24px;
}
.container-thong-ke .content .row-4 .name {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ECECEC;
}
.container-thong-ke .content .row-4 .download {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 480px) {
  .container-thong-ke .content .row-4 .download {
    flex-direction: column;
    align-items: center;
  }
}
.container-thong-ke .content .row-4 .download h3 {
  color: var(--blue-500-main, #009FE2);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 142%;
  margin: auto 0;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-4 .download h3 {
    font-size: 24px;
  }
}
.container-thong-ke .content .row-4 .download .wrap h4 {
  color: var(--Grey-900, #333);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-4 .download .wrap h4 {
    font-size: 20px;
  }
}
.container-thong-ke .content .row-4 .download .wrap span {
  color: var(--Grey-700, #6A6A6A);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-4 .download .wrap span {
    font-size: 14px;
  }
}
.container-thong-ke .content .row-4 .download button {
  white-space: nowrap;
  margin: auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--blue-500-main, #009FE2);
  color: var(--Base-White, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  align-self: center;
  margin-left: auto;
}
@media only screen and (max-width: 667px) {
  .container-thong-ke .content .row-4 .download button {
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 480px) {
  .container-thong-ke .content .row-4 .download button {
    margin: 0 auto;
  }
}
.container-thong-ke .content .row-4 .download button svg {
  margin-right: 8px;
}
.container-thong-ke .content .row-4 .download button:hover {
  background: #0fb4fb;
}
.container-thong-ke .content .row-4 .download-1 {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Grey-200, #ECECEC);
}/*# sourceMappingURL=sang.css.map */