﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
.map-area {
  height: 200px;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.footer {
  position: relative;
  top: 90px;
  background: linear-gradient(105deg, #207bbf 20%, #60a5fa 100%);
  color: #fff;
  overflow: hidden;
  padding: 0 50px;
  padding-top: 30px;
}
.footer::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/img-overlay.jpg);
  background-size: contain;
  background-position: center;
  opacity: 0.2;
  transform: rotate(180deg);
}
.footer .footer-info-text a {
  color: #fff;
}
.footer-decor {
  position: absolute;
  height: 609px;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.footer-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-top: 5px;
}
.footer-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-logo {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.footer-heading {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  color: #ffe807;
  font-family: Merriweather;
}
.footer-label {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.footer-row {
  margin-top: 40px;
  display: flex;
}
.footer-title {
  font-weight: 800;
  line-height: 1.375;
}
.footer-info-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.footer-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-info-item .footer-info-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-info-text {
  font-size: 14px;
  margin-left: 0;
}
.footer-info-text span {
  margin-right: 6px;
}
.footer-list {
  margin-top: 17px;
}
.footer-item {
  margin-top: 10px;
}
.footer-link {
  font-size: 16px;
  color: #fff;
}
.footer-link:hover {
  opacity: 0.9;
}
.footer-desc, .footer-social-text {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.58;
}
.footer-form {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-form-input {
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  padding: 4px 12px;
  background: #fff;
  border-radius: 4px;
  color: #000;
}
.footer-form-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.footer-form-submit {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background: #ffbf00;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3b5998;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-social-text {
  margin-top: 13px;
}
.footer-social-list {
  margin-top: 11px;
  display: flex;
  gap: 11px;
}
.footer-social-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 2px;
  transition: transform 0.2s ease;
}
.footer-social-item:hover {
  transform: translateY(-6px);
}
.footer-separate {
  height: 1px;
  width: calc(100% - 10px);
  margin: 5px auto;
  background: #fff;
}
.footer-bottom {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.footer-bottom-text {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.footer-right {
  display: flex;
  gap: 48px;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #207bbf;
}

@media (max-width: 415px) {
  .footer {
    padding: 0 25px !important;
  }
  .footer-header {
    flex-direction: column;
    margin-top: 15px;
  }
  .footer-row {
    margin-top: 25px !important;
  }
  .contact_with {
    margin-top: 20px;
  }
  .footer-logo {
    display: none;
  }
}
