/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yellowtail&display=swap');
body, html {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Be Vietnam Pro', sans-serif !important;
 }
:root {
  --primary-color-cs: #050a30;
  --secondary-color-cs: #d40606;
}
/* 1. Nền xám nhạt cho toàn bộ khu vực (giống hình mẫu) */
.rowsmlist-1 {
  display: flex;
  flex-wrap: wrap;
}

/* 2. Chia cột 20% và tạo khoảng cách giữa các ô */
.rowsmlist-1 .col {
  flex: 0 0 20% !important;
  max-width: 20% !important;
  padding: 10px;             /* Khoảng cách giữa các ô */
}

/* 3. Biến mỗi box thành một tấm Card trắng */
.rowsmlist-1 .col-inner {
  background-color: #ffffff; /* Nền trắng cho ô */
  border-radius: 15px;       /* Bo góc tròn nhiều như hình */
  padding: 30px 15px;        /* Khoảng cách bên trong ô */
  height: 100%;              /* Cho các ô cao bằng nhau */
  border: 1px solid #edf0f5; /* Viền rất mờ để định hình ô */
  transition: none !important;
  box-shadow: none !important;
}

/* 4. Căn chỉnh ảnh và bỏ hiệu ứng hover của Flatsome */
.rowsmlist-1 .box,
.rowsmlist-1 .box-image,
.rowsmlist-1 .box-image img {
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  background: transparent !important;
}

/* 5. Định dạng chữ giống mẫu */
.rowsmlist-1 .box-text h4 {
  color: #001a4d;            /* Màu xanh đậm */
  font-size: 18px;
  font-weight: 700;
}
/* Class bổ trợ để đưa sang trái */
.featured1-title.left-align {
  text-align: left !important;
}

.featured1-title.left-align::after {
  left: 0 !important;
  transform: none !important;
}

.rowsmlist-1 .box-text p {
  font-size: 15px;
  line-height: 1.5;
}

/* Responsive cho điện thoại (2 cột 1 hàng) */
@media (max-width: 549px) {
  .rowsmlist-1 .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.rowsmlist {
  display: flex;
  flex-wrap: wrap;
}

.rowsmlist .col {
  max-width: 20% !important;
  flex-basis: 20% !important;
  padding: 8px;
}


.rowsmlist .col .col-inner {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f4f4f3;
  overflow: hidden;
}

 .rowm_lists {
  display: flex;
  flex-wrap: wrap;
}

.rowm_lists .col {
  max-width: 20% !important;
  flex-basis: 20% !important;
  padding: 8px;
}

.rowm_lists .col .col-inner {
  height: 170px;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  border: 1px solid #f4f4f3;
  border-bottom: 4px solid transparent;
  box-shadow: 0 14px 30px rgba(10, 29, 55, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rowm_lists .col .col-inner:hover {
  transform: translateY(-6px);
  border-bottom-color: var(--secondary-color-cs);
  box-shadow: 0 24px 45px rgba(10, 29, 55, 0.16);
}

.rowm_lists .col:first-child .col-inner {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0;
  border: none !important;
  height: auto;
}

.rowm_lists .col:first-child .col-inner:hover {
  transform: none;
  box-shadow: none !important;
}

.highlight-text {
    color: var(--secondary-color-cs);
}

.hero-title {
    font-size: 55px;
    line-height: 1.2;
    color: white;
}

.hero-desc {
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    color: #989898;
}

.btnred {
    padding: 5px 48px;
    background-color: var(--secondary-color-cs);
}

.btnoutline {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
  padding: 11px 48px !important;
  border-radius: 12px !important;
  text-transform: uppercase;
  line-height: 1.2;
  backdrop-filter: blur(24px);
  transition: all 0.25s ease;
  box-shadow: none !important;
  text-decoration: none !important;
}

.btnoutline span {
  color: #fff !important;
}

.btnoutline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}

.btnoutline:hover span {
  color: #fff !important;
}

.btnoutline:active {
  transform: scale(0.95);
}



.wiix-glass-card {
  animation: wiix-card-float 4s ease-in-out infinite;
}

@keyframes wiix-card-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(1.5deg);
  }
}
.wiix-hero-visual {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    left: 16%;
    top: auto;
    bottom: auto;
    pointer-events: auto;
}


.wiix-hero-visual-inner {
    min-height: 560px;
    height: 100%;
    display: flex;
    transform: translateY(-10px) rotateZ(-1.4deg);
    align-items: center;
    justify-content: flex-start;
    margin-left: 15px;
}

.wiix-image-wrap {
  position: relative;
}

.wiix-red-glow {
  position: absolute;
  inset: 0;
  filter: blur(100px);
  border-radius: 999px;
  transform: scale(1.5);
  animation: wiix-pulse 2.5s ease-in-out infinite;
}

.wiix-glass-card {
  position: relative;
  z-index: 10;
  padding: 12px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.wiix-glass-card img {
  width: 550px;
  height: auto;
  display: block;
  border-radius: 25px;
  object-fit: cover;
  transition: all 1s ease;
}

.wiix-glass-card:hover img {
  transform: scale(1.05);
}

.wiix-quality-badge {
  position: absolute;
  left: -48px;
  bottom: -24px;
  z-index: 20;
  background: #0a1d37;
  border: 4px solid var(--secondary-color-cs);
  padding: 28px 32px;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  transform: rotate(-5deg);
  animation: wiix-float 3s ease-in-out infinite;
}

.wiix-quality-number {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  color: var(--secondary-color-cs);
}

.wiix-quality-text {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

@keyframes wiix-pulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1.45);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.6);
  }
}

