/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* =========================
   GÓC TƯ VẤN
   Tone: #a42f32 / #fff
   Không dùng font-weight 800
========================= */
.back-to-top {
	bottom: 80px;align-content
}
.goctuvan-home {
  position: relative;
  padding: 70px 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(164, 47, 50, 0.045) 100%);
  overflow: hidden;
}

.goctuvan-home .section-content {
  position: relative;
  z-index: 2;
}

/* Khối tiêu đề */
.goctuvan-home .section-title-container {
  margin-bottom: 28px;
}

.goctuvan-home .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(164, 47, 50, 0.12);
}

.goctuvan-home .section-title-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a42f32 !important;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.goctuvan-home .section-title-main i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a42f32, #c45154);
  color: #fff;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(164, 47, 50, 0.2);
}

.goctuvan-home .section-title a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a42f32;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.goctuvan-home .section-title a:hover {
  color: #7f2023;
  transform: translateX(3px);
}

.goctuvan-home .section-title a i {
  font-size: 13px;
}

/* Slider */
.goctuvan-home .row-slider {
  position: relative;
}

/* Card bài viết */
.goctuvan-home .post-item {
  padding: 12px;
}

.goctuvan-home .post-item .col-inner {
  height: 100%;
}

.goctuvan-home .box-blog-post {
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(164, 47, 50, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

.goctuvan-home .box-blog-post:hover {
  transform: translateY(-6px);
  border-color: rgba(164, 47, 50, 0.22);
  box-shadow: 0 18px 38px rgba(164, 47, 50, 0.12);
}

/* Ảnh */
.goctuvan-home .box-image {
  overflow: hidden;
}

.goctuvan-home .box-image .image-cover {
  position: relative;
}

.goctuvan-home .box-image img {
  width: 100%;
  transition: transform 0.5s ease;
}

.goctuvan-home .box-blog-post:hover .box-image img {
  transform: scale(1.06);
}

/* Nội dung card */
.goctuvan-home .box-text {
  padding: 0;
}

.goctuvan-home .blog-post-inner {
  padding: 22px 20px 24px;
  text-align: left !important;
}

.goctuvan-home .post-title {
  margin: 0 0 12px;
  color: #a42f32;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  transition: color 0.3s ease;
}

.goctuvan-home .plain:hover .post-title {
  color: #7f2023;
}

.goctuvan-home .is-divider {
  width: 52px;
  height: 3px;
  margin: 0 0 14px;
  background: linear-gradient(90deg, #a42f32, rgba(164, 47, 50, 0.2));
  border: 0;
}

.goctuvan-home .from_the_blog_excerpt {
  margin: 0;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

/* Nút điều hướng slider */
.goctuvan-home .flickity-prev-next-button {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(164, 47, 50, 0.14);
  transition: all 0.3s ease;
}

.goctuvan-home .flickity-prev-next-button:hover {
  background: #a42f32;
  transform: translateY(-2px);
}

.goctuvan-home .flickity-prev-next-button .arrow {
  fill: #a42f32;
}

.goctuvan-home .flickity-prev-next-button:hover .arrow {
  fill: #fff;
}

/* Họa tiết nền nhẹ */
.goctuvan-home::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(164, 47, 50, 0.05);
  z-index: 1;
}

.goctuvan-home::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(164, 47, 50, 0.04);
  z-index: 1;
}

/* Responsive */
@media (max-width: 849px) {
  .goctuvan-home {
    padding: 50px 0;
  }

  .goctuvan-home .section-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 12px;
  }

  .goctuvan-home .section-title-main {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
  }

  .goctuvan-home .section-title-main i {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .goctuvan-home .section-title a {
    font-size: 14px;
  }

  .goctuvan-home .post-item {
    padding: 8px;
  }

  .goctuvan-home .blog-post-inner {
    padding: 18px 16px 20px;
  }

  .goctuvan-home .post-title {
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
  }

  .goctuvan-home .from_the_blog_excerpt {
    font-size: 14px;
    line-height: 1.7;
  }

  .goctuvan-home .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}
/* =========================
   FOOTER - VẬN TẢI HOÀNG PHÚC
   Tone: #a42f32 / #fff
========================= */
.footer {
  position: relative;
  padding: 65px 0 35px;
  background: linear-gradient(135deg, #8f262a 0%, #a42f32 45%, #7f2023 100%);
  color: #fff;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}

.footer::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  z-index: 1;
}

.footer .row {
  position: relative;
  z-index: 2;
}

/* Cột widget */
.footer .widget {
  padding: 0 18px 20px;
}

.footer .widget-title {
  display: inline-block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Divider */
.footer .is-divider.small {
  width: 58px;
  height: 3px;
  margin: 0 0 18px;
  background: #fff;
  opacity: 0.85;
  border-radius: 10px;
}

/* Text chung */
.footer,
.footer p,
.footer li,
.footer span,
.footer a {
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.8;
}

.footer p {
  margin-bottom: 10px;
}

.footer strong {
  color: #fff;
  font-weight: 700;
}

/* Danh sách thông tin công ty */
.footer .info-cty {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .info-cty li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.footer .info-cty li:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-2px);
}

.footer .info-cty li i,
.footer p i.fa {
  min-width: 18px;
  margin-right: 2px;
  color: #fff;
  font-size: 15px;
}

/* Link */
.footer a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #fff000;
}

/* Khối công ty */
.footer #text-2772554660 {
  text-align: left !important;
}

.footer #text-2772554660 > p:first-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Cột cam kết */
.footer #block_widget-3 p {
  margin-bottom: 10px;
}

