@import "https://fonts.googleapis.com/css2?family=Comforter+Brush&display=swap";
@keyframes zoom {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: scale(1); } }

@keyframes lucidgenzalo {
  0% to {
    transform: rotate(-25deg); }
  50% {
    transform: rotate(25deg); } }

@keyframes scaleAnimation {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.6); } }

@keyframes scaleAnimation {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.3); } }

@keyframes shake {
  0%, 100% {
    transform: translate(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(-2px, 2px); }
  20%, 40%, 60%, 80% {
    transform: translate(1px, 2px); } }

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1; } }

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6; } }

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }

body {
  font-family: "Roboto", sans-serif; }
  body h2 {
    line-height: 1.55em; }
  body .icon-color {
    color: #d7002fb8; }
  body .text-color {
    color: #d7002fb8; }
  body p {
    text-indent: 10px; }
  body .color-bg {
    background-color: #a5baea1c; }
  body .hvr-underline-from-center::before {
    background-color: #d7002f; }

.jscroll-to-top {
  bottom: 100px; }

.fcta-zalo-ben-trong-nut {
  transition: all 1s;
  position: absolute;
  text-align: center;
  width: 85%;
  height: 60%;
  left: 3px;
  bottom: 31px;
  line-height: 70px;
  font-size: 25px;
  opacity: 1; }
  .fcta-zalo-ben-trong-nut svg path {
    fill: #fff; }
  .fcta-zalo-ben-trong-nut i {
    transition: all 1s;
    animation: lucidgenzalo 1s linear infinite; }

.fcta-zalo-vi-tri-nut {
  position: fixed;
  bottom: 115px;
  left: 31px;
  z-index: 999; }

.fcta-zalo-nen-nut {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #0068ff;
  border-radius: 50%;
  position: relative; }
  .fcta-zalo-nen-nut::after {
    content: "";
    position: absolute;
    border: 1px solid #0068ff;
    background: #0068ff80;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite;
    animation-delay: .4s; }
  .fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #0068ff;
    background: #0068ff80;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite; }
  .fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut {
    opacity: 0; }
  .fcta-zalo-nen-nut:hover i {
    transform: scale(0.5);
    transition: all .5s ease-in; }
  .fcta-zalo-nen-nut:hover .fcta-zalo-text {
    transform: scaleX(1);
    opacity: 1; }

div.fcta-zalo-mess {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 117px;
  left: 71px;
  z-index: 99;
  background: #fff;
  padding: 7px 15px 7px 29px;
  color: #0068ff;
  border-radius: 0px 50px 50px 0px;
  font-weight: 700;
  font-size: 15px; }

.fcta-zalo-text {
  opacity: 0;
  position: absolute;
  top: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transform: scaleX(-1);
  transition: all .5s;
  line-height: 1.5;
  font-family: Roboto; }
  .fcta-zalo-text a {
    text-decoration: none;
    color: #fff; }

.fcta-zalo-mess span {
  color: #0068ff !important; }

span#fcta-zalo-tracking {
  font-family: Roboto;
  line-height: 1.5; }

:root {
  --header-height: 53px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  word-break: break-word; }

#header-top {
  background-color: #d7002f; }
  #header-top ul {
    list-style-type: none;
    color: #ffff;
    font-size: 15px;
    justify-content: space-between;
    margin: 0px; }

.box-title {
  margin-bottom: 25px; }

header {
  position: relative;
  position: relative;
  top: 0;
  z-index: 250; }
  header .box-header {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: var(--header-height); }

.header {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  flex-wrap: nowrap; }
  .header .logo {
    font-family: "Comforter Brush", cursive;
    font-size: 38px;
    max-width: 200px;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center; }
    .header .logo a {
      display: flex;
      align-items: center; }
      .header .logo a img {
        display: block; }
  .header .menu {
    display: contents; }
    .header .menu .drawer {
      display: flex;
      height: var(--header-height); }
      .header .menu .drawer .hvr-bounce-to-top:before {
        background: #e02626;
        color: #ffffff; }
      .header .menu .drawer a {
        text-transform: capitalize;
        transition: all 0.1s linear;
        display: flex;
        align-items: center;
        padding: 0 15px;
        color: #e31a46d2;
        text-decoration: none;
        font-size: 14px; }
        .header .menu .drawer a:hover {
          background: rgba(243, 243, 243, 0.309804);
          color: #ffffff; }
        .header .menu .drawer a:active {
          background: #e0e0e0; }

.menu-btn {
  background: transparent;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  right: 11px;
  top: 8px;
  display: none;
  cursor: pointer;
  right: 3px; }
  .menu-btn:active {
    background: #f3f3f3; }

.close-btn {
  background: transparent;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  right: 11px;
  top: 8px;
  display: none;
  cursor: pointer; }
  .close-btn:active {
    background: #f3f3f3; }

.img {
  height: calc(100vh - 53px);
  width: 100%;
  object-fit: cover;
  display: block; }

.body {
  overflow: hidden; }

#introduce {
  padding-bottom: 50px; }
  #introduce .box-img {
    padding: 0px; }

#gioi-thieu {
  margin-top: 20px;
  padding: 40px 0px; }
  #gioi-thieu .box-content {
    margin-bottom: 20px; }
    #gioi-thieu .box-content p {
      font-size: 18px; }

#mau-chuong-bao-chay {
  margin-top: 20px;
  padding: 40px 0px; }
  #mau-chuong-bao-chay .card-title {
    min-height: 72px; }
  #mau-chuong-bao-chay .box-content p {
    font-size: 18px; }
  #mau-chuong-bao-chay .box-content .box-item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    #mau-chuong-bao-chay .box-content .box-item li {
      flex-basis: 50%;
      box-sizing: border-box;
      padding: 10px; }
  #mau-chuong-bao-chay .box-content ul {
    list-style: none;
    font-size: 20px; }
  #mau-chuong-bao-chay .box-content a {
    padding: 8px 28px;
    font-size: 23px;
    background-color: #d7002f;
    color: #fff;
    text-decoration: none;
    border-radius: 30px; }

