@import url("https://fonts.googleapis.com/css2?family=Rubik:ital@0;1&display=swap");

:root {
  --cl-head: #c6b9b9;
  --bd-cl-menu-gio-hang: rgba(0, 0, 0, 0.1);
  --cl-hover: #ff5440;
  --body-color-a: #fff;
  --bg-cl-ipt-btn: #e8e8e1;
}

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-family: "Roboto Slab", sans-serif;
}

/* Phần đầu trang */
.header {
  max-width: 99vw;
  height: 82px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 15;
  transition: height 1s ease;
}

  
nav.menu #main-menu li:last-child .icon-search {
  margin-left: 5px;
  min-width: 30px;
  min-height: 20px;
  max-height: 20px;
  max-width: 200px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
nav.menu #main-menu li:last-child input {
  width: 0px;
  height: 25px;
  opacity: 0;
  border: none;
  transition: width 0.25s ease-in, opacity 0.25s ease-in;
}
nav.menu #main-menu li:last-child .icon-search button{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
}

nav.menu #main-menu li:last-child .icon-search:hover input {
  width: 160px;
  height: 20px;
  padding: 5px 5px;
  opacity: 1;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 5px;
  transform: translateX(20px);
  outline: none;

}
nav.menu #main-menu li:last-child .icon-search:hover button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  border:1px solid #fff;
  cursor: pointer;
  background:#0095d1;
}
nav.menu #main-menu li:last-child .icon-search:hover input::placeholder {
  opacity: 0.7;
}


#body {
  position: relative;
  width: 100vw;
}

#body .container {
  margin-top: 54px;
  height: 11.5em;
  background-image: url("dog-wallpaper-1.jpg");
  background-size: cover;
  background-position-y: -225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
  color: var(--body-color-a);
  box-sizing: border-box;
  font-weight: 700;
}

#body .container h1 {
  margin-bottom: 10px;
}

#body .container a {
  text-decoration: none;
  padding: 10px;
  color: var(--body-color-a);
}

#body .container a:hover {
  color: var(--cl-hover);
}

.form-ct-map {
  padding: 50px 20px;
  display: flex;
  background-color: #bab8b8;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.form-ct-map .map iframe {
  width: 600px;
  height: 580px;
}

.form-ct-map .form-input {
  width: 39em;
  height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-ct-map .form-input .form-head {
  display: flex;
  justify-content: space-evenly;
}

.form-ct-map .form-input .ima-head {
  margin: 25px 20px;
}

.form-ct-map .form-input .ima-head img {
  width: 100px;
  height: 100px;
}

.form-ct-map .form-input .address ul.main-adr {
  display: flex;
  flex-direction: column;
  justify-content: last baseline;
  font-family: "Roboto Slab", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.form-ct-map .form-input .address ul.main-adr li {
  list-style: none;
  margin: 15px;
  color: #000;
}

.form-ct-map .form-input .address ul.main-adr li a {
  text-decoration: none;
  color: #000;
}

.form-ct-map .form-input .form-input-layout {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-ct-map .form-input .form-input-layout .heading-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
}

.form-ct-map .form-input .form {
  width: 600px;
  height: 400px;
  padding: 30px 0;
  box-sizing: border-box;
  background: rgb(151, 169, 169);
  font-family: "Roboto Slab", sans-serif;
  border-radius: 10px;
}

.form-ct-map .form-input .form h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-ct-map .form-input .form .info {
  display: flex;
  height: 40px;
  justify-content: space-evenly;
  box-sizing: border-box;
  margin: 5px;
}

.form-ct-map .form-input .form .ipt-set {
  width: 250px;
  height: 35px;
  border-radius: 15px;
  border: none;
  box-sizing: border-box;
  background-color: var(--bg-cl-ipt-btn);
  padding: 10px;
}

.form-ct-map .form-input .form .ipt-set:focus {
  box-shadow: inset 0 0 5px 2px #193016;
  outline: none;
}
.form-ct-map .form-input .form .info-textarea {
  height: 160px;
  margin: 10px 0;
}
.form-ct-map .form-input .form .info-textarea textarea {
  min-height: 150px;
  max-height: 150px;
  min-width: 530px;
  max-width: 530px;
  background-color: var(--bg-cl-ipt-btn);
  border: none;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.form-ct-map .form-input .form .info-textarea textarea:focus {
  border: inset 0 0 5px 2px #193016;
  outline: none;
}
.form-ct-map .form-input .form .submit button#form-btn {
  width: 300px;
  height: 50px;
  border-radius: 5px;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--bg-cl-ipt-btn);
  transition: all 0.25s linear;
}

.form-ct-map .form-input .form .submit button#form-btn:hover {
  background-color: rgba(116, 111, 111, 0.5);
  cursor: pointer;
  color: #fff;
}
