img {
  max-width: 100%;
}
.sr-mb {
  display: none !important;
}
#error-verify-email {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9999999;
  padding: 15px 30px;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 3px;
  text-align: center;
}
#error-verify-email .msg-error {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
#error-verify-email a {
  display: inline-block;
  padding: 5px 15px;
  background: #2c72c6;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  margin: 15px auto 0;
  font-size: 16px;
}
#error-verify-email img {
  margin-bottom: 15px;
}
#error-verify-email span {
  font-weight: 600;
}
.bg-verify-email {
  position: fixed;
  top: 0;
  left: 0;
  background: #00000049;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
#home-banner .bl-content {
  position: relative;
}
#home-banner .bl-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 46.63%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
#home-banner .bl-content section {
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  max-width: 615px;
  width: 100%;
}
#home-banner h2.title-bl {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: garamondpremrpro;
  margin-bottom: 10px;
}
#home-banner .desc-bl {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
#home-banner {
  position: relative;
}
#home-banner div#search_banner {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 945px;
  display: flex;
  background: #fff;
  padding: 20px 0;
  border-radius: 3px;
}
#home-banner label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #707070;
  width: 100%;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
#home-banner .value {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #222;
  margin-top: 5px;
}
#home-banner .search-submit.col-md-3 {
  display: flex;
  align-items: center;
}
#home-banner button.btn.btn-warning {
  background: #dca447;
  border-radius: 3px;
  height: 40px;
  width: 100%;
  max-width: 150px;
}
#home-banner button.btn.btn-warning:hover {
  opacity: 50%;
}
#home-banner button.btn.btn-warning:active:focus {
  border-color: none;
  border: 0;
}
#home-banner div#search_banner > div {
  padding: 0 35px;
}
#home-banner div#search_banner > div:nth-child(1),
#home-banner div#search_banner > div:nth-child(2) {
  border-right: 1px #e4e4e4 solid;
}
div#home-usp {
  background: #f5f1e6;
  padding: 100px 0 50px;
}
div#home-usp .slogan {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  color: #162b75;
  font-family: garamondpremrpro;
  max-width: 810px;
  margin: auto;
  margin-bottom: 65px;
}
div#home-usp .usp {
  background: #fff;
  border-radius: 3px;
  padding: 5px;
}
div#home-usp .usp > .row {
  border: 1px solid #dca4474d;
  border-radius: 3px;
  margin: 0;
  padding: 25px 0;
  display: flex;
}
div#home-usp .usp .item {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
div#home-usp .usp .item:not(:last-child) {
  border-right: 1px #e4e4e4 solid;
  padding-right: 20px;
  padding-left: 20px;
}
div#home-usp .usp .item:not(:first-child) {
  padding-left: 20px;
  padding-right: 20px;
}
div#home-usp .usp .item img {
  max-width: 40px;
  margin-right: 20px;
  position: relative;
}
div#home-usp .usp .item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #222;
  position: relative;
}
div#home-usp .usp .item::before {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 60px);
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 1;
  transition: 0.3s;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div#home-usp .usp .item::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 40px);
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 3;
  transition: 0.3s;
  border-radius: 3px;
  border: 1px #fff solid;
  position: absolute;
}
div#home-usp .usp .item .bg {
  width: calc(100% + 15px);
  height: calc(100% + 60px);
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 2;
  transition: 0.3s;
  border-radius: 3px;
  background-color: rgb(220 164 71/85%);
  position: absolute;
}
div#home-usp .usp .item:hover .bg {
  opacity: 1;
  visibility: visible;
  width: calc(100% + 15px);
  height: calc(100% + 60px);
}
div#home-usp .usp .item:hover::before {
  opacity: 1;
  visibility: visible;
  width: calc(100% + 15px);
  height: calc(100% + 60px);
}
div#home-usp .usp .item:hover::after {
  opacity: 1;
  visibility: visible;
  width: calc(100% + 15px);
  height: calc(100% + 60px);
}
div#home-usp .usp .item:hover .title {
  color: #fff;
  z-index: 3;
}
div#home-usp .usp .item:hover img {
  filter: brightness(0) invert(1);
  z-index: 3;
}
div#home-usp .usp .item:nth-child(1)::before {
  background-image: url(/themes/porto/css/../img/vinhomes/kn/bg-usp-1.png);
}
div#home-usp .usp .item:nth-child(2)::before {
  background-image: url(/themes/porto/css/../img/vinhomes/kn/bg-usp-2.png);
}
div#home-usp .usp .item:nth-child(3)::before {
  background-image: url(/themes/porto/css/../img/vinhomes/kn/bg-usp-3.png);
}
div#home-usp .usp .item:nth-child(4)::before {
  background-image: url(/themes/porto/css/../img/vinhomes/kn/bg-usp-4.png);
}
div#home-usp .usp .item:nth-child(5)::before {
  background-image: url(/themes/porto/css/../img/vinhomes/kn/bg-usp-5.png);
}
#cu_dan_vinhomes .nested_title img {
  position: absolute;
  top: 40px;
}
#cu_dan_vinhomes {
  background-image: url(/themes/porto/css/../img/vinhomes/kn/bg-cudan-1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 30px;
  background-size: 610px auto;
  margin: auto;
}
#cu_dan_vinhomes .item-body a:focus {
  text-decoration: none;
}
div#home-usp .desc {
  max-width: 750px;
  margin: auto;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #222;
  margin-top: 40px;
}
#project_slide {
  background: #e5d2ae;
  padding: 50px 0 90px;
}
#project_slide .h2-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.03em;
  color: #162b75;
  font-family: garamondpremrpro;
  margin: 0;
  margin-bottom: 20px;
}
#project_slide .hd-slide {
  margin-bottom: 40px;
}
#project_slide .hd-slide .desc {
  max-width: 506px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #222;
  margin-bottom: 30px;
}
#project_slide button.btn.btn-outline-primary {
  border: 1px solid #162b75;
  box-sizing: border-box;
  border-radius: 3px;
  color: #162b75;
  background: 0 0;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  width: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#project_slide .content-slide .row {
  display: flex;
  margin: 0;
}
#project_slide .content-slide .swiper-slide {
  border-radius: 3px;
  overflow: hidden;
}
#project_slide .content-slide .col-md-3 {
  background: #fff;
  padding: 40px 30px;
  position: relative;
}
#project_slide .content-slide .col-md-9 {
  padding: 0;
  border-right: 10px #dca447 solid;
}
#project_slide .content-slide .slogan {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #222;
  margin-bottom: 10px;
}
#project_slide .content-slide h1.pj-title {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #dca447;
  margin: 0;
  margin-bottom: 20px;
}
#project_slide .content-slide .desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #707070;
}
#project_slide .content-slide a.link {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #162b75;
}
#project_slide .swiper-container {
  overflow: unset;
}
#project_slide .swiper-slide {
  opacity: 0.2;
  transition: 0.3s;
}
#project_slide .swiper-slide-active {
  opacity: 1;
}
div#slide-utility {
  background: linear-gradient(180deg, #162b75 33.45%, #18369e 100%);
}
div#slide-utility .row {
  display: flex;
}
div#slide-utility .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div#slide-utility .slogan {
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}
div#slide-utility h1.pj-title {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #dca447;
  margin: 0;
  margin-top: 20px;
}
div#slide-utility .desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  color: #fff;
  margin-top: 20px;
}
div#vinhomes_people {
  background: #f5f1e6;
  padding: 30px 0 0;
}
div#vinhomes_people .h2-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #162b75;
  font-family: garamondpremrpro;
  margin: 0;
  margin-bottom: 20px;
}
div#vinhomes_people .hd-block .desc {
  text-align: center;
  max-width: 555px;
  margin: auto;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #222;
}
div#vinhomes_people .item-body {
  background: #fff;
  padding: 40px;
  transition: 0.3s;
  text-align: left;
}
div#vinhomes_people .slogan {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #979797;
  transition: 0.3s;
}
div#vinhomes_people h1.item-title {
  font-family: GaramondPremrPro;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #222;
  margin: auto;
  transition: 0.3s;
}
div#vinhomes_people .item-body .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  color: #222;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
div#vinhomes_people .swiper-slide:hover .item-body {
  background: #f4e7c8;
}
div#vinhomes_people .swiper-slide:hover .slogan {
  color: #222;
}
div#vinhomes_people .swiper-slide:hover h1.item-title {
  color: #dca447;
}
div#vinhomes_people .swiper-slide:hover .desc {
  height: 80px;
  opacity: 1;
  visibility: visible;
}
div#vinhomes_people .img {
  height: 240px;
  transition: 0.3s;
}
div#vinhomes_people .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#vinhomes_people .swiper-slide:hover .img {
  height: 160px;
}
#vinhomes_people button.btn.btn-outline-primary {
  background: #dca447;
  border-radius: 3px;
  width: 200px;
  height: 45px;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
