* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #f4f6f8;
  color: #222;
}

.mcn-container {
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
}

.mcnv-sec-1 {
  padding: 60px 0 60px;
  background: #ffffff;
  float: left;
  width: 100%;
}

.mcnv-intro {
  display: grid;
  grid-template-columns: 1fr 468px;
  align-items: center;
  gap: 50px;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.mcnv-intro-content h2 {
  margin: 0 0 10px;
  color: #3150a2;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 700;
  text-transform: uppercase;
}

.mcnv-intro-content p {
  margin: 0;
  color: #777777;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 400;
}

.mcnv-video {
  width: 468px;
  height: 263px;
  overflow: hidden;
  background: #dddddd;
}

.mcnv-video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.mcnv-title {
  margin-top: 28px;
  text-align: center;
}

.mcnv-title h3 {
  margin: 0;
  color: #3150a2;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 700;
}

.mcnv-title span {
  display: block;
  width: 70px;
  height: 5px;
  background: #0aaa8f;
  margin: 12px auto 0;
}

.mcnv-values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-top: 40px;
}

.mcnv-value-item {
  position: relative;
  min-height: 235px;
  padding: 0;
  overflow: hidden;
}

.mcnv-value-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  background: #0aaa8f;
  border-radius: 36px 0 0 0;
  z-index: 1;
}

.mcnv-card {
  position: relative;
  z-index: 2;
  min-height: 255px;
  margin: 10px 10px 10px 10px;
  padding: 18px 16px 14px;
  background: #ffffff;
  border: 12px solid #e5e5e5;
  border-radius: 28px 28px 0 28px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Phần này giúp góc vàng hiện giống như nằm sau khung trắng */
.mcnv-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 58px;
  height: 58px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-radius: 28px 0 0 0;
  pointer-events: none;
}

.mcnv-icon {
  width: 98px;
  height: 98px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mcnv-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mcnv-card h4 {
  margin: 0;
  color: #000000;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
/** End sec 1 **/

/* =========================
   MCNV SECTION 2
========================= */

.mcnv-sec-2 {
  padding: 8px 0 60px;
  background: #ffffff;
  float: left;
  width: 100%;
}

.mcnv-sec-2-title {
  text-align: center;
  margin-bottom: 31px;
}

.mcnv-sec-2-title h2 {
  margin: 0;
  color: #3150a2;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.mcnv-sec-2-title span {
  display: block;
  width: 70px;
  height: 5px;
  background: #0aaa8f;
  margin: 12px auto 0;
}

.mcnv-service-slider {
  border-left: 1px solid #dfe5eb;
  float: left;
  width: 100%;
}

.mcnv-service-slider .owl-stage {
  display: flex;
}

.mcnv-service-slider .owl-item {
  display: flex;
}

.mcnv-service-item {
  width: 100%;
  height: 100%;
}

.mcnv-service-card {
  min-height: 260px;
  height: 100%;
  padding: 21px 16px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.25s ease;
  border: 1px solid #dfe5eb;
}

.mcnv-service-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  background: #009cce52;
}

.mcnv-service-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #f5f5f5;
}
.owl-carousel .owl-item .mcnv-service-img img {
  border-radius: 0 !important;
}

.mcnv-service-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mcnv-service-card h3 {
  margin: 14px 0 0;
  color: #333333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

/* Owl nav */
.mcnv-service-slider.owl-carousel .owl-nav button.owl-prev,
.mcnv-service-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ffffff;
  color: #3150a2;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  font-size: 28px;
  line-height: 1;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mcnv-service-slider.owl-carousel .owl-nav button.owl-prev:hover,
.mcnv-service-slider.owl-carousel .owl-nav button.owl-next:hover {
  background: #3150a2;
  color: #ffffff;
}

.mcnv-service-slider.owl-carousel .owl-nav button.owl-prev {
  left: -19px;
}

.mcnv-service-slider.owl-carousel .owl-nav button.owl-next {
  right: -19px;
}

.mcnv-service-slider.owl-carousel .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.mcnv-service-slider.owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 4px;
  background: #d6d6d6;
}

.mcnv-service-slider.owl-carousel .owl-dots .owl-dot.active span {
  background: #3150a2;
}

.mc-chevron-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.mc-chevron-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 4px;
}

.mc-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.mc-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}
.mcnv-service-slider.owl-carousel .owl-stage-outer {
  padding-bottom: 1px;
}

/* =========================
   MCNV SECTION 3
========================= */

