/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --cl1: #2bc1ef;
  --cl2: #165099;
  --cl3: #fbea3c;
  --cl4: #1b7fd3;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
body {
  font-family: arial;
  color: #555;
  overflow-x: hidden;
  min-width: 320px;
  line-height: 1.4;
  max-width: 650px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  vertical-align: middle;
  height: auto;
}
ul,
li {
  list-style: none;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  padding: 0 15px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: var(--cl2);
  color: #fff;
}
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--cl5);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #f2f3f4;
  font-family: arial;
  margin-bottom: 8px;
}
input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--cl6);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}

/* top */
div#top {
  background: var(--cl1);
}

div#top button {
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
}

div#top form {
  position: relative;
}

div#top input {
  background: var(--cl1);
  outline: none;
  color: #fff;
  padding: 0.5rem 1rem;
}

div#top input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

div#top input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

div#top input::placeholder {
  color: #fff;
}
/* top */

/* nav */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

div#nav {
  box-shadow: 0px 0px 5px #14529c;
}
/* nav */

/* tuvan */
div#tuvan {
  position: relative;
  z-index: 100;
  margin-top: -20px;
  margin-bottom: 1rem;
}

.tuvan-out {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
  position: relative;
}

.tuvan-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 10px 0;
}

.tuvan-item a img {
  display: inline-block;
}

div#tuvan .slick-current.slick-active .tuvan-item {
  border-right: 2px solid #dedede;
}

.tuvan-item a img {
  max-width: 2.5rem;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.tuvan-item a p {
  font-weight: bold;
  text-transform: uppercase;
}

.tuvan-item a span {
  font-size: 0.95rem;
  line-height: 15px;
}
span.tuvan-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
}

span.tuvan-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7rem;
}
/* tuvan */

/* de lai sdt */
.delaisdt {
  background: var(--cl1);
  padding: 1rem;
  color: #fff;
  border-radius: 0.5rem;
}

.delaisdt p {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.delaisdt form {
  position: relative;
}

.delaisdt button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  border: none;
  background: var(--cl2);
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  width: 4rem;
}
/* de lai sdt */

/* danh muc benh */
div#delaisdt {
  margin-bottom: 1rem;
}

.danhmuc-top {
  background: var(--cl2);
  text-align: center;
  padding: 0.3rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.danhmuc-item {
  padding: 0 0.5rem;
}

.danhmuc-top span {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.danhmuc-item ul li a {
  display: block;
  font-size: 0.85rem;
  padding: 5px;
  position: relative;
  padding-left: 1rem;
}
.danhmuc-item ul li a:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid var(--cl1);
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}
/* danh muc benh */

/* gioi thieu */
.style1 span {
  color: var(--cl1);
  font-weight: bold;
  font-size: 1.2rem;
}

.style1 p {
  text-transform: uppercase;
  color: var(--cl2);
  font-weight: bold;
  font-size: 1.7rem;
}

.style1 {
  margin-bottom: 1rem;
}

.gioithieu-img img {
  height: auto;
}

.gioithieu-img {
  margin-bottom: 1rem;
  text-align: center;
}

.gioithieu-title {
  text-align: center;
  margin-bottom: 1rem;
}

.gioithieu-item {
  display: grid;
  grid-template-columns: 25px auto;
  grid-gap: 10px;
  margin-bottom: 0.5rem;
}

.gioithieu-item span {
  color: var(--cl1);
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}

.gioithieu-item img {
  margin-top: 4px;
}

a.nut {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--cl2);
  color: #fff;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

div#gioithieu {
  padding: 1rem 0;
}
/* gioi thieu */

/* dang ky */
div#dangky {
  position: relative;
  z-index: 10;
  margin-top: -2rem;
}

.dangky {
  background: var(--cl2);
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 0.5rem;
}

.dangky p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

.dangky input {
  margin-bottom: 0.7rem;
}

.dangky button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--cl3);
  border: none;
  outline: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.25rem;
}
div#hkt-baochi {
  padding-bottom: 3rem !important;
}
/* dang ky */

