/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme của Astra
Author: Webtop
Template: astra
Version: 1.0
*/

.wt-gallery-wrapper {
    max-width: 900px;
    margin: auto;
}

.wt-main-slider img {
    width: 100%;
    border-radius: 10px;
}

@media (min-width: 769px) {
    .wt-pagination {
        display: none !important;
    }
}

.wt-thumb-slider {
    margin-top: 12px;
}

.wt-thumb-slider .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}

.wt-thumb-slider .swiper-slide img {
    width: 100% !important;
    height: 60px !important;           
    object-fit: cover;                
    border-radius: 8px;
    display: block;
}

.wt-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

/* Mobile: ẩn thumbnail */
@media (max-width: 768px) {
    .wt-thumb-slider {
        display: none !important;
    }
    .wt-pagination {
        display: block !important;
    }
	.wt-gallery-wrapper{
		padding: 0 20px;
	}
}
.wt-footer {
  background: #00A7B1;
  color: #fff !important;
  padding: 70px 20px 25px;
}

/* CONTAINER */
.wt-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* LEFT */
.wt-footer-left {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  width: 50%;
}

.wt-footer-logo {
  width: 95px;
  height: auto;
}

/* TEXT */
.wt-footer-left h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}


/* INFO ROW (NEW) */
.wt-footer-info {
  margin-top: 6px;
}

.wt-footer-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  line-height: 1.6;
}

.wt-footer-row .label {
  min-width: 80px;
  font-weight: 500;
  opacity: 0.9;
}

.wt-footer-row .value {
  flex: 1;
  opacity: 0.9;
  word-break: break-word;
	color: white !important;
}

/* RIGHT */
.wt-footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 50%;
}

/* MENU */
.footer-menu-list {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap; /* fix vỡ menu */
}

.footer-menu-list li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  transition: 0.2s;
}

.footer-menu-list li a:hover {
  opacity: 1;
}

/* BUTTON MAIL */
.wt-btn-mail {
  background: #fff;
  color: #00A7B1;
  font-weight: bold;
  padding: 12px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.25s;
}

.wt-btn-mail:hover {
  background: #ffffff;
}

/* LINE */
.wt-footer-line {
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin: 50px auto 18px;
  max-width: 1200px;
}

/* BOTTOM */
.wt-footer-bottom {
  text-align: center;
  font-size: 12px;
  opacity: 0.85;
}

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

@media (max-width: 992px) {
  .wt-footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .wt-footer-left,
  .wt-footer-right {
    width: 100%;
  }

  .wt-footer-right {
    align-items: flex-start;
  }

  .footer-menu-list {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .wt-footer-left {
    flex-direction: column;
    gap: 16px;
  }

  .wt-footer-logo {
    width: 70px;
  }

  .wt-footer-row {
   		gap: 10px;
  }

  .wt-footer-row .label {
    min-width: unset;
    margin-bottom: 2px;
  }

  .wt-btn-mail {
    width: 100%;
    justify-content: center;
  }
}