.box-about-pages .ctnr
{
	 display: flex;
	 align-items: center;
}
 .box-about-pages .left-section {
	 flex: 1;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
}
 .box-about-pages .hospital-sign {
	 background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
	 padding: 30px 40px;
	 border-radius: 15px;
	 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	 text-align: center;
	 max-width: 450px;
	 border: 3px solid #e0e0e0;
}
 .box-about-pages .hospital-name {
	 font-size: 28px;
	 font-weight: bold;
	 color: #2e7d32;
	 margin-bottom: 8px;
	 letter-spacing: 1px;
}
 .box-about-pages .hospital-logo {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 15px 0;
}
 .box-about-pages .logo-icon {
	 width: 60px;
	 height: 60px;
	 background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
	 border-radius: 12px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-right: 15px;
	 position: relative;
}
 .box-about-pages .logo-icon::before {
	 content: '+';
	 color: white;
	 font-size: 32px;
	 font-weight: bold;
}
 .box-about-pages .hospital-name-large {
	 font-size: 36px;
	 font-weight: bold;
	 color: #1565c0;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
 .box-about-pages .hospital-subtitle {
	 color: #2e7d32;
	 font-size: 14px;
	 margin-top: 10px;
	 font-weight: 600;
}
 .box-about-pages .decorative-flowers {
	 position: absolute;
	 bottom: 20px;
	 left: 20px;
	 right: 20px;
	 display: flex;
	 justify-content: space-between;
	 align-items: flex-end;
}
 .box-about-pages .flower-pot {
	 width: 80px;
	 height: 100px;
	 position: relative;
}
 .box-about-pages .pot {
	 width: 40px;
	 height: 30px;
	 background: #8d6e63;
	 border-radius: 0 0 20px 20px;
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 transform: translateX(-50%);
}
 .box-about-pages .flowers {
	 position: absolute;
	 top: 0;
	 left: 50%;
	 transform: translateX(-50%);
}
 .box-about-pages .flower {
	 width: 12px;
	 height: 12px;
	 border-radius: 50%;
	 position: absolute;
}

 .box-about-pages .right-section {
	 flex: 1;
	 padding: 0px 25px;
	 background: white;
}
 .box-about-pages .content-header {
	 color: rgb(40, 51, 130);
	 font-size: 21px;
	 font-weight: bold;
	 margin-bottom: 10px;
}
 .box-about-pages .description {
	 color: rgb(40, 51, 130);
	 line-height: 1.8;
	 font-size: 16px;
	 margin-bottom: 15px;
}
 .box-about-pages .features-grid {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 13px;
}
 .box-about-pages .feature-item {
	 display: flex;
	 align-items: center;
	 color: rgb(40, 51, 130);
	 font-size: 15px;
	 font-weight: 600;
	 padding: 7px 10px;
	 background: rgb(245 245 245 / 88%);
	 padding-right: 0px;
	 border-radius: 5px;
}
 .box-about-pages .feature-item::before {
	 content: '●';
	 color: #4caf50;
	 margin-right: 12px;
	 font-size: 12px;
}
 

section.box-about-pages {
    padding: 30px 0px;
}
.item-images-abouts {
    border-radius: 8px;
    overflow: hidden;
}

.item-images-abouts img {
    display: block;
}

.slider-specialties .slider-container {
	width: 100%;
	max-width: 1200px;
	position: relative;
}
.section-title {
	text-align: center;
	color: white;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.slider-specialties .specialties-slider {
	position: relative;
}
.slider-specialties .specialty-item {
	padding: 0 8px;
	margin-top: 20px;
}
.slider-specialties .specialty-card {
	background: white;
	border-radius: 5px;
	padding: 10px 10px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.slider-specialties .specialty-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.slider-specialties .specialty-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-specialties .specialty-icon svg {
	width: 60px;
	height: 60px;
	stroke: #2c5aa0;
	fill: none;
	stroke-width: 2;
}
.slider-specialties .specialty-title {
	color: #2c5aa0;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	line-height: 1.3;
	text-shadow: 1px 1px black;
}
.slider-specialties .custom-nav {
	position: absolute;
	bottom: -42px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 20px;
	z-index: 10;
}
.slider-specialties .nav-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	padding: 0px;
}
.slider-specialties .nav-arrow:hover {
	transform: scale(1.1);
}
.slider-specialties .nav-arrow svg {
	width: 24px;
	height: 24px;
	stroke: #2c5aa0;
	stroke-width: 2;
}
.slider-specialties .slick-prev, .slider-specialties .slick-next {
	display: none !important;
}
.slider-specialties .slick-dots {
	bottom: -120px;
}
.slider-specialties .slick-dots li button:before {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}
.slider-specialties .slick-dots li.slick-active button:before {
	color: white;
}
@media (max-width: 768px) {
	.section-title {
		font-size: 2rem;
		margin-bottom: 30px;
   }
	.slider-specialties .specialty-card {
		height: 160px;
		padding: 20px 15px;
   }
	.slider-specialties .specialty-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
   }
	.slider-specialties .specialty-icon svg {
		width: 45px;
		height: 45px;
   }
	.slider-specialties .specialty-title {
		font-size: 0.9rem;
   }
}

h2.section-title .line img {
    display: inline;
    height: 32px;
}
section.slider-specialties {
   background: linear-gradient(
135deg, #28a745, #2c5aa0);
   padding: 40px 0px 67px;
}
.slider-specialties .nav-arrow img {
    height: 14px;
}

.slider-specialties .custom-nav:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
section.slider-specialties-service {
    padding: 40px 0px 67px;
    background: #fff;
}

section.slider-specialties-service h2.section-title {
    color: rgb(40, 51, 130);
}


section.slider-specialties-service h2.section-title .content-title {
    font-size: 15px;
    color: #333;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    width: 59%;
    margin: 0 auto;
}

.specialties-slider.slider-service {
    margin-top: 15px;
}

.slider-specialties-service .custom-nav:before {
    background: #3c458e;
}
section.slider-specialties-service .specialty-icon {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


section.slider-specialties-service .specialty-title {
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    color: rgb(40, 51, 130);
    text-shadow: unset;
}section.slider-specialties-service .specialty-card {
    box-shadow: unset !important;
}



.list-doingu .doctors-slider {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.list-doingu .doctors-grid {
	display: flex;
	transition: transform 0.5s ease;
	gap: 20px;
	padding-bottom: 33px;
}
.list-doingu .doctors-grid .doctor-card {
	min-width: calc(25% - 18px);
	flex-shrink: 0;
	margin-top: 10px;
}
.list-doingu .doctor-card {
	background: white;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	padding-bottom: 10px;
}
.list-doingu .doctor-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.list-doingu .doctor-card.active {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(76, 175, 80, 0.3);
}
.list-doingu .doctor-card::before {
}
.list-doingu .doctor-card.active::before {
	transform: scaleX(1);
}
.list-doingu .doctor-image {
	overflow: hidden;
	margin-bottom: -20px;
}
.list-doingu .doctor-image img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}
.list-doingu .doctor-name {
	background: linear-gradient(135deg, #28a745, #2c5aa0);
	color: white;
	padding: 5px 16px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
}
.list-doingu .doctor-title {
	color: #4caf50;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
	margin-top: 11px;
}
.list-doingu .doctor-hospital {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}
.list-doingu .doctor-detail {
	background: white;
	border-radius: 15px;
	padding: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	display: none;
	padding-right: 50px;
	margin-top: -11px;
}
.list-doingu .doctor-detail.active {
	display: block;
	animation: slideIn 0.5s ease;
}
@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(20px);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
.list-doingu .detail-content {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.list-doingu .detail-image {
	width: 200px;
	height: 200px;
	border-radius: 15px;
	overflow: hidden;
	flex-shrink: 0;
}
.list-doingu .detail-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-doingu .detail-info {
	flex: 1;
}
.list-doingu .detail-name {
	color: rgb(115, 115, 115);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.list-doingu .detail-title {
	color: rgb(49, 63, 139);
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
.list-doingu .detail-hospital {
	color: rgb(40, 51, 130);
	font-size: 14px;
	margin-bottom: 20px;
}
.list-doingu .detail-description {
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 20px;
}
.list-doingu .appointment-btn {
	background: linear-gradient(135deg, #28a745, #2c5aa0);
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
}
.list-doingu .appointment-btn:hover {
	background: #45a049;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}
.list-doingu .slider-nav {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.list-doingu .nav-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}
.list-doingu .nav-dot.active {
	background: white;
	transform: scale(1.2);
}
section.list-doingu {
    background: linear-gradient(135deg, #28a745, #2c5aa0);
    padding: 40px 0px 67px;
}
@media (max-width: 768px) {
	.list-doingu .doctors-slider {
		overflow-x: auto;
   }
	.list-doingu .doctors-grid .doctor-card {
		min-width: calc(50% - 10px);
   }
	.list-doingu .detail-content {
		flex-direction: column;
		text-align: center;
   }
	.list-doingu .detail-image {
		width: 150px;
		height: 150px;
		margin: 0 auto;
   }
}
@media (max-width: 480px) {
	.list-doingu .doctors-grid .doctor-card {
		min-width: calc(100% - 20px);
   }
}
.doctor-card.active {
    position: relative;
}

.content-title {
    font-size: 15px;
    color: #333;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    width: 59%;
    margin: 0 auto;
}

section.list-doingu .section-title {
    margin-bottom: 30px;
}

section.list-doingu .content-title {
    color: #fff;
}
.box-item-list-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(227, 227, 227);
    margin-bottom: 20px;
}
.icon-line svg {
    width: 35px;
    height: 67px;
}

.icon-line {
    position: absolute;
    bottom: -54px;
	left: 50%;
	transform: translateX(-50%);
}

.doctor-card.active .icon-line {
    display: block;
}

.doctor-card .icon-line {
    display: none;
}