footer {
  background-color: #8da88d;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer-inner {
  position: relative;
}

.list-unstyled li {
  padding: 0px 0px 4px 0px;

  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  align-items: center;
  color: black;
}

.list-unstyled li a {
  color: rgb(0, 0, 0);
}

.list-unstyled li .contact_site {
  margin-left: 4px;
}

.news-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 35px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.subscribe-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 470px;
  margin: auto;
  border-bottom: 2px solid #fff;
}

.subscribe-form #newsletter_usr_email {
  border: none;
  background: transparent;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  color: white;
  width: 100%;
}

.news .subscribe-btn {
  border: none;
  font-size: 16px;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: white;
  position: absolute;
  right: 0;
}

.news .title-text {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 41px;
  text-transform: capitalize;
  color: white;
  text-align: center;
}


.footer-center ul.list-unstyled {
  display: flex;
  text-align: center;
  padding: 20px 0px;
  justify-content: center;

}

.footer-center ul.list-unstyled a {
  margin: 0px 25px;
}

.footer-logo a img {
  height: 95px;
  width: unset;
  margin-bottom: 14px;
}

.footer .desc p {
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.footer_bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  top: 0;
  opacity: 0.2;
}

.footer_bottom {
  padding: 28px 0;
  position: relative;
}
.social-media {
  display: flex;
  justify-content: left;
  margin-top: 1px;
  padding-left: 15px;
}

.social-media a {
  /* height: 30px; */
  /* width: 30px; */
  line-height: 30px;
  border-radius: 0px;
  color: black;
  text-align: center;
  display: block;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media a svg {
  fill: white;
  height: 15px;
}

.social-media a:nth-child(5n+1) {
  /*! background: #3b5998; */
}

.social-media a:nth-child(5n+2) {
  /*! background: #00acee; */
}

.social-media a:nth-child(5n+3) {
  /*! background: #c4302b; */
}

.social-media a:nth-child(5n+4) {
  background: #db3236;
}

.social-media a:nth-child(5n+5) {
  background: #c8232c;
}

.footer-powered-bottom p {
  padding-bottom: 0px;
  margin: 0;
  font-size: 14px;
  color: white;
}

.footer-powered-bottom p a {
  color: white;
}
.footer-left-news h3 {
  text-transform: uppercase;
  font-weight: 500;
}

footer.pd-section-top.p-relative {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  !i;!;
  background: url(https://www.authorityhacker.com/wp-content/uploads/2024/02/Blue-Heading-Blur.svg) 100% 26% / cover no-repeat, linear-gradient(to left, #005caa 0%, #005caa 100%) !important;!i;!;
}
.text-pages-footers ul li a svg {
  width: 20px;
  height: 20px;
  fill: #cbd5e1;
}

.text-pages-footers ul li a svg path {
  fill: #cbd5e1;
}

.footer-left-news {
  color: #fff;
}

.actionable ul {
  display: flex;
  padding-top: 15px;
  justify-content: center;
}

.actionable ul li {
  padding-right: 15px;
}

.text-pages-footers p {
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #eee;
}

.text-pages-footers h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-pages-footers {
  text-align: center;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: #0000006e;
  bottom: 0;
  right: 0;
}

.modal-content {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0;
}

.newsletter-wrap {
  border-radius: 5px;
  position: relative;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-content {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 60px;
  float: unset;
  width: 100%;
  background-color: #ffffff75;

}

.newsletter-content-innner h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #005caa;
}

.newsletter-content-innner p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 30px;
  color: var(--primary-color);
}

.newsletter-content-innner .newsletter_usr_popup_email {
  width: 100%;
  height: 40px;
  border: none;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  color: var(--primary-color);
  background: white;
}

.frmnewsletterpopup button {
  margin-top: 20px;
}

.frmnewsletterpopup button {
  padding: 10px 30px;
  text-transform: capitalize;
  color: white;
  background: #005caa;
  margin-top: 20px;
  position: relative;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
}

.newsletter-content-bottom label {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-left: 10px;
}

.newsletter-btn-close.close {
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  opacity: 1;
  font-size: 10px;
  text-shadow: none;
  border-radius: 5px;
  position: absolute;
  color: white;
  background: #005caa;
}

.newsletter-content-bottom {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.newsletter-popup .modal-dialog {
  margin: 20px auto;
  max-width: 600px;

}

.footer-title {
  margin: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  color: #005caa;
}
.footer-inner .ctnr{
  position: relative;
}

.social-media a img {
  width: 35px !important;
  height: 35px !important;
}
.box-model-footers ul li {
  padding-bottom: 9px;
    font-weight: 300;
}
.box-model-footers ul li a {
	color:#fff;
}

.box-ballot-footer-author {
  text-align: center;
}

.box-ballot-footer-author p {
  font-size: 15px;
  letter-spacing: .12em;
  font-weight: 300;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #eee;
}

.list-author ul {
  display: flex;
  justify-content: center;
}

.list-author ul li {
  padding-right: 10px;
}

.list-author ul li a {
  font-size: 13px;
  color: #9ca3af;
}

.footer-inner {
  padding-bottom: 20px;
}


















#button-contact-vr {
  bottom: 10px;
  left: 10px;
  margin: -10px;
  transform: scale(0.8);
  margin-bottom: 0px !important;
  position: fixed;
  z-index: 99999;
}

#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 .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: 65px;
  height: 65px;
  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 .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: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.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: 40px;
  height: 40px;
  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);
  }
}