#tim-hieu {
  margin-top: 20px;
  padding: 40px 0px; }
  #tim-hieu .box-content {
    margin-bottom: 20px; }
    #tim-hieu .box-content p {
      font-size: 18px; }
    #tim-hieu .box-content .box-item {
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #tim-hieu .box-content .box-item li {
        box-sizing: border-box;
        padding: 10px; }
    #tim-hieu .box-content ul {
      font-size: 20px; }
    #tim-hieu .box-content a {
      padding: 8px 28px;
      font-size: 23px;
      background-color: #d7002f;
      color: #fff;
      text-decoration: none;
      border-radius: 30px; }

#loi-ich-khi-chon-phong-chay {
  margin-top: 20px;
  padding: 40px 0px; }
  #loi-ich-khi-chon-phong-chay .box-content {
    margin-bottom: 20px; }
    #loi-ich-khi-chon-phong-chay .box-content p {
      font-size: 18px; }
    #loi-ich-khi-chon-phong-chay .box-content .box-item {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #loi-ich-khi-chon-phong-chay .box-content .box-item li {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 10px; }
    #loi-ich-khi-chon-phong-chay .box-content ul {
      list-style: none;
      font-size: 20px; }
    #loi-ich-khi-chon-phong-chay .box-content a {
      padding: 8px 28px;
      font-size: 23px;
      background-color: #d7002f;
      color: #fff;
      text-decoration: none;
      border-radius: 30px; }

#sanitary {
  margin-top: 20px;
  padding: 40px 0px; }
  #sanitary .box-content {
    margin-bottom: 20px; }
    #sanitary .box-content p {
      font-size: 18px; }
    #sanitary .box-content .box-item {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #sanitary .box-content .box-item li {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 10px; }
    #sanitary .box-content ul {
      list-style: none;
      font-size: 20px; }
    #sanitary .box-content a {
      padding: 8px 28px;
      font-size: 23px;
      background-color: #d7002f;
      color: #fff;
      text-decoration: none;
      border-radius: 30px; }

#installation {
  margin-top: 20px;
  padding: 40px 0px; }
  #installation .box-content {
    margin-bottom: 20px; }
    #installation .box-content p {
      font-size: 18px; }
    #installation .box-content .box-item {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #installation .box-content .box-item li {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 10px; }
    #installation .box-content ul {
      list-style: none;
      font-size: 20px; }
    #installation .box-content a {
      padding: 8px 28px;
      font-size: 23px;
      background-color: #d7002f;
      color: #fff;
      text-decoration: none;
      border-radius: 30px; }

#contact {
  padding: 40px 0px;
  margin-top: 20px;
  color: #fff;
  background: #ff0505;
  background: linear-gradient(124deg, rgba(255, 5, 5, 0.767967) 0%, #f1f0ff 100%); }
  #contact h2 {
    font-weight: bold;
    font-size: 40px; }
  #contact .box-call {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #contact .box-call a {
      margin: 10px;
      color: #d7002fb8;
      font-size: 30px;
      background-color: #fff;
      padding: 10px 30px;
      border-radius: 10px;
      border: 1px solid;
      text-decoration: none; }

#quy-trinh {
  margin-top: 20px;
  padding: 40px 0px; }
  #quy-trinh .box-item {
    margin: auto;
    max-width: 65px;
    position: relative;
    display: block;
    height: 35px; }
  #quy-trinh .item-icon {
    max-width: 65px;
    position: absolute;
    top: -30px; }
    #quy-trinh .item-icon i {
      border-radius: 10px;
      font-size: 35px;
      padding: 15px;
      color: #ffffff;
      background-color: #ff0000a5; }
  #quy-trinh .item {
    padding: 15px; }
    #quy-trinh .item h3 {
      font-weight: bolder;
      font-size: 22px; }
  #quy-trinh .bg-color-1 {
    background-color: #d8e8f7; }
  #quy-trinh .bg-color-2 {
    background-color: #e7f1d0; }
  #quy-trinh .bg-color-3 {
    background-color: #feefd1; }
  #quy-trinh .bg-color-4 {
    background-color: #ffe1e1; }
  #quy-trinh .box-content {
    margin-top: 50px;
    border-radius: 15px;
    min-height: 211px; }

