/* Plus Jakarta Sans — self-host, subset Latin + Tiếng Việt, variable wght 400–700 */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("https://webpx.vn/theme/webpx/fonts/plus-jakarta-sans-vn.woff2")
    format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #333;
  --second-color: #fff;
  --third-color: #f15d22;
  --primary-bg: #fff;
  --second-bg: #f4f4f5;
  --third-bg: #414042;
  --fourth-bg: #f15d22;
  --border-color: #e4e4e4;
  --hover-color: rgba(245, 84, 21, 0.8);
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

html,
body {
  font-size: 16px;
  color: var(--primary-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-weight: 500;
}
body.over {
  overflow-y: hidden;
  height: 100vh;
}
.wrap {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
}
.wrap-2 {
  max-width: 1713px;
  width: 100%;
  margin: 0 auto;
}

.color-333 {
  color: #333;
}
.color-f15d22 {
  color: #f15d22;
}
.color-fff {
  color: #fff;
}

.fs-80 {
  font-size: 80px;
  line-height: 100%;
}

.fs-70 {
  font-size: 70px;
  line-height: 100%;
}

.fs-60 {
  font-size: 60px;
  line-height: 100%;
}

.fs-50 {
  font-size: 50px;
  line-height: 100%;
}
.fs-30 {
  font-size: 30px;
  line-height: 40px;
}
.fs-24 {
  font-size: 24px;
  line-height: 100%;
}
.fs-22 {
  font-size: 22px;
  line-height: 34px;
}
.fs-20 {
  font-size: 20px;
  line-height: 34px;
}
.fs-18 {
  font-size: 18px;
  line-height: 34px;
}
.fs-16 {
  font-size: 16px;
  line-height: 30px;
}

.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}

/* .rds-30px     */
/* .rds-20px     */
/* .rds-10px */

.pdb-0 {
  padding-bottom: 0 !important;
}
.pdt-0 {
  padding-top: 0 !important;
}
.mgb-0 {
  margin-bottom: 0 !important;
}
.mgt-0 {
  margin-top: 0 !important;
}

.bg-FFF {
  background-color: #fff !important;
}
.bg-333 {
  background-color: #333 !important;
}
.bg-414042 {
  background-color: var(--third-bg) !important;
}
.bg-F4F4F5 {
  background-color: var(--second-bg) !important;
}
.bg-f15d22 {
  background-color: var(--fourth-bg) !important;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.btn-style {
  padding: 18px 56px;
  transition: all 0.2s linear;
  display: inline-block;
  border-radius: 10px;
}
.btn-style-1 {
  background-color: var(--third-color);
  color: white;
  border: 1px solid var(--third-color);
  transition: all 0.2s linear;
}
.btn-style-1:hover {
  color: white;
  background-color: var(--hover-color);
  border: 1px solid var(--hover-color);
}
.btn-style-2 {
  background-color: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
}
.btn-style-2:hover {
  background-color: white;
  color: var(--primary-color);
  border: 1px solid var(--second-color);
}
.btn-style-3 {
  background-color: transparent;
  color: white;
  border: 1px solid var(--second-color);
}
.btn-style-3:hover {
  background-color: var(--third-bg);
  color: white;
  border: 1px solid var(--primary-color);
}

.section {
  padding-bottom: 100px;
  padding-top: 100px;
}
.gap-30 {
  height: 30px;
  visibility: hidden;
}

.section-title span {
  color: var(--third-color) !important;
}

/* modal */
.modal-style .modal-dialog {
  max-width: 1030px;
  width: 100%;
  top: 10%;
}
.modal-style .modal-content {
  border-radius: 30px;
  margin: 0 15px;
}
.modal-style .modal-body {
  padding: 30px;
}

.modal-style.form-dk .modal-wrap {
  display: flex;
  gap: 30px;
}
.modal-style.form-dk .modal-style-banner img {
  border-radius: 15px;
  height: 100%;
}
.modal-style.form-dk .modal-style-body {
  padding-left: 18px;
  padding-right: 22px;
}
.modal-style.form-dk .modal-style-body .modal-style-img {
  padding-top: 40px;
}
.modal-style.form-dk .modal-style-body .modal-style-img img {
  max-width: 150px;
}
.modal-style.form-dk .modal-style-title {
  font-size: 36px;
  line-height: 100%;
  padding-top: 46px;
  font-weight: 700;
  text-align: center;
}
.modal-style.form-dk .modal-style-des {
  font-size: 18px;
  line-height: 30px;
  padding-top: 12px;
  text-align: center;
}
.modal-style.form-dk .webpx-form {
  padding-top: 30px;
}
.modal-style .modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
/* end modal */

/* webpx form */
.webpx-form .form-group {
  margin-bottom: 16px;
}
.webpx-form .form-group input {
  height: 50px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 10px;
  border-width: 1px;
  outline: none;
  border: 1px solid var(--border-color);
}
.webpx-form .form-group textarea {
  width: 100%;
  height: 100px;
  padding: 15px 24px;
  border-radius: 10px;
  border-width: 1px;
  outline: none;
  border: 1px solid var(--border-color);
}
.webpx-form .btn-style {
  width: 100%;
}

/* end webpx form */

/* breadcrumb */
#breadcrumb {
  padding: 15px 0;
}
#breadcrumb ol li {
  display: inline-block;
  position: relative;
}
#breadcrumb ol li:not(:first-child) {
  margin-left: 30px;
}
#breadcrumb ol li:not(:first-child)::before {
  content: url(https://webpx.vn/theme/webpx/img/breadcrumb-icon.svg);
  position: absolute;
  left: -17px;
  top: 0;
}
#breadcrumb ol li a {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 21px;
}
#breadcrumb ol li:last-child a {
  color: var(--third-color);
}
/* end breadcrumb */
/* header */
.top-header {
  padding: 10px 0;
}
.top-header .top-header-content {
  font-size: 14px;
  line-height: 21px;
  color: var(--second-color);
}

.header {
  border-bottom: 1px solid var(--border-color);
}
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.header-icon-menu {
  display: none;
}
.logo-header {
  padding: 19px 0;
  max-width: 170px;
  height: auto;
}
.header .menu-list {
  /* padding: 23px 0; */
}
.header .menu-list .menu-item {
  display: inline-block;
}

.header .menu-list .menu-item + .menu-item {
  margin-left: 50px;
}

.header .menu-list .menu-item a {
  font-size: 18px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -0.32px;
  color: var(--primary-color);
  display: inline-block;
  transition: all 0.2s linear;
  border-bottom: 2px solid transparent;
}

