/* Import font Inter từ Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body,
html,
* {
  font-family: 'Inter', sans-serif !important;
}

body .header-full-width .container {
  max-width: 1280px !important;
}

#main .row {
  max-width: 100%;
}

body .page-wrapper {
  padding-top: 0px;
  /* padding-bottom: 0px; */
}

.font-30 {
  font-size: 30px !important;
}

.font-20 {
  font-size: 20px;
}

.font-16 {
  font-size: 16px;
}

#content .large-12.col {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.header-top {
  padding: 6px 0;
}

.header-button a {
  padding: 5px 30px;
}

.gtranslate_wrapper {
  display: flex;
  gap: 10px;
}

.gtranslate_wrapper img {
  width: 26px;
}

.text-header-topbar {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.header-button .button {
  background-color: #7c0fd1;
}

.nav.top-bar-nav .header-search a {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background: #aa52ed;
  padding: 5px;
  justify-content: center;
}

/* Menu chính */
ul.sub-menu.nav-dropdown {
  padding: 0;
  border-radius: 10px;
}

ul.sub-menu.nav-dropdown>li:first-child>a {
  border-radius: 10px 10px 0 0;
}

ul.sub-menu.nav-dropdown>li:last-child>a {
  border-radius: 0 0 10px 10px;
}

ul.sub-menu.nav-dropdown>li>a {
  color: #000;
  font-weight: normal;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 10px;
}

ul.sub-menu.nav-dropdown>li>a:hover {
  color: #fff !important;
  background-color: #7c0fd1;
}

/*  */

.footer-wrapper .absolute-footer {
  background-color: #000;
  color: #fff !important;
}

.ha_footer_desc {
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
}

.ha_footer_call a {
  font-size: 44px;
  color: #f96c01;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2em;
}

.ha_footer_call a:hover {
  color: #f96c01;
}

a.btn-social {
  margin: 0px;
  color: #000;
  background: none;
  border: 1px solid #000;
}

a.btn-social:hover {
  color: #fff;
  background: #f96c01;
}

.ha_footer_address {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.align-item-center {
  align-items: center;
}

.ha_footer_address .icon-box-img img {
  width: 24px;
}

.ha_footer_address.icon-box-left .icon-box-img+.icon-box-text {
  padding-left: 0px;
}

.ha_footer_address .icon-box-text p {
  margin-bottom: 0px;
}

.col.footer-logo {
  padding: 10px 0px;
}

/* animation typing */
.typing-wrapper h2 {
  font-size: 44px;
  color: #000;
}

#typing {
  color: #7c0fd1;
  border-right: 2px solid #7c0fd1;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  animation: blink 0.8s step-end infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

#typing {
  color: #7c0fd1;
  border-right: 2px solid #7c0fd1;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
}

/* css button home-banner-left */
.home-button-left .button-vct,
.home-button-left .button-vct:hover {
  background-color: #7c0fd1;
  padding: 5px 20px;
  box-shadow: none;
}

.home-button-left .button-xpr,
.home-button-left .button-xpr:hover {
  background-color: #fff;
  color: #7c0fd1;
  border: 1px solid #7c0fd1;
  padding: 5px 20px;
  box-shadow: none;
}

.home-button-left .button-vct:hover,
.home-button-left .button-xpr:hover,
.button.section-sm-button:hover {
  transform: scale(1.05);
}

.home-section-1-right>.col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.home-section-1-right>.col-inner>.img {
  margin: 0 !important;
}

/* float animation */
.img-subs,
.img-member {
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.img-timew,
.img-review {
  animation: float-down 2s ease-in-out infinite;
}

@keyframes float-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.button.section-sm-button,
.button.section-sm-button:hover {
  background-color: #7c0fd1;
  padding: 5px 20px;
  box-shadow: none;
}

/* section dich vu */
.service-box {
  height: 570px;
}

.dichvu-1 .service-box .icon-wrap,
.dichvu-2 .service-box .icon-wrap,
.dichvu-3 .service-box .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}

.dichvu-1 .service-box .icon-wrap:hover,
.dichvu-2 .service-box .icon-wrap:hover,
.dichvu-3 .service-box .icon-wrap:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 1px rgba(255, 78, 66, .05), 0 2px 2px rgba(255, 78, 66, .05), 0 4px 4px rgba(255, 78, 66, .05), 0 8px 8px rgba(255, 78, 66, .05), 0 16px 16px rgba(255, 78, 66, .05);
}

