.ova-box-feature2 .info .title {
  max-width: max-content;
  width: auto;
}
.sgift_productsgift .elementor-posts .elementor-post__title {
  min-height: 50px !important;
}

.sgift_service .elementor-posts .elementor-post__title {
  min-height: 50px !important;
}

.sgift_service .elementor-posts .elementor-post__excerpt {
  min-height: 80px !important;
}

.elementor-posts .elementor-post__title {
  min-height: 65px;
}

.elementor-posts .elementor-post__excerpt {
  text-align: justify;
}

.elementor-posts .elementor-post__excerpt {
  min-height: 95px;
}

#tieu_de_du_an_trien_khai .elementor-post__title {
  min-height: 120px !important;
}

span.sgift-text-red {
  color: #e60023 !important;
}

.post-title a {
  font-family: "InterSgift", Sans-serif !important;
  line-height: 0.5;
}

.mt-60-30 {
  margin-top: 60px;
}

.sgift-main p {
  line-height: 2rem;
}
.sgift-main ul li {
  line-height: 2em;
}

.sgift-main h2 {
  font-size: 30px !important;
  color: var(--e-global-color-primary);
}

.sgift-main h3 {
  font-size: 25px !important;
  color: var(--e-global-color-primary);
}

.sgift-main {
  margin-top: 20px;
  text-align: justify;
}
/* Begin Quick Form  */

.form-info p {
  line-height: 2.5em;
}

.ova-ctfrom7 .quick-form {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%;
  grid-gap: 5px;
}

.ova-ctfrom7 .quick-form input[type="text"]::placeholder,
.ova-ctfrom7 .quick-form input[type="tel"]::placeholder,
.ova-ctfrom7 .quick-form textarea::placeholder {
  font-family: inherit;
}

.ova-ctfrom7 .quick-form input[type="text"]:focus,
.ova-ctfrom7 .quick-form input[type="tel"]:focus,
.ova-ctfrom7 .quick-form textarea:focus {
  font-family: inherit;
  text-transform: none !important;
}

.ova-ctfrom7 .quick-form input[type="email"] {
  width: 100%;
}

.ova-ctfrom7 .quick-form input[type="tel"] {
  width: 100%;
}

.ova-ctfrom7 .quick-form input[type="text"] {
  width: 100%;
}

.post-title {
  line-height: 0.75em;
}

.sgift-title {
  padding-top: 10px;
  line-height: 1.3em;
}

.elementor-heading-title span {
  color: #1f1f1f;
}

/* End Quick Form  */

.ova-ctfrom7 .form2 input[type="text"]::placeholder,
.ova-ctfrom7 .form2 input[type="tel"]::placeholder,
.ova-ctfrom7 .form2 textarea::placeholder {
  font-family: inherit;
}

.ova-ctfrom7 .form2 input[type="text"]:focus,
.ova-ctfrom7 .form2 input[type="tel"]:focus,
.ova-ctfrom7 .form2 textarea:focus {
  font-family: inherit;
  text-transform: none !important;
}

.ova-ctfrom7 .form2 .source-info {
  grid-column-start: 1;
  grid-column-end: 3;
}

.ova-ctfrom7 .form2 input[type="email"] {
  width: 100%;
  padding: 17px 25px;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  border-color: #dedede;
  text-transform: none;
  font-family: inherit;
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 500;
  line-height: 21px;
}

.ova-ctfrom7 .form2 input[type="email"]::placeholder {
  text-transform: none !important;
  color: #444;
  font-weight: 400;
  font-size: 16px;
}

.ova-ctfrom7 .form2 input[type="email"]:focus {
  font-family: inherit;
  border-color: #2f2f2f;
}

.ova-ctfrom7 .form2 input[type="text"] {
  text-transform: none !important;
  border-radius: 4px;
  font-family: inherit;
}

.ova-ctfrom7 .form2 input[type="tel"] {
  text-transform: none !important;
  border-radius: 4px;
  font-family: inherit;
}

.ova-ctfrom7 .form2 textarea {
  font-family: inherit;
  border-radius: 4px;
  text-transform: none;
}

.ova-ctfrom7 .form2 input[type="text"]::placeholder,
.ova-ctfrom7 .form2 input[type="tel"]::placeholder,
.ova-ctfrom7 .form2 textarea::placeholder {
  text-transform: none !important;
  color: #444;
  font-weight: 400;
  font-size: 16px;
}

select:not([size]):not([multiple]) {
  padding: 6px 25px;
}

/* =========================
   Process SGIFT
========================= */

.sgift-process-luxury {
  position: relative;
  padding: 40px 0;
}

.sgift-process-line {
  position: absolute;
  top: 85px;
  left: 8%;
  right: 8%;
  height: 2px;

  background: linear-gradient(
    90deg,
    rgba(181, 142, 83, 0.15),
    #b58e53,
    rgba(181, 142, 83, 0.15)
  );
}

.sgift-process-timeline {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.process-step {
  position: relative;
  flex: 1;
  text-align: center;
}

/* Circle */

.step-circle {
  width: 88px;
  height: 88px;

  margin: 0 auto;

  border-radius: 50%;

  background: #fff;

  border: 2px solid #b58e53;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 30px;
  font-weight: 700;

  color: #b58e53;

  position: relative;

  z-index: 5;

  transition: 0.35s;
}

/* đường nối xuống Card */

.step-circle:after {
  content: "";

  position: absolute;

  top: 100%;

  left: 50%;

  width: 2px;

  height: 32px;

  transform: translateX(-50%);

  background: rgba(181, 142, 83, 0.25);
}

/* Card */

.step-card {
  position: relative;

  margin-top: 32px;

  padding: 30px 15px;

  background: #fff;

  border-radius: 18px;

  border: 1px solid rgba(181, 142, 83, 0.15);

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);

  transition: 0.35s;
}

/* Icon */

.step-icon {
  width: 70px;
  height: 70px;

  margin: 0 auto 22px;

  border-radius: 50%;

  background: #f8f4ed;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #b58e53;

  font-size: 28px;

  transition: 0.35s;
}

.step-card h3 {
  font-size: 18px;

  margin-bottom: 14px;

  font-weight: 700;

  color: #2d2d2d;
}

.step-card p {
  color: #6c6c6c;

  line-height: 1.8;

  font-size: 16px;
}

/* Hover */

.process-step:hover .step-card {
  transform: translateY(-14px);

  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.1);
}

.process-step:hover .step-circle {
  background: #b58e53;

  color: #fff;

  transform: scale(1.08);

  box-shadow: 0 0 0 8px rgba(181, 142, 83, 0.1),
    0 15px 35px rgba(181, 142, 83, 0.3);
}

.process-step:hover .step-icon {
  background: #b58e53;

  color: #fff;

  transform: rotate(-8deg) scale(1.08);
}

/*==================================================
=            SGIFT BUTTON - FORM SUBMIT            =
==================================================*/
/* Wrapper */

