﻿@charset "UTF-8";
/******* 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é****/
@import url("../../fonts/roboto/font-roboto.css");
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "bevietnampro-regular";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-regular.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.header .topbar {
  display: none;
}

body {
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
#question {
  position: relative;
  top: 90px;
  background: #edf2f9;
}
#question a, #question p {
  color: #333;
}
#question .breadcrumb {
  padding: 20px 0;
  background: none;
  padding-bottom: 0;
  padding-top: 25px;
}
#question .breadcrumb .container {
  padding: 0;
}
#question .breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 0;
}
#question .breadcrumb ul li {
  font-family: "Merriweather";
  display: flex;
  align-items: center;
}
#question .breadcrumb ul li h1 {
  margin: 0;
}
#question .breadcrumb ul li a {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin-left: 6px;
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
}
#question .breadcrumb ul li + li a::before {
  content: "/";
  margin: 0 6px;
}
#question #TuKhoa {
  font-size: 14px;
  opacity: 0.9;
  height: 42px;
  padding: 0 20px;
}
#question #btnFormSearchDADT {
  font-size: 14px;
  background-color: #207bbf;
  font-weight: 500;
  color: white;
}
#question .accordion-main #listLinhvuc {
  margin-bottom: 24px;
}
#question .accordion-main #listLinhvuc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#question .accordion-main #listLinhvuc ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #031739;
  font-size: 15px;
  font-weight: 500;
  font-family: Merriweather;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
#question .accordion-main #listLinhvuc ul li a span {
  padding-left: 5px;
}
#question .accordion-main #listLinhvuc ul li a:hover {
  background: #207bbf;
  border-color: #207bbf;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#question .accordion-main #listLinhvuc ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#question .accordion-main #listLinhvuc ul li a:hover::before {
  opacity: 1;
}
#question .accordion-main #listLinhvuc ul li.active a {
  background: #207bbf;
  border-color: #207bbf;
  color: #fff;
  font-weight: 600;
  transform: translateY(-1px);
}
#question .accordion-main .listQuestions {
  min-height: 95vh;
}
#question .accordion-main .listQuestions .question_items .card {
  border-radius: 14px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #f7f7f7;
  border: none;
}
#question .accordion-main .listQuestions .question_items .card .btn {
  width: 100%;
  text-decoration: none;
  background: #f8f8f8;
}
#question .accordion-main .listQuestions .question_items .card .btn p {
  font-family: Merriweather;
  margin-left: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: justify;
}
#question .accordion-main .listQuestions .question_items .card .card-body {
  background-color: #fff;
}
#question .accordion-main .listQuestions .question_items .card .card-body p {
  padding: 0 25px;
  font-size: 15px;
  line-height: 30px;
  color: #0056b3;
  font-weight: 400;
  text-align: justify;
}
#question .accordion-main .listQuestions .question_items .card .card-header {
  border-bottom: none;
  border-radius: 20px;
}
#question .accordion-main .listQuestions .question_items .card .card-header .tag-linhvuc {
  background: #e6f0ff;
  color: #0056b3;
  font-size: 15px;
  padding: 3px 8px;
  border-radius: 12px;
  white-space: nowrap;
  margin-right: 10px;
}
#question .accordion-main .listQuestions .question_items [data-toggle=collapse] .fa:before {
  content: "\f078";
  font-style: normal;
  color: #333 !important;
}
#question .accordion-main .listQuestions .question_items [data-toggle=collapse].collapsed .fa:before {
  content: "\f077";
  color: #333;
}
#question .accordion-main .listQuestions .question_items button[aria-expanded=true] {
  background-color: #207bbf;
  color: #fff !important;
}
#question .accordion-main .listQuestions .question_items button[aria-expanded=true] .fa {
  color: #fff !important;
}
#question .accordion-main .listQuestions .question_items button[aria-expanded=false] {
  background-color: #fff;
}
#question .accordion-main .listQuestions .question_items button[aria-expanded=true] p {
  color: #fff !important;
}
#question .accordion-main .listQuestions .question_items button[aria-expanded=true] {
  border-bottom: none;
  background-color: #ffffff;
}
#question .accordion-main .listQuestions .question_items button[aria-expanded=true] p {
  color: #333 !important;
}
#question .accordion-main .result-total {
  display: none;
  font-size: 15px;
}
#answersModal .modal-content {
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
#answersModal .modal-content .main_answers {
  padding: 0 20px;
  overflow: hidden;
  overflow-y: auto;
}
#answersModal .modal-content .main_answers .main-title-sub {
  font-size: 24px;
}
#answersModal .modal-content .main_answers p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}
#answersModal .modal-content .main_answers .article {
  font-size: 15px;
  line-height: 2;
  color: #1E2F41;
  margin: 20px 0;
}
#answersModal .modal-content .main_answers .divider-gray {
  margin: 10px 0px;
  height: 1px;
  background: #E9F0F8;
}
#answersModal .breadcrumb {
  padding: 20px 0;
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 25px;
}
#answersModal .breadcrumb .container {
  padding: 0;
}
#answersModal .breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 0;
}
#answersModal .breadcrumb ul li {
  font-family: "Merriweather";
  display: flex;
  align-items: center;
}
#answersModal .breadcrumb ul li h1 {
  margin: 0;
}
#answersModal .breadcrumb ul li a {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  margin-left: 6px;
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
}
#answersModal .breadcrumb ul li + li a::before {
  content: "/";
  margin: 0 6px;
}

