@charset "UTF-8";
/*============================================================================
#Variable
==============================================================================*/
:root {
  --color-green-500: #003E29;
  --color-green-400: #0CAC0A;
  --color-yellow: #F5D300;
  --color-pink: #FF92FB;
  --text-color: #333;
  --border-color: #eee;
  --light-gray: #f5f5f5;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "TRS";
  src: url('{{ "TheRightSpotVF.ttf" | asset_url }}');
  font-weight: 200 700;
  font-style: normal;
}
a:attr {
  class: "abc";
}

/*============================================================================
TITLE MAIN
==============================================================================*/
.title_modules {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .title_modules {
    margin-bottom: 25px;
  }
}
.title_modules .h2, .title_modules h2 {
  font-weight: 800;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 26px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title_modules .h2, .title_modules h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.title_modules .h2:before, .title_modules h2:before {
  content: "";
  width: 55px;
  height: 1px;
  background: #003E29;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -os-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 767px) {
  .title_modules .h2:before, .title_modules h2:before {
    width: 35px;
  }
}
.title_modules .h2 span, .title_modules .h2 a, .title_modules h2 span, .title_modules h2 a {
  color: #323c42;
  display: block;
}
.title_modules .h2 a:hover, .title_modules h2 a:hover {
  color: #003E3A;
}

.heading h2, .heading h1, .heading h4 {
  font-weight: 700;
  font-size: 24px;
  color: #323c42;
  padding: 0;
  margin: 0;
}
.heading h2 a, .heading h2 span, .heading h1 a, .heading h1 span, .heading h4 a, .heading h4 span {
  color: #323c42;
}
.heading h2 a:hover, .heading h1 a:hover, .heading h4 a:hover {
  color: #003E3A;
}

.title_main_page {
  width: 100%;
  float: left;
}
.title_main_page .h1, .title_main_page h1, .title_main_page h2 {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #323c42;
  margin: 0;
  padding: 0;
}
.title_main_page p {
  display: block;
  text-align: left;
  font-weight: 400;
  color: #707070;
  padding: 0;
  font-size: 14px;
  line-height: 23px;
  margin: 0px 0 40px;
}

.social-login--facebooks {
  text-align: center !important;
  margin-top: 30px !important;
  width: 100% !important;
  float: left !important;
}

.social-login--facebooks a {
  display: inline-block !important;
  height: 35px !important;
  margin: 0 auto !important;
  margin: 0 auto;
}

/*============================================================================
SECTION SLIDER
==============================================================================*/
.section_slider {
  margin-bottom: 0px;
}
.section_slider .swiper-pagination-bullets {
  text-align: center;
}
.section_slider .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  opacity: 1;
}
.section_slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: #323c42;
}
.section_slider .swiper-button-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  z-index: 2;
  right: -35px;
  opacity: 1;
  transition: all 0.25s ease;
  transform: translateX(30px);
}
.section_slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  z-index: 2;
  left: -35px;
  opacity: 1;
  transition: all 0.25s ease;
  transform: translateX(-30px);
}
.section_slider:hover .swiper-button-next {
  right: 5px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.section_slider:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.section_slider:hover .swiper-button-prev {
  left: 5px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.section_slider:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

/*============================================================================
SECTION SẢN PHẨM NỔI BẬT
==============================================================================*/
.section_product_feature .swiper-pagination-bullets {
  text-align: center;
}
.section_product_feature .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  opacity: 1;
}
.section_product_feature .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: #323c42;
}
.section_product_feature .swiper-button-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  z-index: 2;
  right: -35px;
  opacity: 1;
  transition: all 0.25s ease;
  transform: translateX(30px);
}
.section_product_feature .swiper-button-prev {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  z-index: 2;
  left: -35px;
  opacity: 1;
  transition: all 0.25s ease;
  transform: translateX(-30px);
}
.section_product_feature .swiper-pagination-bullet {
  background: #d7d7d7 !important;
  width: 8px !important;
  height: 8px !important;
}
.section_product_feature .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003E29 !important;
}
.section_product_feature:hover .swiper-button-next {
  right: 5px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  color: #323c42;
}
.section_product_feature:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.section_product_feature:hover .swiper-button-prev {
  left: 5px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  color: #323c42;
}
.section_product_feature:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
@media (max-width: 767px) {
  .section_product_feature .swiper-slide {
    text-align: center;
    background: #fff;
    width: 68%;
  }
  .section_product_feature .container {
    padding: 0;
  }
}
.section_product_feature .item_product_main .image_thumb {
  height: 100%;
}

