/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url("../flatsome/style.css");

/*************** ADD CUSTOM CSS HERE.   ***************/
.logo a {
    color: var(--fs-color-primary);
    background-image: -webkit-linear-gradient(35deg, #d45b00 0, #ffece5 100%);
    display: block;
    font-size: 38px;
    font-weight: bolder;
    margin: 12px 0;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgb(255 133 36 / 25%);
}
.logo-tagline {
    font-size: 16px;
    letter-spacing: 9px;
    color: #fff;
}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: rgba(0, 0, 0, .95);
}
h2.logo-footer {
    background-image: -webkit-linear-gradient(35deg, #d45b00 0, #ffece5 100%);
    font-weight: bolder;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgb(255 133 36 / 25%);
}
.ux-menu-link__link {
    color: #ff972d;
}
.ux-menu-link--active .ux-menu-link__link,
.ux-menu-link:hover .ux-menu-link__link {
    color: #ffff;
}
a.icon-circle:hover, a.remove:hover, a:hover {
    color: #fffff;
}
.background-head {
  background: linear-gradient(135deg, #ff8212, rgba(255, 200, 150, 0.2));
  border-radius: 5px;
  padding: 0 15px;
}
.category-filtering.category-filter-row {
    display: none;
}
span.amount {
    color: #f40000;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
}
/* Gói bên ngoài */
.custom-price-wrapper {
  font-size: 18px;
  font-weight: bold;
  color: #00a747;
}

/* Mục tiêu cụ thể */
.custom-price .woocommerce-Price-amount {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 20px;
    background: linear-gradient(to right, #d70000, #ffc476);
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
}

/* Fas Icon */
i.fas.fa-dollar-sign {
    color: #f40000;
    font-size: 18px;
}

.thong-tin-bds {
    display: flex;
    flex-wrap: wrap;
;
}
.col-box {
    max-width: 50%;
    flex-basis: 50%;
    margin-top: 3px;
}

.box-text p {
    margin-bottom: 5px;
    margin-top: .1em;
    font-weight: 600;
}
.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.searchform-wrapper form {
    margin-bottom: 0;
    width: 53%;
    left: 39px;
}
.ux-menu.stack.stack-col.justify-start {
    color: #fff;
}
.ux-menu-link--active .ux-menu-link__link, .ux-menu-link:hover .ux-menu-link__link {
    color: hsl(27.38deg 100% 50%);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 15px;
  margin: 20px 0;
  background-color: #f9f9f9;
  border-radius: 6px;
  font-size: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  color: #555;
}

.breadcrumbs li + li::before {
  content: ">";
  padding: 0 10px;
  color: #999;
  font-weight: bold;
}

.breadcrumbs a {
  color: #0077cc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs a:hover {
  color: #e53100;
  text-decoration: underline;
}

.breadcrumbs li:last-child {
  font-weight: bold;
  color: #333;
}

.tdland-breadcrumbs {
    font-size: 16px;
	font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
    background: #ffe064;
    width: auto;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgb(26 25 25 / 57%);
    margin-bottom: 20px;
}

.tdland-breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tdland-breadcrumbs a:hover {
    color: #e53200;
    text-decoration: underline;
}

.tdland-breadcrumbs .breadcrumb_last {
    color: #333;
    font-weight: 600;
}

/* section icon menu */
.dv-boxlink {
    padding: 0 15px;
    width: auto;
    display: inline-block;
}
.dv-boxlink a {
    display: block;
    text-align: center;
    color: #000;
    opacity: 0.7;
    transition: all .2s;
}

/* Hiển thị thông tin sản phẩm */
.custom-product-detail {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    background: #d4e8ff;
}

.custom-product-detail .product-title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.custom-product-detail .product-meta {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px 30px;
  margin-bottom: 20px;
}

.custom-product-detail .product-meta li {
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.custom-product-detail .product-meta i {
  color: #e53100;
  margin-right: 8px;
  min-width: 20px;
}

/* Hiển thị trạng thái bài viết */
.field-trang-thai {
  padding: 0 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}

.trang-thai-red {
  background-color: #e03131;
}

.trang-thai-green {
  background-color: #28a745;
}

/* Hiển thị trạng thái box sp */
.field-trang-thais {
  padding: 2px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.trang-thai-reds {
  background-color: #e03131;
}

.trang-thai-greens {
  background-color: #28a745;
}

/* Contact */
.floating-contact-menu {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
}

.floating-contact-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.floating-contact-menu ul li {
  margin: 0;
}

.floating-contact-menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 65px;
  background-color: #ff5722;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #e74c3c;
  border-bottom: none;
  transition: background-color 0.3s;
  text-decoration: none;
}

.floating-contact-menu ul li:last-child a {
  border-bottom: 1px solid #e74c3c;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.floating-contact-menu ul li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.floating-contact-menu ul li a:hover {
  background-color: #e64a19;
}

.floating-contact-menu ul li a i,
.floating-contact-menu ul li a img {
  font-size: 20px;
  margin-bottom: 4px;
  width: 24px;
  height: 24px;
}

.floating-contact-menu ul li a img {
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Slide Logo */ 
.partner-slider {
  padding: 20px 0;
}

.partner-slider .swiper-slide {
  background: #fff;
  border: 1px solid #ffcb96;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.partner-slider .swiper-slide img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-slider .swiper-slide img:hover {
  transform: scale(1.05);
}

/* Form Popup */
button#wpforms-submit-406 {
    width: 50%;
    background-image: linear-gradient(rgb(238 215 117), rgb(255 67 1));
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0;
}
  div#wpforms-406 {
    margin-bottom: 10px;
    margin-top: -15px;
}
div#wpforms-406-field_2-container {
    padding: 8px 0;
}
@media only screen and (max-width: 768) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.wpfMainWrapper {
    display: inline-block;
    padding: 65px 20px 20px 20px;
}

.wpfFilterWrapper[data-filter-type] {
    padding: 0;
}

}

#azt-contact-footer-outer {
  display: none;
}