.mcnv-sec-3 {
  background: #ffffff;
  float: left;
  width: 100%;
}

.mcnv-sec-3-head {
  padding: 8px 0 16px;
  background: #ffffff;
}

.mcnv-sec-3-title h2 {
  margin: 0;
  color: #3150a2;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.mcnv-sec-3-title span {
  display: block;
  width: 70px;
  height: 5px;
  background: #0aaa8f;
  margin-top: 12px;
}

.mcnv-sec-3-head p {
  margin: 12px auto 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.mcnv-sec-3-gallery-wrap {
  position: relative;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.mcnv-sec-3-overlay {
  position: absolute;
  inset: 0;
  background: #2b59a2c2;
  z-index: 1;
}

.mcnv-sec-3-gallery-wrap .mcn-container {
  position: relative;
  z-index: 2;
}

.mcnv-equipment-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 200px 90px 200px;
  gap: 10px;
  max-width: 1190px;
  margin: 0 auto;
}

.mcnv-equipment-item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer;
}

.mcnv-equipment-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mcnv-equipment-item:hover img {
  transform: scale(1.06);
}

/* Tên thiết bị khi hover */
.mcnv-equipment-name {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background: rgba(0, 119, 190, 0.72);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
}

.mcnv-equipment-name h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.mcnv-equipment-item:hover .mcnv-equipment-name {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Desktop masonry layout */
.mcnv-equipment-gallery .item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.mcnv-equipment-gallery .item-2 {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
}

.mcnv-equipment-gallery .item-3 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.mcnv-equipment-gallery .item-4 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

.mcnv-equipment-gallery .item-5 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.mcnv-equipment-gallery .item-6 {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}

.mcnv-equipment-gallery .item-7 {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}

.mcnv-equipment-gallery .item-8 {
  grid-column: 4 / 5;
  grid-row: 3 / 4;
}
/* =========================
   MCNV SECTION 4
========================= */

.mcnv-sec-4 {
  padding: 60px 0 60px;
  background: #ffffff;
  float: left;
  width: 100%;
}

.mcnv-sec-4-title {
  text-align: center;
  margin-bottom: 32px;
}

.mcnv-sec-4-title h2 {
  margin: 0;
  color: #3150a2;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.mcnv-sec-4-title span {
  display: block;
  width: 70px;
  height: 5px;
  background: #0aaa8f;
  margin: 0 auto;
  margin-top: 12px;
}

.mcnv-doctor-slider {
  position: relative;
}

.mcnv-doctor-slider .owl-stage {
  display: flex;
}

.mcnv-doctor-slider .owl-item {
  display: flex;
}

.mcnv-doctor-item {
  width: 100%;
  height: 100%;
}

.mcnv-doctor-card {
  height: 100%;
  min-height: 370px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e7e7e7;
  transition: all 0.3s ease;
}

.mcnv-doctor-card:hover {
  border-color: #3150a2;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.mcnv-doctor-img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: #f2f2f2;
}

.mcnv-doctor-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
  border-radius: 0 !important;
}

.mcnv-doctor-card:hover .mcnv-doctor-img img {
  transform: scale(1.05);
}

.mcnv-doctor-info {
  min-height: 140px;
  padding: 12px 14px 16px;
  text-align: center;
}

.mcnv-doctor-info p {
  margin: 0 0 7px;
  color: #666666;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}

.mcnv-doctor-info h3 {
  margin: 0 0 7px;
  color: #3150a2;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.mcnv-doctor-info h4 {
  margin: 0;
  color: #222222;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 400;
}

/* =========================
   Owl Nav
========================= */

.mcnv-doctor-slider.owl-carousel .owl-nav button.owl-prev,
.mcnv-doctor-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ffffff;
  color: #3150a2;
  border: 1px solid #e3e3e3;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
  font-size: 28px;
  line-height: 1;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mcnv-doctor-slider.owl-carousel .owl-nav button.owl-prev:hover,
.mcnv-doctor-slider.owl-carousel .owl-nav button.owl-next:hover {
  background: #3150a2;
  color: #ffffff;
}

.mcnv-doctor-slider.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.mcnv-doctor-slider.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.mcnv-doctor-slider.owl-carousel .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.mcnv-doctor-slider.owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 4px;
  background: #d7d7d7;
}

.mcnv-doctor-slider.owl-carousel .owl-dots .owl-dot.active span {
  background: #3150a2;
}