@keyframes wiix-float {
  0%, 100% {
    transform: translateY(0) rotate(-5deg);
  }

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

@media (min-width: 992px) {
  .wiix-hero-visual {
    display: block;
  }
}

@media (max-width: 1200px) {
  .wiix-glass-card img {
    width: 360px;
  }

  .wiix-quality-badge {
    left: -32px;
    padding: 22px 26px;
  }
}

h4.intro-sub {
    font-size: 14px;
    margin: 0;
    color: var(--secondary-color-cs);
}

h2.intro-title {
    font-size: 35px;
    margin: 0;
}


.rowmslider .col .col-inner {
  transition: all 0.3s ease;
}

.rowmslider .col .col-inner:hover {
  transform: translateY(-6px);
}


.rowmslider .box-image {
  position: relative;
  border-radius: 16px !important;
  overflow: hidden !important;
  isolation: isolate;
  background: #f2f2f2;
}



.rowmslider .box-image .image-cover img {
  border-radius: 0 !important;
}


/* Ảnh zoom nhẹ */
.rowmslider .box-image img {
  object-fit: cover;
  transition: transform 0.3s ease;
}

.rowmslider .col .col-inner:hover .box-image img {
  transform: scale(1.06);
}

/* Text */
.rowmslider .col .col-inner .box-text {
  text-align: left;
  padding: 28px 8px 0;
}

.rowmslider .col .col-inner h4 {
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}

.rowmslider .col .col-inner:hover h4 {
  color: var(--secondary-color-cs);
}

.rowmslider .col .col-inner p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 22px;
}

/* Link đỏ: mặc định ẩn */
.rowmslider .col .col-inner .box-text::after {
  content: "Xem chi tiết mẫu  →";
  display: inline-block;
  color: var(--secondary-color-cs);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.35em;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);

  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

/* Hover mới hiện link đỏ */
.rowmslider .col .col-inner:hover .box-text::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(6px);
}



.sec-title {
  max-width: 920px;
  margin-bottom: 48px;
}

.sec-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
  color: var(--secondary-color-cs);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.sec-label::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--secondary-color-cs);
  display: inline-block;
}

.sec-title h2 {
  margin: 0 0 22px;
  color: #0a1d37;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.sec-title h2 span {
  color: var(--secondary-color-cs);
}

.sec-title p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}


.btn_redmds {
    z-index: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 15px;
    font-weight: 800;
    padding: 21px 40px;
    white-space: nowrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #000000;
    text-transform: uppercase;
    width: fit-content;
    margin-left: auto;
}

.btn_redmds span:after {
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    padding-left: 10px;
}

.btn_redmds span {
    text-transform: uppercase;
}


.btn_redmds:hover {
  background-color: var(--secondary-color-cs);
}


.rowmlibrary .col .col-inner h4 {
    text-transform: uppercase;
    font-size: 23px;
}






.wiix-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 22px 0;
}

.wiix-marquee::before,
.wiix-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.wiix-marquee::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}

.wiix-marquee::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255,255,255,0));
}

.wiix-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 26px;
  animation: wiix-marquee-rtl var(--wiix-speed, 40s) linear infinite;
  will-change: transform;
}

.wiix-marquee:hover .wiix-marquee-track {
  animation-play-state: paused;
}

.wiix-marquee-item {
  flex: 0 0 auto;
  width: 360px;
  height: 230px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.wiix-marquee-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.wiix-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 10px;
}

/* chạy phải sang trái */
.wiix-marquee-rtl .wiix-marquee-track {
  animation-name: wiix-marquee-rtl;
}

/* chạy trái sang phải */
.wiix-marquee-ltr .wiix-marquee-track {
  animation-name: wiix-marquee-ltr;
}

@keyframes wiix-marquee-rtl {
  from {
    transform: translateX(0);
  }

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

@keyframes wiix-marquee-ltr {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .wiix-marquee {
    padding: 14px 0;
  }

  .wiix-marquee::before,
  .wiix-marquee::after {
    width: 40px;
  }

  .wiix-marquee-track {
    gap: 16px;
  }

  .wiix-marquee-item {
    width: 250px;
    height: 170px;
    padding: 10px;
    border-radius: 16px;
  }

  .wiix-marquee-item img {
    border-radius: 12px;
  }
}





.wiix-feature-bar {
  width: 100%;
  background: #071d36;
  padding: 48px 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  align-items: center;
}

.wiix-feature-item {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  cursor: pointer;
}

.wiix-feature-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.wiix-feature-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease;
}

.wiix-feature-content h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1.1;
}

.wiix-feature-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1.2;
}

.wiix-feature-item:hover .wiix-feature-icon,
.wiix-feature-item.is-active .wiix-feature-icon {
  background: var(--secondary-color-cs);
  border-color: var(--secondary-color-cs);
  border-radius: 15px;
  transform: rotate(12deg) scale(1.08);
  box-shadow: 0 14px 28px rgba(237, 23, 79, 0.35);
}

.wiix-feature-item:hover .wiix-feature-icon svg,
.wiix-feature-item.is-active .wiix-feature-icon svg {
  transform: rotate(-12deg) scale(1.05);
}

.wiix-feature-item:hover .wiix-feature-content p,
.wiix-feature-item.is-active .wiix-feature-content p {
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
  .wiix-feature-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    padding: 42px 20px;
  }
}

@media (max-width: 549px) {
  .wiix-feature-bar {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 20px;
  }

  .wiix-feature-item {
    gap: 18px;
  }

  .wiix-feature-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }

  .wiix-feature-icon svg {
    width: 24px;
    height: 24px;
  }

  .wiix-feature-content h3 {
    font-size: 17px;
  }

  .wiix-feature-content p {
    font-size: 10px;
  }
}
.stuck .header-main .nav > li > a {
    color: white; 
}


.wiix-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  width: 100%;
}

.wiix-card-item {
  min-height: 205px;
  padding: 40px;
  background: #ffffff;
  border: 1px solid rgba(8, 29, 54, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.04);
}

.wiix-card-item:hover {
  border-color: var(--secondary-color-cs);
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

.wiix-card-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  background: #ffffff;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071d36;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
  transition: all 0.35s ease;
}