.footer .cam-ket-footer {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  margin-bottom: 8px;
}

.footer .cam-ket-footer::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

/* Cột logo */
.footer #block_widget-4 .img-inner {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.footer #block_widget-4 img {
  width: 100%;
  display: block;
  object-fit: contain;
  filter: brightness(1.05);
}

/* Khoảng cách giữa các cột */
.footer .large-columns-3 > .col {
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 849px) {
  .footer {
    padding: 50px 0 25px;
  }

  .footer .widget {
    padding: 0 10px 18px;
  }

  .footer .widget-title {
    font-size: 18px;
    font-weight: 700;
  }

  .footer,
  .footer p,
  .footer li,
  .footer span,
  .footer a {
    font-size: 14px;
    line-height: 1.75;
  }

  .footer .info-cty li {
    padding: 10px 12px;
    gap: 10px;
  }

  .footer #block_widget-4 .img-inner {
    padding: 14px;
  }
}
.section-title-normal span {
    border-bottom: 2px solid rgb(0 0 0 / 0%);
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px;
}
.goingay-home {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.goingay-home .section-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.goingay-home .section-bg-overlay {
  background: linear-gradient(
    135deg,
    rgba(164, 47, 50, 0.88),
    rgba(120, 25, 28, 0.82)
  ) !important;
}

.goingay-home .section-content {
  position: relative;
  z-index: 2;
}

.goingay-home .goingay-content .col-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 30px;
  text-align: center;
}

/* Tiêu đề */
.goingay-home h3 {
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
}

