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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Trang Giới thiệu*/
.img-pro img {
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
.text-hero {
    background: rgb(0 27 68 / 40%);
    padding: 10px;
    border-radius: 20px;
}
.vt-contact-more {
  margin-top: 18px;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all .25s ease;
}

.vt-contact-more:hover {
  transform: translateY(-2px);
  background: rgba(255,193,7,.12);
  border-color: rgba(255,193,7,.55);
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
}

.vt-contact-more-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc107;
  color: #001b44;
}

.vt-contact-more strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.vt-contact-more small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.35;
}
.vt-quote-box {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -40px;
    font-family: inherit;
}
.vt-quote-box * {
  box-sizing: border-box;
}

.vt-quote-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255,193,7,.16), transparent 28%),
    linear-gradient(135deg, #001b44 0%, #002b63 100%);
  box-shadow: 0 18px 46px rgba(0, 27, 68, .22);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  color: #ffffff;
}

.vt-quote-left {
  padding-right: 28px;
  border-right: 1px solid rgba(255,255,255,.24);
}

.vt-quote-heading h2,
.vt-quote-right-head h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.vt-quote-heading p,
.vt-quote-right-head p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.78);
  font-size: 14.5px;
  line-height: 1.55;
}

/* Contact Form 7 */
.vt-quote-form .wpcf7 form {
  margin: 0;
}

.vt-quote-form .wpcf7 p {
  margin: 0;
}

.vt-quote-form .vt-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.vt-quote-form .vt-cf7-full {
  grid-column: 1 / -1;
}

.vt-quote-form input,
.vt-quote-form select,
.vt-quote-form textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 15px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.16);
  background: #ffffff;
  color: #001b44;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
}

.vt-quote-form textarea {
  min-height: 72px;
  padding-top: 13px;
  resize: vertical;
}

.vt-quote-form input::placeholder,
.vt-quote-form textarea::placeholder {
  color: #7b8495;
}

.vt-quote-form .wpcf7-submit {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffd85a 0%, #ffc107 100%);
  color: #001b44;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s ease;
}

.vt-quote-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255,193,7,.32);
}

.vt-quote-form .wpcf7-spinner {
  display: none;
}

.vt-quote-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ffc107;
  font-size: 12px;
}

.vt-quote-form .wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
}

.vt-quote-note {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}

.vt-quote-note svg {
  color: #ffc107;
}

/* Right cards */
.vt-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.lp .vt-contact-card {
  min-height: 150px;
  padding: 22px 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
  text-decoration: none !important;
  transition: all .25s ease;
}

.lp .vt-contact-card:hover {
  transform: translateY(-4px);
}

.lp .vt-contact-call {
  background: linear-gradient(180deg, #ffd85a 0%, #ffc107 100%);
  color: #001b44 !important;
  box-shadow: 0 12px 28px rgba(255,193,7,.22);
}

.lp .vt-contact-zalo {
  background: #ffffff;
  color: #001b44 !important;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
}

.lp .vt-contact-icon {
  width: 58px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,27,68,.08);
  color: #001b44;
}

.lp .vt-contact-call .vt-contact-icon {
  background: #001b44;
  color: #ffc107;
}

.lp .vt-zalo-icon {
  background: #eaf6ff;
  color: #008fe5;
  font-size: 15px;
  font-weight: 900;
}

.lp .vt-contact-card strong {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.lp .vt-contact-card small {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  opacity: .86;
}
.vt-buy-process {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr 42px 1fr;
  gap: 0;
  align-items: center;
  font-family: inherit;
}

.vt-buy-process * {
  box-sizing: border-box;
}

.vt-buy-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 58px 18px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 27, 68, .10);
  box-shadow: 0 14px 34px rgba(0, 27, 68, .10);
  text-align: center;
  transition: all .25s ease;
}

.vt-buy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(0, 27, 68, .15);
}

.vt-buy-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001b44;
  color: #ffc107;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  border-radius: 0 0 18px 0;
}

.vt-buy-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vt-buy-icon img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  display: block;
}

.vt-buy-card h3 {
  margin: 0;
  color: #001b44;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.18;
}

.vt-buy-line {
  width: 36px;
  height: 2px;
  margin: 14px auto 16px;
  border-radius: 999px;
  background: #ffc107;
}

.vt-buy-card p {
  margin: 0;
  color: #202a3d;
  font-size: 15px;
  line-height: 1.55;
}

.vt-buy-arrow {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin: 0 -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc107;
}
.vt-buy-arrow::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid #ffc107;
  z-index: 1;
}

.vt-buy-arrow svg {
  position: relative;
  z-index: 2;
  display: block;
  background: #ffffff;
  border-radius: 50%;
}
.vt-reason-card {
  width: 100%;
  min-height: 230px;
  padding: 30px 22px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 27, 68, .08);
  box-shadow: 0 10px 28px rgba(0, 27, 68, .10);
  text-align: center;
  font-family: inherit;
  transition: all .25s ease;
}

.vt-reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 27, 68, .14);
}

.vt-reason-icon {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid rgba(255, 193, 7, .9);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 27, 68, .10);
}

.vt-reason-icon::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border-top: 3px solid #ffc107;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  transform: rotate(-35deg);
  pointer-events: none;
}

.vt-reason-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}

.vt-reason-card h3 {
  margin: 0;
  color: #001b44;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3;
}

.vt-reason-line {
  width: 36px;
  height: 2px;
  margin: 12px auto 14px;
  border-radius: 99px;
  background: #ffc107;
}

.vt-reason-card p {
  margin: 0;
  color: #333b4f;
  font-size: 14.5px;
  line-height: 1.55;
}
.vt-mia-choose * {
  box-sizing: border-box;
}

.vt-mia-choose-container {
  margin-top: 30px;
}

.vt-mia-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.vt-mia-choose-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 24px 20px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(0,27,68,.08);
  box-shadow: 0 16px 40px rgba(0,27,68,.08);
  display: flex;
  flex-direction: column;
  transition: all .25s ease;
}

.vt-mia-choose-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(0,27,68,.13);
}

.vt-mia-choose-card-featured {
  border: 2px solid #ffc107;
}

.vt-mia-choose-ribbon {
  position: absolute;
  top: 16px;
  right: -42px;
  width: 150px;
  padding: 7px 0;
  transform: rotate(35deg);
  background: #ffc107;
  color: #001b44;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(0,27,68,.18);
}