.dichvu-1 .service-box .icon-wrap svg,
.dichvu-3 .service-box .icon-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.dichvu-2 .service-box .icon-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

.dichvu-1 .service-box .icon-wrap svg {
  fill: #0074e4;
}

.dichvu-2 .service-box .icon-wrap svg {
  fill: #f96c01;
}

.dichvu-3 .service-box .icon-wrap svg {
  fill: #7c0fd1;
}

.dichvu-1 .service-box .title,
.dichvu-2 .service-box .title,
.dichvu-3 .service-box .title {
  margin-bottom: 30px;
  font-weight: 500;
}

.dichvu-1 .service-box .title a,
.dichvu-2 .service-box .title a,
.dichvu-3 .service-box .title a {
  font-size: 30px;
  color: #000;
}

.row.dichvu-container {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

.list-dv ul li {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.dichvu-1 .service-box .view-more,
.dichvu-2 .service-box .view-more,
.dichvu-3 .service-box .view-more {
  overflow-wrap: break-word;
  text-transform: none;
  font-size: 13px;
  color: #7c0fd1;
  font-style: italic;
}

.dichvu-1 .service-box .view-more svg,
.dichvu-2 .service-box .view-more svg,
.dichvu-3 .service-box .view-more svg {
  fill: #7c0fd1;
  margin-left: 8px;
  width: 14px;
  height: 14px;
}

/* section dự án swipper animation */
.portfolio-slider {
  perspective: 1280px;
}

.portfolio-slider .swiper-slide {
  width: 300px;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: rotateY(10deg);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  background: #fff;
  position: relative;
}

.portfolio-slider .swiper-slide:hover {
  transform: rotateY(0deg) scale(1.05);
  z-index: 10;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.portfolio-slider .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portfolio-slider .slide-inner img {
  width: 100%;
  transition: transform 6s linear;
}

.portfolio-slider .swiper-slide:hover img {
  transform: translateY(-70%);
}

.portfolio-slider .slide-inner p {
  text-align: center;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.portfolio-slider .swiper-pagination-bullet-active {
  background-color: #7c0fd1;
}

.portfolio-slider .swiper-slide {
  z-index: 1 !important;
}

.tab-cate-du-an>ul {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.tab-cate-du-an .nav-outline>li>a {
  border: 1px solid #ccc;
}

.tab-cate-du-an .nav-outline>li>a:hover {
  border: 1px solid #ccc;
  color: #fff;
  background-color: #7c0fd1;
}

.tab-cate-du-an .nav-outline>li.active>a {
  border: 1px solid #ccc;
  color: #fff;
  background-color: #7c0fd1;
}

/* section đánh giá */
.testimonial-slider {
  max-width: 1280px;
}

.testimonial-slide {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto !important;
  text-align: left;
  transition: transform 0.3s ease;
}

.testimonial-slide:hover {
  transform: translateY(-5px);
}

.testimonial-top {
  margin-bottom: 20px;
}

.testimonial-quote {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}

.testimonial-quote svg {
  width: 100%;
  height: 100%;
  fill: #7c0fd1;
}

.testimonial-content {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-style: italic;
}

.testimonial-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.testimonial-avatar {
  width: 100px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.testimonial-author-text {
  flex: 1;
}

.testimonial-name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.testimonial-title {
  font-size: 14px;
  color: #888;
  margin-bottom: 6px;
}

.testimonial-stars {
  color: #ffc107;
  font-size: 14px;
}

.swiper-pagination-bullet-active {
  background-color: #7c0fd1 !important;
}

/* section blog */
.maison-blog-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}

.maison-blog-item:hover {
  transform: translateY(-5px);
}

.maison-blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.maison-blog-item:hover .maison-blog-thumb img {
  transform: scale(1.05);
}

.maison-blog-content {
  padding: 15px 18px 25px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.maison-blog-cat {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}

.maison-blog-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.maison-blog-title a {
  color: #222;
  text-decoration: none;
}

.maison-blog-excerpt {
  color: #666;
  font-size: 14px;
  margin-bottom: 16px;
}

.maison-blog-btn {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: start;
}

.maison-blog-btn:hover {
  transform: scale(1.05);
  color: #fff;
}

.maisonBlogSwiper .swiper-button-next,
.maisonBlogSwiper .swiper-button-prev {
  color: #fff;
  background: #7c0fd1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.maisonBlogSwiper .swiper-button-prev:hover,
.maisonBlogSwiper .swiper-button-next:hover {
  transform: scale(1.1);
}

.maisonBlogSwiper .swiper-button-next:after,
.maisonBlogSwiper .swiper-button-prev:after {
  font-size: 25px;
}

.maisonBlogSwiper .swiper-slide {
  height: 500px;
}

/* section báo chí */
.my-infinite-carousel {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.my-infinite-carousel .my-carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.my-infinite-carousel .my-carousel-item {
  flex: 0 0 auto;
  margin-right: 30px;
  align-items: center;
  justify-content: center;
  background: #fff;
  display: flex;
  padding: 40px 20px;
  border-radius: 5px;
}

.my-infinite-carousel .my-carousel-item img {
  max-width: 250px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* section liên hệ ngay */
.button.btn-contact-now {
  border: 1px solid #ccc;
  background-color: #f96c01;
  padding: 10px 45px;
}

/* button back to top */
footer a.back-to-top {
  background-color: #f96c01 !important;
  color: #fff;
}

footer a.back-to-top:hover {
  border-color: #f96c01 !important;
  color: #fff;
}

.footer-chung {
  border-bottom: 1px solid #fff;
  padding: 60px 0 !important;
}

#footer a {
  color: #fff;
}

footer a:hover span {
  color: #f96c01 !important;
}

#footer .ux-menu-link__text,
#footer .ux-menu-link__icon {
  color: #fff;
}

#footer .social-icons a {
  background-color: #3a589d !important;
  border-color: #3a589d !important;
}

.fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* chatbox footer */
#chatbot-box {
  position: fixed;
  bottom: 75px;
  right: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 260px;
  font-family: sans-serif;
  z-index: 100;
}

#chatbot-box .advisor {
  display: none;
  align-items: center;
  padding: 15px;
  animation: fadeIn 0.5s ease forwards;
}

#chatbot-box .advisor.active {
  display: flex;
}

#chatbot-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

#chatbot-box .info h4 {
  margin: 0;
  color: #333;
  font-size: 16px;
}

#chatbot-box .info p {
  margin: 4px 0 8px;
  color: #777;
  font-size: 13px;
}

#chatbot-box .chat-btn {
  background: #007aff;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}

#chatbot-box .chat-btn:hover {
  background: #005ecb;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* box telephone */
.n-tell {
  position: fixed;
  bottom: 50px;
  z-index: 9999;
}

.n-tell-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  left: -11px;
  bottom: 0px;
  display: block;
}