@-webkit-keyframes zoom {
  0% {
      transform: scale(.9)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

@keyframes zoom2 {
  0% {
      transform: scale(.9);
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

@keyframes zoom {
  0% {
      transform: scale(.9)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

#phone-vr span{
  position: absolute;
  background: #b11112;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  padding: 10px 12px 10px;
  border-radius: 4px;
  /* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17); */
  margin-right: 10px;
  width: 168px;
  left: 100%;
  top: 30%;
}
#phone-vr span::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ba0000 transparent transparent;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.bg-footer-bottom-backtop {
  display: none;
}

.wrapper.home.header-bg .bg-footer-bottom-backtop {
  display: block;
}

.wrapper.home.header-bg .bg-footer-bottom-backtop {
  display: block !important;!i;!;
}
a.backtop.show svg {
  width: 100%;
  height: 100%;
  transform: rotate(270deg);
}
.backtop.show {
  transition: all 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.backtop {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99;
  top: auto;
  width: 40px;
  height: 40px;
  display: flex;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
a.backtop.show svg rect {
  stroke: #005caa;
  fill: #005caa;
}
























.main-widget {
  position: fixed;
  left: 14px;
  bottom: 20px;
  z-index: 99;
  top: auto !important
}
.out-circle {
  overflow: hidden;
  padding: 17px;
  border-radius: 100%;
  background: linear-gradient(360deg, rgb(0 92 170) 0%, rgb(0 92 170) 100%);
  width: 60px;
  height: 60px;
}
.pregan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #003f32;
  z-index: -2;
  border-radius: 100%;
  opacity: 0.6;
  animation: zoomzoom 3s linear .2s infinite
}

.pregan:nth-child(1) {
  animation-delay: .5s
}

.pregan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(360deg, rgba(50, 53, 102, 1) 0%, rgba(24, 100, 171, 1) 100%);
  z-index: -2;
  border-radius: 100%;
  opacity: 0.6;
  animation: zoomzoom 3s linear .2s infinite
}

@keyframes zoomzoom {
  from {
      transform: scale(0)
  }

  to {
      transform: scale(1.2)
  }
}
.main-icon {
  line-height: 0;
  color: #fff;
  width: 100%;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}
.main-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-bottom: 5px
}

.main-icon p {
  font-size: 1rem;
  color: #fff;
  margin: 0px
}
.ser-icon {
  display: inline-flex;
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 0;
  padding: 10%;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  border-radius: 100%;
  color: #004e3e;
  width: 70%;
  height: 70%;
  margin: 15%;
  transition: .2s all
}

.unsee {
  opacity: 0;
  transform: scale(0)
}
.process {
  display: inline-flex;
  transform: translateX(0px);
  transition: 0.15s linear transform;
  line-height: 0;
}
.ser-icon .item {
  margin-right: 40px;
  width: 30px;
  height: 30px;
  color: #323566;
  display: flex;
  justify-content: center;
  align-items: center
}
.ser-icon .item svg {
  width: 25px;
  height: 25px;
  color: #323566;
}
.main-widget .item svg {
  fill: #323566;
}.def-content {
  position: absolute;
  bottom: 80px;
  left: 0;
  background: #fff;
  border-radius: 8px;
  transition: .2s all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  z-index: 1;
}
.def-content:before {
  position: absolute;
  bottom: -8px;
  left: 22px;
  right: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: '';
}
.def-content .def-header {
  background: linear-gradient(360deg, rgba(50, 53, 102, 1) 0%, rgba(24, 100, 171, 1) 100%);
  padding: 10px;
  border-radius: 8px 8px 0 0px;
  color: #fff;
  position: relative;
}
.def-content .item:last-child {
  margin-bottom: 0;
}
.def-content .def-header .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  left: initial;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: #244e8a;
  border-radius: 50%;
  text-align: center;
}
.def-content .item>a .img svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
}

.def-content .item svg {
  fill: #fff;
}
.main-widget .close-icon svg {
  width: 25px;
  height: 25px;
}
.def-content .item>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  transition: .3s linear all;
}
.def-content .item.phone>a .img {
  background: #4EB625;
}

.def-content .item>a .img {
  flex-grow: 0;
  flex: none;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff !important;
}
.def-content .item>a .detail {
  flex-grow: 1;
  line-height: normal;
}

.def-content .item.mess>a .img {
  background: #31ADFF;
}

.def-content .item.zalo>a .img {
  background: #0165f8;
}
.def-content .item.map>a .img {
  background: #d94234;
}
.def-content .item>a .detail .arcu-item-title {
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
  line-height: normal;
}
.main-widget .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 25px;
  top: 0;
  padding: 10px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 100%;
  transition: .2s all;
  transform: rotate(0);
  cursor: pointer
}
a.backtop.show svg rect {
  stroke: #005caa;
  fill: #005caa;
}


@media (max-width: 1200px) {
  footer {
    background-size: cover;
  }
}

@media (max-width: 992px) {
  .footer-left {
    margin-bottom: 20px;
  }

  .position-footer-bottom {
    display: block;
  }

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

  .footer-powered-bottom p {
    text-align: center;
    margin: 12px 0px;
  }

  .payment-link {
    display: flex;
    justify-content: center;
  }

  .footer-center ul.list-unstyled {
    padding: 30px 0 30px;
  }

  .news .title-text {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 15px
  }
}

@media (max-width: 586px) {
  .text-pages-footers h4 {
    font-size: 26px;
    letter-spacing: 0.4px;
}

  .list-author ul li a {
    font-size: 11px;
    color: #9ca3af;
}

  .footer-right img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

  .newsletter-content {
    padding: 30px 20px;
  }

  .newsletter-content-innner p {
    font-size: 15px;
    margin: 0 0 18px;
  }

  .newsletter-content-innner h3 {
    font-size: 25px;
    margin: 0 0 16px;
  }
}