.vt-mia-choose-number {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001b44;
  color: #ffc107;
  font-size: 17px;
  font-weight: 900;
}

.vt-mia-choose-tag {
  display: inline-flex;
  width: fit-content;
  padding: 6px 11px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #fff7df;
  color: #8a6100;
  font-size: 12px;
  font-weight: 800;
}

.vt-mia-choose-card h3 {
  margin: 0 0 10px;
  color: #001b44;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.28;
}

.vt-mia-choose-card p {
  margin: 0 0 18px;
  color: #5d6778;
  font-size: 14.5px;
  line-height: 1.6;
}

.vt-mia-choose-result {
  margin-top: auto;
  padding: 15px;
  border-radius: 16px;
  background: #f7f9fc;
  border: 1px solid rgba(0,27,68,.08);
}

.vt-mia-choose-result span {
  display: block;
  margin-bottom: 5px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vt-mia-choose-result strong {
  display: block;
  color: #001b44;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.vt-mia-choose-bottom {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #001b44;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 18px 44px rgba(0,27,68,.18);
}

.vt-mia-choose-bottom-text strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
}

.vt-mia-choose-bottom-text span {
  color: rgba(255,255,255,.74);
  font-size: 14.5px;
  line-height: 1.55;
}

.vt-mia-choose-btn {
  min-width: max-content;
  padding: 13px 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #ffc107;
  color: #001b44 !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  transition: all .25s ease;
}

.vt-mia-choose-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255,193,7,.32);
}

.vt-mia-choose-btn svg {
  display: block;
}
.vt-product-video, .vt-play-btn {
  text-decoration: none;
  cursor: pointer;
}

.vt-product-video:hover, .vt-play-btn:hover {
  color: #001b44;
  text-decoration: none;
}
.vt-media-gallery {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  gap: 10px;
  width: 100%;
}

.vt-media-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.vt-media-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: #001b44;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.vt-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 27, 68, 0.04) 0%,
    rgba(0, 27, 68, 0.1) 45%,
    rgba(0, 27, 68, 0.82) 100%
  );
  z-index: 1;
}

.vt-media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.vt-media-card:hover img {
  transform: scale(1.04);
}

.vt-media-large {
  aspect-ratio: 1.65 / 1;
}

.vt-media-small {
  aspect-ratio: 2 / 1;
}

.vt-media-wide {
  grid-column: 1 / -1;
  aspect-ratio: 4.25 / 1;
}

.vt-media-title {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 9px;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.vt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.vt-play-btn svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
  margin-left: 4px;
}

.vt-play-small {
  width: 46px;
  height: 46px;
  border-width: 2px;
}

.vt-play-small svg {
  width: 24px;
  height: 24px;
}

.vt-media-card:hover .vt-play-btn {
  background: rgba(255, 193, 7, 0.9);
  color: #001b44;
  border-color: #fff;
  transform: translate(-50%, -50%) scale(1.06);
}
.vt-product-card {
  width: 100%;
  background: #ffffff;
  border-radius: 22px;
  padding: 16px;
  border: 1px solid rgba(0, 27, 68, 0.08);
  box-shadow: 0 18px 45px rgba(0, 27, 68, 0.12);
  transition: all 0.35s ease;
  overflow: hidden;
  position:relative;
}

.vt-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 65px rgba(0, 27, 68, 0.18);
}

.vt-product-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f6f9;
}
.vt-product-badge {
    position: absolute;
    top: 3%;
    right: 0;
    z-index: 3;
    padding: 8px;
    background: #ffc107;
    color: #001b44;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
    border-radius: 3px 0 0 3px;
}
}
.vt-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.vt-product-card:hover .vt-product-img img {
  transform: scale(1.04);
}

.vt-product-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 27, 68, 0.28),
    rgba(0, 27, 68, 0.02) 58%
  );
  pointer-events: none;
}

.vt-product-video {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #001b44;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.vt-product-video:hover {
  color: #001b44;
}

.vt-product-video span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffc107;
  color: #001b44;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vt-product-content {
  padding: 26px 0 2px;
	position:relative;
}
.vt-product-content .tag-sp {
    position: absolute;
    top: 23px;
    right: 0;
    background: #0056b3;
    color: #fff;
    padding: 4px 8px;
    border-radius: 10px;
}
.vt-product-content h3 {
  margin: 0 0 22px;
  color: #001b44;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.vt-product-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f7f9fc;
  border: 1px solid rgba(0, 27, 68, 0.08);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}

.vt-spec {
  min-height: 92px;
  padding: 16px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vt-spec:not(:last-child) {
  border-right: 1px solid rgba(0, 27, 68, 0.1);
}

.vt-spec strong {
  display: block;
  color: #001b44;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 8px;
}

.vt-spec span {
  display: block;
  color: #42526b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.vt-product-btn {
  width: 100%;
  min-height: 54px;
  border-radius: 12px;
  background: #ffc107;
  color: #001b44;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.vt-product-btn:hover {
  color: #ffffff;
  background: #001b44;
}

.vt-product-btn svg {
  transition: transform 0.3s ease;
}

.vt-product-btn:hover svg {
  transform: translateX(5px);
}
.vt-history-section {
  background: #f5f8fc;
  padding: 70px 0;
  overflow: hidden;
}

.vt-history-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Header */

.vt-history-head {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}

.vt-history-subtitle {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #f5a623;
}

.vt-history-head h2 {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.25;
  color: #10254a;
  font-weight: 800;
}

.vt-history-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #5d6b82;
}

/* Timeline Desktop */

.vt-history-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  padding-top: 22px;
  padding-right: 30px;
}

.vt-history-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 7%;
  right: 46px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #dbe5f4 0%,
    #1f4f96 50%,
    #dbe5f4 100%
  );
  border-radius: 999px;
}

.vt-history-timeline::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 30px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #dbe5f4;
  border-right: 3px solid #dbe5f4;
  transform: rotate(45deg);
}

.vt-history-item {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%;
}

.vt-history-dot {
  width: 17px;
  height: 17px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #10254a;
  border: 4px solid #ffffff;
  box-shadow: 
    0 0 0 2px #dbe5f4,
    0 4px 12px rgba(16, 37, 74, 0.18);
}