@media (max-width: 768px) {
  span.amount {
    font-size: 15px;
}
/* Fas Icon */
i.fas.fa-dollar-sign {
    font-size: 15px;
}
.box-image img {
  height: 350px;
}
  .dv-boxlink {
    padding: 0 15px 0 15px;
    width: auto;
    display: inline-block;
}
.background-head {
    background: linear-gradient(171deg, #ff8212, rgb(255 195 140 / 26%));
    padding: 1px 15px;
    text-align: center;
}
.custom-product-detail {
    padding: 20px 10px;
}
p.notice {
    text-align: center;
}

  #azt-contact-footer-outer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    padding: 10px 0 5px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  #azt-contact-footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
  }

  #azt-contact-footer a {
    text-align: center;
    color: #a86a00;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-width: 52px;
  }

  #azt-contact-footer a img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-bottom: 4px;
  }

  .azt-contact-footer-btn-label {
    display: block;
    font-size: 12px;
  }

  #azt-contact-footer-btn-center {
        position: absolute;
        top: -40px;
        left: 43%;
        transform: translateX(-50%);
        background: rgb(255, 255, 255);
        border-radius: 50px;
        padding: 0;
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #db9e00;
        transition: all .5s;
        /* animation: zoom 1.3s infinite; */
        animation: arcu-pulse 2s infinite;
    }
    
    @keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes arcu-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 170, 7, 0.444);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(229, 57, 53, 0);
    transform: scale(1.15);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 57, 53, 0);
    transform: scale(1);
  }
}

  #azt-contact-footer-btn-center .azt-contact-footer-btn-center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db9e00;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    position: relative;
  }

  #azt-contact-footer-btn-center img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  #azt-contact-footer-btn-center .azt-contact-footer-btn-label {
    margin-top: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    background: #a86a00;
    padding: 2px 10px;
    border-radius: 12px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    
  }
  /* Form Popup */

p.text-form {
    font-size: 15px;
}
div#wpforms-406-field_2-container {
    padding: 8px 0;
}
}
