body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #000000;
  font-family: "Kanit", sans-serif;
}

.container, .wrapper_nav, .wrapper_banner, .wrapper_aboutus .block_aboutus, .wrapper_promotion .block_promotion, .wrapper_new .block_promotion, .wrapper_featured_products .block_promotion {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.font_nav_bar {
  font-size: 1rem;
  font-weight: 400;
}

.main_nar_bar {
  background-color: #170559;
  border-bottom: 1px solid #DAAF2F;
}

.btn-login {
  background-color: #DAAF2F;
  color: #170559;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}
.btn-login:hover {
  background-color: #e8bb5a;
  color: #170559;
}

.hero_banner {
  background: url(../images/bg/bg-banner-hero.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 1.625rem;
}
@media (max-width: 768px) {
  .hero_banner {
    padding-bottom: 2.5rem;
  }
}

.wrapper_banner {
  height: 500px;
  border-radius: 1rem;
  background-color: #000000;
  position: relative;
  top: 1.625rem;
  overflow: hidden;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.26);
}
@media (max-width: 1164px) {
  .wrapper_banner {
    width: 95%;
    height: auto;
    top: 1.25rem;
  }
}

.color_bg_dropdown {
  background-color: #0b0035;
}

.dropdown-item:hover {
  background-color: #000000;
}

.logo-img img {
  width: 80px;
}
@media (max-width: 1164px) {
  .logo-img img {
    width: 60px;
  }
}

.wrapper_textUnder {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.wrapper_textUnder .text_img_desktop {
  display: block;
  margin-top: 3.75rem;
  text-align: center;
}
.wrapper_textUnder .text_img_desktop img {
  width: 95%;
}
.wrapper_textUnder .text_img_mobile {
  display: none;
}
@media (max-width: 1164px) {
  .wrapper_textUnder {
    width: 95%;
  }
  .wrapper_textUnder .text_img_desktop {
    margin-top: 3.125rem;
  }
}
@media (max-width: 768px) {
  .wrapper_textUnder .text_img_desktop {
    display: none;
  }
  .wrapper_textUnder .text_img_mobile {
    display: block;
    margin-top: 3.125rem;
  }
}

.wrapper_aboutus {
  background: linear-gradient(to right, #01184A 50%, #FFF6E0 50%);
}
.wrapper_aboutus .block_aboutus {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .wrapper_aboutus .block_aboutus {
    flex-direction: column;
  }
}
.wrapper_aboutus .block_aboutus .aboutus_l {
  width: 100%;
  background-color: #01184A;
  text-align: center;
  padding: 1.625rem 0;
}
@media (max-width: 640px) {
  .wrapper_aboutus .block_aboutus .aboutus_l img {
    width: 240px;
  }
}
.wrapper_aboutus .block_aboutus .aboutus_r {
  width: 100%;
  background-color: #FFF6E0;
  text-align: center;
}
@media (max-width: 640px) {
  .wrapper_aboutus .block_aboutus .aboutus_r {
    padding: 1.625rem 0;
  }
}
.wrapper_aboutus .block_aboutus .aboutus_r .aboutus_text_h {
  font-size: 2.5rem;
  font-weight: 400;
  color: #170559;
}
@media (max-width: 640px) {
  .wrapper_aboutus .block_aboutus .aboutus_r .aboutus_text_h {
    font-size: 2rem;
  }
}
.wrapper_aboutus .block_aboutus .aboutus_r .aboutus_text_d {
  font-size: 1rem;
  font-weight: 400;
  color: #170559;
  padding: 0 3rem;
}
@media (max-width: 640px) {
  .wrapper_aboutus .block_aboutus .aboutus_r .aboutus_text_d {
    font-size: 0.875rem;
  }
}

.wrapper_promotion {
  width: 100%;
  background-color: #ffffff;
}
.wrapper_promotion .block_promotion {
  padding: 1.625rem 0;
}
.wrapper_promotion .block_promotion .text_h {
  font-size: 2.5rem;
  font-weight: 600;
  color: #170559;
}
.wrapper_promotion .block_promotion .text_d {
  font-size: 1rem;
  font-weight: 400;
  color: #170559;
}
@media (max-width: 640px) {
  .wrapper_promotion .block_promotion .text_d {
    font-size: 0.875rem;
  }
}
@media (max-width: 1164px) {
  .wrapper_promotion .block_promotion {
    width: 95%;
  }
}
.wrapper_promotion .wrapper_banner_promotion {
  margin-top: 16px;
}
.wrapper_promotion .owl-carousel .item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.wrapper_promotion .owl-carousel .item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.wrapper_new {
  width: 100%;
  height: auto;
  background-color: #FFF6E0;
}
.wrapper_new .block_promotion {
  padding: 1.625rem 0;
}
.wrapper_new .block_promotion .text_h {
  font-size: 2.5rem;
  font-weight: 600;
  color: #170559;
}
.wrapper_new .block_promotion .text_d {
  font-size: 1rem;
  font-weight: 400;
  color: #170559;
}
@media (max-width: 640px) {
  .wrapper_new .block_promotion .text_d {
    font-size: 0.875rem;
  }
}
@media (max-width: 1164px) {
  .wrapper_new .block_promotion {
    width: 95%;
  }
}
.wrapper_new .block_promotion .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 16px;
}
.wrapper_new .block_promotion .news-card {
  background: #170559;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.wrapper_new .block_promotion .news-card img {
  width: 100%;
  height: auto;
}
.wrapper_new .block_promotion .news-card .news-content {
  padding: 1rem;
  background-color: #ffffff;
}
.wrapper_new .block_promotion .news-card .news-content .news-title {
  font-size: 18px;
  font-weight: bold;
  color: #170559;
  margin-bottom: 0.5rem;
}
.wrapper_new .block_promotion .news-card .news-content .news-description {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 0.5rem;
}
.wrapper_new .block_promotion .news-card .news-content .news-date {
  font-size: 0.8rem;
  color: #999;
}

.wrapper_featured_products {
  width: 100%;
  background-color: #ffffff;
}
.wrapper_featured_products .block_promotion {
  padding: 1.625rem 0;
}
@media (max-width: 1164px) {
  .wrapper_featured_products .block_promotion {
    width: 95%;
  }
}
.wrapper_featured_products .block_promotion .text_h {
  font-size: 2.5rem;
  font-weight: 600;
  color: #170559;
}
.wrapper_featured_products .block_promotion .text_d {
  font-size: 1rem;
  font-weight: 400;
  color: #170559;
}
@media (max-width: 640px) {
  .wrapper_featured_products .block_promotion .text_d {
    font-size: 0.875rem;
  }
}
.wrapper_featured_products .block_promotion .product-carousel {
  padding-top: 16px;
}
.wrapper_featured_products .block_promotion .product-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.wrapper_featured_products .block_promotion .product-card .product_img {
  width: 100%;
  height: auto;
  position: relative;
}
.wrapper_featured_products .block_promotion .product-card .product_img img {
  width: 100%;
  height: auto;
}
.wrapper_featured_products .block_promotion .product-card h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #01184A;
  margin-bottom: 1rem;
}
.wrapper_featured_products .block_promotion .product-card .price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #01184A;
  margin-bottom: 1rem;
}
.wrapper_featured_products .block_promotion .product-card .btn_product {
  width: 200px;
  height: 56px;
  border-radius: 100px;
  background-color: #FFF0CA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #170559;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
}
.wrapper_featured_products .block_promotion .product-card .btn_product:hover {
  background-color: #ffe7a4;
}
.wrapper_featured_products .block_promotion .product-card .wrapper_description {
  width: 100%;
  height: 160px;
  position: relative;
  background: url(../images/product/bg_description.png) no-repeat;
  background-color: #000000;
}
.wrapper_featured_products .block_promotion .product-card .wrapper_description .description {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background-color: #170559;
  color: #ffffff;
}
.footer__container {
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1140px;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 38px;
}
@media (max-width: 1164px) {
  .footer__container {
    width: 95%;
  }
}
@media (max-width: 1164px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1164px) {
  .footer__container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.footer__left {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.footer__left .footer__logo {
  width: 100px;
  height: auto;
}
.footer__left .footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 1164px) {
  .footer__left {
    flex-direction: column;
    align-items: center;
  }
  .footer__left .footer__info {
    align-items: center;
  }
}
@media (max-width: 1164px) {
  .footer__left .footer__info {
    font-size: 14px;
  }
}
.footer__right {
  text-align: right;
}
.footer__right .footer__follow {
  margin-bottom: 10px;
}
.footer__right .footer__socials {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.footer__right .footer__socials img {
  width: 32px;
  height: 32px;
}
@media (max-width: 1164px) {
  .footer__right {
    margin-top: 24px;
    text-align: center;
  }
  .footer__right .footer__socials {
    justify-content: center;
  }
}
.footer__bottom {
  width: 100%;
  background-color: #000d1f;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper_btn {
  width: 100%;
  margin-top: 26px;
}
.wrapper_btn .btn_see_more {
  width: 200px;
  height: 56px;
  border-radius: 100px;
  background-color: #FFF0CA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #170559;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.wrapper_btn .btn_see_more:hover {
  background-color: #ffe7a4;
}
