.sectionHeading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px; }

.sectionHeading .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; }

.sectionHeading .heading h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0; }

.sectionHeading .heading .viewmore a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C11818;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.1px;
  padding: 8px 24px;
  border-radius: 6px;
  border: 1px solid #C11818;
  background: #FFF; }

.sectionHeading .heading .viewmore a:hover {
  background: #C11818;
  color: #FFF; }

.sectionHeading .menulists {
  max-width: 100%; }
  .sectionHeading .menulists ul {
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 8px; }

.sectionHeading .menulists ul li {
  padding: 8px 16px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  display: block;
  cursor: pointer; }
  .sectionHeading .menulists ul li h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 400; }

.sectionHeading .menulists ul li.active, .sectionHeading .menulists ul li:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
  font-weight: 600; }
  .sectionHeading .menulists ul li.active a, .sectionHeading .menulists ul li:hover a {
    color: #fff; }

@media (max-width: 991.98px) {
  .sectionHeading .heading h2 {
    font-size: 20px; } }

.owlflex.owl-carousel:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

.owlflex.owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  padding: 0;
  opacity: 0;
  height: 28px;
  width: 28px;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center; }

.owlflex.owl-carousel .owl-nav button.owl-prev {
  left: 00px; }

.owlflex.owl-carousel .owl-nav button.owl-next {
  right: 00px; }

.owlflex.owl-carousel .owl-nav button svg {
  width: 20px;
  height: 20px; }

.owlflex.owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.owlflex.owl-carousel .owl-dots .owl-dot {
  margin: 0 4px;
  outline: 0; }

.owlflex.owl-carousel .owl-dots .owl-dot span {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9; }

.owlflex.owl-carousel .owl-dots .owl-dot.active {
  border-radius: 50%; }

.owlflex.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--shop-color-main); }

.owlflex:hover .owl-nav button {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.section-home-slider {
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }

.section-home-slider .slider-item {
  position: relative; }

.section-home-slider .slider-item a {
  transition: 0s; }

.section-home-slider .slider-item .owl-lazy {
  transition: opacity 0.3s ease; }

.section-home-slider .slider-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, #03132D 0%, #FFFFFF00 100%);
  opacity: 0.3; }

.section-home-slider .slider-item .slide--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1; }

.section-home-slider .slider-item .slide--content .content-detail {
  padding: 32px 24px;
  max-width: 650px; }

.section-home-slider .slider-item .slide--content .slide--logo {
  color: #C11818;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.7px;
  margin-bottom: 4px;
  line-height: 48px; }

.section-home-slider .slider-item .slide--content .slide--des {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 40px; }

.section-home-slider .slider-item .slide--content .title1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 40px; }

.section-home-slider .slider-item .slide--content .title2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.7px;
  margin-bottom: 4px;
  line-height: 48px; }

.section-home-slider .slider-item .slide--content .btn-more .button {
  border-radius: 6px;
  display: inline-flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.1px; }

.section-home-slider .slider-item.item-video .slide--frame {
  opacity: 0;
  transition: opacity 0.3s ease 0.15s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-home-slider .slider-item.item-video .slide--frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none; }

.section-home-slider .slider-item.item-video .slide--mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.01); }

.section-home-slider .slider-item.item-video .slide--yticon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0);
  width: 50px;
  height: 42px;
  border: 0;
  outline: none; }

.section-home-slider .slider-item.item-video .slide--yticon svg {
  fill: #ffffff;
  width: 32px;
  height: 100%; }

.section-home-slider .slider-item.item-video .slide--frame iframe + .slide--yticon {
  opacity: 1; }

.section-home-slider .owl-item.active .slider-item.item-video .slide--frame {
  opacity: 1; }

.section-home-slider .owl-carousel:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  overflow: hidden; }

.section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }

.section-home-slider .owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  padding: 0;
  opacity: 0;
  height: 28px;
  width: 28px;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-home-slider .owl-carousel .owl-nav button.owl-prev {
  left: 30px; }

.section-home-slider .owl-carousel .owl-nav button.owl-next {
  right: 30px; }

.section-home-slider .owl-carousel .owl-nav button svg {
  width: 20px;
  height: 20px; }

.section-home-slider .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.section-home-slider .owl-carousel .owl-dots .owl-dot {
  margin: 0 4px;
  outline: 0; }

.section-home-slider .owl-carousel .owl-dots .owl-dot span {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9; }

.section-home-slider .owl-carousel .owl-dots .owl-dot.active {
  border-radius: 50%; }

.section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--shop-color-main); }