.box-phantrang {
  padding-bottom: 30px;
  display: flex;
  justify-content: end;
}
.box-phantrang .pagination > li > a, .box-phantrang .pagination > li > span {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
  background: #fff;
}
.box-phantrang .pagination > .active > a {
  background-color: #0068b4;
  border-color: #0068b4;
  color: #fff !important;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1150px;
    height: 80vh;
  }
}
.question-content {
  position: relative;
  width: 100%;
  gap: 12px;
}

.question-content p {
  flex: 1;
  margin: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
  line-height: 1.6;
  text-align: left;
}

.box-scroll {
  height: 400px;
}
.box-scroll .lst_cccs, .box-scroll .lst_vbpl {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.box-scroll .lst_cccs .item, .box-scroll .lst_vbpl .item {
  border-top: 1px solid #EEEEEE;
  display: flex;
  min-height: 64px;
  padding: 12px 0;
}
.box-scroll .lst_cccs .item span, .box-scroll .lst_vbpl .item span {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 9px 0 0;
  color: #62748D;
}
.box-scroll .lst_cccs .item a, .box-scroll .lst_vbpl .item a {
  padding: 0;
  border-left: 1px solid #EEEEEE;
  display: inline-block;
  padding-left: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #031739;
}

.sidebar__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dad9d9;
  border-radius: 10px;
}
.sidebar__item .sidebar__img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 135px;
}
.sidebar__item .sidebar__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.sidebar__item:hover .sidebar__img img {
  transform: scale(1.1);
}
.sidebar__item .sidebar__news_title {
  color: #111;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 10px;
}

.sidebar___title___main {
  display: inline-block;
  background: url(/assets/images/ellipse.png) no-repeat 0 8px;
  padding-left: 7px;
  border-bottom: 2px solid #207bbf;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

#tin-noi-bat, #tin-moi, #co-che-chinh-sach, #van-ban-phap-luat {
  padding-left: 25px;
}

.layout__title-page-bor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.layout__title-page-bor:before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: -9px;
  height: 30px;
  width: 30px;
  background: #fcf6af;
  opacity: 0.8;
  border-radius: 100%;
  animation: 1.5s translateInX;
  transition: all ease-in-out;
}
.layout__title-page-bor .title {
  display: flex;
  padding-left: 7px;
  border-bottom: 2px solid #207bbf;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  font-family: Merriweather;
}
.layout__title-page-bor .title .edit-dwh span i {
  font-size: 14px;
}

