:root {
  --cl1: #165099;
  --cl2: #2bc1ef;
  --cl3: #1b7fd3;
  --cl4: #f2f4f6;
  --cl5: #1b2c51;
  --cl6: #ffd510;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background: white;
  font-size: 16px;
  overflow-x: hidden;
  font-family: arial;
  color: #666;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
  line-height: 1.4;
}
img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
  height: auto;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.btn-1 {
  width: auto;
  background: var(--cl2);
  border-radius: 2rem;
  color: #fff;
  text-transform: uppercase;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.rel {
  position: relative;
}
.input1 {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  font-size: 15px;
}
.btn1 {
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  font-size: 15px;
}

/* header */
div#header {
  background: var(--cl2);
  color: #fff;
  padding: 7px;
}

.header-img {
  width: 25px;
  height: 25px;
  background: var(--cl1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.header-left li {
  display: flex;
  align-items: center;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header-left span {
  font-size: 14px;
}
input#txt-search {
  padding: 6px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  padding-left: 5px;
  color: #fff;
  width: 100%;
}
input#txt-search::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-style: italic;
}

input#txt-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-style: italic;
}

input#txt-search::placeholder {
  color: #fff;
  font-style: italic;
}

button#btn-searh {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: url(img/header-search.png);
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  cursor: pointer;
}

.header-search {
  position: relative;
  min-width: 240px;
}

/* quy trinh */
.quytrinh {
  /*display: grid;
  grid-template-columns: 64% auto;
  grid-gap: 30px;*/
}

.quytrinh-left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  box-shadow: 0px 7px 30px rgb(0 0 0 / 12%);
  border-radius: 10px;
}

.qt-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  border-left: 1px solid #dedede;
}

.qt-item {
  border-left: 2px solid #dedede;
}

.qt-item:first-child {
  border: none;
}

.qt-item img {
  margin-bottom: 12px;
}

.qt-item p {
  text-align: center;
  line-height: 22px;
  font-size: 17px;
}

.qt-item b {
  text-transform: uppercase;
  font-size: 20px;
}

.quytrinh-right {
  background: var(--cl2);
  color: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 7px 30px rgb(0 0 0 / 12%);
}

.quytrinh-right button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: var(--cl1);
  color: #fff;
}

.quytrinh-right form {
  position: relative;
  margin-top: 15px;
}

div#banner {
  position: relative;
}

div#quytrinh {
  position: relative;
  z-index: 100;
  margin-top: -50px;
  margin-bottom: 40px;
}

/* chuyen khoa */
.ck-slider-item {
  margin: 0 10px;
  padding-top: 25px;
  margin-bottom: 5px;
}

.ck-main-top {
  background: var(--cl1);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.ck-main-list {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.ck-main {
  position: relative;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
  height: 100%;
}

.chuyenkhoa-out {
  position: relative;
}

.ck-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  cursor: pointer;
}

.ck-next {
  position: absolute;
  top: 50%;
  right: -20px;
  cursor: pointer;
}

.ck-main-list a:hover {
  color: var(--cl2);
}

.ck-abs {
  position: absolute;
  background: var(--cl2);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -25px;
  left: 25px;
}

.ck-main-list a {
  font-size: 15px;
  padding: 3px;
  display: block;
}

div#chuyenkhoa {
  margin-bottom: 40px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/* gioi thieu */
.gioithieu {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 40% auto;
  align-items: center;
}

.style1 {
  margin-bottom: 20px;
}

.style1 span {
  font-size: 22px;
  font-weight: bold;
  color: var(--cl2);
  display: block;
}

.style1 p {
  font-size: 33px;
  text-transform: uppercase;
  color: var(--cl1);
  font-weight: bold;
}

.gioithieu-right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 20px;
}

.gioithieu-right li {
  display: grid;
  grid-template-columns: 30px auto;
  grid-gap: 10px;
}

.gt-r span {
  display: inline-block;
  color: var(--cl2);
  text-transform: uppercase;
  font-weight: bold;
}

.gt-r p {
  text-align: justify;
  font-size: 14px;
}

.btn2 {
  background: var(--cl3);
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
}

div#gioithieu {
  margin-bottom: 40px;
}