.mcnv-doctor-slider.owl-carousel {
  padding: 0 2px;
  float: left;
  width: 100%;
}

/* =========================
   MCNV SECTION 5
========================= */

.mcnv-sec-5 {
  padding: 60px 0 60px;
  background: #eaf2ff;
  float: left;
  width: 100%;
}

.mcnv-sec-5-title {
  text-align: center;
  margin-bottom: 25px;
}

.mcnv-sec-5-title h2 {
  margin: 0;
  color: #3150a2;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.mcnv-sec-5-title span {
  display: block;
  width: 70px;
  height: 5px;
  background: #0aaa8f;
  margin: 10px auto 0;
}

.mcnv-specialty-slider {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.mcnv-specialty-slider .owl-stage {
  display: flex;
}

.mcnv-specialty-slider .owl-item {
  display: flex;
}

.mcnv-specialty-item {
  width: 100%;
  height: 100%;
}

.mcnv-specialty-card {
  width: 100%;
  height: 230px;
  padding: 14px 18px 20px;
  background: #ffffff;
  text-decoration: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.25s ease;
}

.mcnv-specialty-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.mcnv-specialty-icon {
  width: 112px;
  height: 112px;
  margin-bottom: 35px;
}

.mcnv-specialty-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.mcnv-specialty-card h3 {
  margin: 0;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.mcnv-specialty-more {
  margin-top: 15px;
  text-align: center;
}

.mcnv-specialty-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 143px;
  height: 46px;
  padding: 0 22px;
  background: #3150a2;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.25s ease;
}

.mcnv-specialty-more a:hover {
  background: #0f78c7;
}

/* Owl nav */

.mcnv-specialty-slider .owl-nav {
  display: block !important;
}

.mcnv-specialty-slider .owl-nav.disabled {
  display: block !important;
}

.mcnv-specialty-slider.owl-carousel .owl-nav button.owl-prev,
.mcnv-specialty-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ffffff;
  color: #3150a2;
  border: 1px solid #d8d8d8;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  font-size: 26px;
  line-height: 1;
  z-index: 10;
  transition: all 0.25s ease;
}

.mcnv-specialty-slider.owl-carousel .owl-nav button.owl-prev:hover,
.mcnv-specialty-slider.owl-carousel .owl-nav button.owl-next:hover {
  background: #3150a2;
  color: #ffffff;
  border-color: #3150a2;
}

.mcnv-specialty-slider.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.mcnv-specialty-slider.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.mcnv-specialty-slider.owl-carousel .owl-dots {
  margin-top: 16px;
  text-align: center;
}

.mcnv-specialty-slider.owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 4px;
  background: #cccccc;
}

.mcnv-specialty-slider.owl-carousel .owl-dots .owl-dot.active span {
  background: #3150a2;
}

/* =========================
   FOOTER
========================= */

.mcvn-footer {
  color: #ffffff;
  float: left;
  width: 100%;
  font-family: Arial, sans-serif;
}

.mcvn-footer-main {
  padding: 18px 0 58px;
  background: #3154a2;
}

.mcvn-footer-top {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 170px;
  margin-bottom: 24px;
}

.mcvn-footer-logo {
  display: inline-block;
  width: 190px;
  margin-bottom: 14px;
}

.mcvn-footer-logo img {
  width: 100%;
  display: block;
}

.mcvn-footer-brand h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  text-transform: uppercase;
}

.mcvn-footer-brand p {
  margin: 0;
  max-width: 410px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 600;
}

.mcvn-footer-menu {
  display: grid;
  grid-template-columns: 220px 220px;
  gap: 70px;
  padding-top: 12px;
}

.mcvn-footer-menu-col h4 {
  margin: 0 0 7px;
  color: #0aaa8f;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 700;
  text-transform: uppercase;
}

.mcvn-footer-menu-col h4:not(:first-child) {
  margin-top: 22px;
}

.mcvn-footer-menu-col a {
  display: block;
  margin-bottom: 11px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.mcvn-footer-menu-col a:hover {
  text-decoration: underline;
}

.mcvn-footer-hospital h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.mcvn-hospital-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 68px;
  row-gap: 28px;
}

.mcvn-hospital-item {
  color: #ffffff;
}

.mcvn-hospital-item h4 {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 9px;
  background: #0aaa8f;
  color: #ffffff;
  border-radius: 13px;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700;
  text-transform: uppercase;
}