#block-trangchuslideduan .swiper-button-next:after,
#block-trangchuslideduan .swiper-button-prev:after {
  border: 1px solid #fff;
  padding: 20px 25px;
  font-size: 23px;
  border-radius: 3px;
  background: #fff;
  color: #dca447;
}
#block-trangchuslideduan .swiper-button-next:after {
  margin-left: 250px;
}
#block-trangchuslideduan .swiper-button-prev:after {
  margin-right: 250px;
}
#block-trangchuslideduan .swiper-button-disabled:after {
  color: #fff;
  background: 0 0;
}
#block-trangchuslidetienich .swiper-pagination-bullet {
  background: #e4e4e4;
  opacity: 100%;
}
#block-trangchuslidetienich .swiper-pagination-bullet-active {
  background: #dca447;
}
#vinhomes_people .container > a {
  display: inline-block;
  margin: auto;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .popup-search .view-content {
    height: calc(100vh - 380px);
    overflow: auto;
  }
  .sr-mb {
    display: block !important;
  }
  .sr-pc {
    display: none !important;
  }
  .path-frontpage #home-banner div#search_banner {
    height: auto;
    flex-wrap: wrap;
    transform: unset;
    position: unset;
    max-width: 100%;
    padding: 20px 20px 25px;
  }
  div#home-usp .usp {
    padding: 0;
  }
  .path-frontpage #home-banner div#search_banner > div {
    width: 100%;
  }
  div#home-usp .usp > .row {
    flex-wrap: wrap;
    padding: 0;
    border: 0;
  }
  div#home-usp .usp > .row > a.item {
    width: 100% !important;
    flex-direction: unset;
    border-right: 0;
    padding: 10px 0;
  }
  div#home-usp .usp .item:first-child::before,
  div#home-usp .usp .item:first-child::after,
  div#home-usp .usp .item:first-child .bg {
    display: none;
  }
  div#home-usp .usp .item:hover img {
    filter: none;
  }
  div#home-usp .usp > .row > a.item:not(:last-child) {
    border-bottom: 1px #e4e4e4 solid;
  }
  .path-frontpage div#home-usp .usp .item > img {
    width: 80px;
    object-fit: contain;
    height: 30px;
  }
  .path-frontpage div#home-usp .usp .item > img {
    margin: 0;
  }
  .path-frontpage div#home-usp .usp .item .title {
    text-align: left;
    font-weight: 600;
    font-size: 11px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #162b75;
  }
  .path-frontpage div#home-usp .slogan {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #162b75;
    text-align: left;
  }
  .path-frontpage div#home-usp {
    padding: 40px 0 56px;
  }
  .path-frontpage .nested_title {
    display: none;
  }
  #project_slide .h2-title {
    text-align: center;
  }
  #project_slide .hd-slide .desc {
    margin: auto;
    text-align: center;
  }
  #project_slide .content-slide .col-md-3 {
    background: 0 0;
    padding: 0 40px;
    position: absolute;
    z-index: 1;
    bottom: 210px;
    left: 0;
  }
  #project_slide .content-slide .slogan {
    color: #fff;
    max-width: 200px;
  }
  #project_slide .content-slide .desc {
    color: #fff;
    margin-bottom: 20px;
  }
  #project_slide .content-slide .col-md-9 {
    border-right: 0;
    position: relative;
  }
  #project_slide .content-slide .col-md-9::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      360deg,
      #060610 0,
      rgba(6, 6, 16, 0.6) 62.69%,
      rgba(6, 6, 16, 0.1) 78.68%
    );
  }
  .path-frontpage #project_slide .swiper-pagination {
    position: absolute;
    bottom: 150px;
    z-index: 2;
  }
  .path-frontpage #project_slide {
    padding-bottom: 0;
  }
  #project_slide .content-slide {
    position: relative;
  }
  #project_slide .content-slide a.link {
    color: #137cc9;
  }
  #block-trangchuslideduan .content-slide > .container {
    position: relative;
  }
  #project_slide .content-slide a.sr-mb {
    position: absolute;
    bottom: 55px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 315px;
  }
  #project_slide button.btn.btn-outline-primary {
    border-color: #dca447;
    color: #dca447;
    width: 100%;
    height: 45px;
  }
  #project_slide .content-slide h1.pj-title {
    margin-bottom: 10px;
    max-width: 195px;
  }
  #project_slide .content-slide .col-md-9 img {
    height: 720px;
    object-fit: cover;
  }
  div#slide-utility .row {
    flex-wrap: wrap;
  }
  .path-frontpage #block-trangchuslidetienich {
    padding-bottom: 0;
  }
  .path-frontpage #block-trangchuslidetienich .swiper-pagination {
    bottom: 420px !important;
    width: 100% !important;
  }
  div#block-trangchuslidetienich .col-md-7 img {
    height: 470px;
    object-fit: cover;
  }
  #cu_dan_vinhomes .swiper-container {
    padding: 0 15px;
  }
  .search_banner .item {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0 20px;
    position: relative;
    height: 50px;
  }
  .search_banner .item:nth-child(3) {
    margin-bottom: 20px;
  }
  .search_banner img.arrow-bot {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .search_banner .form-item span {
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #707070;
  }
  #home-banner .search_banner .form-item .value {
    margin: 0;
  }
  .search_banner {
    padding: 20px 20px 25px;
  }
  .search_banner img.icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 20px;
  }
  .search_banner .form-item {
    margin: 0;
  }
  .search_banner button.btn.btn-search {
    background: #dca447;
    border-radius: 3px;
    width: 100%;
    height: 45px;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #fff;
  }
  .popup-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
    padding-top: 60px;
    transition: 0.3s;
    transform: translateX(-100%);
  }
  .popup-search.active {
    transform: translateX(0);
  }
  .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
  }
  .popup-search span.select2-selection.select2-selection--single {
    border: 0;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .popup-search
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
  }
  .popup-search .select2 {
    width: 100% !important;
  }
  .popup-search > input[type="text"] {
    width: 100%;
    border: 0;
    height: 60px;
    box-shadow: none;
    outline: 0;
    padding: 0 20px;
  }
  .popup-search .views-exposed-form input.form-text {
    position: absolute;
    top: 0;
    height: 60px;
    padding: 0 20px;
    border: 0;
    box-shadow: none;
    outline: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    border-bottom: 1px #e4e4e4 solid;
  }
  .popup-search .views-exposed-form input.form-text::placeholder {
    color: #222;
  }
  .popup-search .desc-search {
    text-align: center;
    padding: 0 20px 20px;
    border-bottom: 1px #e4e4e4 solid;
    margin: 30px 20px 20px;
  }
  .popup-search .desc-search img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  .popup-search .desc-search .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #707070;
  }
  .popup-search .search_value {
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: #222;
    display: flex;
    align-items: center;
    position: relative;
  }
  #popup-citi .search_value::before {
    content: "";
    height: 30px;
    width: 30px;
    background-image: url(/themes/porto/css/../img/vinhomes/location.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  .popup-search .views-row {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .popup-search .pick {
    position: absolute;
    top: 50%;
    right: 0;
    height: 30px;
    width: 30px;
    transform: translateY(-50%);
    border: 2px solid #e4e4e4;
    border-radius: 50%;
  }
  .popup-search .search_value.active .pick:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #dca447;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .popup-search button.btn.btn-submit-search {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    background: #dca447;
    border-radius: 3px;
    height: 45px;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    justify-content: center;
  }
  .popup-search .s-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .path-frontpage .expenses_panel {
    display: block;
    position: unset;
    border: 0;
    box-shadow: unset;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .path-frontpage div#home-usp .usp .item:not(:first-child) .title br {
    display: none;
  }
  #cu_dan_vinhomes .nested_title .small_t {
    max-width: 230px;
    margin: 70px auto 0;
  }
  .path-frontpage #cu_dan_vinhomes .nested_title {
    position: unset;
    height: 160px;
  }
  #block-trangchuslideduan .content-slide > .container {
    padding: 0;
  }
  #project_slide .content-slide .swiper-slide {
    border-radius: 0;
  }
  #home-banner .bl-content section {
    width: calc(100% - 40px);
  }
  #block-trangchuslidetienich > .container {
    padding: 0;
  }
  .path-frontpage #slide-utility {
    padding: 0;
  }
  #block-trangchuslidetienich > .container .col-md-5 {
    padding: 0 35px;
  }
  #vinhomes_people .container > a {
    width: 100%;
  }
  #vinhomes_people button.btn.btn-outline-primary {
    width: 100%;
  }
  #block-trangchubannertop .parallax-window {
    height: 540px !important;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .popup-search button.btn.btn-submit-search {
    bottom: 60px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .popup-search .view-content {
    height: calc(100vh - 420px);
    overflow: auto;
  }
}
