input:focus {
	outline: none;
}

input:focus-visible {
	outline: none;
}

body {
	min-height: 100vh;
}

.commitment-section {
	background: #1aace3;
	padding: 26px 0 5px;
	color: white;
}

textarea:focus-visible {
	outline: none;
}


.footer {
	position: sticky;
	top: 100%;
	/* background: linear-gradient(35deg, #ff9800b3, #f44336f2); */
	background: linear-gradient(135deg, var(--color-main3), var(--color-main4));
	z-index: 1;
}
.footer::before{
	background: #2f2585eb;
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.footer-top {
	padding: 60px 0 40px 0;
}

.footer-top__row {
	gap: 30px 0;
	--gutter: 15px;
}

.footer-logo {
	/* margin-bottom: 10px; */
	line-height: 0;
}

.footer-logo img {
	max-width: 215px;
}
.footer-address{
	word-break: break-all;
}
.footer-address h2,
.footer-content h2 {
	margin-bottom: 15px;
	font-size: 21px;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: white;
}

.footer-content h2::after, .footer-address h2::after{
	content: "";
    position: absolute;
    background: #FFFFFF1A;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.footer-address p:not(:last-child),
.footer-content p:not(:last-child) {
	margin-bottom: 5px;
}

.footer-content,
.footer-address {
	color: #e5e5e5;
}

.footer-address ul li img {
	margin-bottom: -6px;
}

.footer-address ul li:not(:last-child) {
	margin-bottom: 5px;
}

.footer-content ul {
	margin-left: 20px;
}

.footer-content ul li {
	list-style: disc;
}

.footer-content ul li:not(:last-child) {
	margin-bottom: 5px;
}

.footer-content a {
	color: inherit;
}

.footer-form {
	position: relative;
	margin-top: 15px;
}

.footer-form__input {
	width: 100%;
	height: 50px;
	border-radius: 0;
	padding: 5px 15px 5px 15px;
	background: #efefef;
	font-size: 15px;
	font-weight: 300;
	font-family: inherit !important;
}

.footer-form__input::placeholder {
	color: black;
}

.footer-form__btn {
	padding: 5px;
	width: 100%;
	height: 45px;
	/* position: absolute; */
	margin-top: 10px;
	border-radius: 0;
	right: 6px;
	top: 4px;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #007f3d 10%, #8fc75c 100%);
	color: white;
}

.footer-social {
	line-height: 1;
}

.footer-social ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-social ul img {
	width: 40px !important;
}

.footer-bottom a {
	color: inherit;
}

.footer-bottom__flex {
	padding: 20px 20px;
	gap: 10px 20px;
	/* color: white; */
	align-items: center;
	color: #999;
	background: white;
	border-radius: 10px 10px 0 0;
}

.footer-bottom__flex a {
	
	/* font-size: 14px; */
}

.social-icons ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

/* .footer-bottom__right ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
} */
/* 
.footer-bottom__right ul li {
	list-style: disc;
	margin-left: 15px;
} */

@media (max-width: 1440px) {
	.footer-address h2, .footer-content h2{
		font-size: 20px;
	}
	.footer-top__row{
		--gutter: 10px;
	}
}
@media (max-width: 768px) {
	.footer-top {
		padding: 35px 0 20px;
	}
}

.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 37px;
	right: -24px;
	z-index: 998;
}

.hotline-phone-ring-wrap:hover .hotline-bar {
	width: 180px;
	opacity: 1;
}

.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: 0;
	opacity: 0;
	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; */
	right: 36px;
	bottom: 37px;
	/* text-align: left; */
	padding-right: 56px;
	overflow: hidden;
	transition: all .3s ease-in;
}

.hotline-bar>a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	text-indent: 40px;
	/* display: block; */
	letter-spacing: 1px;
	line-height: 38px;
}
.sec-partner {
	padding: 30px 0;
}
.item-book-one {
	border: solid 1px #eee;
	text-align: center;
	margin:10px 5px 0 5px;
	border-radius: 10px;
}
.item-book-one .images {
	padding: 5px;
}
.item-book-one p {
	min-height: 45px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	border-radius: 0 0 10px 10px;
	padding: 5px;
	line-height: 1.2;
	background: #eee;
}



@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:992px) {

	.hotline-bar {
		display: none;
	}

	.support-bottom {
		box-shadow: none;
		border-top: none;
	}

	.footer .logo-section {
		width: 100%;
	}
}

@media(max-width:767px) {
	.footer-bottom__flex {
		/* flex-direction: column-reverse; */
		justify-content: center;
		align-items: center;
	}

	.footer-bottom__right ul {
		justify-content: center;
	}
}

.support-bottom {
	width: 50px;
	bottom: 110px;
	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;
}
.btn-float-container>a{
	position: relative;
	display: block;
	z-index: 1;
	animation: ani2 1.3s infinite ease-in-out;
}
.btn-float-container>a::after{
	content: "";
	width: 70px;
	height: 70px;
	background: var(--color-main4);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	animation: play-anim 1.3s infinite ease-in-out;
	z-index: -1;
}
@keyframes play-ani {
	0% {
		transform: rotate(0) translate(-50%, -50%) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) translate(-50%, -50%) scale(0.7) skew(1deg);
		opacity: 0.7;
	}

	100% {
		transform: rotate(0) translate(-50%, -50%) scale(1) skew(1deg);
		opacity: 0.1;
	}
}
@-webkit-keyframes ani2 {
	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);
	}
}
.support-bottom .button-messenger {
	background-image: url(../images/icon-messenger.svg);
	background-size: 90% 90% !important;
	background: #347bb4;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

.support-bottom .button-zalo {
	background-image: url(../images/icon-zalo.svg);
	background-size: 100% 100% !important;
}

.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;
}

.above-footer1:before {
	content: "";
	position: absolute;
	background: url(../images/7123.png);
	background: #f1B428;
	width: 100%;
	height: 100%;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	opacity: 0.3;
	top: 0;
	background-position: center;
}

.above-footer .row {
	position: relative;
}

.box-footer-colore p a {
	color: #666 !important;
}

.links iframe {
	width: 100%;
	height: 195px;
	border-radius: 5px;
}

.urlink_foooter ul li {
	list-style: disc !important;
	margin-left: 20px;
	line-height: 1.8;
	font-size: 15px;
}



.back_to_top {
	display: inline-block;
	position: fixed;
	bottom: 10px;
	right: 38px;
	background: linear-gradient(52deg, rgb(207 158 29 / 75%) 10%, rgb(255, 215, 0) 47%, rgb(203 165 12 / 75%) 81%);
	/* padding: 10.5px 15px; */
	border-radius: 50px;
	z-index: 99;
	overflow: hidden;
}

.back_to_top a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back_to_top span {
	display: inline-block;
	float: left;
	line-height: 27px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	transition: 0.5s;
	/* width: 0; */
}

.back_to_top img {
	width: auto;
	/* float: left; */
}


.back_to_top svg {
	height: 30px;
	fill: #fff;
	color: #fff;
}
