.header-top {
    background-color: #ffffff !important;
    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    background-color: #216c5a;
    margin-left: 300px;
    height:55px;}
#logo img {
    max-height: 120px !important;
    margin-top: -27px;
    z-index: 99999;
    position: relative;
    margin-left: -50px;
}
.logo-left .nav>li>a {
    font-size: 15px;
    color: #2e2c2c;
    font-weight: 600 !important;
}
.header-block-block-1 {
    padding: 15px 0px 0px 50px;
}
a.tuvan {
    margin-right: 8px;
    border-right: 2px solid white;
    padding-right: 5px;
}
span.hotro a { 
    color: white;
}
ul.nav.top-bar-nav.nav-right.nav-small.nav-divided a {
    color: red;
    font-size: 16px; 
    padding: 6px 10px;
    border-radius: 9px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
    animation: animation 3s infinite;
    color: #fff;
    gap: 6px;
    padding: 0px 12px;
    border: 1px solid #fff; 
    font-weight: bold;
    height: 28px;
        margin-right: 120px;
}
@keyframes animation {
  0% {
    box-shadow: 0 0 -10px #fff;
  }
  40% {
    box-shadow: 0 0 20px #fff;
  }
  60% {
    box-shadow: 0 0 20px #fff;
  }
  100% {
    box-shadow: 0 0 -10px #fff;
  }
}
.header-button a {
    background: #c61d23;
    border: 0px;
}
.copyright-footer {
    color: white;
    text-transform: uppercase;
}
.logo_footer img{
    filter: brightness(0) invert(1);
}
footer#footer div, footer#footer a{ 
    color: white;
    font-size: 15px;
}
footer#footer h3 {
    font-size:17px;
    color: white; 
    }
footer#footer ul {
    list-style: none;
    margin-top: 30px;
}
.box_footer1{
   margin-top: 80px !important;
}
.box_footer1 h3 {
    margin-left:20px;
    text-transform: uppercase;
} 

.box_footer1 h3 strong:after {
    content: "";
    position: absolute;
    left: 20px; 
    top: 37px;
    width: 52px;
    border-bottom: 2px solid rgb(255 255 255);
} 
.btn_hotro {
    padding: 8px 24px;
    background: #fff;
    display: flex;
    margin-top: 24px;
    flex-flow: column;
    border-radius: 22px;
        margin-left: 20px;
}
.btn_hotro span{
    color:black;
}
.Box_con {
    color: red !important;
    font-size: 20px !important;
    font-weight: 800;
}
.hinh_social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px; /* Khoảng cách giữa các biểu tượng, có thể chỉnh sửa */
}

.hinh_social li {
  display: inline-block; /* Không cần nếu dùng display: flex ở cha */
}
.hinh_social li img{
    height:40px;
    width:auto;
}
.hinh_social_02 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* Cho phép xuống dòng */
  gap: 0px;        /* Khoảng cách giữa các ảnh */
  justify-content: flex-start; /* Căn trái, có thể là center nếu muốn giữa */
}

.hinh_social_02 li {
  width:  calc(22.33% - 10px);; /* 3 ảnh mỗi hàng, trừ khoảng cách */
  display: flex;
  justify-content: center;
}
.hinh_social_02 li img{
    height:30px;
    width:auto;
        margin-bottom: 0px !important;
}
.boyte img {
    height: 100px;
    width: auto !important;
    margin: 30px auto;
    text-align: center;
    display: block;
    filter: drop-shadow(0 0 0 white) drop-shadow(0px 0px 0 white) drop-shadow(-1px -1px 0 white) drop-shadow(0px 1px 0 white) drop-shadow(0px 0px 0 white);
}
.slider-nav-light .flickity-prev-next-button {
    color: #fff;
    background: #c61d23;
    width: 30px;
    height: 30px;
}
.button.alt, .button.checkout, .checkout-button, .secondary {
    background-color: #c61d23 !important;
}
.box_trungtam {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 20px 10px;
    list-style: none;
    /* gap: 20px; */
    max-width: 800px; 
    margin: 0 auto;
      margin-top: -70px;
        
}
.logo-left .nav>li>a:hover {
    color: red;
    font-weight: 800;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #c61d23 !important;
    border-radius: 10px!important;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #c61d2340!important;
}
.box_trungtam li {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #c61d23;
    gap: 10px;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 0px;
}
.box_trungtam li a{
    color:#c61d23;
        cursor: pointer; 
}