.n-tell-cricle {
  width: 85px;
  height: 85px;
  top: 12px;
  left: 12px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #f96c01;
  background-color: transparent;
  -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
  animation: phonering-cricle 1.2s infinite ease-in-out;
  transition: all .5s;
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes phonering-cricle {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  50% {
    -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;
  }
}

.n-tell-cricle-fill {
  width: 55px;
  height: 55px;
  top: 27px;
  left: 27px;
  background-color: rgb(249 108 1 / 70%);
  border-radius: 100%;
  position: absolute;
  border: 2px solid transparent;
  -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
  animation: phonering-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes phonering-circle-fill {
  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;
  }
}

.n-tell-img-cricle {
  background-color: #f96c01;
  width: 38px;
  height: 38px;
  top: 35px;
  left: 35px;
  position: absolute;
  background-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-circle-img 1s infinite ease-in-out;
  animation: phonering-circle-img 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  align-items: center;
  justify-content: center;
}

@keyframes phonering-circle-img {
  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(-25deg) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

.n-tell-img-cricle .n-pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.phone-ring a {
  color: white !important;
  margin-bottom: 0;
}

.n-tell-img-cricle .n-pps-btn-img img {
  width: 25px;
  height: 25px;
}

.n-tell .n-tell-bar {
  position: absolute;
  background: #f96c01d9;
  height: 40px;
  width: 150px;
  line-height: 40px;
  border-radius: 3px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  padding: 0 10px;
  left: 35px;
  top: 35px;
  border-radius: 50px !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.n-tell .n-tell-bar>a {
  color: #fff !important;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: bold !important;
  text-indent: 30px;
  display: block !important;
  letter-spacing: 1px;
}

.n-tell .n-tell-bar>a:hover span {
  color: #fff !important;
}

.n-tell .n-tell-bar .n-text-tell {
  position: absolute;
  bottom: 0;
}

.page-lien-he {
  display: none !important;
}

/* page thiết kê */

.ha_service_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap !important;
  gap: 10px;
}

.ha_service_left .ha_desgin_title {
  display: flex;
  flex-flow: row wrap;
}

.ha_desgin_title {
  font-size: 40px;
  line-height: 50px;
  color: #7c0fd1;
  margin-bottom: 0;
}

.ha_service_left .ha_desgin_title img {
  width: 51px;
  height: 51px;
  object-fit: contain;
  margin-left: 15px;
}

.ha_desgin_title span {
  color: #f96c01;
}

.ha_service_content {
  margin-top: 30px;
}

.ha_service_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.ha_service_content table td {
  padding: 14px 15px;
  vertical-align: middle;
  border: none;
  font-size: 16px;
  line-height: 1.6;
}

.ha_service_content table tr:nth-child(odd) {
  background: #fafafa;
}

.ha_service_content table tr:nth-child(even) {
  background: #fff;
}

.ha_service_content table td:first-child {
  font-weight: 600;
  width: 240px;
  color: #222;
  background: #f5f8ff;
  border-right: 2px solid #e5ecff;
}

.ha_service_content table td:last-child {
  color: #333;
}

.text-title-thietke>p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  line-height: 70px;
  color: #00000099 !important;
  margin-bottom: 20px;
}

.text-title-thietke>p>span {
  padding-block: 10px;
  background: linear-gradient(90deg, #7c0fd1 0%, #b06aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thietke-sec-2 .button-banggia,
.thietke-sec-2 .button-banggia:hover {
  color: #7c0fd1;
  border-color: #7c0fd1;
  background-color: #fff;
  padding: 5px 20px;
  box-shadow: none;
}

.thietke-sec-2 .button-tuvanngay,
.thietke-sec-2 .button-tuvanngay:hover {
  background-color: #7c0fd1;
  padding: 5px 20px;
  box-shadow: none;
}

.thietke-sec-2 .button-banggia:hover,
.thietke-sec-2 .button-tuvanngay:hover {
  transform: scale(1.05);
}

.col-dichvu-v2>div {
  background: #F4F4F4;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.thietke-sec-4 .col-dichvu-v2>div {
  height: 340px;
}

.slide-title-logo {
  font-size: 14px;
  font-weight: normal;
}


.text-thietke-gradient>p {
  background: linear-gradient(90deg, #7c0fd1 0%, #b06aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 65px;
  margin-bottom: 0;
  line-height: 64px;
}

.text-thietke-gradient-2>p {
  background: #f96c01;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 65px;
  margin-bottom: 0;
  line-height: 64px;
}

.text-normal-gradient>p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #00000099;
}

.text-title-thietke>p>span.span-vip-2 {
  padding-block: 10px;
  background: #f96c01;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-quytrinhlamviec .nav-vertical {
  background-image: url('https://hatena.vn/wp-content/uploads/2025/11/Anh-dai-dien-quy-trinh-lam-viec.webp');
  border: 1px solid #E6E6E6;
  background-size: 100% 100%;
  justify-content: center;
  border-radius: 16px;
  padding-top: 30px;
  padding-bottom: 10px;
}

/* .tab-quytrinhlamviec .nav-vertical .tab {
  border: unset;
} */

.tab-quytrinhlamviec .nav-vertical .tab a {
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.3rem;
  color: white;
  font-size: 16px;
}

.tab-quytrinhlamviec .nav-vertical .tab.active a {
  /* background-color: white; */
  color: #f96c01;
}

.tab-quytrinhlamviec .tab-panels {
  border-left: none !important;
  border: unset;
  padding-bottom: 0;
}

.tab-quytrinhlamviec .tab-panels .panel.active {
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
}


.ha_price_list_item {
  box-shadow: 0px 0px 15px 0px #0000000D;
  background: #F4F4F4;
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #f96c01;
  transition: all 0.5s;
  height: 850px;
}

.ha_price_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 26px;
  font-weight: 600;
  color: #f96c01;
  margin-bottom: 1rem;
}

.ha_price_sub {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.ha_price_package {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  color: #f96c01;
  margin-bottom: 1rem;
}

.ha_price_details {
  font-size: 16px;
  font-weight: 300;
}

.ha_price_details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 490px;
}

.ha_price_details ul li {
  position: relative;
  padding-bottom: 8px;
  margin: 10px 0;
  border-bottom: 1px solid #DCDCDC;
  line-height: 24px;
  padding-left: 15px;
}

.ha_price_details ul li::before {
  display: inline-block;
  position: absolute;
  content: '';
  flex: 0 0 5px;
  max-width: 5px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
  left: 0;
  top: 6px;
}

.ha_button_desgin {
  margin-top: 40px;
  text-align: center;
}

.ha_button_desgin .view-more {
  color: #ffffff;
  background: #f96c01;
  padding: 10px 40px;
  border-radius: 100px;
  font-size: 18px;
}

.ha_button_desgin:hover {
  transform: scale(1.05);
}

.col-banggiadv .ha_price_list_item {
  box-shadow: 0px 0px 30px 0px #00000033;
  border: 1px solid #7c0fd1;
  background: #7c0fd1;
}

.col-banggiadv .ha_price_title,
.col-banggiadv .ha_price_sub,
.col-banggiadv .ha_price_package,
.col-banggiadv .ha_price_details,
.col-banggiadv .ha_price_details ul li {
  color: #fff;
}

.col-banggiadv .ha_price_details ul li::before {
  background: #fff;
}

.col-banggiadv .ha_button_desgin .view-more {
  background: #ffffff;
  color: #000;
}

.ha_quote_images img {
  width: 445px;
  height: 140px;
}

.ha_lists_item {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
  width: 62%;
}

.ha_quote_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-align: justify;
  color: #fff;
  width: 90%;
  margin-bottom: 15px;
}

.ha_quote_lists .ha_lists_item:nth-child(4),
.ha_quote_lists .ha_lists_item:nth-child(5) {
  margin-bottom: 0px;
}

.ha_quote_right {
  background: #FFFFFF;
  box-shadow: -10px -10px 0px #57108d;
  padding: 40px;
  border-radius: 20px;
}

.ha_quote_right .ha_desgin_title {
  text-align: center;
  margin-bottom: 30px;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.ha_quote_right form [type=text],
.ha_quote_right form [type=password],
.ha_quote_right form [type=date],
.ha_quote_right form [type=datetime],
.ha_quote_right form [type=datetime-local],
.ha_quote_right form [type=month],
.ha_quote_right form [type=week],
.ha_quote_right form [type=email],
.ha_quote_right form [type=number],
.ha_quote_right form [type=search],
.ha_quote_right form [type=tel],
.ha_quote_right form [type=time],
.ha_quote_right form [type=url],
.ha_quote_right form [type=color],
.ha_quote_right form textarea,
.ha_quote_right form select {
  /* background: transparent; */
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
}

.ha_quote_right form .form-submit {
  position: relative;
  text-align: center;
  margin-top: 45px;
}

.ha_quote_right form .form-submit:hover {
  transform: scale(1.05);
}

.ha_quote_right form .form-submit input {
  color: #ffffff;
  background: #f96c01;
  box-shadow: 0 4px 0px #d36b1b;
  transition: all 0.5s, background-color 0.3s;
  padding: 10px 0 8px;
  width: 80%;
  border-radius: 100px;
  border: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  cursor: pointer;
}

.ha_quote_right form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/* end page thiết kế */


/* section câu hỏi thường gặp */
.ha_sub_title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

.ha_sub_title span {
  color: #f96c01;
  font-weight: bold;
}

.section-faq .accordion .accordion-item~.accordion-item {
  margin-top: 20px;
}

.section-faq .accordion .accordion-item {
  text-align: left;
}

.section-faq .accordion .accordion-item .accordion-title {
  margin: 0px;
  display: block;
  color: black;
  border-radius: 9px;
  background: white;
  padding: 18px 55px 17px 30px;
  font-size: 16px;
  box-shadow: 4px 4px 4px 4px #8080801f;
}

.section-faq .accordion .accordion-item .accordion-title.active {
  border-color: #f96c01;
}

.section-faq .accordion .accordion-item .accordion-title:after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0%, -50%);
  background: url("https://hatena.vn/wp-content/uploads/2025/11/circle-chevron-down-solid-full.svg") no-repeat center;
  background-size: contain;
}

