.footer-container-box .footer-section {
	background: linear-gradient(135deg, rgba(10, 50, 40, 0.95), rgba(20, 70, 60, 0.95)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23164d40" width="1200" height="800"/></svg>');
color: white;
    padding: 21px 0px 0px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .contact-mobile-bottom {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #016275;
        right: 0;
        z-index: 999;
        padding: 5px 10px;
    }
    .contact-mobile-bottom ul {
        margin: 0;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
    }
    .contact-mobile-bottom ul li {
        margin: 0;
    }
    .contact-mobile-bottom a {
        color: #fff;
    }
    .contact-mobile-bottom ul img {
        max-width: 32px;
        margin-bottom: 0;
    }

.footer-container-box .footer-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.footer-container-box .content-wrapper {
	display: flex;
	gap: 40px;
	align-items: start;
	margin-bottom: 50px;
}

.footer-container-box .stats-section {
	flex: 1;
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-container-box .stat-box {
	text-align: center;
	position: relative;
	width: 24%;
}

.footer-container-box .stat-box::before,
.footer-container-box .stat-box::after {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(0, 255, 200, 0.6);
}

.footer-container-box .stat-box::before {
}

.footer-container-box .stat-box::after {
	bottom: -2px;
	right: -2px;
	border-left: none;
	border-top: none;
}

.footer-container-box .stat-label {
	font-size: 13px;
	color: #00ffc8;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.footer-container-box .stat-value {
	font-size: 42px;
	font-weight: bold;
	color: #00ffc8;
	line-height: 1;
}

.footer-container-box .stat-unit {
	font-size: 16px;
	color: #00ffc8;
	margin-top: 5px;
}

.footer-container-box .stat-note {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 8px;
}

.footer-container-box .form-section {
	flex: 1;
	max-width: 500px;
}

.footer-container-box .form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 15px;
}

.footer-container-box .form-group {
	display: flex;
	flex-direction: column;
}

.footer-container-box .form-group.full-width {
	grid-column: -1;
}

.footer-container-box input[type="text"],
.footer-container-box input[type="email"],
.footer-container-box textarea {
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	transition: all 0.3s;
}

.footer-container-box input:focus,
.footer-container-box textarea:focus {
	outline: none;
	border-color: #00ffc8;
	background: white;
}

.footer-container-box textarea {
	resize: vertical;
	min-height: 80px;
}

.footer-container-box .checkbox-group {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 15px 0;
}

.footer-container-box .checkbox-group input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.footer-container-box .checkbox-group label {
	font-size: 13px;
	cursor: pointer;
}

.footer-container-box .recaptcha {
	margin: 15px 0;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
	text-align: center;
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-container-box .submit-btn {
	background: #00ffc8;
	color: #0a3228;
	border: none;
	padding: 12px 40px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.3s;
	display: block;
	margin: 0 auto;
}

.footer-container-box .submit-btn:hover {
	background: #00d4a8;
	transform: translateY(-2px);
}

.footer-container-box .divider {
	background: url(https://evergreen-bacgiang.com/wp-content/uploads/2021/08/Vector-Smart-Object6-.1.png);
	position: relative;
	width: 100%;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
}

.footer-container-box .divider::after {
	border-radius: 50%;
}

.footer-container-box .footer-bottom {
	text-align: center;
}

.footer-container-box .logo-section {
	margin-bottom: 25px;
}

.footer-container-box .logo-icon {
    display: flex;
    justify-content: center;
}

.footer-container-box .logo-icon::before {}

.footer-container-box .logo-text {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 5px;
}

.footer-container-box .logo-subtitle {
	font-size: 11px;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
}

.footer-container-box .contact-info {
	margin: 20px 0 0px;
	line-height: 1.8;
	padding-bottom: 15px;
}

.footer-container-box .contact-info p {
	font-size: 14px;
	margin: 8px 0;
}

.footer-container-box .contact-info strong {
	color: #00ffc8;
}

.footer-container-box .hotline {
	font-size: 16px;
	font-weight: bold;
	color: #00ffc8;
}

.footer-container-box .copyright {
	padding-bottom: 20px;
	font-size: 13px;
	color: #fff;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.footer-container-box .copyright a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

.footer-container-box .float-buttons {
	position: fixed;
	left: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 1000;
}

.footer-container-box .float-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s;
	text-decoration: none;
}

.footer-container-box .float-btn:hover {
	transform: scale(1.1);
}

.footer-container-box .float-btn.zalo {
	background: #0068ff;
}

.footer-container-box .float-btn.phone {
	background: #f44;
	font-size: 20px;
}

@media (max-width: 968px) {
	.footer-container-box .content-wrapper {
		flex-direction: column;
	}

	.footer-container-box .stats-section {
		order: 2;
	}

	.footer-container-box .form-section {
		order: 1;
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.footer-container-box .footer-section {
		padding: 40px 0px 20px;
	}

	.footer-container-box .form-grid {
		grid-template-columns: 1fr;
	}

	.footer-container-box .stats-section {
		gap: 20px;
	}

	.footer-container-box .stat-box {
		/* min-width: 120px; */
		/* padding: 20px 25px; */
	}

	.footer-container-box .stat-value {
		font-size: 36px;
	}

	.footer-container-box .logo-text {
		font-size: 24px;
	}

	.footer-container-box .float-buttons {
		left: 10px;
		bottom: 10px;
	}

	.footer-container-box .float-btn {
		width: 45px;
		height: 45px;
	}
}

.box-footer-coppyright {
	background: #016275;
}

.copyright {
	display: flex;
	justify-content: space-between;
}

.content-footer-top {
	text-align: center;
	padding-bottom: 38px;
	font-size: 15px;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 10px;
    left: -15px;
    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: .5;
}
.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%;
}


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

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

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .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: linear-gradient(to right,#ff3d3d,#ff3d3d);
    height: 40px;
    width: 180px;
    line-height: 40px;
    padding: 0 10px;
    background-size: 100%;
    transition: all .8s;
    -webkit-transition: all .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 #fff;
    left: 32px;
    bottom: 37px;
    text-align: end;
}

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

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

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

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

.section-icon-zalo .hotline-phone-ring-wrap {
    bottom: 95px;
}


.back-to-top {position: fixed;right: 20px;z-index: 9;width: 45px;height: 45px;bottom: 39px;border: 2px solid #446084;}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top {
    display: none;
}
.section-icon-zalo .hotline-phone-ring-circle {
    border: 2px solid #2294f2;
}

.section-icon-zalo .hotline-phone-ring-circle-fill {
    background-color: #2294f2;
}

.section-icon-zalo .hotline-phone-ring-img-circle {
    background-color: #2294f2;
}
.back-to-top.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
i.icon-angle-up svg {
    width: 35px;
    height: 35px;
    margin-top: 6px;
}

@media(max-width:990px){
	.hotline-phone-ring-wrap {
    display: none;
}

	.contact-mobile-bottom {
		display: block;
	}
}

@media(max-width:768px){ 
    .footer-container-box .copyright {
            padding-bottom: 90px;
    }

    .back-to-top {
            bottom: 75px;
    }
}