.sgift-submit {
  display: inline-block;
}

/* reset */

.sgift-submit p {
  margin: 0;
  padding: 0;
}

/* submit */

.sgift-submit input[type="submit"] {
  min-width: 260px;
  height: 56px;
  padding: 0 32px;

  border: none;
  border-radius: 50px;

  background: linear-gradient(135deg, #4c4637 0%, #b38b59 100%);

  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.3px;

  cursor: pointer;

  transition: transform 0.35s, box-shadow 0.35s, background 0.55s;

  box-shadow: 0 10px 30px rgba(179, 139, 89, 0.25);
}

/* hover */

.sgift-submit input[type="submit"]:hover {
  transform: translateY(-2px);

  background: linear-gradient(135deg, #3e392f, #6b553a, #b38b59);

  box-shadow: 0 16px 40px rgba(179, 139, 89, 0.35);
}

/* active */

.sgift-submit input[type="submit"]:active {
  transform: translateY(0);
}

/* =====================================
   SGIFT Contact Form
===================================== */

.sgift-form-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-column: 1 / -1;
  width: 100%;
}

.sgift-form-row-3 .form-info {
  margin-bottom: 0;
}

.sgift-form-row-3 .wpcf7-form-control-wrap {
  display: block;
}

.sgift-form-row-3 select,
.sgift-form-row-3 input {
  width: 100%;
}

.ova-ctfrom7 .form2 .sgift-full-width {
  grid-column: 1 / -1;
  width: 100%;
}

.ova-ctfrom7 .form2 .sgift-full-width textarea {
  width: 100%;
  min-height: 180px;
  resize: vertical;
}

.ova-ctfrom7 .form2 .sgift-full-width,
.ova-ctfrom7 .ova-submit {
  grid-column: 1 / -1;
}

/*Tablet We Custome CSS*/

@media screen and (max-width: 1023px) {
  .ova-box-feature {
    padding: 25px 10px 25px 10px;
    min-height: 510px;
  }
}

p {
  margin: 0 0 0.5em !important;
}

dl,
ol {
  margin-bottom: 0.5em !important;
}

a {
  text-decoration: none !important;
}

h2.wp-block-heading {
  font-family: inherit;
  color: var(--e-global-color-primary);
  font-size: 30px !important;
}

h3.wp-block-heading {
  font-family: inherit;
  font-size: 22px !important;
}

/*Single Post*/

#gallery-1 img {
  border: 0 !important;
}

#gallery-1 .gallery-item {
  margin-top: 0px !important;
}

article.post-wrap .post-media {
  text-align: center;
}

.post-media img.img-responsive.wp-post-image {
  width: 100%;
  height: 100%;
  align-items: center;
}

.wp-block-image img {
  margin: 5px 0 18px 0;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

/* Sản phẩm */

.why-choose-us {
  background: #f8f7f3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.why-choose-us .item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(178, 171, 153, 0.25);
  transition: all 0.3s ease;
}

.why-choose-us .item:last-child {
  border-bottom: none;
}

.why-choose-us .item:hover {
  background: #fff;
  transform: translateX(5px);
}

.why-choose-us p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.why-choose-us .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #b2ab99;
  color: #fff;

  transition: 0.3s;
}

.why-choose-us .item:hover .icon {
  background: #00a18a;
  transform: scale(1.08);
}

.why-choose-us .content h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #4c4637;
  line-height: 1.4;
}

.why-choose-us .content p {
  margin: 0;
  color: #666;
  line-height: 1.7;
  font-size: 14px;
}

/*Ứng dụng thực tế*/

.sgift-consulting-content h3 {
  font-size: 18px !important;
  margin: 0 0 12px !important;
}

.productsgift-application {
  margin: 25px 10px;
  padding: 20px;
  background: #faf8f4;
  border: 1px solid #ece5d8;
  border-radius: 8px;
}

h2.productsgift-application-title {
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e2d8;
}

.productsgift-application-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 20px;
}

.productsgift-application-item {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.productsgift-application-item:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #b89b69;
  font-size: 15px;
}

/*Ưu đãi dành cho khách hàng*/

.product-offer-box {
  margin-top: 25px;
  background: #faf8f2;
  border: 1px solid #e8dfcf;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.offer-heading {
  padding: 18px 20px;
  background: #4c4637;
  color: #fff;
}

.offer-heading h3 {
  margin: 0;
  font-size: 20px !important;
  font-weight: 700;
}

.offer-heading span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.offer-group {
  padding: 18px 20px;
  border-bottom: 1px solid #ece4d6;
}

.offer-group:last-child {
  border-bottom: none;
}

.offer-group h4 {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 700;
  color: #00a18a;
  text-transform: uppercase;
}

.offer-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-group li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 1.7;
  color: #555;
  font-size: 14px;
}

.offer-group li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  background: #00a18a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.offer-group:hover {
  background: #fff;
}

.productsgift-container {
  font-family: inherit !important;
}

.productsgift-main p {
  line-height: 2rem !important;
}

.productsgift-image {
  margin-bottom: 10px;
  padding: 0 10px;
}

/* ===== PRODUCT CARD ===== */

.badge-product {
  background: #00a18a;
}

.badge-gift {
  background: #b58e53;
}

.badge-project {
  background: #4c4637;
}

.badge-service {
  background: #6b7280;
}

.productsgift-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.productsgift-category {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  border-radius: 30px;
  color: #4c4637;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  color: #00a18a !important;
}

/* ===== TITLE ===== */

.productsgift-title {
  margin-bottom: 25px;
}

.productsgift-title h1 {
  font-size: 32px !important;
  line-height: 1.3;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  stroke: #b58e53;
  stroke-width: 1.5;
  fill: none;
}

/* ===== INFO ===== */

.productsgift-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.productsgift-info .info-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.productsgift-info strong {
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-weight: 700;
}

.productsgift-info .info-content {
  line-height: 1.3em;
  color: #333;
}

.productsgift-info p {
  margin: 0 !important;
}

.productsgift-moq {
  color: #e60023;
  font-size: 28px;
  font-weight: 700;
}

/* ===== BUTTON ===== */

.productsgift-contact {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-hotline,
.btn-zalo {
  min-width: 220px;
  text-align: center;
}

/* ===== NOTE ===== */

.productsgift-note {
  margin-top: 25px;
  padding: 18px 20px 18px 50px;

  background: #f8f6f2;
  border-left: 4px solid var(--e-global-color-primary);
  border-radius: 8px;

  font-size: 14px;
  line-height: 1.8;
  color: #555;
  font-style: italic;

  position: relative;
}

.productsgift-note:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  position: absolute;
  left: 18px;
  top: 16px;

  color: #b89b69;
  font-size: 18px;
}

.productsgift-excerpt {
  text-align: justify;
}

.productsgift-contact {
  margin-top: 2rem;
}

