.commitment-section {
	background: var(--color-main);
	padding: 26px 0 5px;
	color: white;
}

#button-contact-vr {
	bottom: 55px;
	left: unset;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 99999;
	/* display: none; */
	right: 0;
  }
  
  #gom-all-in-one #viber-vr {
	transition: 1.3s all;
	-moz-transition: 1.3s all;
	-webkit-transition: 1.3s all;
  }
  
  #button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
  }
  
  #button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility 0.5s;
	left: 0;
	bottom: 0;
	display: block;
  }
  
  #viber-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, 0.7);
  }
  
  .phone-vr-circle-fill {
	width: 60px;
	height: 60px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
  }
  
  #button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility 0.5s;
	left: 0;
	bottom: 0;
	display: block;
	opacity: 0.9;
  }
  
  .phone-vr-img-circle a {
	display: block;
	line-height: 37px;
  }
  
  .phone-vr-img-circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
  }
  
  #gom-all-in-one #zalo-vr {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
  }
  
  #button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
  }
  
  #zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, 0.7);
  }
  
  #gom-all-in-one #phone-vr {
	transition: 0.7s all;
	-moz-transition: 0.7s all;
	-webkit-transition: 0.7s all;
  }
  
  #phone-vr .phone-vr-circle-fill {
	opacity: 0.7;
	box-shadow: 0 0 0 0 #dd2223;
  }
  
  .phone-bar a,
  #phone-vr .phone-vr-circle-fill,
  #phone-vr .phone-vr-img-circle,
  #phone-vr .phone-bar a {
	background-color: #dd2223;
  }
  
  .phone-bar a,
  #phone-vr .phone-vr-circle-fill,
  #phone-vr .phone-vr-img-circle,
  #phone-vr .phone-bar a {
	background-color: #dd2223;
  }
  
  #phone-vr .phone-vr-circle-fill {
	opacity: 0.7;
	box-shadow: 0 0 0 0 #dd2223;
  }
  
  .phone-vr-img-circle {
	background-color: #e60808;
	width: 33px;
	height: 34px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
  }
  
  #zalo-vr .phone-vr-img-circle {
	background-color: #2196f3;
  }
  
  #viber-vr .phone-vr-img-circle {
	background-color: #2196f3;
  }
  
  @-webkit-keyframes phone-vr-circle-fill {
	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);
	}
  }
  p.child-name {
	line-height: unset;
  }
  
  p.child-name {
	line-height: unset !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
  }
  @-webkit-keyframes zoom {
	0% {
	  transform: scale(0.9);
	}
  
	70% {
	  transform: scale(1);
	  box-shadow: 0 0 0 15px transparent;
	}
  
	100% {
	  transform: scale(0.9);
	  box-shadow: 0 0 0 0 transparent;
	}
  }
  
  @keyframes zoom2 {
	0% {
	  transform: scale(0.9);
	}
  
	70% {
	  transform: scale(1);
	  box-shadow: 0 0 0 15px transparent;
	}
  
	100% {
	  transform: scale(0.9);
	  box-shadow: 0 0 0 0 transparent;
	}
  }
  
  @keyframes zoom {
	0% {
	  transform: scale(0.9);
	}
  
	70% {
	  transform: scale(1);
	  box-shadow: 0 0 0 15px transparent;
	}
  
	100% {
	  transform: scale(0.9);
	  box-shadow: 0 0 0 0 transparent;
	}
  }
textarea:focus-visible {
	outline: none;
	border: none;
}

.footer-section.section-content4 ul li a:hover {
	color: var(--color-main);
}

.footer-section p a:hover {
	color: var(--color-main);
}

.footer-section h2 {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 0px 6px;
	position: relative;
	padding-bottom: 10px;
}

