@media (min-width: 768px) {
  .search-smart .header-search-form button {
    top: 0;
  }
}

.imgDrop {
  position: relative;
  overflow: hidden;
}
.imgDrop img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-14 {
  font-size: 14px;
}

.w-full {
  width: 100%;
}

.text-32 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .text-32 {
    font-size: 28px;
  }
}
@media (min-width: 1360px) {
  .text-32 {
    font-size: 32px;
  }
}

.flex {
  display: flex;
}

.product-featured {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .product-featured {
    padding-top: 50px;
    padding-bottom: -50px;
  }
}
.product-featured .inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1360px) {
  .product-featured .inner {
    border-radius: 16px;
  }
}
.product-featured .inner .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-featured .inner .context {
  position: relative;
  z-index: 1;
  padding: 56px 12px 12px;
}
@media (max-width: 992px) {
  .product-featured .inner .context {
    padding: 24px 8px 8px;
  }
}
.product-featured .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-featured .heading {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .product-featured .heading {
    padding: 0 48px;
  }
}
@media (min-width: 1360px) {
  .product-featured .heading {
    padding: 0 67px;
  }
}
.product-featured .heading .title-name {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-featured .heading .title-name {
    font-size: 22px;
    letter-spacing: -1px;
  }
}
@media (max-width: 768px) {
  .product-featured .heading .ttl-logo {
    width: 170px;
  }
}
@media (min-width: 768px) {
  .product-featured .heading .ttl-logo {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .product-featured .heading .ttl-logo {
    width: 200px;
  }
}
@media (min-width: 1360px) {
  .product-featured .heading .ttl-logo {
    width: 234px;
  }
}
.product-featured .content-main {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 16px;
}
@media (min-width: 1360px) {
  .product-featured .content-main {
    border-radius: 16px;
    padding: 24px 32px;
  }
}
.product-featured .product-nav {
  border-bottom: 1px solid rgba(71, 71, 71, 0.8);
}
.product-featured .product-nav .category-slider {
  position: relative;
  z-index: 1;
}
.product-featured .product-nav .swiper-wrapper {
  padding-bottom: 0;
  justify-content: space-between;
}
.product-featured .product-nav .swiper-slide {
  margin: 0 !important;
  height: auto !important;
  padding: 20px 0;
  border-radius: 0;
}
@media (min-width: 1360px) {
  .product-featured .product-nav .swiper-slide {
    max-width: 100px;
  }
}
.product-featured .product-nav .swiper-slide a {
  display: block;
  max-width: 100px;
  margin: auto;
  height: 100%;
  padding: 4px 0;
  border-radius: 4px;
  position: relative;
}
.product-featured .product-nav .swiper-slide a:before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0a72df;
  opacity: 0;
  transition: all 0.3s;
}
.product-featured .product-nav .swiper-slide a .thumb {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}
.product-featured .product-nav .swiper-slide.active a {
  background-color: rgba(10, 114, 223, 0.3);
}
.product-featured .product-nav .swiper-slide.active a:before {
  opacity: 1;
}
.product-featured .product-nav .swiper-slide.active a h3 {
  color: #1b74e8;
  font-weight: 700;
}
.product-featured .product-nav .swiper-slide h3 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 0;
}
.product-featured .products-list {
  margin-top: 20px;
}
.product-featured .products-list .swiper-slide {
  transition: all 0.3s;
  margin: 4px 2px;
}
.product-featured .products-list .swiper-slide:hover {
  box-shadow: 0 0px 2px 0 #003cbf, 0 0px 6px 0px #003cbf;
}
.product-featured .products-list .product-action {
  border-radius: 10px;
}
.product-featured .products-list .product-action .product-thumbnail {
  width: 81.0426540284%;
  margin: auto;
}
.product-featured .products-list .product-action .product-thumbnail .image_thumb {
  padding-bottom: 136.8421052632%;
}
.product-featured .products-list .block-btn {
  margin-top: 20px;
  text-align: center;
}
.product-featured .products-list .block-btn .see-more {
  display: inline-block;
  background-color: #fff;
}

.footer .mid-footer .group-address ul li {
  align-items: flex-start;
}

.footer .mid-footer .group-address ul li svg {
  flex-shrink: 0;
  max-width: 16px;
  max-height: 16px;
}

.footer .list-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer .list-logo {
    gap: 12px 8px;
  }
}
.footer .list-logo li img {
  height: 28px;
  width: auto;
}
@media (max-width: 768px) {
  .footer .list-logo li img {
    height: 24px;
  }
}

@media (max-width: 768px) {
  .col-12.style-pc {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .col-12.style-pc {
    padding-left: 32px;
  }
}

.list-menu .style-tel::marker {
  display: none;
  font-size: 0;
}

.footer {
  padding-bottom: 0;
}

.footer #copyright {
  background-color: #888;
  font-size: 12px;
  padding: 12px 0;
}
.footer #copyright address {
  margin: 0;
}

.footer .mid-footer {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .mid-footer {
    padding: 16px 0;
  }
}

@media (min-width: 992px) {
  .text-left-pc {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-right-pc {
    text-align: right;
  }
}

.sec-banner {
  padding: 20px 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sec-banner {
    padding-bottom: 0;
  }
}
.sec-banner .imgDrop {
  height: 300px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .sec-banner .imgDrop {
    height: auto;
    padding-top: 35.0058343057%;
  }
}

@media (max-width: 768px) {
  .product-featured {
    padding: 24px 0;
  }
}

.row.gap-sx {
  margin-left: -4px;
  margin-right: -4px;
}
.row.gap-sx .col-12 {
  padding-left: 4px;
  padding-right: 4px;
}

.style-form {
  background: #eee;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .style-form {
    margin: 12px 5px 0;
  }
}
.style-form .wpx {
  margin: 0 -15px;
}
@media (max-width: 992px) {
  .style-form .wpx {
    margin: 0 -5px;
  }
}
.style-form .auth-block__menu-list {
  height: 40px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  border-bottom-color: #ccc;
}
.style-form .auth-block__menu-list li a {
  font-size: 14px;
}
.style-form .auth-block__menu-list li.active::before {
  display: none;
}
.style-form .auth-block__menu-list li.active a {
  color: #000;
  background-color: #ccc;
}
.style-form form {
  padding: 0 15px 15px;
  max-width: 300px;
  margin: auto;
}
.style-form form fieldset.form-group {
  margin-bottom: 12px;
}
.style-form form fieldset.form-group input {
  border: none;
  height: 32px;
  padding: 8px 12px;
  border-radius: 8px;
  width: 100%;
  font-size: 13px;
}
.style-form form .btn-style {
  height: 32px;
  background-color: #ddd;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  background-color: #6c9ff8;
}
.style-form form .quenmk {
  font-size: 12px;
  padding: 8px;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}
.style-form form .quenmk:hover {
  color: #6c9ff8;
}
.style-form form .login-social {
  margin-top: 12px;
}
.style-form form .text-line {
  font-size: 12px;
  margin-bottom: 8px;
  color: #888;
  position: relative;
  width: 100%;
  text-align: center;
}
.style-form form .text-line::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.style-form form .text-line span {
  padding: 0 8px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #eee;
}
.style-form form .auth-clients {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.style-form form .auth-clients li a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.style-form form .auth-clients li a img {
  width: 28px;
  height: 28px;
}

@media (max-width: 768px) {
  .section_chinhsach a {
    justify-content: center;
  }
}