﻿@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;
  font-family: "Merriweather";
}
.section-title-news .description-title {
  color: #394E79;
}
.section-title-news h2 {
  font-size: 14px;
  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;
  font-family: "exo-regular";
  top: 154px;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}
.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: 15px 0;
}
.appointment-schedule .container .form-section {
  margin-bottom: 15px;
  border-radius: 8px;
}
.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: "exo-regular";
}

.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;
  background-color: #eeecec;
  list-style: none;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-hc .UI-DDL:hover {
  background-color: #ddd;
}
.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: 14px;
  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;
}