.wiix-card-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.35s ease;
}

.wiix-card-content {
  padding-top: 4px;
}

.wiix-card-content h3 {
  margin: 0 0 16px;
  color: #071d36;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.3px;
}

.wiix-card-content p {
  margin: 0;
  color: #6f7f95;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  max-width: 270px;
}

.wiix-card-line {
  display: block;
  width: 42px;
  height: 4px;
  background: #e5e8ed;
  border-radius: 999px;
  margin-top: 20px;
  transition: all 0.35s ease;
}

.wiix-card-item:hover .wiix-card-icon {
  color: var(--secondary-color-cs);
  transform: translateY(-3px);
  /* box-shadow: 0 20px 35px rgba(237, 23, 79, 0.13); */
}

.wiix-card-item:hover .wiix-card-line {
  width: 100%;
  max-width: 235px;
  background: var(--secondary-color-cs);
}

@media (max-width: 1024px) {
  .wiix-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .wiix-card-item {
    padding: 32px;
  }
}

@media (max-width: 549px) {
  .wiix-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wiix-card-item {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 22px;
    gap: 20px;
  }

  .wiix-card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 15px;
  }

  .wiix-card-icon svg {
    width: 28px;
    height: 28px;
  }

  .wiix-card-content h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .wiix-card-content p {
    font-size: 13px;
  }
}



.home_blog .col .col-inner {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}
.home_blog .col {
    padding-bottom: 0;
}
.home_blog .col .col-inner h5 a {
    color: #000;
}
header.archive-page-header {
    display: none;
}
.home_blog {
    margin-top: 45px;
}
.home_blog .col .col-inner .post-meta {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}
.post-item .box-image:hover::before{
-webkit-animation:shine .75s;
animation:shine .75s}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.post-item .box-image::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
.home_blog .col .col-inner .from_the_blog_excerpt {
    color: #000;
}

.is-divider {
    display: none;
}




.print-visual-box {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 650px;
}

/* Khung ảnh lớn */
.print-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 64px;
  border: 8px solid #ffffff;
  box-shadow: 0 30px 70px rgba(13, 33, 58, 0.08);
  display: block;
}

/* Đường nối dọc */
.print-visual-box .process-line {
  position: absolute;
  top: 160px;
  left: 74%;
  width: 6px;
  height: 210px;
  background: rgba(15, 37, 65, 0.16);
  transform: translateX(-50%);
  z-index: 2;
}

/* Card chung */
.print-visual-box .process-card {
  position: absolute;
  z-index: 4;
  box-sizing: border-box;
}

/* Card trắng phía trên */
.print-visual-box .process-card-light {
  top: 0;
  right: 0;
  width: 259px;
  min-height: 220px;
  background: #ffffff;
  padding: 44px 32px 30px;
  text-align: center;
  border-radius: 42px;
  box-shadow: 0 25px 55px rgba(13, 33, 58, 0.12);
}

.print-visual-box .process-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  border-radius: 16px;
  background: #ffeaf0;
  color: var(--secondary-color-cs);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.print-visual-box .process-card-light h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  font-style: italic;
  color: #071d3a;
}

.print-visual-box .process-card-light p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 800;
  color: #9ca9bc;
}

/* Card xanh phía dưới */
.print-visual-box .process-card-dark {
  left: 45%;
  bottom: 0;
  width: 260px;
  min-height: 185px;
  background: #071d3a;
  padding: 42px 38px 32px;
  color: #ffffff;
  border-radius: 42px;
  box-shadow: 0 25px 60px rgba(7, 29, 58, 0.2);
}

.print-visual-box .process-lightning {
  position: absolute;
  top: 40px;
  left: 34px;
  color: var(--secondary-color-cs);
  font-size: 24px;
}

.print-visual-box .process-card-dark h4 {
  margin: 0 0 24px 36px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 900;
  color: #ffffff;
}

.print-visual-box .process-small-line {
  width: 60px;
  height: 2px;
  background: var(--secondary-color-cs);
  margin-bottom: 20px;
}

.print-visual-box .process-card-dark p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

/* Animation nhẹ cho 2 card nhỏ */
.print-visual-box .process-card-light {
  animation: floatCardTop 4s ease-in-out infinite;
}

.print-visual-box .process-card-dark {
  animation: floatCardBottom 4.5s ease-in-out infinite;
}

/* Hover vào thì nổi rõ hơn */
.print-visual-box .process-card-light:hover,
.print-visual-box .process-card-dark:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 35px 75px rgba(13, 33, 58, 0.18);
}

/* Card trắng nhúc nhích nhẹ */
@keyframes floatCardTop {
  0% {
    transform: translateY(0);
  }

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

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

/* Card xanh nhúc nhích lệch nhịp cho tự nhiên */
@keyframes floatCardBottom {
  0% {
    transform: translateY(0);
  }

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

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



.printing-steps-wrap {
  display: flex;
  flex-direction: column;
  gap: 54px;
  max-width: 640px;
}

/* Item */
.printing-step-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

/* Icon box */
.printing-step-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(237, 27, 76, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 18px 34px rgba(13, 33, 58, 0.08),
    0 4px 0 rgba(237, 27, 76, 0.04);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
  animation: stepFloat 4s ease-in-out infinite;
  will-change: transform;
}



/* SVG icon */
.printing-step-icon svg {
  width: 32px;
  height: 32px;
  fill: var(--secondary-color-cs);
  transition: fill 0.35s ease, transform 0.35s ease;
}

/* Text */
.printing-step-content h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  color: #14243d;
  text-transform: uppercase;
  transition: color 0.35s ease;
}

.printing-step-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
  color: #50627a;
}

/* Hover */
.printing-step-item:hover .printing-step-icon {
  background: var(--secondary-color-cs);
  border-color: var(--secondary-color-cs);
  box-shadow:
    0 22px 38px rgba(237, 27, 76, 0.28),
    0 12px 24px rgba(13, 33, 58, 0.12);
}

