/*** ================== Main Footer =================== ***/

/* Footer Style One */
.main_footer {
  position: relative;
  padding: 100px 0px;
  background: linear-gradient(
    0deg,
    rgba(0, 51, 102, 0.95),
    rgba(0, 51, 102, 0.95)
  );
}
/* End Footer Top */

/* Footer Middle */
.footer_logo img {
  filter: brightness(0) invert(1); /* biến logo thành trắng */
}
.footer_middle {
  position: relative;
  padding-bottom: 40px;
}
.about_widget .footer_logo {
  margin-bottom: 32px;
}
.about_widget p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: var(--bs-white);
  margin: 5px 0px;
}
.about_widget h5 {
  position: relative;
  font-weight: 700;
  padding-left: 45px;
  padding-bottom: 5px;
  color: var(--bs-white);
}
.about_widget h5:before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 35px;
  content: "";
  background-color: var(--bs-white);
}
.footer_link_btn a {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  transition: 0.5s;
  color: var(--secondary-color);
  font-family: var(--manrope);
}
.footer_link_btn a:hover {
  color: var(--primary-color);
}
.footer_widget_title {
  font-weight: 700;
  color: var(--bs-white);
  margin-bottom: 30px;
}
.footer_widget ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
}
.footer_widget ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  transition: 0.5s;
  display: inline-block;
  color: var(--bs-white);
  font-family: var(--manrope);
}
.footer_widget ul li a:hover {
  color: var(--secondary-color);
}
/* End Footer Middle */

/* Footer Bottom */
.footer_bottom_home_one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright_text_home_one {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--bs-white);
}
.copyright_text_home_one a {
  color: var(--bs-white);
}
/* End Footer Bottom */

@media only screen and (max-width: 1280px) {
  .about_widget p br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .footer_middle {
    padding-bottom: 80px;
  }
  .main_footer {
    padding-bottom: 40px;
  }
  .about_widget {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widget {
    margin-bottom: 40px;
  }
  .get_in_touch_widget {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 450px) {
  .main_footer {
    padding: 50px 0px 20px;
  }
  .footer_bottom_home_one {
    display: block;
    text-align: center;
  }
  .copyright_text_home_one {
    margin-bottom: 20px;
  }
  .social_links_style_two ul {
    display: block;
    text-align: center;
  }
  .social_links_style_two ul li {
    display: inline-block;
    padding: 0px 5px;
  }
}

.main_footer .footer_middle .about_widget .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .main_footer .footer_middle .about_widget .social-icon {
    margin-top: 20px;
  }
}
.main_footer .footer_middle .about_widget .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.main_footer .footer_middle .recent-post-area .recent-post-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.main_footer .footer_middle .recent-post-area .recent-post-items .thumb {
  width: 120px;
  height: 80px;
}
.main_footer .footer_middle .recent-post-area .recent-post-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.main_footer
  .footer_middle
  .recent-post-area
  .recent-post-items
  .content
  .post-date {
  margin-bottom: 5px;
}
.main_footer
  .footer_middle
  .recent-post-area
  .recent-post-items
  .content
  .post-date
  li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.main_footer .footer_middle .recent-post-area .recent-post-items .content h6 {
  font-size: 16px;
  font-weight: 700;
}
.main_footer .footer_middle .recent-post-area .recent-post-items .content h6 a {
  color: #ffffff;
}
.main_footer
  .footer_middle
  .recent-post-area
  .recent-post-items
  .content
  h6
  a:hover {
  color: var(--theme);
}
