@import url("bootstrap.min.css");
@import url("jquery-ui.min.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");
* {
  font-family: "Roboto", "IBM Plex Sans Thai", sans-serif !important;
}

html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

body {
  font: 100% "Roboto", "IBM Plex Sans Thai", sans-serif;
  line-height: 28px;
  color: #666;
  font-weight: 400;
  background-color: #EDF4FF;
}

figure {
  margin-bottom: 0;
}

.bi {
  line-height: 1;
}
.bi::before {
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

:root {
  scroll-behavior: auto;
}

body.mm_opened {
  position: fixed;
  width: 100%;
}

.desktop-overlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 102;
}

.wrap_menu {
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background: #EDF4FF;
  z-index: 102;
  margin: 0;
  transition: 1s;
  padding: 0;
}

.wrap-banner {
  padding: 0;
  position: relative;
}
.wrap-banner .swiper-slide {
  overflow: hidden;
}
.wrap-banner .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2;
  transition: 0.5s all ease;
}
.wrap-banner .swiper-slide:hover > img {
  transform: scale(1);
}
.wrap-banner .swiper {
  width: 100%;
  height: 40vw;
}
.wrap-banner .swiper-slide img {
  transform: scale(1.1);
  transition: transform 4s ease;
}
.wrap-banner .swiper-slide-active img {
  transform: scale(1);
  transition: transform 4s ease;
}

.wrap-banner .swiper-slide > img.show-mb {
  display: none;
}

.bg-shape {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  background-image: url(../images/shape.svg);
  background-size: cover;
  aspect-ratio: 1613/108;
}