.goingay-home h3 span {
  color: #fff000 !important;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

/* Mô tả */
.goingay-home p {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

/* Nút gọi ngay */
.goingay-home .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px !important;
  background: #fff!important;
  color: #a42f32 !important;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: all 0.35s ease;
}

.goingay-home .button:hover {
  background: #fff000;
  color: #a42f32 !important;
  border-color: #fff000;
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.goingay-home .button i {
  font-size: 18px;
  line-height: 1;
}

/* Hiệu ứng vòng tròn nền */
.goingay-home::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.goingay-home::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  z-index: 1;
}

/* Có thể thêm viền khung nổi */
.goingay-home .goingay-content .col-inner {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
}

/* Responsive */
@media (max-width: 849px) {
  .goingay-home {
    padding: 50px 0;
  }

  .goingay-home .goingay-content .col-inner {
    padding: 30px 20px;
  }

  .goingay-home h3 {
    font-size: 26px;
    line-height: 1.4;
  }

  .goingay-home p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  .goingay-home .button {
    min-height: 48px;
    padding: 0 22px;
    font-size: 14px;
  }

  .goingay-home .button i {
    font-size: 16px;
  }
}
.dichvu-list h4 {
    font-size: 13.5px;
	color: yellow!important;
}
/* Tổng thể Section */
.dich-vu-hoang-phuc {
    background-color: #f8f9fa; /* Nền xám nhạt để làm nổi bật các card trắng */
    padding: 60px 0 !important;
}

.dich-vu-hoang-phuc .heading {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.dich-vu-hoang-phuc p {
    color: #666;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
/* =========================
   WHY US - VẬN TẢI HOÀNG PHÚC
   Tone: #a42f32 / #fff
========================= */
.why-us-home {
  position: relative;
  padding: 70px 0;
  background: linear-gradient(135deg, rgba(164, 47, 50, 0.06), rgba(255, 255, 255, 1));
  overflow: hidden;
}

.why-us-home .section-content {
  position: relative;
  z-index: 2;
}

.why-us-home .row {
  align-items: center;
}
/* =========================
   QUY TRÌNH LÀM VIỆC
   Tone: #a42f32 / #fff
========================= */
.quytrinh-home {
  position: relative;
  padding: 70px 0;
  background: linear-gradient(180deg, #fff 0%, rgba(164, 47, 50, 0.05) 100%);
  overflow: hidden;
}

.quytrinh-home .section-content {
  position: relative;
  z-index: 2;
}

.quytrinh-home h3 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a42f32 !important;
}

.quytrinh-home .title-img {
  text-align: center;
  margin-bottom: 18px;
}

.quytrinh-home .title-img img {
  max-width: 180px;
  opacity: 0.95;
}

.quytrinh-home .wpb_text_column p {
  max-width: 820px;
  margin: 0 auto 35px;
  text-align: center;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

/* Layout */
.quytrinh-home .row {
  align-items: center;
}

/* Ảnh bên trái */
.quytrinh-home .quytrinh-img .img-inner {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(164, 47, 50, 0.16);
  border: 2px solid rgba(164, 47, 50, 0.12);
}

.quytrinh-home .quytrinh-img img {
  transition: transform 0.5s ease;
}

.quytrinh-home .quytrinh-img:hover img {
  transform: scale(1.05);
}

/* Cột nội dung các bước */
.quytrinh-home .quytrinh-text .col-inner {
  position: relative;
}

/* Từng bước */
.quytrinh-home .icon-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px !important;
  padding: 20px 22px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(164, 47, 50, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

.quytrinh-home .icon-box:hover {
  transform: translateY(-5px);
  border-color: rgba(164, 47, 50, 0.24);
  box-shadow: 0 16px 36px rgba(164, 47, 50, 0.14);
}

/* Thanh nhấn bên trái */
.quytrinh-home .icon-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 20px;
  background: linear-gradient(180deg, #a42f32, #d15b5e);
}

/* Icon số */
.quytrinh-home .icon-box-img {
  flex: 0 0 62px;
  max-width: 62px;
}

.quytrinh-home .icon-box .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a42f32, #c54f52);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(164, 47, 50, 0.24);
}

.quytrinh-home .icon-box .icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
	padding-top: 0;
}

/* Nội dung */
.quytrinh-home .icon-box-text h4 {
  margin: 0 0 8px;
  color: #a42f32;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.quytrinh-home .icon-box-text p {
  margin: 0;
  color: #444;
  font-size: 15.5px;
  line-height: 1.75;
}

/* Hiệu ứng đường nối giữa các bước */
.quytrinh-home .quytrinh-text .icon-box:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -18px;
  width: 2px;
  height: 18px;
  background: rgba(164, 47, 50, 0.18);
}

/* Họa tiết nền nhẹ */
.quytrinh-home::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 189px;
  height: 189px;
  border-radius: 50%;
  background: rgba(164, 47, 50, 0.06);
  z-index: 1;
}

.quytrinh-home::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(164, 47, 50, 0.05);
  z-index: 1;
}

/* Responsive */
@media (max-width: 849px) {
  .quytrinh-home {
    padding: 50px 0;
  }

  .quytrinh-home h3 {
    font-size: 24px;
  }

  .quytrinh-home .wpb_text_column p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  .quytrinh-home .quytrinh-img {
    margin-bottom: 25px;
  }

  .quytrinh-home .icon-box {
    padding: 16px 16px 16px 18px;
    gap: 14px;
  }

  .quytrinh-home .icon-box-img {
    flex: 0 0 52px;
    max-width: 52px;
  }

  .quytrinh-home .icon-box .icon {
    width: 52px;
    height: 52px;
  }

  .quytrinh-home .icon-box .icon img {
    width: 22px;
    height: 22px;
  }

  .quytrinh-home .icon-box-text h4 {
    font-size: 17px;
  }

  .quytrinh-home .icon-box-text p {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .quytrinh-home .quytrinh-text .icon-box:not(:last-child)::after {
    left: 26px;
  }
}
/* Tiêu đề */
.why-us-home h3 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a42f32 !important;
  position: relative;
}
.why-us-home img {
    border-radius: 20px;
}
.why-us-home .title-img {
  margin-bottom: 30px;
  text-align: center;
}

.why-us-home .title-img img {
  max-width: 180px;
  opacity: 0.95;
}