.productsgift-note {
  font-size: 14px;
  color: var(--e-global-color-primary);
  font-style: italic;
}

.btn-hotline {
  background-color: var(--e-global-color-primary);
  color: #fff !important;
  font-size: 16px;
  padding: 13px 20px;
  border-radius: 30px;
  border: 2px solid var(--e-global-color-primary);
  margin-right: 0.5rem;
}

.btn-zalo {
  padding: 13px 20px;
  color: #000;
  border-radius: 30px;
  border: 2px solid #00a18a;
  font-size: 16px;
}

.btn-zalo:hover {
  background-color: #00a18a;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.btn-hotline:hover {
  background-color: #4c4637;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.productsgift-category-box {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}

.productsgift-category-box .title {
  background-color: #4c4637;
  color: #fff;
  padding: 12px 15px;
  margin: 0;
  font-size: 18px;
}

.productsgift-title h1.post-title {
  font-size: 28px !important;
}
h1.post-title {
  margin-left: 0px !important;
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 10px 15px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.category-list li a i {
  color: #4c4637;
  font-size: 13px;
}

/* hover */
.category-list li a:hover {
  color: #4c4637;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-item {
  border: 1px solid #eee;
  padding: 10px;
  transition: 0.3s;
}

.product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-title {
  font-size: 16px;
  margin-top: 10px;
}

/* Dịch vụ*/

.service-consult-box {
  margin-top: 25px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}

.consult-label {
  display: inline-block;
  background: #c79518;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.service-consult-box h3 {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.service-consult-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.consult-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.consult-benefits li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-weight: 500;
}

.consult-benefits li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eaf8f5;
  color: #0f9d84;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
}

.servicesgift-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-content h2 {
  font-size: 30px !important;
  color: var(--e-global-color-primary);
}
.post-content h3 {
  font-size: 25px !important;
  color: var(--e-global-color-primary);
}

.post-content p {
  line-height: 2em;
}

input.e-search-input {
  min-height: 48px !important;
  height: 48px !important;
}

button.e-search-submit {
  min-height: 48px;
  height: 48px;
}

.sgift-search-header {
  margin-bottom: 40px;
  text-align: center;
}

.sgift-search-title {
  font-size: 36px;
  font-weight: 700;
  color: #4c4637;
  margin-bottom: 10px;
}

.sgift-search-keyword {
  color: #b58e53;
}

.pagination-wrapper {
  margin-top: 50px;
}

.pagination-wrapper .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  list-style: none;
  padding: 0;
}

.pagination-wrapper .page-numbers li a,
.pagination-wrapper .page-numbers li span {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: #f8f7f3;

  color: #4c4637;

  transition: 0.3s;
}

.pagination-wrapper .page-numbers li .current,
.pagination-wrapper .page-numbers li a:hover {
  background: #4c4637;
  color: #fff;
}

/*Button Archive*/

.sgift-archive-header {
  margin-bottom: 40px;
}

.sgift-archive-category h1 {
  font-size: 30px;
  font-weight: 700;
  color: #4c4637;
  margin-bottom: 15px;
}

.sgift-archive-description {
  max-width: 900px;
  color: #666;
  line-height: 1.8;
}

.sgift-archive-count {
  color: #b58e53;
  font-weight: 600;
  margin-top: 8px;
}

.archive-title {
  padding: 0px 10px;
}

/*=========================================
=            SGIFT Pagination
=========================================*/

.sgift-pagination {
  margin: 60px 0 0;
}

.sgift-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sgift-pagination .navigation {
  display: block !important;
  width: 100%;
}