.header .menu-list .menu-item.active a,
.header .menu-list .menu-item a:hover {
  color: var(--third-color);
  border-color: var(--third-color);
}
.header .menu-list .menu-item a svg {
  transition: 0.2s linear;
}
.header .menu-list .menu-item.active a svg,
.header .menu-list .menu-item a:hover svg {
  transform: rotate(-180deg);
}
/**** sub menu ***/
.menu-sub {
  position: fixed;
  width: 100%;
  left: 0;
  top: 113px;
  transition: 0.2s linear;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
}
.menu-sub:hover,
.menu-sub.active {
  top: 113px;
  opacity: 1;
  pointer-events: all;
}
.header.fixed .menu-sub {
  top: 72px;
}
.menu-sub-overbg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}
.menu-sub .cus-row-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.menu-sub .cus-col-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.menu-sub .cus-row-67 {
  width: 67%;
}
.menu-sub .cus-row-33 {
  width: 33%;
}
.sub-menu-content {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.sub-menu-content .menu-product-list {
  display: grid;
  grid-template-columns: 52fr 48fr;
  gap: 60px;
}
.sub-menu-content .menu-p-item {
  display: flex;
  gap: 16px;
  padding-bottom: 35px;
}
.sub-menu-content .menu-p-icon {
  max-width: 60px;
  flex: 1;
}
.sub-menu-content .menu-p-content {
  flex: 1;
}
.sub-menu-content .menu-p-content a {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: var(--primary-color);
  transition: all 0.2s linear;
}
.sub-menu-content .menu-p-content a:hover {
  color: var(--third-color);
}
.sub-menu-content .menu-p-content .menu-p-des {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.sub-menu-box {
  background-color: #f4f4f4;
  border-radius: 30px;
  margin-left: 30px;
  overflow: hidden;
}
.sub-menu-box-content {
  padding: 0 30px 30px;
}
.sub-menu-box-img {
  position: relative;
  height: 0;
  padding-bottom: 52%;
}
.sub-menu-box-img::before {
  content: "";
  background: linear-gradient(180deg, rgba(244, 244, 245, 0) 0%, #f4f4f5 50%);
  position: absolute;
  height: 55px;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translate(0, 50%);
}
.sub-menu-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: top;
}
.sub-menu-box-sub-title {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.sub-menu-box-title {
  padding-top: 8px;
}
.sub-menu-box-des {
  padding-top: 2px;
}
.sub-menu-box-content .btn-style {
  margin-top: 30px;
  width: 100%;
  background: var(--fourth-bg);
  color: white;
  border: 1px solid var(--fourth-bg);
  line-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-menu-box-content .btn-style:hover {
  color: var(--third-color);
  background-color: var(--primary-bg);
}

/* menu mobile */
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  visibility: hidden;
  transition: 0.2s linear;
}
.menu-mobile.active {
  visibility: visible;
  opacity: 1;
}
.menu-mobile-wrap {
  padding: 60px 20px 20px;
  background-color: #333333;
  height: 100%;
  transform: translate(-100%, 0);
  opacity: 0;
  transition: 0.2s linear;
}
.menu-mobile-close {
  position: absolute;
  top: 25px;
  left: 25px;
  cursor: pointer;
}
#menu-mobile.active .menu-mobile-wrap {
  opacity: 1;
  transform: translate(0, 0);
  overflow: auto;
}
#menu-mobile .menu-mobile-img img {
  max-width: 120px;
  margin-bottom: 30px;
}
#menu-mobile .menu-mobile-list li {
  display: block;
  margin-bottom: 15px;
}
#menu-mobile .menu-mobile-list li a {
  color: white;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  display: block;
  font-weight: 700;
}
#menu-mobile .menu-mobile-list li svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.2s linear;
}
#menu-mobile .menu-mobile-list li a:not(.collapsed) svg {
  transform: rotate(-180deg);
}
#menu-mobile .menu-product-list {
  margin-top: 15px;
}
#menu-mobile .menu-product-list .menu-p-item {
  display: grid;
  grid-template-columns: 15fr 85fr;
  gap: 15px;
  margin-bottom: 15px;
}

#menu-mobile .menu-p-item .menu-p-des {
  color: var(--second-color);
  opacity: 0.8;
  font-size: 16px;
  line-height: 24px;
  padding-top: 5px;
}
/* end menu mobile */

/* end header */