.section-faq .accordion .accordion-item .accordion-title button.toggle {
  margin: 0px;
  right: 0px;
  left: unset;
  top: 8px;
  display: none;
}

.section-faq .accordion .accordion-item .accordion-inner {
  font-size: 18px;
}

/* page dich vu */
.col-list-dv>.col-inner {
  display: flex;
  justify-content: center;
}

.menu-dichvu {
  gap: 30px;
}

.menu-dichvu .ux-menu-link__text {
  text-transform: uppercase;
  padding-left: 10px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.menu-dichvu .ux-menu-link__icon {
  color: #7c0fd1;
}

.menu-dichvu .ux-menu-link__text:hover {
  color: #f96c01;
}

.menu-dichvu-2 .ux-menu-link__text {
  color: #000;
  font-size: 16px;
}

.menu-dichvu-2 .ux-menu-link__icon {
  color: #0074e4;
}


.button.dich-vu-view-more {
  color: #ffffff;
  background: #f96c01;
  margin-top: 30px;
  border-radius: 100px;
  font-size: 18px;
}

.button.dich-vu-view-more:hover {
  transform: scale(1.05);
  background: #f96c01;
  box-shadow: none;
}

/* page dự án */
.list-du-an-container .row-collapse>.col.single-duan-container {
  padding: 15px !important;
}

.single-duan-container>.col-inner {
  background: linear-gradient(90deg, #7c0fd1 0%, #c38bff 100%);
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 550px;
}

.duan-thumbnail img {
  transition: all .3s ease;
}

.duan-thumbnail img:hover {
  transform: scale(1.05);
}

.duan-thumbnail img {
  height: 200px !important;
  width: 100%;
  object-fit: cover !important;
  border-radius: 10px;
}

.duan-logo-linhvuc>.col-inner {
  display: flex;
  gap: 10px;
}

.img.logo-du-an img {
  /* width: 50%; */
  height: 50px;
  object-fit: cover;
  background: white;
  border-radius: 8px;
}

.linhvuc-du-an {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.linhvuc-du-an p {
  margin-bottom: 0;
  color: white;
  font-weight: 600;
}

a.linhvuc-du-an:hover p {
  color: #f96c01;
}

.mota-du-an {
  color: white;
  font-size: 14px;
}


.header-button .button span {
  position: relative;
}

.header-button .button span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;

  /* SVG của bạn dạng data-uri */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='white' d='M568.4 37.7C578.2 34.2 589 36.7 596.4 44C603.8 51.3 606.2 62.2 602.7 72L424.7 568.9C419.7 582.8 406.6 592 391.9 592C377.7 592 364.9 583.4 359.6 570.3L295.4 412.3C290.9 401.3 292.9 388.7 300.6 379.7L395.1 267.3C400.2 261.2 399.8 252.3 394.2 246.7C388.6 241.1 379.6 240.7 373.6 245.8L261.2 340.1C252.1 347.7 239.6 349.7 228.6 345.3L70.1 280.8C57 275.5 48.4 262.7 48.4 248.5C48.4 233.8 57.6 220.7 71.5 215.7L568.4 37.7z'/></svg>");
}



/* page blog */
.button.blog-cat-link {
  border: none;
  background: none;
  color: #fff;
  padding: 10px 0px;
  margin: 0px;
}

.button.blog-cat-link span {
  font-size: 20px;
}

.button.blog-cat-link:hover {
  background: none;
  box-shadow: none;
}

.button.blog-cat-link:hover span {
  transform: scale(1.05);
  color: #f96c01;
}


.blog-title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

.box-text-inner .cat-label {
  padding: 2px 10px;
  border-radius: 6px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  opacity: 1;
}

div.blog-post-inner>.post-title>a {
  font-size: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
  color: #7c0fd1;
}

.icon-text {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 16px;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid #f96c01;
  box-sizing: border-box;
  color: #f96c01;
  background: transparent;
  flex: 0 0 auto;
}

.icon-circle svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
  stroke: none;
}

.icon-circle svg.stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 10;
}