.sgift-pagination .nav-links {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sgift-pagination .page-numbers {
  min-width: 46px;
  height: 46px;
  padding: 14px 18px;

  display: inline-flex !important;
  width: auto !important;
  flex: none !important;

  border: 1px solid #e7e2d8;
  border-radius: 10px;

  background: #f8f7f3;
  color: #4c4637;

  font-size: 15px;
  font-weight: 600;
  line-height: 1;

  text-decoration: none;

  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    transform 0.25s ease, box-shadow 0.25s ease;
}

.sgift-pagination .page-numbers:hover {
  background: #4c4637;
  border-color: #4c4637;
  color: #fff;

  transform: translateY(-2px);

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.sgift-pagination .page-numbers.current {
  background: #b58e53;
  border-color: #b58e53;
  color: #fff;

  box-shadow: 0 8px 18px rgba(181, 142, 83, 0.25);

  cursor: default;
}

.sgift-pagination .page-numbers.current:hover {
  transform: none;
}

.sgift-pagination .prev,
.sgift-pagination .next {
  min-width: 56px;
  font-size: 18px;
  font-weight: 700;
}

.sgift-pagination .dots {
  min-width: auto;
  padding: 0 8px;

  background: transparent;
  border: none;
  box-shadow: none;

  pointer-events: none;
}

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

.productsgift-main h3 {
  font-size: 25px !important;
}

.btn-archive {
  background-color: var(--e-global-color-0e82fdc);
  color: #fff !important;
}

.box-btn-archive {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.box-btn-archive a {
  padding: 12px 15px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.productsgift_post-related-article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: background, border, -webkit-box-shadow;
  transition-property: background, border, -webkit-box-shadow;
  -o-transition-property: background, border, box-shadow;
  transition-property: background, border, box-shadow;
  transition-property: background, border, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
}
/*.productsgift_post_related-brand {
    background-color: #120551;
    margin: 20px 35px 20px 20px;
    right: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    border-radius: 999px;
}*/
.productsgift_post_related-text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  display: var(--item-display, block);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.productsgift_post_related-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  min-height: 60px;
  line-height: 0.75em;
}
.productsgift_post_related-title a {
  color: var(--e-global-color-primary) !important;
  font-size: 16px !important;
  font-family: "InterSgift", Sans-serif !important;
}
.productsgift_post_related-excerpt {
  margin-bottom: 14px;
  line-height: 1.5;
  min-height: 80px;
}
.productsgift_post_related-excerpt p {
  color: #000;
  font-family: "InterSgift", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5em;
  text-align: justify;
}
.productsgift-post_related-thumbnail-link {
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
}
.productsgift-post_related-thumbnail-img {
  position: relative;
  -webkit-transform-style: preserve-3d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.productsgift-post_related-read-more {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: var(--e-global-color-primary);
  margin-bottom: 10px;
  display: inline-block;
}
.productsgift-post_related_heading {
  color: #00a18a;
  text-align: center;
  font-weight: 700;
  font-size: 35px !important;
  padding: 20px;
}

.sgift-product-header {
  margin-bottom: 30px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 3 sản phẩm */
  gap: 20px;
}

.sgift_post-related-article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: background, border, -webkit-box-shadow;
  transition-property: background, border, -webkit-box-shadow;
  -o-transition-property: background, border, box-shadow;
  transition-property: background, border, box-shadow;
  transition-property: background, border, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  padding: 10px;
  margin-bottom: 20px;
}
/*.service_post_related-brand {
    background-color: #120551;
    margin: 20px 35px 20px 20px;
    right: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    border-radius: 999px;
}*/
.sgift_post_related-text {
  margin-top: 10px;
  padding: 0 15px;
  width: 100%;
  display: var(--item-display, block);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sgift_post_related-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  min-height: 90px;
  line-height: 0.75em;
}
.sgift_post_related-title a {
  color: var(--e-global-color-primary) !important;
  font-size: 18px !important;
}

.sgift_post_related-excerpt {
  margin-bottom: 15px;
  line-height: 1.5;
  min-height: 80px;
}
.sgift_post_related-excerpt p {
  color: #000;
  font-family: "InterSgift", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5em;
  text-align: justify;
}
.sgift-post_related-thumbnail-link {
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
}
.sgift-post_related-thumbnail-img {
  position: relative;
  -webkit-transform-style: preserve-3d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.sgift-post_related-read-more {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: var(--e-global-color-primary) !important;
  margin-bottom: 10px;
  display: inline-block;
}
.sgift-post_related_heading {
  color: var(--e-global-color-primary);
  text-align: center;
  font-weight: 700;
  font-size: 30px !important;
  padding: 20px;
}

/*CPT Dự án */

.sgift-project-features {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.sgift-project-features-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}

.sgift-project-feature {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.sgift-project-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.sgift-project-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #b38b59;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.sgift-project-feature-icon:hover {
  background: #00a18a;
  transform: scale(1.08);
}

.sgift-project-feature h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sgift-project-feature-content {
  line-height: 1.8;
  color: #555;
}

.sgift-project-video {
  margin-top: 50px;
}

.sgift-project-video h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.sgift-project-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.sgift-project-video-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}

.sgift-project-video-wrapper iframe,
.sgift-project-video-wrapper embed,
.sgift-project-video-wrapper object {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/*.bg-light_blue {
    background-color: var(--e-global-color-db8b9b8);
}*/

.related_post-related-article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: background, border, -webkit-box-shadow;
  transition-property: background, border, -webkit-box-shadow;
  -o-transition-property: background, border, box-shadow;
  transition-property: background, border, box-shadow;
  transition-property: background, border, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
}
/*.related_post_related-brand {
    background-color: #120551;
    margin: 20px 35px 20px 20px;
    right: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    border-radius: 999px;
}*/
.related_post_related-text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  display: var(--item-display, block);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.related_post_related-title {
  font-weight: 700;
  margin-bottom: 5px;
  min-height: 85px;
  line-height: 0.75em;
}
.related_post_related-title a {
  color: var(--e-global-color-primary) !important;
  font-size: 18px !important;
}
.related_post_related-excerpt {
  margin-bottom: 15px;
  line-height: 1.5;
  min-height: 100px;
}
.related_post_related-excerpt p {
  color: #000;
  font-family: "InterSgift", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5em;
  text-align: justify;
}
.related-post_related-thumbnail-link {
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
}
.related-post_related-thumbnail-img {
  position: relative;
  -webkit-transform-style: preserve-3d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.related-post_related-read-more {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  color: var(--e-global-color-primary);
  margin-bottom: 10px;
  display: inline-block;
}
.related-post_related_heading {
  color: var(--e-global-color-primary);
  text-align: center;
  font-weight: 700;
  font-size: 30px !important;
  padding: 20px;
}

.service-sidebar.sticky-productsgift-service {
  position: fixed;
  z-index: 1;
  transform: translateY(50px);
  top: 5rem;
  width: 360px;
}

/*CPT Quà tặng*/

.sgift-consulting-section {
  margin: 60px 0;
}

.sgift-consulting-box {
  position: relative;
  background: #fff;
  border: 1px solid #e9e4db;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.3s ease;
}

.sgift-consulting-box:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Header */

.sgift-consulting-header {
  display: flex;
  align-items: center;
  gap: 20px;

  padding: 25px 30px;

  background: linear-gradient(90deg, #f8f5ef 0%, #ffffff 100%);

  border-bottom: 1px solid #ece7df;
}

.sgift-consulting-number {
  width: 60px;
  height: 60px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #b38b59;
  color: #fff;

  font-size: 22px;
  font-weight: 700;
}

.sgift-consulting-header h2 {
  margin: 0;

  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;

  color: #1f1f1f;
}

/* Nội dung */

.sgift-consulting-content {
  color: #444;
  line-height: 1.9;
  font-size: 16px;
}

/* Paragraph */

.sgift-consulting-content p {
  margin-bottom: 18px;
}

/* Heading trong nội dung */

.sgift-consulting-content h2,
.sgift-consulting-content h3,
.sgift-consulting-content h4 {
  color: #222;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
}

.sgift-consulting-content h2 {
  font-size: 28px;
}

.sgift-consulting-content h3 {
  font-size: 24px;
}

.sgift-consulting-content h4 {
  font-size: 20px;
}

/* Danh sách */

.sgift-consulting-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.sgift-consulting-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.sgift-consulting-content ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #b38b59;
  font-weight: 700;
}

.sgift-consulting-content ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

.sgift-consulting-content ol li {
  margin-bottom: 12px;
}

/* Quote */

.sgift-consulting-content blockquote {
  margin: 25px 0;
  padding: 20px 25px;
  border-left: 4px solid #b38b59;
  background: #faf8f3;
  font-style: italic;
}

/* Ảnh */

.sgift-consulting-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Box chuyên gia */

.sgift-advice-box {
  border-left: 5px solid #b38b59;
}

.sgift-cta-section {
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #177d89 0%, transparent 35%),
    radial-gradient(circle at bottom right, #00434d 0%, transparent 30%),
    linear-gradient(135deg, #005c68 0%, #00343b 100%);
}

.sgift-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(0, 161, 138, 0.18),
    transparent 40%
  );
}

.sgift-cta-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.sgift-cta-label {
  display: inline-block;
  padding: 10px 24px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #d4b06a;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
}

.sgift-cta-title {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.sgift-cta-title span {
  display: block;
  color: #d4b06a;
  margin-top: 10px;
}

.sgift-cta-desc {
  max-width: 100%;
  margin: auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.8;
}

.sgift-cta-feature {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sgift-cta-feature .item {
  flex: 1;
  min-width: 220px;
  padding: 35px 25px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 176, 106, 0.2);
  border-radius: 12px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.sgift-cta-feature .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #00a18a, #d4b06a);
  opacity: 0;
  transition: 0.35s;
}

.sgift-cta-feature .item:hover {
  transform: translateY(-6px);
  border-color: #d4b06a;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.sgift-cta-feature .item:hover::before {
  opacity: 1;
}

.sgift-cta-feature strong {
  display: block;
  color: #00a18a;
  font-size: 28px;
  margin-bottom: 10px;
}

.sgift-cta-feature span {
  color: #fff;
  font-size: 15px;
}

.sgift-btn-primary,
.sgift-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 58px;
  padding: 0 35px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.3s ease;
  margin: 0 10px;
}

.sgift-btn-primary {
  background: linear-gradient(135deg, #00a18a, #008f7a);
  color: #fff !important;
  border: none;
}

.sgift-btn-primary:hover {
  color: #fff !important;

  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 161, 138, 0.25);
}

.sgift-btn-outline {
  background: transparent;
  color: #d4b06a !important;
  border: 1px solid #d4b06a;
}

.sgift-btn-outline:hover {
  background: #d4b06a;
  color: #4c4637 !important;
  transform: translateY(-3px);
}

/* ===============================
   WHY CHOOSE - SGIFT LUXURY STYLE
================================== */

.sgift-why-choose {
  position: relative;
  padding: 30px 0 60px 0;
  overflow: hidden;
}

.why-choose-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 26px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #177d89 0%, transparent 35%),
    radial-gradient(circle at bottom right, #00434d 0%, transparent 30%),
    linear-gradient(135deg, #005c68 0%, #00343b 100%);
  border: 1px solid rgba(214, 179, 106, 0.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 0 30px 80px rgba(0, 0, 0, 0.18);
}

.why-choose-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.015) 0,
    rgba(255, 255, 255, 0.015) 2px,
    transparent 2px,
    transparent 8px
  );
  opacity: 0.35;
}

.why-choose-wrapper .item {
  position: relative;
  padding: 50px 35px;
  text-align: center;
  transition: 0.35s ease;
}

.why-choose-wrapper .item:not(:last-child) {
  border-right: 1px solid rgba(214, 179, 106, 0.1);
}

.why-choose-wrapper .item:hover {
  background: linear-gradient(
    180deg,
    rgba(214, 179, 106, 0.08),
    rgba(255, 255, 255, 0.02)
  );
}

.why-choose-wrapper .icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(214, 179, 106, 0.2),
    rgba(214, 179, 106, 0.05)
  );
  border: 1px solid rgba(214, 179, 106, 0.25);
  transition: 0.35s ease;
}

