@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.mobile-nav.nav-left {
  padding-left: 15px;
}

#header .button {
  font-size: 15px;
}
#header .header-main .icon-menu {
  color: var(--fs-color-primary);
}
#header .header-main .container {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 768px) {
  #header .header-main .container {
    padding-right: 15px;
  }
}
#header .header-main .nav > li {
  margin: 0 20px;
}
#header .header-main .nav > li > a {
  color: black;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
#header .header-main .nav > li > a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--fs-color-primary);
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
}
#header .header-main .nav > li > a:hover::after {
  width: 100%;
}
#header .header-main .nav > li > a:hover {
  color: var(--fs-color-primary);
}
#header .header-main .nav > li > a:hover::after {
  width: 100%;
}
#header .nav-dropdown {
  padding: 0 !important;
  border-radius: 0 0 7px 7px;
  min-width: 260px !important;
}
#header .nav-dropdown li > a {
  border-bottom: none !important;
  color: black;
  padding: 10px;
  margin: 0;
}
#header .nav-dropdown li > a:hover {
  color: white !important;
  background: color-mix(in srgb, var(--fs-color-primary) 80%, transparent);
}
#header .nav-dropdown li > a:hover::before {
  font-size: 16px;
  margin-right: 10px;
}

.page-header-wrapper .entry-title {
  text-transform: capitalize;
}

.gtranslate_wrapper .glink:first-child::after {
  content: "";
  position: absolute;
  left: 27px;
  bottom: -2px;
  width: 2px;
  height: 15px;
  background: black;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .gtranslate_wrapper .glink:first-child::after {
    display: none;
  }
}
.gtranslate_wrapper .glink.gt-current-lang {
  font-weight: bold;
  color: var(--fs-color-primary);
}

.gtranslate_wrapper .glink {
  margin-right: 10px !important;
  font-size: 15px;
}

.customwp-title-heading {
  position: relative;
}

.title-master-center .customwp-title-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 200px; /* chỉnh theo kích thước mong muốn */
  height: 40px; /* hoặc đúng size ảnh */
  background: url("/wp-content/uploads/2025/10/lili.png") center/contain no-repeat;
  pointer-events: none;
}

.background-chuyendong .bg {
  animation: float 10s infinite linear;
  opacity: 1;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.section-video .row-video {
  border-radius: 7px;
  overflow: hidden;
  background: linear-gradient(145deg, color-mix(in srgb, white 90%, var(--fs-color-primary) 10%), #ffffff);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}
.section-video .row-video .col-info > .col-inner {
  padding: 30px;
}
.section-video .row-video .col-info > .col-inner h3 {
  color: var(--fs-color-primary);
}
.section-video .video.video-fit {
  height: 100% !important;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .section-video .video.video-fit {
    padding-top: 75% !important;
  }
}

/* ===== Section: Grid hình + tiêu đề ===== */
.row-img {
  --c: var(--fs-color-primary, #000000);
  --radius: 10px;
  --shadow: 0 14px 30px rgba(0,0,0,.15);
  --shadow-hover: 0 22px 44px rgba(0,0,0,.22);
  /* căn khoảng cách cột đều và cao bằng nhau */
  /* Hover nâng cấp: nổi khối + zoom ảnh nhẹ + viền sáng màu thương hiệu */
}
.row-img .col .col-inner {
  height: 100%;
}
.row-img .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: calc(var(--radius) + 4px);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--c) 18%, #e9f2e3);
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.row-img .box-image {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16/9; /* giữ tỉ lệ ảnh gọn gàng */
  position: relative;
}
.row-img .box-image::after { /* vignette nhẹ ở mép ảnh */
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(110% 90% at 50% 60%, transparent 60%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
  transition: opacity 0.25s ease;
  opacity: 0.5;
}
.row-img .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.45s ease, filter 0.3s ease;
  filter: saturate(1.02) contrast(1.02);
}
.row-img .box-text {
  padding: 0 10px 8px;
}
.row-img .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.row-img .box-text h4 {
  margin: 0;
  font-weight: 800;
  color: #243240;
  letter-spacing: 0.2px;
  position: relative;
}
.row-img .box-text h4::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--c) 85%, #fff), color-mix(in srgb, var(--c) 55%, rgba(80, 80, 80, 0.1764705882)));
  opacity: 0.9;
}
.row-img .box-text p {
  color: #5a6673;
  margin: 0;
}
.row-img .box:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: color-mix(in srgb, var(--c) 34%, #e9f2e3);
}
.row-img .box:hover .box-image img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.06);
}
.row-img .box:hover .box-image::after {
  opacity: 0.35;
}