.printing-step-item:hover .printing-step-icon svg {
  fill: #ffffff;
  transform: scale(1.08);
}

.printing-step-item:hover .printing-step-content h3 {
  color: var(--secondary-color-cs);
}






/* Mobile */
@media (max-width: 767px) {
  .printing-steps-wrap {
    gap: 36px;
  }

  .printing-step-item {
    gap: 18px;
  }

  .printing-step-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 18px;
  }

  .printing-step-icon svg {
    width: 26px;
    height: 26px;
  }

  .printing-step-content h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .printing-step-content p {
    font-size: 14px;
    line-height: 1.65;
  }
}



/* ===== CF7 Subscribe Form - giống mẫu ảnh 2 ===== */

.cf7-subscribe-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* Fix thẻ p mặc định của Contact Form 7 */
.cf7-subscribe-form p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Cột input */
.cf7-subscribe-input {
  flex: 1;
  max-width: 660px;
}

/* Cột button */
.cf7-subscribe-btn {
  flex: 0 0 auto;
}

/* Fix span wrapper của CF7 */
.cf7-subscribe-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Input email */
.cf7-subscribe-form input[type="email"] {
  width: 100% !important;
  height: 68px !important;
  margin: 0 !important;
  padding: 0 32px !important;
  border-radius: 16px !important;
  border: 2px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  box-shadow: none !important;
  outline: none !important;

  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 68px !important;
}

/* Placeholder */
.cf7-subscribe-form input[type="email"]::placeholder {
  color: #7f899b !important;
  opacity: 1;
}

/* Focus input */
.cf7-subscribe-form input[type="email"]:focus {
  border-color: rgba(237, 27, 76, 0.7) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  box-shadow: 0 0 0 4px rgba(237, 27, 76, 0.12) !important;
}

/* Button submit */
.cf7-subscribe-form input[type="submit"] {
  width: 215px !important;
  height: 68px !important;
  margin: 0 !important;
  padding: 0 28px !important;

  border: none !important;
  border-radius: 16px !important;
  background: var(--secondary-color-cs) !important;
  box-shadow: none !important;

  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  line-height: 68px !important;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* Thêm icon máy bay giấy bằng pseudo */
.cf7-subscribe-btn p {
  position: relative;
}

.cf7-subscribe-btn p::before {
  content: "✈";
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  z-index: 2;
  color: #ffffff;
  font-size: 18px;
  pointer-events: none;
}

.cf7-subscribe-form input[type="submit"] {
  text-indent: 24px;
}

/* Spinner của CF7 */
.cf7-subscribe-form .wpcf7-spinner {
  position: absolute;
  right: -32px;
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%);
}

/* Message output */
.wpcf7 form .wpcf7-response-output {
  max-width: 980px;
  margin: 16px auto 0 !important;
  padding: 12px 16px !important;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
}

/* Error text */
.cf7-subscribe-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: var(--secondary-color-cs);
  font-size: 13px;
}

.rowmfooter .col .col-inner h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
}

.header-hotline-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.header-hotline-custom:hover {
  text-decoration: none;
}

.hotline-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff0f3;
  color: var(--secondary-color-cs);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.hotline-number {
  color: var(--secondary-color-cs);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  white-space: nowrap;
  line-height: 1;
}


.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgb(255 255 255);
    padding: 20px;
    border-radius: 10px;
}


/* Account header custom */
.header-main .account-item > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none;
}

/* Icon tài khoản */
.header-main .account-item i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #182535;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Ẩn chữ Login mặc định */
.header-main .account-item .header-account-title {
  font-size: 0 !important;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Dòng trên: TÀI KHOẢN */
.header-main .account-item .header-account-title::before {
  content: "TÀI KHOẢN";
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  margin-bottom: 3px;
}

/* Dòng dưới: ĐĂNG NHẬP */
.header-main .account-item .header-account-title::after {
  content: "ĐĂNG NHẬP";
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

/* ===============================
   Custom Cart Header - Flatsome
   Theo đúng HTML hiện tại của bạn
================================ */

/* Xóa style button mặc định của Flatsome */
.header-main .cart-item .header-button,
.header-main .cart-item .header-cart-link {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Link cart tổng */
.header-main .cart-item .header-cart-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #fff !important;
  line-height: 1 !important;
}

/* Cụm chữ bên trái */
.header-main .cart-item .header-cart-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

/* Dòng trên: GIỎ HÀNG */
.header-main .cart-item .header-cart-title::before {
  content: "GIỎ HÀNG";
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Dòng dưới: giá */
.header-main .cart-item .cart-price {
  display: block !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #fff !important;
}

/* Giá WooCommerce */
.header-main .cart-item .cart-price .amount,
.header-main .cart-item .cart-price bdi,
.header-main .cart-item .woocommerce-Price-currencySymbol {
  color: #fff !important;
  font-size: 13px !important;
}

/* Ô icon giỏ màu hồng */
.header-main .cart-item .icon-shopping-basket {
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    border-radius: 13px !important;
    background: #d40606 !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 23px !important;
    margin: 0 !important;
}

/* Badge số lượng từ data-icon-label */
.header-main .cart-item .icon-shopping-basket::after {
  content: attr(data-icon-label);
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 21px;
  height: 21px;
  padding: 0 4px;
  border-radius: 999px;
  background: #fff;
  color: #f72559;
  border: 2px solid #d40606;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Xóa pseudo badge mặc định nếu Flatsome có */
.header-main .cart-item .icon-shopping-basket::before {
  color: #fff !important;
}

/* Mobile: chỉ giữ icon */
@media (max-width: 849px) {
  .header-main .cart-item .header-cart-title {
    display: none !important;
  }

  .header-main .cart-item .icon-shopping-basket {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 11px !important;
    font-size: 21px !important;
  }
}

.cusheader {
    justify-content: center;
}

/* ==================================================
   CUSTOM HEADER - WIIX / PRINT STYLE
   Based on current Flatsome header HTML
================================================== */

/* Nền tổng header */
#header .header-wrapper,
#masthead,
#wide-nav {
  background: #040b35 !important;
}

/* Tạo chiều sâu nhẹ cho header */
#header .header-wrapper {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

/* Container gọn và cân hơn */
#masthead .header-inner,
#wide-nav .container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Hàng trên */
#masthead .header-inner {
  min-height: 86px;
  gap: 28px;
}

/* Logo */
#logo img {
  max-height: 56px !important;
  width: auto !important;
}

/* Cho vùng search chiếm không gian tốt hơn */
#masthead .flex-left.flex-grow {
  flex: 1 1 auto;
}