/* home-hero */
.hero-style {
  position: relative;
}
.hero-style::after {
  content: "";
  position: absolute;
  /* background: radial-gradient(50% 45% at 50% 50%, rgba(241, 93, 34, 0.3) 30%, rgba(255, 255, 255, 0) 100%); */
  background-image: url("https://webpx.vn/theme/webpx/img/2026/img/light-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  width: 35vw;
  height: 80vw;
  top: -30%;
  left: 0%;
  pointer-events: none;
  z-index: 0;
}

.hero-style::before {
  content: "";
  position: absolute;
  background-image: url("https://webpx.vn/theme/webpx/img/2026/img/light-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
  /* background: radial-gradient(50% 45% at 50% 50%, #ACACF3 0%, rgba(255, 255, 255, 0) 100%); */
  width: 35vw;
  height: 80vw;
  bottom: -22%;
  right: 0%;
  z-index: 0;
  pointer-events: none;
}
/* end home-hero  */
.home-hero h1 {
  display: inline-block;
}
.home-hero.section {
  padding-top: 126px;
  padding-bottom: 0;
}
.home-hero .section-sub-title {
}
.home-hero .section-title {
  padding-top: 25px;
  color: var(--third-color);
}
.home-hero .section-des {
  margin-top: 33px;
}
.home-hero .home-hero-btn {
  margin-top: 30px;
}
.home-hero .section-img {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  min-height: 700px;
}
.home-hero .section-img img {
  width: auto;
  max-width: 100%;
}
/* end  home hero*/

/* service */
.service.section {
  /* padding-bottom: 0; */
}
.service .section-des {
  padding-top: 28px;
}
.service .section-content {
  padding-top: 85px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.service .section-item {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  width: calc((100% - 60px) / 3);
}

.service .section-item .section-item-img img {
  width: 80px;
  height: 80px;
}

.service .section-item .section-item-title {
  margin-top: 25px;
}
.service .section-item .section-item-content {
  margin-top: 16px;
}

/* end service */

/* customer-featured */
.customer-featured.section {
  padding-bottom: 0;
}
.customer-featured .section-des {
  padding-top: 28px;
}
.customer-featured .section-content {
  padding-top: 50px;
}
.customer-featured .section-item {
  margin-left: 20px;
  margin-right: 20px;
}
.customer-featured .section-item .section-item-img {
  position: relative;
  padding-bottom: 62%;
}
.customer-featured .section-item .section-item-img > img {
  border-radius: 30px 30px 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer-featured .section-item .section-item-action {
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  left: 0;
  right: 0;
  gap: 12px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transform: translate(0, 50%);
}
.customer-featured .section-item .section-item-action img {
  width: 24px;
  height: 24px;
}
.customer-featured .section-item .section-item-action .view-case-study {
  background: #414042;
  padding: 8px 13px;
  border-radius: 10px;
  flex: 1;
  max-width: 211px;
}
.customer-featured .section-item .section-item-action .view-case-study a {
  color: white;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  align-items: center;
}
.customer-featured .section-item .section-item-action .view-case-study span {
  display: inline-block;
  margin-left: 11px;
}

.customer-featured .section-item .section-item-action .tang-truong {
  background: var(--fourth-bg);
  padding: 8px 13px;
  border-radius: 10px;
  color: white;
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 30px;
}
.customer-featured .section-item .section-item-action .tang-truong span {
  display: inline-block;
  margin-left: 11px;
  font-size: 16px;
}
.customer-featured .section-item .section-item-action .tang-truong strong {
  font-size: 20px;
}

.customer-featured .section-item .section-item-content {
  padding: 54px 16px 30px;
  border-radius: 0 0 30px 30px;
  border: 1px solid var(--border-color);
}
.customer-featured
  .section-item
  .section-item-content
  .section-item-content-icon
  img {
  height: 109px;
  width: auto;
  margin: 0 auto;
}
.customer-featured .section-item .section-item-des {
  padding-top: 24px;
  line-height: 30px;
}
.customer-featured .section-item .section-item-info {
  padding-top: 24px;
}
.customer-featured .section-item .section-item-info > div {
  text-transform: uppercase;
}
.customer-featured .section-content .owl-dots {
  text-align: center;
  padding-top: 40px;
}
.customer-featured .section-content .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin: 0 8px;
}
.customer-featured .section-content .owl-dots button.active {
  background-color: var(--fourth-bg);
}
/* end customer featured */

/* number featured */

.number-featured.section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.number-featured .section-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  padding: 59px 0px;
  border-radius: 30px;
}
.number-featured .section-item .section-item-img {
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.number-featured .section-item .section-item-img img {
  width: auto;
  max-width: 80px;
}
.number-featured .section-item .section-item-title {
  color: var(--second-color);
  padding-top: 32px;
}
.number-featured .section-item .section-item-content {
  color: var(--second-color);
  padding-top: 5px;
}
/* end number featured  */
/* partner */
.partner .section-content {
  padding-top: 50px;
  position: relative;
}
.partner .section-content::after {
  content: "";
  height: 100%;
  width: 18%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ffff, transparent);
  z-index: 2;
  position: absolute;
}
.partner .section-content::before {
  content: "";
  height: 100%;
  width: 18%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent, #ffff);
  z-index: 2;
  position: absolute;
}
/* end partner */

/* news  featured*/
.news-featured .section-content {
  padding-top: 55px;
  padding-bottom: 90px;
}
.new-item {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
.new-item .new-content {
  padding: 0 30px 44px;
}
.new-item .section-item-img {
  position: relative;
  padding-bottom: 70%;
  height: 0;
}
.new-item .section-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-item .new-date {
  padding-top: 24px;
}
.new-item .new-title {
  padding-top: 18px;
  /* margin-bottom: 1rem; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-item .new-title a {
  color: var(--primary-color);
  transition: 0.2s linear;
}
.new-item .new-title a:hover {
  color: var(--third-color);
}
.new-item .new-des {
  padding-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-featured .owl-nav {
  padding-top: 50px;
  position: absolute;
  right: 16.5%;
}

.news-featured .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c3c3c3 !important;
  display: inline-block !important;
  color: white !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  margin: 0 8px;
}
.news-featured .owl-carousel .owl-nav button:hover {
  background-color: var(--fourth-bg) !important;
}
.news-featured .owl-carousel .owl-dots {
  padding-top: 65px;
  position: absolute;
  left: 16.5%;
}
.news-featured .owl-carousel .owl-dots button {
  background-color: #d9d9d9;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
.news-featured .owl-carousel .owl-dots button.active {
  background-color: var(--fourth-bg);
}
/* end  featured*/

/* faqs  */
.faqs .section-des {
  padding-top: 28px;
}
.faqs .section-content {
  padding-top: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.faqs .section-item {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 27px 77px 27px 27px;
  transition: 0.2s linear;
}
.faqs .section-item.active {
  border-color: var(--third-color);
}
.faqs .faq-title {
  cursor: pointer;
}
.faqs .faq-content > div {
  padding-top: 16px;
}
.faqs .faq-header {
  position: relative;
}
.faqs .faq-header span {
  position: absolute;
  right: -52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  top: 50%;
  transform: translate(0, -50%);
}
.faqs .faq-title:not(.collapsed) .faq-expand {
  display: none;
}
.faqs .faq-title.collapsed .faq-close {
  display: none;
}

/* end faqs */

/* cta-action */
.cta-action.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cta-action .section-title {
  color: white;
}
.cta-action .section-des {
  color: white;
  padding-top: 20px;
}
.cta-action .section-content {
  padding-top: 57px;
}
.cta-action .cta-action-btn a + a {
  margin-left: 24px;
}
.cta-action .cta-action-btn .btn-style-3 {
  padding-left: 49px;
  padding-right: 49px;
}
.cta-action .cta-action-btn .btn-style-2 {
  padding-left: 43px;
  padding-right: 43px;
}
/*  */

/* footter */

.fixed-icon {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: 0.3s linear;
  z-index: 99;
}

.fixed-icon a {
  transform: translate(100px, 0);
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
}

.fixed-icon.active a {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  line-height: 0;
}

.fixed-icon.active #chat_zalo,
.fixed-icon.active .delay-1 {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  position: relative;
}

.fixed-icon.active #chat_zalo::after,
.fixed-icon.active .delay-1::after {
  animation: pulsate1 1s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
  width: 58px;
  height: 58px;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
}

.fixed-icon.active #chat_zalo::after {
  border: 10px solid #0783c857;
}

.fixed-icon.active .delay-1::after {
  border: 10px solid #f88f5780;
}

.fixed-icon.active #chat_mess.delay-1::after {
  border: 10px solid #108fff80;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.92);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}

.fixed-icon a + a {
  margin-top: 24px;
}

.fixed-icon .delay-1 {
  transition-delay: 0.1s;
}

.fixed-icon .delay-2 {
  transition-delay: 0.2s;
}

.footer.section {
  padding-bottom: 55px;
}
.footer .footer-head {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border-color);
}
.footer .logo-footer {
  max-width: 250px;
}
.footer .footer-social {
  margin-top: 19px;
}

.footer .footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
}
.footer .footer-social a + a {
  margin-left: 24px;
}
.footer .footer-content {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 30px;
}
.footer .footer-infor {
  margin-top: 28px;
}
.footer .footer-infor li {
  padding-bottom: 5px;
}
.footer .footer-infor li a {
  display: flex;
  gap: 13px;
  color: var(--primary-color);
}
.footer .footer-infor li img {
  width: 24px;
  height: 24px;
  margin-top: 6px;
}
.footer .footer-tab-title {
  padding-top: 34px;
}
.footer .footer-menu-list {
  padding-top: 24px;
}
.footer .footer-menu-list li {
  padding-bottom: 5px;
}
.footer .footer-menu-list a {
  color: var(--primary-color);
  transition: 0.2s linear;
}
.footer .footer-menu-list a:hover {
  color: var(--third-color);
}
.footer .footer-copyright {
  padding-top: 42px;
}
.footer .footer-copyright .footer-copyright-menu li {
  display: inline-block;
}
.footer .footer-copyright .footer-copyright-menu li a {
  color: var(--primary-color);
  transition: 0.2s linear;
}
.footer .footer-copyright .footer-copyright-menu li a:hover {
  color: var(--third-color);
}
.footer .footer-copyright .footer-copyright-menu li + li {
  padding-left: 95px;
}
/* end footer */
/* blog list */
.blog-list.section {
  padding-top: 50px;
  padding-bottom: 20px;
}
.blog-list .section-title {
  padding-bottom: 50px;
}
.blog-list .section-item {
  margin-bottom: 80px;
}
.blog-list.blog-style-2 .section-item {
  margin-bottom: 50px;
}
.blog-list .col-custom {
  padding-left: 40px;
  padding-right: 40px;
}
.blog-list .row-custom {
  margin-left: -40px;
  margin-right: -40px;
}
.blog-list.blog-style-2 .col-custom {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.blog-list.blog-style-2 .row-custom {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.blog-list.blog-style-1 .section-item-img {
  padding-bottom: 60%;
}
.dangky-mail .section-title {
  color: white;
  padding-bottom: 20px;
}
.dangky-mail .section-des {
  color: white;
}
.dangky-mail .section-content {
  padding-top: 50px;
}
.form-dk-email .form-dk-email-group {
  display: flex;
  max-width: 500px;
  border: 1.5px solid var(--second-color);
  padding: 19px 20px;
  gap: 16px;
  border-radius: 200px;
  margin: 0 auto;
}
.form-dk-email .form-dk-email-group > img {
  width: 48px;
}
.form-dk-email .form-dk-email-group input {
  flex: 1;
  background: transparent;
  color: var(--second-color);
  outline: none;
}
.form-dk-email .form-dk-email-group input::placeholder {
  color: white;
}
.form-dk-email .form-dk-email-group button {
  outline: none;
  background-color: transparent;
}
.new-detail.section {
  padding-top: 50px;
}
.new-detail .wrap {
  max-width: 1030px;
}
.new-detail .section-title {
  padding-bottom: 45px;
}
.new-detail .section-content {
  padding-top: 25px;
}
.new-detail .section-content .new-detail-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;
  margin-bottom: 7px;
}
.new-detail .news-detail-des {
  margin-bottom: 24px;
}
.new-detail .new-detail-img {
  margin-bottom: 30px;
}
.new-detail .new-detail-content {
  font-size: 18px;
  line-height: 34px;
}
.new-detail .new-detail-content p {
  padding-bottom: 10px;
}
.new-detail .new-detail-content h2 {
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 24px;
  padding-top: 20px;
  font-weight: 600;
}
.new-detail .new-detail-content h3 {
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 20px;
  padding-top: 15px;
  font-weight: 600;
}
.new-detail .new-detail-content h4 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-weight: 600;
}
.new-detail .new-detail-content h5 {
  font-size: 18px;
  line-height: 34px;
  padding-bottom: 10px;
}
.new-detail .new-detail-content ul,
.new-detail .new-detail-content ol {
  list-style: revert;
  padding-left: 20px;
}
.new-relate.section {
  padding-bottom: 150px;
}
.new-relate .owl-nav {
  padding-top: 50px;
  position: absolute;
  right: 5%;
}
.new-relate .owl-carousel .owl-dots {
  padding-top: 65px;
  position: absolute;
  left: 5%;
}

.new-relate .owl-carousel .owl-dots button {
  background-color: #d9d9d9;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
.new-relate .owl-carousel .owl-dots button.active {
  background-color: var(--fourth-bg);
}
.new-relate .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c3c3c3 !important;
  display: inline-block !important;
  color: white !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  margin: 0 8px;
}
.new-relate .section-title {
  padding-bottom: 50px;
}

.muc-luc {
  margin: 40px auto 30px auto;
  padding: 24px 30px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.muc-luc .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  position: relative;
}

.muc-luc .title img {
  width: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  transform: translateY(-50%);
  margin: 0;
}

.muc-luc .chi-tiet-muc-luc {
  /* border-top: 1px solid #cccccc; */
  padding: 6px 10px 0px;
  margin-top: 10px;
  list-style: none;
  margin-left: 0px;
}

.muc-luc .chi-tiet-muc-luc li {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.muc-luc .chi-tiet-muc-luc li:not(:last-child) {
  margin-bottom: 10px;
}

.muc-luc .chi-tiet-muc-luc li ul {
  margin-top: 10px;
}

.muc-luc .chi-tiet-muc-luc li ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.muc-luc .chi-tiet-muc-luc li ul li:not(:last-child) {
  margin-bottom: 5px;
}

.muc-luc .chi-tiet-muc-luc li a:hover {
  color: #ff6109;
  transition: 0.2s ease-out;
}

.muc-luc .chi-tiet-muc-luc .ah2 {
  color: #333;
  display: inline;
}

.muc-luc .chi-tiet-muc-luc .ah3 {
  color: #333;
  display: inline;
}

.muc-luc .chi-tiet-muc-luc li ul {
  /* margin-left: 20px; */
}

/* end blog list */

/* contact */
.contact.section {
  padding-top: 0;
  padding-bottom: 0;
}
.contact .contact-banner {
  position: relative;
  height: 0;
  padding-bottom: 26%;
}
.contact .contact-banner img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.contact .contact-banner .section-title {
  position: relative;
  z-index: 1;
  color: white;
  padding-top: 50px;
}
.contact .section-content {
  padding-top: 50px;
}
.contact .contact-infor .contact-infor-title {
  text-transform: uppercase;
  margin-bottom: 55px;
}
.contact-infor .contact-infor-list {
  display: grid;
  grid-template-columns: 50fr 50fr;
  row-gap: 48px;
  column-gap: 60px;
}
.contact-infor .contact-infor-list .contact-infor-item {
  display: flex;
  gap: 23px;
}
.contact-infor .contact-infor-list img {
  width: auto;
  min-width: 35px;
  max-width: 35px;
  object-fit: contain;
  object-position: top;
}
.contact-infor-item .contact-infor-item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}
.contact-infor-item .contact-infor-item-txt {
  font-size: 18px;
  line-height: 30px;
}
.form-contact {
  padding: 40px 50px;
  border-radius: 30px;
}
.contact .form-contact {
  transform: translate(0, -30%);
}
.form-contact .form-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 40px;
}
.form-contact.webpx-form .btn-style {
  padding: 6px 15px;
}
.contact-google-map iframe {
  width: 100%;
  height: 500px;
  margin-top: -80px;
}
/* end contact */

/* page thiet ke website tyc */
.hero-2::after {
  top: -50%;
}
.hero-2::before {
  bottom: -65%;
}
.hero-2 .custom-width-left {
  width: 60%;
}
.hero-2 .custom-width-right {
  width: 40%;
}
.hero-2 .section-eyebrow {
  border: 1px solid var(--third-color);
  text-transform: uppercase;
  margin-bottom: 36px;
  padding: 10px 29px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--third-color);
}
.hero-2 .section-eyebrow img {
  width: 28px;
}
.hero-2 .section-sub-title {
  padding-bottom: 36px;
}
.hero-2 .section-title {
  padding-bottom: 41px;
  line-height: 1.2;
}
.hero-2 .section-des {
  padding-bottom: 50px;
}
.hero-2 .section-des .smail-des {
  padding-top: 15px;
  font-weight: 400;
  font-style: italic;
}
.hero-2 .btn-style {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 90px;
  padding-right: 90px;
}
.hero-2 .section-img-2 {
  padding-top: 20px;
}