.icon-circle.small {
  width: 28px;
  height: 28px;
  padding: 4px;
}

.icon-circle.large {
  width: 56px;
  height: 56px;
  padding: 8px;
  font-size: 18px;
}

.lienhe-sec-7 .section-content {
  background: #fa8238;
  border: 1px solid #fa8238;
  border-radius: 20px;
}

/* page vè chúng tôi */
.highlight {
  position: relative;
}

.highlight::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 14px;
  background: #7c0fd18f;
  z-index: -1;
}

.section-vct .button-kham-pha {
  background-color: #7c0fd1;
  padding: 5px 20px;
  box-shadow: none;
  margin-top: 30px;
}

.section-vct .button-kham-pha:hover {
  transform: scale(1.05);
  box-shadow: none;
}

/* animation timeline hatena */
.timeline-swiper {
  width: 100%;
  padding: 40px 0 20px;
  position: relative;
}

.timeline-swiper:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 3px;
  background: #e5e5e5;
  z-index: 1;
}

.timeline-item {
  position: relative;
  padding-top: 40px;
}

.timeline-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #f96c01;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-dot.active {
  background: #f96c01;
  border-color: #f96c01;
  box-shadow: 0 0 0 4px rgba(249, 108, 1, 0.25);
}

.timeline-content {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #008cff;
  min-width: 200px; */
  text-align: center;
}