#masthead .cusheader {
  width: 100%;
}

#masthead .header-search-form {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

/* Search wrapper */
.header-search-form .header-search-form-wrapper,
.header-search-form .searchform-wrapper,
.header-search-form form {
  width: 100%;
  margin: 0;
}

/* Khung search */
.header-search-form .flex-row.relative {
  height: 48px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 0 14px 0 20px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

/* Input search */
.header-search-form .search-field {
  height: 46px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1d2330 !important;
  font-size: 15px;
  font-weight: 500;
}

.header-search-form .search-field::placeholder {
  color: #8b91a1;
  font-size: 15px;
  font-weight: 500;
}

.header-search-form .search-field:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Nút search */
.header-search-form .ux-search-submit,
.header-search-form .submit-button {
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-search-form .icon-search {
  color: #111827 !important;
  font-size: 19px;
}

.header-search-form .ux-search-submit:hover .icon-search {
  color: #e60012 !important;
}

/* Account */
#masthead .account-item > a {
  display: inline-flex !important;
  align-items: center !important;
  flex-direction: row-reverse;
  gap: 12px;
  color: #fff !important;
  padding: 0 !important;
  line-height: 1.1;
}

#masthead .account-item .header-account-title {
  font-size: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 72px;
  font-family: "Be Vietnam Pro", sans-serif;
} 

#masthead .account-item .header-account-title::before {
  content: "TÀI KHOẢN";
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}

#masthead .account-item .header-account-title::after {
  content: "ĐĂNG NHẬP";
  font-size: 13px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.2px;
}

#masthead .account-item i.icon-user {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  transition: all 0.25s ease;
}

#masthead .account-item > a:hover i.icon-user {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

/* Divider giữa account và cart */
#masthead .header-divider {
  height: 44px;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  margin: 0 20px;
}

/* Cart */
#masthead .cart-item .header-button,
#masthead .cart-item .header-cart-link {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#masthead .cart-item .header-cart-link {
  display: inline-flex !important;
  align-items: center !important;
  flex-direction: row-reverse;
  gap: 12px;
  color: #fff !important;
  line-height: 1;
}

/* Text cart */
#masthead .cart-item .header-cart-title {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 1.1;
  white-space: nowrap;
}

#masthead .cart-item .header-cart-title::before {
  content: "GIỎ HÀNG";
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}

#masthead .cart-item .cart-price {
  display: block !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #fff !important;
}

#masthead .cart-item .cart-price .amount,
#masthead .cart-item .cart-price bdi,
#masthead .cart-item .woocommerce-Price-currencySymbol {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

/* Icon cart */
#masthead .cart-item .icon-shopping-basket {
  position: relative !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 23px !important;
}


/* Badge cart */
#masthead .cart-item .icon-shopping-basket::after {
  content: attr(data-icon-label);
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 21px;
  height: 21px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ffffff;
  color: #e60012;
  border: 2px solid #e60012;
  font-size: 10px;
  font-weight: 900;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hàng menu dưới */
#wide-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#wide-nav .flex-row {
  min-height: 58px;
  align-items: center;
}

/* Nút Sản phẩm In ấn */
#wide-nav .header-vertical-menu__opener {
  height: 50px;
  min-width: 250px;
  padding: 0 18px;
  border-radius: 13px;
  background: linear-gradient(180deg, #f41525 0%, #df0010 100%) !important;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

#wide-nav .header-vertical-menu__opener:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(230, 0, 18, 0.34);
}

#wide-nav .header-vertical-menu__icon i {
  font-size: 23px;
  color: #ffffff !important;
}

#wide-nav .header-vertical-menu__title {
  font-size: 15px;
  font-weight: 800;
  text-transform: none;
  color: #ffffff !important;
}

#wide-nav .header-vertical-menu__opener .icon-angle-down {
  margin-left: auto;
  font-size: 14px;
  color: #ffffff !important;
}

/* Menu chính */
#wide-nav .nav-center > li > a {
  position: relative;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.25px;
  color: rgb(255, 255, 255) !important;
  padding: 18px 14px;
  transition: all 0.25s ease;
  font-family: "Be Vietnam Pro", sans-serif;
}

#wide-nav .nav-center > li > a:hover,
#wide-nav .nav-center > li.active > a {
  color: #ffffff !important;
}

/* Gạch hover menu */
#wide-nav .nav-center > li > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
  height: 2px;
  background: #e60012;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

#wide-nav .nav-center > li > a:hover::after,
#wide-nav .nav-center > li.active > a::after {
  transform: scaleX(1);
}

/* Dropdown vertical menu */
#wide-nav .header-vertical-menu__fly-out {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Mobile */
@media (max-width: 849px) {
  #masthead .header-inner {
    min-height: 70px;
    gap: 12px;
  }

  #logo img {
    max-height: 46px !important;
  }

  #masthead .cart-item .icon-shopping-basket {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 12px !important;
    font-size: 21px !important;
  }

  #top-bar {
    background: #040b35 !important;
  }
}


.header-wrapper.stuck #wide-nav,
.stuck #wide-nav,
#header.stuck #wide-nav {
  min-height: 82px !important;
}


