﻿@charset "UTF-8";
@keyframes shrink {
  0% {
    background-size: 100%; }
  100% {
    background-size: 130%; } }

@keyframes shrink2 {
  0% {
    background-size: 95%; }
  100% {
    background-size: 100%; } }

@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opacitymoveup {
  from {
    transform: translateY(50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes opacitymovedown {
  from {
    transform: translateY(-50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-30px); }
  to {
    transform: translateX(0); } }

@keyframes translateYmoveup {
  from {
    transform: translateY(30px); }
  to {
    transform: translateY(0); } }

@keyframes translateYmovedown {
  from {
    transform: translateY(-30px); }
  to {
    transform: translateY(0); } }

@keyframes translateLoad {
  0% {
    left: 0%;
    right: 100%;
    width: 0%; }
  10% {
    left: 0%;
    right: 75%;
    width: 25%; }
  90% {
    right: 0%;
    left: 75%;
    width: 25%; }
  100% {
    left: 100%;
    right: 0%;
    width: 0%; } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px; }

#header {
  z-index: 50; }

.border-bottom-lr-radius {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

#tkbc-body {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  background-image: url("/assets/images/bg-thongkebaocao.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 85px; }
  #tkbc-body .page-wrapper {
    display: flex; }
  #tkbc-body .page-right-after.expanded {
    display: block; }
  #tkbc-body .page-right-after {
    width: 280px;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    transition: width 0.5s ease-in-out, padding-left 0.5s ease-in-out, opacity 0.5s ease-in-out;
    border-radius: 10px;
    height: 400px;
    top: 146px;
    max-height: 430px;
    overflow: hidden;
    z-index: 100;
    right: 20px;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: none; }
    #tkbc-body .page-right-after .pg-right-wrapper {
      background-color: #ffffff;
      border-radius: 10px;
      height: 100%;
      position: relative;
      bottom: 10px; }
    #tkbc-body .page-right-after p {
      position: relative;
      top: 10px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 10px;
      margin-top: 10px;
      color: #1A52CD;
      border-bottom: 2px solid #1A52CD;
      padding-bottom: 7px; }
    #tkbc-body .page-right-after ul {
      padding: 0;
      position: relative;
      top: 15px; }
      #tkbc-body .page-right-after ul li {
        font-weight: 600;
        border-bottom: solid 1px #ccc;
        border-radius: 3px;
        position: relative;
        display: flex;
        align-items: center;
        height: 69px;
        padding-left: 22px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px; }
        #tkbc-body .page-right-after ul li:hover {
          background: aliceblue; }
          #tkbc-body .page-right-after ul li:hover::before {
            height: 50%;
            border-radius: 0 5px 5px 0; }
        #tkbc-body .page-right-after ul li:last-child {
          border-bottom: 0px; }
        #tkbc-body .page-right-after ul li::before {
          content: "";
          background: #1A52CD;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          margin: auto;
          margin-top: auto;
          margin-left: auto;
          position: absolute;
          margin-left: -10px;
          margin-top: 0px;
          transition: ease-in-out all 0.5s; }
        #tkbc-body .page-right-after ul li a {
          color: #2c3542; }
        #tkbc-body .page-right-after ul li a.active {
          color: #1A52CD;
          font-weight: 700; }
  #tkbc-body .toggle-right-btn-wrap {
    padding-top: 15px;
    display: flex;
    justify-content: end;
    padding-bottom: 15px;
    width: 100%;
    position: relative; }
    #tkbc-body .toggle-right-btn-wrap .toggle-right-btn-body {
      display: flex;
      justify-content: end; }
      #tkbc-body .toggle-right-btn-wrap .toggle-right-btn-body .page-title-btn {
        font-size: 1rem;
        cursor: pointer;
        color: #fff;
        width: 40px;
        height: 40px;
        background: #ffffff;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.37);
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 105px;
        right: 20px;
        padding: 10px;
        border-radius: 10px;
        z-index: 3; }
  #tkbc-body main {
    display: grid;
    width: 100%;
    z-index: 10;
    /*heading toggled*/
    /*suggest layout chung*/
    /*end suggest*/
    /* CONTENT */ }
    #tkbc-body main .heading {
      padding: 10px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px; }
    #tkbc-body main .heading.title {
      cursor: pointer;
      padding: 10px 5px;
      color: #1A52CD;
      background: #fff;
      backdrop-filter: blur(7.9px);
      border: 1px solid rgba(255, 255, 255, 0.37);
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    #tkbc-body main .heading.title i {
      font-weight: 600;
      font-size: 1.2em;
      color: #fff;
      background: #1A479E;
      border-radius: 20px;
      margin-right: 10px;
      display: flex;
      padding: 3px 6px 2px 6px;
      justify-content: center;
      align-items: center;
      transition: ease-in-out all 0.5s;
      transform: rotate(-90deg); }
    #tkbc-body main .heading.title.toggled i {
      transform: rotate(0deg); }
    #tkbc-body main .heading span {
      font-weight: 600;
      font-size: 1.1em;
      text-transform: uppercase; }
    #tkbc-body main .heading.title span {
      display: block;
      width: 100%;
      color: #1A479E; }
    #tkbc-body main .tk-ctkvhc {
      text-align: center;
      font-size: 19px;
      color: #1A479E;
      text-transform: uppercase;
      font-weight: 700; }
    #tkbc-body main .suggestchung {
      max-height: 300px;
      overflow: scroll;
      overflow-x: hidden; }
    #tkbc-body main .UI-DROP {
      display: flex;
      justify-content: center; }
      #tkbc-body main .UI-DROP .UI-DDL {
        width: 255px;
        background-color: #e7efff;
        padding: 10px 10px;
        border-radius: 8px;
        cursor: pointer; }
        #tkbc-body main .UI-DROP .UI-DDL input {
          border: 0;
          background-color: #e7efff;
          cursor: pointer; }
          #tkbc-body main .UI-DROP .UI-DDL input:focus {
            border: none;
            outline: none;
            box-shadow: none; }
      #tkbc-body main .UI-DROP .suggestchung {
        width: 245px;
        border-radius: 8px;
        scrollbar-width: thin;
        padding: 0; }
        #tkbc-body main .UI-DROP .suggestchung li:nth-child(n+2) {
          padding: 10px 15px;
          border-bottom: 1px dotted #ccc;
          cursor: pointer; }
          #tkbc-body main .UI-DROP .suggestchung li:nth-child(n+2):hover {
            background-color: #ccc; }
    #tkbc-body main.collapsed {
      grid-template-columns: 0 100%; }
      #tkbc-body main.collapsed .main-menu {
        padding: 0; }
    #tkbc-body main .main-menu {
      overflow: hidden;
      background-color: #202E75;
      padding-top: 10px;
      border-radius: 10px 0 0 15px;
      transition: width 0.3s ease; }
      #tkbc-body main .main-menu h1 {
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        margin: 10px 0 15px;
        color: #fff; }
      #tkbc-body main .main-menu #toggle-menu {
        display: block;
        margin: 10px auto;
        padding: 9px 14px;
        border: none;
        background-color: #ccc;
        color: #202E75;
        border-radius: 50%;
        cursor: pointer;
        font-weight: bold;
        position: absolute;
        left: 290px;
        z-index: 10;
        top: 45%;
        transition: left 0.3s ease; }
      #tkbc-body main .main-menu .logo {
        display: none; }
    #tkbc-body main .content {
      display: grid;
      background: #fefefe;
      box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset, 0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
      margin-bottom: 10px;
      width: 100%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      #tkbc-body main .content .content-body {
        display: block;
        width: 100%;
        font-size: 1rem;
        overflow-x: hidden;
        overflow-y: hidden;
        border-top: 2px solid #1A479E;
        /*c-donvihanhchinh reheight*/
        /*c-donvihanhchinh*/
        /*tbody_task5_table*/
        /*tbody_task5_table end*/ }
        #tkbc-body main .content .content-body .wrapTKDVHC {
          padding: 30px 0; }
        #tkbc-body main .content .content-body .btngroup {
          padding-top: 15px;
          padding-bottom: 3px; }
        #tkbc-body main .content .content-body .btngroup-ttdc {
          padding-bottom: 15px;
          padding-top: 15px; }
        #tkbc-body main .content .content-body .btngroup-ct-ttdc {
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body .btngroup-top {
          padding-top: 15px; }
        #tkbc-body main .content .content-body .read-all {
          text-align: end;
          position: absolute;
          bottom: -20px;
          right: 15px;
          z-index: 3; }
          #tkbc-body main .content .content-body .read-all span {
            text-transform: none;
            font-weight: 500;
            background: aliceblue;
            padding: 5px 7px;
            cursor: pointer;
            border: 1px solid #1A54CD;
            border-radius: 3px;
            color: #1A54CD;
            font-size: 0.8rem; }
        #tkbc-body main .content .content-body .read-5 {
          position: absolute;
          bottom: -20px;
          z-index: 4; }
          #tkbc-body main .content .content-body .read-5 span {
            text-transform: none;
            font-weight: 500;
            background: aliceblue;
            padding: 5px 7px;
            cursor: pointer;
            border: 1px solid #1A54CD;
            border-radius: 3px;
            color: #1A54CD;
            font-size: 0.8rem; }
        #tkbc-body main .content .content-body .span-div {
          text-align: end;
          position: absolute;
          top: -20px;
          right: 15px; }
        #tkbc-body main .content .content-body .spandiv-thonapto {
          top: 25px; }
        #tkbc-body main .content .content-body .spandiv-tktt {
          top: -24px; }
        #tkbc-body main .content .content-body #don-vi-hanh-chinh {
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative; }
        #tkbc-body main .content .content-body #donvihanhchinh-figure {
          padding: 15px;
          border-radius: 10px;
          border: 1px solid #ddd; }
        #tkbc-body main .content .content-body .chart-10 {
          height: 400px; }
        #tkbc-body main .content .content-body .tbody_task1-10 {
          max-height: 363px !important; }
        #tkbc-body main .content .content-body .chart-20 {
          height: 450px; }
        #tkbc-body main .content .content-body .tbody_task1-20 {
          max-height: 413px !important; }
        #tkbc-body main .content .content-body .chart-30 {
          height: 500px; }
        #tkbc-body main .content .content-body .tbody_task1-30 {
          max-height: 463px !important; }
        #tkbc-body main .content .content-body .chart-40 {
          height: 550px; }
        #tkbc-body main .content .content-body .tbody_task1-40 {
          max-height: 513px !important; }
        #tkbc-body main .content .content-body .chart-50 {
          height: 600px; }
        #tkbc-body main .content .content-body .tbody_task1-50 {
          max-height: 563px !important; }
        #tkbc-body main .content .content-body .chart-60 {
          height: 650px; }
        #tkbc-body main .content .content-body .tbody_task1-60 {
          max-height: 613px !important; }
        #tkbc-body main .content .content-body .chart-70 {
          height: 700px; }
        #tkbc-body main .content .content-body .tbody_task1-70 {
          max-height: 663px !important; }
        #tkbc-body main .content .content-body .chart-80 {
          height: 750px; }
        #tkbc-body main .content .content-body .tbody_task1-80 {
          max-height: 713px !important; }
        #tkbc-body main .content .content-body .chart-90 {
          height: 800px; }
        #tkbc-body main .content .content-body .tbody_task1-90 {
          max-height: 763px !important; }
        #tkbc-body main .content .content-body .chart-100 {
          height: 850px; }
        #tkbc-body main .content .content-body .tbody_task1-100 {
          max-height: 813px !important; }
        #tkbc-body main .content .content-body .chart-110 {
          height: 900px; }
        #tkbc-body main .content .content-body .tbody_task1-110 {
          max-height: 863px !important; }
        #tkbc-body main .content .content-body .chart-120 {
          height: 950px; }
        #tkbc-body main .content .content-body .tbody_task1-120 {
          max-height: 913px !important; }
        #tkbc-body main .content .content-body .chart-130 {
          height: 1000px; }
        #tkbc-body main .content .content-body .tbody_task1-130 {
          max-height: 963px !important; }
        #tkbc-body main .content .content-body .chart-140 {
          height: 1050px; }
        #tkbc-body main .content .content-body .tbody_task1-140 {
          max-height: 1013px !important; }
        #tkbc-body main .content .content-body .chart-150 {
          height: 1100px; }
        #tkbc-body main .content .content-body .tbody_task1-150 {
          max-height: 1063px !important; }
        #tkbc-body main .content .content-body #chart_collapse {
          display: none; }
        #tkbc-body main .content .content-body #don-vi-hanh-chinh-table {
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative; }
        #tkbc-body main .content .content-body #diadanh_click_container {
          display: none; }
        #tkbc-body main .content .content-body #cboToApThon {
          margin-left: 50px; }
        #tkbc-body main .content .content-body #thongKethonapto {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body #toapthon-bd {
          padding-bottom: 15px;
          padding-top: 50px;
          padding-top: 15px; }
        #tkbc-body main .content .content-body #toapthon-fg {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px; }
        #tkbc-body main .content .content-body #toapthon-table {
          padding-bottom: 15px;
          padding-top: 15px; }
        #tkbc-body main .content .content-body #trang-thai-dia-chi {
          padding-top: 15px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #trang-thai-dia-chi-fg {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px; }
        #tkbc-body main .content .content-body #trang-thai-dia-chi-table {
          padding-top: 15px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #ttdc_container {
          display: none; }
        #tkbc-body main .content .content-body #cboXa_ttdc {
          margin-bottom: 30px; }
        #tkbc-body main .content .content-body #tketrangthaidiachi {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body #ttdc_container-bd {
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #ttdc_container-bd-fg {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px; }
        #tkbc-body main .content .content-body #ttdc_container-table {
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #tkeloaidiachi {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body #ldc-bd {
          padding-top: 15px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #ldc-bd-fg {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px; }
        #tkbc-body main .content .content-body #ldc-table {
          padding-top: 15px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #readMoreGroup_ldc {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body #loai-dia-chi-container {
          display: none; }
        #tkbc-body main .content .content-body #tkeloaidiachi_px {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body #ldc-bd-fg {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px; }
        #tkbc-body main .content .content-body #ldc-child-bd {
          padding-top: 50px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #ldc-child-bd-fg {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px; }
        #tkbc-body main .content .content-body #ldc-child-table {
          padding-top: 50px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #tketylesohoa {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body #tylesohoa-bd {
          padding-top: 15px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #tylesohoa-bd-fg {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px; }
        #tkbc-body main .content .content-body #tylesohoa-table {
          padding-top: 15px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #tkecanbonhaplieu {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body #canbonhaplieu-bd {
          padding-top: 15px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #canbonhaplieu-bd-fg {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px; }
        #tkbc-body main .content .content-body #canbonhaplieu-table {
          padding-top: 15px;
          padding-bottom: 15px; }
        #tkbc-body main .content .content-body #readMoreGroup_cbnl {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body .tongc-hanhchinh {
          width: 36% !important;
          text-align: center; }
        #tkbc-body main .content .content-body .tongc-diachi {
          width: 32% !important; }
        #tkbc-body main .content .content-body .tongc-tyle {
          width: 11% !important;
          text-align: center; }
        #tkbc-body main .content .content-body #thead-tong-sohoa {
          position: absolute;
          width: 95.5%;
          top: 406px;
          border-radius: 10px; }
          #tkbc-body main .content .content-body #thead-tong-sohoa th {
            border-bottom: 0px;
            border-top: 3px solid #1A52CD;
            text-align: center; }
            #tkbc-body main .content .content-body #thead-tong-sohoa th:first-child {
              border-bottom-left-radius: 10px; }
            #tkbc-body main .content .content-body #thead-tong-sohoa th:last-child {
              border-bottom-right-radius: 10px; }
        #tkbc-body main .content .content-body .tbody_task5_table tr td:nth-child(1) {
          width: 7%; }
        #tkbc-body main .content .content-body .tbody_task5_table tr td:nth-child(2) {
          width: 23%; }
        #tkbc-body main .content .content-body .tbody_task5_table tr td:nth-child(3) {
          width: 18%; }
        #tkbc-body main .content .content-body .tbody_task5_table tr td:nth-child(4) {
          width: 10%;
          text-align: center; }
        #tkbc-body main .content .content-body .download-chung {
          border: 1px solid #1A52CD; }
        #tkbc-body main .content .content-body .readMoreGroup_chung {
          font-size: 0.8em;
          cursor: pointer;
          text-transform: none;
          font-weight: 500;
          background: aliceblue;
          padding: 5px 7px;
          border-radius: 3px;
          color: #1A52CD;
          min-width: 70px;
          border: 1px solid #1A52CD;
          display: flex;
          justify-content: center;
          align-items: center; }
          #tkbc-body main .content .content-body .readMoreGroup_chung i {
            margin-right: 3px; }
          #tkbc-body main .content .content-body .readMoreGroup_chung:hover {
            background: #eee; }
        #tkbc-body main .content .content-body .hr1 {
          border: 0;
          border-top: 2px dotted #8c8c8c;
          padding: 10px;
          width: 91%; }
        #tkbc-body main .content .content-body .heading {
          position: absolute;
          z-index: 2;
          font-weight: 700;
          background: #e6a100;
          width: max-content;
          padding: 10px 20px;
          color: #1A479E;
          border-radius: 0 0 10px 10px;
          margin-left: 50px; }
        #tkbc-body main .content .content-body .heading-thonapto {
          position: relative;
          bottom: 35px; }
        #tkbc-body main .content .content-body .heading-trangthaidiachi {
          position: relative;
          bottom: 43px; }
        #tkbc-body main .content .content-body .heading-loaidiachi {
          position: relative;
          bottom: 35px; }
        #tkbc-body main .content .content-body #table_task1_child {
          margin-top: 141px; }
          #tkbc-body main .content .content-body #table_task1_child .stable {
            height: 464px; }
          #tkbc-body main .content .content-body #table_task1_child .tbody_task1_child {
            max-height: 400px; }
        #tkbc-body main .content .content-body .content-table {
          height: 100%;
          border: 1px solid #ddd;
          border-radius: 10px; }
          #tkbc-body main .content .content-body .content-table .table tbody {
            display: block;
            max-height: 363px;
            overflow-y: auto;
            scrollbar-width: thin; }
          #tkbc-body main .content .content-body .content-table .table thead, #tkbc-body main .content .content-body .content-table .table tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed; }
          #tkbc-body main .content .content-body .content-table .table thead th:nth-child(2),
          #tkbc-body main .content .content-body .content-table .table tbody td:nth-child(2) {
            width: 34%; }
          #tkbc-body main .content .content-body .content-table .table thead th:nth-child(1),
          #tkbc-body main .content .content-body .content-table .table tbody td:nth-child(1),
          #tkbc-body main .content .content-body .content-table .table thead th:nth-child(3),
          #tkbc-body main .content .content-body .content-table .table tbody td:nth-child(3) {
            width: 14%;
            text-align: center; }
          #tkbc-body main .content .content-body .content-table .stable {
            overflow: hidden;
            height: 100%;
            border-radius: 10px; }
          #tkbc-body main .content .content-body .content-table .stable table th {
            background: #e7efff;
            padding: 1rem;
            border-top: none;
            border-bottom: 3px solid #1A52CD;
            color: #2c3542;
            text-transform: uppercase;
            position: sticky;
            top: 0;
            z-index: 1;
            width: max-content;
            font-size: 0.9rem;
            text-align: center; }
    #tkbc-body main .tbody_task1 td:nth-child(4) {
      text-align: center; }
    #tkbc-body main #readMoreGroup_ldc, #tkbc-body main #readMoreGroup_ttdc {
      width: 300px;
      float: right; }
    #tkbc-body main #tbody_task5_table-dl tbody tr:last-child {
      color: #e3a500;
      font-weight: bold; }