.mcvn-hospital-item p,
.mcvn-hospital-item li {
  position: relative;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.mcvn-hospital-item .address {
  padding-left: 20px;
}

.mcvn-hospital-item .address::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #149de8;
  font-size: 18px;
  line-height: 1;
}

.mcvn-hospital-item p:not(.address) {
  padding-left: 20px;
}

.mcvn-hospital-item p:not(.address)::before {
  content: "✉";
  position: absolute;
  left: 0;
  top: 0;
  color: #149de8;
  font-size: 13px;
}

.mcvn-hospital-item p:nth-of-type(2)::before {
  content: "☎";
}

.mcvn-hospital-item a {
  color: #ffffff;
  font-style: italic;
  text-decoration: underline;
}

.mcvn-hospital-item ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.mcvn-hospital-item li {
  margin-bottom: 4px;
}

.mcvn-hospital-item li::before {
  content: "- ";
}

.mcvn-footer-bottom {
  background: #0aaa8f;
}

.mcvn-footer-bottom .mcn-container {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mcvn-footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.mcvn-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mcvn-footer-social .social-footer-new {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  color: #19369a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.mcvn-footer-social img {
  height: 30px;
  width: auto;
  display: block;
}

/* REPONSIVE NEW PNH*/
/* =========================
   Responsive mcnv-sec-1
   1366, 1200, 1024, 876, 768, 576, 438
========================= */

@media screen and (max-width: 1366px) {
  .mcnv-sec-1 {
    padding: 26px 0 36px;
  }

  .mcnv-intro {
    max-width: 1080px;
    gap: 48px;
  }

  .mcnv-values {
    gap: 4px;
  }

  .mcnv-card h4 {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 1200px) {
  .mcn-container {
    max-width: 100%;
    padding: 0 15px;
  }

  .mcnv-intro {
    grid-template-columns: 1fr 430px;
    gap: 36px;
    max-width: 1000px;
  }

  .mcnv-video {
    width: 430px;
    height: 242px;
  }

  .mcnv-intro-content h2 {
    font-size: 24px;
  }

  .mcnv-title h3 {
    font-size: 25px;
  }

  .mcnv-values {
    gap: 4px;
    margin-top: 36px;
  }

  .mcnv-value-item {
    min-height: 220px;
  }

  .mcnv-card {
    min-height: 210px;
    padding: 18px 12px 14px;
  }

  .mcnv-icon {
    width: 88px;
    height: 88px;
    margin-bottom: 14px;
  }

  .mcnv-card h4 {
    font-size: 14.5px;
  }
}

@media screen and (max-width: 1024px) {
  .mcnv-intro {
    grid-template-columns: 1fr 390px;
    gap: 28px;
  }

  .mcnv-video {
    width: 390px;
    height: 220px;
  }

  .mcnv-intro-content h2 {
    font-size: 22px;
  }

  .mcnv-intro-content p {
    font-size: 14px;
  }

  .mcnv-title {
    margin-top: 26px;
  }

  .mcnv-title h3 {
    font-size: 24px;
  }

  .mcnv-values {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .mcnv-value-item {
    min-height: 225px;
  }

  .mcnv-card {
    min-height: 215px;
  }
}

@media screen and (max-width: 876px) {
  .mcnv-sec-1 {
    padding: 30px 0 34px;
  }

  .mcnv-intro {
    grid-template-columns: 1fr;
    max-width: 620px;
    gap: 22px;
    text-align: center;
  }

  .mcnv-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .mcnv-intro-content h2 {
    font-size: 23px;
  }

  .mcnv-intro-content p {
    font-size: 14.5px;
  }

  .mcnv-title {
    margin-top: 30px;
  }

  .mcnv-values {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .mcn-container {
    padding: 0 16px;
  }

  .mcnv-intro {
    max-width: 580px;
  }

  .mcnv-intro-content h2 {
    font-size: 22px;
  }

  .mcnv-title h3 {
    font-size: 22px;
  }

  .mcnv-title span {
    width: 64px;
    height: 4px;
  }

  .mcnv-icon {
    width: 84px;
    height: 84px;
  }

  .mcnv-card h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .mcnv-sec-1 {
    padding: 28px 0 30px;
  }

  .mcn-container {
    padding: 0 14px;
  }

  .mcnv-intro-content h2 {
    font-size: 20px;
  }

  .mcnv-intro-content p {
    font-size: 14px;
    line-height: 1.55;
  }

  .mcnv-title {
    margin-top: 26px;
  }

  .mcnv-title h3 {
    font-size: 20px;
  }

  .mcnv-values {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .mcnv-value-item {
    min-height: 220px;
  }

  .mcnv-card {
    min-height: 210px;
  }

  .mcnv-icon {
    width: 90px;
    height: 90px;
  }

  .mcnv-card h4 {
    font-size: 14.5px;
  }
}

@media screen and (max-width: 438px) {
  .mcn-container {
    padding: 0 12px;
  }

  .mcnv-intro-content h2 {
    font-size: 18px;
  }

  .mcnv-intro-content p {
    font-size: 13.5px;
  }

  .mcnv-title h3 {
    font-size: 18px;
  }

  .mcnv-title span {
    margin-top: 10px;
  }

  .mcnv-values {
    margin-top: 28px;
  }

  .mcnv-value-item {
    min-height: 210px;
  }

  .mcnv-card {
    min-height: 200px;
    margin: 9px;
    padding: 18px 14px 12px;
  }

  .mcnv-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 12px;
  }

  .mcnv-card h4 {
    font-size: 13.8px;
  }
}

/* =========================
   Responsive mcnv-sec-2
   1366, 1200, 1024, 876, 768, 576, 438
========================= */

@media screen and (max-width: 1366px) {
  .mcnv-sec-2 {
    padding: 8px 0 42px;
  }

  .mcnv-sec-2-title h2 {
    font-size: 27px;
  }

  .mcnv-service-card {
    min-height: 260px;
  }

  .mcnv-service-card h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 1200px) {
  .mcnv-sec-2-title {
    margin-bottom: 28px;
  }

  .mcnv-service-card {
    min-height: 250px;
    padding: 20px 15px 22px;
  }

  .mcnv-service-img {
    height: 142px;
  }

  .mcnv-service-card h3 {
    font-size: 18px;
  }

  .mcnv-service-slider.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }

  .mcnv-service-slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}

@media screen and (max-width: 1024px) {
  .mcnv-sec-2 {
    padding: 12px 0 38px;
  }

  .mcnv-sec-2-title h2 {
    font-size: 25px;
  }

  .mcnv-service-card {
    min-height: 245px;
  }

  .mcnv-service-img {
    height: 140px;
  }

  .mcnv-service-card h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 876px) {
  .mcnv-sec-2 {
    padding: 10px 0 36px;
  }

  .mcnv-sec-2-title {
    margin-bottom: 25px;
  }

  .mcnv-sec-2-title h2 {
    font-size: 24px;
  }

  .mcnv-service-card {
    min-height: 240px;
    padding: 18px 14px 20px;
  }

  .mcnv-service-img {
    height: 205px;
  }

  .mcnv-service-card h3 {
    font-size: 16.5px;
  }
}

@media screen and (max-width: 768px) {
  .mcnv-sec-2-title h2 {
    font-size: 23px;
  }

  .mcnv-service-slider {
    border-left: 1px solid #dfe5eb;
  }

  .mcnv-service-card {
    min-height: 238px;
  }

  .mcnv-service-slider.owl-carousel .owl-nav button.owl-prev,
  .mcnv-service-slider.owl-carousel .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
  .mcnv-sec-2-title span {
    width: 64px;
    height: 4px;
  }
}

@media screen and (max-width: 576px) {
  .mcnv-sec-2 {
    padding: 8px 0 32px;
  }

  .mcnv-sec-2-title {
    margin-bottom: 22px;
  }

  .mcnv-sec-2-title h2 {
    font-size: 21px;
  }

  .mcnv-service-card {
    min-height: 235px;
    padding: 16px 13px 19px;
  }

  .mcnv-service-img {
    height: 220px;
  }

  .mcnv-service-card h3 {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.4;
  }

  .mcnv-service-slider.owl-carousel .owl-nav button.owl-prev {
    left: 4px;
  }

  .mcnv-service-slider.owl-carousel .owl-nav button.owl-next {
    right: 4px;
  }
}

@media screen and (max-width: 438px) {
  .mcnv-sec-2 {
    padding: 6px 0 30px;
  }

  .mcnv-sec-2-title h2 {
    font-size: 20px;
  }

  .mcnv-sec-2-title span {
    margin-top: 10px;
  }

  .mcnv-service-card {
    min-height: 225px;
    padding: 14px 12px 18px;
  }

  .mcnv-service-img {
    height: 220px;
  }
  .mcnv-service-card h3 {
    font-size: 15.5px;
  }

  .mcnv-service-slider.owl-carousel .owl-dots {
    margin-top: 14px;
  }
}

/* =========================
   Responsive mcnv-sec-3
   1366, 1200, 1024, 876, 768, 576, 438
========================= */

/* <= 1366px */
@media screen and (max-width: 1366px) {
  .mcnv-sec-3-title h2 {
    font-size: 25px;
  }

  .mcnv-equipment-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 196px 88px 196px;
    gap: 10px;
  }

  .mcnv-equipment-name h3 {
    font-size: 19px;
  }
}

/* <= 1200px */
@media screen and (max-width: 1200px) {
  .mcnv-sec-3-head {
    padding: 10px 0 16px;
  }

  .mcnv-sec-3-title,
  .mcnv-sec-3-head p {
    max-width: 720px;
  }

  .mcnv-equipment-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 185px 84px 185px;
    gap: 9px;
  }

  .mcnv-equipment-name h3 {
    font-size: 18px;
  }
}

/* <= 1024px */
@media screen and (max-width: 1024px) {
  .mcnv-sec-3-title,
  .mcnv-sec-3-head p {
    max-width: 680px;
  }

  .mcnv-sec-3-title h2 {
    font-size: 24px;
  }

  .mcnv-sec-3-head p {
    font-size: 14px;
  }

  .mcnv-sec-3-gallery-wrap {
    padding: 16px 0;
  }

  .mcnv-equipment-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 170px 80px 170px 170px;
    gap: 9px;
  }

  .mcnv-equipment-gallery .item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .mcnv-equipment-gallery .item-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }

  .mcnv-equipment-gallery .item-3 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .mcnv-equipment-gallery .item-4 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .mcnv-equipment-gallery .item-5 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .mcnv-equipment-gallery .item-6 {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
  }

  .mcnv-equipment-gallery .item-7 {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }

  .mcnv-equipment-gallery .item-8 {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
  }

  .mcnv-equipment-name {
    padding: 14px;
  }

  .mcnv-equipment-name h3 {
    font-size: 17px;
  }
}