.section-home-slider:hover .owl-nav button {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

@media (max-width: 767px) {
  .section-home-slider .owl-carousel .owl-dots {
    bottom: 5px; }
  .section-home-slider .owl-carousel .owl-dots .owl-dot {
    margin: 0 2px; }
  .section-home-slider .owl-carousel .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 4px; }
  .section-home-slider .owl-carousel .owl-dots .owl-dot.active {
    border: 1px solid #000000; }
  .section-home-slider .slider-item .slide--content .slide--logo {
    font-size: 24px; }
  .section-home-slider .slider-item .slide--content .slide--des {
    font-size: 16px; }
  .section-home-slider .slider-item .slide--content .title1 {
    font-size: 18px; }
  .section-home-slider .slider-item .slide--content .title2 {
    font-size: 24px; }
  .section-home-slider .slider-item .slide--content .btn-more .button {
    padding: 8px 16px; } }

#section-home-category {
  padding: 64px 0; }

#section-home-category .item-category {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px; }

#section-home-category .item-category .media-category {
  border-radius: 8px;
  position: relative;
  padding-bottom: 100%;
  background: #fff; }

#section-home-category .item-category .media-category img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#section-home-category .item-category .title-category {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px; }

@media (min-width: 1200px) {
  #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
    -webkit-flex: 0 0 calc(20% - 25.6px);
    flex: 0 0 calc(20% - 25.6px);
    max-width: calc(20% - 25.6px);
    margin-right: 32px; }
  #section-home-category .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }
  #section-home-category .owl-carousel .owl-nav button.owl-next {
    right: -40px; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
    -webkit-flex: 0 0 calc(33.3333% - 21,33333333px);
    flex: 0 0 calc(33.3333% - 21,33333333px);
    max-width: calc(33.3333% - 21,33333333px);
    margin-right: 32px; }
  #section-home-category .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }
  #section-home-category .owl-carousel .owl-nav button.owl-next {
    right: -40px; } }

@media (max-width: 991.98px) {
  #section-home-category {
    padding: 32px 0; } }

@media (max-width: 767.98px) {
  #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
    -webkit-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin-right: 32px; } }

#section-home-brand {
  padding-bottom: 64px; }

#section-home-brand .item-brand {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  position: relative;
  height: 88px;
  padding: 0 24px; }

#section-home-brand .item-brand a {
  height: 88px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

@media (min-width: 1200px) {
  #section-home-brand .owl-carousel:not(.owl-loaded) .item-brand {
    -webkit-flex: 0 0 calc(16.66666667% - 26.66666667px);
    flex: 0 0 calc(16.66666667% - 26.66666667px);
    max-width: calc(16.66666667% - 26.66666667px);
    margin-right: 32px; }
  #section-home-brand .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }
  #section-home-brand .owl-carousel .owl-nav button.owl-next {
    right: -40px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-home-brand .owl-carousel:not(.owl-loaded) .item-brand {
    -webkit-flex: 0 0 calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
    margin-right: 32px; }
  #section-home-brand .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }
  #section-home-brand .owl-carousel .owl-nav button.owl-next {
    right: -40px; } }

@media (max-width: 991.98px) {
  #section-home-brand {
    padding-bottom: 64px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  #section-home-brand .owl-carousel:not(.owl-loaded) .item-brand {
    -webkit-flex: 0 0 calc(33.3333% - 21.33333333px);
    flex: 0 0 calc(33.3333% - 21.33333333px);
    max-width: calc(33.3333% - 21.33333333px);
    margin-right: 32px; }
  #section-home-brand .owl-carousel .owl-nav button.owl-prev {
    left: -40px; }
  #section-home-brand .owl-carousel .owl-nav button.owl-next {
    right: -40px; } }

@media (max-width: 767.98px) {
  #section-home-brand .owl-carousel:not(.owl-loaded) .item-brand {
    -webkit-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin-right: 32px; }
  #section-home-brand .owl-carousel .owl-nav button {
    background: #f3f3f3; } }

.section-home-collection {
  padding: 0 0 64px; }

.section-home-collection.section-home-collection-top {
  padding-top: 64px; }

