.tm-purchase-floating-box {
    position: fixed;
    top: 50%;
    right: 0;
    margin: -89px 0 0;
    z-index: 99999;
}
.tm-purchase-floating-box>a {
    background: #fff;
    margin: 5px 0;
    border-radius: 5px 0 0 5px;
    transform: translate(169px);
}
.tm-floating-box-icon {
    display: flex
;
    position: relative;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-left: 12px;
}
.tm-floating-box-icon {
    align-items: center;
}
.tm-floating-box-icon {
    border: 1px solid #cdcdcd;
}
.tm-floating-box-icon img {
    width: 30px;
    height: 30px;
}
.tm-purchase-floating-box .quantily {
    position: absolute;
    top: 3px;
    left: -10px;
}
.tm-purchase-floating-box .quantily span {
    width: 20px;
    height: 20px;
    background: #bd893d;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

input::focus{
    outline: none;
}
input:focus-visible{
    outline: none;
  border:none;
}
.commitment-section {
	background: #1aace3;
	padding: 26px 0 5px;
	color: white;
}
textarea:focus-visible{
    outline: none;
  border:none;
}
.footer-section.section-content4 ul li a:hover {
    color: #1aace3;
}
.footer-section.section-content3 ul li a {
    color: #fff;
}
.footer-section p a:hover {
    color: #1aaae0;
}
.footer-section h2 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 0px 6px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}

.footer-section p {
    line-height: 2.4;
}
.footer-section.section-content3 {
    width: 19%;
}
.footer-section p a {
    color: #fff;
}
.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: #e0e0e0;
	padding: 60px 0 10px;
	background: linear-gradient(49deg, rgba(105, 116, 120, 1) 14%, #7e878c 64%, rgb(128 136 139) 96%);
}

.footer .footer-content {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	padding-top: 30px;
}

.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: 15px;
	margin-top: 12px;
}

.footer .social-icon {
	width: 45px;
	height: 45px;
	background: #1aace3;
	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 #333;
	padding-top: 15px;
	text-align: center;
	color: #888;
	font-size: 14px;
	background-color: #fff;
}
.footer .logo img {
    height: 99px;
    object-fit: none;
}
.footer .working-hours h4 i {
    margin-right: 10px;
}
.footer-section {
    width: 38%;
}
.footer-section.section-content4 {
    width: 18%;
}
.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;
}

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

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

}