.box_trungtam li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #ccc;
  opacity: 0.4;
}
.box_lydochon i{
    font-size:35px;
    color: #c61d23;
    padding: 10px 0px;
}
.box_lydochon .col{
    padding: 20px 15px 0px 0px;
    
}
.box_lydochon_main .box_lydochon p{
    margin-bottom:0px;
        color: #212529;
}
.box_lydochon_main .box_lydochon h3 {
    font-size: 16px;
}
.box_lydochon .box_one{
    border-radius: 0px 60px 0px 60px;
     background-color: #fff;
         padding: 20px 20px;
     
}
.box_lydochon .box_one:hover{
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.17);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease;
        cursor: cell;
}
.box_lydochon .box_two{
    border-radius: 60px 0px 60px 0px;
     background-color: #fff;
         padding: 20px 20px; 
}
.box_lydochon .box_two:hover{
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.17);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease;
    cursor: cell;
}
.box_lydochon .box_three{
    border-radius: 60px 0px 60px 0px;
     background-color: #fff;
         padding: 20px 20px;
}
.box_lydochon .box_three:hover{
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.17);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease;
    cursor: cell;
}
.box_lydochon .box_four{
    border-radius:0px 60px 0px 60px;
     background-color: #fff;
         padding: 20px 20px;
}
.box_lydochon .box_four:hover{
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.17);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease;
    cursor: cell;
}
.box_lydochon_main h2 {
    color: #c61d23;
    font-size: 30px;
}
.box_lydochon_main p { 
     color: #212529;
}

.box_lydochon_main h3 { 
    font-size: 28px;
     color: #212529;
}
.box_lydochon_main a.button.primary.lowercase{
    background:#c61d23;
    color:white;
    padding: 5px 20px;
}
.gioithieu h2{
        font-size: 40px;
    font-weight: 700;
    line-height: 48px;
     color: #212529; 
}
.gioithieu p {
    color: #212529; 
}
.gioithieu ul li i {
    background: red;
    padding: 7px 8px;
    border-radius: 50%;
    color: white;
        font-size: 12px;
}
 .gioithieu ul li{
     color: #212529; 
     list-style:none;
     margin-bottom:15px;
 }
 .gioithieu a.button.primary.lowercase{
    background:#c61d23;
    color:white;
    padding: 5px 20px;
    margin-top:20px;
}
.solieu *{
    color:white;
    text-align:center;
}
.solieu h3{
        font-size: 18px;
    margin-bottom:0px;}