/* brand-trust */
.brand-trust .section-sub-title {
  text-transform: uppercase;
  padding-bottom: 45px;
}
.brand-trust .section-title {
  padding-bottom: 30px;
  line-height: 1.2;
}
.brand-trust .section-content {
  padding-top: 60px;
  display: grid;
  grid-template-columns: 52fr 48fr;
  gap: 60px;
}
.brand-trust .section-img {
  border-radius: 30px;
  overflow: hidden;
}
.brand-trust .section-img img {
  /* height: 100%; */
}

.brand-trust .section-content .section-item-title {
  padding-top: 15px;
  font-size: 40px;
  line-height: 100%;
}
.brand-trust .section-content .section-item-des {
  padding-top: 24px;
  padding-bottom: 10px;
}
.brand-trust .section-item-content ul {
  padding-top: 35px;
}
.brand-trust .section-item-content ul li {
  padding-left: 36px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 400;
}
.brand-trust .section-item-content ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 26px;
  height: 27px;
  background-image: url("https://webpx.vn/theme/webpx/img/2026/img/icon-tick.svg");
}

.brand-trust .section-content.brand-style-2 .section-img {
  order: 2;
}

/*  */
/* implementation-process */
.implementation-process .section-sub-title {
  text-transform: uppercase;
  padding-bottom: 45px;
}
.implementation-process .section-title {
  line-height: 1.2;
}
.implementation-process .section-content {
  margin-top: 50px;
  padding: 35px;
  box-shadow: 0px 0px 50px 0px #f5f5f5;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 47fr 53fr;
  gap: 50px;
}
.implementation-process .section-item-img img {
  border-radius: 10px;
  height: 100%;
}
.implementation-process .section-list {
  padding-top: 30px;
}
.implementation-process .section-item {
  margin-bottom: 14px;
  padding-left: 50px;
  position: relative;
}
.implementation-process .section-item.active {
  border-bottom: 2px solid var(--border-color);
  margin-bottom: 24px;
}
.implementation-process .section-item.active::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  width: 100px;
  background-color: var(--fourth-bg);
}
.implementation-process .section-item .section-item-title {
  position: relative;
  transition: 0.2s linear;
  cursor: pointer;
}
.implementation-process .section-item.active .section-item-title {
  color: var(--third-color);
}
.implementation-process .section-item .section-item-title span {
  position: absolute;
  left: -50px;
  top: 0;
  font-weight: 500;
}
.implementation-process .section-item .section-item-content > div {
  padding-bottom: 30px;
}
/* project */
.project.section {
}
.project .section-title {
  padding-bottom: 29px;
  line-height: 1.2;
}
.project .section-des {
}
.project .section-content {
  padding-top: 50px;
}
.project .section-item {
  margin-bottom: 100px;
}
.project .section-item .section-item-img {
  border: 1px solid var(--border-color);
  margin-bottom: 24px;
  border-radius: 30px;
  overflow: hidden;
}
.project .section-item .section-item-title a {
  color: var(--primary-color);
}
.project .section-btn {
  border-radius: 30px;
  padding: 67px 30px;
  background-image: url("https://webpx.vn/theme/webpx/img/2026/img/bg-dktv-product.png");
}
/*  */
/*  why-choose */
.why-choose .section-title {
  line-height: 1.2;
  padding-bottom: 24px;
}
.why-choose .section-content {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.why-choose .section-item {
  display: flex;
  gap: 30px;
  padding-bottom: 24px;
}
.why-choose .section-content .section-item:nth-child(1) {
  border-bottom: 1px solid var(--border-color);
}
.why-choose .section-content .section-item:nth-child(2) {
  border-bottom: 1px solid var(--border-color);
}
.why-choose .section-content .section-item:nth-child(3) {
  margin-top: 24px;
}
.why-choose .section-content .section-item:nth-child(4) {
  margin-top: 24px;
}

.why-choose .section-item .section-item-img {
  display: flex;
  gap: 5px;
}

.why-choose .section-item .section-number {
  color: #ebebeb;
  min-width: 80px;
  margin-top: 8px;
}
.why-choose .section-item .section-item-img img {
  min-width: 80px;
  border-radius: 10px;
  height: fit-content;
}
.why-choose .section-item .section-item-content .section-item-title {
  padding-bottom: 20px;
}
/*  */

/* webpx-commit */
.webpx-commit .section-title {
  padding-bottom: 29px;
}
.webpx-commit .section-content {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.webpx-commit .section-content .section-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 298px; */
  background-color: #fff;
  padding: 55px 45px 48px;
  border-radius: 30px;
}
.webpx-commit .section-content .section-item-img {
  margin-bottom: 21px;
}
.webpx-commit .section-content .section-item-img img {
  width: 70px;
}
.webpx-commit .section-content .section-item-title {
  margin-bottom: 16px;
}
/*  */
/* customer-say */
.customer-say .section-content {
  padding-top: 55px;
}
.customer-say .section-item {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 50px;
}
.customer-say .section-item .section-item-img {
  position: relative;
  height: 0;
  padding-bottom: 55%;
}
.customer-say .section-item .section-item-img img {
  border-radius: 30px;
  position: absolute;
  height: 100%;
  width: 100%;
}
.customer-say .section-item .section-item-body {
  display: flex;
  gap: 25px;
}
.customer-say .section-item .section-item-icon {
  min-width: 50px;
}
.customer-say .section-item .section-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 0;
}
.customer-say .section-item .section-item-des {
  line-height: 34px;
}
.customer-say .section-item .section-item-info .customer-say-nganh {
  padding-bottom: 10px;
}
.customer-say .section-item .section-item-info .customer-say-name {
  padding-bottom: 5px;
  font-size: 36px;
  line-height: 100%;
}
.customer-say .section-btn {
  padding-top: 100px;
}