.rowmsfooters1 .col .col-inner h4 {
    color: #ffff;
    font-size: 28px;
}

.menu_fotsn span {
    color: #ffff;
    font-size: 18px;
}

.policy-title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.policy-slash {
    color: var(--secondary-color-cs);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -5px;
    transform: skewX(36deg);
}

.policy-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
}


.policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.policy-list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.policy-list li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 8px;
  width: 5px;
  height: 5px;
  background: var(--secondary-color-cs);
  border-radius: 50%;
}

.company-info {
  color: #ffffff;
}

.company-info h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
    text-transform: uppercase;
}
.company-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  color: #ffffff;
}

.company-label {
  min-width: 56px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.company-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}


.cs {
    margin-top: 15px;
}

.footers1 {
    padding: 30px 0 0 0 !important;
    border: solid 1px #b8b8b840;
}



/* .rowmsgt > .col:nth-child(1) > .col-inner {
  background: #b0bbc9;
  border-radius: 30px;
  padding: 55px 70px;
  min-height: 380px;
}


.rowmsgt > .col:nth-child(2) > .col-inner {
  background: #e6194f;
  border-radius: 30px;
  padding: 70px 55px;
  min-height: 380px;
  color: #fff;
} */



/* Reset khoảng cách row */
.rowmsgt {
  max-width: 1350px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: stretch;
}

.rowmsgt > .col {
  padding: 10px 12px !important;
}

/* Cho toàn bộ box cao đều và có animation */
.rowmsgt > .col > .col-inner {
  height: 100%;
  min-height: 310px;
  border-radius: 34px;
  transition: all 0.35s ease;
  overflow: hidden;
}

/* =========================
   COL 1 - SỨ MỆNH
========================= */

.rowmsgt > .col:nth-child(1) > .col-inner {
  background: #f5f8fc;
  padding: 58px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Hover col 1 */
.rowmsgt > .col:nth-child(1) > .col-inner:hover {
  background: #071d38;
  transform: translateY(-4px);
}

.rowmsgt > .col:nth-child(1) > .col-inner:hover h2 {
  color: #fff;
}

.rowmsgt > .col:nth-child(1) > .col-inner:hover p {
  color: rgba(255, 255, 255, 0.55);
}

/* Icon col 1 */
.rowmsgt > .col:nth-child(1) .img {
  width: 42px !important;
  margin-bottom: 30px;
}

/* Text col 1 */
.rowmsgt > .col:nth-child(1) .sec-title {
  text-align: left;
}

.rowmsgt > .col:nth-child(1) h2 {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: 42px;
  line-height: 0.98;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -1.8px;
  color: #071d38;
}

.rowmsgt > .col:nth-child(1) h2 span {
  color: #e9194f;
}

.rowmsgt > .col:nth-child(1) p {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
  color: #6b7890;
}

/* =========================
   COL 2 - TẦM NHÌN
========================= */

.rowmsgt > .col:nth-child(2) > .col-inner {
  background: #e9194f;
  padding: 58px 48px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Hover col 2 */
.rowmsgt > .col:nth-child(2) > .col-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(233, 25, 79, 0.22);
}

/* Icon col 2 */
.rowmsgt > .col:nth-child(2) .img {
  width: 46px !important;
  margin-bottom: 34px;
}

.rowmsgt > .col:nth-child(2) h2 {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

.rowmsgt > .col:nth-child(2) div:not(.img):not(.img-inner) {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}

/* =========================
   COL 3 - IMAGE
========================= */

.rowmsgt > .col:nth-child(3) > .col-inner {
  padding: 0;
  background: transparent;
  border-radius: 34px;
  overflow: hidden;
}

/* Ảnh full box */
.rowmsgt > .col:nth-child(3) .img,
.rowmsgt > .col:nth-child(3) .img-inner {
  width: 100% !important;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
}

.rowmsgt > .col:nth-child(3) img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.78;
  transition: all 0.45s ease;
}

/* Hover ảnh */
.rowmsgt > .col:nth-child(3) > .col-inner:hover img {
  transform: scale(1.06);
  opacity: 0.9;
}

/* =========================
   COL 4 - TRUSTED BOX
========================= */

.rowmsgt > .col:nth-child(4) > .col-inner {
  background: #f1f5fa;
  padding: 65px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
}

/* Hover col 4 */
.rowmsgt > .col:nth-child(4) > .col-inner:hover {
  border-color: #e9194f;
  transform: translateY(-4px);
}

/* Icon tạm thời trong col 4 nếu đang dùng target */
.rowmsgt > .col:nth-child(4) .img {
  width: 42px !important;
  margin-bottom: 28px;
}

/* Nếu không muốn hiện icon target ở box cuối thì bật dòng này */
/*
.rowmsgt > .col:nth-child(4) .img {
  display: none;
}
*/

.rowmsgt > .col:nth-child(4) h2 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #071d38;
}

.rowmsgt > .col:nth-child(4) div:not(.img):not(.img-inner) {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  color: #6b7890;
}

/* =========================
   FIX FLATSOME IMAGE INNER
========================= */

.rowmsgt .img-inner {
  border-radius: inherit;
}

.rowmsgt .img-inner img {
  display: block;
}

/* =========================
   RESPONSIVE TABLET
========================= */

@media (max-width: 1024px) {
  .rowmsgt > .col:nth-child(1) > .col-inner {
    padding: 45px 42px;
  }

  .rowmsgt > .col:nth-child(2) > .col-inner {
    padding: 45px 36px;
  }

  .rowmsgt > .col:nth-child(1) h2 {
    font-size: 36px;
  }

  .rowmsgt > .col:nth-child(2) h2 {
    font-size: 27px;
  }

  .rowmsgt > .col:nth-child(4) > .col-inner {
    padding: 55px 45px;
  }
}