/* <= 876px */
@media screen and (max-width: 876px) {
  .mcnv-sec-3-head {
    padding: 12px 0 18px;
  }

  .mcnv-sec-3-title,
  .mcnv-sec-3-head p {
    max-width: 620px;
  }

  .mcnv-equipment-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 170px 80px 170px 170px 80px 170px;
    gap: 9px;
  }

  .mcnv-equipment-gallery .item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .mcnv-equipment-gallery .item-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }

  .mcnv-equipment-gallery .item-3 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .mcnv-equipment-gallery .item-4 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .mcnv-equipment-gallery .item-5 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }

  .mcnv-equipment-gallery .item-6 {
    grid-column: 1 / 2;
    grid-row: 5 / 7;
  }

  .mcnv-equipment-gallery .item-7 {
    grid-column: 2 / 3;
    grid-row: 4 / 6;
  }

  .mcnv-equipment-gallery .item-8 {
    grid-column: 2 / 3;
    grid-row: 6 / 7;
  }

  .mcnv-equipment-name h3 {
    font-size: 16px;
  }
}

/* <= 768px */
@media screen and (max-width: 768px) {
  .mcnv-sec-3-title,
  .mcnv-sec-3-head p {
    max-width: 100%;
  }

  .mcnv-sec-3-title h2 {
    font-size: 23px;
  }

  .mcnv-sec-3-title span {
    width: 64px;
    height: 4px;
    margin-top: 10px;
  }

  .mcnv-sec-3-gallery-wrap {
    padding: 15px 0;
  }

  .mcnv-equipment-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 160px 76px 160px 160px 76px 160px;
    gap: 8px;
  }

  .mcnv-equipment-name {
    padding: 12px;
  }

  .mcnv-equipment-name h3 {
    font-size: 15px;
  }
}