.footer-section h2::before {
	content: "";
	width: 35px;
	background: white;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer-section p {
	line-height: 2.4;
	font-size: 15px;
}

.footer-section.section-content3 {
	width: 19%;
}

.footer-section p a {
	color: #fff;
	font-size: 15px;
}

.commitment-section .commitment-title {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.commitment-section .commitment-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
	gap: 40px;
	margin-bottom: 30px;
}

.commitment-section .commitment-item {
	text-align: center;
	padding: 30px 20px;
	background: #FFF;
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	COLOR: #000;
}

.commitment-section .commitment-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.commitment-section .commitment-icon {
	font-size: 3rem;
	margin-bottom: 20px;
	color: #00d4ff;
}

.commitment-section .commitment-title-item {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.commitment-section .commitment-desc {
	font-size: 14px;
	opacity: 0.9;
	line-height: 1.5;
}

.footer {
	color: white;
	padding: 60px 0 90px;
}

.footer .footer-content {
	display: flex;
	gap: 15px;
	margin-bottom: 40px;
}

.footer .footer-section h3 {
	color: #00d4ff;
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer .logo-section {
	text-align: center;
	width: 25%;
}

.footer .logo {
	font-size: 2.5rem;
	font-weight: bold;
	color: #00d4ff;
	margin-bottom: 5px;
	display: block;
}

.footer .slogan {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 17px;
	color: #b0b0b0;
}

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

.social-icons ul {
	display: flex;
	flex-wrap: wrap;
}

.footer .social-icon {
	width: 45px;
	height: 45px;
	background: var(--color-main);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
}

.footer .social-icon:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}

.footer .company-info p,
.footer .quick-menu a {
	margin-bottom: 12px;
	display: block;
	color: #c0c0c0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer .company-info p i,
.footer .quick-menu a i {
	color: #00d4ff;
	margin-right: 10px;
	width: 20px;
}

.footer .quick-menu a:hover {
	color: #00d4ff;
	padding-left: 10px;
}

.footer .working-hours {
	background: rgba(0, 212, 255, 0.1);
	padding: 20px;
	border-radius: 10px;
	border-left: 4px solid #00d4ff;
	margin-top: 20px;
}

.footer .working-hours h4 {
	color: #00d4ff;
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 600;
}

.footer .working-hours p {
	margin-bottom: 8px;
	font-size: 13px;
}

.footer .footer-bottom {
	border-top: 1px solid #eeeeee4a;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
}

.footer .logo img {
	height: 140px;
	margin: 0;
}

.footer .working-hours h4 i {
	margin-right: 10px;
}

.footer-section {
	width: 36%;
}

.footer-section.section-content4 {
	width: 20%;
}

.footer-section.section-content3 img {
	margin-bottom: -5px;
	margin-right: 5px;
}

.footer-section img {
	margin-bottom: -5px;
	margin-right: 5px;
}

.footer-section.section-content4 ul li a {
	color: #fff;
	display: inline-block;
	padding: 5px 0px;
	font-size: 15px;
}

.footer-section.section-content4 ul li {
	list-style: disc;
	margin-left: 17px;
}

@media (max-width: 768px) {
	.box-member-couter-products {
		position: unset;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.footer-section {
		width: 100% !important;
	}

	.commitment-title {
		font-size: 2rem;
	}

	.commitment-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.footer-content {
		grid-template-columns: 1fr;
		flex-wrap: wrap;
	}

	.social-icons {
		justify-content: center;
	}
}

.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: 180px;
	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: 33px;
	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: 38px;
}







@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);
	background-repeat: no-repeat !important;
	background-size: contain !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;
}
a#callnowbutton {
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
    left: 0;
    height: 60px;
    position: fixed;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: flex;
    z-index: 9999999;
    bottom: 0;
    gap: 0px 10px;
}
a#callnowbutton span {
    font-size: 16px;
}

a#callnowbutton img {
    height: 29px;
    width: auto;
}
@media(min-width:990px){
	a#callnowbutton{
		display: none;
	}
}