@font-face {
  font-family: "regular";
  src: url("../font/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "bold";
  src: url("../font/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: "italic";
  src: url("../font/Roboto-Italic.ttf");
}
@font-face {
  font-family: "title";
  src: url("../font/Merriweather-Regular.ttf");
}
@font-face {
  font-family: "Timesbd";
  src: url("../font/timesbd.ttf");
}
@font-face {
  font-family: "Times";
  src: url("../font/times.ttf");
}
#wrap_mobile {
  display: none;
}

.over-all {
  display: none;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  overflow-y: auto;
}

main {
  flex: 1;
}

.timeline {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0;
  padding: 30px 0;
}

.step {
  background-color: #2d8edd;
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
  text-align: center;
  z-index: 1;
  min-width: 102px;
}

.connector {
  position: relative;
  flex: 1;
  height: 1px;
  background-color: #2d8edd;
}

.connector input {
  position: absolute;
  width: 40px;
  text-align: center;
  color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.connector .top {
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4fc74f;
  border: none;
}

.connector .bottom {
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: orange;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
li {
  font-family: "regular";
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.end {
  text-align: right;
}

.table td {
  padding: 8px;
  vertical-align: middle;
  line-height: 1.7;
  font-family: "regular";
}
.table th {
  padding: 8px;
  vertical-align: middle;
  line-height: 1.7;
  text-align: center;
  color: #000000;
}

.title_header {
  background-color: #dd4d51;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 43px;
  text-align: center;
}
.title_header p {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "bold";
  font-size: 26px;
}

.canhbao_capdo {
  background-color: red;
  width: 35px;
  text-align: center;
  border-radius: 100px;
  color: white;
  padding: 3px 0px 5px 0px !important;
  font-family: "bold";
  margin-top: 5px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  width: 270px;
  height: 140px;
  background-color: rgb(249, 233, 186);
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  top: 26px;
  left: 0px;
  transform: translateX(-72%);
  transition: opacity 0.3s;
  white-space: normal;
  word-wrap: break-word;
  line-height: 2;
  z-index: 999;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

#login {
  background-image: linear-gradient(315deg, #ab2926 0%, #1a672b 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex: none;
}
#login .content {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 15px;
  width: 500px;
  padding: 30px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
#login .content .form_login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#login .content .form_login img {
  width: 120px;
  margin-bottom: 20px;
  background-color: white;
}
#login .content .form_login input {
  width: 95%;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 20px;
  border: unset;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  outline: none;
}
#login .content .form_login button {
  border: unset;
  border-radius: 100px;
  outline: none;
  font-size: 20px;
  background-color: unset;
}
#login .p_userhis {
  background: rgba(255, 255, 255, 0.0901960784);
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  color: aliceblue;
}
#login .p_userhis:hover {
  background-color: #f77885;
}

.menu_left {
  padding: 10px 8px 10px 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.menu_left img {
  width: 60px;
}
.menu_left p {
  margin-left: 10px;
  line-height: 1.7;
  font-family: "bold";
  font-size: 20px;
}

.menu_center {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  gap: 8px;
}
.menu_center .menu_lv1 {
  position: relative;
  outline: none;
  padding: 5px 10px;
  white-space: nowrap;
}
.menu_center .menu_lv1 a {
  min-width: 100%;
  color: #000000;
  font-family: "bold";
  padding: 5px 0;
  transition: all 0.2s ease;
  outline: none;
  display: block;
}
.menu_center .menu_lv1 .menu_lv2_ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 30px;
  font-family: "Regular" !important;
  z-index: 9999;
  padding: 0;
  text-align: left;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}
