.info-help .project-single {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-help .project-single:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2);
}

.info-help .homes-img img {
  transition: transform 0.3s ease;
}

.info-help .project-single:hover .homes-img img {
  transform: scale(1.05);
}

.info-help .title-pccc {
  display: block;
  transition: transform 0.3s ease;
}

.info-help .project-single:hover .title-pccc {
  transform: translateY(-3px);
}

.img-box {
  position: relative;
  display: inline-block;
}

.img-box .hot-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 35px;
  height: auto;
  z-index: 10;
}

@keyframes shake {
  0% {
    transform: rotate(-5deg) scale(1);
  }

  100% {
    transform: rotate(5deg) scale(1.05);
  }
}

.box-shadow-fit p {
  padding-top: 10px;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
}

.news-itemm {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}

.news-icon {
  font-size: 18px;
  color: #ff385c;
  /* Màu xanh */
  transition: color 0.3s;
}

.news-itemm:hover {
  background: #ff385c;
  color: white;
}

.news-itemm:hover .news-icon {
  color: white;
}

/* đầu trang */

.faq_main_container {
  max-width: 800px;
  width: 100%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  align-items: center;
}

.faq_container {
  border: 2px solid #df81ff;
}

.faq_question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
}

.fqa_headline_container h2 span {
  font-weight: 700;
}

.faq_question-text h3 {
  font-size: 22px;
}

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}

.icon:hover {
  cursor: pointer;
}

.icon-shape {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #c00;
}

.icon .icon-shape::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.icon .icon-shape::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}

.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}

.btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
}

.btn:hover {
  color: white;
}

.title-main {
  text-transform: capitalize;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.title-span {
  text-transform: capitalize;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  display: block;
  text-decoration: none;
}

.title-pccc {
  text-transform: capitalize;
  color: #ff0;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 12px;
}

.title-trangchu {
  color: #c00;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 23px;
}

.title-haonhien {
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #121b22;
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
}

.title-cauhoi {
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #121b22;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.title-faq {
  color: #c00;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 23px;
}

.title-trangdienlanh {
  color: #111;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 22px;
  text-align: center;
  padding-bottom: 25px;
  color: #c00;
}

.blog-span {
  font-size: 27px;
  font-weight: bolder;
  padding-bottom: 20px;
  line-height: 35px;
  color: #1d7efb;
}
.blog-span01 {
  font-size: 25px;
  font-weight: bolder;
  padding-bottom: 20px;
  line-height: 35px;
  color: #c00;
}

.blog-section {
  padding: 50px 0;
  /* background-color: #f9f9f9; */
}

.blog-section .row > .col-xl-6:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}