.gioithieu-right > p {
  text-align: justify;
  margin-bottom: 20px;
}

/* online */
div#online {
  background: var(--cl2);
  color: #fff;
  /* padding: 20px 0; */
  /* padding-top: 110px; */
  border: 1px solid transparent;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.online {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.online-item span {
  font-size: 50px;
}

.online-item {
  text-align: center;
  line-height: 25px;
}

.online-item p {
  font-size: 22px;
}

.dangkyonline {
  background: var(--cl1);
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 100;
  margin-top: -30px;
}

.dangkyonline p {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

.dangkyonline form {
  display: grid;
  grid-template-columns: 42% 42% auto;
  grid-gap: 15px;
}

.dangkyonline button {
  background: var(--cl6);
  text-transform: uppercase;
  font-weight: bold;
}
div#hkt-baochi {
  padding-bottom: 70px !important;
}

/* tin tuc suc khoe */
.chuyenkhoa-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ck-top-left {
  display: flex;
  align-items: center;
  line-height: 30px;
}

.ck-top-left ul {
  display: flex;
}

.ck-icon {
  background: var(--cl3);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.ck-icon img {
  max-width: 60%;
}

span.ck-name {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--cl3);
  font-weight: bold;
}

.ck-top-left ul li {
  display: inline-block;
  margin-left: 40px;
  height: 100%;
  cursor: pointer;
}

.ck-top-left ul li:not(:first-child) {
  position: relative;
}

.ck-top-left ul li:not(:first-child):before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background: rgb(255 255 255 / 30%);
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.ck-top-left ul li.active {
  border-bottom: 2px solid var(--cl2);
}

.ck-top-right a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cl2);
}

.ck-top-right img {
  margin-top: -2px;
}

div#namkhoa-ajax {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 23% calc(77% - 30px);
  grid-gap: 30px;
}

.namkhoa-block-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  border-bottom: 1px solid var(--cl4);
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.nk-b3-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 7px;
  color: var(--cl2);
  line-height: 20px;
}

.nk-b3-item p:hover {
  color: var(--cl1);
}

.namkhoa-block-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.nk-b6-item a {
  display: grid;
  grid-template-columns: 80px auto;
  grid-gap: 10px;
}

.nk-b6-item p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  font-size: 15px;
}

.namkhoa-tab {
  background: var(--cl4);
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-right: 15px;
}

.namkhoa-tab span:hover {
  background: var(--cl1);
  color: #fff;
}

.namkhoa-tab span {
  cursor: pointer;
  font-size: 15px;
  padding: 5px 0 5px 20px;
  display: block;
  margin-bottom: 5px;
}

.namkhoa-tab span.active {
  background: var(--cl1);
  color: #fff;
  position: relative;
}

.namkhoa-tab span.active:before {
  content: "";
  position: absolute;
  left: 2px;
  background: url(img/next.png);
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  top: 49%;
  transform: translateY(-50%);
  background-size: 5px;
}
.nk-b6-item img {
  max-height: 50px;
  width: 100%;
}
.nk-b6-item p:hover {
  color: var(--cl2);
}
.nk-b3-item img {
  max-height: 170px;
  width: 100%;
}

/* phu khoa */
.phukhoa-tab {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.phukhoa-tab span {
  display: block;
  background: var(--cl4);
  font-size: 15px;
  padding: 0.3rem 0.7rem;
  cursor: pointer;
  border-radius: 0.2rem;
}

.phukhoa-tab span.active {
  background: var(--cl2);
  color: #fff;
}

div#phukhoa-content {
  display: grid;
  grid-template-columns: 55% calc(45% - 30px);
  grid-gap: 30px;
}

.pk-b2-item {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 45% auto;
  margin-bottom: 20px;
}
.pk-b2-content h5 a {
  color: var(--cl3);
  display: block;
  margin-bottom: 7px;
  line-height: 17px;
  font-size: 16px;
  font-weight: 500;
}

.bv-info span {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
}