.menu_center .menu_lv1 .menu_lv2_ul li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  width: 200px;
  font-family: "Regular" !important;
}
.menu_center .menu_lv1 .menu_lv2_ul li .menu_lv3_ul {
  display: none;
}
.menu_center .menu_lv1 .menu_lv2_ul li:hover {
  background-color: var(--hover-menu-color);
  transition: all 0.3s ease;
}
.menu_center .menu_lv1 .menu_lv2_ul li:hover a {
  text-decoration: none;
  color: white;
}
.menu_center .menu_lv1 .menu_lv2_ul li:hover .menu_lv3_ul {
  display: block;
  position: absolute;
  left: 200px;
  top: 0px;
  padding: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.menu_center .menu_lv1 .menu_lv2_ul li:hover .menu_lv3_ul li {
  background-color: #fff;
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  width: 200px;
  font-family: "Regular" !important;
}
.menu_center .menu_lv1 .menu_lv2_ul li:hover .menu_lv3_ul li .menu_lv3_a {
  text-decoration: none;
  font-family: "bold";
  padding: 10px;
  color: #000000;
  display: block;
  width: 100%;
}
.menu_center .menu_lv1 .menu_lv2_ul li:hover .menu_lv3_ul li:hover {
  background-color: var(--hover-menu-color);
}
.menu_center .menu_lv1 .menu_lv2_ul li:hover .menu_lv3_ul li:hover .menu_lv3_a {
  color: #fff;
}
.menu_center .menu_lv1:hover {
  border-radius: 5px;
  background-color: var(--hover-menucha-color);
}
.menu_center .menu_lv1:hover .menu_lv1_a {
  text-decoration: none;
  font-family: "bold";
  padding: 5px 0;
  color: white;
  display: block;
  width: 100%;
}
.menu_center .menu_lv1:hover .menu_lv2_ul {
  display: block;
}

.menu_right {
  background-color: #e1e1e1;
  border-radius: 5px;
}
.menu_right p {
  width: 125px;
  text-align: center;
  font-size: 13px;
  padding: 0;
}
.menu_right img {
  cursor: pointer;
}
.menu_right div {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.banner_home {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-image: url(../img/banner.jpg);
  position: relative;
}
.banner_home .title_pk_home {
  font-size: 40px;
  text-align: center;
  color: red;
  letter-spacing: 2px;
  padding-top: 60px;
}
.banner_home .title_line_home {
  width: 300px;
  text-align: center;
}
.banner_home .title_bs_home {
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  padding: 0;
  padding-bottom: 10px;
}
.banner_home .welcome {
  display: flex;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
.banner_home .welcome p {
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 50px;
  border-radius: 100px;
  line-height: 1.5;
  border: 1px solid #ddd;
}

.group_tomtat {
  background-color: antiquewhite;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  display: grid;
  align-items: center;
  margin: center;
  font-size: 35px;
  padding: 0 20px;
}

.text_tomtat {
  padding-top: 10px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer p {
  padding: 5px;
  text-align: center;
  border-top: 1px #bdbdbd solid;
  background-color: #dbdbdb;
  font-size: 14px;
}

.hidden-img {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: all 0.5s ease;
  width: 150px;
  display: block;
}

.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.rolate {
  transition: transform 1s ease-in-out;
  cursor: pointer;
}

.bg_click_color_div {
  transition: background-color 0.3s;
}

.bg_click_color_div.active {
  background-color: #e2ffe9 !important;
  box-shadow: rgb(154, 203, 126) 0px 0px 5px 1px;
}

.table_format_chung {
  margin: 0;
  font-family: "bold";
}
.table_format_chung tr:hover {
  background-color: #f9e6e6;
  cursor: pointer;
}
.table_format_chung tr:active {
  background-color: #f9e6e6;
}
.table_format_chung div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.table_format_chung div img {
  width: 20px;
  cursor: pointer;
}

.table_format_timkiem_chung {
  background-color: #e2ffe9;
}
.table_format_timkiem_chung tr:hover {
  background-color: #b1fba2;
  cursor: pointer;
  outline: none;
}

.p_modal p {
  padding: 10px 0 0 0 !important;
  text-align: right;
}

.group_timkiem_title {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.group_timkiem_title input {
  width: 30px;
  border: none;
  border-radius: 100px;
  background-color: #fdc3c5;
  padding: 3px 22px 3px 10px;
  outline: none;
  font-family: "regular";
  transition: width 0.3s ease;
}
.group_timkiem_title input:focus {
  background-color: #ffffff;
  width: 250px;
  transition: width 0.3s ease;
}
.group_timkiem_title img {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.swal2-toast {
  font-family: "regular";
  background-color: #fff5d7 !important;
}

.header_a5ngang {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.header_a5ngang p {
  font-family: "Times";
  line-height: 1.2 !important;
  font-size: 13pt;
  margin-bottom: 0;
  padding: 0;
}
.header_a5ngang .header_right p {
  text-align: right;
}

.header_a5dung table,
.header_a5dung th,
.header_a5dung td {
  font-family: "Times";
  padding: 2px 10px;
  font-size: 13pt !important;
  color: #000000 !important;
  line-height: 1;
}
.header_a5dung p {
  line-height: 1.4;
  font-size: 13pt;
  font-family: "Times";
  color: #000000;
}
.header_a5dung .group_donvi {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.header_a5dung .group_donvi .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header_a5dung .group_donvi .header .group_logo p {
  font-size: 10pt;
  font-family: "Times";
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.header_a5dung .group_donvi .header .group_diachi {
  width: 100%;
}
.header_a5dung .group_donvi .header .group_diachi p {
  font-family: "Times";
  font-size: 10pt;
  line-height: 1.2;
  text-align: right;
  padding: 0;
}
.header_a5dung .group_title {
  font-weight: "bold";
  text-align: center;
  padding: 20px;
}
.header_a5dung .group_title span {
  font-family: "Timesbd";
  font-size: 12pt;
}
.header_a5dung .group_body .group_thongtinbenhnhan {
  display: flex;
  align-content: flex-start;
  align-items: center;
}
.header_a5dung .group_body .group_thongtinbenhnhan p,
.header_a5dung .group_body .group_thongtinbenhnhan span {
  font-size: 12pt;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.header_a5dung .group_footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0;
}
.header_a5dung .group_footer .group_chuky {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
}
.header_a5dung .group_footer .group_chuky p {
  text-align: center;
  font-size: 12pt;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.header_a5dung .group_footer .group_chuky .chuky {
  height: 70px;
}
.header_a5dung .group_footer .group_chuky img {
  padding: 0;
  width: 100px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.header_a5dung .group_footer .group_loidan {
  text-align: left;
  margin-bottom: 25px;
}
.header_a5dung .group_footer .group_loidan p {
  font-family: "Times";
  font-size: 12pt;
  line-height: 1.2;
  padding: 0;
}
.header_a5dung .group_ngayin p {
  border-top: 1px solid #ddd;
  font-size: 10pt;
}

.input_timkiem_modal {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
.input_timkiem_modal input {
  width: 110px;
  border: none;
  border-radius: 100px;
  background-color: #e7e7e7;
  padding: 5px 20px;
  outline: none;
  font-family: "regular";
  transition: width 0.3s ease;
}
.input_timkiem_modal input:focus {
  background-color: #ffeaea;
  width: 200px;
  transition: width 0.3s ease;
}

#phanquyen .phanquyen_title {
  padding: 15px 0;
  justify-content: center;
  display: flex;
}
#phanquyen .phanquyen_title select {
  width: auto;
  min-width: 200px;
  border-radius: 100px;
  padding: 0 10px;
}
#phanquyen .group_content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0 20px;
}
#phanquyen .group_content .group_box {
  border-radius: 5px;
  width: 33.3%;
  background-color: #fff;
  padding: 5px;
  overflow-x: auto;
}
#phanquyen .group_content .group_box .group_table {
  height: 670px;
}

.group_vitri_congviec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.group_vitri_congviec p {
  border-radius: 100px;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.group_vitri_congviec p:hover {
  background-color: #beebb7;
  border: 1px solid #fff;
}

@media (max-width: 991.98px) {
  .wrap_content {
    padding: 10px !important;
  }
}
@media (max-width: 576px) {
  #login .content {
    padding: 60px 30px;
    margin: 0 10px;
  }
  .item_text {
    padding-left: 40px;
  }
  #wrap {
    display: none !important;
  }
  #wrap_mobile {
    display: block !important;
  }
  #wrap_mobile .over-all {
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  #wrap_mobile .wrap_mb_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #wrap_mobile .wrap_mb_right {
    padding: 10px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #wrap_mobile .wrap_mb_right .logo {
    width: 70px;
  }
  #wrap_mobile .wrap_mb_right .logo img {
    max-width: 100%;
  }
  #wrap_mobile .wrap_mb_right p {
    margin-left: 10px;
    line-height: 1.5;
    font-family: "bold";
    font-size: 11pt;
    width: 160px;
  }
  #wrap_mobile .menu_mb_list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    background-color: #fff;
    min-width: 300px;
  }
  #wrap_mobile .menu_mb_list ul {
    padding: 0;
  }
  #wrap_mobile .menu_mb_list .menu_lv1_ul_mb {
    padding: 0 !important;
  }
  #wrap_mobile .menu_mb_list .menu_lv1_ul_mb li {
    padding: 15px;
    width: 100%;
  }
  #wrap_mobile .menu_mb_list .menu_lv1_ul_mb li .menu_lv1_a {
    padding: 0px !important;
    margin: 0 !important;
    font-size: 11pt;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */