@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "roboto-r";
  src: url(../font/Roboto-Regular.ttf);
  font-display: swap;
}
*:focus {
  outline: none;
}

@font-face {
  font-family: "Myriad_Pro_Bold";
  src: url(../fonts/MYRIADPRO-BOLD.OTF) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UTMAvoBold";
  src: url(../fonts/UTMAvoBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaBold";
  src: url(../fonts/HelveticaBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UTMAvo";
  src: url(../fonts/UTMAvo.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelvetIns";
  src: url(../fonts/HelvetIns.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelvetInsRegular";
  src: url(../fonts/HelveticaNeueBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUHelvetica";
  src: url(../fonts/SFUHelveticaBold.TTF) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUHelveticaCondensed";
  src: url(../fonts/SFUHelveticaCondensed.TTF) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUHelveticaCondensedBlack";
  src: url(../fonts/SFUHelveticaCondensedBlack.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  font-size: 62.5%;
  --blue1:#3876c6;
  --xanh:#12b1bb;
  --black_font:#232323;
  --mauchu:#12b1bb;
}

.box-trangloai-pk-loai, .danhmuccon-rieng .box-con-rieng, .baivietlienquan .box-bv-lq, .baivietlienquan, .boxbinhluan .binhluannew, .box-trangloai-pk, footer .chungnhan-giay, footer .box-footer, section .hinhanhphongkham .show-hinh-pk .showra, section .box-nhanxet .camnhan-pkbt, section .box_tin nav, section .boxbacsi .info-pkbt, section .danhmucbenh .list-benh, section .form-pkbt, section .show-glv, section .gioithieu-pkbt, .menu-top-pkbt nav, .menu-bar-binhthuan, .container-binhthuan {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
}

:root body {
  margin: 0 auto;
  width: 100%;
  font-size: 1.5rem;
  font-family: "roboto-r";
  overflow-x: hidden !important;
  max-width: 1920px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

a:hover {
  cursor: pointer;
}

.clear {
  clear: both;
}

.clear5 {
  clear: both;
  height: 5px;
}

.clear7 {
  clear: both;
  height: 7px;
}

.clear10 {
  clear: both;
  height: 10px;
}

.clear15 {
  clear: both;
  height: 15px;
}

.clear20 {
  clear: both;
  height: 20px;
}

.clear40 {
  clear: both;
  height: 40px;
}

.clear50 {
  clear: both;
  height: 50px;
}

.top-binhthuan {
  padding: 1rem 0;
  border-bottom: 2px solid #eeeeee;
}

.container-binhthuan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-binhthuan {
  padding: 0 14px;
}
.column-binhthuan p {
  color: #939393;
  font-size: 1.4rem;
}
.column-binhthuan p strong {
  color: #f20000;
}
.column-binhthuan:first-child {
  padding-left: 0;
}

.separator-binhthuan {
  padding: 0 5px;
  color: #cccccc; /* Màu của dấu ngăn cách | */
}

/* menulgoo */
.menu-bar-binhthuan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.menu-bar-binhthuan .menu-column-binhthuan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-bar-binhthuan .menu-column-binhthuan .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-bar-binhthuan .menu-column-binhthuan .logo img {
  display: block;
}
.menu-bar-binhthuan .menu-column-binhthuan .logo h1 {
  margin-left: 10px;
  font-size: 29px;
  color: #00141c;
  font-weight: 400;
  text-transform: uppercase;
  /* Thêm font-family và các thuộc tính kiểu chữ khác nếu cần */
}
.menu-bar-binhthuan .menu-column-binhthuan .logo h1 strong {
  color: #3876c6;
  font-family: "UTMAvoBold";
  font-weight: 400;
  letter-spacing: 1px;
}
.menu-bar-binhthuan .menu-column-binhthuan .icon-container-binhthuan {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-bar-binhthuan .menu-column-binhthuan .icon-container-binhthuan .menu-text-binhthuan {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px;
  padding-left: 20px;
  font-size: 14px;
}
.menu-bar-binhthuan .menu-column-binhthuan .icon-container-binhthuan .menu-text-binhthuan p {
  margin: 5px 0;
  color: #454545;
  font-size: 14px;
  text-transform: uppercase;
}
.menu-bar-binhthuan .menu-column-binhthuan .icon-container-binhthuan .menu-item p {
  margin: 0;
  font-size: 14px;
  /* Thêm font-family và các thuộc tính kiểu chữ khác nếu cần */
}
.menu-bar-binhthuan .menu-column-binhthuan .icon-container-binhthuan {
  margin-right: 10px;
  font-size: 24px;
  /* Thêm màu sắc hoặc thuộc tính khác cho icon */
}
.menu-bar-binhthuan .menu-column-binhthuan:nth-child(2) {
  margin-left: 60px;
}

/* menutop */
.menu-top-pkbt {
  background-color: var(--blue1);
}
.menu-top-pkbt nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.menu-top-pkbt nav ul li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff; /* Màu chữ của menu */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; /* Hiệu ứng khi hover chuột */
}
.menu-top-pkbt nav ul li a.active_muc {
  color: #fff71c; /* Màu chữ khi hover chuột */
  background-color: #12b1bb;
}
.menu-top-pkbt nav ul li.has-submenu {
  position: relative;
  z-index: 1000000000000000000000000;
  width: 175px;
}
.menu-top-pkbt nav ul li.has-submenu .submenu {
  width: 210px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: -10%;
  background-color: #fff; /* Màu nền của submenu */
  z-index: 1000000000000000000000000;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li {
  width: 100%;
  position: relative;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li a {
  border-bottom: 1px solid #c9e1ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px;
  color: #333; /* Màu chữ của submenu */
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Hiệu ứng khi hover chuột */
}
.menu-top-pkbt nav ul li.has-submenu .submenu li a span {
  font-size: 17px;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li a img {
  width: 8px;
  height: 12px;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li:last-child a {
  border-bottom: none;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 {
  width: 210px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 10%;
  left: 100%;
  background-color: #fff; /* Màu nền của submenu */
  z-index: 1000000000000000000000000;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li {
  position: relative;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li a {
  border-bottom: 1px solid #c9e1ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px;
  color: #333; /* Màu chữ của submenu */
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Hiệu ứng khi hover chuột */
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li a span {
  font-size: 17px;
  color: #333 !important; /* Màu chữ của submenu */
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li a img {
  width: 8px;
  height: 12px;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li:last-child a {
  border-bottom: none;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li .submenu3 {
  width: 210px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 10%;
  left: 100%;
  background-color: #fff; /* Màu nền của submenu */
  z-index: 1000000000000000000000000;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li .submenu3 li {
  position: relative;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li .submenu3 li a {
  border-bottom: 1px solid #c9e1ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px;
  color: #333; /* Màu chữ của submenu */
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Hiệu ứng khi hover chuột */
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li .submenu3 li a span {
  font-size: 17px;
  color: #333 !important; /* Màu chữ của submenu */
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li .submenu3 li a img {
  width: 8px;
  height: 12px;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li .submenu3 li:last-child a {
  border-bottom: none;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li .submenu3 li:hover {
  background-color: var(--xanh);
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li .submenu3 li:hover a span {
  color: #fff !important;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li:hover {
  background-color: var(--xanh);
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li:hover a span {
  color: #fff !important;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li .submenu2 li:hover .submenu3 {
  opacity: 1;
  visibility: inherit;
  top: 0;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li:hover {
  background-color: var(--xanh);
}
.menu-top-pkbt nav ul li.has-submenu .submenu li:hover a span {
  color: #fff;
}
.menu-top-pkbt nav ul li.has-submenu .submenu li:hover .submenu2 {
  opacity: 1;
  visibility: inherit;
  top: 0;
}
.menu-top-pkbt nav ul li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: inherit;
  left: 0;
}
.menu-top-pkbt nav ul li.has-submenu:after {
  content: url("../img/down.png");
  position: absolute;
  height: 21px;
  right: 8px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(103%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(103%) contrast(103%);
}
.menu-top-pkbt nav ul li:last-child .dathen_a {
  position: absolute;
  background-color: #12b1bb;
  width: 165px;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 17px;
  -webkit-animation: changeColor 0.5s infinite alternate;
          animation: changeColor 0.5s infinite alternate; /* Áp dụng animation */
}

.banner {
  width: 100%;
}
.banner nav ul li a {
  display: block;
}
.banner nav ul li a img {
  display: block;
  width: 100%;
      height: auto;
}
.banner nav ul .slick-next, .banner nav ul .slick-prev {
  z-index: 10000;
}
.banner nav ul .slick-next {
  right: 50px;
}
.banner nav ul .slick-prev {
  left: 50px;
}

section {
  width: 100%;
}
section .gioithieu-pkbt {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
section .gioithieu-pkbt .img-gioithieu {
  padding: 0 30px;
}
section .gioithieu-pkbt .info-gioithieu label {
  color: var(--mauchu);
  text-align: center;
  font-size: 28px;
  font-family: "UTMAvoBold";
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
section .gioithieu-pkbt .info-gioithieu .line-black {
  display: block;
  margin: 0 auto;
}
section .gioithieu-pkbt .info-gioithieu p {
  margin-top: 20px;
  text-align: justify;
  font-size: 18px;
  color: #00141c;
  line-height: 26px;
}
section .gioithieu-pkbt .info-gioithieu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
section .gioithieu-pkbt .info-gioithieu ul li {
  margin-top: 10px;
}
section .gioithieu-pkbt .info-gioithieu ul li img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section .gioithieu-pkbt .info-gioithieu ul li span {
  width: 140px;
  color: #00141c;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
section .gioithieu-pkbt .info-gioithieu ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section .show-glv {
  margin-top: 25px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
section .show-glv .container-gioilamviec {
  width: 100%;
  max-width: 1085px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Các cột có khoảng cách bằng nhau */
  padding: 27px 0 25px 0;
}
section .show-glv .container-gioilamviec .column-glv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .show-glv .container-gioilamviec .column-glv img {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  top: 3px;
}
section .show-glv .container-gioilamviec .column-glv span {
  display: block;
  padding-left: 10px;
  font-weight: bold;
  line-height: 24px;
}
section .show-glv .container-gioilamviec .column-glv span label {
  font-weight: 400;
  display: block;
}
section .form-pkbt {
  background-color: var(--blue1);
  padding: 25px 0 15px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
section .form-pkbt .form-dh {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section .form-pkbt .form-dh .col-pkbt label {
  font-size: 17px;
  color: #fff;
  display: block;
  padding-left: 60px;
}
section .form-pkbt .form-dh .col-pkbt input {
  width: 290px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  font-size: 17px;
  outline: none;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section .form-pkbt .form-dh .col-pkbt input[name=btn_gui_sdt] {
  width: 148px;
  background-color: var(--xanh);
  color: #fff;
  -webkit-animation: changeColor4 0.5s infinite alternate;
          animation: changeColor4 0.5s infinite alternate;
}
section .form-pkbt .form-dh .col-pkbt:nth-child(2) {
  padding-left: 53px;
}
section .form-pkbt .form-dh .col-pkbt:nth-child(3) {
  padding-left: 30px;
}
section .form-pkbt .form-dh .col-pkbt:last-child {
  padding-left: 30px;
}
section .danhmucbenh {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 27px;
  padding-bottom: 20px;
}
section .danhmucbenh .line-tieude {
  width: 100%;
}
section .danhmucbenh .line-tieude label {
  color: var(--mauchu);
  text-align: center;
  font-size: 28px;
  font-family: "UTMAvoBold";
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
section .danhmucbenh .line-tieude img {
  display: block;
  margin: 0 auto;
}
section .danhmucbenh .list-benh nav {
  margin-top: 17px;
}
section .danhmucbenh .list-benh nav .diseases-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .danhmucbenh .list-benh nav .diseases-list li {
  margin: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 170px;
  height: 220px;
  border-top: 3px solid #12b1bb;
  border-bottom: 3px solid #3876c6;
  border-radius: 20px;
}
section .danhmucbenh .list-benh nav .diseases-list li a {
  text-decoration: none;
  display: block;
}
section .danhmucbenh .list-benh nav .diseases-list li a .disease-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 20px;
}
section .danhmucbenh .list-benh nav .diseases-list li a .disease-icon img {
  width: auto;
  display: block;
  margin: 0 auto;
}
section .danhmucbenh .list-benh nav .diseases-list li a .disease-name {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #00141c;
  text-transform: uppercase;
  font-size: 18px;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh {
  background: -webkit-gradient(linear, left top, left bottom, from(#3777c7), to(#11b0f1));
  background: linear-gradient(to bottom, #3777c7, #11b0f1);
  border-bottom: 3px solid #47f0ff;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh .disease-icon {
  border-color: #fff;
  background-color: #fff;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh .disease-name {
  color: #fff;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh:first-child img {
  /* thay đổi hình ảnh khi hover */
  content: url("../img/danhmucbenh/1-hover.png");
  -webkit-animation: shake 0.5s ease infinite;
          animation: shake 0.5s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh:nth-child(2) img {
  /* thay đổi hình ảnh khi hover */
  content: url("../img/danhmucbenh/2-hover.png");
  -webkit-animation: shake 0.5s ease infinite;
          animation: shake 0.5s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh:nth-child(3) img {
  /* thay đổi hình ảnh khi hover */
  content: url("../img/danhmucbenh/3-hover.png");
  -webkit-animation: shake 0.5s ease infinite;
          animation: shake 0.5s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh:nth-child(4) img {
  /* thay đổi hình ảnh khi hover */
  content: url("../img/danhmucbenh/4-hover.png");
  -webkit-animation: shake 0.5s ease infinite;
          animation: shake 0.5s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh:nth-child(5) img {
  /* thay đổi hình ảnh khi hover */
  content: url("../img/danhmucbenh/5-hover.png");
  -webkit-animation: shake 0.5s ease infinite;
          animation: shake 0.5s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
section .danhmucbenh .list-benh nav .diseases-list li.active_benh:last-child img {
  /* thay đổi hình ảnh khi hover */
  content: url("../img/danhmucbenh/6-hover.png");
  -webkit-animation: shake 0.5s ease infinite;
          animation: shake 0.5s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
section .boxbacsi {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 509px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#3777c6), to(#13b0bb));
  background: linear-gradient(to bottom, #3777c6, #13b0bb);
}
section .boxbacsi .info-pkbt .box-info-pkbt {
  position: relative;
}
section .boxbacsi .info-pkbt .slider-info {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section .boxbacsi .info-pkbt .slider-info .content-info,
section .boxbacsi .info-pkbt .slider-info .img-info {
  width: 50%;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section .boxbacsi .info-pkbt .slider-info .content-info .p-info-top {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
section .boxbacsi .info-pkbt .slider-info .content-info .p-info-top img.top_a {
  position: absolute;
  z-index: 100;
  left: 20px;
  top: -23px;
}
section .boxbacsi .info-pkbt .slider-info .content-info .p-info-top:before {
  content: "";
  background-color: #fff;
  width: 550px;
  height: 120px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}
section .boxbacsi .info-pkbt .slider-info .content-info .p-info-top:after {
  content: "";
  background-color: #fff;
  width: 550px;
  height: 120px;
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 10;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}
section .boxbacsi .info-pkbt .slider-info .content-info .p-info-top p {
  width: 100%;
  max-width: 490px;
  font-size: 27px;
  color: #00141c;
  line-height: 34px;
  position: relative;
  z-index: 1000;
  padding-left: 70px;
  padding-top: 20px;
}
section .boxbacsi .info-pkbt .slider-info .content-info .p-info-bottom {
  width: 100%;
  padding: 55px 20px 0 20px;
}
section .boxbacsi .info-pkbt .slider-info .content-info .p-info-bottom p {
  color: #fff;
  line-height: 27px;
  font-size: 18px;
  text-align: justify;
  padding-right: 20px;
}
section .boxbacsi .info-pkbt .slider-info .content-info .p-info-bottom .chatvoibs {
  background-color: #ed4044;
  border-radius: 40px;
  width: 210px;
  padding: 13px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  margin-top: 27px;
  -webkit-animation: changeColor2 0.5s infinite alternate;
          animation: changeColor2 0.5s infinite alternate;
}
section .boxbacsi .info-pkbt .slider-info .img-info img {
  max-width: 100%;
  height: auto;
  display: block;
}
section .boxbacsi .info-pkbt .slick-prev {
  display: none !important;
}
section .boxbacsi .info-pkbt .slick-next-img {
  position: absolute;
  right: 0;
  bottom: 10px;
  cursor: pointer;
}
section .box_tin {
  width: 100%;
  margin-top: 30px;
}
section .box_tin .tt-tin {
  color: var(--mauchu);
  text-align: center;
  font-size: 28px;
  font-family: "UTMAvoBold";
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
section .box_tin .line-ngang-1 {
  display: block;
  margin: 0 auto;
}
section .box_tin nav ul {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
section .box_tin nav ul li {
  width: 272px;
  height: 255px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}
section .box_tin nav ul li .img-bv {
  height: 190px;
  position: relative;
}
section .box_tin nav ul li .img-bv a {
  display: block;
}
section .box_tin nav ul li .img-bv a img {
  width: 100%;
  height: 190px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section .box_tin nav ul li .img-bv a .date {
  position: absolute;
  top: 20px;
  left: -10px;
}
section .box_tin nav ul li .img-bv a .date span {
  width: 60px;
  height: 52px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ed4044;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .box_tin nav ul li .img-bv a .date span small {
  padding-left: 10px;
}
section .box_tin nav ul li .img-bv a .date span:before {
  content: "";
  background-color: #ed4044;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}
section .box_tin nav ul li .tenbv-a {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 15px 10px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "HelveticaBold";
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 51px;
}
section .box_tin nav ul li:hover .img-bv a img {
  -webkit-transform: rotate(3deg) scale(0.96);
          transform: rotate(3deg) scale(0.96); /* Xoay hình ảnh 45 độ và scale lên 1.1 khi hover */
}
section .box_tin nav ul li:hover .tenbv-a {
  color: var(--blue1);
  position: relative;
  z-index: 1000;
}
section .box-nhanxet {
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}
section .box-nhanxet .tt-nhanxet {
  color: var(--mauchu);
  text-align: center;
  font-size: 28px;
  font-family: "UTMAvoBold";
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
section .box-nhanxet .line-ngang-2 {
  display: block;
  margin: 0 auto;
}
section .box-nhanxet .camnhan-pkbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan {
  width: 100%;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav {
  width: 100%;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul li {
  width: 100%;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul li .boxshow999 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 430px calc(100% - 430px);
  grid-template-columns: 430px calc(100% - 430px);
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul li .boxshow999 .cot1-img img {
  width: 100%;
  height: auto;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul li .boxshow999 .info-camnhan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul li .boxshow999 .info-camnhan img {
  display: block;
  margin: 0 auto;
  height: auto;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul li .boxshow999 .info-camnhan .p-camnhan {
  margin-left: 15px;
  padding-top: 20px;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul li .boxshow999 .info-camnhan .p-camnhan p {
  color: #00141c;
  font-size: 18px;
  text-align: justify;
  line-height: 27px;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul li .boxshow999 .info-camnhan .p-camnhan p span {
  color: #3876c6;
  font-style: italic;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul .slick-dots li {
  width: 15px;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul .slick-dots {
  bottom: 15px;
  left: 205px;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul .slick-dots li button:before {
  color: #3876c6;
  font-size: 9px;
  opacity: 1;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul .slick-dots li.slick-active button:before {
  top: 4px;
  font-size: 0;
  background: url("../img/camnhan/active_click.png") left no-repeat;
  width: 25px;
  height: 9px;
  display: block;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul .slick-dots li:first-child.slick-active button:before {
  left: -10px;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul .slick-dots li:not(:first-child).slick-active button:before {
  left: -2px;
}
section .box-nhanxet .camnhan-pkbt .content-camnhan nav ul .slick-dots li:last-child.slick-active button:before {
  left: 10px;
}
section .hinhanhphongkham {
  margin-top: 30px;
}
section .hinhanhphongkham .tt-hinhanh {
  color: var(--mauchu);
  text-align: center;
  font-size: 28px;
  font-family: "UTMAvoBold";
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
section .hinhanhphongkham .line-ngang-3 {
  display: block;
  margin: 0 auto;
}
section .hinhanhphongkham #tab-anh {
  margin-top: 20px;
}
section .hinhanhphongkham #tab-anh ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
section .hinhanhphongkham #tab-anh ul li span {
  width: 230px;
  padding: 11px;
  text-align: center;
  display: block;
  color: #3876c6;
  border: 1px solid #3876c6;
  border-radius: 6px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
section .hinhanhphongkham #tab-anh ul li.active_tab span {
  background-color: #3876c6;
  font-weight: bold;
  color: #fff;
}
section .hinhanhphongkham .show-hinh-pk {
  width: 100%;
}
section .hinhanhphongkham .show-hinh-pk .showra {
  display: none;
}
section .hinhanhphongkham .show-hinh-pk .showra ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
section .hinhanhphongkham .show-hinh-pk .showra ul li {
  width: 376px;
  position: relative;
  border: 1px var(--blue1) dashed;
  overflow: hidden;
}
section .hinhanhphongkham .show-hinh-pk .showra ul li img {
  width: 100%;
  height: 228px;
  display: block;
}
section .hinhanhphongkham .show-hinh-pk .showra ul li .info-hinh {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  top: -100%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
}
section .hinhanhphongkham .show-hinh-pk .showra ul li .info-hinh span {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  display: block;
  margin-bottom: 17px;
}
section .hinhanhphongkham .show-hinh-pk .showra ul li .info-hinh p {
  width: calc(100% - 50px);
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  text-align: center;
  color: #fff;
}
section .hinhanhphongkham .show-hinh-pk .showra ul li:hover .info-hinh {
  top: 0;
}

footer {
  margin-top: 30px;
  background-image: url("../img/bg-footer.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 391px;
  background-size: 100% 100%;
}
footer .box-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 40px;
}
footer .box-footer .col-f-1 {
  width: 340px;
}
footer .box-footer .col-f-1 .af {
  display: block;
  margin-bottom: 15px;
}
footer .box-footer .col-f-1 .af img {
  margin: 0 auto;
  display: block;
}
footer .box-footer .col-f-1 .af h3 {
  font-size: 17px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 11px;
}
footer .box-footer .col-f-1 .f111 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}
footer .box-footer .col-f-1 .f111 img {
  position: relative;
  top: 2px;
}
footer .box-footer .col-f-1 .f111 .aaa1 {
  width: 17px;
  height: 15px;
}
footer .box-footer .col-f-1 .f111 .aaa2 {
  width: 14px;
  height: 16px;
}
footer .box-footer .col-f-1 .f111 .aaa3 {
  width: 15px;
  height: 15px;
}
footer .box-footer .col-f-1 .f111 span {
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
}
footer .box-footer .col-f-1 .f111.diachi001 span {
  line-height: 25px;
}
footer .box-footer .col-f-1 .chungnhan {
  padding-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .box-footer .col-f-2 {
  width: 369px;
  padding-left: 80px;
}
footer .box-footer .col-f-3 {
  width: calc(100% - 709px);
  padding-left: 100px;
}
footer .box-footer .col-f-3 form#footer {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
footer .box-footer .col-f-3 .group-label {
  margin-bottom: 9px;
}
footer .box-footer .col-f-3 .group-label input[type=text],
footer .box-footer .col-f-3 .group-label input[type=tel],
footer .box-footer .col-f-3 .group-label textarea {
  width: 100%;
  padding: 14px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 8px;
}
footer .box-footer .col-f-3 .group-label input[type=text]:focus,
footer .box-footer .col-f-3 .group-label input[type=tel]:focus,
footer .box-footer .col-f-3 .group-label textarea:focus {
  border-color: #009688;
  outline: none;
}
footer .box-footer .col-f-3 .group-label textarea {
  height: 106px;
}
footer .box-footer .col-f-3 .group-label input[type=submit] {
  background-color: #ed4044;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid #fff;
  width: 100%;
  padding: 14.5px;
  -webkit-animation: changeColor3 0.5s infinite alternate;
          animation: changeColor3 0.5s infinite alternate;
}
footer .box-footer .col-f-3 .group-label input[type=text]::-webkit-input-placeholder, footer .box-footer .col-f-3 .group-label input[type=tel]::-webkit-input-placeholder, footer .box-footer .col-f-3 .group-label textarea::-webkit-input-placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 14px;
}
footer .box-footer .col-f-3 .group-label input[type=text]::-moz-placeholder, footer .box-footer .col-f-3 .group-label input[type=tel]::-moz-placeholder, footer .box-footer .col-f-3 .group-label textarea::-moz-placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 14px;
}
footer .box-footer .col-f-3 .group-label input[type=text]:-ms-input-placeholder, footer .box-footer .col-f-3 .group-label input[type=tel]:-ms-input-placeholder, footer .box-footer .col-f-3 .group-label textarea:-ms-input-placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 14px;
}
footer .box-footer .col-f-3 .group-label input[type=text]::-ms-input-placeholder, footer .box-footer .col-f-3 .group-label input[type=tel]::-ms-input-placeholder, footer .box-footer .col-f-3 .group-label textarea::-ms-input-placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 14px;
}
footer .box-footer .col-f-3 .group-label input[type=text]::placeholder,
footer .box-footer .col-f-3 .group-label input[type=tel]::placeholder,
footer .box-footer .col-f-3 .group-label textarea::placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 14px;
}
footer .box-footer .col-f-3 .group-label.nutbam01 {
  position: relative;
}
footer .box-footer .col-f-3 .group-label.nutbam01:before {
  content: "";
  background: url("../img/icondh.png") left no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 10px;
  left: 22%;
}
footer .chungnhan-giay p {
  font-size: 15px;
  color: #fff;
}

/* tranglaoi */
.breadrum-show {
  width: 100%;
  background-image: url("../img/bg-line.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 160px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.tt-loai-show {
  padding-top: 45px;
  color: #00141c;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 17px;
}

.breadcrumb a {
  text-decoration: none;
  color: #00141c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 17px;
}

.breadcrumb a:hover {
  color: #00141c;
}

.breadcrumb span {
  margin: 0 5px;
  color: #00141c;
  font-size: 17px;
}

.box-trangloai-pk {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 870px calc(100% - 870px);
  grid-template-columns: 870px calc(100% - 870px);
}
.box-trangloai-pk .cot1-tin nav {
  margin-top: 30px;
}
.box-trangloai-pk .cot1-tin nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 414px 414px;
  grid-template-columns: 414px 414px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}
.box-trangloai-pk .cot1-tin nav ul li a {
  display: block;
}
.box-trangloai-pk .cot1-tin nav ul li a .hinhaaa {
  height: 290px;
  position: relative;
}
.box-trangloai-pk .cot1-tin nav ul li a .hinhaaa img {
  width: 414px;
  height: 290px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-trangloai-pk .cot1-tin nav ul li a .hinhaaa span {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 58px;
  height: 54px;
  background-color: #ed4044;
  color: #fff;
  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;
  text-align: center;
}
.box-trangloai-pk .cot1-tin nav ul li a label {
  font-size: 18px;
  display: block;
  color: #00141c;
  padding: 15px 0 0 0;
  line-height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}
.box-trangloai-pk .cot1-tin nav ul li:hover a .hinhaaa img {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.box-trangloai-pk .cot1-tin nav ul li:hover a label {
  color: var(--blue1);
}

.pagination {
  font-family: Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.pagination .pages {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.pagination .pages li {
  display: inline-block;
  margin: 0 3px;
}

.pagination .pages li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  border: 1px solid var(--blue1);
  border-radius: 3px;
  background-color: var(--blue1);
}

.pagination .pages li a.active {
  background-color: #12b1bb;
  color: white;
  border-color: #12b1bb;
}

.pagination .pages li a.prev, .pagination .pages li a.next {
  font-weight: bold;
}

.cot2-bacsi {
  padding-left: 40px;
}
.cot2-bacsi .box-aa-bs {
  width: 100%;
  margin-top: 30px;
}
.cot2-bacsi .box-aa-bs nav {
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.cot2-bacsi .box-aa-bs nav ul li .info-aa-bs {
  width: 100%;
}
.cot2-bacsi .box-aa-bs nav ul li .info-aa-bs label {
  background-color: #3876c6;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 19px;
}
.cot2-bacsi .box-aa-bs nav ul li .info-aa-bs .p-info-bs {
  padding-top: 15px;
}
.cot2-bacsi .box-aa-bs nav ul li .info-aa-bs .p-info-bs p {
  padding-bottom: 25px;
  color: #777777;
  line-height: 23px;
  font-size: 17px;
}
.cot2-bacsi .box-aa-bs nav ul li .info-aa-bs .p-info-bs p img {
  padding-right: 15px;
  position: relative;
  top: 7px;
}
.cot2-bacsi .box-aa-bs nav ul li .info-aa-bs .p-info-bs p small b {
  color: #00141c;
}
.cot2-bacsi .box-aa-bs nav ul li .info-aa-bs .aa-tv {
  width: 222px;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  border: 2px solid var(--blue1);
  display: block;
  color: #3876c6;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-animation: changeColor5 0.5s infinite alternate;
          animation: changeColor5 0.5s infinite alternate;
  margin: 0 auto;
}

.trangchitiet-binhthuan {
  width: 100%;
  margin-top: 30px;
}
.trangchitiet-binhthuan .title-binhthuan {
  width: 100%;
}
.trangchitiet-binhthuan .title-binhthuan h1 {
  font-family: HelvetIns;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  color: var(--blue1);
  position: relative;
  padding-left: 45px;
}
.trangchitiet-binhthuan .title-binhthuan h1:after {
  content: "";
  background: url("../img/icon-tts.png") left no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trangchitiet-binhthuan .info-more {
  width: 100%;
  margin-top: 20px;
}
.trangchitiet-binhthuan .info-more p {
  padding-top: 5px;
  width: 100%;
  display: inline-block;
  line-height: 26px;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
}
.trangchitiet-binhthuan .view-date {
  width: 100%;
  margin-top: 5px;
  border-bottom: 2px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 7px;
  padding-bottom: 10px;
}
.trangchitiet-binhthuan .view-date span {
  color: #777777;
  font-family: tahoma;
  font-size: 13px;
  display: inline-block;
  padding-left: 26px;
  position: relative;
  padding-right: 25px;
}
.trangchitiet-binhthuan .view-date span:before {
  content: "";
  background: url(../img/lock2.webp);
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.trangchitiet-binhthuan .view-date span:first-child:after {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: #777777;
  right: 12px;
  top: 0;
}
.trangchitiet-binhthuan .view-date span:last-child:before {
  content: "";
  background: url(../img/icon-view.webp);
  width: 17px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.trangchitiet-binhthuan .boxbv-bottom {
  width: 100%;
  margin: 10px auto;
  border-radius: 10px;
  background-color: #3876c6;
  padding: 25px 30px;
  max-width: 870px;
}
.trangchitiet-binhthuan .boxbv-bottom .y00 {
  font-family: tahoma;
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: #fff;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.trangchitiet-binhthuan .boxbv-bottom p {
  line-height: 26px;
  font-family: tahoma;
  font-size: 16px;
  color: #fff;
  padding: 6px 0;
}
.trangchitiet-binhthuan .boxbv-bottom .y001 {
  font-family: tahoma;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.trangchitiet-binhthuan .boxbv-bottom .y002 {
  font-family: tahoma;
  font-size: 15px;
  display: inline-block;
  color: #fdff49;
}
.trangchitiet-binhthuan .boxbv-bottom .y003 {
  font-family: tahoma;
  font-size: 16px;
  display: inline-block;
  color: #fdff49;
}
.trangchitiet-binhthuan .boxbv-bottom .y004 {
  font-family: tahoma;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.trangchitiet-binhthuan .boxbv-bottom .y005 {
  font-family: tahoma;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.trangchitiet-binhthuan .box-nhaptuvan {
  width: 100%;
  margin-top: 10px;
}
.trangchitiet-binhthuan .box-nhaptuvan form {
  width: 100%;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=hoten], .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=sodienthoai] {
  width: 340px;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  border: none;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=sodienthoai] {
  margin-left: 20px;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=hoten]::-webkit-input-placeholder, .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=sodienthoai]::-webkit-input-placeholder, .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 textarea::-webkit-input-placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 15px;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=hoten]::-moz-placeholder, .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=sodienthoai]::-moz-placeholder, .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 textarea::-moz-placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 15px;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=hoten]:-ms-input-placeholder, .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=sodienthoai]:-ms-input-placeholder, .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 textarea:-ms-input-placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 15px;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=hoten]::-ms-input-placeholder, .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=sodienthoai]::-ms-input-placeholder, .trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 textarea::-ms-input-placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 15px;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=hoten]::placeholder,
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 input[name=sodienthoai]::placeholder,
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 textarea::placeholder {
  color: #939393; /* Màu của placeholder */
  font-family: "roboto-f";
  font-size: 15px;
}
.trangchitiet-binhthuan .box-nhaptuvan form .form-tv001 button {
  width: 170px;
  padding: 13px;
  border-radius: 5px;
  border: none;
  background-color: #12b1bb;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
  -webkit-animation: changeColor6 0.5s infinite alternate;
          animation: changeColor6 0.5s infinite alternate; /* Áp dụng animation */
}

/* boxbinhluan */
.boxbinhluan {
  width: 100%;
  margin-bottom: 5px;
  /* end binhluannew */
}
.boxbinhluan .binhluannew .title-binhluan {
  font-size: 16px;
  display: block;
  color: #3876c6;
  padding: 20px 0;
  font-weight: 400;
  font-family: "HelvetIns";
  font-size: 26px;
  text-transform: uppercase;
}
.boxbinhluan .binhluannew .title-binhluan img {
  padding-right: 15px;
  position: relative;
  top: 5px;
}
.boxbinhluan .binhluannew .boxbenhluannew {
  width: 100%;
  margin-top: 20px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi {
  width: 100%;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .benhnhanhoi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #eef0f1;
  border-radius: 10px;
  padding: 15px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .benhnhanhoi .avatar-hoi {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 50px;
  max-height: 50px;
  border-radius: 10px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .benhnhanhoi .khung-hoi {
  width: 100%;
  padding-left: 15px;
  border-radius: 10px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .benhnhanhoi .khung-hoi .ten-bn {
  font-weight: bold;
  color: #222222;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .benhnhanhoi .khung-hoi p {
  font-size: 16px;
  font-family: tahoma;
  line-height: 26px;
  text-align: justify;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .thoigian-hoi {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 40px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .thoigian-hoi small {
  color: #777777;
  font-size: 13px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi {
  margin-top: 5px;
  padding-left: 54px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi .khung-box {
  margin-top: 15px;
  background-color: #eef0f1;
  padding: 15px;
  border-radius: 10px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi .khung-box .box-tl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi .khung-box .box-tl .avatar-tl {
  display: block;
  max-width: 50px;
  max-height: 50px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi .khung-box .box-tl .khung-tl {
  width: 100%;
  padding-left: 15px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi .khung-box .box-tl .khung-tl .ten-pk01 {
  font-weight: bold;
  color: #007bea;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi .khung-box .box-tl .khung-tl p {
  font-size: 16px;
  font-family: tahoma;
  line-height: 26px;
  text-align: justify;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi .thoigian-tl {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 40px;
}
.boxbinhluan .binhluannew .boxbenhluannew ul li .box-hoi .bs-tra-loi .thoigian-tl small {
  color: #777777;
}

/* bvlienquan */
.baivietlienquan {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.baivietlienquan .tittle-lq {
  font-size: 16px;
  display: block;
  color: #3876c6;
  padding: 20px 0;
  font-weight: 400;
  font-family: "HelvetIns";
  font-size: 26px;
  text-transform: uppercase;
}
.baivietlienquan .tittle-lq img {
  padding-right: 15px;
  position: relative;
  top: 5px;
}
.baivietlienquan .box-bv-lq {
  width: 100%;
}
.baivietlienquan .box-bv-lq nav {
  margin-top: 0px;
}
.baivietlienquan .box-bv-lq nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 360px 360px;
  grid-template-columns: 360px 360px 360px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.baivietlienquan .box-bv-lq nav ul li {
  width: 360px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}
.baivietlienquan .box-bv-lq nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.baivietlienquan .box-bv-lq nav ul li a img.hinh-vv {
  width: 360px;
  height: 252px;
  display: block;
}
.baivietlienquan .box-bv-lq nav ul li a p {
  padding-top: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #00141c;
  font-weight: bold;
}
.baivietlienquan .box-bv-lq nav ul li a span {
  position: absolute;
  top: 203px;
  right: 0;
  width: 47px;
  height: 47px;
  background-color: #ed4044;
  color: #fff;
  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;
  text-align: center;
  font-size: 14px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.baivietlienquan .box-bv-lq nav ul li a span b {
  display: block;
}
.baivietlienquan .box-bv-lq nav ul li:hover a {
  top: -5px;
}
.baivietlienquan .box-bv-lq nav ul li:hover a p {
  color: var(--blue1);
}

/* danhmuccon-rieng */
.danhmucbenh-rieng {
  width: 100%;
}
.danhmucbenh-rieng .box-con-rieng {
  width: 100%;
}
.danhmucbenh-rieng .box-con-rieng nav ul li .iconconrieng a {
  display: block;
}
.danhmucbenh-rieng .box-con-rieng nav ul li .iconconrieng a .icon-tron {
  width: 80px;
  height: 80px;
  background-color: #3876c6;
}
.danhmucbenh-rieng .box-con-rieng nav ul li .iconconrieng a .icon-tron border img {
  display: block;
}
.danhmucbenh-rieng .box-con-rieng nav ul li .iconconrieng a .icon-tron span {
  color: #00141c;
  font-size: 17px;
  text-align: center;
  display: block;
}

/* danhmuconrieng */
.danhmuccon-rieng {
  margin-top: 30px;
}
.danhmuccon-rieng label {
  color: var(--mauchu);
  text-align: center;
  font-size: 28px;
  font-family: "UTMAvoBold";
  font-weight: 400;
  display: block;
}
.danhmuccon-rieng .line-black-09 {
  display: block;
  margin: 0 auto;
  margin-top: 4px;
}
.danhmuccon-rieng .box-con-rieng {
  width: 100%;
}
.danhmuccon-rieng .box-con-rieng nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 24px;
}
.danhmuccon-rieng .box-con-rieng nav ul li {
  width: 210px;
  margin-bottom: 20px;
}
.danhmuccon-rieng .box-con-rieng nav ul li .iconconrieng a {
  text-align: center;
}
.danhmuccon-rieng .box-con-rieng nav ul li .iconconrieng a .icon-tron {
  width: 80px;
  height: 80px;
  background-color: var(--blue1);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.danhmuccon-rieng .box-con-rieng nav ul li .iconconrieng a .icon-tron img {
  width: 55px;
  height: 55px;
  display: block;
}
.danhmuccon-rieng .box-con-rieng nav ul li .iconconrieng a span {
  color: #00141c;
  font-size: 17px;
  margin-top: 10px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.danhmuccon-rieng .box-con-rieng nav ul li:hover .iconconrieng a .icon-tron img {
  -webkit-animation: shake 0.5s ease infinite;
          animation: shake 0.5s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: brightness(0) saturate(100%) invert(95%) sepia(71%) saturate(5032%) hue-rotate(336deg) brightness(108%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(95%) sepia(71%) saturate(5032%) hue-rotate(336deg) brightness(108%) contrast(103%);
}
.danhmuccon-rieng .box-con-rieng nav ul li:hover .iconconrieng a span {
  color: var(--blue1);
}
.danhmuccon-rieng .box-con-rieng .slick-dots li {
  width: 15px;
}
.danhmuccon-rieng .box-con-rieng .slick-dots li button:before {
  color: #3876c6;
  font-size: 9px;
  opacity: 1;
}
.danhmuccon-rieng .box-con-rieng .slick-dots li.slick-active button:before {
  top: 4px;
  font-size: 0;
  background: url("../img/camnhan/active_click.png") left no-repeat;
  width: 25px;
  height: 9px;
  display: block;
}
.danhmuccon-rieng .box-con-rieng .slick-dots li:first-child.slick-active button:before {
  left: -10px;
}
.danhmuccon-rieng .box-con-rieng .slick-dots li:not(:first-child).slick-active button:before {
  left: -2px;
}
.danhmuccon-rieng .box-con-rieng .slick-dots li:last-child.slick-active button:before {
  left: 10px;
}

.bacsi-loai {
  width: 100%;
  margin-top: 50px;
  background-color: #f0f0f0;
  padding: 20px 0;
}
.bacsi-loai label {
  color: var(--mauchu);
  text-align: center;
  font-size: 28px;
  font-family: "UTMAvoBold";
  font-weight: 400;
  display: block;
}
.bacsi-loai .line-black-09 {
  display: block;
  margin: 0 auto;
  margin-top: 4px;
}
.bacsi-loai .box-bs-loai {
  width: 100%;
  margin: 0 auto;
  max-width: 1230px;
}
.bacsi-loai .box-bs-loai nav {
  margin-top: 10px;
  padding-bottom: 33px;
}
.bacsi-loai .box-bs-loai nav ul {
  margin: 0;
  padding: 0;
}
.bacsi-loai .box-bs-loai nav ul li .info-bs-loai {
  width: 360px;
  height: 403px;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
  border-radius: 15px;
  margin: 5px 25px;
  background-color: #FFF;
}
.bacsi-loai .box-bs-loai nav ul li .info-bs-loai img {
  width: 360px;
  height: 272px;
  display: block;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.bacsi-loai .box-bs-loai nav ul li .info-bs-loai span {
  color: #00141c;
  font-size: 20px;
  display: block;
  padding: 14px 20px 8px 20px;
}
.bacsi-loai .box-bs-loai nav ul li .info-bs-loai p {
  font-size: 18px;
  color: #777777;
  padding: 10px 20px 8px 20px;
  line-height: 23px;
}
.bacsi-loai .box-bs-loai nav ul .slick-dots li {
  width: 15px;
}
.bacsi-loai .box-bs-loai nav ul .slick-dots {
  bottom: -29px;
}
.bacsi-loai .box-bs-loai nav ul .slick-dots li button:before {
  color: #3876c6;
  font-size: 9px;
  opacity: 1;
}
.bacsi-loai .box-bs-loai nav ul .slick-dots li.slick-active button:before {
  top: 4px;
  font-size: 0;
  background: url("../img/camnhan/active_click.png") left no-repeat;
  width: 25px;
  height: 9px;
  display: block;
}
.bacsi-loai .box-bs-loai nav ul .slick-dots li:first-child.slick-active button:before {
  left: -10px;
}
.bacsi-loai .box-bs-loai nav ul .slick-dots li:not(:first-child).slick-active button:before {
  left: -2px;
}
.bacsi-loai .box-bs-loai nav ul .slick-dots li:last-child.slick-active button:before {
  left: 10px;
}

/* loaicon */
.box-trangloai-pk-loai .cot1-tin-loai nav {
  margin-top: 30px;
}
.box-trangloai-pk-loai .cot1-tin-loai nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 360px 360px;
  grid-template-columns: 360px 360px 360px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 50px;
}
.box-trangloai-pk-loai .cot1-tin-loai nav ul li a {
  display: block;
}
.box-trangloai-pk-loai .cot1-tin-loai nav ul li a .hinhaaa {
  height: 252px;
  position: relative;
}
.box-trangloai-pk-loai .cot1-tin-loai nav ul li a .hinhaaa img {
  width: 100%;
  height: 252px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-trangloai-pk-loai .cot1-tin-loai nav ul li a .hinhaaa span {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 49px;
  height: 48px;
  background-color: #ed4044;
  color: #fff;
  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;
  text-align: center;
}
.box-trangloai-pk-loai .cot1-tin-loai nav ul li a label {
  font-size: 18px;
  display: block;
  color: #00141c;
  padding: 15px 0 0 0;
  line-height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}
.box-trangloai-pk-loai .cot1-tin-loai nav ul li:hover a .hinhaaa img {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.box-trangloai-pk-loai .cot1-tin-loai nav ul li:hover a label {
  color: var(--blue1);
}

.form-dangkykham {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-dangkykham .title-dangkykham {
  margin-top: 30px;
}
.form-dangkykham .title-dangkykham small {
  font-family: "HelvetIns";
  font-weight: 400;
  font-size: 26px;
  color: #3876c6;
  text-align: center;
  display: block;
}
.form-dangkykham .title-dangkykham small img {
  padding-right: 10px;
}
.form-dangkykham .box-nd-dkk {
  width: 100%;
  margin-top: 40px;
}
.form-dangkykham .box-nd-dkk .content-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-dangkykham .box-nd-dkk .content-form .form-left {
  width: 390px;
}
.form-dangkykham .box-nd-dkk .content-form .form-left p {
  margin-bottom: 10px;
  font-size: 17px;
  color: #00141c;
  text-transform: uppercase;
  font-weight: bold;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item {
  margin-bottom: 15px;
  /* CSS để tạo giao diện tùy chỉnh cho select box */
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item label {
  font-size: 15px;
  color: #00141c;
  display: block;
  padding: 10px 0;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item label::after {
  content: "*";
  color: red;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item label img {
  padding-right: 5px;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item input[type=text] {
  width: 100%;
  padding: 15px 10px;
  border: none;
  outline: none;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item .gioitinh {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item .gioitinh #check_radio2 {
  margin-left: 50px;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item .gioitinh small {
  padding-left: 10px;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item select {
  width: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item .custom-select {
  position: relative;
  width: 100%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 7px;
  overflow: hidden;
  padding: 6px 10px;
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 8px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2; /* Đảm bảo select box hiển thị trên cùng */
}
.form-dangkykham .box-nd-dkk .content-form .form-left .form-item .custom-select::after {
  content: url("../img/formdangky/arrow.png");
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.form-dangkykham .box-nd-dkk .content-form .form-right {
  width: 390px;
  margin-bottom: 10px;
}
.form-dangkykham .box-nd-dkk .content-form .form-right p {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #00141c;
  text-transform: uppercase;
  font-weight: bold;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item {
  margin-bottom: 15px;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item.form-right-mt {
  margin-top: 28px;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item.form-right-mt label:after {
  content: "";
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item label {
  font-size: 15px;
  color: #00141c;
  display: block;
  padding: 10px 0;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item label::after {
  content: "*";
  color: red;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item label img {
  padding-right: 5px;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item input[type=text] {
  width: 100%;
  padding: 15px 10px;
  border: none;
  outline: none;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item textarea {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 7px;
  border: 1px solid #ccc;
  height: 80px;
  resize: none;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item .gioitinh {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item .gioitinh #check_radio2 {
  margin-left: 50px;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item .gioitinh small {
  padding-left: 10px;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item .box-ngay {
  position: relative;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item .box-ngay img {
  position: absolute;
  width: 13px;
  height: 7px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item .box-gio {
  position: relative;
}
.form-dangkykham .box-nd-dkk .content-form .form-right .form-item .box-gio img {
  position: absolute;
  width: 13px;
  height: 7px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form-dangkykham .box-nd-dkk button {
  width: 250px;
  background-color: #12b1bb;
  padding: 16px 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  color: #fff;
  margin: 30px auto;
  display: block;
}

@-webkit-keyframes changeColor {
  0% {
    background-color: #12b1bb; /* Màu gốc */
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
  }
}

@keyframes changeColor {
  0% {
    background-color: #12b1bb; /* Màu gốc */
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
  }
}
@-webkit-keyframes changeColor2 {
  0% {
    background-color: #ed4044; /* Màu gốc */
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
  }
}
@keyframes changeColor2 {
  0% {
    background-color: #ed4044; /* Màu gốc */
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
  }
}
@-webkit-keyframes changeColor3 {
  0% {
    background-color: #ed4044; /* Màu gốc */
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
  }
}
@keyframes changeColor3 {
  0% {
    background-color: #ed4044; /* Màu gốc */
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
  }
}
@-webkit-keyframes changeColor4 {
  0% {
    background-color: var(--xanh); /* Màu gốc */
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
  }
}
@keyframes changeColor4 {
  0% {
    background-color: var(--xanh); /* Màu gốc */
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes changeColor5 {
  0% {
    background-color: var(--blue1); /* Màu gốc */
    color: #fff;
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
    color: #fff;
  }
}
@keyframes changeColor5 {
  0% {
    background-color: var(--blue1); /* Màu gốc */
    color: #fff;
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
    color: #fff;
  }
}
@-webkit-keyframes changeColor6 {
  0% {
    background-color: #12b1bb; /* Màu gốc */
    color: #fff;
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
    color: #fff;
  }
}
@keyframes changeColor6 {
  0% {
    background-color: #12b1bb; /* Màu gốc */
    color: #fff;
  }
  100% {
    background-color: #ffcc00; /* Màu chuyển đổi khi rê chuột vào */
    color: #fff;
  }
}