#tin-noi-bat, #tin-moi, #cau-hoi-thuong-gap, #co-che-chinh-sach {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

/* ==================== TABS ==================== */
.question-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 20px 0 28px;
  padding-bottom: 4px;
}
.question-tabs .tab-btn {
  position: relative;
  padding: 10px 28px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  color: #031739;
  font-size: 15px;
  font-weight: 500;
  font-family: Merriweather, sans-serif;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.question-tabs .tab-btn:hover {
  background: #207bbf;
  border-color: #207bbf;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.question-tabs .tab-btn.active {
  background: #207bbf;
  border-color: #207bbf;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 104, 180, 0.25);
}

/* Ẩn/hiện tab content */
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
  animation: fadeInTab 0.3s ease;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Placeholder cho tab Khác */
.tab-khac-content {
  background: #fff;
  border-radius: 16px;
  text-align: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #edf2f9;
}
.tab-khac-content .hoidap-form {
  width: 100%;
  padding-bottom: 50px;
}

.img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.form-right {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
}
.form-right .question-wrap {
  background-image: url("/assets/images/bg-create.png");
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  z-index: 0;
}
.form-right .question-wrap h3 {
  position: relative;
  top: -18px;
  font-size: 24px;
  font-weight: 700;
  color: #4986fc;
}
.form-right .question-wrap .question-up .form-group {
  position: relative;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.form-right .question-wrap .question-up .form-group label {
  font-weight: 600;
  font-size: 15px;
  color: #111;
  margin-bottom: 0;
  padding: 0 4px;
  min-width: 265px;
  white-space: nowrap;
  margin-right: 20px;
  text-align: left;
}
.form-right .question-wrap .question-up .form-group label .star {
  color: #FF2C2C;
  font-size: 13px;
  margin-left: 6px;
}
.form-right .question-wrap .question-up .form-group label .iftar {
  color: #111;
  font-size: 13px;
  position: absolute;
  min-width: 100px;
  top: -3px;
  left: 45px;
}
.form-right .question-wrap .question-up .form-group .form-control {
  height: 52px;
  background: #fff;
  color: #000000;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px;
}
.form-right .question-wrap .question-up .dieukhoan {
  color: #4986fc;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.form-right .question-wrap .question-up .choose-pb {
  padding-left: 12px;
}
.form-right .question-wrap::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 145px;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  border-radius: 50% 0 0 0;
}

.textarea-lg {
  min-height: 150px;
  resize: vertical;
  border-radius: 20px !important;
}

#listFile {
  margin-bottom: 33px;
}

.btn-file {
  position: absolute !important;
  width: 92%;
  height: 50%;
  left: 55%;
  z-index: 99;
  cursor: pointer;
}

.hoidap-success .sContainer {
  height: 350px;
  background-image: url("/assets/images/bg-header.jpg");
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.hoidap-success .sContainer h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #207bbf;
}
.hoidap-success .sContainer p {
  font-size: 18px;
}
.hoidap-success .sContainer .back {
  font-size: 16px;
  text-decoration: underline;
  color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hoidap-success .sContainer .back i {
  font-size: 12px;
}

#btn-gui {
  color: #004085;
  background-color: #cce5ff;
  border-radius: 15px;
  transition: 0.3s all ease;
}
#btn-gui:hover {
  background: transparent;
  border: 1px solid #004085;
}
#btn-gui span {
  font-size: 15px;
}
#btn-gui i {
  font-size: 15px;
}

#cboLinhVuc {
  position: relative;
  width: 100%;
}
#cboLinhVuc .dropdown-menu {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
}
#cboLinhVuc .dropdown-menu li {
  padding: 10px;
  transition: 0.3s all ease;
  border-radius: 5px;
  cursor: pointer;
}
#cboLinhVuc .dropdown-menu li:hover {
  background-color: #cce5ff;
  color: #004085;
}
#cboLinhVuc .dropdown-menu.show {
  max-height: 300px;
  opacity: 1;
}
#cboLinhVuc .UI-DDL {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all ease;
}
#cboLinhVuc .UI-DDL:after {
  right: 0;
}
#cboLinhVuc .UI-DDL .ui-nhan {
  padding-left: 10px;
  width: 95%;
}