.bv-info {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.bv-info span img {
  margin-right: 5px;
  margin-top: -2px;
}

.pk-b2-content p {
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 15px;
}

a.xemthem {
  border-bottom: 1px solid var(--cl2);
  color: var(--cl2);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.pk-b2-content h5:hover a {
  color: #d17f7f;
}
.phukhoa-block-x a {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.phukhoa-block-x a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--cl2);
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.phukhoa-block-x a:hover {
  color: var(--cl2);
}

.pk-b2-img img {
  max-height: 180px;
  width: 100%;
}

.pk-b2-img img {
  width: 100%;
}
div#phukhoa-ajax {
  margin-bottom: 40px;
}

.pk-b2-item:last-child {
  margin-bottom: 0;
}

/* benh xa hoi */

div#benhxahoi {
  padding: 40px 0;
  background: url(img/bg2.jpg);
}

div#benhxahoi .chuyenkhoa-top {
  border-bottom: 1px solid #fff;
}

ul#bxh-tab li {
  color: #fff;
}

ul#bxh-tab li.active {
  border-bottom: 2px solid var(--cl2);
  color: var(--cl2);
  margin-bottom: -1px;
}
.benhxahoi .ck-icon {
  background: var(--cl2);
}

.benhxahoi .ck-name {
  color: #fff;
}
div#benhxahoi-ajax {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 40% auto;
  color: #fff;
}

.bxh-l h4 a {
  display: block;
  color: var(--cl2);
  padding: 8px 0px;
  /* line-height: 1.4; */
}

.bxh-l p {
  text-align: justify;
  margin-bottom: 20px;
}

.bxh-r-6-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  margin-bottom: 20px;
}

.bxh-r-6-1 a {
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: 10px;
  align-items: center;
}

.bxh-r-6-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.bxh-r-6-2 a {
  position: relative;
  padding-left: 10px;
}

.bxh-r-6-1 a p {
  color: var(--cl2);
}

.bxh-r-6-2 a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cl2);
  position: absolute;
  top: 3px;
  left: -10px;
}

.bxh-r-6-2 a:hover {
  color: var(--cl2);
}
.bxh-1-img img {
  height: 290px;
  width: 100%;
}

/* pha thai */
div#phathai {
  padding: 30px 0;
}

.phathai-b-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.phathai-b-1-item h4 a {
  color: var(--cl3);
  display: block;
  line-height: 20px;
  padding: 8px 0;
}

.phathai-b-1-item p {
  text-align: justify;
}

.phathai-b-2 {
  padding: 20px 0;
}

.phathai-b-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.phathai-b-2-item {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 15px;
  align-items: center;
}

.phathai-b-2-item a {
  color: var(--cl3);
}

.phathai-b-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px 25px;
}

.phathai-b-3-item a {
  display: block;
  font-size: 15px;
}

.phathai-b-3-item {
  position: relative;
  padding-left: 20px;
}

.phathai-b-3-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--cl2);
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.phathai-b-3-item a:hover {
  color: var(--cl1);
}

/* tai mui hong  */

.tmh-dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

ul#tmh-tab li {
  margin-left: 20px;
  font-size: 14px;
}

ul#tmh-tab li:not(:first-child):before {
  left: -10px;
}

div#taimuihong .ck-top-right a {
  font-size: 14px;
  gap: 5px;
}
div#tmh-ajax {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 50% auto;
}

.tmh-l {
  padding: 10px;
  background: var(--cl4);
  border-radius: 0.5rem;
}

.tmh-l h4 {
  color: var(--cl3);
  line-height: 20px;
  padding: 10px 0;
}

div#tmh-ajax > p {
}

.tmh-l > p {
  font-style: italic;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 10px;
}

.tmh-r a {
  display: grid;
  font-size: 15px;
  position: relative;
  padding-left: 9px;
  margin-bottom: 10px;
}

.tmh-r a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: -10px;
  background: var(--cl2);
  border-radius: 50%;
}

.tmh-r a:hover {
  color: var(--cl2);
}
div#tmh-dl {
  margin-bottom: 30px;
}

/* uu diem */

div#uudiem {
  padding: 30px 0;
  background: url(img/bg1.jpg);
  color: #fff;
}

.uudiem {
  display: grid;
  grid-template-columns: 60% auto;
  grid-gap: 30px;
}

.uudiem-l .style1 * {
  color: #fff !important;
}

.uudiem-l ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.uudiem-l li {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 15px;
  align-items: flex-start;
}