.customer-say .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c3c3c3 !important;
  display: inline-block !important;
  color: white !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  margin: 0 8px;
}
.customer-say .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.customer-say .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.customer-say .owl-carousel .owl-nav button:hover {
  background-color: var(--fourth-bg) !important;
}

/*  */
/* left-right */
.left-right.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.left-right .section-content {
  display: flex;
  gap: 100px;
  align-items: center;
}
.left-right .section-item-content {
  flex: 1;
}
.left-right .section-item-img {
  flex: 1;
  padding: 40px 25px;
  border-radius: 30px;
}
.left-right .section-item-img img {
  border-radius: 10px;
}
.left-right.section-right .section-item-content {
  order: 1;
}
.left-right .section-title {
  line-height: 70px;
  padding-bottom: 16px;
}
/*  */
/* Bảng giá */
.webpx-bang-gia-tkws .section-title {
  padding-bottom: 29px;
}
.webpx-bang-gia-tkws .section-content {
  padding-top: 50px;
}

.banggia-wrap {
  display: flex;
  gap: 30px;
  /* max-width: 1160px; */
  margin: 0 auto;
}
.banggia-item {
  margin-top: 74px;
}
.banggia-body {
  border: 1px solid rgb(232, 234, 237);
  position: relative;
  border-radius: 30px;
  background-color: #fff;
}
.banggia-item.active .banggia-body {
  border: 1px solid var(--third-color);
}
.banggia-item.active {
  border: 1px solid var(--third-color);
  background-color: var(--fourth-bg);
  border-radius: 30px;
  margin-top: 0;
}
.banggia-item .phobien {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 20px 0px 23px;
  text-align: center;
  color: white;
  font-weight: 700;
}
.banggia-head {
  padding: 40px 25px 30px;
}

.banggia-item .banggia-title {
  line-height: 100%;
  font-size: 28px;
  font-weight: 700;
}
.banggia-item .banggia-des {
  font-weight: 400;
  margin-top: 12px;
}
.banggia-item .banggia-price {
  font-size: 50px;
  line-height: 44px;
  font-weight: 700;
  margin-top: 28px;
}
.banggia-item .banggia-price span {
  font-size: 26px;
  line-height: 100%;
  font-weight: 600;
}
.banggia-item .banggia-btn {
  margin-top: 38px;
}
.banggia-item .banggia-btn a {
  width: 100%;
  display: block;
  color: var(--third-color);
  border: 1px solid var(--third-color);
  background-color: #fff;
  border-radius: 16px;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 30px;
  transition: all 0.2s linear;
}
.banggia-item .banggia-btn a:hover {
  background-color: var(--fourth-bg);
  color: white;
}
.banggia-item.active .banggia-btn a {
  background-color: var(--fourth-bg);
  color: white;
}
.banggia-content {
  border-top: 1px solid rgb(232, 234, 237);
  padding: 30px 25px 40px;
}
.banggia-content ul {
}
.banggia-content ul li {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 40px;
}
.banggia-content ul li a {
  color: var(--third-color);
}
.banggia-content ul li svg {
  position: absolute;
  top: 10px;
  left: 0;
}