/* online */
div#online {
  position: relative;
  z-index: 5;
  background: var(--cl1);
  color: #fff;
  margin-top: -5rem;
  padding-top: 7rem;
  padding-bottom: 2rem;
}

.online {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 0;
}

.online-item {
  display: grid;
  align-content: center;
  justify-content: center;
}

.online-item span {
  text-align: center;
  font-size: calc(40rem / 16);
  line-height: 2.2rem;
}

.online-item p {
  font-size: calc(20rem / 16);
}
/* online */

/* hkt seleted */
/* The container must be positioned relative: */
.hkt-select {
  position: relative;
  font-family: Arial;
  margin-bottom: 1rem;
}

.hkt-select select {
  display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding: 0.5rem 1rem;
  padding-left: 2.5rem;
  display: flex;
  align-content: center;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: var(--cl1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-selected:before {
  content: "";
  position: absolute;
  background: var(--cl2);
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/icon-menu2.png);
  background-repeat: no-repeat;
  background-position: left 1rem top 10px;
}

.select-items div {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

/* hkt seleted */

/* namkhoa */
.namkhoa-1 {
  margin-bottom: 1rem;
}

.namkhoa-1 a {
  display: block;
}

.namkhoa-1 p {
  color: var(--cl1);
  font-weight: bold;
  padding: 10px 0;
}

.namkhoa-6 a {
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
div#namkhoa {
  padding: 1rem 0;
}

.thanhtren {
  align-items: center;
  justify-content: space-between;
  display: flex;
  border-bottom: 2px solid #dedede;
  margin-bottom: 10px;
}

.thanhtren span {
  color: var(--cl4);
  font-size: calc(20rem / 16);
  text-transform: uppercase;
  font-weight: bold;
}

.thanhtren a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cl1);
  font-style: italic;
}
.namkhoa-1 a img {
  height: auto !important;
}
/* namkhoa */

/* phukhoa */
.phukhoa-tab {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.phukhoa-tab-item {
  display: inline-block;
  border: 1px solid #d9dbdf;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin-right: 10px;
}

* {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
*::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.phukhoa-tab-item.active {
  background: var(--cl1);
  color: #fff;
}

.phukhoa-2 {
  margin-bottom: 1rem;
}

.phukhoa-2 a {
  display: block;
  margin-bottom: 1rem;
}

.phukhoa-2 a > img {
  height: auto !important;
}

.phukhoa-2 h4 {
  color: var(--cl4);
  padding: 10px 0;
}

.phukhoa-2 a > p {
  display: block;
  padding-top: 10px;
  font-style: italic;
}

.time {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.time p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 16px;
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--cl1);
  border-bottom: 1px solid;
}
.phukhoa-5 {
  display: grid;
  grid-gap: 1rem;
}

.phukhoa-5 a {
  position: relative;
  padding-left: 1rem;
}

.phukhoa-5 a:before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--cl1);
  left: 0;
  top: 5px;
  border-radius: 50%;
}

div#phukhoa {
  padding: 1rem 0;
}
/* phukhoa */

/* bxh */
div#benhxahoi {
  padding: 1rem 0;
  background: url(../img/bxh-bg.jpg);
  color: #fff;
}