.vt-history-card {
  height: 148px;
  padding: 20px 13px 18px;
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(16, 37, 74, 0.08);
  transition: all 0.25s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vt-history-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(16, 37, 74, 0.14);
  border-color: #cddbf0;
}

.vt-history-year {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #10254a;
}

.vt-history-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #526176;
}

/* Nhấn mạnh một số cột mốc */

.vt-history-item:nth-child(even) .vt-history-year {
  color: #f5a623;
}
.vt-history-item:nth-child(even) .vt-history-dot{background-color:#f5a623;}
.vt-vmv-section {
  padding: 50px 0;
  background: #ffffff;
}

.vt-vmv-section .row {
  align-items: stretch;
}

.vt-vmv-col {
  display: flex;
}

.vt-vmv-col .col-inner {
  width: 100%;
  display: flex;
}

.vt-vmv-card {
  width: 100%;
  height: 100%;
  min-height: 360px;
  background: #ffffff;
  border: 1px solid #edf1f6;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(13, 35, 74, 0.06);
  padding: 22px 22px 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.25s ease;
}

.vt-vmv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(13, 35, 74, 0.1);
  border-color: #dfe7f2;
}

.vt-vmv-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}

.vt-vmv-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  color: #213e78;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vt-vmv-icon svg {
  width: 36px;
  height: 36px;
}

.vt-vmv-head h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  color: #213e78;
  letter-spacing: 0.2px;
}

.vt-vmv-body {
  flex: 1;
  margin-bottom: 18px;
}

.vt-vmv-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #46536c;
}

.vt-vmv-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vt-vmv-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 11px;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 500;
  color: #46536c;
}

.vt-vmv-list li:last-child {
  margin-bottom: 0;
}

.vt-vmv-list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #f4b223;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(244, 178, 35, 0.18);
}

.vt-vmv-image {
  margin-top: auto;
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}

.vt-vmv-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.vt-mini-stats {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.vt-mini-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vt-mini-stat-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vt-mini-stat-icon svg {
  width: 32px;
  height: 32px;
}

.vt-mini-stat-content {
  line-height: 1.2;
}

.vt-mini-stat-number {
  margin-bottom: 2px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #1e3b6e;
  letter-spacing: -0.5px;
}

.vt-mini-stat-text {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #566277;
}
.vt-team-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vt-team-card {
  text-align: center;
}

.vt-team-img {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #f3f6fb;
  box-shadow: 0 8px 20px rgba(16, 37, 74, 0.08);
  border: 1px solid #edf1f6;
  aspect-ratio: 3 / 3.75;
}

.vt-team-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.vt-team-card:hover .vt-team-img img {
  transform: scale(1.04);
}

.vt-team-info {
  padding: 12px 4px 0;
}

.vt-team-info h3 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  color: #1e3b6e;
}

.vt-team-info p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 500;
  color: #5d6b82;
}
.vt-media-strip {
  width: 100%;
  min-height: 58px;
  padding: 10px 14px 10px 22px;
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 7px;
  box-shadow: 0 4px 14px rgba(16, 37, 74, 0.08);

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

.vt-media-logos {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(90px, 1fr));
  align-items: center;
  gap: 28px;
}

.vt-media-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
}

.vt-media-logo img {
  display: block;
  max-width: 128px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.vt-media-logo:hover img {
  transform: translateY(-2px);
  opacity: 0.88;
}

.vt-media-more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;

  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e3b6e;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.vt-media-more svg {
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
}

.vt-media-more:hover {
  color: #f5a623;
}

.vt-media-more:hover svg {
  transform: translateX(3px);
}
.vt-value-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(16, 37, 74, 0.07);
}

.vt-value-card {
  min-height: 150px;
  padding: 24px 18px 22px;
  text-align: center;
  background: #ffffff;
  border-right: 1px solid #e7edf6;

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

  transition: all 0.25s ease;
}

.vt-value-card:last-child {
  border-right: 0;
}

.vt-value-card:hover {
  background: #f8fbff;
  transform: translateY(-2px);
}

.vt-value-card h3 {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e3b6e;
}

.vt-value-card p {
  max-width: 160px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #536176;
}
.vt-sector-strip {
  width: 100%;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(16, 37, 74, 0.06);

  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
}

.vt-sector-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 54px;
  padding: 0 18px;
}

.vt-sector-item:first-child {
  padding-left: 0;
}

.vt-sector-item:last-child {
  padding-right: 0;
}

.vt-sector-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: #e3e9f3;
}

.vt-sector-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vt-sector-icon img {
  display: block;
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vt-sector-text {
  line-height: 1.45;
}
.vt-contact-row{margin-top:-50px !important}
.vt-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vt-contact-card {
  min-height: 145px;
  padding: 26px 24px;
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(16, 37, 74, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: all 0.25s ease;
}

.vt-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(16, 37, 74, 0.14);
  border-color: #d8e3f1;
}

.vt-contact-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vt-contact-icon img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.vt-contact-content {
  flex: 1;
  min-width: 0;
}

.vt-contact-content span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: #1d2940;
}

.vt-contact-content a {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #ffc107;
    text-decoration: none;
    word-break: break-word;
	font-weight:bold;
}

.vt-contact-content a:hover {
  color: #ffc107;
}

.vt-contact-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.vt-contact-content .vt-contact-address {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.vt-contact-content .vt-contact-map {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  color: #1e3b6e;
}

.vt-contact-map svg {
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
}

.vt-contact-map:hover svg {
  transform: translateX(3px);
}
.vt-cf7-form {
  width: 100%;
  padding: 34px 34px 30px;
  background: linear-gradient(135deg, #001b44 0%, #062d6f 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 27, 68, 0.22);
  color: #ffffff;
}

.vt-cf7-head {
  margin-bottom: 24px;
}

.vt-cf7-head h3 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 14px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

.vt-cf7-head h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #ffc107;
  border-radius: 999px;
}

.vt-cf7-head p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.vt-cf7-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vt-cf7-field {
  margin-bottom: 18px;
}

.vt-cf7-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.vt-cf7-field label span {
  color: #ff4b3e;
}

.vt-cf7-form input[type="text"],
.vt-cf7-form input[type="tel"],
.vt-cf7-form input[type="email"],
.vt-cf7-form select,
.vt-cf7-form textarea {
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid #dfe7f2;
  border-radius: 7px;
  box-shadow: inset 0 1px 2px rgba(16, 37, 74, 0.06);
  outline: none;

  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 500;
  color: #1d2940;

  transition: all 0.25s ease;
}

.vt-cf7-form select {
  cursor: pointer;
  color: #7a8495;
}

.vt-cf7-form textarea {
  height: 118px;
  min-height: 118px;
  padding-top: 15px;
  resize: vertical;
}

.vt-cf7-form input::placeholder,
.vt-cf7-form textarea::placeholder {
  color: #9aa4b5;
}

.vt-cf7-form input:focus,
.vt-cf7-form select:focus,
.vt-cf7-form textarea:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.16);
}

