.wrapperMain_content {
  margin-top: 122px; }

.headerstikyt {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%; }

.mega-menu-fixed-wrap {
  padding: 40px 20px; }

.mega-menu-fixed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; }

.mega-menu-fixed-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #002A7F;
  margin-bottom: 12px;
  text-transform: uppercase; }

.mega-menu-fixed-item-image picture,
.mega-menu-fixed-item-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px; }

.mega-menu-fixed-item-subtitle {
  font-weight: bold;
  color: #002A7F;
  margin-top: 12px; }

.mega-menu-fixed-item-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-top: 8px; }

/* Responsive */
@media (max-width: 991px) {
  .mega-menu-fixed-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 575px) {
  .mega-menu-fixed-grid {
    grid-template-columns: 1fr; } }

.multicolumn {
  left: 0;
  z-index: 99999999;
  max-height: 80vh;
  overflow: auto; }

.thieuthem {
  background: var(--shop-color-main);
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 6px 15px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 13px; }

/* Section wrapper */
.index-brand {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center; }

/* Wrapper */
.index-brand-wrap {
  max-width: 1200px;
  margin: 0 auto; }

/* Header */
.index-brand-header {
  margin-bottom: 40px;
  text-align: left; }

.index-brand-sub {
  font-size: 16px;
  font-weight: 500;
  color: var(--shop-color-main);
  margin-bottom: 8px; }

.index-brand-title {
  font-size: 40px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 12px; }

.index-brand-desc {
  font-size: 16px;
  color: #444; }

/* Logo grid */
/* Logo item */
.index-brand-logo img {
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease; }

.index-brand-logo img:hover {
  transform: scale(1.05); }

/* Responsive */
@media (max-width: 767px) {
  .index-brand-title {
    font-size: 24px; }
  .index-brand-desc {
    font-size: 14px; } }

.index-brand-wrap {
  /* the slides */
  /* the parent */ }
  .index-brand-wrap .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .index-brand-wrap .slider-index.next svg {
      width: 24px; }
      .index-brand-wrap .slider-index.next svg path {
        stroke: #fff; }
  .index-brand-wrap .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .index-brand-wrap .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .index-brand-wrap .slider-index.prev svg path {
        stroke: #fff; }
  .index-brand-wrap:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .index-brand-wrap .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .index-brand-wrap .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .index-brand-wrap .slick-slide {
    margin: 0 7px; }
  .index-brand-wrap .slick-list {
    margin: 0 -7px; }

.index-brand-logo {
  overflow: hidden; }

.vblog2 .view-article a {
  background: var(--shop-color-main);
  color: #fff !important;
  padding: 6px 20px;
  border-radius: 4px; }

.desz {
  margin-bottom: 15px; }

.home-social-list {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .home-social-list > li {
    width: 40px; }

.mobilshow .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .mobilshow .slider-index.next svg {
    width: 24px; }
    .mobilshow .slider-index.next svg path {
      stroke: #fff; }

.mobilshow .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .mobilshow .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .mobilshow .slider-index.prev svg path {
      stroke: #fff; }

.mobilshow:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.mobilshow .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .mobilshow .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }

.vschuyendoiso .home-support-hero-container {
  max-width: 700px;
  margin: 0 auto; }

.vschuyendoiso .home-support-hero-logo {
  margin-bottom: 24px; }

.vschuyendoiso .home-support-hero-title {
  font-size: 32px;
  font-weight: 500;
  color: #1a73e8;
  margin-bottom: 32px; }

.vschuyendoiso .home-support-hero-search {
  position: relative;
  max-width: 100%; }

.vschuyendoiso .home-support-hero-input {
  width: 100%;
  padding: 16px 48px 16px 48px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  pointer-events: none; }

.vschuyendoiso .home-support-hero-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 18px;
  color: #555;
  cursor: pointer; }

@media (max-width: 767px) {
  .vschuyendoiso .home-support-hero {
    padding: 60px 16px 160px;
    padding-bottom: 15px; }
  .vschuyendoiso .home-support-hero-title {
    font-size: 24px; }
  .vschuyendoiso .home-support-hero-input {
    font-size: 14px;
    padding: 14px 48px 14px 48px; } }

.vschuyendoiso .home-services {
  padding: 60px 20px;
  background-color: #fff; }

.vschuyendoiso .home-services-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.vschuyendoiso .home-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 800px;
  margin: 0 auto;
  max-width: 100%; }
  @media (max-width: 767px) {
    .vschuyendoiso .home-services-grid {
      grid-template-columns: repeat(2, 1fr); } }

.vschuyendoiso .home-services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px 16px;
  background: #fff;
  transition: box-shadow 0.2s ease;
  text-decoration: none;
  color: #202124; }

.vschuyendoiso .home-services-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

.vschuyendoiso .home-services-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 12px; }

.vschuyendoiso .home-services-item span {
  font-size: 14px;
  font-weight: 500;
  color: #202124; }

.vschuyendoiso .home-support-groups {
  padding: 30px 20px;
  background-color: #fff; }

.vschuyendoiso .home-support-groups-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.vschuyendoiso .home-support-groups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px; }

.vschuyendoiso .home-support-group-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px; }

.vschuyendoiso .home-support-group p,
.vschuyendoiso .home-support-group ul {
  font-size: 14px;
  line-height: 1.6;
  margin: 0; }

.vschuyendoiso .home-support-group-links {
  list-style: none;
  padding: 0;
  margin: 0; }

.vschuyendoiso .home-support-group-links li {
  margin-bottom: 8px; }

.vschuyendoiso .home-support-group a {
  color: #1a0dab;
  text-decoration: underline;
  transition: color 0.2s ease; }

.vschuyendoiso .home-support-group a:hover {
  color: #174ea6; }

.vschuyendoiso .divider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0; }

.vschuyendoiso .divider-line {
  flex: 1;
  height: 1px;
  background-color: #ccc; }

.vschuyendoiso .divider-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px; }

.vschuyendoiso .divider-icon svg {
  display: block; }

.vschuyendoiso .home-support-hero-search {
  cursor: pointer; }

.social-item2 a img {
  max-width: 22px; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  display: block; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

section + section.section-blog {
  margin-bottom: 0; }