.bxh-tab {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.bxh-tab-item {
  display: inline-block;
  border-right: 1px solid;
  padding: 0.5rem 1rem;
}

.bxh-tab-item.active {
  color: var(--cl1);
  border-bottom: 1px solid;
}

.bxh-2 h4 {
  padding: 10px 0;
  color: var(--cl1);
}

.bxh-2 a > p {
  display: block;
  padding-top: 10px;
  font-style: italic;
}

.bxh-2 > a {
  display: block;
  margin-bottom: 1rem;
}
.bxh-2 > a img {
  height: auto;
}
.bxh-6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.bxh-6 a {
  display: grid;
  grid-gap: 1rem;
  font-weight: bold;
  color: var(--cl1);
}
/* bxh */

/* tai mui hong */
.tmh-tab {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.tmh-tab-item {
  display: inline-block;
  border-right: 1px solid;
  padding: 0.5rem 1rem;
}

.tmh-tab-item.active {
  color: var(--cl1);
  border-bottom: 1px solid;
}

div#taimuihong {
  padding: 1rem 0;
}
/* tai mui hong */

/* da lieu */
.dalieu-tab {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.dalieu-tab-item {
  display: inline-block;
  border-right: 1px solid;
  padding: 0.5rem 1rem;
}

.dalieu-tab-item.active {
  color: var(--cl1);
  border-bottom: 1px solid;
}
.dalieu-3 a {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.dalieu-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(5, 54, 112, 0.95) 15%,
    rgba(5, 54, 112, 0) 40%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(5, 54, 112, 0.95) 15%,
    rgba(5, 54, 112, 0) 40%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0.15, rgba(5, 54, 112, 0.95)),
    color-stop(0.4, rgba(5, 54, 112, 0))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(5, 54, 112, 0.95) 15%,
    rgba(5, 54, 112, 0) 40%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(5, 54, 112, 0.95) 15%,
    rgba(5, 54, 112, 0) 40%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#053670', endColorstr='#053670' ,GradientType=0)";
  background: linear-gradient(
    0deg,
    rgba(5, 54, 112, 0.95) 15%,
    rgba(5, 54, 112, 0) 40%
  );
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#053670',endColorstr='#053670' , GradientType=0);
  display: flex;
  align-items: end;
  padding: 15px;
}

.dalieu-abs h4 {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
div#dalieu {
  padding: 1rem 0;
}

.dalieu-6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.dalieu-6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dalieu-6 div {
  padding-left: 1rem;
  position: relative;
}

.dalieu-6 div:before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--cl1);
  left: 0;
  top: 5px;
  border-radius: 50%;
}
/* da lieu */

/* uu diem */
div#uudiem {
  padding: 1rem 0;
  background: url(../img/uudiem-bg.jpg);
  color: #fff;
}

.uudiem {
  display: grid;
  grid-gap: 1rem;
}

.uudiem-item {
  display: grid;
  grid-template-columns: 70px auto;
  grid-gap: 15px;
}

.uudiem-item span {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.25rem;
}

.uudiem-item p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

div#uudiem .style1 * {
  color: #fff !important;
}
div#uudiem .btn {
  background: var(--cl3);
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1rem;
}
.uudiem-img {
  margin-top: 1rem;
}

.uudiem-img img {
  height: auto;
  width: 100%;
}
/* uu diem */

/* cam nhan */
div#camnhan {
  padding: 1rem 0;
}

.camnhan-content {
  box-shadow: 2px 2px 7px rgb(0 0 0 / 30%);
  padding: 1rem;
  border-radius: 10px;
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
}

.camnhan-content p {
  text-align: center;
}
.camnhan-quote {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
}
.camnhan-abs {
  position: absolute;
  background: var(--cl1);
  top: -2rem;
  width: calc(100% - 30px);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

div#camnhan .style1 {
  /* margin-bottom: 3rem; */
}

.camnhan-abs div {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.camnhan-abs div span {
  font-size: 1.1rem;
  text-transform: capitalize;
}
.camnhan-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.camnhan-slider .slick-dots li button:before {
  width: 20px;
  height: 6px;
  content: "";
  border-radius: 10px;
  background: gray;
}

.camnhan-slider .slick-dots li button {
  width: 30px;
  height: 6px;
}

.camnhan-slider .slick-dots li.slick-active button:before {
  color: black;
  background: var(--cl1);
  opacity: 1;
}

div#camnhan .slick-dots li {
  margin: 0 3px;
}
/* cam nhan */

/* moi truong */
#moitruong {
  padding: 1rem 0;
}
.moitruong-item {
  padding: 0 0.2rem;
}

.moitruong-item img {
  height: auto;
}

/* moi truong */

/* footer */
div#footer {
  background: url(../img/footer-bg.jpg);
  padding: 1rem 0;
}

.ft-top {
  margin-bottom: 1rem;
}

.ft-top ul {
  display: grid;
  grid-gap: 0.5rem;
  margin-top: 1rem;
}