.vt-cf7-form .wpcf7-form-control-wrap {
  display: block;
}

.vt-cf7-accept {
  margin: 2px 0 18px;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.vt-cf7-accept .wpcf7-list-item {
  margin: 0;
}

.vt-cf7-accept label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}

.vt-cf7-accept input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  flex: 0 0 17px;
  accent-color: #ffc107;
}

.vt-cf7-submit {
  position: relative;
}

.vt-cf7-submit p {
  margin: 0;
}

.vt-cf7-submit input[type="submit"] {
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 24px;
  background: #ffc107;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 10px 22px rgba(255, 193, 7, 0.22);

  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #1d2940;
  cursor: pointer;

  transition: all 0.25s ease;
}

.vt-cf7-submit input[type="submit"]:hover {
  background: #ffb300;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 193, 7, 0.28);
}

.vt-cf7-form .wpcf7-spinner {
  margin: 12px auto 0;
  display: block;
}

.vt-cf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12.5px;
  color: #ff0000;
}

.vt-cf7-form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #ffffff;
}
.vt-mia-ps {
  position: relative;
  padding: 45px 16px 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255,193,7,.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0,86,179,.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  font-family: inherit;
}

.vt-mia-ps * {
  box-sizing: border-box;
}

.vt-mia-ps-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.vt-mia-ps-box {
  position: relative;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(0,27,68,.09);
}

.vt-mia-ps-box-problem {
  border: 1px solid rgba(239,68,68,.35);
  border-top: 7px solid #ef2b2b;
}

.vt-mia-ps-box-solution {
  border: 1px solid rgb(255 193 7 / 38%);
  border-top: 7px solid #ffc107;
}

.vt-mia-ps-box-inner {
  padding: 34px 28px 28px;
  text-align: center;
}

.vt-mia-ps-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.vt-mia-ps-badge span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
}