/* Cột nội dung bên trái */
.why-us-home .col-inner {
  position: relative;
}

/* Mỗi box lý do chọn */
.why-us-home .icon-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(164, 47, 50, 0.12);
  border-left: 4px solid #a42f32;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.why-us-home .icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(164, 47, 50, 0.16);
  border-color: rgba(164, 47, 50, 0.25);
}

/* Icon */
.why-us-home .icon-box-img {
  flex: 0 0 52px;
  max-width: 52px;
}

.why-us-home .icon-box .icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #a42f32, #c44a4d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(164, 47, 50, 0.25);
}

.why-us-home .icon-box .icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Nội dung text */
.why-us-home .icon-box-text p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

/* Ảnh bên phải */
.why-us-home #image_1008624522 {
  width: 100%;
}

.why-us-home #image_1008624522 .img-inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 18px 40px rgba(164, 47, 50, 0.18);
  border: 2px solid rgba(164, 47, 50, 0.12);
}

.why-us-home #image_1008624522 img {
  width: 100%;
  border-radius: 14px;
  display: block;
  transition: transform 0.5s ease;
}

.why-us-home #image_1008624522:hover img {
  transform: scale(1.04);
}

/* Viền trang trí nhẹ */
.why-us-home::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: rgba(164, 47, 50, 0.08);
  border-radius: 50%;
  z-index: 1;
}

.why-us-home::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  background: rgba(164, 47, 50, 0.06);
  border-radius: 50%;
  z-index: 1;
}

/* Responsive */
@media (max-width: 849px) {
  .why-us-home {
    padding: 50px 0;
  }

  .why-us-home h3 {
    font-size: 24px;
  }

  .why-us-home .icon-box {
    padding: 16px;
    gap: 14px;
  }

  .why-us-home .icon-box .icon {
    width: 46px;
    height: 46px;
  }

  .why-us-home .icon-box .icon img {
    width: 20px;
    height: 20px;
  }

  .why-us-home .icon-box-text p {
    font-size: 15px;
    line-height: 1.6;
  }

  .why-us-home #col-44719797 {
    margin-top: 25px;
  }
}
/* Tùy chỉnh các Box Dịch vụ */
.dich-vu-hoang-phuc .box {
    background: #ffffff;
    border-radius: 12px; /* Bo góc hiện đại */
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* Đổ bóng nhẹ */
    height: 100%;
    border: 1px solid #eee;
}

/* Hiệu ứng Zoom ảnh khi Hover */
.dich-vu-hoang-phuc .box-image {
    overflow: hidden;
}

.dich-vu-hoang-phuc .box-image img {
    transition: transform 0.5s ease;
}

.dich-vu-hoang-phuc .box:hover .box-image img {
    transform: scale(1.1);
}

/* Hiệu ứng khi di chuột vào Box */
.dich-vu-hoang-phuc .box:hover {
    transform: translateY(-8px); /* Bay lên một chút */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: #993300; /* Màu thương hiệu của bạn */
}

/* Nội dung văn bản trong Box */
.dich-vu-hoang-phuc .box-text {
    padding: 20px;
}

.dich-vu-hoang-phuc .box-text h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    /* Giới hạn 1 dòng để đều card */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dich-vu-hoang-phuc .box:hover .box-text h2 {
    color: #993300;
}

.dich-vu-hoang-phuc .box-text p {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0;
}

