/*
Theme Name: Sản nhi Vĩnh Phúc
Theme URI: https://sannhivinhphuc.vn/
Author: Sale themes wordpress
Author URI: https://salethemeswp.com/
Description: Bệnh viện Sản Nhi Vĩnh Phúc
Version: v1.0
Text Domain: hongtq_dev
Domain Path: /languages/
Tags:
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --main-color: #094793;
  --logo-color: #034cff;
}
/* Ẩn slider khi chưa được khởi tạo */
.slider-banner-pc:not(.slick-initialized),
.slider-banner-mb:not(.slick-initialized),
.slider-for-doctors-2:not(.slick-initialized) {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.site-title {
  display: none;
}
article table {
	table-layout: fixed;
}
article table,
article img {
  max-width: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
}
.img-border {border: 1px solid #ddd;}
.animation-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.capitalize-first::first-letter {
  text-transform: uppercase;
}
.animation-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f44336;
  transition: width 0.4s ease;
}
.animation-link:hover::after {
  width: 100%;
}
.animation-text {
  background-image: linear-gradient(
    to left,
    var(--main-color),
    #4b6cb7,
    #182848,
    #7ec8ff,
    var(--main-color)
  );
  background-size: 400% 100%;
  -webkit-background-clip: text;
  color: transparent;
  animation: colorFlow 3.5s infinite linear;
}
.animation-text-v2 {
  background-image: linear-gradient(to left, #fff, #fff, #dcdfe5, #868f96, #fff);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  color: transparent;
  animation: colorFlow 3.5s infinite linear;
}
@keyframes colorFlow {
  0 {
    background-position: 0 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.animaton-image {
  position: relative;
  overflow: hidden;
}
.animation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animation-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0) 0,
    rgb(255 255 255 / 27%) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: pushOut 3.5s infinite ease-out;
}
@keyframes pushOut {
  0 {
    width: 0;
    height: 0;
    opacity: 0;
  }
  50% {
    width: 400px;
    height: 300px;
    opacity: 1;
  }
  100% {
    width: 400px;
    height: 300px;
    opacity: 0;
  }
}
@supports (-webkit-transform: translate(0, 0)) {
  .animation-image::before {
    -webkit-animation: pushOut 3.5s infinite ease-out;
  }
  @-webkit-keyframes pushOut {
    0 {
      width: 0;
      height: 0;
      opacity: 0;
    }
    50% {
      width: 400px;
      height: 300px;
      opacity: 1;
    }
    100% {
      width: 400px;
      height: 300px;
      opacity: 0;
    }
  }
}
.thumb-block {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 2/1.2;
}
.thumb-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb270x175 {
  width: 270px;
  height: 175px;
}
.text-format {
  display: inline-block;
  width: 100%;
}
a,
a:hover {
  text-decoration: none;
}
.fs-1 {
  font-size: 1px;
}
.fs-2 {
  font-size: 2px;
}
.fs-3 {
  font-size: 3px;
}
.fs-4 {
  font-size: 4px;
}
.fs-5 {
  font-size: 5px;
}
.fs-6 {
  font-size: 6px;
}
.fs-7 {
  font-size: 7px;
}
.fs-8 {
  font-size: 8px;
}
.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-28 {
  font-size: 28px;
}
.fs-29 {
  font-size: 29px;
}
.fs-30 {
  font-size: 30px;
}
.fs-31 {
  font-size: 31px;
}
.fs-32 {
  font-size: 32px;
}
.fs-33 {
  font-size: 33px;
}
.fs-34 {
  font-size: 34px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-37 {
  font-size: 37px;
}
.fs-38 {
  font-size: 38px;
}
.fs-39 {
  font-size: 39px;
}
.fs-40 {
  font-size: 40px;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
header.pc {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}
header.pc .pc-title-web {
  margin-left: 1rem;
  font-weight: bold;
  color: #064bfe;
  font-size: 18px;
}
header.pc.change .pc-title-web {
  margin-left: 0;
  font-size: 16px;
}
header.change.pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-top: 2px solidvar(--main-color);
  transition: all 0.3s ease;
}
header.pc.change .header-top {
  display: none;
}
header.pc.change {
  height: 62px;
}
header.pc.change .header-bot .header-search {
  height: 36px;
  width: 36px;
  transition: all 0.15s ease;
}
header.pc.change .header-logo img {
  max-height: 58px;
}
header.pc .header {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  align-items: center;
}
header.pc .header-logo {
  width: 90px;
  min-width: 90px;
}
header.pc .header-logo img {
  width: 100%;
  height: auto;
  transition: all 0.15s ease;
  -o-object-fit: contain;
  object-fit: contain;
}
header.pc .header-top {
  padding: 6px 0 6px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header.pc .header-top .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
header.pc .header-top .header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom left;
  object-position: bottom left;
}
header.pc .header-top .header-left {
  gap: 20px;
  display: flex;
}
header.pc .header-top .header-left a {
  color: #fff;
  position: relative;
  gap: 12px;
  transition: all 0.15s ease;
}
header.pc .header-top .header-left a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 20px;
  transform: translate(0, -50%);
}
header.pc .header-top .header-left a .header-txt {
  position: relative;
}
header.pc .header-top .header-left a .header-txt::after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  width: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  left: 0;
}
header.pc .header-top .header-left a span:nth-child(2) {
  font-weight: 700;
}
header.pc .header-top .header-left a img {
  width: 20px;
}
header.pc .header-top .header-left a:last-child::after {
  display: none;
}
header.pc .header-top .header-left a:hover .header-txt::after {
  width: 100%;
}
header.pc .header-top .header-right {
  gap: 24px;
  display: flex;
  align-items: center;
}
header.pc .header-top .header-live {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  overflow: hidden;
  animation: animation 3s infinite;
  color: #fff;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid #fff;
  background: var(--main-color);
  font-weight: bold;
  height: 28px;
}
header.pc .header-top .header-live span {
  font-size: 13px;
  white-space: nowrap;
}
header.pc .header-top .header-live img {
  filter: brightness(0) invert(1);
  max-height: 15px;
  max-width: 20px;
}
header.pc .header-top .header-live .header-icon {
  position: relative;
  z-index: 1;
}
header.pc .header-top .header-account {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header.pc .header-top .header-account .header-name {
  color: #fff;
  font-size: 12px;
}
header.pc .header-top .header-account .header-avatar {
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
  border-radius: 50%;
}
header.pc .header-top .header-account .header-avatar::after {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  pointer-events: none;
}
header.pc .header-top .header-account .header-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
header.pc .header-top .header-account .dropdown-menu {
  top: 10px !important;
}
header.pc .header-top .header-language {
  display: flex;
  align-items: center;
}
header.pc .header-top .header-language .nice-select {
  background: 0;
  color: #fff;
  padding-left: 0;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
}
header.pc .header-top .header-language .nice-select option {
  color: #000;
}
header.pc .header-top .header-language .nice-select:focus,
header.pc .header-top .header-language .nice-select:focus-visible {
  outline: 0;
}
header.pc .header-top .header-language .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -3px;
  transform: translate(0, -50%) rotate(45deg);
}
header.pc .header-top .header-button {
  gap: 20px;
}
header.pc .header-top .header-button a {
  color: #fff;
  position: relative;
}
header.pc .header-top .header-button a:first-child {
  position: relative;
}
header.pc .header-top .header-button a:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(0, -50%);
  height: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
header.pc .header-top .header-button a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  transition: all 0.15s ease;
  border-bottom: 1px solid #fff;
}
header.pc .header-top .header-button a:hover::before {
  width: 100%;
}
header.pc .header-bot {
  padding-right: 70px;
  position: relative;
}
header.pc .header-bot .header-info {
  padding: 20px 0;
  border-bottom: 1px solid #b9b9b9;
}
header.pc .header-bot .header-menu .menu-item {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
header.pc .header-bot .header-menu .menu-item.active .header-itemmenu {
  position: relative;
}
header.pc .header-bot .header-menu .menu-item.active .header-itemmenu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--main-color);
}
header.pc .header-bot .header-menu .menu-item.active .header-itemmenu a {
  font-weight: 700;
  color: var(--main-color);
}
header.pc .header-bot .header-menu .menu-item.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.54;
  position: absolute;
  right: 8px;
  font-size: 14px;
  top: 50%;
  transform: translate(0, -50%);
}
header.pc
  .header-bot
  .header-menu
  .menu-item.menu-item-has-children
  .menu-item.menu-item-has-children::after {
  content: "\f105";
}
header.pc
  .header-bot
  .header-menu
  .menu-item.menu-item-has-children
  .header-itemmenu
  a {
  padding-right: 24px;
}
header.pc
  .header-bot
  .header-menu
  .menu-item.menu-item-has-children.active
  .header-itemmenu
  a {
  font-weight: 600;
}
header.pc
  .header-bot
  .header-menu
  .menu-item.menu-item-has-children:hover
  > .header-submenu {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
header.pc
  .header-bot
  .header-menu
  .menu-item.menu-item-has-children
  .header-submenu
  .menu-item.menu-item-has-children
  .header-submenu {
  transform: translateX(100%);
  top: 0;
  padding: 0;
}
header.pc
  .header-bot
  .header-menu
  .menu-item.menu-item-has-children
  .header-submenu
  .menu-item.menu-item-has-children
  .header-submenu:before,
header.pc
  .header-bot
  .header-menu
  .menu-item.menu-item-has-children
  .header-submenu
  .menu-item.menu-item-has-children
  .header-submenu:after {
  content: none;
}
header.pc .header-bot .header-menu .menu-item .header-itemmenu a {
  padding: 1rem 12px;
  display: flex;
  color: #111;
  transition: all 0.15s ease;
  font-weight: bold;
}
header.pc .header-bot .header-menu .menu-item .header-itemmenu a:hover {
  color: var(--main-color);
}
header.pc .header-bot .header-menu .header-submenu {
  position: absolute;
  top: 100%;
  background: #fff;
  transition: all 0.15s ease;
  padding: 12px 0;
  width: 260px;
  box-shadow: 0 4px 64px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translate(0, 20px);
  pointer-events: none;
  z-index: 99;
}
header.pc .header-bot .header-menu .header-submenu::after {
  content: "";
  position: absolute;
  left: 24px;
  width: 20px;
  height: 20px;
  bottom: 100%;
  -webkit-clip-path: polygon(50% 40%, 0 99%, 100% 100%);
  clip-path: polygon(50% 40%, 0 99%, 100% 100%);
  box-shadow: 0 4px 64px rgba(0, 0, 0, 0.06);
  background: #fff;
}
header.pc .header-bot .header-menu .header-submenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}
header.pc .header-bot .header-menu .header-submenu .menu-item {
  border-bottom: 1px solid #f0f0f0;
}
header.pc .header-bot .header-menu .header-submenu .menu-item:last-child {
  border-bottom: 0;
}
header.pc .header-bot .header-menu .header-submenu .menu-item a {
  padding: 5px 10px;
  display: flex;
  color: #5c5c5c;
  transition: all 0.3s ease;
  width: 100%;
  white-space: normal;
  font-weight: normal;
}
header.pc .header-bot .header-menu .header-submenu .menu-item a:hover {
  background: #efefef;
  font-weight: bold;
  color: var(--main-color);
}
header.pc .header-bot .header-menu .header-submenu .menu-item.sub {
  position: relative;
}
header.pc
  .header-bot
  .header-menu
  .header-submenu
  .menu-item.sub:hover
  .header-sub2menu {
  opacity: 1;
}
header.pc
  .header-bot
  .header-menu
  .header-submenu
  .menu-item.sub
  .header-sub2menu {
  position: absolute;
  left: calc(100% + 12px);
  top: -12px;
  width: 260px;
  background: #fff;
  padding: 12px 0;
  opacity: 0;
  transition: all 0.15s ease;
}
header.pc
  .header-bot
  .header-menu
  .header-submenu
  .menu-item.sub
  .header-sub2menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 12px;
  height: 100%;
}
header.pc
  .header-bot
  .header-menu
  .header-submenu
  .menu-item.sub
  .header-sub2menu::after {
  content: "";
  position: absolute;
  right: 100%;
  width: 20px;
  height: 20px;
  top: 26px;
  -webkit-clip-path: polygon(50% 40%, 0 99%, 100% 100%);
  clip-path: polygon(50% 40%, 0 99%, 100% 100%);
  box-shadow: 0 4px 64px rgba(0, 0, 0, 0.06);
  background: #fff;
  transform: rotate(-90deg);
}
header.pc
  .header-bot
  .header-menu
  .header-submenu
  .menu-item.sub
  .header-sub2menu
  .header-itemsub2menu {
  border-bottom: 1px solid #f0f0f0;
}
header.pc
  .header-bot
  .header-menu
  .header-submenu
  .menu-item.sub
  .header-sub2menu
  .header-itemsub2menu:last-child {
  border-bottom: 0;
}
header.pc .header-bot .header-menu .header-submenu .menu-item.sub::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.54;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
header.pc .header-bot .header-search {
  width: 44px;
  border-radius: 50%;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  position: absolute;
  transition: all 0.15s ease;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
}
header.pc .header-bot .header-search i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}
header.pc .header-bot .header-search input {
  width: 100%;
  opacity: 0;
  height: 100%;
  padding-left: 32px;
  border: 0;
  padding-right: 16px;
  pointer-events: none;
}
header.pc .header-bot .header-search input:focus,
header.pc .header-bot .header-search input:focus-visible {
  outline: 0;
}
header.pc .header-bot .header-search.active {
  width: 250px;
  border-radius: 100px;
  overflow: hidden;
}
header.pc .header-bot .header-search.active input {
  pointer-events: auto;
  opacity: 1;
}
header.pc .header-bot .header-search.active i {
  left: 16px;
}
header.mb {
  display: none;
}
.slider-banner .sl-prev,
.slider-banner .sl-next {
  position: absolute;
  z-index: 2;
  padding: 7px 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  padding: 4px 12px;
  background: rgba(95, 95, 95, 0.7);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  outline: 0;
}
.slider-banner .sl-prev {
  left: 8px;
}
.slider-banner .sl-next {
  right: 8px;
}
.slider-banner .sl-prev:hover,
.slider-banner .sl-next:hover {
  color: #fff;
  background: var(--main-color);
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-banner .slick-dots {
  background: linear-gradient(to bottom, #ffffff00, gray);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  padding-bottom: 8px;
  z-index: 1;
}
.slider-banner .slick-dots button:before {
  font-size: 15px;
  color: #f5f5dc !important;
}
.h2-title {
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-sub-title {
  text-align: center;
  padding: 0 10%;
}
.mw-1200px {
  max-width: 1200px;
}
.sec-service .sec-service-item {
  padding: 40px 0 0 0;
  height: 100%;
  box-shadow: 0 4px 18px 0 #a6a7a8;
  border-radius: 10px;
  position: relative;
}
.sec-service .sec-service-item i {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  color: var(--logo-color);
}
.sec-service .sec-service-item a {
  color: var(--main-color);
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.sec-chose-us {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.sec-chose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg-why-chose-us.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  z-index: -1;
}
.sec-chose-us .why-chose-item {
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  color: #000;
}
.sec-chose-us .why-chose-item .why-chose-item-img {
  width: 100%;
}
.sec-chose-us .why-chose-item .why-chose-item-content {
  display: none;
  height: 100%;
  color: #fff;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  max-height: calc(100% - 60px);
  z-index: 1;
  margin-top: 50px;
  overflow: auto;
}
.sec-chose-us .why-chose-item:hover .why-chose-item-content {
  display: block;
}
.sec-chose-us .why-chose-item:hover .why-chose-item-title {
  transform: none;
  top: 0;
}
.sec-chose-us .why-chose-item .why-chose-item-title {
  font-weight: 900;
  text-align: center;
  padding: 10px 5px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  color: #fff;
  z-index: 2;
  height: 72px;
  font-size: 36px;
  font-weight: bold;
}
.sec-customer .sec-customer-container {
  gap: 0.75rem;
}
.sec-mission-function {
  background: #fff;
}
.sec-mission-function .sec-mission-function-main {
  background: #ffffffbf;
  border: 1px solid #000;
}
.sec-mission-function ul li a {
  font-weight: bold;
  color: var(--logo-color);
  padding: 5px 10px;
}
.sec-mission-function ul li:has(.active) a {
  color: red;
}
.sec-mission-function .tab-content {
  height: 100%;
  padding: 15px;
}
.sec-mission-function ul li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
}
.sec-mission-function ul li:last-child {
  border-bottom: 0;
}
.sec-mission-function ul li:has(.active) {
  border-right: 0;
}
.sec-mission-function .tab-content {
  border-left: 0;
}
.sec-service .sec-service-item i {
  font-size: 30px;
}
.news-type-1-header {
  color: white;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.news-type-1-header .news-type-1-header-title a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f59f0b;
}
.news-type-1-header .news-type-1-header-title i {
  margin-right: 10px;
  color: #f59f0b;
}
.news-type-1-header .nav-links {
  display: flex;
}
.news-type-1-header .nav-links a {
  color: white;
  text-decoration: none;
}
.news-type-1 .news-title,
.news-type-1 .news-title a {
  font-weight: bold;
  margin-top: 10px;
  color: white;
  font-size: 16px;
}
.news-type-1 .news-title:hover,
.news-type-1 .news-title a:hover,
.news-type-1 .news-excerpt:hover {
  color: #ddd;
}
.news-type-1 .news-excerpt {
  color: white;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.news-type-1 {
  background: url("img/bg_footer.webp");
}
.news-type-2 {
  background: #f7f7f7;
}
.news-type-2 .news-type-2-header-title a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f59f0b;
}
.news-type-2 .news-type-2-header-title i {
  color: #f59f0b;
  margin-right: 10px;
}
.line-black {
  height: 3px;
  background: #076fbf;
}
.line-gray {
  height: 1px;
  background: #ddd;
}
.news-type-1-header-title,
.news-type-2-header-title,
.news-type-3-header-title,
.news-type-4-header-title {
  display: flex;
  align-items: center;
}
.news-type-2 .news-type-2-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.news-type-2 .news-title,
.news-type-2 .news-title a {
  font-weight: bold;
  margin-top: 10px;
  color: white;
  font-size: 16px;
  color: #222;
}
.news-type-2 .news-title:hover,
.news-type-2 .news-title a:hover,
.news-type-2 .news-excerpt:hover,
.news-type-2 .list-news-tit li a:hover {
  color: #4272a6;
}
.news-type-2 .news-excerpt {
  color: #000;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.news-type-2 .list-news-tit {
  padding-left: 15px;
  list-style: none;
}
.news-type-2 .list-news-tit li a {
  color: #222;
}
.news-type-2 .list-news-tit li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.news-type-2 .list-news-tit li:before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background: #f59f0b;
}
.news-type-3 .news-type-3-col-left {
  background: url("img/bg_footer.webp");
}
.news-type-3-header {
  color: white;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.news-type-3-header .news-type-3-header-title a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f59f0b;
  white-space: nowrap;
}
.news-type-3-header .news-type-3-header-title i {
  margin-right: 10px;
  color: #f59f0b;
}
.news-type-3-header .nav-links {
  display: flex;
}
.news-type-3-header .nav-links a {
  color: white;
  text-decoration: none;
}
.news-type-3 .news-title,
.news-type-3 .news-title a {
  font-weight: bold;
  margin-top: 10px;
  color: white;
  font-size: 16px;
}
.news-type-3 .news-title:hover,
.news-type-3 .news-title a:hover,
.news-type-3 .news-excerpt:hover {
  color: #ddd;
}
.news-type-3 .news-excerpt {
  color: white;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.news-type-4 {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.news-type-4 .ct-col:nth-child(2n + 1) {
  background: #fff;
}
.news-type-4 .ct-col:nth-child(2n) {
  background: #f7f7f7;
}
.news-type-4 .ct-col .thumb-block {
  border: 1px solid #ccc;
}
.news-type-4 .ct-col .news-card,
.news-type-4 .ct-col .main-news {
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.1);
  padding: 7px 8px;
  border-radius: 10px;
  background: #fff;
}
.news-type-4 .ct-col .news-card a {
  font-size: 14px;
  font-weight: normal;
  color: #222;
}
.news-type-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg-mission-function.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: -1;
}
.news-type-4-header {
  color: white;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.news-type-4-header .news-type-4-header-title {
  margin-top: 0.5rem;
}
.news-type-4-header .news-type-4-header-title a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f59f0b;
  border-bottom: 2px solid #3c9bc6;
}
.news-type-4-header .news-type-4-header-title i {
  margin-right: 10px;
  color: #f59f0b;
}
.news-type-4-header .nav-links {
  display: flex;
}
.news-type-4-header .nav-links a {
  color: white;
  text-decoration: none;
}
.news-type-4 .news-title,
.news-type-4 .news-title a {
  font-weight: bold;
  margin-top: 10px;
  color: #000;
  font-size: 16px;
}
.news-type-4 .news-title:hover,
.news-type-4 .news-title a:hover,
.news-type-4 .news-excerpt:hover {
  color: #092052;
}
.news-type-4 .news-excerpt {
  color: white;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.news-type-4 .main-news a.text-format {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 60px;
}
.news-type-4 .news-card a.text-format {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 32px;
}
.news-type-1 .main-news,
.news-type-2 .main-news,
.news-type-3 .main-news,
.news-type-4 .main-news,
.news-type-1 .news-card,
.news-type-2 .news-card,
.news-type-3 .news-card,
.news-type-4 .news-card {
  transition: transform 0.3s ease-in-out;
}
.news-type-1 .main-news:hover img,
.news-type-2 .main-news:hover img,
.news-type-3 .main-news:hover img,
.news-type-4 .main-news:hover img,
.news-type-1 .news-card:hover img,
.news-type-2 .news-card:hover img,
.news-type-3 .news-card:hover img,
.news-type-4 .news-card:hover img {
  transform: scale(1.05);
}
.sec-doctors,
.sec-doctors-v2 {
  position: relative;
}
.sec-doctors:before,
.sec-doctors-v2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/bg-doctors.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: -1;
}
.sec-doctors .sl-prev,
.sec-doctors .sl-next,
.sec-doctors-v2 .sl-prev,
.sec-doctors-v2 .sl-next {
  position: absolute;
  z-index: 2;
  padding: 7px 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  padding: 4px 12px;
  background: rgba(95, 95, 95, 0.7);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  outline: 0;
}
.sec-doctors .sl-prev,
.sec-doctors-v2 .sl-prev {
  left: 0;
}
.sec-doctors .sl-next,
.sec-doctors-v2 .sl-next {
  right: 0;
}
.sec-doctors .sl-prev:hover,
.sec-doctors .sl-next:hover,
.sec-doctors-v2 .sl-prev:hover,
.sec-doctors-v2 .sl-next:hover {
  color: #fff;
  background: var(--main-color);
}
.sec-doctors-v2 {
  padding-bottom: 2rem !important;
}
.sec-doctors-v2 .team-member {
  padding: 2rem 1rem 1rem 1rem;
}
.sec-doctors-v2 .slider-container {
  max-width: 1200px;
  margin: 30px auto 0;
}
.sec-doctors-v2 .team-member .member-image-container {
  width: 170px;
  height: 170px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1e2ed;
}
.sec-doctors-v2 .team-member .team-member-img {
  position: relative;
  display: inline-block;
}
.sec-doctors-v2 .team-member .team-member-img:before {
  content: "";
  width: 170px;
  height: 170px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(-45deg);
  position: absolute;
  left: 1.5rem;
  top: 0;
}
.sec-doctors-v2 .team-member .member-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(45deg) scale(1.2);
}
.sec-doctors-v2 .team-member .img-fluid {
  max-width: 100%;
  height: auto;
}
.sec-doctors-v2 .team-member .member-job {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.sec-doctors-v2 .team-member .member-job .special {
  font-weight: bold;
  color: #fff;
}
.sec-doctors-v2 .team-member .member-role {
  margin-top: 3rem;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.sec-doctors-v2 .team-member .member-name {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 22px;
  color: #000c26;
  color: #fff;
}
.sec-doctors .slider-for-line {
  height: 2px;
  background: #f59f0b;
  width: 100px;
}
.sec-doctors .slider-nav-doctors .slick-track {
  display: flex;
  gap: 1.5rem;
}
.sec-doctors .slick-initialized .slick-slide {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.sec-doctors .slider-nav-doctors .slick-current {
  border: 2px solid #f59f0b;
}
.sec-doctors .slider-nav-doctors img {
  cursor: pointer;
  transition: border-color 0.3s ease;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.sec-doctors .slider-nav-doctors .slick-current img {
  border-color: #007bff;
}
.sec-doctors .slider-for-doctors .slider-for-img {
  padding: 15px 15px 0 15px;
  position: relative;
}
.sec-doctors .slider-for-doctors .slider-for-img:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 0;
  bottom: 0;
  max-width: 70px;
  max-height: 70px;
  background: url(img/logo-benhvien.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.sec-doctors .slider-for-doctors .slider-for-img img {
  border-radius: 5px;
  height: 350px;
  max-height: 350px;
  width: auto;
  margin: 0 auto;
}
.sec-doctors .slider-for-doctors .slider-for-content {
  padding: 15px;
  background: #ffffff8c;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}
.sec-doctors .slider-for-doctors .slider-for-content .slider-name-doctor {
  color: #971f1f;
}
.sec-doctors .slider-nav-single {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
}
.sec-chart {
  background: #f5f7f7;
}
.chart-container {
  display: flex;
  justify-content: center;
}
.sec-chart .chart-container h5 {
  font-size: 18px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.chart-column {
  margin: 0 10px;
}
.chart-box {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
}
.chart-box-director {
  background-color: #b22222;
  margin: 0 auto;
  width: fit-content;
}
.chart-box-function {
  background-color: #d69b9b;
}
.chart-box-clinical {
  background-color: #9bbad6;
}
.chart-box-paraclinical {
  background-color: #f4a460;
}
.chart-hidden {
  display: none;
}
.sec-button-banner {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btn-dual {
  gap: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
  text-shadow: 10px 10px 15px rgba(#ccc, 0.3);
  animation: textShadowMoveDual 5s linear infinite;
}
@keyframes textShadowMoveDual {
  0 {
    text-shadow: 10px 10px 15px red;
  }
  25% {
    text-shadow: -10px 10px 15px red;
  }
  50% {
    text-shadow: -10px -10px 15px red;
  }
  75% {
    text-shadow: 10px -10px 15px red;
  }
  100% {
    text-shadow: 10px 10px 15px red;
  }
}
.btn-dual:before {
  backface-visibility: hidden;
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn-dual a span {
  color: #fff;
  outline: 0;
  max-width: unset;
}
.btn-dual a.btn-one {
  border-radius: 0 0 0 50px;
  background: linear-gradient(140deg, #ea4563b3, #ff6a00c9);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  width: 200px;
  position: relative;
  z-index: 0;
  color: #fff;
  outline: 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.0625rem;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 1.3;
  overflow: hidden;
  padding: 15px;
  user-select: none;
}
.btn-dual a.btn-one:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 5%);
}
.btn-dual a.btn-one:before {
  background: linear-gradient(140deg, #2e4dc5c7, #c155f3b0);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 500;
}
.btn-dual a.btn-one:after {
  backface-visibility: hidden;
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn-dual .dual-btn-connector {
  align-self: center;
  position: relative;
  width: 0;
}
.btn-dual .dual-btn-connector .dual-btn-connector__inner {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 0 5px hsla(0, 0, 100%, 0.4);
  color: #212121;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 36px;
  z-index: 9;
  background: url("img/logo-contact.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-dual a.btn-two {
  background: linear-gradient(140deg, #2e4dc5, #c155f3);
  border-radius: 0 0 50px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  width: 200px;
  position: relative;
  z-index: 0;
  color: #fff;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.0625rem;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 1.3;
  overflow: hidden;
  padding: 15px;
  user-select: none;
}
.btn-dual a.btn-two:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 5%);
}
.btn-dual a.btn-two:before {
  background: linear-gradient(140deg, #c155f3, #2e4dc5);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
  line-height: 1.3;
  user-select: none;
  font-size: 1.0625rem;
  font-weight: 500;
}
.btn-dual a.btn-two:after {
  backface-visibility: hidden;
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
  line-height: 1.3;
  user-select: none;
  font-size: 1.0625rem;
  font-weight: 500;
}
.my-breadcrumbs .rank-math-breadcrumb a {
  font-weight: bold;
  color: #f59f0b;
}
.page-header h1.page-title {
  font-weight: 600;
  color: #444;
  font-size: 24px;
}
.archive-posts .entry-header {
  margin-top: 0.5rem;
}
.archive-posts .entry-header .entry-meta {
  color: #555;
}
.archive-posts h2.entry-title,
.archive-posts h2.entry-title a {
  color: white;
  font-size: 16px;
  color: #222;
}
.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination .pagination span,
.custom-pagination .pagination a {
  font-size: 16px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 2px;
}
.custom-pagination .pagination span,
.custom-pagination .pagination a:hover {
  background-color: #1a2845;
}
.custom-pagination .pagination a {
  background-color: #ddd;
}
.sec-sidebar .sec-sidebar-item {
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.1);
  padding: 7px 8px;
  border-radius: 4px;
  background: #fff;
}
.sec-sidebar .sec-sidebar-title {
  border-bottom: 2px solid #1a2845;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 18px;
  display: inline-block;
}
.sec-sidebar .sec-sidebar-title,
.sec-sidebar .sec-sidebar-title a {
  color: #f59f0b;
  text-decoration: none;
}
.sec-sidebar .sec-sidebar-content .sidebar-menu a {
  color: #1a2845;
}
.sec-sidebar .sec-sidebar-content .sidebar-menu {
  padding-left: 0.5rem;
  list-style: none;
}
.sec-sidebar .sec-sidebar-content .sidebar-menu li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.sec-sidebar .sec-sidebar-content .sidebar-menu li:before {
  position: absolute;
  content: "\f04b";
  left: 0;
  top: 4px;
  color: #507fa2;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
}
.sec-sidebar .sec-sidebar-content .news-card .post-thumbnail {
  width: 150px;
}
.sec-sidebar .sec-sidebar-content .news-card .entry-header h2.entry-title,
.sec-sidebar .sec-sidebar-content .news-card .entry-header h2.entry-title a {
  font-size: 14px;
  color: #507fa2;
}
.single-list-related .single-list-related-title {
  color: #f59f0b;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  font-weight: bold;
  border-bottom: 2px solid #1a2845;
  margin-bottom: 0.5rem;
  font-size: 18px;
  display: inline-block;
}
.article-single h1.entry-title {
  font-weight: 600;
  color: #444;
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.article-single .entry-meta,
.article-single .entry-meta i,
.article-single .entry-meta a {
  color: #555;
  font-size: 14px;
}
.article-single .entry-header {
  border-bottom: 1px solid #ddd;
}
.single-list-related {
  border-top: 1px solid #ddd;
}
.single-list-related ul {
  padding-left: 15px;
  list-style: none;
}
.single-list-related ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.single-list-related ul li:before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background: #f59f0b;
}
.single-list-related ul li a {
  color: #222;
}
@media (min-width: 1024px) and (max-width: 1600px) {
    header.pc .pc-title-web {
        font-size: 16px;
        white-space: normal;
        width: 100px;
    }
    header.pc.change .pc-title-web {
        font-size: 13px;
        width: 78px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  header.pc .header {
    gap: 35px;
  }
  header.pc .header-logo img {
    max-height: 90px;
  }
  header.pc .header-top .header-left a span:first-child {
    display: none;
  }
  header.pc .header-top .header-bg {
    width: calc(100vw - 210px);
  }
  header.pc .header-top .header-right {
    gap: 12px;
  }
  header.pc .header-bot {
    padding-right: 40px;
  }
  header.pc .header-bot .header-search {
    width: 32px;
    height: 32px;
  }
  header.pc .header-bot .header-menu .menu-item {
    font-size: 13px;
  }
  header.pc
    .header-bot
    .header-menu
    .menu-item.menu-item-has-children
    .header-itemmenu
    a {
    padding-right: 20px;
  }
  header.pc .header-bot .header-menu .menu-item.menu-item-has-children::after {
    font-size: 10px;
  }
  header.pc .header-bot .header-menu .menu-item .header-itemmenu a {
    padding: 16px 8px;
  }
}
@media (min-width: 1280px) and (max-width: 1360px) {
  header.pc .header-bot .header-menu .menu-item {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .w-md-1 {
    width: 1%;
  }
  .w-md-2 {
    width: 2%;
  }
  .w-md-3 {
    width: 3%;
  }
  .w-md-4 {
    width: 4%;
  }
  .w-md-5 {
    width: 5%;
  }
  .w-md-6 {
    width: 6%;
  }
  .w-md-7 {
    width: 7%;
  }
  .w-md-8 {
    width: 8%;
  }
  .w-md-9 {
    width: 9%;
  }
  .w-md-10 {
    width: 10%;
  }
  .w-md-11 {
    width: 11%;
  }
  .w-md-12 {
    width: 12%;
  }
  .w-md-13 {
    width: 13%;
  }
  .w-md-14 {
    width: 14%;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-md-16 {
    width: 16%;
  }
  .w-md-17 {
    width: 17%;
  }
  .w-md-18 {
    width: 18%;
  }
  .w-md-19 {
    width: 19%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-21 {
    width: 21%;
  }
  .w-md-22 {
    width: 22%;
  }
  .w-md-23 {
    width: 23%;
  }
  .w-md-24 {
    width: 24%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-26 {
    width: 26%;
  }
  .w-md-27 {
    width: 27%;
  }
  .w-md-28 {
    width: 28%;
  }
  .w-md-29 {
    width: 29%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-31 {
    width: 31%;
  }
  .w-md-32 {
    width: 32%;
  }
  .w-md-33 {
    width: 33%;
  }
  .w-md-34 {
    width: 34%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-md-36 {
    width: 36%;
  }
  .w-md-37 {
    width: 37%;
  }
  .w-md-38 {
    width: 38%;
  }
  .w-md-39 {
    width: 39%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-41 {
    width: 41%;
  }
  .w-md-42 {
    width: 42%;
  }
  .w-md-43 {
    width: 43%;
  }
  .w-md-44 {
    width: 44%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-md-46 {
    width: 46%;
  }
  .w-md-47 {
    width: 47%;
  }
  .w-md-48 {
    width: 48%;
  }
  .w-md-49 {
    width: 49%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-51 {
    width: 51%;
  }
  .w-md-52 {
    width: 52%;
  }
  .w-md-53 {
    width: 53%;
  }
  .w-md-54 {
    width: 54%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-md-56 {
    width: 56%;
  }
  .w-md-57 {
    width: 57%;
  }
  .w-md-58 {
    width: 58%;
  }
  .w-md-59 {
    width: 59%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-61 {
    width: 61%;
  }
  .w-md-62 {
    width: 62%;
  }
  .w-md-63 {
    width: 63%;
  }
  .w-md-64 {
    width: 64%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-md-66 {
    width: 66%;
  }
  .w-md-67 {
    width: 67%;
  }
  .w-md-68 {
    width: 68%;
  }
  .w-md-69 {
    width: 69%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-71 {
    width: 71%;
  }
  .w-md-72 {
    width: 72%;
  }
  .w-md-73 {
    width: 73%;
  }
  .w-md-74 {
    width: 74%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-76 {
    width: 76%;
  }
  .w-md-77 {
    width: 77%;
  }
  .w-md-78 {
    width: 78%;
  }
  .w-md-79 {
    width: 79%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-81 {
    width: 81%;
  }
  .w-md-82 {
    width: 82%;
  }
  .w-md-83 {
    width: 83%;
  }
  .w-md-84 {
    width: 84%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-md-86 {
    width: 86%;
  }
  .w-md-87 {
    width: 87%;
  }
  .w-md-88 {
    width: 88%;
  }
  .w-md-89 {
    width: 89%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-91 {
    width: 91%;
  }
  .w-md-92 {
    width: 92%;
  }
  .w-md-93 {
    width: 93%;
  }
  .w-md-94 {
    width: 94%;
  }
  .w-md-95 {
    width: 95%;
  }
  .w-md-96 {
    width: 96%;
  }
  .w-md-97 {
    width: 97%;
  }
  .w-md-98 {
    width: 98%;
  }
  .w-md-99 {
    width: 99%;
  }
  .w-md-100 {
    width: 100%;
  }
  .sec-chose-us .why-chose-item .why-chose-item-title {
    font-weight: 900;
    text-align: center;
    padding: 10px 5px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    color: #fff;
    z-index: 2;
    height: 72px;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    transform: translateY(-50%);
  }
  .sec-chose-us .why-chose-item:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sec-chose-us .why-chose-item:hover .why-chose-item-title {
    font-size: 26px;
  }
  .sec-doctors .slider-for-doctors .slider-for-img {
    width: 40%;
    border-right: 1px solid #ddd;
  }
  .sec-doctors .slider-for-doctors .slider-for-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .sec-mission-function .sec-mission-function-main ul li a i,
  .sec-mission-function .sec-mission-function-main .tab-content h4 {
    display: none;
  }
  .sec-chart .chart-container h5 {
    font-size: 14px;
  }
  .sec-chart .chart-container .chart-box {
    font-size: 13px;
    padding: 5px;
  }
  .sec-chose-us .why-chose-item .why-chose-item-content {
    display: block;
    font-size: 16px;
    padding-top: 0;
  }
  .sec-chose-us .why-chose-item:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sec-button-banner {
    position: fixed;
    top: unset;
    bottom: 0;
    z-index: 999;
  }
  .btn-dual a.btn-one,
  .btn-dual a.btn-two {
    border-radius: 0;
    width: 50%;
    padding: 8px 15px;
    height: 38px;
  }
  .btn-dual .dual-btn-connector .dual-btn-connector__inner {
    height: 30px;
    width: 30px;
  }
  .copy-right {
    margin-bottom: 38px;
  }
  .sec-chose-us .why-chose-item .why-chose-item-title {
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 32px;
    z-index: 2;
    height: 72px;
    padding: 5px;
  }
  .sec-chose-us .why-chose-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sec-doctors .slider-for-doctors .slider-for-img img {
    max-height: 300px;
    height: 300px;
  }
  .sec-doctors .slider-for-doctors .slider-for-content {
    border-radius: 0 0 8px 8px;
  }
  .sec-doctors .slider-for-doctors .slider-for-content table {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 88px;
  }
  header.pc,
  header.pc.change {
    display: none !important;
  }
  header.mb {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    display: flex;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
  }
  header.mb .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.mb .header-logo img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  header.mb .header-center {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: var(--logo-color);
    box-sizing: border-box;
  }
  @keyframes textShadowMove {
    0 {
      text-shadow: 3px 3px 5px var(--main-color);
    }
    25% {
      text-shadow: -3px 3px 5px var(--main-color);
    }
    50% {
      text-shadow: -3px -3px 5px var(--main-color);
    }
    75% {
      text-shadow: 3px -3px 5px var(--main-color);
    }
    100% {
      text-shadow: 3px 3px 5px var(--main-color);
    }
  }
  header.mb .header-search {
    position: absolute;
    background: rgba(211, 211, 211, 0.2);
    border-radius: 50%;
    top: 50%;
    right: calc(100% + 20px);
    transform: translate(0, -50%);
  }
  header.mb .header-search i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    pointer-events: none;
  }
  header.mb .header-search input {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0;
    border: 0;
    background: rgba(211, 211, 211, 0.2);
    border: 1px solid rgba(211, 211, 211, 0.2);
  }
  header.mb .header-search.active {
    border-radius: 20px;
  }
  header.mb .header-search.active input {
    width: 200px;
    opacity: 1;
    border-radius: 20px;
    pointer-events: auto;
    background: #fff;
    padding: 0 0 0 32px;
  }
  header.mb .header-search.active i {
    left: 12px;
    transform: translate(0, -50%);
  }
  header.mb
    .header-menu
    .header-listmenu
    .header-submenu
    .menu-item.menu-item-has-children
    .header-itemnamesub2menu::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
  }
  header.mb .header-right {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  header.mb .header-language {
    margin-right: 12px;
  }
  header.mb .header-language .nice-select {
    border: 0;
    background: #fff;
    padding-left: 0;
    text-transform: uppercase;
  }
  header.mb .header-language .nice-select:focus-visible {
    outline: 0;
  }
  header.mb .header-language .nice-select::after {
    margin-top: -3px;
    transform: translate(0, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
  }
  #off-canvas {
    background: #3c3c3c;
    transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    transition: transform 0.4s ease, visibility 0 ease 0.5s, z-index 0 ease 0.5s;
    -webkit-transition: -webkit-transform 0.4s ease, visibility 0 ease 0.5s,
      z-index 0 ease 0.5s;
  }
  body.mnopen #off-canvas {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    overflow-scrolling: touch;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    visibility: visible;
    z-index: 999999;
    transition: transform 0.4s ease, visibility 0 ease 0, z-index 0 ease 0;
    -webkit-transition: -webkit-transform 0.4s ease, visibility 0 ease 0,
      z-index 0 ease 0;
  }
  .off-canvas-inner {
    width: 100%;
    background: #1a2845;
    color: #fff;
    padding-bottom: 60px;
  }
  .off-canvas-inner ul {
    width: 300px;
    list-style: none inside;
    padding-left: 0;
  }
  .off-canvas-inner ul li {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    position: relative;
  }
  .off-canvas-inner ul li:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .off-canvas-inner ul li:hover {
    border-color: #212327;
  }
  .off-canvas-inner ul li.menu-item-has-children:hover {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .off-canvas-inner ul li a {
    padding: 9px 30px;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
  }
  .off-canvas-inner ul li a .fa-times-circle {
    opacity: 0.3;
    color: #38578f;
    font-family: "FontAwesome";
    font-size: 28px;
    margin-right: 0 !important;
  }
  .off-canvas-inner ul li a:hover .fa-times-circle {
    opacity: 1;
  }
  .off-canvas-inner ul li i.fa {
    margin-right: 10px;
  }
  .off-canvas-inner ul li .sub-menu li {
    line-height: normal;
  }
  .off-canvas-inner ul li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .off-canvas-inner ul li .sub-menu li a {
    padding-left: 40px;
  }
  .off-canvas-inner ul li .sub-menu li a:before {
    content: "-";
    display: inline-block;
    font-family: "Fontawesome";
    color: #999;
    margin: 0 5px 0 0;
  }
  .off-canvas-inner .close-menu {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .off-canvas-inner ul li .sub-menu li .sub-menu li a:before {
    content: "+";
    display: inline-block;
    font-family: "Fontawesome";
    color: #999;
    margin: 0 5px 0 0;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    margin-bottom: 6px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
  }
  .mobile-nav #trigger-mobile {
    width: 35px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0;
    margin: 0;
  }
  .mobile-nav #trigger-mobile:focus {
    outline: 0;
  }
  .mobile-nav #trigger-mobile .icon-bar {
    background-color: #222;
  }
  .off-canvas-inner ul li .sub-menu li .sub-menu li a {
    padding-left: 60px;
  }
}
@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;
  }
}
section.my-map iframe {
  width: 100%;
  height: 60vh;
}
.footer {
  background: var(--main-color);
  color: #fafafa;
  padding: 0 16px 0;
}
.footer a {
  color: #fafafa;
  font-size: 14px;
}
.footer a:hover {
  color: #76fbff;
}
.footer .footer-title,
.footer .footer-title a {
  color: #10d1c2;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer .footer-social {
  gap: 15px;
}
.footer .footer-social a {
  max-height: 26px;
}
.footer .footer-social i {
  font-size: 26px;
}
.footer .footer-line {
  width: 80%;
  margin: 0 auto;
  height: 2px;
  background: #fff;
}
.footer .icon-fake {
  font-size: 18px !important;
  background: #fff;
  color: #1a2845;
  padding: 4px;
  border-radius: 4px;
}
.footer-email {
  word-break: break-word;
  overflow-wrap: break-word;
}
.copy-right {
    border-top: 1px solid #d7d7d7;
  background: var(--main-color);
  font-size: 14px;
  color: #fff;
}
.copy-right a {
    color: #fff;
}
.img-bg-footer {
  top: 0;
  left: 0;
  transform: translateY(-99%);
  width: 100%;
  right: 0;
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  .sec-doctors-v2 .team-member .member-image-container,
  .sec-doctors-v2 .team-member .team-member-img:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .sec-sidebar {
    position: sticky;
    z-index: 9;
    top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 100%;
    padding: 0 10%;
  }
}
@media screen and (min-width: 576px) {
  .archive-posts article {
    box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.1);
    padding: 8px;
    border-radius: 4px;
    background: #fff;
    height: 100%;
  }
  .archive-posts article img {
    border-radius: 4px;
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  .sec-customer .sec-customer-container .col-sec-customer {
    width: calc(50% - 0.75rem / 2);
  }
  .sec-customer .sec-customer-container .col-sec-customer a {
    width: 100%;
    white-space: normal;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .archive-posts article .post-thumbnail {
    width: 150px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #b7b7b7;
  }
  .archive-posts article header.entry-header {
    width: calc(100% - 150px);
  }
  .archive-posts .entry-header {
    margin-top: 0;
  }
  .archive-posts article {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  header.mb .header-center {
    max-width: 200px;
    margin: 0 auto;
  }
}