.vt-mia-ps-badge-red {
  background: linear-gradient(180deg, #ff3b3b 0%, #d61f1f 100%);
}

.vt-mia-ps-badge-red span {
  color: #d61f1f;
}

.vt-mia-ps-badge-yellow {
  background: linear-gradient(180deg, #ffd85a 0%, #ffc107 100%);
  color: #001b44;
}

.vt-mia-ps-badge-yellow span {
  background: #07823d;
  color: #fff;
}

.vt-mia-ps-box h3 {
  margin: 0 0 22px;
  color: #001b44;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

.vt-mia-ps-item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 128px;
  padding: 20px 22px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,27,68,.09);
  box-shadow: 0 8px 24px rgba(0,27,68,.045);
  text-align: left;
}

.vt-mia-ps-item:last-child {
  margin-bottom: 0;
}

.vt-mia-ps-icon {
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.vt-mia-ps-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.vt-mia-ps-icon-red {
  background: #fff4f4;
  border: 1px solid rgba(239,68,68,.18);
  box-shadow: 0 10px 20px rgba(239,68,68,.08);
}

.vt-mia-ps-icon-green {
  background: #f2fbf5;
  border: 1px solid rgba(15,138,76,.16);
  box-shadow: 0 10px 20px rgba(15,138,76,.08);
}

.vt-mia-ps-content h4 {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.vt-mia-ps-box-problem .vt-mia-ps-content h4 {
  color: #c31515;
}

.vt-mia-ps-box-solution .vt-mia-ps-content h4 {
  color: #087437;
}

.vt-mia-ps-content p {
  margin: 0;
  color: #18243a;
  font-size: 15.5px;
  line-height: 1.55;
}

.vt-mia-ps-center {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vt-mia-ps-dots {
  position: absolute;
  inset: 0;
  opacity: .55;
  background-image: radial-gradient(circle, rgba(255,193,7,.75) 1.4px, transparent 1.4px);
  background-size: 13px 13px;
  mask-image: radial-gradient(circle, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle, #000 0%, transparent 72%);
}

.vt-mia-ps-arrow {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001b44;
  color: #ffc107;
  box-shadow:
    0 20px 36px rgba(0,27,68,.25),
    0 0 0 8px rgba(255,255,255,.88),
    0 0 0 10px rgba(255,193,7,.25);
}

.vt-mia-ps-arrow svg {
  display: block;
}

.vt-mia-ps-cta {
  margin: 28px auto 0;
  padding: 22px 28px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at right, rgba(255,193,7,.15), transparent 26%),
    linear-gradient(135deg, #001b44 0%, #00326f 100%);
  box-shadow: 0 18px 45px rgba(0,27,68,.22);
}

.vt-mia-ps-cta-icon {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffc107;
  background: rgba(255,193,7,.06);
}

.vt-mia-ps-cta-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.vt-mia-ps-cta-text h3 {
  margin: 0 0 6px;
  color: #ffc107;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.vt-mia-ps-cta-text p {
  margin: 0;
  max-width: 650px;
  color: rgba(255,255,255,.86);
  font-size: 15.5px;
  line-height: 1.55;
}

.vt-mia-ps-btn {
  min-width: 290px;
  height: 58px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #ffc107;
  color: #001b44 !important;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(255,193,7,.25);
  transition: all .25s ease;
}

.vt-mia-ps-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vt-mia-ps-btn-icon svg {
  display: block;
}

.vt-mia-ps-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255,193,7,.32);
}
/* ================================
   RESPONSIVE Tablet
================================ */

@media (max-width: 849px) {
	.vt-quote-inner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .vt-quote-left {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.24);
  }
	.vt-buy-process {
    max-width: 620px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vt-buy-card {
    min-height: auto;
    padding: 58px 24px 24px;
  }

  .vt-buy-arrow {
    width: 100%;
    height: 42px;
    margin: -2px 0;
    transform: rotate(90deg);
  }
  .vt-mia-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .vt-mia-choose-card {
    min-height: 300px;
  }

  .vt-mia-choose-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .vt-mia-choose-btn {
    width: 100%;
  }
	.vt-mia-ps {
    padding: 40px 14px 56px;
  }

  .vt-mia-ps-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vt-mia-ps-box {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .vt-mia-ps-box-inner {
    padding: 30px 24px 24px;
  }

  .vt-mia-ps-box h3 {
    font-size: 26px;
  }

  .vt-mia-ps-item {
    min-height: auto;
    padding: 18px 20px;
  }

  .vt-mia-ps-center {
    min-height: 68px;
  }

  .vt-mia-ps-dots {
    display: none;
  }

  .vt-mia-ps-arrow {
    width: 64px;
    height: 64px;
    transform: rotate(90deg);
  }

  .vt-mia-ps-arrow svg {
    width: 34px;
    height: 34px;
  }

  .vt-mia-ps-cta {
    max-width: 720px;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
  }

  .vt-mia-ps-cta-icon {
    width: 70px;
    height: 70px;
  }

  .vt-mia-ps-cta-text h3 {
    font-size: 22px;
  }

  .vt-mia-ps-btn {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }
	.vt-media-gallery {
    grid-template-columns: 1fr;
  }

  .vt-media-large {
    aspect-ratio: 16 / 9;
  }

  .vt-media-small {
    aspect-ratio: 16 / 9;
  }

  .vt-media-wide {
    aspect-ratio: 16 / 7;
  }
  .vt-history-section {
    padding: 50px 0;
  }

  .vt-history-wrap {
    padding: 0 18px;
  }

  .vt-history-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .vt-history-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .vt-history-head h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .vt-history-head p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vt-history-timeline {
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-left: 28px;
  }

  .vt-history-timeline::before {
    top: 0;
    bottom: 0;
    left: 8px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(
      180deg,
      #dbe5f4 0%,
      #1f4f96 50%,
      #dbe5f4 100%
    );
    border-radius: 999px;
  }

  .vt-history-timeline::after {
    display: none;
  }

  .vt-history-item {
    position: relative;
    text-align: left;
    margin-bottom: 16px;
  }

  .vt-history-item:last-child {
    margin-bottom: 0;
  }

  .vt-history-dot {
    position: absolute;
    left: -28px;
    top: 22px;
    width: 16px;
    height: 16px;
    margin: 0;
  }

  .vt-history-card {
    height: auto;
    min-height: 112px;
    padding: 18px 18px 17px;
    border-radius: 12px;
    justify-content: flex-start;
  }

  .vt-history-card:hover {
    transform: none;
  }

  .vt-history-year {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .vt-history-card p {
    font-size: 14.5px;
    line-height: 1.55;
  }
	.vt-vmv-section {
    padding: 35px 0;
  }

  .vt-vmv-col {
    margin-bottom: 18px;
  }

  .vt-vmv-col:last-child {
    margin-bottom: 0;
  }

  .vt-vmv-card {
    min-height: auto;
    padding: 20px 18px 15px;
    border-radius: 16px;
  }

  .vt-vmv-card:hover {
    transform: none;
  }

  .vt-vmv-head {
    gap: 11px;
    margin-bottom: 14px;
  }

  .vt-vmv-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .vt-vmv-icon svg {
    width: 30px;
    height: 30px;
  }

  .vt-vmv-head h3 {
    font-size: 21px;
  }

  .vt-vmv-body {
    margin-bottom: 16px;
  }

  .vt-vmv-body p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vt-vmv-list li {
    font-size: 15px;
    line-height: 1.55;
    padding-left: 23px;
    margin-bottom: 9px;
  }

  .vt-vmv-image img {
    height: 135px;
  }
	 .vt-team-wrap {
    gap: 16px 12px;
  }

  .vt-team-img {
    border-radius: 12px;
  }

  .vt-team-info {
    padding-top: 10px;
  }

  .vt-team-info h3 {
    font-size: 13.5px;
  }

  .vt-team-info p {
    font-size: 12.5px;
  }
	.vt-media-strip {
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .vt-media-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 18px;
  }

  .vt-media-logo img {
    max-width: 110px;
    max-height: 26px;
  }

  .vt-media-more {
    justify-content: center;
    padding-top: 8px;
    border-top: 1px solid #edf1f6;
  }
.vt-sector-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 10px 16px;
  }

  .vt-sector-item {
    padding: 16px 14px;
  }

  .vt-sector-item:first-child,
  .vt-sector-item:nth-child(4) {
    padding-left: 0;
  }

  .vt-sector-item:nth-child(3),
  .vt-sector-item:nth-child(6) {
    padding-right: 0;
  }

  .vt-sector-item:not(:last-child)::after {
    display: none;
  }

  .vt-sector-item:nth-child(1),
  .vt-sector-item:nth-child(2),
  .vt-sector-item:nth-child(4),
  .vt-sector-item:nth-child(5) {
    border-right: 1px solid #e3e9f3;
  }

  .vt-sector-item:nth-child(1),
  .vt-sector-item:nth-child(2),
  .vt-sector-item:nth-child(3) {
    border-bottom: 1px solid #e8edf5;
  }

  .vt-sector-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .vt-sector-icon img {
    max-width: 38px;
    max-height: 38px;
  }

  .vt-sector-text {
    font-size: 13.5px;
  }
	.vt-contact-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vt-contact-card {
    min-height: auto;
    padding: 22px 20px;
    gap: 15px;
  }

  .vt-contact-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .vt-contact-icon img {
    width: 30px;
    height: 30px;
  }

  .vt-contact-content a {
    font-size: 19px;
  }
	 .vt-cf7-form {
    padding: 30px 26px 26px;
  }

  .vt-cf7-head h3 {
    font-size: 24px;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 549px) {
	.vt-mia-choose-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.vt-contact-more {
    align-items: flex-start;
    padding: 14px;
  }

  .vt-contact-more strong {
    font-size: 14px;
  }

  .vt-contact-more small {
    font-size: 12.5px;
  }
	.vt-quote-box {
    padding: 10px;
  }

  .vt-quote-inner {
    padding: 20px 14px;
    border-radius: 16px;
    gap: 22px;
  }

  .vt-quote-heading h2,
  .vt-quote-right-head h3 {
    font-size: 19px;
  }

  .vt-quote-form .vt-cf7-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vt-contact-actions {
    grid-template-columns: 1fr;
  }

  .vt-contact-card {
    min-height: 120px;
    padding: 18px 14px;
  }
	.vt-buy-process {
    gap: 16px;
  }

  .vt-buy-card {
    padding: 54px 18px 22px;
    border-radius: 16px;
  }

  .vt-buy-step {
    width: 68px;
    height: 50px;
    font-size: 24px;
  }

  .vt-buy-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
  }

  .vt-buy-icon img {
    width: 64px;
    height: 64px;
  }

  .vt-buy-card h3 {
    font-size: 21px;
  }

  .vt-buy-card p {
    font-size: 14px;
  }
	.vt-reason-card {
    min-height: auto;
    padding: 26px 18px 22px;
    border-radius: 16px;
  }

  .vt-reason-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
  }

  .vt-reason-icon img {
    width: 40px;
    height: 40px;
  }

  .vt-reason-card h3 {
    font-size: 19px;
  }

  .vt-reason-card p {
    font-size: 14px;
  }
  .vt-mia-choose-card {
    min-height: auto;
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .vt-mia-choose-number {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    font-size: 16px;
  }

  .vt-mia-choose-card h3 {
    font-size: 20px;
  }

  .vt-mia-choose-card p {
    font-size: 14px;
  }

  .vt-mia-choose-result strong {
    font-size: 16px;
  }

  .vt-mia-choose-bottom {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .vt-mia-choose-bottom-text strong {
    font-size: 17px;
  }

  .vt-mia-choose-bottom-text span {
    font-size: 14px;
  }
	.vt-mia-ps {
    padding: 30px 10px 42px;
  }

  .vt-mia-ps-grid {
    gap: 18px;
  }

  .vt-mia-ps-box {
    border-radius: 18px;
  }

  .vt-mia-ps-box-inner {
    padding: 24px 14px 16px;
  }

  .vt-mia-ps-badge {
    font-size: 11px;
    padding: 8px 12px;
    gap: 7px;
    margin-bottom: 14px;
  }

  .vt-mia-ps-badge span {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .vt-mia-ps-box h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .vt-mia-ps-item {
    gap: 12px;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 14px;
    align-items: flex-start;
  }

  .vt-mia-ps-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }

  .vt-mia-ps-icon img {
    width: 32px;
    height: 32px;
  }

  .vt-mia-ps-content h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .vt-mia-ps-content p {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .vt-mia-ps-center {
    min-height: 58px;
  }

  .vt-mia-ps-arrow {
    width: 54px;
    height: 54px;
  }

  .vt-mia-ps-arrow svg {
    width: 30px;
    height: 30px;
  }

  .vt-mia-ps-cta {
    margin-top: 22px;
    padding: 20px 14px;
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    justify-items: center;
    border-radius: 16px;
  }

  .vt-mia-ps-cta-icon {
    width: 66px;
    height: 66px;
  }

  .vt-mia-ps-cta-icon img {
    width: 42px;
    height: 42px;
  }

  .vt-mia-ps-cta-text h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .vt-mia-ps-cta-text p {
    font-size: 14px;
    line-height: 1.5;
  }

  .vt-mia-ps-btn {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 16px;
    font-size: 13px;
    border-radius: 12px;
    gap: 10px;
  }

  .vt-mia-ps-btn-icon svg {
    width: 20px;
    height: 20px;
  }
	.vt-media-gallery,
  .vt-media-right {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vt-media-wide {
    grid-column: auto;
    aspect-ratio: 16 / 9;
  }

  .vt-play-btn {
    width: 58px;
    height: 58px;
  }

  .vt-play-btn svg {
    width: 28px;
    height: 28px;
  }

  .vt-play-small {
    width: 58px;
    height: 58px;
  }

  .vt-play-small svg {
    width: 28px;
    height: 28px;
  }

  .vt-media-title {
    font-size: 13.5px;
    bottom: 8px;
  }
	.vt-product-card {
    border-radius: 18px;
    padding: 12px;
  }

  .vt-product-img {
    border-radius: 14px;
  }
.vt-product-badge {
font-size: 10px;
}
  .vt-product-content {
    padding-top: 22px;
  }

  .vt-product-content h3 {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .vt-product-specs {
    margin-bottom: 16px;
  }

  .vt-spec {
    min-height: 82px;
    padding: 13px 6px;
  }

  .vt-spec strong {
    font-size: 13px;
  }

  .vt-spec span {
    font-size: 12px;
  }

  .vt-product-btn {
    min-height: 50px;
    font-size: 16px;
  }
  .vt-history-section {
    padding: 42px 0;
  }

  .vt-history-head h2 {
    font-size: 25px;
  }

  .vt-history-card {
    min-height: auto;
    padding: 16px 16px;
  }

  .vt-history-year {
    font-size: 21px;
  }

  .vt-history-card p {
    font-size: 14px;
  }
	 .vt-vmv-card {
    padding: 18px 16px 14px;
  }

  .vt-vmv-head h3 {
    font-size: 20px;
  }

  .vt-vmv-body p,
  .vt-vmv-list li {
    font-size: 14.5px;
  }

  .vt-vmv-image img {
    height: 125px;
  }
	.vt-mini-stats {
    gap: 18px;
    justify-content: flex-start;
  }

  .vt-mini-stat-item {
    gap: 9px;
  }

  .vt-mini-stat-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .vt-mini-stat-icon svg {
    width: 28px;
    height: 28px;
  }

  .vt-mini-stat-number {
    font-size: 24px;
  }

  .vt-mini-stat-text {
    font-size: 12px;
  }
	 .vt-media-strip {
    border-radius: 10px;
  }

  .vt-media-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .vt-media-logo {
    min-height: 32px;
  }

  .vt-media-logo img {
    max-width: 105px;
    max-height: 24px;
  }
	 .vt-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 12px;
  }

  .vt-value-card {
    min-height: 138px;
    padding: 20px 13px;
  }

  .vt-value-card:nth-child(3),
  .vt-value-card:nth-child(6) {
    border-right: 1px solid #e7edf6;
  }

  .vt-value-card:nth-child(2),
  .vt-value-card:nth-child(4),
  .vt-value-card:nth-child(6) {
    border-right: 0;
  }

  .vt-value-card:nth-child(4) {
    border-bottom: 1px solid #e7edf6;
  }

  .vt-value-card:nth-child(5),
  .vt-value-card:nth-child(6) {
    border-bottom: 0;
  }

  .vt-value-card h3 {
    font-size: 14.5px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .vt-value-card p {
    max-width: 145px;
    font-size: 12.8px;
    line-height: 1.55;
  }
	  .vt-sector-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 6px 14px;
    border-radius: 12px;
  }

  .vt-sector-item {
    min-height: 68px;
    padding: 14px 10px;
    gap: 10px;
  }

  .vt-sector-item:first-child,
  .vt-sector-item:nth-child(4) {
    padding-left: 10px;
  }

  .vt-sector-item:nth-child(3),
  .vt-sector-item:nth-child(6) {
    padding-right: 10px;
  }

  .vt-sector-item:nth-child(1),
  .vt-sector-item:nth-child(2),
  .vt-sector-item:nth-child(3) {
    border-bottom: 0;
  }

  .vt-sector-item:nth-child(1),
  .vt-sector-item:nth-child(3),
  .vt-sector-item:nth-child(5) {
    border-right: 1px solid #e3e9f3;
  }

  .vt-sector-item:nth-child(2),
  .vt-sector-item:nth-child(4),
  .vt-sector-item:nth-child(6) {
    border-right: 0;
  }

  .vt-sector-item:nth-child(1),
  .vt-sector-item:nth-child(2),
  .vt-sector-item:nth-child(3),
  .vt-sector-item:nth-child(4) {
    border-bottom: 1px solid #e8edf5;
  }

  .vt-sector-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .vt-sector-icon img {
    max-width: 34px;
    max-height: 34px;
  }

  .vt-sector-text {
    font-size: 12.8px;
    line-height: 1.4;
  }
	 .vt-contact-cards {
    gap: 14px;
  }

  .vt-contact-card {
    padding: 20px 18px;
    border-radius: 12px;
  }

  .vt-contact-card:hover {
    transform: none;
  }

  .vt-contact-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .vt-contact-icon img {
    width: 29px;
    height: 29px;
  }

  .vt-contact-content span {
    font-size: 13.5px;
    margin-bottom: 6px;
  }

  .vt-contact-content a {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .vt-contact-content p,
  .vt-contact-content .vt-contact-address {
    font-size: 12.8px;
  }
	.vt-cf7-form {
    padding: 26px 18px 22px;
    border-radius: 12px;
  }

  .vt-cf7-head {
    margin-bottom: 20px;
  }

  .vt-cf7-head h3 {
    margin-bottom: 22px;
    font-size: 21px;
  }

  .vt-cf7-head p {
    font-size: 13.5px;
  }

  .vt-cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vt-cf7-field {
    margin-bottom: 15px;
  }

  .vt-cf7-form input[type="text"],
  .vt-cf7-form input[type="tel"],
  .vt-cf7-form input[type="email"],
  .vt-cf7-form select,
  .vt-cf7-form textarea {
    height: 48px;
    padding: 0 15px;
    font-size: 14px;
  }

  .vt-cf7-form textarea {
    height: 108px;
    min-height: 108px;
    padding-top: 13px;
  }

  .vt-cf7-submit input[type="submit"] {
    height: 50px;
    font-size: 14px;
  }
}
/*Hết trang giới thiệu*/
.container-nut-lay-ma {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.nut-lay-ma-btn {
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nut-lay-ma-btn:hover {
    background-color: #005a87;
}

.nut-lay-ma-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.ma-hien-thi {
    margin-top: 15px;
    padding: 15px;
    border: 2px dashed #0073aa;
    background-color: #f0f8ff;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-radius: 5px;
    text-align: center;
}
.entry-content.single-page {padding-top: 0;}
h3.wc-bacs-bank-details-account-name {font-size: 1em;}
.mucluc{background: #edfff4;border: 1px solid #048031;padding: 15px 0 0 15px;margin-bottom:15px}
.mucluc a{color:#048031}
.mucluc a:hover{color:red}
.tooltip-link {position: relative;cursor: pointer;text-decoration: none;}
.tooltip-content {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #048031;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    width: 300px;
}

.tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #048031 transparent transparent transparent;
}

.tooltip-link:hover .tooltip-content {
    display: block;
}

html {scroll-behavior: smooth;}
#nguon {
    background-color: rgb(255 238 194 / 24%);
    border: 1px dashed #f1b520;
    padding: 15px;
    margin-bottom: 20px;
}
.more{background: #ecedec;padding: 5px;border-left: 3px solid #048031;}
.luu-y {
  background-color: rgb(255 238 194 / 24%);
  border: 1px dashed #f1b520;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
}
.luu-y .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #f1b51e; /* Màu vàng */
}
.luu-y .content {
  flex-grow: 1;
}
.product-title {
    text-transform: capitalize;
}
.home-bao img {
    border: 1px solid;
    border-radius: 5px;
}
.post-title.is-large {
    text-transform: capitalize;
}
.textwidget .bullet-arrow a {
    color: #048031;
}
.textwidget .bullet-arrow a:hover {
    color: var(--fs-experimental-link-color);
}
.textwidget li.bullet-arrow {
    border-bottom: 1px solid #0480311f;
}
.category-page-row .price {display: none;}
.custom-category-content a{color:#D91218 !important}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 10px;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button {
    width: 80px;
    height: 80px;
}

.custom-category-content {
	background: #e4f3ec;
    padding: 15px 10px 1px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
	border: 1px dashed #046727;}
.accordion {margin-bottom: 25px;}
table.shipping__table tr th {
    color: #000 !important;
}
table.shipping__table, table.shipping__table td, table.shipping__table th {
    border: none;
}
.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
    border-width: 1px !important;
}
.tom-tat ul {margin-bottom: 0;margin-top: 10px;}
.tom-tat ul a {color: #066027;}
.tom-tat ul a:hover {color: #eb0000;}
.section-title-normal span {border-bottom: 2px solid #001b44;color:#001b44}
#result {display: none;}
#flatsome_recent_posts-2 a {line-height: 1.3em;}
.bai-viet-hay a {color: #048031;}
.bai-viet-hay p {margin-bottom: 0 !important;line-height: 1.3em;font-size: 1em;}
.entry-author.author-box {border: 1px solid #048031;box-shadow: 0 0 0 4px rgb(4 128 49 / 24%);border-radius: 5px;padding: 20px 10px 0 10px;}
.video-wrapper {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;margin-bottom: 15px}
.video-wrapper iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.term-description ul, .term-description ol {margin-left: 25px;}
table, td, th {border: 1px solid #001b44;}
table {border-collapse: collapse;width:100% !important}
table thead tr:nth-child(1) {background: #001b44;}
table tr:nth-child(1) th {color: #ffffff;font-weight: bold;}
table td {color: #000;padding-left:5px !important}
table th {padding-left:5px !important;text-transform: capitalize !important}
span.amount {color: #eb0000;}
#tab-title-reviews>a {color: #000;}
.featured-title .page-title-inner {padding-bottom: 10px;}
.page-title-inner {min-height: 40px;padding-top: 10px;}
#post-list .box-image .image-cover {padding-top: 52% !important;}
.tom-tat, .an-tuong {background: #d1e7dd;padding: 15px 15px 5px 15px;margin-bottom: 15px;border-radius: 10px;color: #0a3622;}
.an-tuong ul {list-style: none;}
.an-tuong i {margin-right: 5px;color: #046C29;}
.Warning {background: #fff3cd;padding: 10px;border: 1px solid #ffe69c;color: #664d03;}
.SP-Home{background:#fff; padding-top:10px}
.S-uudiem{padding-top:20px !important; margin-bottom:-30px !important}
.bao-home{padding:25px 10px 10px 10px; background:#fff;border-radius:10px}
.bao-home a cite {color: #222;font-style: normal;font-weight: bold;}
.bao-home p{margin-top:15px}
.box-text-products a {color: #048031;font-size: 1.1em;font-weight: bold; padding-bottom:15px}
span.woocommerce-Price-amount.amount {color: #eb0000;}
.absolute-footer {display: none;}
.Footer-H li {list-style: none;margin-left: 0 !important;}
.Footer-H li i {margin-right: 10px;}
.Footer-H p {text-transform: uppercase;font-weight: bold;}
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star{border:none}
.F-Hethong > div {background: rgb(255 255 255 / 80%);margin-bottom: 5px;color: #000;border-radius: 5px;}
.F-Hethong .accordion-title {padding: 5px;padding-left: 40px;}
.F-Hethong .accordion-item .toggle {top: 0 !important;}
.F-Hethong .accordion-title.active {color: #048031;}
li.recent-blog-posts-li a {color: #048031;}
.H-Vach h3 {font-size: 14px;text-transform: uppercase;}
.header-bottom {border-bottom: 1px solid #30bd4e;}
.page-inner ul, .product-page-accordian ul {margin-left: 25px;}
.badge-container {    margin-top: 0;}
.badge-inner.on-sale {width: 40px;height: 40px;font-size: 90%;line-height: 36px;position: absolute;top: 2px;left: 2px;}
.button.alt{background:#f0b61d}
b, strong {font-weight: bold;}
.entry-header-text {padding-top: 15px;}
.large-12.col-breadcrumbs {background-color: #2c4770;color: #ffffff;padding: 7px;height: 40px;margin-bottom: 10px;margin-top: -30px;}
.large-12.col-breadcrumbs a {color: #ffffff;}
nav.rank-math-breadcrumb {display: flex;}
span.separator {padding: 5px;}
nav.rank-math-breadcrumb {max-width: 1080px;padding-left: 10px;margin: auto;}
/* Custom CSS for Related Posts */
.related-posts-wrapper .post-item .box-text {
    padding: 15px;
    background-color: #f9f9f9; /* Thêm màu nền nhạt cho phần text */
}

.related-posts-wrapper .post-item h4.post-title {
    font-size: 15px;
	font-weight:normal;
    margin-bottom: 10px;
    min-height: 4em; 
}
.related-posts-wrapper .post-title a{
color: #333333;
}
/* --- CSS for Most Viewed Posts Widget with Images --- */

.most-viewed-posts-widget.has-images ul {
    list-style: none; /* Bỏ dấu chấm đầu dòng */
    padding: 0;
    margin: 0;
}

.most-viewed-posts-widget.has-images li {
    margin-bottom: 15px; /* Khoảng cách giữa các bài viết */
}

.most-viewed-posts-widget.has-images .post-link-wrapper {
    display: flex; /* Sử dụng Flexbox để sắp xếp ảnh và chữ */
    align-items: center; /* Căn giữa theo chiều dọc */
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    padding: 5px;
    border-radius: 3px;
}

.most-viewed-posts-widget.has-images .post-link-wrapper:hover {
    background-color: #f5f5f5; /* Thêm hiệu ứng hover */
}

.most-viewed-posts-widget.has-images .post-image {
    width: 60px; /* Kích thước chiều rộng của ảnh */
    height: 60px; /* Kích thước chiều cao của ảnh */
    margin-right: 15px; /* Khoảng cách giữa ảnh và tiêu đề */
    flex-shrink: 0; /* Không cho ảnh bị co lại */
}

.most-viewed-posts-widget.has-images .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Đảm bảo ảnh luôn vừa vặn trong khung */
    border-radius: 3px;
}

.most-viewed-posts-widget.has-images .post-title {
    font-size: 15px;
    font-weight: 500;
}
.entry-content table > thead > tr > th,
.entry-content table > tbody:first-child > tr:first-child > td {
    background-color: var(--primary-color); 
    color: #ffffff; 
    font-weight: bold; 
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.an-mobi{display:none}
	.nav-tabs+.tab-panels {padding: 10px;}
	.featured-title .page-title-inner {padding-bottom: 0;}
	.entry-author.author-box >.flex-row {display: block;}
}
@media screen and (max-width: 768px) {
	/* --- Responsive Table for Job Listing --- */
	.job-listing-table thead {
        display: none;
    }

    .job-listing-table,
    .job-listing-table tbody,
    .job-listing-table tr,
    .job-listing-table td {
        display: block;
        width: 100%;
    }

    .job-listing-table tr {
        margin-bottom: 20px;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 3px;
        padding: 5px;
    }

    .job-listing-table td {
        text-align: left !important;
        padding-left: 50% !important;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee; 
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .job-listing-table td:last-child {
        border-bottom: none; 
    }

    .job-listing-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: calc(50% - 20px);
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .job-listing-table td[style*="text-align:center"] {
        text-align: right; 
    }
	.job-listing-table {
    border: none;
}
}