.box-scroll {
  height: 400px;
}
.box-scroll .lst_cccs {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.box-scroll .lst_cccs .item {
  border-top: 1px solid #EEEEEE;
  display: flex;
  min-height: 64px;
  padding: 12px 0;
}
.box-scroll .lst_cccs .item span {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 9px 0 0;
  color: #62748D;
}
.box-scroll .lst_cccs .item a {
  padding: 0;
  border-left: 1px solid #EEEEEE;
  display: inline-block;
  padding-left: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #031739;
}

.sidebar__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dad9d9;
  border-radius: 10px;
}
.sidebar__item .sidebar__img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 135px;
}
.sidebar__item .sidebar__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.sidebar__item:hover .sidebar__img img {
  transform: scale(1.1);
}
.sidebar__item .sidebar__news_title {
  color: #111;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 10px;
}

.sidebar___title___main {
  display: inline-block;
  background: url(/assets/images/ellipse.png) no-repeat 0 8px;
  padding-left: 7px;
  border-bottom: 2px solid #207bbf;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

.question_items {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e9edf3;
  transition: all 0.25s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 15px;
}
.question_items:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.question_items .btn-link {
  text-decoration: none !important;
  background: #fff;
  color: #1f2937;
  font-weight: 600;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease;
}
.question_items .btn-link:hover, .question_items .btn-link:focus {
  text-decoration: none;
  background: #f8fbff;
}
.question_items .btn-link p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  font-weight: 600;
}
.question_items .btn-link i {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  transition: all 0.25s ease;
}
.question_items .btn-link i::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}
.question_items .btn-link:not(.collapsed) {
  background: #f8fbff;
}
.question_items .btn-link:not(.collapsed) i {
  background: #0d6efd;
  color: #fff;
  transform: rotate(180deg);
}
.question_items .btn-link:not(.collapsed) i::before {
  content: "\f068";
}
.question_items .collapse {
  transition: all 0.25s ease;
}
.question_items .collapse.show {
  border-top: 1px solid #edf2f7;
}
.question_items .collapse > div {
  padding: 18px 22px;
  background: #fcfcfd;
}
.question_items .collapse > div p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
}

.user-feedback-list {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid #e9edf3;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}
.user-feedback-list .section-header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #031739;
  font-family: Merriweather, sans-serif;
}
.user-feedback-list .section-header h4 i {
  color: #207bbf;
}

#listUserFeedback {
  width: 100%;
  margin-top: 15px;
  position: relative;
  max-height: 500px;
  overflow-y: auto;
}

.faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  cursor: pointer;
}

.faq-question-content {
  flex: 1;
  min-width: 0;
}

.faq-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  text-align: left;
}

.faq-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
  font-size: 13px;
  color: #888;
}
.faq-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.faq-meta i {
  font-size: 12px;
  color: #999;
}

.faq-arrow {
  margin-left: 15px;
  font-size: 12px;
  color: #777;
  transition: transform 0.3s;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-item.active .faq-title {
  color: #da251c;
}

.faq-answer {
  display: none;
  padding: 14px 18px 16px;
  border-top: 1px solid #eee;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
  text-align: justify;
}

/* Empty state */
.empty-feedback {
  text-align: center;
  padding: 50px 20px;
  color: #94a3b8;
}
.empty-feedback .empty-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-feedback .empty-icon i {
  font-size: 28px;
  color: #94a3b8;
}
.empty-feedback p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #64748b;
}

.sm-btn {
  display: none;
}

.document-search-mobile {
  display: block;
}