/* =========================
   RESPONSIVE MOBILE
========================= */

@media (max-width: 849px) {
  .rowmsgt > .col {
    padding: 8px 0 !important;
  }

  .rowmsgt > .col > .col-inner {
    min-height: auto;
    border-radius: 26px;
  }

  .rowmsgt > .col:nth-child(1) > .col-inner,
  .rowmsgt > .col:nth-child(2) > .col-inner,
  .rowmsgt > .col:nth-child(4) > .col-inner {
    padding: 36px 28px;
  }

  .rowmsgt > .col:nth-child(1) h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }

  .rowmsgt > .col:nth-child(2) h2 {
    font-size: 25px;
  }

  .rowmsgt > .col:nth-child(4) h2 {
    font-size: 21px;
  }

  .rowmsgt > .col:nth-child(1) p,
  .rowmsgt > .col:nth-child(2) div:not(.img):not(.img-inner),
  .rowmsgt > .col:nth-child(4) div:not(.img):not(.img-inner) {
    font-size: 15px;
  }

  .rowmsgt > .col:nth-child(3) img {
    height: 280px;
  }
}



/* Avatar group shortcode */
.wiix-avatar-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 28px auto;
  overflow: visible;
}

/* Avatar image */
.wiix-avatar-group img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  margin-left: -10px;
  box-shadow: 0 4px 12px rgba(7, 29, 56, 0.12);
  flex-shrink: 0;
  position: relative;
}

/* Ảnh đầu tiên không bị lùi */
.wiix-avatar-group img:first-child {
  margin-left: 0;
}

/* Badge +15K */
.wiix-avatar-group span {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #e9194f;
  color: #fff;
  border: 4px solid #fff;
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(233, 25, 79, 0.22);
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

/* =========================
   WIIX SERVICE LIST
========================= */

.wiix-service-list {
  width: 100%;
}

.wiix-service-item {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 36px;
}

.wiix-service-item:last-child {
  margin-bottom: 0;
}

/* Khung xám quanh icon */
.wiix-service-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Icon PNG bên trong */
.wiix-service-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;

  /* bỏ hover */
  transition: none !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

/* Nội dung */
.wiix-service-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  color: #071d38;
  text-transform: uppercase;
}

.wiix-service-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: #66758f;
}

/* Bỏ mọi hiệu ứng hover */
.wiix-service-item:hover,
.wiix-service-item:hover .wiix-service-icon,
.wiix-service-item:hover .wiix-service-icon img,
.wiix-service-item:hover .wiix-service-content h3,
.wiix-service-item:hover .wiix-service-content p {
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}


/* Mobile */
@media (max-width: 549px) {
  .wiix-service-item {
    gap: 18px;
    margin-bottom: 28px;
  }

  .wiix-service-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 13px;
  }

  .wiix-service-icon img {
    width: 22px;
    height: 22px;
  }

  .wiix-service-content h3 {
    font-size: 16px;
  }

  .wiix-service-content p {
    font-size: 14px;
  }
}

/* Wrapper tổng */
.wiix-quote-image {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 54px;
}

/* Ảnh chính */
.wiix-quote-image > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 42px;
  filter: grayscale(100%);
  box-shadow: 0 28px 55px rgba(7, 29, 56, 0.12);
}

/* Card quote đè lên ảnh */
.wiix-quote-card {
  position: absolute;
  left: -36px;
  bottom: 18px;
  width: 330px;
  background: #071d38;
  color: #fff;
  border-radius: 16px;
  padding: 24px 28px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  font-style: italic;
  transform: rotate(-6deg);
  box-shadow: 0 18px 35px rgba(7, 29, 56, 0.22);
}

/* Mobile */
@media (max-width: 849px) {
  .wiix-quote-image {
    max-width: 100%;
    padding-bottom: 48px;
  }

  .wiix-quote-image > img {
    height: 360px;
    border-radius: 30px;
  }

  .wiix-quote-card {
    left: 18px;
    bottom: 16px;
    width: calc(100% - 36px);
    padding: 20px 22px;
    font-size: 16px;
    transform: rotate(-4deg);
  }
}

/* =========================
   WIIX VALUE HEADING
========================= */

.wiix-value-heading {
  max-width: 560px;
  margin-bottom: 52px;
}

.wiix-value-heading h2 {
  margin: 0 0 26px;
  font-size: 54px;
  line-height: 0.95;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #071d38;
}

.wiix-value-heading h2 span {
  color: #e9194f;
}

.wiix-value-line {
  width: 105px;
  height: 6px;
  background: #e9194f;
  margin-bottom: 28px;
}

.wiix-value-heading p {
  margin: 0;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
  color: #66758f;
}

/* Mobile */
@media (max-width: 549px) {
  .wiix-value-heading {
    margin-bottom: 38px;
  }

  .wiix-value-heading h2 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .wiix-value-line {
    width: 88px;
    height: 5px;
    margin-bottom: 22px;
  }

  .wiix-value-heading p {
    font-size: 15px;
  }


 .rowm_lists {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }

  /* Col đầu tiên: phần text nằm full 1 hàng phía trên */
  .rowm_lists > .col:first-child {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 22px !important;
  }

  .rowm_lists > .col:first-child > .col-inner {
    width: 100% !important;
  }

  .rowm_lists .intro-box {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .rowm_lists .intro-sub {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
  }

  .rowm_lists .intro-title {
    font-size: 34px !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }

  .rowm_lists .intro-desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }

  /* Các card sản phẩm: 3 cột / 1 hàng */
  .rowm_lists > .col:not(:first-child) {
    flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
    width: 33.3333% !important;
    padding: 6px !important;
  }

  /* Chiều cao từng card */
  .rowm_lists > .col:not(:first-child) .col-inner {
    height: 135px !important;
  }

  .rowm_lists > .col:not(:first-child) .box {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Kích thước icon */
  .rowm_lists > .col:not(:first-child) .box-image {
    width: 30px !important;
    margin: 0 auto 10px !important;
  }

  .rowm_lists > .col:not(:first-child) .box-image img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
  }

  /* Text trong card */
  .rowm_lists > .col:not(:first-child) .box-text {
    padding: 0 6px !important;
  }

  .rowm_lists > .col:not(:first-child) h3,
  .rowm_lists > .col:not(:first-child) h4 {
    font-size: 13px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .btn_redmds {
    margin-left:unset ;
    margin-right: auto;
    margin-top: -60px;
}
.wiix-feature-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px 10px;
    display: grid;
}
}