/*  */
/* so sanh web truyền thống với WebPx */
.compare-webpx .section-sub-title {
  padding-bottom: 29px;
  text-transform: uppercase;
}
.compare-webpx .section-title {
  line-height: 1.3;
}
.compare-webpx .section-des {
  padding-top: 29px;
}
.compare-webpx .section-content {
  margin-top: 50px;
}
.compare-webpx .section-content > div {
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.compare-webpx .section-content table {
  border-radius: 10px;
  border-color: var(--border-color);
  margin-bottom: 0;
}
.compare-webpx .table > thead > tr > th {
  padding: 30px;
  text-align: center;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
}
.compare-webpx .table > tbody > tr > td {
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  padding: 13px 30px 13px 30px;
}
.compare-webpx .table > tbody > tr > td div {
  display: flex;
  gap: 22px;
}

.compare-webpx .table > tbody > tr > td span {
  color: var(--third-color);
}
.compare-webpx .table > tbody > tr > td svg {
  margin-top: 8px;
  min-width: 18px;
}
/*  */
/* situation tình huống thực tế  */

.situation .section-sub-title {
  padding-bottom: 29px;
  text-transform: uppercase;
}
.situation .section-des {
  padding-top: 29px;
}
.situation .section-content {
  margin-top: 50px;
}
.situation .section-content .section-tab {
  display: inline-block;
  background-color: var(--second-bg);
  border-radius: 10px;
}
.situation .section-tab button {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  transition: 0.2s linear;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}
.situation .section-tab button.active,
.situation .section-content .section-tab button:hover {
  background-color: var(--fourth-bg);
  color: white;
}
.situation .section-item {
  display: grid;
  grid-template-columns: 42fr 58fr;
  gap: 110px;
  margin-top: 30px;
}
.situation .section-item .section-item-img img {
  border-radius: 30px;
  height: 100%;
  object-position: left center;
}
.situation .section-item .section-item-number {
  font-size: 100px;
  font-weight: 700;
  color: var(--third-color);
  line-height: 100%;
}
.situation .section-item .section-item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.situation .section-item .section-eyebrow {
  font-size: 18px;
  line-height: 100%;
  background-color: var(--second-bg);
  font-weight: 600;
  padding: 9px 28px;
  border-radius: 100px;
  text-align: center;
  white-space: nowrap;
}
.situation .section-item .section-item-flow {
  position: relative;
  margin-top: 35px;
  padding-bottom: 10px;
}
.situation .section-item .section-item-flow::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 52px;
  top: 15px;
  background-color: #34c759;
}
.situation .section-item .section-item-flow li {
  position: relative;
  padding-left: 68px;
  margin-bottom: 22px;
}
.situation .section-item .section-item-flow li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34c759;
  left: 50px;
  top: 15px;
}
.situation .section-item .section-item-flow li:first-child {
  margin-bottom: 10px;
}
.situation .section-item .section-item-flow-title p:first-child {
  font-size: 26px;
  font-weight: 700;
}
.situation .section-item .section-item-flow-title p:last-child {
  padding-top: 4px;
  font-weight: 600;
  line-height: 30px;
}
.situation .section-item .section-icon {
  max-width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.situation .section-item .section-icon.icon-start {
  max-width: 40px;
}
.situation .section-item .section-item-result {
  display: flex;
  padding: 16px 94px 16px 24px;
  gap: 24px;
  color: white;
  background-color: #34c759;
  border-radius: 30px;
}
.situation .section-item .section-item-result img {
  width: 48px;
  object-fit: contain;
}
.situation .section-item .section-item-result p:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 10px;
}
.situation .section-item .section-item-result p:last-child {
  font-size: 18px;
  line-height: 28px;
}
/*  */

/* unlimited-connection */