@media (max-width: 415px) {
  .tab-khac-content .hoidap-form {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .tab-khac-content .hoidap-form .row {
    margin: 0;
  }
  .tab-khac-content .hoidap-form .form-right {
    width: 100% !important;
  }
  .tab-khac-content .hoidap-form .question-wrap {
    padding: 18px 14px !important;
    border-radius: 10px !important;
  }
  .tab-khac-content .hoidap-form .question-wrap h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
  }
  .tab-khac-content .hoidap-form .question-wrap h3 i {
    margin-right: 6px !important;
  }
  .tab-khac-content .hoidap-form .form-group {
    display: grid !important;
    margin-bottom: 14px !important;
  }
  .tab-khac-content .hoidap-form .form-group .label {
    font-size: 14px !important;
    margin-bottom: 6px !important;
  }
  .tab-khac-content .hoidap-form .form-group .star,
  .tab-khac-content .hoidap-form .form-group .ifstar {
    font-size: 12px !important;
  }
  .tab-khac-content .hoidap-form .form-group .form-control {
    min-height: 44px !important;
    font-size: 14px !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    position: relative;
  }
  .tab-khac-content .hoidap-form .form-group textarea.form-control {
    min-height: 140px !important;
    resize: vertical !important;
  }
  .tab-khac-content .hoidap-form .UI-DROP .UI-DDL {
    min-height: 44px !important;
    font-size: 14px !important;
  }
  .tab-khac-content .hoidap-form .UI-DROP .dropdown-toggle {
    display: flex !important;
    align-items: center !important;
  }
  .tab-khac-content .hoidap-form .btn-file {
    position: absolute !important;
    left: 62px;
    width: 100px;
    top: 14px;
  }
  .tab-khac-content .hoidap-form .btn-file .icon {
    font-size: 12px !important;
  }
  .tab-khac-content .hoidap-form .btn-file .text {
    line-height: 18px !important;
  }
  .tab-khac-content .hoidap-form #listFile .list-group {
    overflow: hidden !important;
  }
  .tab-khac-content .hoidap-form #listFile .list-group li {
    font-size: 13px !important;
    word-break: break-word !important;
  }
  .tab-khac-content .hoidap-form .dieukhoan a {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .tab-khac-content .hoidap-form #btn-gui {
    width: 100% !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    border-radius: 8px !important;
  }
  .tab-khac-content .hoidap-form #btn-gui i {
    margin-left: 6px !important;
  }
  .tab-khac-content .hoidap-success {
    padding-left: 14px;
    padding-right: 14px;
  }
  .tab-khac-content .hoidap-success .sContainer {
    padding: 30px 20px;
    text-align: center;
  }
  .tab-khac-content .hoidap-success .sContainer h1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .tab-khac-content .hoidap-success .sContainer p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .tab-khac-content .hoidap-success .sContainer .back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 14px;
    border-radius: 8px;
  }
  #question .accordion-main .listQuestions .question_items .card .card-header .tag-linhvuc {
    position: absolute;
    right: -17px;
  }
  #question {
    top: 90px !important;
  }
}
@media (max-width: 767.98px) {
  #questions {
    top: 90px !important;
  }
  .sm-btn {
    position: fixed;
    top: 108px;
    display: block;
    margin-bottom: 12px;
    max-width: 60px;
    right: 33px;
    z-index: 10;
  }
  .sm-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #174898;
    border-radius: 50%;
    background: #174898;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 40px;
    height: 40px;
  }
  .sm-btn button i {
    font-size: 11px;
  }
  .sm-btn button:hover {
    background: #f5f5f5;
  }
  .sm-btn button .toggle-icon {
    margin-left: 5px;
    font-size: 11px;
    transition: transform 0.2s ease;
  }
  #listLinhvuc {
    display: none;
    background-color: aliceblue;
    padding: 10px;
    border-radius: 10px;
  }
  #listLinhvuc.active {
    position: fixed;
    top: 203px;
    display: block;
    width: 95%;
    z-index: 10;
    right: 11px;
    padding: 10px;
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