.uudiem-l li span {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.uudiem-l li p {
  font-size: 15px;
}

.uudiem-l .btn2 {
    background: var(--cl6);
    display: inline-block;
    margin-top: 20px;
    color: #000;

}
.uudiem-l .style1 img {
    -webkit-filter: brightness(999); filter: brightness(999);
}

/* cam nhan */

div#camnhan {
  padding: 40px 0;
}

.camnhan-rel {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  padding-bottom: 30px;
  padding-top: 50px;
}

.camnhan-content {
  margin: 0 10px;
  padding-bottom: 20px;
}

.camnhan-note {
  position: absolute;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.camnhan-abs {
  display: flex;
  align-items: center;
  width: 85%;
  height: 90px;
  margin-left: 7%;
  position: relative;
  margin-bottom: -40px;
  z-index: 10;
  background: var(--cl2);
  padding: 0 10px;
  border-radius: 10px;
}

.camnhan-info {
  padding: 20px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 80px;
  color: #fff;
}

.camnhan-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}

.camnhan-info span {
  text-transform: capitalize;
  font-weight: bold;
}

.camnhan-info p {
  font-size: 14px;
}

.camnhan-slider .slick-dots li button:before {
  width: 30px;
  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(--cl2);
  opacity: 1;
}
.camnhan-slider .slick-dots {
  bottom: -40px;
}

/* moi truong */

/* moi truong */
div#moitruong {
  padding: 30px 0;
}

.moitruong-item {
  margin: 0 10px;
}

.moitruong-out {
  position: relative;
}

span.moitruong-prev {
  position: absolute;
  top: 50%;
  left: -20px;
}

.moitruong-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  cursor: pointer;
}

.moitruong-next {
  position: absolute;
  top: 50%;
  right: -20px;
  cursor: pointer;
}

/* footer */
/* footer */

footer {
  padding: 40px 0;
  background: url(img/bg3.jpg);
  color: #fff;
}

.footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.ft-1 a img {
}

.ft-1 > a {
  display: block;
  margin-bottom: 15px;
}

.ft-1 li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.ft-1 ul {
  margin-bottom: 20px;
}

.footer h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 8px;
}

.footer h3:before {
  content: "/";
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
}

.ft-2 a {
  display: block;
  padding-bottom: 10px;
}

.ft-2 a:hover {
  color: var(--cl2);
}

/* trang loai */
/* trang loai */
.cat {
  display: grid;
  grid-template-columns: 25% auto;
  grid-gap: 20px;
}

div#cat-list a {
  border-bottom: 1px dotted var(--cl5);
  padding: 8px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  display: block;
}

div#cat {
  padding: 40px 0;
}

div#cat-list {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

div#cat-list a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background: var(--cl2);
  left: 0;
  top: 100%;
  transition: all 0.7s;
}

div#cat-list a:hover:after {
  width: 100%;
}

div#cat-list a:hover {
  color: var(--cl2);
}
.bt-main {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}

.bt-main > p {
  padding: 1rem;
}

.bt-main > a {
  background: var(--cl1);
  color: #fff;
  margin-left: 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 14px;
  padding: 5px 15px;
}

.bt-main > a:hover {
  background: var(--cl2);
}

.b-t {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}

.b-t-item img {
  max-height: 100%;
  object-fit: fill;
  height: 100%;
  width: 100%;
}

/* a.bt-abs {
    background: url(img/mask.png) center no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 1rem;
    display: flex;
    justify-content: end;
    flex-direction: column;
    top: 0;
    color: #fff;
} */

a.bt-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(59, 96, 188, 1) 0%,
    rgba(59, 96, 188, 0.8) 30%,
    rgba(59, 96, 188, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(59, 96, 188, 1) 0%,
    rgba(59, 96, 188, 0.8) 30%,
    rgba(59, 96, 188, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0, rgba(59, 96, 188, 1)),
    color-stop(0.3, rgba(59, 96, 188, 0.8)),
    color-stop(1, rgba(59, 96, 188, 0))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(59, 96, 188, 1) 0%,
    rgba(59, 96, 188, 0.8) 30%,
    rgba(59, 96, 188, 0) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(59, 96, 188, 1) 0%,
    rgba(59, 96, 188, 0.8) 30%,
    rgba(59, 96, 188, 0) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B60BC', endColorstr='#3B60BC' ,GradientType=0)";
  background: linear-gradient(
    0deg,
    rgba(59, 96, 188, 1) 0%,
    rgba(59, 96, 188, 0.8) 30%,
    rgba(59, 96, 188, 0) 100%
  );
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B60BC', endColorstr='#3B60BC', GradientType=0);
  padding: 10px;
  color: #fff;
}