.unlimited-connection .section-des {
  padding-top: 29px;
}
.unlimited-connection .section-content {
  padding-top: 50px;
}
.unlimited-connection .section-item {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.unlimited-connection .section-item-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.unlimited-connection .section-item-img > div {
  display: flex;
  align-items: center;
  gap: 30px;
}
.unlimited-connection .section-item-img img {
  width: 80px;
}
.unlimited-connection .section-item svg {
  transition: transform 0.3s ease;
}

.unlimited-connection .section-item.active svg {
  color: var(--third-color);
  transform: rotate(-180deg);
}
.unlimited-connection .section-item .section-item-des {
  padding-top: 16px;
}
.unlimited-connection .section-item .section-item-content div {
  padding-top: 24px;
  border-radius: 10px;
  overflow: hidden;
}
/*end unlimited-connection */

/****** page custom ******/
/* page-trang-thiet-ke-web-site-2026 */
.page-trang-thiet-ke-web-site-2026 .hero-2 {
  padding-bottom: 20px;
  /* padding-top: 50px; */
}
.page-trang-thiet-ke-web-site-2026 .hero-2::before {
  bottom: -25%;
}
.page-trang-thiet-ke-web-site-2026 .hero-style .section-title {
  line-height: 1.3;
}
.page-trang-thiet-ke-web-site-2026 .brand-trust .section-content.brand-style-2 {
  grid-template-columns: 55fr 45fr;
}
.page-trang-thiet-ke-web-site-2026 .brand-trust .section-content {
  grid-template-columns: 45fr 55fr;
  align-items: center;
}
.page-trang-thiet-ke-web-site-2026 .service .section-title {
  line-height: 1.3;
}
.page-trang-thiet-ke-web-site-2026 .why-choose {
  padding: 0;
}

.page-trang-thiet-ke-web-site-2026 .implementation-process {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-trang-thiet-ke-web-site-2026 .partner {
  padding-top: 0px;
}
/*  */
.page-trang-thiet-ke-web-site-theo-yeu-cau-2026 .hero-style {
  padding-bottom: 50px;
}
.page-trang-thiet-ke-web-site-theo-yeu-cau-2026 .number-featured.section {
  padding: 0 0 50px;
}
.page-trang-thiet-ke-web-site-theo-yeu-cau-2026 .implementation-process {
  padding-bottom: 50px;
}
.page-trang-thiet-ke-web-site-theo-yeu-cau-2026 .partner {
  padding-top: 50px;
}
/*  */
.page-trang-live-chat-ai-2026 .hero-2 .section-title {
  line-height: 1.3;
}
.page-trang-live-chat-ai-2026 .hero-2 .section-img video {
  width: 100%;
}

/*  */
.page-trang-live-chat-ai-2026 .service .section-title {
  line-height: 1.3;
}
.page-trang-live-chat-ai-2026 .service.section {
  padding-top: 50px;
}
.page-trang-live-chat-ai-2026 .dangky-mail .btn-style-3 {
  border-radius: 200px;
  min-width: 330px;
}
.page-trang-live-chat-ai-2026 .service .section-item-title {
  line-height: 1.2;
}
/*  */
.page-trang-thiet-ke-website-tu-vi-2026 .hero-style .section-img {
  padding-top: 33px;
}
.page-trang-thiet-ke-website-tu-vi-2026 .hero-style .section-img img {
  max-width: 400px;
}
.page-trang-thiet-ke-website-tu-vi-2026 .hero-2::before {
  bottom: -40%;
  background-image: url(https://webpx.vn/theme/webpx/img/2026/img/bg-gradien-3.svg);
}
.page-trang-thiet-ke-website-tu-vi-2026 .hero-2::after {
  top: -30%;
  background-image: url(https://webpx.vn/theme/webpx/img/2026/img/bg-gradien-2.svg);
}
.page-trang-thiet-ke-website-tu-vi-2026 .hero-style {
  padding-bottom: 10px;
}
.page-trang-thiet-ke-website-tu-vi-2026 .number-featured {
  padding-top: 0;
  padding-bottom: 0;
}
.page-trang-thiet-ke-website-tu-vi-2026 .new-detail.section {
  padding-top: 75px;
}

/*  */
.page-trang-thiet-ke-website-ban-hang-2026 .hero-2 {
  padding-top: 50px;
}
.page-trang-thiet-ke-website-ban-hang-2026 .section-title {
  line-height: 1.3;
}
.page-trang-thiet-ke-website-ban-hang-2026 .hero-2::before {
  background-image: url(https://webpx.vn/theme/webpx/img/2026/img/bg-gradien-5.svg);
  bottom: -95%;
}
.page-trang-thiet-ke-website-ban-hang-2026 .hero-2::after {
  top: -46%;
  background-image: url(https://webpx.vn/theme/webpx/img/2026/img/bg-gradien-4.svg);
}
.page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .custom-width-left {
  width: 50%;
}
.page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .custom-width-right {
  width: 50%;
}
.page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .section-img img {
  transform: scale(1.2) translate(-12%, 12%);
}
.page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .section-des > div {
  margin-bottom: 10px;
}
.page-trang-thiet-ke-website-ban-hang-2026 .number-featured.section {
  padding-bottom: 0;
}
.page-trang-thiet-ke-website-ban-hang-2026 .new-detail.section {
  padding-top: 75px;
}
/*  */
.page-trang-webpx-automation-2026 .hero-2 .section-img {
  padding-top: 50px;
}
.page-trang-webpx-automation-2026 .hero-2 .section-img img {
  max-width: 1000px;
}
.page-trang-webpx-automation-2026 .hero-2 .section-des {
  max-width: 900px;
  margin: 0 auto;
}
.page-trang-webpx-automation-2026 .hero-2 .section-des > h2 {
  margin-bottom: 10px;
}
.page-trang-webpx-automation-2026 .hero-2 .section-sub-title {
  padding-bottom: 25px;
}
/*  */

.page-trang-webpx-automation-2026 .hero-2::before {
  background-image: url(https://webpx.vn/theme/webpx/img/2026/img/bg-gradien-5.svg);
  bottom: -25%;
}

.page-trang-webpx-automation-2026 .hero-2::after {
  top: -25%;
  background-image: url(https://webpx.vn/theme/webpx/img/2026/img/bg-gradien-4.svg);
}
.page-trang-webpx-automation-2026 .hero-2 {
  padding-bottom: 0;
}
.page-trang-webpx-automation-2026 .situation {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-trang-webpx-automation-2026 .dangky-mail .btn-style {
  border-radius: 200px;
}
/* reponsive */
/* lg */
@media screen and (max-width: 1440px) {
  .customer-featured .section-item .section-item-action .tang-truong strong {
    font-size: 24px;
  }
  .home-hero .section-img {
    min-height: unset;
  }
}
@media screen and (max-width: 1280px) {
  .customer-featured .section-item .section-item-action .tang-truong strong {
    font-size: 20px;
  }
  .cta-action .cta-action-btn .btn-style-3 {
    margin-top: 15px;
  }
  .cta-action .section-title {
    line-height: 1.2;
  }
  .project .section-des br {
    display: none;
  }
  .webpx-commit .section-content .section-item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .banggia-item .banggia-price {
    font-size: 40px;
  }
  .page-trang-thiet-ke-web-site-2026
    .brand-trust
    .section-content
    .section-item-title {
    line-height: 1.3;
  }
  .page-trang-thiet-ke-web-site-2026 .implementation-process .section-title br {
    display: none;
  }
  .customer-say .section-item .section-item-content {
    gap: 30px;
  }
  .situation .section-item .section-item-title {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1025px) {
  .webpx-commit .section-content .section-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* .customer-say .section-item .section-item-content {
    gap: 30px;
  } */

  .page-trang-live-chat-ai-2026 .hero-2 .section-title br {
    display: none;
  }
  .page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .custom-width-left {
    width: 60%;
  }
  .page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .custom-width-right {
    width: 40%;
  }
  .page-trang-webpx-automation-2026 .compare-webpx .section-title br {
    display: none;
  }
  .page-trang-webpx-automation-2026 .compare-webpx .table > thead > tr > th {
    line-height: 1.2;
    vertical-align: middle;
  }
  .page-trang-webpx-automation-2026
    .compare-webpx
    .table
    > tbody
    > tr
    > td:first-child {
    line-height: 1.2;
  }
  .situation .section-item .section-item-result {
    padding-right: 24px;
  }
  .compare-webpx .section-des br {
    display: none;
  }
}

/* md */
@media screen and (max-width: 992px) {
  .brand-trust .section-des br,
  .brand-trust .section-title br,
  .implementation-process .section-title br {
    display: none;
  }
  .brand-trust .section-title {
    line-height: 1.2;
  }
  .brand-trust .section-content .section-item-title {
    line-height: 1.2;
  }
  .implementation-process .section-title {
    line-height: 1.2;
  }
  .project .section-title {
    line-height: 1.2;
  }
  .webpx-commit .section-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .banggia-wrap {
    overflow-x: auto;
  }
  .banggia-item {
    min-width: 300px;
  }
  .banggia-item .banggia-price {
    font-size: 28px;
    line-height: 36px;
  }
  .banggia-item .banggia-title {
    font-size: 24px;
  }
}

/* xs */
@media screen and (max-width: 768px) {
  .fs-80 {
    font-size: 50px;
    line-height: 1.2;
  }
  .fs-70 {
    font-size: 40px;
    line-height: 1.2;
  }
  .fs-60 {
    font-size: 30px;
    line-height: 1.2;
  }
  .fs-50 {
    font-size: 30px;
    line-height: 1.2;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-20 {
    font-size: 18px;
    line-height: 30px;
  }
  .fs-22 {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .modal-style .modal-dialog {
    margin: 0;
  }
  .modal-style.form-dk .modal-style-banner {
    display: none;
  }
  .modal-style.form-dk .modal-style-body {
    flex: 1;
    padding: 0;
  }
  .modal-style.form-dk .modal-style-title {
    font-size: 28px;
    padding-top: 30px;
  }
  .modal-style.form-dk .modal-style-des br {
    display: none;
  }

  .top-header {
    display: none;
  }
  .logo-header {
    margin: 0 auto;
  }
  .header-icon-menu {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    color: var(--primary-color);
  }
  .home-hero.section {
    padding-top: 50px;
  }
  .home-hero .section-sub-title {
    line-height: 44px;
    font-size: 34px;
  }
  .home-hero .section-title {
    line-height: 44px;
    padding-top: 0;
    display: inline;
    font-size: 34px;
  }
  .home-hero::after {
    top: -13%;
  }
  .home-hero .section-des br {
    display: none;
  }
  .home-hero .section-des {
    margin-top: 15px;
    font-size: 20px;
  }
  .home-hero .home-hero-btn .btn-style {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-hero .section-img {
    margin-top: 25px;
    min-height: 184px;
  }

  .hero-2 .custom-width-left {
    width: 100%;
  }
  .hero-2 .custom-width-right {
    width: 100%;
  }
  .hero-2 .section-sub-title {
    padding-bottom: 24px;
  }
  .hero-2 .section-title {
    padding-bottom: 24px;
  }
  .hero-2 .section-des {
    padding-bottom: 30px;
  }
  .hero-2 .btn-style {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-2 .section-eyebrow {
    font-size: 16px;
    line-height: 1.2;
  }
  .hero-2::after {
    top: -5%;
  }
  .hero-2::before {
    bottom: 45%;
  }
  .hero-2 .section-img {
    padding-top: 25px;
  }

  .service .section-content .section-item {
    width: 100%;
  }
  .customer-featured .section-des br {
    display: none;
  }
  .customer-featured .section-content .owl-dots {
    padding-top: 30px;
  }
  .customer-featured .section-item .section-item-action .view-case-study a {
    line-height: 24px;
  }
  .customer-featured .section-item .section-item-action .tang-truong {
    line-height: 24px;
  }
  .number-featured.section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .number-featured .section-content {
    padding: 35px 15px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .number-featured .section-item .section-item-img {
    width: 80px;
    height: 80px;
  }
  .number-featured .section-item .section-item-img img {
    max-width: 60px;
  }
  .number-featured .section-item .section-item-title {
    padding-top: 16px;
  }
  .news-featured .section-content {
    padding-bottom: 50px;
  }
  .news-featured .owl-carousel .owl-dots {
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 30px;
  }
  .news-featured .owl-nav {
    right: 15px;
    display: none;
  }
  .new-item .new-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .faqs .section-des br {
    display: none;
  }
  .faqs .section-item {
    padding-right: 47px;
  }
  .faqs .faq-header span {
    right: -40px;
    top: 0;
    transform: unset;
  }
  .cta-action .section-title {
    line-height: 42px;
  }
  .cta-action .cta-action-btn .btn-style-2 {
    width: 100%;
    text-align: center;
  }
  .cta-action .cta-action-btn .btn-style-3 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }
  .footer.section {
    padding-bottom: 24px;
  }
  .footer .logo-footer {
    margin: 0 auto;
  }
  .footer .footer-social {
    text-align: center;
  }
  .footer .footer-head {
    padding-bottom: 35px;
  }
  .footer .footer-content {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 35px;
  }
  .footer-content .footer-content-left .footer-des br {
    display: none;
  }
  .footer .footer-infor {
    margin-top: 16px;
  }
  .footer .footer-menu-list {
    padding-top: 16px;
  }
  .footer-copyright .footer-copyright-txt {
    font-size: 16px;
  }
  .footer-copyright .footer-copyright-menu {
    display: none;
  }

  .contact .contact-banner {
    padding-bottom: 50%;
  }
  .contact .contact-infor .contact-infor-title {
    line-height: 42px;
    margin-bottom: 50px;
  }
  .contact-infor .contact-infor-list {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
  .contact .form-contact {
    transform: unset;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-google-map {
    padding-top: 50px;
  }
  .contact-google-map iframe {
    width: 100%;
    height: 350px;
    margin-top: 0;
  }
  .new-detail .section-title {
    padding-bottom: 35px;
  }
  .new-detail .section-content .new-detail-title {
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .contact .contact-banner img {
    object-position: 15% center;
  }

  .brand-trust .section-content {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
  .brand-trust .section-content .section-item-title {
    font-size: 28px;
  }
  .implementation-process .section-content {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .implementation-process .section-list {
    order: 2;
  }
  .why-choose .section-content {
    grid-template-columns: 1fr;
  }
  .why-choose .section-item {
    flex-direction: column;
  }
  .why-choose .section-item .section-item-img img {
    width: 80px;
  }
  .why-choose .section-item .section-number {
    font-size: 60px;
  }
  .why-choose .section-content .section-item:nth-child(1) {
    border: none;
  }
  .why-choose .section-content .section-item:nth-child(2) {
    border: none;
    margin-top: 24px;
  }
  .project .section-item {
    margin-bottom: 50px;
  }
  .customer-say .section-item {
    grid-template-columns: 1fr;
  }
  .customer-say .section-item .section-item-info .customer-say-name {
    font-size: 28px;
  }
  .webpx-commit .section-content {
    grid-template-columns: 1fr;
  }
  .webpx-commit .section-content .section-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .left-right .section-title {
    line-height: 1.3;
  }
  .left-right .section-content {
    flex-direction: column;
    gap: 30px;
  }
  .left-right.section-right .section-item-content {
    order: 0;
  }
  .customer-say .section-btn {
    padding-top: 50px;
  }
  .customer-say .section-item .section-item-icon {
    min-width: 18px;
  }
  .compare-webpx .section-content {
    overflow-x: auto;
  }
  .compare-webpx .section-content > div {
    width: 800px;
  }
  .compare-webpx .table > thead > tr > th {
    font-size: 22px;
  }
  .compare-webpx .section-sub-title {
    line-height: 1.2;
  }
  .compare-webpx .table > tbody > tr > td:first-child p {
    font-size: 20px;
    line-height: 1.2;
  }
  .situation .section-item {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .situation .section-item .section-item-title {
    font-size: 22px;
    line-height: 1.2;
  }
  .situation .section-item .section-eyebrow {
    font-size: 13px;
  }
  .situation .section-tab button {
    width: 100%;
  }
  .situation .section-item .section-item-flow-title p:first-child {
    font-size: 22px;
  }
  /******* ***/
  .page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .custom-width-left {
    width: 100%;
  }
  .page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .custom-width-right {
    width: 100%;
  }
  .page-trang-thiet-ke-website-ban-hang-2026 .hero-2 .section-img img {
    transform: unset;
  }
  .page-trang-thiet-ke-website-ban-hang-2026 .hero-2::before {
    bottom: 35%;
  }
  .page-trang-thiet-ke-website-ban-hang-2026 .hero-2::after {
    top: -5%;
  }
  .page-trang-thiet-ke-website-ban-hang-2026 .number-featured.section {
    padding-top: 0;
  }
  .page-trang-thiet-ke-website-ban-hang-2026 .new-detail.section {
    padding-top: 25px;
  }
  .page-trang-thiet-ke-website-tu-vi-2026 .new-detail.section {
    padding-top: 25px;
  }
  .page-trang-thiet-ke-website-tu-vi-2026 .hero-2::before {
    bottom: 45%;
  }
  .page-trang-thiet-ke-website-tu-vi-2026 .hero-2::after {
    top: -7%;
  }
  .page-trang-thiet-ke-website-tu-vi-2026 .number-featured.section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-trang-webpx-automation-2026 .hero-2 .section-des > div {
    font-size: 20px;
    line-height: 34px;
  }
  .page-trang-webpx-automation-2026 .hero-2::before {
    bottom: 20%;
  }
  .page-trang-webpx-automation-2026 .hero-2::after {
    top: -5%;
  }
}

@media only screen and (max-width: 768px) {
  .banggia-wrap {
    gap: 15px;
  }

  .banggia-item .banggia-title {
    font-size: 22px;
    line-height: 28px;
  }
  .banggia-item .banggia-btn a {
    font-size: 18px;
    line-height: 26px;
  }
  .banggia-head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banggia-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .banggia-item .phobien {
    font-size: 20px;
    line-height: 20px;
  }
}