/* <= 576px */
@media screen and (max-width: 576px) {
  .mcnv-sec-3-head {
    padding: 10px 0 16px;
  }

  .mcnv-sec-3-title h2 {
    font-size: 21px;
  }

  .mcnv-sec-3-head p {
    font-size: 14px;
    line-height: 1.55;
  }

  .mcnv-sec-3-gallery-wrap {
    padding: 12px 0;
  }

  .mcnv-equipment-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 135px 65px 135px 135px 65px 135px;
    gap: 7px;
  }

  .mcnv-equipment-name {
    padding: 10px;
  }

  .mcnv-equipment-name h3 {
    font-size: 13px;
    line-height: 1.3;
  }
}

/* <= 438px */
@media screen and (max-width: 438px) {
  .mcnv-sec-3-title h2 {
    font-size: 20px;
  }

  .mcnv-sec-3-head p {
    font-size: 13.5px;
  }

  .mcnv-sec-3-gallery-wrap {
    padding: 10px 0;
  }

  .mcnv-equipment-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 110px 54px 110px 110px 54px 110px;
    gap: 6px;
  }

  .mcnv-equipment-name {
    padding: 8px;
  }

  .mcnv-equipment-name h3 {
    font-size: 11.5px;
    line-height: 1.25;
  }
}