.why-choose-wrapper .icon i {
  font-size: 34px;
  color: #d6b36a;
  transition: 0.35s;
}

.why-choose-wrapper .item:hover .icon {
  transform: translateY(-4px);
  border-color: rgba(214, 179, 106, 0.45);
  box-shadow: 0 0 25px rgba(214, 179, 106, 0.12);
}

.why-choose-wrapper h3 {
  color: #f8f5ef;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

.why-choose-wrapper p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
  font-size: 15px;
  margin: 0;
}

/*==========================
SGIFT VALUE
===========================*/

.sgift-value-section {
  padding: 100px 0;
  background: #faf9f6;
}

.sgift-value-section .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}

.sgift-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.sgift-value-item {
  position: relative;
  background: #fff;
  border: 1px solid #e8e0d2;
  padding: 50px 42px;
  transition: 0.35s;
  overflow: hidden;
  border-radius: 10px;
}

.sgift-value-item:hover {
  transform: translateY(-8px);
  border-color: #c9a15d;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
}

.sgift-value-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #c9a15d;
  transform: scaleX(0);
  transition: 0.4s;
  transform-origin: left;
}

.sgift-value-item:hover:before {
  transform: scaleX(1);
}

/* Number */

.sgift-value-item .number {
  position: absolute;
  right: 28px;
  top: 20px;
  font-size: 70px;
  font-weight: 700;
  color: rgba(201, 161, 93, 0.1);
  line-height: 1;
  font-family: serif;
}

/* Icon */

.sgift-value-item .icon {
  width: 72px;
  height: 72px;
  border: 1px solid #d8c4a0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  transition: 0.35s;
  border-radius: 10px;
}

.sgift-value-item:hover .icon {
  background: #4c4637;
  border-color: #4c4637;
}

.sgift-value-item .icon i {
  color: #b98b43;
  font-size: 24px;
  transition: 0.35s;
}
.sgift-value-item:hover .icon i {
  color: #fff;
}

/* Title */

.sgift-value-item h3 {
  font-size: 22px;
  color: #2f2b22;
  line-height: 1.35;
  margin-bottom: 18px;
  font-weight: 600;
}

/* Text */

.sgift-value-item p {
  color: #666;
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.sgift-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sgift-content-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.sgift-content-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.sgift-content-card > a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.sgift-content-thumb {
  aspect-ratio: 6/3;
  overflow: hidden;
}

.sgift-content-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s;
}

.sgift-content-card:hover img {
  transform: scale(1.05);
}

.sgift-content-body {
  padding: 24px;
}

h3.sgift-content-title {
  font-size: 18px !important;
  font-weight: 700;
  color: #4c4637;
  margin-bottom: 15px;
  line-height: 1.4;
  min-height: 55px;
}

.sgift-content-excerpt {
  color: #666;
  line-height: 1.8;
  margin-bottom: 24px;
  min-height: 90px;
}

.sgift-content-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #4c4637;
  transition: 0.3s;
}

.sgift-content-card:hover .sgift-content-link {
  gap: 15px;
  color: #00a18a;
}

.sgift-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 40px;
  align-items: start;
}

.sgift-main {
  min-width: 0;
}

.sgift-sidebar {
  position: sticky;
  top: 120px;
}

/* Catalogue */

/*=========================
=      LEAD SECTION       =
=========================*/

.sgift-lead-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: radial-gradient(circle at top left, #177d89 0%, transparent 35%),
    radial-gradient(circle at bottom right, #00434d 0%, transparent 30%),
    linear-gradient(135deg, #005c68 0%, #00343b 100%);
}

.sgift-lead-section:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;
}

.sgift-lead-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 90px;
  align-items: center;
}

.sgift-lead-left {
  text-align: center;
}

.catalogue-mockup {
  margin-bottom: 35px;
}

.catalogue-mockup img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: auto;
  transition: 0.45s;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.35));
}

.catalogue-mockup img:hover {
  transform: translateY(-8px) rotate(-2deg) scale(1.02);
}

