.footer {
	background-color: #2252a1;
	color: #999;
	padding: 60px 0 0 0;
	font-size: 14px;
	line-height: 1.6;
}

.footer-content {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 30% 29% 17% 1fr;
	gap: 40px;
	padding: 0 0px 40px 0px;
}

.footer-section h3 {
	color: #fff;
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
}

.logo {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.logo-icon {
	width: 30px;
	height: 30px;
	background-color: #c4965f;
	margin-right: 10px;
	position: relative;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.logo-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-color: #2c2c2c;
	border-radius: 50%;
}

.brand-name {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
}

.brand-subtitle {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 40px;
}

.footer-section ul {
	list-style: none;
}

.footer-section ul li {
	margin-bottom: 3px;
}

.footer-section ul li a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
}

.footer-section ul li a:hover {
	color: #c4965f;
}

.footer-section ul li a::before {
	/* content: ''; */
	width: 6px;
	height: 6px;
	background-color: #c4965f;
	border-radius: 50%;
	margin-right: 10px;
}

.social-links ul {
	display: flex;
	gap: 4px;
}

.social-links a {
	width: 40px;
	height: 40px;
	/* background-color: #404040; */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-links a:hover {
	color: #fff;
}

.contact-info {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.contact-info .icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: #c4965f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}

.newsletter-form {
	margin-top: 20px;
	position: relative;
	border: 1px solid transparent;
}

.newsletter-form input[type="email"] {
	width: 100%;
	padding: 14px;
	background-color: #ffffff;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	border: 1px solid #ffffff12;
}

.newsletter-form input[type="email"]::placeholder {
	color: #999;
}

.newsletter-form button {
	background-color: #2252a1;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	transition: background-color 0.3s ease;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.newsletter-form button:hover {
	background-color: #b8894d;
}

.newsletter-form .checkbox-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.newsletter-form input[type="checkbox"] {
	margin-right: 10px;
}

.newsletter-form label {
	font-size: 12px;
	color: #999;
}

.footer-bottom {
	padding: 10px 0;
	text-align: center;
	color: #666;
	font-size: 12px;
	background: #09357d;
}

.footer-bottom-content {
	padding: 0 20px;
	font-size: 16px;
	color: #ffffff;
}

.footer-section h2 {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 300;
}

.footer-section p {
	padding-bottom: 3px;
	color: #fff;
}
.social-links {
margin-top: 10px;
}
.footer-section p a {
	color: #ADADAD;
	margin-left: 10px;
	display: inline-block;
}
.footer-section ul li {display: flex;gap: 0px 5px;color: #fff;font-size: 15px;}

.footer-section ul li a {flex: 1;display: inline-block;font-size: 15px;}
.footer-section.section3 ul li {
align-items: start;
}

.footer-section.section3 ul li img {
margin-top: 5px;
}
.logo img {
height: 100px;
width: auto;
}

.footer-section ul li img {object-fit: contain;}


.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 (min-width: 980px) {
	.support-bottom {
		box-shadow: none;
		border-top: none;
	}
  }
  .support-bottom {
	width: 50px;
	bottom: 45px;
	right: 10px;
	position: fixed !important;
	z-index: 99999999;
	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;
	background-repeat: no-repeat;
	background-size: contain;
	}
  .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;
  }
  
  
  .footer-section h3:before {
    content: "";
    position: absolute;
    width: 51%;
    height: 3px;
    background: #fff;
    bottom: 0;
}
@media(max-width:990px) {
	.hotline-phone-ring {
		left: unset;
		right: 0;
	}
	
	.hotline-phone-ring-wrap {
		left: unset;
		right: -23px;
	}
	
	.support-bottom {
		bottom: 10px;
	}
	.hotline-bar {
		display: none;
	}
	.footer-section .logo img {
		height: 54px;
	}

	.footer {
		padding-top: 30px;
	}
}

@media (max-width: 768px) {
	.footer-content {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.footer-section {
	font-size: 16px;
	color: #fff;
}

.brand-name img {
	padding: 0px 20px 0px;
}

.contact-info span {
	flex: 1;
}