.node-detail ul {
  padding-left: 20px;
}
.node-detail ul li {
  list-style: disc;
}
@media (max-width: 991px) {
  .gva-offcanvas-inner .gva-navigation .gva_menu > li ul.menu.sub-menu {
    display: block;
  }
  .gva-offcanvas-inner .gva-navigation .gva_menu li a .icaret {
    display: none;
  }
}
header.header-v3 .header-main {
  height: 150px;
}
header.header-v3 {
  /*background: url(/doanluatsukiengiang/sites/default/files/bg-header.png) center
    top !important;*/
  animation: slide-header 15s infinite !important;
  background-size: 1520px 150px !important;
}
.banner .logo {
  width: 140px;
  height: 140px;
}
.banner {
  text-align: center;
}
@keyframes slide-header {
  0% {
    background-image: url("/sites/default/files/banner/1.png");
  }
  25% {
    background-image: url("/sites/default/files/banner/2.png");
  }
  45% {
    background-image: url("/sites/default/files/banner/3.png");
  }
  65% {
    background-image: url("/sites/default/files/banner/4.png");
  }
  100% {
    background-image: url("/sites/default/files/banner/1.png");
  }
}

.text {
  display: flex;
  align-items: center; /* căn giữa theo chiều dọc */
  justify-content: center; /* căn giữa toàn khối */
  gap: 15px; /* khoảng cách giữa hình và chữ */
}

.title-group {
  display: flex;
  flex-direction: column; /* chữ xếp dọc */
  align-items: center;
}

.banner .main-title {
  color: red !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 1000 !important;
  font-size: 25px !important;
  letter-spacing: 0 !important;
  padding-right: 185px;
}

.banner .sub-title {
  color: blue !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 900 !important;
  padding-right: 185px;
}

.banner .text {
  margin-top: 24px;
}

@media (min-width: 991px) {
  header.header-v3
    .main-menu
    .area-inner
    ul.gva_menu
    > li.menu-item--active-trail
    > a {
    color: #ffffff;
  }
}

@media (min-width: 991px) {
  header.header-v3 .main-menu .area-inner ul.gva_menu > li > a {
    color: #ffffff;
  }
}

.main-menu .container {
  display: flex;
  justify-content: center;
}

.main-menu {
  background: red !important;
}

header.header-v3 .gva-search-region {
  right: -15px !important;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  color: #fff;
  min-height: 200px;
}

/* cột */
.footer-col {
  display: flex;
  flex-direction: column;
  justify-content: center; /* dọc */
  align-items: center;
}

/* CỘT TRÁI */
.footer-logo {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer-title-vn {
  font-weight: 1000;
  font-size: 25px;
  margin-bottom: 4px;
  color: red;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  font-family: "Nunito", sans-serif !important;
}

.footer-title-en {
  font-size: 15px;
  opacity: 1;
  font-weight: 1000;
  color: #049add;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  font-family: "Nunito", sans-serif !important;
}

/* CỘT PHẢI */
.footer-contact-title {
  font-weight: 1000;
  font-size: 25px;
  margin-bottom: 8px;
  margin-top: 10px;
  color: #049add;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  font-family: "Nunito", sans-serif !important;
}

.footer-phone {
  margin-bottom: 8px;
  color: black;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  font-family: "Nunito", sans-serif !important;
  font-weight: 1000;
}

.footer-phone a {
  text-decoration: none;
  font-size: 20px;
  color: rgb(82, 255, 117);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  font-weight: 1000;
}

.footer-phone a i {
  font-weight: 1000;
}

.footer-phone a:hover {
  color: #fff;
}

.footer-address {
  line-height: 1.5;
  font-size: 20px;
  color: rgb(82, 255, 117);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  font-family: "Nunito", sans-serif !important;
  font-weight: 1000;
}

.footer-address a {
  color: rgb(82, 255, 117);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  font-weight: 1000;
}

.footer-address a:hover {
  color: white;
}

.footer-top {
  background: url("/sites/default/files/ft-before.png")
    no-repeat center top;
  background-size: cover;
}

.footer .footer-center {
  background: url("/sites/default/files/bg-footer.png")
    no-repeat center top;
  background-size: cover;
  color: red;
}

.contact-info a {
  color: red;
}

.contact-info a i:hover {
  color: rgb(27, 0, 108) !important;
}

#block-infositefooter .block-title span {
  color: red;
}

#block-gavias-batiz-contactinfo .block-title span {
  color: red;
}

#block-tintuc .block-title span {
  color: red;
}

#block-thongbaothongtin .block-title span {
  color: red;
}

form#views-exposed-form-van-ban-page-2 {
  display: grid;
  padding: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
}

form#views-exposed-form-van-ban-page-2 label {
  display: flex;
}

form#views-exposed-form-van-ban-page-2 select {
  width: 250px;
}

form#views-exposed-form-van-ban-page-3 {
  display: grid;
  padding: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
}

form#views-exposed-form-van-ban-page-3 label {
  display: flex;
}

form#views-exposed-form-van-ban-page-3 select {
  width: 250px;
}
.copyright {
  background: red !important;
}
.return-top.default {
  background: red !important;
}

.block-title {
  color: red !important;
}

.block-title a {
  color: red !important;
}

.list-tab-tt .block-content {
  border-top: none;
}

.block-title {
  min-height: 50px;
}

@media only screen and (max-width: 768px) {
  .banner .text {
    margin-top: unset !important;
  }
  header.header-v3 .header-main {
    height: 100px;
  }
  header.header-v3 {
    background-size: 100% 100px !important;
  }
  .banner .main-title {
    font-size: 15px !important;
  }
  .banner .logo {
    width: 50px !important;
    height: 50px !important;
  }
  header.header-v3 .gva-search-region {
    right: -180px !important;
  }
  .menu-bar {
    right: -150px;
  }
}