.ft-top ul li {
  color: #fff;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 1rem auto;
  align-items: center;
}

.ft-map {
  margin-bottom: 1rem;
}

div#footer h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

div#footer h3:before {
  content: "/";
  display: inline-block;
  margin-right: 0.25rem;
}

.ft-2 a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #919191;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.ft-2 {
  margin-bottom: 1rem;
}

.ft-dangky input {
  margin-bottom: 0.5rem;
  background: #f4f6f9;
  background: rgba(244, 246, 249, 10%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  filter: alpha(opacity=10) progid: DXImageTransform.Microsoft.Alpha(opacity=10);
  color: #fff;
}

.ft-dangky textarea {
  background: #f4f6f9;
  background: rgba(244, 246, 249, 10%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  filter: alpha(opacity=10) progid: DXImageTransform.Microsoft.Alpha(opacity=10);
  color: #fff;
}

.ft-mark {
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.ft-dangky {
  margin-bottom: 1rem;
}

.ft-dangky button {
  background: var(--cl1);
  text-transform: uppercase;
}
#footer ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

#footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#footer ::placeholder {
  color: #fff;
}

/* footer */

/* cat page */
a.cat-item {
  display: grid;
  margin-bottom: 1rem;
  grid-gap: 10px;
}

a.cat-item h4 {
  color: var(--cl1);
}
a.cat-item > img {
  height: auto;
  width: 100%;
}
ul.pagination {
  display: flex;
  gap: 5px;
}

a.page-link {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--cl1);
}

li.page-item.active a {
  background: var(--cl1);
  color: #fff;
}

div#cat {
  padding: 1rem 0;
}
/* cat page */

/* chi tiet */
div#content h1 {
  color: var(--cl2);
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  font-size: 1.5rem;
  text-transform: uppercase;
}

div#content h2 {
  font-size: 1.25rem;
  color: var(--cl1);
  border-bottom: 1px solid;
  margin-bottom: 0.5rem;
  padding-bottom: 5px;
}

div#content h3 {
  border-bottom: 1px solid var(--cl1);
  margin-bottom: 0.5rem;
  padding-bottom: 4px;
  display: inline-block;
}

#content p {
  margin-bottom: 1rem;
}

div#content img {
  max-width: 100%;
  height: auto !important;
}
/* chi tiet */

/* tim kiem */
div#search-rel {
  position: relative;
}

div#search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

button#btn-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  border: none;
  height: 100%;
  background: var(--cl1);
  width: 20%;
  color: #fff;
  text-transform: uppercase;
}
/* tim kiem */

/* page speed */
.banner-slider a {
  display: flex;
}

.banner-slider a img {
  height: auto;
}
div#hkt-baochi img {
  height: auto;
}
/* page speed */

.tuvan-slider {
  display: GRID;
  grid-template-columns: repeat(2, 1fr);
}

.tuvan-slider > div:first-child {
  border-right: 1px solid;
}

.danhmuc-list .danhmuc-item {
  display: none;
}
.danhmuc-list .danhmuc-item:first-child {
  display: block;
}
.danhmuc-list.slick-initialized .danhmuc-item {
  display: block;
}
.ft-map a {
  display: block;
}
.ft-top center a {
  display: block;
}

/* hkt chuyen khoa */
.hkt-chuyenkhoa {
  display: grid;
  grid-gap: 1rem;
}

.hkt-ck-item {
  display: grid;
  grid-gap: 1rem;
  border-bottom: 1px solid #2bc1ef;
  padding-bottom: 0.5rem;
}

.hkt-ck-left {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.hkt-ck-left img {
  max-width: 45px;
}

.hkt-ck-left a {
  display: inline-block;
  font-weight: bold;
  color: #165099;
  text-transform: uppercase;
}

.hkt-ck-right {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 0.5rem;
}

.hkt-ck-right a {
  display: inline-block;
  font-size: .9rem;
}

div#hkt-chuyenkhoa {
  padding: 1rem 0;
}

.hkt-ck-right a:hover {
  color: #2bc1ef;
}