@import url('https://fonts.cdnfonts.com/css/roboto-condensed');
:root {

  --color-1:#ffff;

  --color-2: #000;
  --color-3: #009ae1;

  --font-family-1: "Roboto Condensed", sans-serif;
  --box--shadow-1:0 10px 30px 0 rgba(0,0,0,.1);

  --box--shadow-2:rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}



body {

  font-size: 16px;

  color: var(--color-2);

  font-family: var(--font-family-1) !important;

}



*:not(i) {

  font-family: var(--font-family-1) !important;

}

h1,h2,h3,h4,h5,h6{

  margin-bottom: 0;

}

h1, h1.title {

  font-size: 2rem;

}



h2, h2.title {

  font-size: 1.875rem;

}



h3, h3.title {

  font-size: 20px;

}

p {
  margin-bottom: 10px;
  text-align: justify;
}

.button:hover {
  box-shadow: none;
}

.px-3 {

  padding-left: 1rem;

  padding-right: 1rem;

}

.pb-20px{

  padding-bottom: 20px;

}

.mb-1-25{

  margin-bottom: 1.25rem;

}

.mb-10px{

  margin-bottom: 10px;

}

.text-justify{

  text-align: justify;

}

.header-top {
  background-color: #009ae1;
}

#logo img {
  margin: 0 auto;
  padding: 10px;
}

.img-boder img {
  border-radius: 6px;
}

.btn-more {
  padding: 2px 35px;
  background-color: var(--color-3);
}.btn-more:hover {
  background-color: transparent;
  border: 1px solid var(--color-3);
  color: #009ae1;
}

.section-title-normal span {
    border-bottom: 2px solid rgb(1, 134, 34);
    padding-bottom: 0;
}

.service-box {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
}
.service-box img{
  transition: all 0.3s ease;

}
.service-box a{
	font-size:18px;
	font-weight:700;

}


.service-box:hover img{
  transform: scale(1.05);
}
.col-menu{
    color: white !important;
 margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.footer-wrapper .section-title-normal span {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.footer-gallery {
  padding-top: 30px !important;
}
.absolute-footer {
  display: none !important;
}
.btn-zalo {
  background-color: #f7931e;
}

.btn-facebook {
  background-color: #1877f2;
}

.btn-hotline {
  background-color: #e60000;
}
 .fixed-buttons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.fixed-buttons a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  width: fit-content;
  margin-bottom: 6px; /* Chính xác như web mẫu */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

/* Bỏ margin dưới ở nút cuối cùng */
.fixed-buttons a:last-child {
  margin-bottom: 0;
}

/* CSS cua Nam */

#fixed-contact-buttons-wrapper {
  position: fixed;
  left: 10px;
  top: 90%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-button {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.zalo-button {
  background-color: #ff8c00;
  color: #ffffff;
  width: 110px;
  color: #ffffff;
}
.zalo-button:hover {
    background-color: #e67e00;
  transform: translateX(5px);
   color: #ffffff;
}

.facebook-button {
  background-color: #1877f2;
  color: #ffffff;
  width: 150px;
}
.facebook-button:hover {
  background-color: #1565c0;
  transform: translateX(5px);
  color: #ffffff;
}

.hotline-button {
  background-color: #dc3545;
  color: #ffffff;
  width: 200px;
}
.hotline-button:hover {
  background-color: #c82333;
  transform: translateX(5px);
  color: #ffffff;
}

body.admin-bar #fixed-contact-buttons-wrapper {
    top: calc(50% + 16px);
}

@media (max-width: 768px) {
    #fixed-contact-buttons-wrapper {
        /* display: none; */
        gap: 5px;
    }
    .contact-button {
        padding: 10px 15px;
        font-size: 15px;
    }
}

/* Mang Moblie */

@media  screen and (max-width: 549px) {

  p {
    font-size: 14px;
  }
.section-docs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
.contact-flex {
	display: block !important;
}
.contact-flex span:first-child {
    display: block !important;
    margin-bottom: -15px !important;
}
.dvsc-row {
    margin-left: 0;
    margin-right: 0;
  }

  /* Cột bên trái */
  .dvsc-row .col:nth-child(odd) {
    padding-right: 7px;
  }

  /* Cột bên phải */
  .dvsc-row .col:nth-child(even) {
    padding-left: 7px;
  }

  .dvsc-row .col {
    padding-top: 0;
    padding-bottom: 10px;
  }




.contact-section img.attachment-original.size-original {
    display: block;
    margin: 0 auto;
    width: 66% !important;
  }
input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px !important;
    padding: 10px 20px !important;
    height: auto !important;
    width: 100% !important;
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
 .section-title-main {
    font-size: 26px !important;
    line-height: 1.3;
  }

}


@media screen and (max-width: 430px) {

}

@media screen and (max-width: 412px) {
  
}



