.footer {
	padding: 40px 0 0px 0;
	background: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.social-icons ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.info-section h2 {
    margin-bottom: 10px;
}
.info-section a{
	color: inherit;
}
.info-section a:hover{
	color: var(--color-main);
}
.info-section p {
    margin-bottom: 0px;
    display: block;
    white-space: normal;
    font-size: 13px !important;
}
.footer-content {
	margin: 0 auto;
}

.header-section {
	text-align: center;
	margin-bottom: 30px;
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.logo-icon {
	width: 60px;
	height: 60px;
	background: white;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	position: relative;
}

.logo-icon::before {
	content: "Ã¢Å“Å¡";
	color: #4CAF50;
	font-size: 30px;
	font-weight: bold;
}

.hospital-name {
	text-align: left;
}

.hospital-name h1 {
	color: #4CAF50;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.hospital-name h2 {
	color: #2E7D8A;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.hospital-full-name {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgb(40, 51, 130);
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 15px;
}

.social-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: transform 0.3s ease;
	text-decoration: none;
	color: white;
}

.social-icon:hover {
	transform: scale(1.1);
}

.facebook {
	background: #1877F2;
}

.youtube {
	background: #FF0000;
}

.instagram {
	background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.tiktok {
	background: #000000;
}

.info-sections {
	display: grid;
	grid-template-columns: 42%1fr 1fr;
	gap: 40px;
	margin-bottom: 30px;
}

.info-section h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 13px;
	text-transform: uppercase;
	color: rgb(40, 51, 130);
}

.info-section ul {
	list-style: none;
	padding: 0;
}

.info-section li {
	margin-bottom: 5px;
	line-height: 1.6;
	color: #000;
	list-style: disc !important;
	margin-left: 20px;
	font-size: 13px !important;
}

.info-section li strong {
	font-weight: 600;
}

.contact-info li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	position: relative;
}

.contact-info .label {
	font-weight: bold;
	min-width: 70px;
	color: #000;
}

.footer-bottom {
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	color: rgb(255 255 255);
	font-size: 14px;
	background: linear-gradient(135deg, #28a745, #2c5aa0);
	padding-bottom: 10px;
}


.hotline-phone-ring-wrap {
	position: fixed;
	bottom: -10px;
	left: 0;
	z-index: 998;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #cf3034;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 26px;
	left: 26px;
	position: absolute;
	background-color: #ff3d3d;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #cf3034;
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
	position: absolute;
	background: #E88A25;
	background: -webkit-linear-gradient(left, #e88a25, #cf3034);
	background: -o-linear-gradient(right, #e88a25, #cf3034);
	background: -moz-linear-gradient(right, #e88a25, #cf3034);
	background: linear-gradient(to right, #ff3d3d, #ff3d3d);
	height: 40px;
	width: 190px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	border: 2px solid white;
	/* width: 175px !important; */
	left: 30px;
	bottom: 37px;
}

.hotline-bar>a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	text-indent: 40px;
	display: block;
	letter-spacing: 1px;
	line-height: 36px;
}







@media(max-width:1300px) {
	.footer-primary .hotline-support a span {
		font-size: 17px;
	}
}

@media(max-width:1300px) {
	.footer-primary .hotline-support a span {
		font-size: 17px;
	}
}

@media(max-width:990px){

	.hotline-bar {
    display: none;
}
}

@media (min-width: 980px) {
	.support-bottom {
		box-shadow: none;
		border-top: none;
	}
}

.support-bottom {
	width: 50px;
	bottom: 45px;
	right: 10px;
	position: fixed !important;
	z-index: 99800;
	background-color: transparent !important;
	padding: 6px 0;
	border-radius: 3px 0 0 3px;
	box-shadow: none;
	border-top: none;
}

.support-bottom .btn-list {
	display: block !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	padding: 6px !important;
	justify-content: space-around !important;
}

.support-bottom .btn-float-container {
	width: 100%;
	margin-bottom: 6px;
}

.support-bottom a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block !important;
	border: none !important;
	font-size: 18px !important;
	color: #fff !important;
	text-align: center !important;
	position: relative;
	border-radius: 50% !important;
	cursor: pointer !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
	background: none;
}

.support-bottom .button-call {
	background-image: url(../images/calling.gif);
	background-size: 100% 100%;
}

.support-bottom i {
	width: 44px;
	height: 44px;
	display: block;
}

.support-bottom i {
	font-size: 28px;
}

.support-bottom .btn-float-container span {
	display: none !important;
}

.support-bottom .button-messenger {
	background-image: url(../images/icon-messenger.svg);
	background-size: 75% 75% !important;
	background: #2460dd;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

.support-bottom .button-zalo {
	background-image: url(../images/icon-zalo.svg);
}

.backtotop {
	cursor: pointer;
	background: #999;
	bottom: 10px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	padding: 2px;
	position: fixed;
	right: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
	z-index: 9999;
	border-radius: 2px;
}

.backtotop svg {
	width: 28px;
	height: 22px;
	margin-bottom: -8px;
}

.backtotop svg path {
	stroke: #fff;
}




/* star */
#button-contact-vr {
	bottom: 74px;
	right: 12px;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 99999;
	display: none;
}
.button-action {
	position: relative;
	z-index: 4;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	background: #2eb24e;
	box-shadow: 0 4px 8px rgb(231 125 125 / 92%);
	/* animation: zoom 1.3s infinite; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.button-action svg {
	fill: #ffffff;
	width: 38px;
	height: 44px;
	margin-top: 8px;
}
.button-action .svgico path{stroke: #fff;}
.button-action .svgico--close{
	position: absolute;
	/* opacity: 0; */
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}
.button-action .svgico--close svg{
    width: 37px;
    height: 37px;
}
.button-action:not(.is-show) .svgico--close{
	opacity: 0;
}
.button-action.is-show .svgico>svg:first-child{
	/* opacity: 0; */
}
#gom-all-in-one {
	position: absolute;
	bottom: 115%;
	right: 0;
	background: #f5f6fa;
	width: 349px;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	display: none;
	overflow: hidden;
}

#gom-all-in-one li {
	padding: 10px 9px;
}

#gom-all-in-one li:not(:last-child) {
	/* border-bottom: 1px solid #ecedf1; */
	box-shadow: 0 1px 0 0 #fff;
}