#strengths {
  padding: 40px 0px;
  margin-top: 20px; }
  #strengths p {
    text-indent: 0%; }
  #strengths .box {
    background: #f0ffff7a;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform; }
  #strengths .box-header {
    max-width: 140px;
    margin: auto; }
  #strengths .box-title h5 {
    font-size: 1.65rem; }

#reality {
  padding: 40px 0px;
  margin-top: 20px; }
  #reality .box-img {
    padding: 10px 0px; }

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999; }

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block; }

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5; }

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .hotline-phone-ring-img-circle .pps-btn-img img {
      width: 20px;
      height: 20px; }

.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px; }
  .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial; }
    .hotline-bar > a:hover {
      color: #fff; }
    .hotline-bar > a:active {
      color: #fff; }

#footer {
  background-color: #b60e0ec2;
  color: #fff;
  padding-top: 20px; }
  #footer .row-content-top {
    font-size: 24px; }
  #footer .footer-left {
    margin-top: 10px;
    margin-bottom: 20px; }

#link-nn {
  margin-top: 20px;
  padding: 40px 0px; }
  #link-nn .text-color-1 {
    color: #e31a46d2;
    font-weight: bold; }

@media (max-width: 768px) {
  body .overturned {
    display: flex;
    flex-direction: column-reverse; }
  body .item-img {
    margin-top: 20px; }
  body .title {
    margin-top: 20px; }
  body p {
    margin: 0px; }
  #introduce {
    padding-bottom: 20px; }
  #gioi-thieu {
    margin-top: 0px;
    padding: 20px 0px; }
  #mau-chuong-bao-chay {
    padding: 20px 0px; }
    #mau-chuong-bao-chay .img-hg {
      min-height: 259px; }
    #mau-chuong-bao-chay .box-content .box-item li {
      flex-basis: 100%; }
  #tim-hieu {
    padding: 20px 0px; }
    #tim-hieu .box-content .box-item li {
      flex-basis: 100%; }
  #loi-ich-khi-chon-phong-chay {
    padding: 20px 0px; }
    #loi-ich-khi-chon-phong-chay .box-content .box-item li {
      flex-basis: 100%; }
  #sanitary {
    padding: 20px 0px; }
    #sanitary .box-content .box-item li {
      flex-basis: 100%; }
  #installation {
    padding: 20px 0px; }
    #installation .box-content .box-item li {
      flex-basis: 100%; }
  #contact {
    padding: 20px 0px; }
    #contact .box-call {
      align-items: center;
      flex-direction: column; }
    #contact h2 {
      font-size: 26px; }
  #quy-trinh {
    padding: 20px 0px; }
    #quy-trinh .item-icon {
      top: -10px;
      left: -40px; }
      #quy-trinh .item-icon i {
        border-radius: 10px;
        font-size: 35px;
        padding: 5px;
        background-color: #d7002f; }
    #quy-trinh .item {
      padding: 5px; }
      #quy-trinh .item h3 {
        font-size: 17px; }
      #quy-trinh .item p {
        font-size: 15px; }
  #strengths {
    padding: 20px 0px;
    background-color: #fff; }
    #strengths .row-content {
      display: flex;
      justify-content: center; }
    #strengths .box-title h5 {
      font-size: 20px; }
    #strengths p {
      font-size: 12px; }
  #reality {
    padding: 20px 0px; }
  #link-nn {
    padding: 20px 0px; } }

@media (max-width: 760px) {
  div.fcta-zalo-mess {
    display: none; }
  span#fcta-zalo-tracking {
    display: none; }
  #header-top {
    display: none; } }

@media (max-width: 1140px) {
  .header .menu .drawer {
    padding: 0; } }

@media (max-width: 920px) {
  nav {
    margin: 0px; }
  .header .menu {
    display: flex;
    position: fixed;
    top: 0;
    left: -925px;
    width: 100%;
    height: 100%;
    z-index: 300; }
    .header .menu .blank {
      height: 100%;
      flex: 1; }
    .header .menu .drawer {
      box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
      padding-top: 50px;
      height: 100%;
      width: 225px;
      background: #fff;
      flex-direction: column;
      position: fixed;
      left: -240px;
      transition: all 200ms linear;
      overflow: auto; }
      .header .menu .drawer a {
        padding: 20px;
        color: #1b1b1e; }
  .header .logo {
    margin-left: 17px; }
  .menu-btn {
    display: block;
    color: #fff; }
  .close-btn {
    display: block; }
  .drawer-visible {
    left: 0 !important; }
  .blur {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    left: 0 !important; } }
