.absolute-footer {
  display: none !important;
}

footer h2 {
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px;
}

footer {
  background-color: #0e0d13;
}

footer .list-social {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0px;
  margin-top: 23px;
}
footer .list-social li {
  margin-left: 0px !important;
}

footer .list-social li img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

footer .footer-top h2 {
  margin-bottom: 8px;
  font-family: "Cookie", sans-serif;
}

footer .col-center .icon-box {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

footer .col-center .icon-box:last-child {
  margin-bottom: 0px;
}

footer .col-center .icon-box .icon-box-img {
  width: 30px !important;
  height: 30px;
}
footer .col-center .icon-box .icon-box-img img {
  height: 100%;
  padding-top: 0px;
}

footer .col-center .icon-box .icon-box-text {
  font-size: var(--fz-15);
  font-weight: 400;
  line-height: 23px;
  color: var(--text-white);
}
footer .col-center .icon-box h3 {
  font-size: var(--fz-15);
  font-weight: 800;
  margin-bottom: 0px;
  text-decoration-line: underline;
  color: var(--text-white);
}

footer .col-right ul {
  margin-bottom: 0px;
}

footer .col-right ul li {
  margin-left: 0px !important;
  margin-bottom: 0px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

footer .col-right ul li span {
  font-size: var(--fz-15);
  line-height: 23px;
  font-weight: 400;
  color: var(--text-white);
}

footer .col-right ul li span.last {
  font-weight: 700;
}
footer .wrap-map {
  margin-top: 8px;
}
footer .wrap-map iframe {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

footer .footer-bottom .box {
  border-top: 1px solid rgb(120 120 120);
  padding-top: 15px;
  padding-bottom: 15px !important;
}

footer .footer-bottom .box * {
  color: #787878;
  font-size: var(--fz-15);
  line-height: 23px;
  font-weight: 400;
}
footer .footer-bottom .box strong {
  font-weight: 700;
}

.fixed-tool {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}
.fixed-tool .item a {
  color: var(--text-black);
  font-size: var(--fz-16);
  line-height: 24px;
  text-transform: capitalize;
  padding: 7px 14px 7px 14px;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  background-image: linear-gradient(90deg, #89cfec 0, #bde7f6 50%, #89cfec);
  width: fit-content;
}

/* @media (max-width: 1023.99px) {
	footer .footer-top .wrap-top {
		display: grid;
		justify-content: center;
	}
	footer .footer-top .col-left,
	footer .footer-top .col-right,
	footer .footer-top .col-center {
		max-width: 100% !important;
	}
}

@media (max-width: 567px) {
	footer .footer-top .wrap-top {
		display: block;
	}
} */