.solieu span.count-up, .solieu span  {
    font-size: 40px;
    font-weight: 800;
}
.chungchi h2{
    font-size:40px;
     color: #212529;  
}
.chungchi p, .giaithuong h3{ 
     color: #212529;  
}
.giaithuong img {
    height: 150px;
    width: auto !important;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.giaithuong p{
    text-align: center;
}
.bando p {
    margin-bottom: -5px;
}
/* page bac si */
.doctor-detail-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.doctor-left {
  flex: 1 1 280px;
  max-width: 350px;
  text-align: center;
}

.doctor-photo {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.doctor-degree {
  margin-top: 12px;
  display: inline-block;
  padding: 4px 12px;
  background: #e8e8e8;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}

.doctor-name {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

.doctor-right {
  flex: 2 1 500px;
}

.doctor-header h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.doctor-header p {
  font-size: 15px;
  margin: 4px 0;
  color: #444;
}

.doctor-section h4 {
  font-size: 18px;
  border-bottom: 2px solid #00796b;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 20px;
}

.info-block {
  background: #f1f1f1;
  padding: 12px 18px;
  margin: 10px 0;
  border-radius: 10px;
  font-size: 15px;
  position: relative;
}

.info-block i {
  margin-right: 8px;
  color: #00796b;
  width: 20px;
  text-align: center;
}

.info-block ul {
  margin-top: 6px;
  padding-left: 20px;
  list-style: disc;
}
/* list */
.doctor-list-container {
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.page-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.doctor-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.doctor-card img.doctor-thumb {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.doctor-info {
  padding: 15px;
  text-align: center;
}
.breadcrumbs_bs {
    padding: 20px 20px;
}
.doctor-degree {
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
}

.doctor-name {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  color: #222;
}

.doctor-department {
  font-size: 14px;
  color: #666;
}

/* end */
/* */
.archive-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px  0px;
  color: #fff;
  text-align: left;
  position: relative;
}
.archive-header::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0,0,0,0.4);  hiệu ứng overlay mờ */
}
.archive-header .container {
  position: relative;
  z-index: 2;
}
.archive-header h1 {
  font-size: 36px;
  font-weight: 700; 
}
.archive-header h2 {
  font-size: 36px;
  font-weight: 700; 
}
.archive-header img {
  max-width: 400px;
  border-radius: 10px;
}
.breadcrumbs_dv span {
    color: red;
}
 
.sidebar-filter { 
  flex-shrink: 0;
}

.sidebar-filter input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.sidebar-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-filter li {
  margin-bottom: 8px;
}

.sidebar-filter a {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.sidebar-filter a.active {
  background: #00695c;
  color: #fff;
}

.dichvu-listing {
  flex: 1;
  display: grid;
  grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.dichvu-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
}

.dichvu-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.dichvu-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.dichvu-card .info {
  padding: 15px;
}

.dichvu-card .info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.dichvu_list_more{
    margin:30px 0px;
}
.dichvu-card .info p {
  font-size: 14px;
  color: #555;
}
.search-box {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-box input[type="text"] {
  width: 100%;
  padding: 12px 40px 12px 12px;
  font-size: 16px;
  border: 1px solid #00695c;
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
}

.search-box input[type="text"]::placeholder {
  color: #aaa;
}

.search-box i {
  position: absolute;
  right: 12px;
  top: 38%;
  transform: translateY(-50%);
  color: #777;
  pointer-events: none;
  font-size: 18px;
}
.bacsi-listing {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}
    .bacsi-box {
  display: flex; 
  gap:10px;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
    padding: 20px 0px; 
  border: 1px solid #eee;
}

.bacsi-thumb img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    padding: 10px;
}
.bacsi-content {
  flex: 1;
}

.bacsi-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
}

.bacsi-link {
  display: inline-block;
  margin-bottom: 15px;
  color: #00796b;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
}

.bacsi-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
}

.bacsi-meta li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.bacsi-meta i {
  color: #444;
  margin-right: 10px;
  font-size: 16px;
  width: 18px;
  text-align: center;
}
.list_bs_home h2 {
    text-align: center;
    font-size: 40px;
}
.title_singlepage h1{
    margin-top:20px;
}
.service-info-box {
  position: sticky;
  top: 100px; /* khoảng cách từ top khi dính */
}
.share-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 20px 0;
  margin-top: 30px;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f8f8f8;
  padding: 10px 18px;
  border-radius: 999px;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s;
}

.btn-back:hover {
  background-color: #e2e2e2;
}

.share-right {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.share-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.share-icon:hover {
  transform: translateY(-2px);
}

.share-icon.fb { color: #1877f2; }
.share-icon.tw { color: #1da1f2; }
.share-icon.li { color: #0a66c2; }
.share-icon.gg { color: #db4437; }
.baivietlienquan h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.related-post-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
}

.related-post-image img {
  width: 250px;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.related-post-content {
  flex: 1;
}

.related-post-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.related-post-content p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.related-readmore {
    display: inline-block;
    padding: 3px 16px;
    border: 2px solid #145952;
    border-radius: 4px;
    color: #145952;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
}
.related-readmore:hover {
  background-color: #145952;
  color: #fff;
}
.post-meta-custom {
    margin-bottom: 30px;
}
.tieude_tuyendung h1{
    margin:20px 0px;
    text-align:center;
}
.tttuyendung table{width: 100% !important;}
.tttuyendung table td {
    border: 0.5px solid #c61d23;
    padding: 10px;
}
.form-ung-tuyen {
  max-width: 450px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  font-family: sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.form-ung-tuyen .form-header {
  background:#c61d23;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 12px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: -30px -30px 25px;
  font-weight:800;
}

.form-ung-tuyen label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #444;
}

.form-ung-tuyen input[type="text"],
.form-ung-tuyen input[type="email"],
.form-ung-tuyen input[type="tel"],
.form-ung-tuyen select {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 18px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  font-size: 15px;
}

 .file-upload-box {
  position: relative;
  padding: 30px 10px;
  border: 1px dashed #ccc;
  border-radius: 10px;
  text-align: center;
  background: #fdfdfd;
  color: #444;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}

.file-upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-upload-box p {
  position: relative;
  z-index: 1;
  pointer-events: none;
  font-size: 14px;
  margin: 0;
}

.file-upload-box span {
  color: #145952;
  font-weight: 600;
  text-decoration: underline;
}


.form-ung-tuyen button {
  width: 100%;
  background: #c61d23;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.form-ung-tuyen button:hover {
  background: #0e4a40;
}
.form-ung-tuyen input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-submit {
    background: #ea2a32;
    border-radius: 10px;
}
.tuyen-dung-list {
    max-width: 900px;
    margin: 0 auto;
    background: #ededed;
    padding: 30px;
    margin-top: 30px;
    border-radius: 15px;
}
h3.tuyen-dung-title {
    margin-bottom: 0px;
    font-size:16px;
    
}
.tuyen-dung-date {
    font-size: 14px;
}
.tuyen-dung-item {
        padding-bottom: 10px;
    border-bottom:1px solid #c61d232b;
    margin-top: 10px;
}
span.han-nop {
    color: red;
}