.topbar-menu {
  background: linear-gradient(90deg, #014590 0%, #0D6850 100%);
  color: #fff;
  min-height: 45px;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
.topbar-menu a {
  color: #fff;
  display: flex;
  align-items: center;
}
.topbar-menu a img {
  margin-right: 7px;
  width: auto;
  height: 17px;
}

.top-callus {
  display: flex;
  gap: 35px;
}

.topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-social {
  display: flex;
  padding-left: 30px;
}
.top-social a {
  display: flex;
  margin-left: 10px;
}

.bg-menu {
  padding: 13px 0;
}
.bg-menu .row {
  display: flex;
  align-items: center;
}

.logo {
  width: auto;
  height: 70px;
}

.btn-default {
  background: linear-gradient(91.14deg, #014590 0.39%, #0E97C4 99.02%);
  border-radius: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  font-size: 1.0625rem;
  color: #fff;
  transition: 0.5s;
  white-space: nowrap;
  border: 0;
}
.btn-default img {
  width: 21px;
  height: auto;
}
.btn-default:hover {
  transform: scale(1.02);
  color: #fff;
}

.wrap-mainmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.0625rem;
}
.wrap-mainmenu a {
  color: #333;
  transition: 0.5s;
}
.wrap-mainmenu a:hover {
  color: #006FAF;
}
.wrap-mainmenu .btn-default {
  color: #fff;
}
.wrap-mainmenu .btn-default:hover {
  color: #fff;
}

.menu-login {
  padding: 0 35px 0 45px;
}
.menu-login img {
  margin-right: 3px;
}

.sub-title {
  color: #006FAF;
  font-size: 1.125rem;
  font-weight: 500;
}
.sub-title img {
  width: 24px;
  height: auto;
}

.welcome-home {
  text-align: center;
  font-size: 1.25rem;
  line-height: 30px;
}
.welcome-home h1 {
  color: #004083;
  font-size: 3rem;
  margin-top: 20px;
}
.welcome-home h2 {
  color: #014B38;
  margin: 15px 0;
}
.welcome-home h3 {
  color: #333;
  font-size: 1.375rem;
  line-height: 38px;
  margin-bottom: 10px;
}
.welcome-home .txt-topic {
  margin: 25px 0 30px;
}

.txt-topic {
  color: #004083;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.txt-topic::before {
  content: "";
  background-image: url(../images/wink-yellow.svg);
  background-size: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: -30px;
  background-repeat: no-repeat;
}
.txt-topic::after {
  content: "";
  background-image: url(../images/wink-yellow.svg);
  background-size: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -5px;
  right: -30px;
  background-repeat: no-repeat;
}

.box-service {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  text-align: left;
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
  line-height: 29px;
}
.box-service-item {
  border-radius: 15px;
  border: 1px solid #DFEFFF;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  height: 106px;
  gap: 15px;
}
.box-service-item img {
  width: auto;
  height: 60px;
}

.wrap-service-info {
  background-image: url(../images/bg-blue.webp);
  background-size: cover;
  box-shadow: 0px 4px 10px rgba(50, 86, 119, 0.3);
  border-radius: 35px;
  padding: 40px;
  margin: 40px 0;
}
.wrap-service-info-photo img {
  width: 100%;
  border-radius: 25px 70px 25px 25px;
  border: 4px solid rgba(255, 255, 255, 0.2);
}

.desc-service-info {
  color: #fff;
  text-align: left;
  padding: 35px 0 0 20px;
}
.desc-service-info h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
.desc-service-info h2 img {
  width: 26px;
  height: auto;
  margin-top: -20px;
}
.desc-service-info-list div {
  position: relative;
  font-size: 1.1875rem;
  margin-bottom: 10px;
  padding-left: 25px;
}
.desc-service-info-list div::before {
  content: "";
  background-image: url(../images/chev-blue.svg);
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}

.box-feature {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1060px;
  margin: 0 auto;
  gap: 25px;
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
  line-height: 29px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.box-feature-item {
  border-radius: 15px;
  border: 1px solid #DFEFFF;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px;
  height: 202px;
  gap: 15px;
}
.box-feature-item img {
  width: 80px;
  height: auto;
}
.box-feature-info {
  color: #004083;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 25px 0 35px;
}
.box-feature-info span {
  color: #014B38;
}

.gallery-slide {
  padding: 70px 5px 20px 5px;
}
.gallery-slide .swiper-slide a {
  overflow: hidden;
}
.gallery-slide .swiper-slide a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.3777777778;
  transition: 0.5s all ease;
}
.gallery-slide .swiper-slide a:hover > img {
  transform: scale(1);
}

.bg-footer {
  background: linear-gradient(90deg, #014590 0%, #0D6850 100%);
  padding: 30px 0;
  color: #fff;
}
.bg-footer a {
  color: #fff;
}

.footer-line {
  background: linear-gradient(90deg, #032C53 26.69%, #0155A3 52.13%, #4BAE9D 84.06%, #FBD33D 100%);
  height: 10px;
}

.footer-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.footer-info-item {
  display: flex;
  gap: 90px;
}
.footer-info-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.footer-info-item a img {
  width: 54px;
  height: auto;
}
.footer-info-item a span {
  font-size: 1rem;
  color: #D0E8FF;
  font-weight: 400;
}

.footer-link-reserve {
  display: inline-flex;
  align-items: center;
  height: 52px;
  border-radius: 50px;
  background-color: #E2F6F2;
  border: 1px solid #8ED2BE;
  padding: 0 25px;
  color: #006457 !important;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 10px;
}

.logo-footer {
  font-size: 1.125rem;
}
.logo-footer img {
  width: 98px;
  height: auto;
  margin-bottom: 20px;
}
.logo-footer div div {
  font-size: 1.25rem;
}

.footer-topic {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.footer-link a img {
  width: 16px;
  height: auto;
  margin-right: 4px;
}

.fotter-line {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.fotter-line a {
  display: inline-flex;
  height: 55px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  align-items: center;
  font-size: 1.0625rem;
  padding: 0 20px;
  transition: 0.5s;
}
.fotter-line a img {
  width: 23px;
  height: auto;
  margin-right: 5px;
}
.fotter-line a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.txt-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  text-align: center;
  font-size: 0.875rem;
  padding-top: 15px;
}

.menu-mobile {
  display: none;
}

@media (max-width: 676px) {
  .menu-mobile {
    display: block;
  }
  .wrap-mainmenu {
    display: none;
  }
}

.banner-inside {
  padding: 0;
}
.banner-inside div {
  z-index: -1;
  position: relative;
  overflow: hidden;
}
.banner-inside div > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3.5555555556;
  transition: 0.5s all ease;
}
.banner-inside div:hover > img {
  transform: scale(1);
}

.wrap-policy {
  background-color: #EDF4FF;
  border-radius: 70px 70px 0 0;
  padding: 55px 0 80px;
  margin-top: -75px;
}
.wrap-policy h2 {
  color: #004083;
  font-size: 2.3125rem;
}

.content-policy {
  color: #666;
  font-size: 1.125rem;
  line-height: 34px;
}
.content-policy h3 {
  color: #006FAF;
  font-size: 1.375rem;
  margin-top: 30px;
}

.wrap-login {
  background-image: url(../images/bg-page.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.wrap-login .text-end {
  position: relative;
}

.txt-topic-page {
  color: #004083;
  font-size: 2.3125rem;
  position: relative;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
}
.txt-topic-page::before {
  content: "";
  background-image: url(../images/wink-yellow.svg);
  background-size: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: -30px;
  background-repeat: no-repeat;
}
.txt-topic-page::after {
  content: "";
  background-image: url(../images/wink-yellow.svg);
  background-size: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -5px;
  right: -30px;
  background-repeat: no-repeat;
}

.photo-women {
  position: absolute;
  bottom: 0;
  right: 0;
}
.photo-women img {
  width: 385px;
  max-width: 100%;
}

.txt-sub-login {
  color: #006FAF;
  font-size: 1.25rem;
  font-weight: 500;
}

.box-login {
  width: 536px;
  max-width: 100%;
  margin-left: 40px;
  margin-bottom: 50px;
}
.box-login .btn-default {
  width: 100%;
  justify-content: center;
  font-size: 1.125rem;
  margin: 25px 0 20px;
}
.box-login.box-register {
  width: 100%;
  padding: 0 20px;
  margin-left: 0;
}
.box-login.box-register .btn-default {
  margin-top: 10px;
}
.box-login.box-register .txt-or {
  margin-bottom: 25px;
}
.box-login.box-register .box-form-login {
  padding-bottom: 35px;
}
.box-login.box-register .box-form-login.box-forgot {
  padding-bottom: 15px;
}

.box-form-login {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #DFEDFA;
  border-radius: 25px;
  padding: 25px;
  margin-top: 15px;
  box-shadow: 0px 3px 2px rgba(130, 166, 223, 0.11);
}

.btn-line {
  border: 0;
  box-shadow: none;
  width: 316px;
  height: 49px;
  max-width: 100%;
  background: #22C438;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 auto;
  gap: 10px;
  transition: 0.5s;
}
.btn-line img {
  width: 25px;
  height: auto;
}
.btn-line:hover {
  transform: scale(1.03);
}

.txt-or {
  display: flex;
  color: #666;
  font-size: 1rem;
  align-items: center;
  gap: 20px;
  margin: 20px 0 10px;
}
.txt-or span {
  background-color: #D9D9D9;
  height: 1px;
  flex-grow: 1;
}

.frm-login {
  margin: 5px 0 20px;
}
.frm-login label {
  font-weight: 500;
  color: #000;
  font-size: 1.0625rem;
}
.frm-login label span {
  color: #EA1818;
}
.frm-login input, .frm-login select {
  background-color: #F6F8FA;
  border-radius: 50px;
  border: 1px solid #F1F1F1;
  height: 50px;
  display: block;
}

.link-fotgot {
  text-decoration: underline;
  color: #000;
  font-size: 1.0625rem;
  transition: 0.5s;
}
.link-fotgot:hover {
  color: #006FAF;
}

.login-link-bottom {
  font-size: 17px;
  color: #000;
  text-align: center;
}
.login-link-bottom a {
  color: #006FAF;
  text-decoration: underline;
  font-weight: 500;
}

.box-forgot {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.box-forgot .btn-default {
  width: 150px;
}
.box-forgot .frm-login {
  width: calc(100% - 165px);
}

.wrap-fotgot .photo-women {
  position: relative;
}
.wrap-fotgot .box-register {
  margin-top: 100px;
}

.box-review {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
.box-review .txt-topic-page {
  margin-bottom: 40px;
}
.box-review textarea {
  border: 1px solid #DFEDFA;
  box-shadow: 0px 2px 2px rgba(130, 166, 223, 0.11);
  border-radius: 15px;
}
.box-review .btn-default {
  font-size: 1.25rem;
  margin-top: 30px;
  height: 57px;
  padding: 0 30px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 15px;
  margin: 20px 0 45px;
}
.rating input {
  display: none;
}
.rating label {
  width: 40px;
  height: 40px;
  background: url("../images/star-empty.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s;
}

.rating label:hover,
.rating label:hover ~ label {
  background: url("../images/star-filled.svg") no-repeat center;
  background-size: contain;
}

.rating input:checked ~ label {
  background: url("../images/star-filled.svg") no-repeat center;
  background-size: contain;
}

.rating label:hover {
  transform: scale(1.1);
}

.txt-sub-review {
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.account-profile {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #DFEDFA;
}
.account-profile img {
  width: 100%;
}

.wrap-account {
  background-image: url(../images/bg-page.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.menu-account {
  background: #F8FBFF;
  border: 1px solid #DFEDFA;
  border-radius: 15px;
  padding: 15px;
}
.menu-account ul {
  padding: 0;
}
.menu-account ul li {
  list-style: none;
  position: relative;
  margin-bottom: 13px;
  padding-left: 24px;
}
.menu-account ul li a {
  display: block;
  font-size: 1.0625rem;
  color: #666;
  transition: 0.5s;
}
.menu-account ul li a:hover {
  color: #006FAF;
}
.menu-account ul li::before {
  content: "";
  background-image: url(../images/chev-green.svg);
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}
.menu-account .here {
  color: #006FAF;
  font-weight: 500;
}

.account-name {
  border-bottom: 1px solid #DFEDFA;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #004083;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 23px;
}

.account-content {
  padding-left: 30px;
}

.account-title-page {
  font-size: 2rem;
  color: #004083;
  font-weight: 500;
}
.account-title-page img {
  width: 26px;
  height: auto;
  margin-top: -20px;
}

.box-mybooking {
  background: #fff;
  border: 1px solid #DFEDFA;
  border-radius: 20px;
  margin: 15px 0 30px;
  overflow: hidden;
}

.box-mybooking-head {
  background-color: #E9F2FF;
  padding: 10px 20px 8px;
  color: #333;
  font-size: 0.9375rem;
}

.box-mybooking-id {
  font-weight: 500;
  font-size: 1rem;
}
.box-mybooking-id span {
  color: #006FAF;
}

.wrap-bookingdate {
  display: flex;
  gap: 15px;
}

.booking-price span {
  color: #004083;
  font-weight: 500;
  font-size: 1rem;
}

.box-mybooking-info {
  padding: 0 20px 15px;
}

.title-booking-info {
  font-weight: 500;
  color: #000;
  margin-top: 15px;
}

.booking-women-work {
  border-top: 1px solid #D8E0E8;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.booking-women-work a {
  background-color: #F1F8FF;
  border: 1px solid #D0E8FF;
  border-radius: 50px;
  color: #004083;
  padding: 7px 20px 6px;
  transition: 0.5s;
}
.booking-women-work a:hover {
  background-color: #D0E8FF;
}

.women-workname span {
  color: #000;
  font-weight: 500;
}

.review-star {
  display: flex;
  gap: 5px;
}
.review-star img {
  width: 16px;
  height: auto;
}

.wrap-booking {
  background-image: url(../images/bg-page.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 70px 0 0;
  position: relative;
}

.photo-teamcleanning img {
  width: 100%;
}

.booking-content-top {
  padding-left: 20px;
}
.booking-content-top h1 {
  font-size: 1.5rem;
  color: #006FAF;
}
.booking-content-top h1 img {
  width: 24px;
  height: auto;
  margin-top: -20px;
}
.booking-content-top h2 {
  color: #004083;
  font-size: 2.75rem;
  margin-top: 15px;
}
.booking-content-top h3 {
  color: #014B38;
  font-size: 2rem;
}

.booking-content-icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 20px;
}
.booking-content-icon div {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #DFEDFA;
  box-shadow: 0px 2px 2px rgba(130, 166, 223, 0.11);
  border-radius: 13px;
  text-align: center;
  font-size: 0.9375rem;
  color: #333;
  font-weight: 500;
  line-height: 23px;
  padding: 15px;
}
.booking-content-icon div img {
  display: block;
  height: 45px;
  width: auto;
  margin: 0 auto 12px;
}

.txt-subtitle-booking {
  color: #006FAF;
  font-size: 1.375rem;
  font-weight: 500;
}

.booking-form {
  width: 1000px;
  max-width: 100%;
  margin: 20px auto 90px;
}
.booking-form .txt-topic {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.booking-form .btn-default {
  font-size: 1.25rem;
  height: 57px;
  padding: 0 35px;
}
.booking-form .btn-default img {
  width: 17px;
  height: auto;
}

.box-booking-form {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #DFEDFA;
  box-shadow: 0px 2px 2px rgba(130, 166, 223, 0.11);
  border-radius: 25px;
  padding: 25px;
  margin: 20px 0 30px;
}

.time-recommend {
  font-size: 1rem;
  color: #666;
  margin-top: 12px;
}
.time-recommend img {
  width: 16px;
  height: auto;
  margin: -3px 3px 0 0;
}

.form-date {
  position: relative;
}
.form-date::before {
  content: "";
  background-image: url(../images/icon-calendar.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: 1;
}

.title-select-adddress {
  color: #000;
  font-size: 1.0625rem;
  margin-top: 10px;
}

.box-select-adddress {
  background: #F6F8FA;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 14px 13px 10px;
  margin: 7px 0 15px;
}
.box-select-adddress input {
  display: inline-block;
  height: auto;
  margin-bottom: 0;
  width: 23px;
  height: 23px;
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid #DADADA;
  border-radius: 5px;
  margin-top: 2px;
}
.box-select-adddress label {
  color: #333;
  font-weight: 400;
  line-height: 30px;
}
.box-select-adddress .form-check label {
  font-size: 0.9375rem;
}

.btn-location {
  background: #EDF4FF;
  border: 1px solid #DFF1FF;
  border-radius: 8px;
  color: #006FAF;
  white-space: nowrap;
  font-size: 0.9375rem;
  font-weight: 500;
  width: 170px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.btn-location img {
  width: 19px;
  height: auto;
}

.box-input-location {
  display: flex;
  gap: 15px;
  margin: 10px 0 20px;
}
.box-input-location input {
  height: 47px;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  width: calc(100% - 185px);
}

.txt-shortnote {
  font-size: 1rem;
  margin: 15px 0;
}
.txt-shortnote span {
  color: #006FAF;
  font-weight: 500;
}

.form-check-input {
  width: 23px;
  height: 23px;
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid #DADADA;
  border-radius: 5px;
  margin-top: 2px;
}

.form-check label {
  font-size: 1.0625rem;
  color: #000;
}

.booking-clean-price {
  border-top: 2px solid #F5F5F5;
  margin-top: 10px;
  padding-top: 30px;
}
.booking-clean-price .form-check {
  margin: 15px 0 20px;
}
.booking-clean-price .form-check label {
  font-size: 1.0625rem;
  color: #666;
}
.booking-clean-price .form-check label span {
  color: #000;
  font-weight: 500;
}

.topic-clean-price {
  color: #000;
  font-size: 1.1875rem;
  font-weight: 500;
}

.box-price-summary {
  background: #F5F9FF;
  border: 1px solid #DFF1FF;
  border-radius: 12px;
  padding: 20px 25px 10px;
  font-size: 1.125rem;
}
.box-price-summary .row {
  margin-bottom: 15px;
}
.box-price-summary .row:last-child {
  margin-top: 25px;
}

.txt-total-price {
  color: #000;
  font-size: 1.1875rem;
  font-weight: 500;
}

.txt-sumtotal-price {
  color: #004083;
  font-size: 24px;
  font-weight: 500;
}
.txt-sumtotal-price span {
  font-size: 1.1875rem;
}

.booking-desc-topic {
  display: flex;
  align-items: flex-end;
  padding-left: 25px;
}
.booking-desc-topic .photo-teamcleanning {
  width: 295px;
}

.booking-detail {
  padding-top: 30px;
}
.booking-detail .box-booking-form {
  margin-top: 0;
  padding-top: 10px;
}
.booking-detail .booking-clean-price {
  border-top: 0;
  margin-top: 0;
}

.booking-desc-title {
  padding: 0 0 40px 40px;
}
.booking-desc-title .txt-topic {
  margin-bottom: 20px;
}

.booking-detail-list {
  border-bottom: 1px solid #DFEDFA;
  padding: 15px 0;
  color: #333;
}
.booking-detail-list span {
  font-size: 1.1875rem;
  color: #000;
  font-weight: 500;
}

.booking-detail-place {
  margin-top: 25px;
}

.detail-place {
  background: #F6F8FA;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  padding: 10px;
  margin: 6px 0 20px;
}

.btn-edit-booking {
  background: linear-gradient(90deg, #095B68 0%, #0C6558 100%);
  width: 175px;
  margin-right: 12px;
  justify-content: center;
}

.subtitle-account {
  color: #006FAF;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 35px;
}

.account-box-form {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #DFEDFA;
  box-shadow: 0px 2px 2px rgba(130, 166, 223, 0.11);
  border-radius: 20px;
  padding: 20px 25px;
  margin-top: 10px;
}
.account-box-form .frm-login input {
  border-radius: 8px;
  height: 45px;
}
.account-box-form .box-select-adddress {
  color: #666;
  display: block;
}

.address-place {
  color: #000;
}

.address-name {
  color: #006FAF;
  font-weight: 500;
  font-size: 1.02rem;
  margin: 3px 0;
}

.btn-delete-add {
  margin-left: auto;
  border: 0;
  background: none;
}

.topic-add-address {
  color: #000;
  font-weight: 500;
  font-size: 1.0625rem;
  margin-top: 30px;
}

.btn-save-account {
  margin-top: 30px;
  width: 180px;
  justify-content: center;
  font-size: 1.25rem;
  height: 57px;
}

.btn-address {
  border: 0;
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  height: 35px;
  align-items: center;
  width: 80px;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 4px;
}
.btn-address img {
  width: 13px;
  height: auto;
}

.wrap-btn-address {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.btn-edit {
  border: 1px solid #02478B;
  color: #02478B;
}

.btn-del {
  border: 1px solid #C53030;
  color: #C53030;
}

.btn-add-newadd {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
  transition: 0.5s;
}
.btn-add-newadd:hover {
  color: #006FAF;
}

.box-thx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-thx .txt-topic-page {
  margin-bottom: 30px;
}
.box-thx .text-center {
  margin-top: -50px;
}

.thx-button {
  margin-top: 45px;
}

.content {
  display: none;
}

#toggle:checked + label + .content {
  display: block;
}

.content-show {
  display: block;
}

.txt-newaddress {
  color: #000;
  font-weight: 500;
}

.newaddress-frm {
  margin-top: 15px;
}
.newaddress-frm .frm-login label {
  font-weight: 400;
  font-size: 1rem;
}

/*responsive*/
@media (max-width: 1199px) {
  .top-social {
    display: none;
  }
  .welcome-home {
    font-size: 1.1rem;
  }
  .welcome-home h1 {
    font-size: 2.5rem;
  }
  .welcome-home h2 {
    font-size: 1.7rem;
  }
  .welcome-home h3 {
    font-size: 1.2rem;
    line-height: 34px;
  }
  .txt-topic {
    font-size: 1.7rem;
  }
  .box-service {
    grid-template-columns: repeat(2, 1fr);
  }
  .desc-service-info {
    padding-top: 0;
  }
  .wrap-service-info {
    padding: 30px;
  }
  .wrap-service-info-photo img {
    border-radius: 20px 50px 20px 20px;
  }
  .box-feature-item {
    padding: 20px;
  }
  .box-feature-info {
    font-size: 1.15rem;
  }
  .gallery-slide {
    padding-top: 50px;
  }
  .footer-info-item {
    gap: 30px;
  }
  .footer-info-item a {
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 400;
    gap: 10px;
  }
  .footer-info-item a img {
    width: 45px;
  }
  .footer-info-item a span {
    font-size: 0.9rem;
  }
  .logo-footer {
    font-size: 1rem;
  }
  .logo-footer img {
    width: 80px;
    margin-bottom: 12px;
  }
  .logo-footer div {
    font-size: 1rem;
  }
  .footer-topic {
    font-size: 1.1rem;
  }
  .fotter-line {
    flex-wrap: wrap;
  }
  .fotter-line a {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 52px;
  }
  .top-callus {
    gap: 20px;
  }
  .logo {
    height: 60px;
  }
  .bg-menu {
    padding: 10px 0;
  }
  .wrap-policy {
    border-radius: 50px 50px 0 0;
  }
  .wrap-policy h2 {
    font-size: 2rem;
  }
  .banner-inside div {
    overflow: hidden;
  }
  .banner-inside div > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3;
    transition: 0.5s all ease;
  }
  .banner-inside div:hover > img {
    transform: scale(1);
  }
  .box-login {
    margin-left: 10px;
  }
  .wrap-fotgot .box-register {
    margin-top: 30px;
  }
  .account-content {
    padding-left: 0;
    padding-top: 40px;
  }
  .account-title-page {
    font-size: 1.75rem;
  }
  .wrap-account {
    padding: 50px 0 70px;
  }
  .name-user {
    display: flex;
    gap: 7px;
  }
  .account-profile {
    width: 45px;
    height: 45px;
  }
  .account-name {
    width: 50%;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .menu-account {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .menu-account ul {
    width: 50%;
    text-align: right;
    margin-bottom: 0;
  }
  .menu-account ul li {
    display: inline-block;
    padding-left: 20px;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .menu-account ul li a {
    font-size: 1rem;
  }
  .menu-account ul li::before {
    width: 15px;
    height: 15px;
    top: 6px;
  }
  .wrap-booking {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .booking-content-top {
    padding-left: 5px;
  }
  .booking-content-top h1 {
    font-size: 1.0625rem;
  }
  .booking-content-top h1 img {
    width: 20px;
    margin-top: -10px;
  }
  .booking-content-top h2 {
    font-size: 1.75rem;
    margin-top: 10px;
  }
  .booking-content-top h3 {
    font-size: 1.125rem;
  }
  .booking-content-icon {
    margin-top: 15px;
  }
  .booking-content-icon div {
    padding: 10px;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .booking-content-icon div img {
    height: 40px;
    margin-bottom: 8px;
  }
  .booking-form .txt-topic {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .booking-form .txt-subtitle-booking {
    font-size: 1.25rem;
  }
  .box-thx .text-center {
    padding: 0 30px;
  }
  .box-thx .txt-sub-login {
    line-height: 34px;
  }
  .box-thx .txt-topic-page {
    margin-bottom: 25px;
  }
  .box-thx .thx-button {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .topbar-menu a.hide-content {
    display: none;
  }
  .logo {
    height: 55px;
  }
  .btn-default {
    font-size: 1rem;
    height: 48px;
  }
  .wrap-mainmenu {
    font-size: 1rem;
  }
  .menu-login {
    padding: 0 25px 0 25px;
  }
  .desc-service-info {
    padding: 10px 0 0;
  }
  .wrap-service-info-photo img {
    border-radius: 20px;
  }
  .wrap-service-info {
    margin-bottom: 20px;
  }
  .box-feature {
    gap: 15px;
  }
  .box-feature-item {
    font-size: 1rem;
    line-height: 30px;
    line-height: 25px;
    padding: 20px 15px;
    height: 165px;
  }
  .box-feature-item img {
    width: 60px;
  }
  .footer-link-reserve {
    display: flex;
    font-size: 1.05rem;
    justify-content: space-between;
    margin-top: 25px;
    height: 47px;
  }
  .fotter-line {
    flex-wrap: nowrap;
  }
  .fotter-line a {
    display: inline-flex;
  }
  .box-footerline {
    margin-top: 20px;
  }
  .txt-copyright {
    margin-top: 40px;
  }
  .wrap-policy {
    border-radius: 40px 40px 0 0;
    margin-top: -45px;
    padding: 45px 0 60px;
  }
  .wrap-policy h2 {
    font-size: 1.75rem;
  }
  .banner-inside div {
    overflow: hidden;
  }
  .banner-inside div > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 2.7906976744;
    transition: 0.5s all ease;
  }
  .banner-inside div:hover > img {
    transform: scale(1);
  }
  .content-policy {
    font-size: 1.0625rem;
  }
  .content-policy h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .photo-women {
    display: none;
  }
  .box-login {
    margin: 0 auto;
  }
  .box-login.box-register {
    padding: 0;
  }
  .wrap-login {
    padding: 50px 0 70px;
  }
  .txt-topic-page {
    font-size: 2rem;
  }
  .txt-sub-login {
    font-size: 18px;
  }
  .wrap-fotgot .box-register {
    margin-top: 0;
  }
  .box-review {
    margin: 0 auto;
  }
  .account-name {
    width: 100%;
    border-bottom: 1px solid #DFEDFA;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .menu-account {
    flex-wrap: wrap;
  }
  .menu-account ul {
    width: 100%;
    text-align: left;
    display: flex;
    gap: 25px;
  }
  .menu-account ul li {
    margin-left: 0;
  }
  .menu-account ul li:last-child {
    margin-left: auto;
  }
  .photo-teamcleanning {
    display: none;
  }
  .booking-content-top {
    text-align: center;
  }
  .wrap-booking {
    padding-bottom: 25px;
  }
  .wrap-booking .bg-shape {
    display: none;
  }
  .booking-form {
    margin: 20px auto 60px;
  }
  .booking-form .txt-topic {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .booking-form .txt-subtitle-booking {
    font-size: 1.125rem;
  }
  .booking-form .btn-default {
    font-size: 1.125rem;
    height: 53px;
  }
  .booking-form .btn-default img {
    width: 15px;
  }
  .box-booking-form input, .box-booking-form select {
    height: 45px;
  }
  .box-booking-form .form-check input {
    height: 23px;
  }
  .box-price-summary {
    font-size: 1rem;
  }
  .box-price-summary .row {
    margin-bottom: 10px;
  }
  .box-price-summary .row:last-child {
    margin-top: 20px;
  }
  .txt-total-price {
    font-size: 1.0625rem;
  }
  .txt-sumtotal-price {
    font-size: 1.1875rem;
  }
  .txt-sumtotal-price span {
    font-size: 1rem;
  }
  .box-select-adddress .form-check label {
    font-size: 1rem;
  }
  .booking-detail {
    padding: 25px 20px 0;
  }
  .booking-detail .booking-desc-topic {
    padding-left: 0;
    justify-content: center;
    text-align: center;
  }
  .booking-desc-title {
    padding: 0 0 20px;
  }
  .booking-detail-list span {
    font-size: 1.125rem;
  }
  .btn-save-account {
    width: 150px;
  }
  .subtitle-account {
    font-size: 20px;
  }
  .box-thx .text-center {
    margin-top: 20px;
  }
  .box-thx .txt-sub-login {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .topbar-menu {
    min-height: 40px;
  }
  .topbar-menu a {
    font-size: 0.85rem;
  }
  .topbar-menu a img {
    height: 15px;
    margin-right: 5px;
  }
  .menu-mobile {
    display: block;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 7px 10px;
    font-size: 0.95rem;
  }
  .menu-mobile a {
    color: #333;
  }
  .menu-mobile-box {
    display: flex;
    justify-content: space-between;
  }
  .wrap-mainmenu a {
    display: none;
  }
  .wrap-mainmenu a.btn-default {
    display: flex;
    height: 42px;
    font-size: 0.9rem;
    gap: 5px;
    padding: 0 15px;
  }
  .wrap-mainmenu a.btn-default img {
    width: 17px;
  }
  .wrap-mainmenu .menu-login {
    display: none;
  }
  .logo {
    height: 50px;
  }
  .bg-menu {
    padding-bottom: 0;
  }
  .wrap-banner .swiper-slide > img.show-mb {
    display: block;
  }
  .wrap-banner .swiper-slide > img.show-pc {
    display: none;
  }
  .wrap-banner .swiper {
    height: 67vw;
  }
  .welcome-home {
    padding-top: 20px;
    font-size: 1rem;
    line-height: 28px;
  }
  .welcome-home h1 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .welcome-home h2 {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  .welcome-home h3 {
    font-size: 1.05rem;
    line-height: 30px;
  }
  .welcome-home .txt-topic {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .welcome-home .txt-topic::before {
    width: 22px;
    left: -25px;
  }
  .welcome-home .txt-topic::after {
    width: 22px;
    top: -2px;
    right: -27px;
  }
  .box-service {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-service {
    gap: 10px;
  }
  .box-service-item {
    font-size: 1.05rem;
    height: 95px;
  }
  .box-service-item img {
    height: 50px;
  }
  .wrap-service-info {
    border-radius: 20px;
    margin: 20px 0;
    padding: 6px 6px 15px 6px;
  }
  .wrap-service-info-photo img {
    border: 3px solid rgba(255, 255, 255, 0.2);
  }
  .desc-service-info {
    padding-left: 10px;
  }
  .desc-service-info h2 {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .desc-service-info h2 img {
    width: 20px;
    margin-top: -15px;
  }
  .desc-service-info-list div {
    font-size: 0.95rem;
    margin-bottom: 3px;
  }
  .box-service-item {
    height: 70px;
    border-radius: 10px;
    line-height: 26px;
  }
  .box-service-item img {
    height: 40px;
  }
  .box-feature {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-feature-info {
    font-size: 1.05rem;
    line-height: 30px;
    margin: 20px 0 25px;
  }
  .gallery-slide {
    padding-top: 35px;
  }
  .footer-info-item {
    flex-wrap: wrap;
    gap: 12px;
  }
  .bg-footer {
    padding: 20px 0;
  }
  .logo-footer {
    display: flex;
    margin-bottom: 5px;
  }
  .logo-footer img {
    width: 60px;
    margin-right: 10px;
  }
  .logo-footer div {
    font-size: 0.85rem;
    line-height: 22px;
  }
  .logo-footer div div {
    font-size: 1rem;
  }
  .footer-topic {
    font-size: 1.05rem;
    margin-bottom: 3px;
  }
  .footer-link a {
    font-size: 0.95rem;
  }
  .footer-link a img {
    width: 14px;
  }
  .fotter-line {
    flex-wrap: wrap;
  }
  .fotter-line a {
    display: flex;
  }
  .fotter-line a img {
    width: 19px;
    margin-right: 7px;
  }
  .txt-copyright {
    margin-top: 30px;
    line-height: 24px;
  }
  .wrap-policy {
    border-radius: 25px 25px 0 0;
    margin-top: -30px;
    padding: 30px 0;
  }
  .wrap-policy h2 {
    font-size: 1.5rem;
  }
  .banner-inside div {
    overflow: hidden;
  }
  .banner-inside div > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1.9175;
    transition: 0.5s all ease;
  }
  .banner-inside div:hover > img {
    transform: scale(1);
  }
  .content-policy {
    font-size: 1rem;
  }
  .content-policy h3 {
    font-size: 1.125rem;
  }
  .txt-topic-page {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .txt-sub-login {
    font-size: 1.0625rem;
  }
  .box-form-login {
    padding: 20px 15px;
    border-radius: 20px;
  }
  .wrap-login {
    padding: 40px 0 50px;
  }
  .frm-login label {
    font-weight: 400;
    font-size: 1.0625rem;
  }
  .frm-login input {
    height: 45px;
  }
  .box-forgot {
    flex-wrap: wrap;
    gap: 0;
  }
  .box-forgot .frm-login {
    width: 100%;
    margin-bottom: 10px;
  }
  .box-forgot .btn-default {
    width: 100%;
  }
  .box-review .txt-topic-page {
    margin-bottom: 25px;
  }
  .box-review .btn-default {
    font-size: 1.125rem;
    height: 52px;
    width: 100%;
    justify-content: center;
    margin-top: 25px;
  }
  .rating {
    margin-bottom: 40px;
  }
  .rating label {
    width: 35px;
    height: 35px;
  }
  .wrap-account {
    padding: 30px 0;
  }
  .menu-account {
    border-radius: 10px;
  }
  .menu-account ul {
    gap: 15px;
  }
  .menu-account ul li {
    padding-left: 15px;
  }
  .menu-account ul li::before {
    width: 11px;
    height: 11px;
    top: 8px;
  }
  .menu-account ul li a {
    font-size: 0.9rem;
  }
  .account-name {
    font-size: 1rem;
  }
  .account-profile {
    width: 35px;
    height: 35px;
  }
  .account-title-page {
    font-size: 1.375rem;
  }
  .account-title-page img {
    width: 20px;
    margin-top: -15px;
  }
  .account-content {
    padding-top: 30px;
  }
  .box-mybooking {
    border-radius: 15px;
  }
  .box-mybooking-head {
    padding: 10px 10px 8px;
    font-size: 0.875rem;
  }
  .wrap-bookingdate {
    justify-content: space-between;
  }
  .box-mybooking-id {
    font-size: 0.875rem;
  }
  .box-mybooking-info {
    padding: 5px 10px 15px;
    font-size: 0.9375rem;
  }
  .title-booking-info {
    margin-top: 7px;
  }
  .booking-women-work {
    flex-wrap: wrap;
  }
  .booking-women-work .women-workname {
    width: 100%;
    margin-bottom: 7px;
  }
  .booking-women-work a {
    font-size: 0.875rem;
    padding: 4px 13px 3px;
  }
  .booking-content-top h2 {
    font-size: 1.5rem;
  }
  .booking-content-top h3 {
    font-size: 1.0625rem;
  }
  .booking-content-icon {
    grid-template-columns: repeat(2, 1fr);
  }
  .booking-form {
    margin-top: 10px;
  }
  .booking-form .txt-topic {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .booking-form .txt-subtitle-booking {
    font-size: 1.0625rem;
  }
  .booking-form .btn-default {
    height: 50px;
    font-size: 1.0625rem;
    width: 100%;
    justify-content: center;
  }
  .booking-form .btn-default img {
    width: 13px;
  }
  .box-booking-form {
    border-radius: 15px;
    padding: 15px;
  }
  .box-booking-form select, .box-booking-form input {
    height: 42px;
  }
  .box-select-adddress {
    padding: 10px 10px 5px;
  }
  .box-select-adddress .form-check label {
    font-size: 15px;
    line-height: 22px;
  }
  .form-check {
    display: flex;
  }
  .box-price-summary {
    padding: 10px 15px 5px;
  }
  .booking-detail .box-booking-form {
    padding-top: 0;
  }
  .booking-detail .booking-form .btn-default {
    width: auto;
    padding: 0 25px;
  }
  .booking-detail .booking-form .btn-default.btn-edit-booking {
    margin-right: 7px;
    padding: 0 35px;
  }
  .booking-detail .text-end {
    text-align: center !important;
  }
  .subtitle-account {
    font-size: 18px;
    margin-top: 25px;
  }
  .account-box-form {
    border-radius: 15px;
    padding: 10px 15px;
  }
  .account-box-form .frm-login input {
    height: 42px;
  }
  .box-input-location {
    flex-wrap: wrap;
  }
  .box-input-location input {
    width: 100%;
  }
  .box-input-location .btn-location {
    width: 100%;
  }
  .btn-save-account {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .box-thx .txt-topic-page {
    margin-bottom: 15px;
  }
  .box-thx .txt-sub-login {
    font-size: 1.125rem;
    line-height: 32px;
  }
  .box-thx .text-center {
    padding: 0;
    margin: 10px 0 20px;
  }
  .box-thx .thx-button {
    margin-top: 25px;
  }
  .box-thx .thx-button .btn-default {
    width: auto;
  }
  .box-thx .thx-button .btn-edit-booking {
    margin-right: 5px;
  }
}/*# sourceMappingURL=layout.css.map */