* {
  padding: 0px;
  margin: 0px;
  font-family: "Ubuntu", sans-serif;
  scroll-behavior: smooth;
}
header {
  padding: 25px 0px;
  background-color: #007a3d;
  position: fixed;
  width: 100%;
}
.header-main {
  background-color: #ffffff;
}
.header-main-box {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.header-main-box h3 {
  color: #007a3d;
}
.header-main-box .hotline {
  color: #007a3d;
  font-weight: bold;
}
.header-main-box .hotline span {
  color: red;
  font-weight: bold;
}
.nav {
  max-width: 1280px;
  margin: 0 auto;
}
.nav-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-list {
  padding-left: 30px;
  list-style-type: none;
}
.nav-logo h1 {
  color: #ffffff;
  font-size: 18px;
}
.nav-list .nav-link:nth-child(1) {
  color: #ffffff;
}
.nav-list .nav-link {
  text-decoration: none;
  padding-right: 32px;
  font-weight: bold;
  color: #ffffffcc;
  font-size: 14px;
}
.nav-list .nav-link:hover {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.nav-list .nav-link:last-child {
  padding-right: 0px;
}
.nav-search-input {
  background: #209f45;
  padding: 14px 20px;
  /* border-radius: 30px; */
  box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.nav-search-input input {
  background: #209f45;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.nav-search-input input::placeholder {
  color: #ffffff;
}
.nav-search-submit {
  background: #209f45;
  outline: none;
  border: none;
  color: #ffff;
  cursor: pointer;
  color: #e4d804;
}
.nav-right {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #12151e;
  border: 1px solid #007a3d;
  padding: 10px 20px;
}
.nav-right:hover {
  background-color: #007a3d;
  color: #12151e;
  transition: all 0.2s ease-in-out;
}
.nav-right a {
  text-decoration: none;
  font-size: 14px;
  color: #ffff;
  font-weight: bold;
}
.nav-right button {
  background-color: #7e3af2;
  color: white;
  padding: 8px 12px;
  border: #7e3af2;
  border-radius: 5px;
  font-weight: bold;
}
.nav-right button:hover {
  background-color: #6238ab;
}
.nav-bar {
  display: none;
  font-size: 23px;
  padding: 4px 12px;
  color: #ffff;
}
.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  background-color: #007a3d;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 10;
}
.nav-mobile-close {
  position: fixed;
  top: 5px;
  right: 5px;
  padding-top: 10px;
  padding: 5px 10px;
  color: #ffff;
}
.nav-mobile-list {
  list-style-type: none;
  padding: 20px 20px;
  font-size: 10px;
  margin-top: 5px;
}
.nav-mobile-button-link {
  background-color: #12151e;
  color: #ffff;
  padding: 10px 10px;
  border: 2px solid #007a3d;
  border-radius: 10px;
  margin-top: 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.nav-mobile-link {
  text-decoration: none;
  display: block;
  color: #ffff;
  line-height: 35px;
  font-weight: bold;
}
.nav-over-lay {
  background-color: #171d22be;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.input-check:checked ~ .nav-over-lay {
  display: block;
}
.input-check:checked ~ .nav-mobile {
  transform: translateX(0);
}
/* SLIDE */
.slide img {
  width: 100%;
  display: block;
  padding-top: 50px;
}
/* BANG GIA */
.price-list {
  background-color: #ffffff;
  padding: 50px 0px;
}
.price-list-elem {
  max-width: 1280px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.price-list-elem-left h2 {
  text-align: center;
  padding-bottom: 10px;
}
.price-list-elem-left table {
  font-size: 14px;
}
.price-list-elem-left p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 10px;
}
#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}
#customers tr:hover {
  background-color: #ddd;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #007a3d;
  color: white;
}
.price-list-elem-right img {
  width: 100%;
}
/* HOTLINE */
.hotline {
  background-color: #007a3d;
}
.hotline-elem {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
  align-items: center;
}
.hotline-elem h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
}
.hotline-elem a {
  color: #ffffff;
  text-decoration: none;
  background-color: #cf0000;
  padding: 20px 50px;
  font-weight: bold;
  font-size: 34px;
  border-radius: 5px;
  display: inline-block;
}
/* QUESTION */
.question {
  background-color: #ffffff;
  padding-top: 50px;
}
.question h2 {
  text-align: center;
}
.question-elem {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-top: 30px;
}
.question-elem-item {
  border: 2px dashed #007a3d;
  text-align: center;
  padding: 30px;
  border-radius: 5px;
}
.question-elem-item h3 {
  padding: 10px 0px;
}
/* SERVICE */
.service {
  background-color: #ffffff;
  padding: 50px 0px;
}
.service h2 {
  text-align: center;
  padding-bottom: 30px;
}
.service-elem {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  grid-gap: 20px;
}
.service-elem-item img {
  width: 100%;
  height: 220px;
}
.service-elem-item p {
  padding-bottom: 10px;
  font-size: 20px;
  color: #cf0000;
  font-weight: bold;
}
.service-elem-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #cf0000;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
}
/* LOCATION */
.location {
  background-color: #ffffff;
  padding-bottom: 50px;
}
.location h2 {
  text-align: center;
  padding-bottom: 50px;
}
.location-elem {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.location-elem-item {
  text-align: center;
}
.location-elem-item img {
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  height: 200px;
}
.location-elem-item a {
  color: #ffffff;
  background-color: #cf0000;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  font-weight: bold;
}
/* COMMENT */
.comment {
  background-color: #ffffff;
}
.comment h2 {
  text-align: center;
  padding-bottom: 50px;
}
.comment-elem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}
.comment-elem-item {
  background-color: #d4e6fb;
  padding: 50px 30px;
  border-radius: 5px;
  text-align: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.comment-elem-item img {
  border-radius: 50%;
  max-width: 100px;
  max-height: 100px;
}
.comment-elem-item ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: center;
  padding-top: 10px;
}
.comment-elem-item ul li svg {
  width: 20px;
  color: #fcac00;
}
.comment-elem-item p {
  padding: 10px 0px;
  font-style: italic;
}
.comment-person {
  padding-top: 30px;
}
/* SLOGAN */
.slogan {
  margin-top: 50px;
}
.slogan img {
  width: 100%;
  display: block;
}
/* FOOTER */
.footer {
  background-color: #0a0a0a;
}
.footer p {
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
/* BACK TO TOP */
#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #cf0000;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
#myBtn svg {
  width: 20px;
  height: 20px;
  padding: 12px 13px;
}
#myBtn:hover {
  background-color: #007a3d;
}
/* CUOC GOI */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 65px;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-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: transparent;
  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;
  /* width: 175px !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,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-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;
  }
}
@-webkit-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;
  }
}
@-webkit-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);
  }
}
.float-contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}
.chat-zalo, .chat-facebook, .call-hotline {
  display: block;
  margin-bottom: 6px;
  line-height: 0;
}
@media (max-width: 480px) {
  .chat-zalo, .chat-facebook, .call-hotline {
    display: inline-block;
  }
}
/* FOOTER */
.footer {
  background-color: #007a3d;
}
.footer-elem {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0px;
  gap: 100px;
  align-items: center;
}
.footer-elem-item-1 {
  color: #ffffff;
}
.footer-elem-item-1 img {
  max-width: 200px;
}
.footer-elem-item-1 h2 {
  padding: 20px 0px;
}
.footer-elem-item-1 ul {
  list-style-type: none;
  line-height: 30px;
}
.footer-elem-item-2 {
  padding-top: 40px;
}
.footer-elem-item-2 ul {
  list-style-type: none;
  line-height: 30px;
}
.footer-elem-item-2 ul li a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .question-elem {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 30px 10px;
  }
  .service-elem {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    padding: 0px 10px;
  }
}
@media (max-width: 1024px) {
  /* ----nav---- */
  header {
    padding: 10px;
  }
  .nav-bar {
    display: block;
  }
  .nav-pc {
    padding: 0px 20px;
  }
  .nav-list {
    display: none;
  }
  .nav-right {
    display: none;
  }
  .nav-search-input {
    display: none;
  }
  .header-main-box {
    display: block;
    text-align: center;
    line-height: 30px;
  }
  /* BANG GIA */
  .price-list {
    background-color: #ffffff;
    padding-top: 30px;
  }
  .price-list-elem {
    max-width: 1280px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 0px 10px;
  }
  .price-list-elem-left table {
    font-size: 12px;
  }
  /* HOTLINE */
  .hotline-elem {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    justify-content: center;
    padding: 50px 0px;
    text-align: center;
  }
  .hotline-elem h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .hotline-elem a {
    color: #ffffff;
    text-decoration: none;
    background-color: #cf0000;
    padding: 20px 50px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 5px;
    display: inline-block;
  }
  /* QUESTION */
  .question {
    background-color: #ffffff;
    padding-top: 30px;
  }
  .question h2 {
    text-align: center;
    font-size: 24px;
    padding: 0px 20px;
  }
  .question-elem {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 30px 10px;
  }
  /* SERVICE */
  .service {
    background-color: #ffffff;
    padding: 50px 0px;
  }
  .service h2 {
    text-align: center;
  }
  .service-elem {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    padding: 0px 10px;
  }
  .service-elem-item img {
    width: 100%;
    height: 150px;
  }
  .service-elem-item p {
    padding-bottom: 10px;
    font-size: 20px;
    color: #cf0000;
    font-weight: bold;
  }
  .service-elem-item a {
    display: inline-block;
    color: #ffffff;
    background-color: #cf0000;
    padding: 10px 20px;
    text-decoration: none;
  }
  /* LOCATION */
  .location-elem {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 0px 10px;
  }
  .location-elem-item img {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    height: 150px;
  }
  /* COMMENT */
  .comment-elem {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
  }
  /* SLOGAN */
  .slogan img {
    width: 100%;
  }
  /* FOOTER */
  .footer-elem {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    justify-content: center;
    padding: 30px 0px;
    gap: 100px;
    align-items: center;
    padding: 30px 20px;
  }
  .footer-elem-item-2 {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}