.product-small .box-image { 
  border-radius: 10px 10px 0 0;
}

#main, #wrapper {
    background-color: rgb(248, 250, 252);
}

/* .box-text.box-text-products {
    background-color: #fff;
    border-radius: 0 0px 10px 10px;
    padding: 20px;
}

p.category.product-cat.op-7 {
    font-size: 13px;
    font-weight: 700;
}

.widget-title span, .div_tnbat, .author-name {
    font-size: 20px;
    color: #202124;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.box_bvmoi .div_tnbat {
    margin-bottom: 20px;
}

.box_bvmoi .div_tnbat {
    position: relative;
    width: fit-content;
}

.div_tnbat:before {
    content: "";
    background: linear-gradient(90deg, #d40606, rgba(255, 255, 255, 0.001) 80%);
    height: 4px;
    width: 100%;
    position: absolute;
    top: 30px;
}

.blog_widgetvses .col .col-inner h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    padding: 0;
}

.blog_widgetvses .col .col-inner {
    border-bottom: 1px dashed #d6c2c2;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.blog_widgetvses .col {
    padding: 0px;
}

.blog_widgetvses .box-text {
    padding: 0;
    padding-left: 10px;
}

.blog_widgetn .col.post-item {
    padding: 0;
}

.blog_widgetn .col-inner {
    padding: 0;
    border-bottom: 1px dashed #dddddd7d;
    padding-bottom: 5px;
    margin-bottom: 10px;
} */


.div_tnbat {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}


.blog_widgetn .col .box-image {
    border-radius: 10px;
}


.blog_widgetvses .col .col-inner .box-text h5 a {
    text-overflow: ellipsis;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog_widgetvses .col .box-image img {
    border-radius: 5px;
    overflow: hidden;
}

 .box-vertical .box-text {
    padding-left: 0.5em;
    padding-bottom: 3px;
    padding-top: 3px;
}

/* Sidebar bài viết mới nhất - làm gọn khoảng cách */
#block_widget-3 .div_tnbat {
  margin-bottom: 12px !important;
}

/* Bài lớn đầu tiên */
#block_widget-3 .blog_widgetn {
  margin-bottom: 18px !important;
}

#block_widget-3 .blog_widgetn .post-item {
  padding-bottom: 0 !important;
}

#block_widget-3 .blog_widgetn .box-image {
  margin-bottom: 10px !important;
}

#block_widget-3 .blog_widgetn .box-text {
  padding: 0 !important;
}

#block_widget-3 .blog_widgetn .post-title {
  margin-bottom: 0 !important;
  line-height: 1.35 !important;
}

/* Danh sách bài nhỏ */
#block_widget-3 .blog_widgetvses {
  margin-top: 0 !important;
}

#block_widget-3 .blog_widgetvses .post-item {
  padding-bottom: 14px !important;
  margin-bottom: 0 !important;
}

#block_widget-3 .blog_widgetvses .box {
  align-items: center !important;
}

#block_widget-3 .blog_widgetvses .box-image {
  width: 32% !important;
  margin-right: 10px !important;
}

#block_widget-3 .blog_widgetvses .box-text {
  padding: 0 !important;
}

#block_widget-3 .blog_widgetvses .post-title {
  margin: 0 !important;
  line-height: 1.25 !important;
}

#block_widget-3 .blog_widgetvses .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Bỏ divider nếu đang tạo khoảng trống */
#block_widget-3 .is-divider {
  display: none !important;
}

/* Vạch kẻ đứt giữa các bài nhỏ */
#block_widget-3 .blog_widgetvses .post-item {
  padding-bottom: 12px !important;
  margin-bottom: 12px !important;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
}

/* Bỏ vạch ở bài cuối */
#block_widget-3 .blog_widgetvses .post-item:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

/* Căn lại từng bài nhỏ cho thoáng hơn */
#block_widget-3 .blog_widgetvses .box {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Ảnh nhỏ cố định, tránh díu vào text */
#block_widget-3 .blog_widgetvses .box-image {
  width: 78px !important;
  min-width: 78px !important;
  margin-right: 0 !important;
}

/* Text không đè vào ảnh */
#block_widget-3 .blog_widgetvses .box-text {
  padding: 0 !important;
  flex: 1;
}

/* Giảm title cho gọn */
#block_widget-3 .blog_widgetvses .post-title {
  margin: 0 !important;
  line-height: 1.28 !important;
}

.box-text.box-text-products {
    padding: 0;
    padding: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.product-small.box .title-wrapper {
    font-size: 19px;
    font-weight: 600;
}


/* Style cho class cụ thể của bạn */
.featured1-title {
  /* 1. Phần chữ (Typography) */
  color: var(--primary-color-cs);             /* Màu xanh Navy đậm */
  font-size: 50px;            /* Điều chỉnh kích thước chữ */
  font-weight: 700;           /* Độ đậm (Bold) */
  text-align: center;         /* Căn chữ ra giữa */
  letter-spacing: 0.5px;      /* Khoảng cách giữa các chữ (tùy chọn) */
  position: relative;
  padding-bottom: 12px;       /* Khoảng cách từ chữ xuống gạch đỏ */
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* 3. Tạo dấu gạch đỏ bên dưới */
.featured1-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 4px;
    background-color: var(--secondary-color-cs);
}