.sgift-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  height: 56px;
  padding: 0 32px;
  border: none;
  border-radius: 50px;
  background: radial-gradient(circle at top left, #177d89 0%, transparent 35%),
    radial-gradient(circle at bottom right, #00434d 0%, transparent 30%),
    linear-gradient(135deg, #005c68 0%, #00343b 100%);
  color: #fff !important;
  font-weight: bold;
  isolation: isolate; /* Quan trọng */
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.sgift-btn::before {
  content: "";
  position: absolute;
  inset: -1px; /* <- Quan trọng */
  border-radius: inherit;
  background: linear-gradient(135deg, #3e392f 0%, #6b553a 45%, #b38b59 100%);
  transform: translateX(-102%);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}

.sgift-btn span,
.sgift-btn small {
  position: relative;
  z-index: 2;
  color: #fff;
}

.sgift-btn small {
  font-size: 12px;
  opacity: 0.7;
  font-weight: 500;
}

.sgift-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(179, 139, 89, 0.35);
}

.sgift-btn:hover::before {
  transform: translateX(0);
}

.sgift-btn:hover small {
  color: rgba(255, 255, 255, 0.8);
}

.sgift-btn span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.sgift-btn i {
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #fff;
}

.sgift-btn:hover i {
  transform: translateX(4px);
}

.sgift-lead-right h2 {
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sgift-lead-right p {
  color: #fff;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 35px;
}

.lead-form {
  background: #f8f6f2;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 35px;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.22);
}

.lead-form p {
  color: #b8860b;
}

.lead-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lead-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 15px;
}

.lead-benefits i {
  color: #d8b36b;
  font-size: 16px;
}

/* Section Quà tặng */
.sgift-product-tabs {
  padding: 0;
}

.sgift-tab-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px;

  background: #f5f2ec;
  border-radius: 999px;

  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.8),
    0 10px 30px rgba(0, 0, 0, 0.06);
}

.sgift-tab-btn {
  position: relative;
  border: none;
  background: transparent;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  transition: all 0.35s ease;
  cursor: pointer;
}

.sgift-tab-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #4c4637 0%, #b38b59 100%);
}

