.banner-contact {
  color: #e2e2e2;
  background: url(../images/background_3.png) #1b242d fixed;
  background-size: contain;
}
.banner-contact .title {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  padding: 50px 0;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
    background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.banner-contact .title-cty {
  color: #c79c5d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.banner-contact .des {
  /* display: flex; */
  margin-left: 25px;
}
.banner-contact .des .des-item {
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  margin-right: 5rem;
}
.banner-contact .des .des-item span {
  margin-bottom: 1rem;
  position: relative;
}
.banner-contact .des .des-item .email-icon::before {
  content: "";
  position: absolute;
  left: -24px;
  background-image: url("../images/contact/email.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.banner-contact .des .des-item .phone-icon::before {
  content: "";
  position: absolute;
  left: -24px;
  background-image: url("../images/contact/phone.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.banner-contact .des .des-item .socials-icon::before {
  content: "";
  position: absolute;
  left: -24px;
  background-image: url("../images/contact/socials.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.banner-contact .des .des-item .web-icon::before {
  content: "";
  position: absolute;
  left: -24px;
  background-image: url("../images/contact/web.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.banner-contact .des .des-item .socials {
  display: flex;
}
.banner-contact .des .des-item .socials .socials-item {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  padding: 0;
}
.banner-contact .des .des-item .socials .socials-item li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.banner-contact .des .des-item .socials .socials-item li a {
  color: #fff;
}
.banner-contact .des .des-item .socials .socials-item li a:hover {
  color: #ce9a4e;
}
.socials .contact-social {
  display: flex;
  justify-content: space-around;
  padding: 0;
  width: 65%;
}
.socials .contact-social li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgb(177, 177, 177);
  box-shadow: -1px 1px 6px -1px rgba(245, 221, 101, 0.75);
  -webkit-box-shadow: -1px 1px 6px -1px rgba(245, 221, 101, 0.75);
  -moz-box-shadow: -1px 1px 6px -1px rgba(245, 221, 101, 0.75);
}
.socials .contact-social li:hover {
  /* background-color: #c79c5d; */
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  cursor: pointer;
}
.socials .contact-social li a i {
  font-size: 15px;
  color: #fff;
}
.banner-contact .imgHome {
  /* background-image: url("../images/contact/home.png");
  background-repeat: no-repeat;
  background-size: auto 100%; */
  width: 70%;
  /* height: 357px; */
  object-fit: cover;
}
.banner-contact .banner-footer {
  margin-top: 1rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  /* height: 260px; */
  position: relative;
}
.banner-contact .banner-footer-hover {
  width: 100%;
  height: 100%;
  transition: all 1s;
  z-index: 1111;
  /* position: absolute; */
  object-fit: cover;
  /* opacity: 0; */
  transition: all 0.8s;
}

.banner-contact .banner-footer:hover .banner-footer-hover {
  opacity: 1;
}
.banner-contact .location {
  margin-left: 20px;
  margin-bottom: 0.5rem;
  margin-top: 10px;
}
.banner-contact .location::before {
  content: "";
  position: absolute;
  left: -2px;
  background-image: url("../images/contact/location.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.contact_box_left {
  padding: 20px 35px 10px;
  border-style: solid;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #F1E075, #AE7F41);
  /* background: linear-gradient(135deg, #AE7F41, #F1E075);
  background-image: linear-gradient(to right, #071828, #000000); */
  border-radius: 5px;
  margin-bottom: 2rem;
}
/* RP */
/* tablet */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-contact .des {
    flex-direction: column;
  }
  .banner-contact .imgHome {
    height: 270px;
  }
  .banner-contact .title {
    font-size: 24px;
  }
  .banner-contact .title-cty {
    font-size: 20px;
  }
  .banner-contact .banner-footer {
    margin: 0;
    height: 100%;
  }
  .banner-contact .location {
    margin-top: 25px;
  }
  .map {
    height: 400px;
  }
  .map iframe {
    height: 400px;
  }
}
/* mobile */
@media screen and (max-width: 668px) {
  .banner-contact {
    position: relative;
  }
  .banner-contact .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .banner-contact .title-cty {
    font-size: 16px;
  }
  .banner-contact .des {
    flex-direction: column;
  }
  .banner-contact .imgHome {
    height: 100px;
    position: absolute;
    top: -252px;
    right: -240px;
  }
  .banner-contact .des .des-item {
    margin: 0;
  }
  .banner-contact .banner-footer {
    height: auto;
    margin: 0;
  }
  .map {
    height: 200px;
  }
  .map iframe {
    height: 200px;
  }
}