.table td, .table th {
  vertical-align: middle; }

footer {
  top: 85px !important; }

footer .line {
  width: 71% !important;
  border: 1px solid #FFEC9F; }

/******** RESPONSIVE **********/
@media (min-width: 320px) {
  .tb {
    padding-top: 60px !important; }
  .span-div {
    top: 20px !important;
    left: 15px !important;
    right: unset !important; }
  #tkbc-body .toggle-right-btn-wrap .toggle-right-btn-body .page-title-btn {
    top: 90px;
    right: 5px; }
  #readMoreGroup span {
    display: none; }
  #tkbc-body main .content .content-body .content-table .table thead th:nth-child(3), #tkbc-body main .content .content-body .content-table .table tbody td:nth-child(3) {
    width: unset; }
  #tkbc-body .toggle-right-btn-wrap .toggle-right-btn-body .page-title-btn {
    width: 30px;
    height: 30px; } }

@media (min-width: 480px) {
  #tkbc-body .toggle-right-btn-wrap .toggle-right-btn-body .page-title-btn {
    width: 40px;
    height: 40px; } }

@media (min-width: 768px) {
  #tkbc-body .toggle-right-btn-wrap .toggle-right-btn-body .page-title-btn {
    top: 105px;
    right: 20px; } }

@media (min-width: 992px) {
  .tb {
    padding-top: 10px !important; }
  .span-div {
    top: -25px !important;
    left: unset !important;
    right: 15px !important; }
  .tb {
    padding-left: 0px; }
  .col-lg-8 {
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .col-lg-4 {
    max-width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; } }

@media (min-width: 1024px) {
  #tkbc-body main .content .content-body #thead-tong-sohoa {
    width: 95.5%;
    top: 406px; } }

@media (min-width: 1152px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (min-width: 1280px) {
  #readMoreGroup span {
    display: block; }
  .tb {
    padding-left: 15px; } }

@media (min-width: 1400px) {
  #tkbc-body main .content .content-body .content-table .table thead th:nth-child(3), #tkbc-body main .content .content-body .content-table .table tbody td:nth-child(3) {
    width: 14%; } }