.sgift-tab-btn.active {
  color: #fff;
  background: linear-gradient(135deg, #4c4637 0%, #b38b59 100%);
  box-shadow: 0 8px 20px rgba(91, 59, 130, 0.25);
}

.sgift-tab-panel {
  display: none;

  animation: fadeUp 0.45s ease;
}

.sgift-tab-panel.active {
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* CSS Box Shadown và Nhô lên */

.sgift-post-card .elementor-post {
  position: relative;
  overflow: hidden;

  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(181, 142, 83, 0.08);

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);

  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.45s ease, border-color 0.45s ease;
}

/* Hover: card "bay lên" */
.sgift-post-card .elementor-post:hover {
  transform: translateY(-8px);

  border-color: rgba(181, 142, 83, 0.25);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Nút */

.elementor-button.sgift-btn {
  position: relative;
  overflow: hidden;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 56px;
  padding: 0 32px;

  border-radius: 999px;

  background: linear-gradient(135deg, #4c4637, #b38b59);
  color: #fff;
  transition: transform 0.35s, box-shadow 0.35s;

  isolation: isolate;
}

.elementor-button.sgift-btn::before {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(135deg, #3a342a, #6b553a, #b38b59);

  transform: translateX(-102%);

  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);

  z-index: -1;
}

.sgift-btn .elementor-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  isolation: isolate;
}

.sgift-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.sgift-btn .elementor-button-text {
  line-height: 1;
}

.sgift-btn .elementor-button-icon {
  display: flex;
  align-items: center;
}
.sgift-btn .elementor-button:hover {
  transform: translateY(-2px);
}

/*=========================
 CLIENTS
==========================*/

.sgift-clients {
  padding: 90px 0;

  background: radial-gradient(circle at center, #fff 30%, #faf7f2 100%);
}

.sgift-clients-wrapper {
  display: grid;

  grid-template-columns: 220px 1fr 220px;

  gap: 50px;

  align-items: center;
}

.client-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.client-logo {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ede6dc;
  border-radius: 14px;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.client-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.client-logo img {
  max-width: 100%;
  object-fit: contain;
}

/*========================*/

.clients-content {
  text-align: center;
}

.sgift-logo {
  width: 220px;
  margin: auto;
  margin-bottom: 30px;
}

.clients-content h2 {
  color: #b8860b;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 40px;
}

/*========================*/

.client-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}

.client-number span {
  font-size: 78px;
  color: #b58e53;
  font-weight: 800;
  line-height: 1;
}

.client-number small {
  text-align: left;
  color: #555;
  font-size: 20px;
}

/*========================*/

.client-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.client-stats .item {
  text-align: center;
}

.client-stats strong {
  display: block;
  color: #b58e53;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}

.client-stats span {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.client-note {
  padding-top: 45px;
  color: #6d5946;
  font-size: 24px;
  font-style: italic;
  line-height: 1.7;
}
.client-stats .icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #faf6ef;
  border: 1px solid rgba(181, 142, 83, 0.25);

  color: #b58e53;

  transition: 0.35s;
}

.client-stats .icon i {
  font-size: 26px;
  line-height: 1;
}

.client-stats .item:hover .icon {
  background: #b58e53;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(181, 142, 83, 0.25);
}

/*==============================
SGIFT TESTIMONIAL
==============================*/

.sgift-testimonials {
  padding: 100px 20px;
  background: #f8f6f2;
}

.sgift-heading {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.sgift-heading span {
  display: inline-block;
  padding: 10px 24px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.48);
  color: var(--e-global-color-secondary);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
}

.sgift-heading h2 {
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
  font-size: 35px;
  text-transform: uppercase;
}

.sgift-heading p {
  color: #000;
  line-height: 1.8;
}

.sgift-testimonial-grid {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.sgift-testimonial {
  position: relative;
  padding: 42px;
  background: #fff;
  border: 1px solid rgba(181, 142, 83, 0.18);
  border-radius: 16px;
  transition: 0.35s;
  overflow: hidden;
}

.sgift-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #b58e53, #e0c48a);
}

.sgift-testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.quote-icon {
  font-size: 42px;
  color: #b58e53;
  opacity: 0.15;
  margin-bottom: 25px;
}

.testimonial-content {
  min-height: 180px;
  font-size: 17px;
  line-height: 1.9;
  font-style: italic;
  color: #444;
}

.testimonial-author {
  padding-top: 22px;
  border-top: 1px solid #ece8df;
}

.testimonial-author h4 {
  margin: 0 0 6px;
  color: #2d2a26;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-author span {
  color: #8a847a;
  font-size: 14px;
  line-height: 1.6;
}

/* Logo */
.sgift-logo {
  margin-bottom: 2px;
}

/* Khung chứa */
.sgift-logo-marquee {
  width: 210px; /* Điều chỉnh theo chiều ngang logo */

  overflow: hidden;

  white-space: nowrap;

  margin: 0 auto;

  position: relative;
}

/* Track */

.sgift-marquee-track {
  display: inline-block;

  padding-left: 100%;

  animation: sgiftLogoTicker 24s linear infinite;
}

.sgift-marquee-track span {
  font-size: 9px;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: #e8c56a;

  font-weight: 500;
}

@keyframes sgiftLogoTicker {
  from {
    transform: translateX(0);
  }

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

.sgift-logo-marquee::before,
.sgift-logo-marquee::after {
  content: "";

  position: absolute;

  top: 0;

  width: 18px;

  height: 100%;

  z-index: 5;

  pointer-events: none;
}

.sgift-logo-marquee::before {
  left: 0;

  background: linear-gradient(to right, #00796b, transparent);
}

.sgift-logo-marquee::after {
  right: 0;

  background: linear-gradient(to left, #00796b, transparent);
}

/*=============================
=         Product Price       =
=============================*/

.sgift-product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

.sgift-product-price-label {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}

.sgift-product-price-value {
  font-size: 16px;
  font-weight: 700;
}

.sgift-product-price-value.is-contact {
  color: #00a18a;
}

/*=====================================
=        Product Price Box            =
=====================================*/

.product-price-box {
  margin: 28px 0 36px;
  padding: 24px 28px;
  background: #faf8f3;
  border: 1px solid rgba(181, 142, 83, 0.18);
  border-radius: 12px;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.product-price-label {
  font-size: 16px;
  font-weight: 600;
  color: #4c4637;
}

.product-price-value {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #b58e53;
}

.product-price-value.is-contact {
  color: #00a18a;
}

.product-price-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(181, 142, 83, 0.18);
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.sgift-detail-content {
  background: #fff;
}

/*=============================
Sidebar
==============================*/

.sgift-sidebar {
  position: sticky;
  top: 110px;

  background: #fff;

  border: 1px solid #ebe6dc;

  padding: 30px;

  border-radius: 10px;
}

.sgift-sidebar-title {
  font-size: 15px;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 25px;

  color: #555;
}

.sgift-sidebar-menu {
  list-style: none;

  margin: 0;

  padding: 0;
}

.sgift-sidebar-menu li {
  margin-bottom: 8px;
}

.sgift-sidebar-menu li:last-child {
  margin-bottom: 0;
}

.sgift-sidebar-menu a {
  display: flex;

  align-items: center;

  gap: 15px;

  text-decoration: none;

  padding: 14px 18px;

  transition: 0.3s;

  color: #333;

  border-left: 3px solid transparent;
}

.sgift-sidebar-menu a:hover {
  background: #faf7f2;

  border-color: #b58e53;
}

.sgift-sidebar-menu li.active a {
  background: #1f1f1f;

  color: #fff;

  border-color: #b58e53;
}

.sgift-sidebar-icon {
  width: 22px;

  text-align: center;

  color: #b58e53;

  font-size: 15px;
}

.sgift-sidebar-menu li.active .sgift-sidebar-icon {
  color: #d6b46c;
}

.sgift-sidebar-text {
  flex: 1;

  font-size: 14px;

  font-weight: 600;

  line-height: 1.6;
}

.sgift-gift-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;

  align-items: start;
}

.sgift-gift-sidebar {
  position: sticky;

  top: 120px;

  align-self: start;
}

.sgift-gift-main {
  min-width: 0;
}
.row_site,
.container_site,
.sgift-gift-layout {
  overflow: visible !important;
}

/*==============================
Định hướng mỹ thuật
==============================*/

.sgift-artistic {
  margin-bottom: 45px;
  padding-bottom: 28px;

  border-bottom: 1px solid #ddd;
}

.sgift-artistic h2 {
  margin: 0 0 12px;

  font-size: 30px !important;

  color: #b8860b;

  font-weight: 700;
}

.sgift-artistic-content {
  font-size: 18px;

  line-height: 1.9;

  font-style: italic;
}

.sgift-artistic-content p {
  margin: 0;
}

/*==============================
Luxury CTA
==============================*/

.sgift-luxury-cta {
  margin-top: 60px;
  padding: 45px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;

  background: #f8f5ef;

  border: 1px solid #e7dfd2;

  position: relative;

  overflow: hidden;

  border-radius: 16px;
}

/* viền vàng */

.sgift-luxury-cta:before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 5px;
  height: 100%;

  background: #b58e53;
}

.sgift-luxury-cta__content {
  flex: 1;
}

.sgift-luxury-cta__label {
  display: inline-block;

  margin-bottom: 15px;

  color: #b58e53;

  font-size: 12px;

  letter-spacing: 3px;

  text-transform: uppercase;

  font-weight: 600;
}

.sgift-luxury-cta h3 {
  font-size: 22px;

  line-height: 1.35;

  margin-bottom: 18px;

  color: #1f1f1f;
}

.sgift-luxury-cta p {
  margin: 0;

  max-width: 720px;

  color: #666;

  font-size: 16px;

  line-height: 1.9;
}

.sgift-luxury-cta__action{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.sgift-luxury-cta__action .sgift-luxury-btn{
    width: 100%;
    justify-content: center;
}


.sgift-luxury-btn--outline {
  background: #b8860b !important;
  color: #fff;
  transition: .3s;
}

.sgift-luxury-btn--outline:hover{
    background:#fff;
    color:#174c40;
    border-color:#fff;
}

.sgift-luxury-btn--outline i{
    margin-right:8px;
}

/*==============================
Luxury CTA
==============================*/

.sgift-luxury-cta {
  margin-top: 60px;
  padding: 45px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;

  background: #f8f5ef;

  border: 1px solid #e7dfd2;

  position: relative;

  overflow: hidden;
}

/* viền vàng */

.sgift-luxury-cta:before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 5px;
  height: 100%;

  background: #b58e53;
}

.sgift-luxury-cta__content {
  flex: 1;
}

.sgift-luxury-cta__label {
  display: inline-block;

  margin-bottom: 15px;

  color: #b58e53;

  font-size: 12px;

  letter-spacing: 3px;

  text-transform: uppercase;

  font-weight: 600;
}

.sgift-luxury-cta h3 {
  font-size: 34px;

  line-height: 1.35;

  margin-bottom: 18px;

  color: #1f1f1f;
}

.sgift-luxury-cta p {
  margin: 0;

  max-width: 720px;

  color: #666;

  font-size: 17px;

  line-height: 1.9;
}

.sgift-luxury-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 20px 32px;
  background: #1f1f1f;
  color: #fff !important;
  text-decoration: none;
  transition: 0.35s;
  position: relative;
  overflow: hidden;

  border-radius: 10px;
}

.sgift-luxury-btn:before {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );

  transform: translateX(-120%);

  transition: 0.8s;
}

.sgift-luxury-btn:hover:before {
  transform: translateX(120%);
}

.sgift-luxury-btn:hover {
  background: #b58e53;

  color: #fff;
}

.sgift-luxury-btn span {
  font-size: 15px;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-weight: 700;
}

.sgift-luxury-btn i {
  transition: 0.3s;
}

.sgift-luxury-btn:hover i {
  transform: translateX(8px);
}

/*====================================
Đề xuất Set Quà Tặng
=====================================*/

.sgift-gift-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Card */

.sgift-gift-card {
  position: relative;

  padding: 32px;

  background: #fff;

  border: 1px solid #ebe6dc;

  border-radius: 10px;

  transition: 0.35s ease;

  overflow: hidden;
}

/* Viền thương hiệu */

.sgift-gift-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 4px;
  height: 100%;

  background: #b58e53;
}

.sgift-gift-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/*====================================
Heading
=====================================*/

.sgift-gift-card h2 {
  margin: 0 0 20px;

  font-size: 28px;

  line-height: 1.4;

  color: #1f1f1f;
}

.sgift-gift-card h3 {
  margin: 0 0 18px;

  font-size: 24px;

  line-height: 1.5;
}

/*====================================
Table
=====================================*/

.sgift-gift-card table {
  width: 100%;

  border-collapse: collapse;
}

.sgift-gift-card td,
.sgift-gift-card th {
  border: 1px solid #eee;

  padding: 10px;
}

/*=====================================
Gift Features
======================================*/

.sgift-consulting-content .sgift-gift-features {
  margin: 20px 0 0;
  padding: 0;
  list-style: none !important;
}

.sgift-consulting-content .sgift-gift-features li {
  position: relative;

  margin: 0 0 12px;
  padding: 4px 0 4px 20px;

  list-style: none !important;

  color: #444;
  line-height: 1.9;
}

/* Xóa hoàn toàn icon của theme */

.sgift-consulting-content .sgift-gift-features li::marker {
  content: "" !important;
}

.sgift-consulting-content .sgift-gift-features li::before {
  content: "" !important;

  position: absolute;

  left: 0;
  top: 14px;

  width: 6px;
  height: 6px;

  background: #b58e53;

  border-radius: 0;

  display: block;
}

.sgift-consulting-content .sgift-gift-features li:last-child {
  margin-bottom: 0;
}

#an_pham_post_related .sgift_post_related-title {
  min-height: 40px;
}

.an_pham_post_element .elementor-post__title {
  min-height: 30px !important;
}

/* Desktop Display 125% */

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  .step-card {
    padding: 20px 4px;
  }

  .step-card p {
    font-size: 14px;
  }

  .sgift-product-title {
    min-height: 40px;
  }
}

/* Desktop Display 150% */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .step-card {
    padding: 5px 8px;
  }

  .step-card p {
    font-size: 10px;
  }

  .step-card h3 {
    font-size: 13px;
  }

  .sgift-marquee-track span {
    font-size: 7px;
  }

  .sgift-logo-marquee {
    width: 180px;
  }

  .main-navigation ul.menu > li > a {
    font-size: 14px !important;
  }

  .elementor-2239 .elementor-element.elementor-element-9debb8e {
    --width: 50% !important;
  }
}

