﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

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

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

/*navtab*/
#navforhome .nav-tabs {
  border-bottom: 1px solid #05459C;
}
#navforhome .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #05459C #05459C #fff;
  font-weight: 600;
}

/*end navtab*/
#traCuuLichHen-container {
  display: none;
}

.section-title-news {
  position: relative;
}
.section-title-news div {
  color: #394E79;
  margin: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
}
.section-title-news .description-title {
  color: #394E79;
}
.section-title-news h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, #232323, transparent 50%);
  position: relative;
}
.section-title-news h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #05459C;
  margin: 4px 10px;
}

.appointment-schedule {
  position: relative;
  top: 154px;
  display: flex;
  justify-content: center;
  font-family: "Nunito";
  font-size: 16px;
}
.appointment-schedule .container {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0 40px;
}
.appointment-schedule .container .form-section {
  margin-bottom: 15px;
  border-radius: 8px;
}
.appointment-schedule .container .form-section .form-control-sm {
  font-size: 16px;
}
.appointment-schedule .container .form-section .form-row .form-group .dropdown-menu {
  max-height: 300px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.appointment-schedule .container .form-section .form-row .form-group .dropdown-menu li {
  background-color: aliceblue;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.appointment-schedule .container .form-section .form-row .form-group .dropdown-menu li:hover {
  background-color: rgb(18, 89, 160);
  color: #fff;
  transition: 0.3s all ease;
}
.appointment-schedule .container .form-section h5 {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.appointment-schedule .container label {
  margin-bottom: 0.2rem;
}
.appointment-schedule select > option {
  font-family: "Nunito";
}

.card {
  border: none;
}

#footer {
  position: relative;
  top: 154px;
}

.filter-hc {
  display: flex;
}
.filter-hc .ui-tieude {
  display: inline;
  padding: 7px 7px 4px;
  float: left;
  font-weight: 600;
}
.filter-hc .UI-DDL {
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ddd;
  list-style: none;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.filter-hc .UI-DDL:hover {
  background-color: aliceblue;
}
.filter-hc .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.filter-hc ul li {
  padding: 3px 5px;
  font-size: 16px;
  list-style: none;
  line-height: 21px;
  cursor: pointer;
}
.filter-hc ul li:hover {
  background-color: #ccc;
  color: #394E79;
}
.filter-hc .dropdown-menu {
  max-height: 300px;
  padding: 10px;
  overflow-y: auto;
  top: 30px;
  bottom: auto;
  width: 160px;
}

.display-flex {
  display: flex !important;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; /* ẩn mặc định */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(26, 26, 26, 0.95);
  z-index: 1000;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #444;
  border-top-color: #00f7ff;
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
  margin-bottom: 1rem;
}

.loading-text {
  color: #aaa;
  font-size: 1.2rem;
  animation: fadeInOut 0.5s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