/* Responsive: Khoảng cách giữa các hàng trên mobile */
@media (max-width: 849px) {
    .dich-vu-hoang-phuc .col {
        margin-bottom: 25px;
    }
}
.tai-sao-box .icon-box {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

.tai-sao-box .icon-box h3 {
        color: #5b0b15;
	font-size: 17px;
}
.tai-sao-box .icon-box p{
    font-size: 14px;
    color: #000;
	min-height: 100px;
}
.page-wrapper h1 {
    font-size: 25px;
}
.support-online {
    text-align: center;
}
.support-online p {
    margin: 10px 0px;
    font-size: 15px;
}
.support-online a {
    color: #25126e;
	font-weight: bold;
}
.support-online a:hover{
	color: #f50000;
}
.page-right-sidebar .page-inner p {
    text-align: justify;
	margin-bottom: 10px;
}
.page-right-sidebar .page-inner li{
    margin-left: 20px;
}

.lienhe-page .lienhe-content {
    padding-bottom: 0;
}
.lienhe-info .col {
    padding-bottom: 20px;
}
.lienhe-info h3 {
    font-size: 17px;
    margin-bottom: 0;
}
.lienhe-info p {
    font-size: 15px;
}
.hotline-bot .col {
    padding: 10px 0;
}
.article-inner h1 {
    font-size: 23px;
}
.article-inner h2, .page-inner h2{
    font-size: 20px;
}
.article-inner h3, .page-inner h3 {
    font-size: 17px;
}

.float-contact {
    position: fixed;
    bottom: 16px;
    right: 15px;
    z-index: 99999;
}
.float-contact .hotline {
    background: #ed1c24;
    font-size: 13px;
    border-radius: 20px;
    padding: 0 0 0 10px;
    display: block;
    margin-bottom: 6px;
    color: #fff;
}
.hotline i {
    font-size: 17px;
    line-height: 31px;
    background: #b52026;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    text-align: center;
    float: right;
    margin-left: 5px;
}

.page-right-sidebar .left {
    border: none;
	padding-right: 15px;
}
.blog-single .large-9 {
    padding-right: 15px;
}
.post-sidebar .widget ul, #secondary .widget ul{
    padding: 0 10px!important;
    font-size: 15px!important;
}
.post-sidebar, .page-right-sidebar .large-3 {
    padding: 0 15px!important;
}
.sidebar-wrapper .widget-title, #secondary .widget-title {
    display: block;
    text-align: center;
    background-color: #f50000;
    padding: 8px 5px;
    color: #fff;
    margin-bottom: 10px;
}

.post-sidebar .widget , #secondary .widget{
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

.post-sidebar .widget .is-divider, #secondary .widget .is-divider{
    display: none;
}

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

.blog-wrapper .entry-meta {
    font-style: italic;
}
footer.entry-meta {
    text-align: center;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.related-post .duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

.related-post .is-divider{
	display: none;
}

.related-post .post-title{
	font-size: 13px;
	padding: 5px 0px;
}

.gioithieu-home .col {
    padding-bottom: 15px;
}

.gioithieu-home .gioithieu-text {
    padding-bottom: 0;
}

.aligncenter {
    margin: 0 auto!important;
    display: block;
}

.page-wrapper .aligncenter {
    padding-bottom: 10px;
}

.back-to-top {
    border: 2px solid #ccc!important;
}

.back-to-top i{
    color: #ccc!important;
}

.footer-widgets .name-cty {
    color: #fbff00;
    text-align: center;
    display: block;
    margin-top: 12px;
	margin-bottom: 10px;
    font-size: 17px;
}
.footer-widgets .info-cty i {
    text-align: center;
    width: 25px;
}
.footer-widgets ul li {
    text-align: center;
    font-size: 15px;
	padding: 3px 0px;
}
.footer-widgets .cam-ket-footer {
    text-align: center;
}
.footer-widgets .cam-ket-footer p {
    margin-bottom: 10px;
    color: yellow!important;
}

.footer-widgets .widget-title {
    font-weight: bold!important;
    color: #fff;
    text-align: center;
    display: block;
}
.footer-widgets .widget .is-divider {
    margin: 10px auto!important;
}
.goingay-home .goingay-content {
    padding: 0 15px!important;
}
.quytrinh-home .icon-box p {
    font-style: italic;
}
.quytrinh-home .icon-box {
    margin-bottom: 30px;
}
.why-us-home .icon-box {
    margin-bottom: 20px;
}
.header-top a {
    padding: 0!important;
    font-size: 12px!important;
    color: #fff!important;
}
.gioithieu-home h3 {
    font-size: 130%;
}
.gioithieu-home p {
    color: #25126e;
    margin-bottom: 8px;
    text-align: justify;
}

.quytrinh-home .col {
    padding-bottom: 15px;
}

.quytrinh-home .quytrinh-text{
    padding-bottom: 0px;
}



@media only screen and (max-width: 600px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.gioithieu-home p {
    text-align: center!important;
}
	
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.entry-header-text-top {
    text-align: center;
}
.blog-archive .post-item .box-text {
    text-align: center!important;
}

.blog-archive .post-item .is-divider {
    margin: 5px auto;
}
.lienhe-info .icon-box {
    display: block;
    text-align: center;
}
.lienhe-info .icon-box-img {
    margin: 0 auto;
}
.lienhe-info .icon-box-text {
    padding: 0!important;
}
.why-us-home .icon-box-text {
    font-size: 14px;
    font-style: italic;
    text-align: justify;
}

.quytrinh-home .icon-box-text {
    font-size: 90%;
}

}