.section-hanhkhachchon {
  background: linear-gradient(145deg, color-mix(in srgb, white 90%, var(--fs-color-primary) 10%), #ffffff);
}

.section-bgchuyen {
  background: linear-gradient(118deg, var(--fs-color-primary) 0%, color-mix(in oklch, color-mix(in srgb, black 40%, var(--fs-color-primary) 60%) 85%, var(--fs-color-primary)) 50%, var(--fs-color-primary) 100%);
}

.section_huongdanvien {
  background: linear-gradient(145deg, color-mix(in srgb, white 90%, var(--fs-color-primary) 10%), #ffffff);
}
.section_huongdanvien .box-image-inner {
  border: solid 4px var(--fs-color-primary);
}
.section_huongdanvien .box-text-inner h4 {
  color: var(--fs-color-primary);
}
.section_huongdanvien .box-text-inner h4 .person-name {
  font-weight: 400;
  color: black;
  text-transform: none;
}

.section-doitac {
  background: linear-gradient(145deg, color-mix(in srgb, white 90%, var(--fs-color-primary) 10%), #ffffff);
}
.section-doitac .col {
  padding: 0 !important;
}

.post-sidebar .widget-title {
  text-transform: none;
  font-size: 1.4em;
}
.post-sidebar .recent-blog-posts {
  align-items: center !important;
}
.post-sidebar .recent-blog-posts-li .badge {
  height: 5em;
  width: 5em;
  border-radius: 6px;
  overflow: hidden;
}
.post-sidebar .flex-grow a {
  font-weight: 600;
  color: black;
}
.post-sidebar .flex-grow a:hover {
  color: var(--fs-color-primary);
}

.post-sidebar.col {
  padding-left: 0 !important;
}

.widget {
  padding: 30px;
  border-radius: 8px;
  border: 1px dashed var(--fs-color-primary);
  margin-bottom: 40px !important;
}
.widget .widget-title {
  font-size: 24px;
  color: var(--fs-color-primary);
}
.widget .is-divider {
  max-width: 100%;
  background-color: #E9EDF5;
  position: relative;
}
.widget .is-divider::before {
  content: "";
  width: 30px;
  height: 100%;
  display: inline;
  background-color: var(--fs-color-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.widget.widget_search {
  background-color: color-mix(in srgb, white 80%, var(--fs-color-primary) 20%);
  border: none;
}
.widget.widget_search input[type=search] {
  height: 56px;
  box-shadow: none;
  border: none;
  border-radius: 99px;
  padding-left: 20px;
  padding-right: 100px;
}
.widget.widget_search button {
  border-radius: 99px !important;
  width: 56px;
  height: 56px;
  border: none;
  min-width: 80px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget_search button:hover .icon-search {
  color: var(--fs-color-primary);
}
.widget .badge {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}
.widget ul > li > a {
  font-size: 18px;
  color: var(--fs-color-primary);
}
.widget.widget_categories ul li {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
}
.widget.widget_categories ul li a {
  padding: 0;
}
.widget .tagcloud a {
  font-size: 16px !important;
  background-color: color-mix(in srgb, white 80%, var(--fs-color-primary) 20%);
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-flex;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.widget .tagcloud a:hover {
  background-color: var(--fs-color-secondary);
  color: #fff;
}

.row-divided > .col + .col:not(.large-12) {
  border-left: none !important;
}

.box-blog-post .from_the_blog_excerpt {
  margin: 0.25rem 0 1.1rem;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.7;
  opacity: 0.96;
  /* gọn gàng, tránh tràn chữ quá dài */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-item .col-inner {
  transition: all 0.3s ease;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 6px color-mix(in srgb, color-mix(in srgb, white 70%, var(--fs-color-primary) 30%) 30%, var(--fs-color-primary) 70%), -2px -2px 5px #ffffff;
  background: linear-gradient(145deg, color-mix(in srgb, white 90%, var(--fs-color-primary) 10%), #ffffff);
}
.post-item .col-inner:hover {
  transform: scale(1.07) translateY(-4px);
  box-shadow: 5px 5px 15px color-mix(in srgb, black 40%, var(--fs-color-primary) 60%), -5px -5px 15px #ffffff;
  z-index: 2;
}
.post-item .col-inner img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
}
.post-item .col-inner .box-blog-post {
  background: linear-gradient(145deg, color-mix(in srgb, white 90%, var(--fs-color-primary) 10%), #ffffff);
}
.post-item .col-inner .box-blog-post .box-text .post-title a {
  line-height: 1.5em;
  font-size: 0.9em;
  min-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.post-item .col-inner .box-blog-post .box-text .is-divider {
  display: none;
}

/* ========== ĐẶT XE — bản xịn gọn nhất ========== */
.section-datxe {
  --brand: var(--fs-color-primary, #10a9ff);
  --radius:10px;
  background: linear-gradient(145deg, color-mix(in srgb, white 90%, var(--fs-color-primary) 10%), #ffffff);
  position: relative;
}
.section-datxe .box {
  border-radius: calc(var(--radius));
  background: #ffffff;
  position: relative;
  isolation: isolate;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.section-datxe .box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, color-mix(in srgb, var(--brand) 65%, #fff), color-mix(in srgb, var(--brand) 30%, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.45;
  filter: saturate(1.1);
  animation: borderFlow 6s ease-in-out infinite;
}
.section-datxe .box:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}
.section-datxe .box:hover::before {
  opacity: 0.7;
}
.section-datxe .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.04);
  transition: filter 0.35s ease;
}
.section-datxe .box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 110% at 50% 60%, transparent 62%, rgba(0, 0, 0, 0.16) 100%);
  opacity: 0.45;
  transition: opacity 0.3s ease;
}
.section-datxe .box:hover .box-image::after {
  opacity: 0.32;
}
.section-datxe .box-text h4 {
  line-height: 1.5em;
  min-height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.section-datxe .box-text p {
  font-weight: 700;
  font-size: 1.2em;
  width: 100%;
  display: inline-block;
  padding: 0.25rem 0.6rem;
  color: var(--fs-color-primary);
}
.section-datxe .box-text .button.primary {
  --h:46px;
  --halo: color-mix(in srgb,var(--brand) 18%, transparent);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  height: var(--h);
  padding: 0 24px;
  border: 0;
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 88%, #000) 0%, color-mix(in srgb, var(--brand) 70%, #fff) 52%, color-mix(in srgb, var(--brand) 92%, #000) 100%);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--brand) 30%, transparent), inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 0.3s ease;
  animation: pulseCall 2s infinite, box-shadow 0.3s ease;
}
.section-datxe .box-text .button.primary:hover {
  box-shadow: 5px 5px 15px color-mix(in srgb, black 40%, var(--fs-color-primary) 60%), -5px -5px 15px #ffffff !important;
  transform: scale(1.05);
  color: var(--fs-color-primary) !important;
  border: solid 1px var(--fs-color-primary);
  background: white;
}
.section-datxe .box-text .button.primary:hover .icon-phone::before {
  color: var(--fs-color-primary);
}
.section-datxe .box-text .button.primary .icon-phone::before {
  fill: white;
  color: white;
  animation: ringPhone 1.5s infinite;
  display: inline-block;
  font-size: 1.4em;
  margin-right: 7px;
}
.section-datxe .box-text .button.primary:active {
  transform: translateY(0) scale(0.985);
}
.section-datxe .box:hover .button.primary {
  transform: translateY(-1px);
}

@keyframes borderFlow {
  0% {
    filter: hue-rotate(0deg) brightness(1);
  }
  50% {
    filter: hue-rotate(20deg) brightness(1.06);
  }
  100% {
    filter: hue-rotate(0deg) brightness(1);
  }
}
@keyframes pulseCall {
  0% {
    box-shadow: 0 0 0 0 var(--fs-color-primary);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(229, 53, 126, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 53, 161, 0);
  }
}
@keyframes ringPhone {
  0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.2) rotate(15deg);
  }
  40% {
    transform: scale(1.3) rotate(-10deg);
  }
  60% {
    transform: scale(1.2) rotate(5deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.section-xehopdong {
  background: white !important;
}

.absolute-footer {
  background-color: color-mix(in srgb, black 70%, var(--fs-color-primary) 30%) !important;
}

.section_footer {
  background-color: color-mix(in srgb, black 70%, var(--fs-color-primary) 30%) !important;
}
.section_footer .ux-menu .ux-menu-link__link {
  position: relative;
  display: flex;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom-style: unset !important;
}
.section_footer .ux-menu .ux-menu-link__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: var(--fs-color-primary);
  transition: width 0.5s ease;
}
.section_footer .ux-menu .ux-menu-link__link:hover {
  color: var(--fs-color-primary) !important;
  font-weight: bold;
}
.section_footer .ux-menu .ux-menu-link__link:hover::before {
  width: 100%;
}
.section_footer .ux-menu.link-menu .ux-menu-link__link .ux-menu-link__icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(315deg);
  margin-left: 0.1em;
  margin-bottom: 1px;
}
.section_footer .ux-menu.link-menu .ux-menu-link__link:hover .ux-menu-link__icon::before {
  transform: rotate(360deg);
}
.section_footer .icon-call .icon-inner svg {
  fill: var(--fs-color-primary);
  color: var(--fs-color-primary);
  animation: ringPhone 1.5s infinite;
  display: inline-block;
  font-size: 1.4em;
}
.section_footer .social-icons .button.icon {
  margin-right: 1em;
}
.section_footer .section-title-main {
  text-transform: initial;
}

@keyframes ringPhone {
  0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.2) rotate(15deg);
  }
  40% {
    transform: scale(1.3) rotate(-10deg);
  }
  60% {
    transform: scale(1.2) rotate(5deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.social-icons.follow-icons.full-width.text-center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* khoảng cách giữa icon */
}

.social-icons.follow-icons.full-width.text-center::before,
.social-icons.follow-icons.full-width.text-center::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000; /* màu đường kẻ */
  opacity: 0.4;
  margin: 0 10px;
}