/*==========================
Tablet
===========================*/

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .top-flag {
    margin: 0.25rem !important;
    width: 1.5rem !important;
  }
  .top-flag img {
    width: 100% !important;
  }
  .top-hotline a {
    padding: 10px !important;
  }
  .main-navigation ul.menu > li > a {
    padding: 0.25rem !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1680px) {
  .top-flag {
    margin: 0.25rem !important;
    width: 1.5rem !important;
  }
  .top-flag img {
    width: 100% !important;
  }
  .top-hotline a {
    padding: 10px !important;
  }
  .main-navigation ul.menu > li > a {
    padding: 0.5rem !important;
    font-size: 16px !important;
  }
}

/* ==========================
   Mobile & Tablet
========================== */

@media (min-width: 768px) and (max-width: 1024px) {
  #tieu_de_du_an_trien_khai .elementor-post__title {
    min-height: 50px !important;
  }

  .sgift-value-section {
    padding: 0px;
  }

  .sgift-value-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .sgift-value-item {
    padding: 40px 35px;
  }

  .sgift-process-line {
    display: none;
  }
  .sgift-process-timeline {
    flex-direction: column;
    gap: 40px;
  }

  .process-step {
    max-width: 500px;
    margin: auto;
  }
  .step-circle:after {
    display: none;
  }

  /* Ẩn line ngang desktop */
  .sgift-process-timeline:before {
    display: none;
  }

  .process-step {
    text-align: center;
  }

  .step-number {
    width: 80px;
    height: 80px;
    font-size: 24px;
    margin: 0 auto 20px;
  }

  .process-step h3 {
    font-size: 16px;
  }

  .process-step p {
    max-width: 220px;
    margin: auto;
  }

  /* Bỏ các chấm nối */
  .process-step:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .sgift-gift-layout {
    display: block;
  }

  .sgift-gift-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 0px;
  }

  .sgift-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-content {
    min-height: auto;
  }

  .sgift-clients-wrapper {
    grid-template-columns: 1fr;
  }

  .client-column {
    grid-template-columns: repeat(4, 1fr);
  }

  .client-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .clients-content h2 {
    font-size: 36px;
  }

  .client-number span {
    font-size: 60px;
  }

  /* Begin Catalogue*/

  .sgift-lead-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sgift-lead-left {
    order: 1;
  }

  .sgift-lead-right h2 {
    font-size: 22px;
  }

  .lead-benefits {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .catalogue-mockup img {
    max-width: 300px;
  }

  /* End Catalogue*/

  .sgift-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sgift-form-row-3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .why-choose-us {
    margin-top: 30px;
  }

  .why-choose-us .item {
    padding: 15px;
    gap: 12px;
  }

  .why-choose-us .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .why-choose-us .content h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .why-choose-us .content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .productsgift-category-box h3 {
    padding: 14px 15px;
    font-size: 18px;
  }

  .productsgift-category-box ul {
    padding: 15px;
  }

  /*Ứng dụng thực tế*/

  .productsgift-applications {
    grid-template-columns: repeat(2, 1fr);
  }

  /*CPT Dự án*/

  .sgift-project-features {
    margin-top: 50px;
    padding-top: 30px;
  }

  .sgift-project-features-title {
    margin-bottom: 30px;
  }

  .sgift-project-feature {
    padding: 25px;
  }

  .sgift-project-feature h3 {
    font-size: 20px;
  }

  .sgift-project-video {
    margin-top: 50px;
  }

  .sgift-project-video h2 {
    font-size: 28px;
  }

  .sgift-project-video p {
    max-width: 100%;
    font-size: 15px;
  }

  .sgift-cta-section {
    padding: 80px 20px;
  }

  .sgift-cta-title {
    font-size: 40px;
  }

  .sgift-cta-desc {
    font-size: 15px;
  }

  .sgift-cta-feature {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sgift-cta-feature .item {
    flex: 0 0 calc(50% - 10px);
    min-width: auto;
  }

  .sgift-cta-feature .item:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why-choose-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-choose-wrapper .item:nth-child(2) {
    border-right: none;
  }

  .why-choose-wrapper .item {
    border-bottom: 1px solid rgba(214, 179, 106, 0.1);
  }

  .why-choose-wrapper .item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  .sgift-layout {
    grid-template-columns: 1fr;
  }

  .sgift-sidebar {
    position: relative;
    top: auto;
    margin-top: 40px;
  }
}

#post_qua_tang_home .elementor-post__title {
  text-align: center;
}