@charset "UTF-8";
body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
}

a {
  color: #fff;
}

.header {
  background: #57bbbd;
  padding: 41px 0 26px 0;
}

.section1 {
  background: #f5f5f5;
  padding: 40px 0;
}
.section1 .title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #57bbbd;
  margin-top: 0;
}
.section1 p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #494949;
}
.section1 .form-search {
  width: 100%;
}
.section1 .form-search .inputSearch {
  display: block;
  max-width: 566px;
  width: 100%;
  height: 53px;
  margin: auto;
  /* Trắng */
  background: #ffffff;
  /* Nền */
  border: 4px solid #f5f5f5;
  border-radius: 36px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  padding-left: 25px;
}
.section1 .form-search .inputSearch::placeholder {
  color: #57bbbd;
}
.section1 .form-search .inputSearch:focus-visible {
  outline: 1px solid #57bbbd;
  box-shadow: #56b7b9 0px 2px 8px 0px;
}
.section1 .form-search .list-img {
  margin-top: 26px;
}
.section1 .slider1 {
  max-width: 569px;
  margin: 0 auto 30px;
}
.section1 .slider1 .item_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .slider1 .item_img img {
  border: 12px solid #57bbbd;
  border-radius: 36px;
}
.section1 .slider2 {
  max-width: 691px;
  background-color: #fff;
  padding: 11px 18px;
  border-radius: 10px;
  margin: auto;
}
.section1 .slider2 .item-img {
  border: 2px solid #57bbbd;
  border-radius: 10px;
  overflow: hidden;
  margin: 5px 5px;
  transition: all 0.4s;
  transform: scale(1);
}
.section1 .slider2 .slick-current {
  transform: scale(1.15);
  transition: all 0.4s;
}
.section1 label {
  display: flex;
  justify-content: center;
  align-items: baseline;
  max-width: 900px;
  margin: 36.37px auto 20px;
}
.section1 label .checkbox {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  /* Màu chữ */
  color: #494949;
  display: inline-block;
}
.section1 .btn1 {
  display: block;
  width: 261px;
  height: 42px;
  margin: auto;
  background: #57bbbd;
  border-radius: 21px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #494949;
  border: none;
  margin-top: 25px;
}
.section1 .btn1:hover {
  color: #fff;
}

.section2 {
  padding: 0 0 20px;
  background: #fff;
}
.section2 .title-content {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #57bbbd;
}
.section2 ul {
  margin-left: 50px;
}
.section2 ul li {
  font-size: 20px;
  line-height: 24px;
  color: #494949;
  list-style: disc;
}

.section3 {
  background: #f5f5f5;
  padding: 50px 0;
}
footer {
  background: #57bbbd;
  padding: 26px;
}
footer .item ul li {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}
footer .item ul li span {
  margin-right: 15px;
}
footer .copyright p {
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .section1 .title h2 {
    font-size: 20px;
  }
  .section1 p {
    font-size: 16px;
  }
  .section1 .slider2 {
    display: none;
  }
  .section1 label .checkbox {
    font-size: 16px;
  }

  .section2 .title-content {
    font-size: 16px;
  }
  .section2 ul li {
    font-size: 16px;
  }
}

/*# sourceMappingURL=view.css.map */
