/*
Theme Name: BIG88
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
td,
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul,
.taxonomy-description {
  text-align: justify;
}
.footer-wrapper,
.nav-dark .nav > li > a {
  text-transform: capitalize;
}
td,
th {
  border: none;
}
img {
  filter: brightness(1.2);
  border-radius: 5px;
}
.header-button a {
  width: 125px;
  background: linear-gradient(45deg, #ff7834, #ff7834, #ff0);
  background-size: 400% 400%;
  transition: background 0.5s ease;
  animation: gradientShift 0.5s linear infinite;
}
.header-button::before,
.header-button::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px solid;
  border-radius: 7px;
  animation: clippath 3s infinite linear;
}
.header-button::after {
  border-color: #ff7834;
  animation-delay: -1.5s;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes clippath {
  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }
  25% {
    clip-path: inset(0 98% 0 0);
  }
  50% {
    clip-path: inset(98% 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 98%);
  }
}
/* siber */
.dealer-item {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
}
.dealer-head {
  display: flex;
  gap: 12px;
  align-items: center;
}
.dealer-position {
  position: relative;
  flex-shrink: 0;
}
.dealer-medal {
  position: relative;
  display: inline-block;
}
.dealer-medal span {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  border: 1px solid #fff;
}
.dealer-medal img {
  width: 30px;
  height: 38px;
  object-fit: contain;
  display: block;
}
.dealer-logo {
  flex-basis: 35%;
  max-width: 35%;
  padding: 0 10px;
}
.dealer-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  margin: 0 auto;
}
.dealer-info {
  flex-basis: 58%;
  max-width: 58%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dealer-text {
  font-weight: 700;
  font-size: 20px;
  color: #007bff;
  text-decoration: none;
}
.dealer-text:hover {
  text-decoration: underline;
}
.star > i {
  margin: 0 2px;
  color: #ff7a00;
}
.dealer-button {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  margin-top: 12px;
}
.btn-theme,
.btn-theme-reverse {
  text-transform: uppercase;
  font-size: x-small;
  padding: 5px 10px;
  border-radius: 18px;
  border: 1px solid #214790;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-theme {
  background-color: #214790;
  color: #fff;
}
.btn-theme:hover {
  background-color: #1b356e;
}
.btn-theme-reverse {
  background-color: #fff;
  color: #214790;
}
.btn-theme-reverse:hover {
  background-color: #214790;
  color: #fff;
}
/* gạch chân */
.ttt {
  margin-bottom: 20px;
}
.rank-math-breadcrumb a,
.ttt {
  width: fit-content;
  position: relative;
  background: linear-gradient(45deg, #ffc107 0, #f1280d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}
.rank-math-breadcrumb a:before,
.ttt::before {
  content: "";
  display: block;
  height: 3px;
  background-color: #f0290d;
  position: absolute;
  bottom: -10px;
  width: 80%;
  z-index: 2;
}
.rank-math-breadcrumb a:after,
.ttt::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -15px;
  background: #ee2b0d
    linear-gradient(90deg, rgb(240 32 17) 0, rgb(252 174 0) 96%);
}
.post-item .col-inner {
  padding: 5%;
  border-radius: 5px;
}
.rank-math-breadcrumb p {
  margin: 0;
}
.col-hd {
  background: url(/wp-content/uploads/2025/05/huong-dan-home.webp) no-repeat
    center;
  background-size: contain;
}
.row-th,.section1 {
  background: linear-gradient(
    103.19deg,
    #f6f8fa 13.74%,
    #f6e4e4 36.62%,
    #f6f8fa 68.56%
  );
}
.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}
.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFA500;
  text-decoration: none;
  font-size: 12px;
  transition: opacity 0.3s;
}
.menu-item:hover {
  opacity: 0.8;
	color: #fff;
}
.menu-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}