.blog-section .row > .col-xl-6:first-child > div {
  flex: 0 0 calc(50% - 10px);
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-section .row > .col-xl-6:first-child > div:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.blog-section .row > .col-xl-6:first-child img {
  margin-bottom: 15px;
}

.blog-section .row > .col-xl-6:last-child {
  padding: 40px 30px;
}

.blog-section .row > .col-xl-6:first-child span {
  font-size: 28px;
  font-weight: bold;
  color: #2c3e50;
  margin: 10px 0;
}

.blog-section .row > .col-xl-6:first-child p {
  font-size: 28px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin: 0;
}

.blog-section .row > .col-xl-6:last-child h2 {
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-bottom: 20px;
}

.blog-section .row > .col-xl-6:last-child p {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(0, 0, 0);
}
/* p2 */

.headings-2 {
  display: flex;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 15px;
  border-bottom: 3px solid #ff0000;
  margin-bottom: 20px;
}

.listing-title-bar h2 {
  font-size: 22px;
  font-weight: 600;
  color: #ff0000;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

.news-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}

.news-item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.img-box {
  width: 100%;
  /* height: 200px; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease;
}

.news-item:hover .img-box img {
  transform: scale(1.1);
}

.title-tintuc {
font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: none;
    /* margin-top: 10px; */
    transition: color 0.3s ease;
    line-height: 25px;
    padding: 6px;
}

.title-tintuc:hover {
  color: #ff0000;
}

.starts {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.starts i {
  color: #ffc107;
  font-size: 14px;
  margin: 0 2px;
}

.news-item-text p {
  font-size: 15px;
  font-weight: bold;
  color: #ff0000;
  margin: 5px 0;
}

/* ======= Nút gọi ngay ======= */
.btn {
  background: #ff385c;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #0056b3;
}

.btn i {
  margin-right: 5px;
}
.mota {
  padding-top: 90px;
}
.banner-1 {
  padding-bottom: 40px;
  padding-top: 40px;
}
/* ======= Responsive cho mobile ======= */
@media (max-width: 768px) {
  .news-item {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .news-item {
    width: 100%;
  }
  .mota {
    padding-top: 0px;
  }
  .banner-1 {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .blog-span {
    font-size: 33px;
    font-weight: bolder;
    padding-bottom: 20px;
    line-height: 35px;
    color: #1d7efb;
  }
  .blog-span01 {
    font-size: 17px;
    font-weight: bolder;
    padding-bottom: 20px;
    line-height: 35px;
    color: #c00;
  }
}
/* p2 */

.sidetc {
  width: 100%;
  height: auto;
  margin-top: 59px;
}
.top-headings-section {
  padding-bottom: 2rem;
}

.top-headings-section p {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  color: #555;
  max-width: 550px;
}

.top-headings-section h2::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #ff385c;
  content: ' ';
  width: 100px;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
/* 6 sản phẩm */
.category-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.category-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Lớp phủ mờ */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-item:hover .category-overlay {
  opacity: 1;
}

.category-overlay span {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.category-overlay button {
  background-color: #ff9800;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  transition: background 0.3s;
}

.category-overlay button:hover {
  background-color: #e68900;
}

@media (max-width: 768px) {
  .category-overlay {
    opacity: 1 !important;
    /* Hiển thị tiêu đề và nút trên di động */
    background: rgba(0, 0, 0, 0.4);
    /* Làm mờ nhẹ */
  }

  .category-overlay h3 {
    font-size: 16px;
  }

  .category-overlay button {
    font-size: 12px;
    padding: 6px 10px;
  }
}
/* 6 sản phẩm  */

.title-trangchu {
  color: #111;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 23px;
}

.blog-span {
  font-size: 27px;
  font-weight: bolder;
  padding-bottom: 20px;
  line-height: 40px;
}

.blog-section {
  padding: 50px 0;
}

.blog-section .container {
  max-width: 1440px;
}

.blog-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-section .col-xl-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.blog-section .col-xl-3:hover {
  transform: translateY(-25px);
}

.blog-section img {
  /* width: 100px; */
  height: auto;
}

/* .blog-section p {
  font-size: 22px;
  font-weight: bold;
  color: #ffa500;
  margin: 10px 0;
} */

/* .blog-section span {
  font-size: 18px;
  font-weight: bold;
  color: #00bd56;
} */

/* Responsive Design */
@media (max-width: 992px) {
  .blog-section .col-xl-3 {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .blog-section .col-xl-3 {
    width: 100%;
  }

  .blog-section img {
    /* width: 80px; */
  }

  .blog-section p {
    font-size: 20px;
  }

  .blog-section span {
    font-size: 16px;
  }
}
/* ĐẦU TRANG
 */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 20px 0;
  /* min-height: 100vh;*/
}

.sek-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sek-title .title {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 24px;
  color: #007bff;
  font-weight: bold;
  margin-bottom: 15px;
}

.sek-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.sek-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sek-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sek-title.light h2 {
  color: #ffffff;
}

.sek-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: '\f058';
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff385c;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: 'Font Awesome 5 Free';
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover {
  background-color: #007bff;
  color: #ffffff;
}

.about-section {
  position: relative;
  /* padding: 120px 0 70px; */
}

.about-section .sek-title {
  margin-bottom: 45px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
  margin-top: 10px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before {
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: '';
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff;
}
/* 4 ô giới thiệu đầu trang */
.business-setup {
  text-align: center;
  padding: 80px 20px;
  /* background: #f5f5f5; */
}

.business-setup h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.card1 {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-in-out forwards;
}

.card1:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card1 i {
  font-size: 40px;
  color: #27ae60;
  margin-bottom: 10px;
}

.card1 h3 {
  font-size: 20px;
  color: #34495e;
}

.card1 p {
  font-size: 16px;
  color: #666;
}

/* Hiệu ứng khi cuộn vào màn hình */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4 ô giới thiệu đầu trang */

/* why choose us */
.why-choose-us {
  padding: 60px 0;
  text-align: center;
  background: #f9f9f9;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 15px;
}

.section-title p {
  font-size: 18px;
  color: #000;
  margin-bottom: 40px;
}

.feature-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.feature-box:hover {
  transform: translateY(-10px);
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.icon-circle img {
  width: 80px;
  height: 80px;
}

.feature-box h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 16px;
  color: #000;
}
/* why choose us -end  */

/* dịch vụ liên quan */

.related-services {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  /*width: 300px;*/
  background: #fff;
}

.related-services .header {
  background: #1e3a8a;
  /* Màu xanh đậm */
  color: white;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

.related-services .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-services .service-list li {
  border-bottom: 1px solid #ddd;
}

.related-services .service-list li:last-child {
  border-bottom: none;
}

.related-services .service-list li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.related-services .service-list li a:hover {
  background: #f5f5f5;
  color: #d9534f;
  /* Màu đỏ */
}
/* dịch vụ liên quan */