.timeline-content h3 {
  font-size: 18px;
  margin: 0;
  color: #000;
  font-weight: bold;
}

.timeline-content p {
  margin-top: 8px;
  font-size: 15px;
}

.row-bang-gia {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 10px;
}

.col-blog-cate>.col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}


/* responsive mobile */
@media (max-width: 768px) {
  .ha_footer_call a {
    font-size: 32px;
  }

  .ha_footer_call p {
    text-align: center;
  }

  .footer-logo .text-left {
    display: flex;
    justify-content: center;
  }

  .page-lien-he {
    display: block !important;
  }

  .off-canvas .nav-vertical>li>a,
  .nav-vertical>li>ul li a {
    color: #000 !important;
  }

  .mobile-sidebar .form-flat input:not([type=submit]) {
    border-color: #7c0fd1;
    color: #000 !important;
  }

  .mobile-sidebar .sidebar-menu>ul li .toggle {
    opacity: 1;
  }

  .mobile-sidebar .sidebar-menu>ul li .toggle i {
    color: #000;
  }

  .home-sec-1 .section-content .row.row-collapse {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-section-1-right .img-subs>div div:nth-child(2),
  .home-section-1-right .img-timew,
  .home-section-1-right .img-review>p,
  .home-section-1-right .img-member>div>div {
    font-size: 10px;
  }

  .home-section-1-right .img-subs,
  .home-section-1-right .img-member {
    left: -20px !important;
  }

  .home-section-1-right .img-timew {
    top: 80px !important;
    right: 20px !important;
  }

  .home-section-1-right .img-review {
    bottom: 1rem !important;
    padding: 8px 10px !important;
  }

  .home-section-1-right .img-timew>div p:nth-child(2) {
    font-size: 14px !important;
  }

  .home-section-1-right .img-member {
    padding: 4px 10px !important;
  }

  .home-section-1-right .img-member>div {
    margin-left: 0px !important;
  }

  .home-section-1-right .img-member>div img {
    width: 25px !important;
    height: 25px !important;
  }

  .home-section-1-right>.col-inner {
    align-items: center;
  }

  .home-sec-1 .section-content .row-collapse>.col {
    margin-top: 30px;
  }

  .home-sec-1 .section-content .row-collapse>.col>.col-inner>div>p {
    font-size: 14px;
  }

  .home-sec-1 .section-content .row-collapse>.col>.col-inner .typing-wrapper h2 {
    font-size: 30px;
  }

  .home-sec-1 .section-content .row.row-collapse.home-button-left {
    display: flex;
    flex-direction: row;
  }

  .text-doitac {
    font-size: 16px !important;
  }

  .button-vct>span,
  .button-xpr>span,
  .section-sm-button>span {
    font-size: 16px;
  }

  .home-sec-2 .text-doitac-sub,
  .home-sec-3 .text-sm-sub {
    font-size: 18px;
  }

  .home-sec-3 .section-content .row.row-collapse {
    display: flex;
    flex-wrap: wrap !important;
  }

  .home-sec-4 .thong-ke-container {
    gap: 30px;
  }

  .row.dichvu-container {
    flex-wrap: wrap;
  }

  .my-infinite-carousel .my-carousel-item {
    padding: 20px;
  }

  .button.btn-contact-now {
    padding: 5px 30px;
    font-size: 20px;
  }

  .footer-chung .section-content .row {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    gap: 15px;
  }

  .footer-chung .section-content .row .col {
    max-width: 100%;
  }

  /* contact bar */
  .mobile-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
  }

  .contact-item {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .contact-item svg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .col-dichvu-v2 .text-thietke-gradient-2>p {
    font-size: 35px;
    font-weight: bold;
  }

  .col-dichvu-v2 .text-normal-gradient>p {
    font-size: 18px;
  }

  .ha_service_item.thietke-sec1 {
    display: flex;
    flex-wrap: wrap !important;
  }

  .thietke-sec-2 .button-banggia,
  .thietke-sec-2 .button-banggia:hover {
    margin-right: 0px;
  }

  .slide-title-logo {
    font-size: 16px;
    font-weight: normal;
  }

  .row.row-bang-gia {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap !important;
  }

  .row-bang-gia .col-bang-gia-chi-tiet {
    max-width: 100%;
  }

  .thietke-sec-7 .ha_quote_left {
    margin-bottom: 20px;
  }

  .col-list-dv>.col-inner {
    justify-content: start;
  }

  .dich-vu-ct {
    display: flex;
    gap: 30px;
  }

  .col-blog-cate>.col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }

  .row .section.page-lien-he-form {
    padding-left: 0px;
    padding-right: 0px;
  }

  .page-lien-he-form .form-left {
    padding: 0 15px;
  }

  .ha_quote_desc {
    width: 100%;
  }

  .ha_lists_item {
    width: 100%;
  }
}