/*============================================================================
SECTION SẢN PHẨM KHUYẾN MÃI
==============================================================================*/
.section_product_promotion {
  padding: 60px 15px;
}
@media (max-width: 767px) {
  .section_product_promotion {
    padding: 40px 0 50px 0;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .section_product_promotion .btn-primary {
    margin-top: -15px !important;
  }
}
.section_product_promotion .btn-primary {
  margin-top: 20px;
}
.section_product_promotion .item_product_main {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section_product_promotion .item_product_main {
    margin-bottom: 30px;
  }
}
.section_product_promotion .item_product_main .image_thumb {
  height: 100%;
}

/*============================================================================
SECTION BLOG
==============================================================================*/
.section_blog {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section_blog {
    margin-top: 20px;
  }
  .section_blog .blogs_mobile_base {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: unset;
    flex-flow: unset;
    justify-content: unset;
    align-items: unset;
  }
}
.section_blog .item_blog_base {
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.section_blog .item_blog_base .content_blog {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
.section_blog .item_blog_base .btn_see {
  display: inline-block;
  float: right;
  font-style: italic;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_blog .item_blog_base .btn_see {
    font-size: 12px;
    padding-top: 3px;
  }
}
.section_blog .item_blog_base .btn_see svg {
  width: 11px;
  height: 11px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_blog .item_blog_base .btn_see svg {
    width: 10px;
    height: 10px;
  }
}
.section_blog .item_blog_base .thumb {
  display: block;
  height: 225px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section_blog .item_blog_base .thumb {
    height: 187px;
  }
}
@media (max-width: 991px) {
  .section_blog .item_blog_base .thumb {
    height: 137px;
  }
}
@media (max-width: 767px) {
  .section_blog .item_blog_base .thumb {
    height: 268px;
  }
}
@media (max-width: 668px) {
  .section_blog .item_blog_base .thumb {
    height: 268px;
  }
}
@media (max-width: 569px) {
  .section_blog .item_blog_base .thumb {
    height: 282px;
  }
}
@media (max-width: 480px) {
  .section_blog .item_blog_base .thumb {
    height: 206px;
  }
}
@media (max-width: 376px) {
  .section_blog .item_blog_base .thumb {
    height: 186px;
  }
}
@media (max-width: 321px) {
  .section_blog .item_blog_base .thumb {
    height: 158px;
  }
}
.section_blog .item_blog_base .thumb img {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section_blog .item_blog_base .a-title {
  display: block;
  color: #323c42;
  font-weight: 700;
  line-height: 1.3;
  font-size: 16px;
}
@media (max-width: 991px) {
  .section_blog .item_blog_base .a-title {
    font-size: 14px;
  }
}
.section_blog .item_blog_base .a-title:hover, .section_blog .item_blog_base .a-title:focus {
  color: #003E29;
}
.section_blog .item_blog_base .time-post {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_blog .item_blog_base .time-post {
    font-size: 12px;
  }
}
.section_blog .item_blog_base .time-post.time-post-2 {
  margin-left: 10px;
}
.section_blog .item_blog_base .time-post .icon-clock {
  background-image: url(//bizweb.dktcdn.net/100/415/036/themes/939001/assets/i-clock.svg?1705899441180);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.section_blog .item_blog_base .time-post .icon-user {
  background-image: url(//bizweb.dktcdn.net/100/415/036/themes/939001/assets/i-user.svg?1705899441180);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.section_blog .item_blog_base .author {
  margin-top: 7px;
  color: #b5b5b5;
}
.section_blog .item_blog_base p {
  color: #8b8b8b;
}
.section_blog .item_blog_base:hover .thumb img {
  transform: scale(1.1);
}/*# sourceMappingURL=index.css.map */