.b-t-item {
  position: relative;
  height: 260px;
}

a.bt-abs p {
  text-transform: capitalize;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding-bottom: 3px;
  margin-bottom: 3px;
}

a.bt-abs span {
  font-size: 13px;
  font-style: italic;
}

.b-b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.b-b-item a {
  display: grid;
  grid-template-columns: 30% auto;
  grid-gap: 15px;
}

.b-b-item a p {
  color: var(--cl3);
}

.b-b-item a span {
  font-size: 13px;
  color: #888888;
  font-style: italic;
}

.b-t-item img {
  max-height: 100%;
}

/*phantrang*/
ul.pagination {
  display: flex;
}

a.page-link {
  display: inline-block;
  padding: 5px 8px;
  background: var(--cl2);
  color: #fff;
}

li.page-item {
  margin-right: 4px;
}

li.page-item.active a {
  background: var(--cl1);
}

.bt-main h4 {
  padding: 1rem;
  padding-bottom: 0;
}

.bt-main h4:hover a {
  color: var(--cl1);
}

/* footer */
.ft-dangky input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 10px;
  outline: none;
}

.ft-dangky textarea {
  display: block;
  width: 100%;
  font-family: arial;
  padding: 0.5rem;
  margin-bottom: 10px;
  outline: none;
  resize: none;
}

.ft-dangky form {
  margin: 15px 0;
}

.ft-dangky button {
  display: inline-block;
  padding: 0.5rem;
  text-transform: uppercase;
  border: none;
  background: var(--cl2);
  color: #fff;
}

/* nav */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

ul.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.nav-right > li > a {
  display: inline-block;
  text-transform: uppercase;
  color: #555;
  padding: 0 20px;
  line-height: 23px;
}

ul.nav-right > li > a:hover {
  color: var(--cl1);
}
li.parent {
  position: relative;
}
.parent:hover .submenu {
  display: block;
}
ul.submenu {
  position: absolute;
  z-index: 100;
  background: #fff;
  left: 0;
  border-top: 1px solid var(--cl2);
  width: max-content;
  min-width: 100%;
  display: none;
}

ul.submenu a {
  display: block;
  padding: 7px 20px;
}

ul.submenu a:hover {
  background: var(--cl2);
  color: #fff;
}
.nav-logo img {
  max-width: 150px;
}
/* nav */

/* trang chi tiet */
div#content h1 {
  color: var(--cl2);
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}

div#content p {
  line-height: 22px;
  margin-bottom: 1rem;
}

div#content h2 {
  color: var(--cl3);
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}

div#content h3 {
  color: var(--cl3);
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
/* trang chi tiet */


/* page speed */
.banner-slider .banner-item {
  display: none;
}
.banner-slider .banner-item:first-child {
  display: block;
}
.banner-slider.slick-initialized .banner-item {
  display: block;
}
.nav-logo a {
  display: flex;
}


/* hkt chuyen khoa */
.hkt-chuyenkhoa {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 10px;
}

.hkt-ck-item {
  display: grid;
  grid-template-columns: 90px auto;
  grid-gap: 15px;
  align-items: center;
  border-bottom: 1px solid #2bc1ef;
  padding-bottom: 20px;
  padding-top: 10px;
}

.hkt-ck-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.hkt-ck-left a {
  display: block;
  font-weight: bold;
  color: #165099;
  text-transform: uppercase;
  text-align: center;
}

.hkt-ck-right {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;
}

.hkt-ck-right a {
  display: inline-block;
  font-size: 14px;
}

div#hkt-chuyenkhoa {
  padding: 30px 0;
}

.hkt-ck-right a:hover {
  color: #2bc1ef;
}