/* =========================
   Responsive mcnv-sec-4
========================= */

@media screen and (max-width: 1366px) {
  .mcnv-sec-4-title h2 {
    font-size: 29px;
  }
}

@media screen and (max-width: 1200px) {
  .mcnv-doctor-img {
    height: 215px;
  }

  .mcnv-doctor-card {
    min-height: 360px;
  }

  .mcnv-doctor-info h4 {
    font-size: 14.5px;
  }

  .mcnv-doctor-slider.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }

  .mcnv-doctor-slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}

@media screen and (max-width: 1024px) {
  .mcnv-sec-4 {
    padding: 26px 0 36px;
  }

  .mcnv-sec-4-title {
    margin-bottom: 28px;
  }

  .mcnv-sec-4-title h2 {
    font-size: 27px;
  }

  .mcnv-doctor-img {
    height: 220px;
  }

  .mcnv-doctor-card {
    min-height: 365px;
  }
}

@media screen and (max-width: 876px) {
  .mcnv-sec-4-title h2 {
    font-size: 25px;
  }

  .mcnv-doctor-img {
    height: 225px;
  }

  .mcnv-doctor-info h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .mcnv-sec-4 {
    padding: 24px 0 34px;
  }

  .mcnv-sec-4-title h2 {
    font-size: 24px;
  }

  .mcnv-sec-4-title span {
    width: 64px;
    height: 4px;
    margin-top: 10px;
  }

  .mcnv-doctor-img {
    height: 215px;
  }

  .mcnv-doctor-slider.owl-carousel .owl-nav button.owl-prev,
  .mcnv-doctor-slider.owl-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .mcnv-doctor-slider.owl-carousel .owl-nav button.owl-prev {
    left: 4px;
  }

  .mcnv-doctor-slider.owl-carousel .owl-nav button.owl-next {
    right: 4px;
  }
}

@media screen and (max-width: 576px) {
  .mcnv-sec-4 {
    padding: 22px 0 30px;
  }

  .mcnv-sec-4-title {
    margin-bottom: 22px;
  }

  .mcnv-sec-4-title h2 {
    font-size: 22px;
  }

  .mcnv-doctor-img {
    height: 155px;
  }

  .mcnv-doctor-card {
    min-height: 375px;
  }

  .mcnv-doctor-info h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 438px) {
  .mcnv-sec-4 {
    padding: 20px 0 28px;
  }

  .mcnv-sec-4-title h2 {
    font-size: 20px;
  }

  .mcnv-doctor-img {
    height: 155px;
  }

  .mcnv-doctor-info {
    padding: 10px 12px 14px;
  }

  .mcnv-doctor-info p {
    font-size: 12px;
  }

  .mcnv-doctor-info h3 {
    font-size: 15px;
  }

  .mcnv-doctor-info h4 {
    font-size: 13.5px;
  }
}

/* =========================
   Responsive mcnv-sec-5
========================= */

@media screen and (max-width: 1366px) {
  .mcnv-sec-5-title h2 {
    font-size: 27px;
  }

  .mcnv-specialty-card {
    height: 230px;
  }
}