@media (min-width: 1200px) {
  .section-home-collection .slider-collection .owl-carousel:not(.owl-loaded) > div {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
    margin-right: 32px; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-home-collection .slider-collection .owl-carousel:not(.owl-loaded) > div {
    flex: 0 0 calc(33.3333% - 21.33333333px);
    max-width: calc(33.3333% - 21.33333333px);
    margin-right: 32px; } }

@media (max-width: 767.98px) {
  .section-home-collection .slider-collection .owl-carousel:not(.owl-loaded) > div {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin-right: 32px; } }

.section-home-collection .slider-collection .owl-carousel .owl-nav button.owl-prev {
  left: -40px; }

.section-home-collection .slider-collection .owl-carousel .owl-nav button.owl-next {
  right: -40px; }

@media (max-width: 767.98px) {
  .section-home-collection .slider-collection .owl-carousel .owl-nav button {
    background: #f3f3f3; }
  .section-home-collection .slider-collection .owl-carousel .owl-nav button.owl-prev {
    left: 0px; }
  .section-home-collection .slider-collection .owl-carousel .owl-nav button.owl-next {
    right: 0px; } }

@media (max-width: 991.98px) {
  .section-home-collection {
    padding: 0 0 32px; }
  .section-home-collection.section-home-collection-top {
    padding-top: 32px; } }

.section-home-intro {
  padding: 64px 0;
  background: #f3f3f3; }

.section-home-intro .home-intro-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px; }

.section-home-intro .home-intro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px); }

.section-home-intro .home-intro--titles h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0; }

.section-home-intro .home-intro--logo img {
  width: 170px; }

.section-home-intro .home-intro--actions a {
  border-radius: 6px;
  display: inline-flex;
  padding: 9px 24px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.1px; }

.section-home-intro .home-intro-video {
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
  position: relative;
  padding-bottom: calc((9/16) * 50%); }

.section-home-intro .home-intro-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 991.98px) {
  .section-home-intro {
    padding: 32px 0; }
  .section-home-intro .home-intro--titles h2 {
    font-size: 20px; }
  .section-home-intro .home-intro, .section-home-intro .home-intro-video {
    flex: 0 0 100%;
    max-width: 100%; }
  .section-home-intro .home-intro-video {
    padding-bottom: calc((9/16) * 100%); } }

.section-home-testimonial {
  padding: 64px 0;
  background: #fff; }

.section-home-testimonial h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px; }

.section-home-testimonial .home-testimonial-slider {
  padding-bottom: 36px; }

.section-home-testimonial .home-testimonial-slider.owl-carousel:not(.owl-loaded) {
  margin-right: 0; }

.section-home-testimonial .home-testimonial-slider.owl-carousel:not(.owl-loaded) .slider-item {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }

.section-home-testimonial .home-testimonial-slider .item-testimonial {
  display: flex;
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center; }

.section-home-testimonial .home-testimonial-slider .item-testimonial .des {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px; }

.section-home-testimonial .home-testimonial-slider .item-testimonial .avatar {
  margin-bottom: 8px; }

.section-home-testimonial .home-testimonial-slider .item-testimonial .avatar img {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--shop-color-main); }

.section-home-testimonial .home-testimonial-slider .item-testimonial .job {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.1px; }

.section-home-testimonial .home-testimonial-slider .item-testimonial .name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px; }

@media (max-width: 991.98px) {
  .section-home-testimonial {
    padding: 32px 0; }
  .section-home-testimonial h2 {
    font-size: 20px; }
  .section-home-testimonial .home-testimonial-slider .item-testimonial .des {
    font-size: 16px; } }

#section-home-blog {
  padding: 64px 0; }

#section-home-blog .sectionContent {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

#section-home-blog .sectionContent .section-blog-big {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px); }

#section-home-blog .sectionContent .section-blog-big .media-article {
  border-radius: 4px;
  position: relative;
  padding-bottom: calc((299/552)*100%); }

#section-home-blog .sectionContent .section-blog-big .media-article img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px; }

#section-home-blog .sectionContent .section-blog-right {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

#section-home-blog .sectionContent .section-blog-right .item-article {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%; }

#section-home-blog .sectionContent .section-blog-right .item-article .media-article {
  flex: 0 0 168px;
  max-width: 168px;
  position: relative; }

#section-home-blog .sectionContent .section-blog-right .item-article .media-article img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article {
  flex: 0 0 calc(100% - 176px);
  max-width: calc(100% - 176px);
  background: transparent;
  padding: 0;
  gap: 8px; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .time-article {
  order: 2; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .title-article {
  order: 1; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .title-article a {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .short-article {
  display: none; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .view-article {
  order: 3;
  padding-top: 8px; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .view-article a {
  background: transparent;
  color: #C11818;
  align-items: center;
  padding: 0; }

#section-home-blog .sectionContent .section-blog-right .item-article .info-article .view-article a svg {
  display: inline-flex; }

@media (max-width: 991.98px) {
  #section-home-blog {
    padding: 32px 0; }
  #section-home-blog .sectionContent .section-blog-big {
    flex: 0 0 100%;
    max-width: 100%; }
  #section-home-blog .sectionContent .section-blog-right {
    flex: 0 0 100%;
    max-width: 100%; } }