#gom-all-in-one a {
	gap: 10px;
	flex-wrap: wrap;
	font-size: 18px;
}

#gom-all-in-one .icon {
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 0;
	background: #3d7fac;
}

#gom-all-in-one .icon-phone {
	background: red;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}
.widget.box-footer-item-2 {
    padding-left: 25px;
}
.widget h3:before {
    content: "";
    width: 80%;
    height: 2px;
    background: #fff;
    bottom: 0;
    position: absolute;
}

.widget.widget_tripguide_social_links h3:before {
    content: "";
    background: none;
}
ul#gom-all-in-one .icon img {
    width: 36px;
    height: 36px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
}

#gom-all-in-one span.txt {
    flex: 1;
}
.addThis_close svg {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.addThis_close {
    padding: unset;
    margin: unset;
    height: unset;
}







@media(min-width:990px){
	div#button-contact-vr {
		display: none;
	}
}

@media(max-width:990px){
	.support-bottom {
		/* display: none; */
	}
	
	div#topcontrol {
		/* display: none 
		!important; */
	}
	
	.hotline-phone-ring-wrap {
		display: none;
	}
}
@media (max-width: 768px) {
	.info-sections {
		grid-template-columns: 1fr;
		gap: 5px;
		display: block !important;
	}

	.footer-content {
	}

	.hospital-name h1,
	.hospital-name h2 {
		font-size: 18px;
	}

	.hospital-full-name {
		font-size: 16px;
	}
}

.contact-info li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #000;
	left: -15px;
	top: 9px;
}

.logo-container img {
	height: 61px;
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.svgico {
    animation: iconSkew 1s infinite 
ease-out;
}
.button-action:before {
    position: absolute;
    content: '';
    height: 59px;
    width: 59px;
    left: 0;
    top: 0;
    background: #2eb24e;
    border-radius: 50%;
    animation: euiBeaconPulseSmall 2s infinite 
ease-out;
}
@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: 0.6
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.4);
        opacity: 0
    }
}
.support-bottom a i {
    background-size: cover;
    background-position:center
}

.fix_appoint {
    position: fixed;
    z-index: 99;
    right: 13px;
    bottom: 251px;
    top: initial !important;
}
.fix_appoint span {
    position: relative;
    background: #28b24b;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 26px;
    border-radius: 6px;
    opacity: 0;
    transform: translateX(127px);
    transition: all 0.5s;
    display: inline-block;
    z-index: 1;
}
.fix_appoint:hover span {
    opacity: 1;
    transform: translateX(3px);
}
.fix_appoint img {
    position: relative;
    max-width: 50px;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: playx 1.5s 
ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
}

@keyframes playx {
    0% {
        transform: scale(1) skew(1deg)
    }

    10% {
        transform: scale(1) skew(1deg)
    }

    20% {
        transform: scale(1) skew(1deg);
        box-shadow: 0 0 0 5px rgba(40,178,75,0.33),0 0 0 10px rgba(40,178,75,0.33)
    }

    30% {
        transform: scale(1) skew(1deg)
    }

    40% {
        transform: scale(1) skew(1deg)
    }

    50% {
        transform: scale(1) skew(1deg);
        box-shadow: 0 0 0 5px rgba(40,178,75,0.33),0 0 0 10px rgba(40,178,75,0.33),0 0 0 15px rgba(40,178,75,0.33)
    }

    100% {
        transform: scale(1) skew(1deg)
    }
}

.hotline-phone-ring-wrap {
    display: none;
}
.info-section h2 {
    font-size: 17px;
}
.btn_appointment {
    display: flex;
    align-items: center;
}
@media(max-width:300px){
	.info-section ul strong {
		display: block;
	}
}
@media(max-width:990px){
	.footer-bottom {
		font-size: 13px !important;
		padding: 10px;
	}
}