@media screen and (max-width: 1200px) {
  .mcnv-specialty-slider {
    padding: 0 32px;
  }

  .mcnv-specialty-card {
    height: 220px;
  }

  .mcnv-specialty-icon {
    width: 106px;
    height: 106px;
    margin-bottom: 32px;
  }

  .mcnv-specialty-card h3 {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 1024px) {
  .mcnv-sec-5 {
    padding: 28px 0 24px;
  }

  .mcnv-sec-5-title {
    margin-bottom: 24px;
  }

  .mcnv-sec-5-title h2 {
    font-size: 25px;
  }

  .mcnv-specialty-card {
    height: 215px;
  }

  .mcnv-specialty-icon {
    width: 102px;
    height: 102px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 876px) {
  .mcnv-sec-5-title h2 {
    font-size: 24px;
  }

  .mcnv-specialty-slider {
    padding: 0 30px;
  }

  .mcnv-specialty-card {
    height: 210px;
  }

  .mcnv-specialty-icon {
    width: 98px;
    height: 98px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .mcnv-sec-5 {
    padding: 26px 0 24px;
  }

  .mcnv-sec-5-title h2 {
    font-size: 23px;
  }

  .mcnv-sec-5-title span {
    width: 64px;
    height: 4px;
  }

  .mcnv-specialty-card {
    height: 205px;
    padding: 14px 14px 18px;
  }

  .mcnv-specialty-card h3 {
    font-size: 15px;
  }

  .mcnv-specialty-more a {
    min-width: 135px;
    height: 44px;
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .mcnv-sec-5 {
    padding: 24px 0 22px;
  }

  .mcnv-sec-5-title {
    margin-bottom: 20px;
  }

  .mcnv-sec-5-title h2 {
    font-size: 21px;
  }

  .mcnv-specialty-slider {
    padding: 0 24px;
  }

  .mcnv-specialty-card {
    height: 195px;
    padding: 13px 12px 17px;
  }

  .mcnv-specialty-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
  }

  .mcnv-specialty-card h3 {
    font-size: 14px;
  }

  .mcnv-specialty-slider.owl-carousel .owl-nav button.owl-prev,
  .mcnv-specialty-slider.owl-carousel .owl-nav button.owl-next {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
}

@media screen and (max-width: 438px) {
  .mcnv-sec-5 {
    padding: 22px 0 20px;
  }

  .mcnv-sec-5-title h2 {
    font-size: 20px;
  }

  .mcnv-specialty-slider {
    padding: 0 22px;
  }

  .mcnv-specialty-card {
    height: 185px;
  }

  .mcnv-specialty-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 22px;
  }

  .mcnv-specialty-card h3 {
    font-size: 13px;
  }

  .mcnv-specialty-more {
    margin-top: 13px;
  }

  .mcnv-specialty-more a {
    min-width: 125px;
    height: 40px;
    font-size: 15px;
  }
}

/* =========================
   Responsive Footer
========================= */

@media screen and (max-width: 1366px) {
  .mcvn-footer-top {
    gap: 130px;
  }

  .mcvn-hospital-grid {
    column-gap: 46px;
  }
}

@media screen and (max-width: 1200px) {
  .mcvn-footer-main {
    padding-bottom: 48px;
  }

  .mcvn-footer-top {
    grid-template-columns: 360px 1fr;
    gap: 80px;
  }

  .mcvn-footer-menu {
    gap: 45px;
  }

  .mcvn-hospital-grid {
    column-gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .mcvn-footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mcvn-footer-menu {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }

  .mcvn-hospital-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 34px;
  }
}

@media screen and (max-width: 876px) {
  .mcvn-footer-main {
    padding: 22px 0 42px;
  }

  .mcvn-footer-logo {
    width: 175px;
  }

  .mcvn-footer-hospital h3 {
    font-size: 16px;
  }

  .mcvn-footer-bottom .mcn-container {
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .mcvn-footer-menu {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .mcvn-hospital-grid {
    grid-template-columns: 1fr;
  }

  .mcvn-hospital-item p,
  .mcvn-hospital-item li {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 576px) {
  .mcvn-footer-main {
    padding: 20px 0 34px;
  }

  .mcvn-footer-menu {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mcvn-footer-brand h3 {
    font-size: 15px;
  }

  .mcvn-footer-brand p {
    font-size: 11px;
  }

  .mcvn-footer-hospital h3 {
    font-size: 15px;
  }

  .mcvn-footer-social {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 438px) {
  .mcvn-footer-main {
    padding: 18px 0 30px;
  }

  .mcvn-footer-logo {
    width: 155px;
  }

  .mcvn-footer-brand h3 {
    font-size: 14px;
  }

  .mcvn-hospital-item h4 {
    font-size: 11px;
  }

  .mcvn-hospital-item p,
  .mcvn-hospital-item li {
    font-size: 11.5px;
  }

  .mcvn-footer-bottom p {
    font-size: 12px;
  }

  .mcvn-footer-social img {
    height: 26px;
  }
}

/* END REPONSIVE NEW PNH*/
