html { scroll-behavior: smooth;}
*main { margin: 0px; padding: 0;}
img {
    cursor: pointer;
}
.range {
    margin-top: 40px;
    padding: 0px 5px;
}
.total_title {
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #4eb748;
}
.total_title span {
    text-decoration: none;
    text-transform: uppercase;
    color: #4eb748;
}
.introduce_read-more {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #4eb748;
}
.introduce_read-more .total_title {
    border: none;
}
.read_more {
    text-decoration: none;
    border: 1px solid #4eb748;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    color: #4eb748;
    font-weight: bold;
}
.read_more:hover {
    color: #fff;
    background: #4eb748;
}
.breadcrumb {
	margin-top: 10px;
}
.home {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.home a {
	font-size: 18px;
	text-decoration: none;
	color: #4eb748;
}

.home a:hover {
	color: red;
}
.home-icon {
	padding: 0px 10px;
}
.home_desc {
	font-size: 18px;
	text-transform: capitalize;
	cursor: pointer;
}
.content_name { 
	font-size: 22px;
	text-decoration: none;
	color: #4eb748;
	text-align: center;
	text-transform: capitalize;
	padding: 30px 0px;
}
.content_desc {
	font-size: 18px; 
}
.content_desc img {
	width: 100%;
}
.img_cat {
	height: 200px;
	background: none;
	padding: 5px;
	border: dotted 1px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.img_cat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text_cat {
	text-align: center;
	padding: 10px 5px;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 18px;
	
}
.text_cat a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content_new,
.content_single {
	border: dotted 1px;
	padding: 10px 30px;
	overflow: hidden;
}
.date {
	font-weight: 400;
	padding: 2px 0px;
}
.date_sing {
	 display: flex;
	 align-items: center;
	 	margin-bottom: 20px;

}
.date_sing .fa-solid {
	margin-right: 5px;
}

/* head */
.header-wrapper { 
    position: relative;
    width: 100%;
}
.header-wrapper.sticky {
    z-index: 100;
    top: 0;
    position: fixed;
    animation: menudown 2s ease;
    
}
@keyframes menudown {
    0% {transform: translateY(-50px);}
    100% {transform: translateY(0);}
}
.head {
    padding: 15px 0px;
}

/* menu */ 
.dropdown-menu .menu-item a {
	color: #4eb748 !important;
	text-decoration: none;
	padding: 5px 0px;
	border: none !important;
}
.dropdown-menu .menu-item  {
	border: none !important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
}
.dropdown-menu:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: -10px;
	background: transparent;
}
.menu-item:hover .dropdown-menu {
	display: block !important;
}
.flex_menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.name-title {
	font-weight: 600;
	padding: 0px 10px;
	display: none;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
}
.icon-menu {
    display: flex;
    align-items: center;
    padding: 13px;
    background: #1c9f50;
}
a .icon-menu {
	color: #fff;
}
.title_menu {
    display: none;
}
.logo-menu {
   width: 70px;
}
.logo-menu img { width: 100%;}
.navbar-nav { 
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.dropdown-menu { 
	width: 200px;
}
.container-fluid { 
    background: #4eb748  !important;
    justify-content: space-between !important;
}
.bg-light {
    --bs-bg-opacity: 0 !important;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.menu {    
    background: #4eb748  !important;
    width: 100%;
}

.dropdown-item:hover {
    color: #fff !important;
    background: #4eb748  !important;
}
.collapse {
    padding: 0px 0px !important;
    color: #fff;
    justify-content: center !important;
}
.menu-item a {
    color: #fff !important;
    font-weight: bold !important;
    border-bottom: 1px solid #4eb748  !important;
    text-transform: uppercase;	
	font-size: 14px !important;
	text-decoration: none;
}
.menu-item a:hover{
    color: #cb821e !important;

}
.menu-item {
    flex: 1;
    border-left: 1px solid;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.offcanvas { 
    background: #fff !important;
    width: 350px !important;
    overflow: auto;
}
#offcanvasRightLabel{ color: #4eb748 !important;}
.menu .btn { display: none;}
@media (max-width: 739px) {
    .btn .fa-solid { color: #000 !important;}
    .menu .btn { display: block;}
    .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #fff !important;
        --bs-btn-border-color: #fff !important;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #fff !important;
        --bs-btn-hover-border-color: #fff !important;
        --bs-btn-focus-shadow-rgb: 49,132,253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #fff !important;
        --bs-btn-active-border-color:#fff !important;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #fff !important;
        --bs-btn-disabled-border-color: #fff !important;
    }
    .offcanvas-title { color: #fff !important;}
    .menucon button { border: 1px solid #000 !important;}
    .menucon .nav-link { color: #4eb748 !important;}
    .menucon .nav-link:hover { color: #cb821e !important;}
} 

/* header */
.logo {
    padding: 0px 10px;
}
.logo img {
    width: 100%;
}
.box-info {
    display: flex;
    align-items: center;
    padding: 0px 5px;
    background: #e3e3e3;
    border-radius: 5px;
    margin: 0px 5px;
    padding: 4px 10px;
}
.icon-info {
    padding: 0px 7px;
    margin-right: 17px;
    border-right: ridge;
    font-size: 20px;
}
.info_head {
    display: flex;
}
.logo_info {
	padding: 0px 12px;
    display: flex;
    align-items: center;
}
.info-name {
    font-weight: 600;
}
.info-desc {
	font-size: 14px;
    color: #4eb748;
    font-weight: 600;
}


/* banner */
.swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    font-size: 18px;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

/* list sick */
.list_sick-title {
    font-size: 20px;
    font-weight: bold;
    color: #4eb748;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 3px solid #4eb748;
}
.sick_link {
	text-decoration: none;
	color: #fff;
}
.sick_link:hover { color: #fff;}
.sick {
    display: flex;
    align-items: center;
    background: #1c85c8;
    padding: 10px 0px;
    border-radius: 10px;
    margin: 5px 0px;
}
.sick_icon {
    padding: 0px 14px;
    margin-right: 5px;
    border-right: 1px solid #fff;
}
.sick_icon img {
	width: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.sick_name {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; 
}
.sick_desc {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: justify;
}
.sick_text {
	padding: 0px 17px;
}

/* introduce-clinic */
.introduce_clinic-content {
    margin-top: 15px;
}
.introduce_clinic-title {
    display: flex;
    align-items: center;
}
.introduce_clinic-icon {
    color: #fff;
    background: #4eb748;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 10px;
}
.introduce_clinic-name {
    font-weight: bold;
    color: #4eb748;
    padding: 10px 0px;
}
.introduce_clinic-desc {
    color: #969193;
    font-weight: 500;
    text-align: justify;
    padding-left: 27px;
}
.introduce_clinic-desc li {
    padding: 6px 0px;
    list-style-type: none;
    font-weight: bold;
    color: #000;
}
.introduce_clinic-img img {
    width: 100%; 
}
.introduce_clinic-img-1 {
	height: 410px;
}
.introduce_clinic-img-1 img {
    height: 100%;
    object-fit: cover;
}
.introduce_clinic-img-2 img {
    padding: 4px 0px;
}

/* lí do */
.reason_img img {
    width: 100%;
	height: 100%;
}
.reason_img  {
    position: relative;
	height: 190px;
}
.reason-icon img {
    width: 100%;
    margin: 0 auto;
}
.reason-icon {
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    top: 85%;
    left: 50%;
}
.reason-text {
    position: relative;
    margin-top: 30px;
    padding: 10px;
}
.reason-name {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #4eb748;
    padding: 10px 0px;
}
.reason-desc {
    text-align: justify;
}
.box_reason {
    border: 1px solid #e3e3e3;
    min-height: 430px;
    margin-top: 20px;
}

/* thời gian làm việc */
.time-work {
    position: relative;
}
.time-work:before {
    content: "";
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.time_flex {
    display: flex;
    align-items: center;
}
.time-work-img img {
    width: 100%;
    position: relative;
}
.time-work-name {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.time-work-desc {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.time-work-text {
    position: relative;
    padding: 10px;
}
.button_time {
    text-align: center;
    margin: 20px 0px;
}
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 2px solid #fff;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0 auto;
  padding: 10px 22px;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}
.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

/* tin tức */
.list_tin_tuc {
    margin-top: 30px;
}
.box-tin {
    display: flex;
    align-items: center;
    border: dashed 1px #000;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
    margin: 6px 0px;
	overflow: hidden;
}
.box-tin-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-tin-img {
   
}

.tin_name {
    font-weight: bold;
    color: #4eb748;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tin_desc {
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.box-tin-text {
    padding: 5px 10px;
}

/* view */
.review {
    position: relative;
}
.review:before {
    content: "";
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.box_review {
    display: flex;
    align-items: center;
}
.review_img {
    width: 200px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 5px;
}
.review_name {
    color: #fff;
}
.review_desc {
    color: #fff;
    font-style: italic;
    margin-top: 10px;
}
.review_text {
    padding: 0px 20px;
}
.review_list {
    padding: 50px;
   
}
.box_review {
     border: dashed 1px #fff;
    border-radius: 5px;
    padding: 10px;
}

/* hình ảnh về bệnh viện */
.list-image-hospital {
    margin-top: 20px;
}
.hospital_img img {
	object-fit: cover;
	height: 100%;
    width: 100%;
    transition: transform .3s;
    margin: 0 auto;
}
.hospital_img img:hover {
    transform: scale(1.2); 
  }
.hospital_img {
	height: 200px;
    padding: 10px;
    margin: 6px 0px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/* footer */
.box_footer {
    padding: 20px 0px;
}
.footer {
    background: #4eb748;
}
.logo_footer img { 
    width: 100%;
}
.logo_footer {
    width: 40%;
    margin: 0 auto;
}
.foot-icon {
    margin-right: 15px;
    color: #fff;
}
.footer a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #4eb748;
}
.footer a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.foot_desc{
    padding: 6px 0px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.map iframe{
    width: 100%;
    height: 310px;
}
.foot_icon {
    display: flex;
}
.icon_mxh {
    width: 60px;
    height: 50px;
    margin: 10px;
}
.icon_mxh img {
    width: 100%;
}
.foot_title {
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0px;
    border-bottom: 2px solid #fff;
}
.footer_bottom {
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 8px 0px;
}
.footer_bottom a {
    color: #fff;
    font-weight: 500;
}
.fb_foot iframe {
	width: 100%;
	margin-top: 10px;
	height: 230px;
}

/* call */
.contact__with-zalo {
    position: fixed;
    bottom: 25%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__zalo-link,
.contact__phone-link,
.contact__mess-link {
    width: 60px;

}
.contact__map-link,
.contact__dki-kham-link {
    width: 70px;

}

.contact__zalo-link-icon,
.contact__phone-link-icon,
.contact__map-link-icon,
.contact__mess-link-icon,
.contact__dki-kham-link-icon {
    width: 100%;
    animation: rotateRight infinite ease 0.9s;
}




.contact__with-move-zalo::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(0, 217, 255, 0.5);
    animation: zoomIn infinite 0.9s;
}

.contact__with-move-zalo::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(0, 217, 255, 0.2);
    animation: zoomIn2 infinite 0.9s;
}

.contact__with-phone {
    position: fixed;
    bottom: 12%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.contact__with-move-phone::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(253, 223, 89, 0.5);
    animation: zoomIn infinite 0.9s;
}

.contact__with-move-phone::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(253, 223, 89, 0.2);
    animation: zoomIn2 infinite 0.9s;
}

.contact__with-map {
    position: fixed;
    bottom: 38%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.contact__with-move-map::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(253, 223, 89, 0.5);
    animation: zoomIn infinite 0.9s;
}

.contact__with-move-map::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 127, 0, 0.2);
    animation: zoomIn2 infinite 0.9s;
}

.contact__with-mess {
    position: fixed;
    bottom: 50%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__with-move-mess::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(224, 102, 255, 0.5);
    animation: zoomIn infinite 0.9s;
}

.contact__with-move-mess::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 69, 0, 0.2);
    animation: zoomIn2 infinite 0.9s;
}

.contact__with-dki-kham {
    position: fixed;
    top: 30%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__with-move-dki-kham::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(160, 82, 45, 0.5);
    animation: zoomIn infinite 0.9s;
}

.contact__with-move-dki-kham::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 69, 0, 0.2);
    animation: zoomIn2 infinite 0.9s;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        width: 60px;
        height: 60px;
    }
    50% {
        opacity: 1;
        width: 80px;
        height: 80px;
    }
    100% {
        opacity: 0;
        width: 60px;
        height: 60px;
    }
}
@keyframes zoomIn2 {
    0% {
        opacity: 0;
        width: 60px;
        height: 60px;
    }
    50% {
        opacity: 1;
        width: 100px;
        height: 100px;
    }
    100% {
        opacity: 0;
        width: 80px;
        height: 80px;
    }
}

@keyframes rotateRight {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(45deg)
    }
    100% {
        transform: rotate(0)
    }
}

/* backtop */
.go_to_top {
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 40px;
    height: 40px;
    background: #4eb748;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9000;
    cursor: pointer;
    display: none;
}


.go_to_top-icon {
    color: #fff;
    font-size: 18px;
}

.go_to_top.show {
    display: flex;
    animation: sideUp ease 0.2s;
}

@keyframes sideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}