.showfixed {
  position: static !important; }

.btn-more {
  font-weight: bold;
  padding: 10px;
  color: var(--bkg_section_m3);
  background: var(--bkg_section_m1);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 150ms linear 0s; }
  .btn-more svg {
    width: 16px;
    height: 16px;
    fill: var(--bkg_section_m2); }
  .btn-more strong {
    color: var(--bkg_section_m2); }
  .btn-more:hover {
    transform: scale(1.02);
    color: #fff; }
  @media (max-width: 991px) {
    .btn-more {
      font-size: 12px; } }

.new-landingpage .pdLoopItem .itemLoop .pdLoopImg {
  padding: 20px 0; }

.new-landingpage .pdLoopItem .pdLoopName a {
  color: #333333;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  position: relative; }

.new-landingpage .pdLoopItem .taginforitem {
  margin-bottom: 8px; }

.new-landingpage .pdLoopItem .itemLoop .pdPrice {
  text-align: unset; }
  .new-landingpage .pdLoopItem .itemLoop .pdPrice .pdComparePrice {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #6D6E72;
    font-style: normal; }
  .new-landingpage .pdLoopItem .itemLoop .pdPrice .prdMainPirce {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #E30019; }
  .new-landingpage .pdLoopItem .itemLoop .pdPrice .prdPercent {
    padding: 2px 6px 0;
    background: #FFEDED;
    border-radius: 2px;
    color: #E30019;
    border: 1px solid #E30019;
    line-height: 16px;
    font-size: 12px;
    margin-left: 10px; }

@media screen and (min-width: 1400px) {
  .new-landingpage .container {
    width: 1220px;
    padding-left: 10px;
    padding-right: 10px; } }

.new-landingpage .page-main-banner .main-banner img {
  width: 100%; }

.new-landingpage .page-policy-banner {
  border-top: 7px solid var(--bkg_section_2);
  padding: 18px 0;
  background-color: var(--bkg_section_2); }
  @media screen and (max-width: 700px) {
    .new-landingpage .page-policy-banner {
      padding: 8px 0;
      padding-top: 0; } }
  .new-landingpage .page-policy-banner .main-banner img {
    width: 100%; }

.new-landingpage .page-main-control {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: var(--bkg_section_3);
  padding: 10px 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease; }
  .new-landingpage .page-main-control .list-control {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px; }
    .new-landingpage .page-main-control .list-control a {
      text-align: center; }
      .new-landingpage .page-main-control .list-control a img {
        max-width: 100%;
        height: auto;
        transition: all 0.3s linear; }
      .new-landingpage .page-main-control .list-control a:hover img {
        transform: scale(1.04); }

.new-landingpage .section-page {
  padding: 60px 0; }
  @media (max-width: 991px) {
    .new-landingpage .section-page {
      padding: 15px 0; } }

.new-landingpage .section-promotion {
  background: var(--bkg_section_4); }
  .new-landingpage .section-promotion .section-title {
    background-color: var(--bkg_section_title_1);
    border-radius: 14px 14px 0 0;
    text-align: center;
    padding: 4px 0; }
    .new-landingpage .section-promotion .section-title img {
      max-width: 700px; }
  .new-landingpage .section-promotion .section-content .list-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px 10px;
    flex-wrap: wrap;
    display: grid;
    background: #fff;
    border-radius: 0 0 14px 14px;
    grid-template-columns: repeat(5, 1fr); }
    .new-landingpage .section-promotion .section-content .list-banner .item {
      min-width: 0; }
      .new-landingpage .section-promotion .section-content .list-banner .item img {
        width: 100%; }
  .new-landingpage .section-promotion .section-content .button-wrap {
    text-align: center;
    margin-top: 20px; }
  @media (max-width: 991px) {
    .new-landingpage .section-promotion .section-title img {
      border-radius: 10px;
      max-width: 100%; }
    .new-landingpage .section-promotion .section-content .list-banner {
      grid-template-columns: repeat(2, 1fr); }
    .new-landingpage .section-promotion .section-content .button-wrap {
      margin-top: 10px; } }

.new-landingpage .section-collection {
  background-image: url(https://file.hstatic.net/200000420363/file/background_2_78fbf0d7f141499eb80.png); }
  .new-landingpage .section-collection.bg-1 {
    background-image: url(https://file.hstatic.net/200000420363/file/background_1_08a1e791ee7b4a8b9ac.png); }
  .new-landingpage .section-collection .section-wrapper {
    /*display: grid;
			grid-template-columns: 0.26fr 0.74fr;
			gap: 6px;*/
    display: flex;
    gap: 6px; }
    @media (max-width: 991px) {
      .new-landingpage .section-collection .section-wrapper {
        flex-wrap: wrap; } }
    .new-landingpage .section-collection .section-wrapper .section-title {
      width: 26%;
      min-width: 0; }
      @media (max-width: 991px) {
        .new-landingpage .section-collection .section-wrapper .section-title {
          border-radius: 10px;
          width: 100%; } }
      .new-landingpage .section-collection .section-wrapper .section-title .image-title img {
        width: 100%; }
    .new-landingpage .section-collection .section-wrapper .section-content {
      min-width: 0;
      width: 74%; }
      @media (max-width: 991px) {
        .new-landingpage .section-collection .section-wrapper .section-content {
          width: 100%; } }
      .new-landingpage .section-collection .section-wrapper .section-content .list-collection {
        margin-top: 8px;
        background: #fff;
        border-radius: 4px;
        padding: 8px 4px;
        display: flex;
        flex-wrap: wrap; }
        .new-landingpage .section-collection .section-wrapper .section-content .list-collection .pdLoopItem {
          border-radius: 4px;
          box-shadow: inset 1px 0px 0px #EDEDED, inset -1px 0px 0px #EDEDED, inset 0px 1px 0px #EDEDED, inset 0px -1px 0px #EDEDED; }
        .new-landingpage .section-collection .section-wrapper .section-content .list-collection:not(.slick-slider) {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 8px; }
          .new-landingpage .section-collection .section-wrapper .section-content .list-collection:not(.slick-slider) .pdLoopItem {
            min-width: 0; }
        .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-track {
          display: flex;
          height: 100%; }
          .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-track .list-collection-item {
            padding: 5px;
            height: 100%; }
            .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-track .list-collection-item .pdLoopItem {
              height: 100%; }
              .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-track .list-collection-item .pdLoopItem .pdPrice {
                min-height: 40px; }
              .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-track .list-collection-item .pdLoopItem .hrvproduct-tabs:has(.taginforitem) .taginforitem {
                min-height: 110px;
                align-content: flex-start; }
        .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-arrow {
          width: 38px;
          height: 38px;
          border: none;
          outline: none;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #fff;
          position: absolute;
          top: 50%;
          border-radius: 55px;
          background: #f2f2f2;
          z-index: 9;
          color: #999;
          transform: translateY(-50%); }
          .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-arrow.slick-next {
            right: 5px; }
          .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-arrow.slick-prev {
            left: 5px; }
          @media (max-width: 991px) {
            .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-arrow {
              width: 36px;
              height: 36px;
              border-radius: 99px; }
              .new-landingpage .section-collection .section-wrapper .section-content .list-collection.slick-slider .slick-arrow.slick-prev {
                right: 55px; } }
  .new-landingpage .section-collection .section-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px; }
  @media (max-width: 991px) {
    .new-landingpage .section-collection .section-wrapper {
      /*display: grid;
				grid-template-columns: 1fr;
				gap: 6px;*/ }
      .new-landingpage .section-collection .section-wrapper .section-content {
        min-width: 0; }
        .new-landingpage .section-collection .section-wrapper .section-content .list-collection:not(.slick-slider) {
          grid-template-columns: repeat(2, 1fr); }
    .new-landingpage .section-collection .section-button {
      flex-wrap: wrap; } }

.new-landingpage #section2.section-promotion {
  background: var(--bkg_section_4_1); }
  .new-landingpage #section2.section-promotion .section-title {
    background-color: var(--bkg_section_title_2); }

.new-landingpage #section3.section-collection {
  background: var(--bkg_section_5); }

.new-landingpage #section4.section-collection {
  background: var(--bkg_section_6); }

.new-landingpage #section5.section-collection {
  background: var(--bkg_section_7); }

.new-landingpage #section6.section-collection {
  background: var(--bkg_section_8); }

.new-landingpage #section7.section-collection {
  background: var(--bkg_section_8); }

.new-landingpage #section6.section-collection {
  background: var(--bkg_section_8); }

.new-landingpage #section7.section-collection {
  background: var(--bkg_section_9); }

.new-landingpage #section8.section-collection {
  background: var(--bkg_section_10); }

.new-landingpage #section9.section-collection {
  background: var(--bkg_section_11); }

.new-landingpage #section10.section-collection {
  background: var(--bkg_section_12); }

.new-landingpage #section11.section-collection {
  background: var(--bkg_section_13); }

.new-landingpage #section12.section-collection {
  background: var(--bkg_section_14); }

.new-landingpage .section-3-banner {
  background: var(--bkg_section_15) !important; }
  .new-landingpage .section-3-banner .section-content .list-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -5px; }
    .new-landingpage .section-3-banner .section-content .list-banner .item {
      width: calc(100%/3);
      padding: 0 5px; }
      .new-landingpage .section-3-banner .section-content .list-banner .item .item-inner {
        overflow: hidden;
        border-radius: 6px;
        background: #fff; }
        .new-landingpage .section-3-banner .section-content .list-banner .item .item-inner .item-image {
          overflow: hidden; }
          .new-landingpage .section-3-banner .section-content .list-banner .item .item-inner .item-image img {
            transition: all 0.3s linear; }
          .new-landingpage .section-3-banner .section-content .list-banner .item .item-inner .item-image:hover img {
            transform: scale(1.04); }
        .new-landingpage .section-3-banner .section-content .list-banner .item .item-inner .item-info {
          display: flex;
          align-items: center;
          gap: 10px;
          background: #fff;
          padding: 10px; }
          .new-landingpage .section-3-banner .section-content .list-banner .item .item-inner .item-info h3 {
            flex: 1;
            margin: 0;
            min-height: 25px;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.2; }
          .new-landingpage .section-3-banner .section-content .list-banner .item .item-inner .item-info > a {
            font-size: 14px;
            border-radius: 4px;
            background: #eb2727;
            color: #fff;
            padding: 4px 10px;
            display: flex;
            justify-content: center; }
  @media (max-width: 991px) {
    .new-landingpage .section-3-banner .section-content .list-banner .item {
      width: 100%;
      padding: 5px; } }

.new-landingpage .section-promotion .section-content .list-banner .item a {
  display: flex;
  justify-content: center;
  transition: all 150ms linear 0s; }

.new-landingpage .section-promotion .section-content .list-banner .item:hover a {
  transform: scale(1.02); }

/* INDEX */
#insSlider .boxSlideHome {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
  #insSlider .boxSlideHome .mainSlider {
    z-index: 3; }
    #insSlider .boxSlideHome .mainSlider:hover .swiper-button-next {
      right: 0px; }
    #insSlider .boxSlideHome .mainSlider:hover .swiper-button-prev {
      left: 0px; }
  #insSlider .boxSlideHome .swiper-wrapper .swiper-slide img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover; }
  #insSlider .boxSlideHome .swiper-button-prev, #insSlider .boxSlideHome .swiper-button-next {
    top: 48%;
    background: transparent;
    transition: .3s; }
    #insSlider .boxSlideHome .swiper-button-prev button, #insSlider .boxSlideHome .swiper-button-next button {
      width: 30px;
      z-index: 3;
      align-items: center;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      display: flex;
      font-size: 14px;
      height: 60px;
      justify-content: center;
      outline: none;
      border: none; }
      #insSlider .boxSlideHome .swiper-button-prev button svg, #insSlider .boxSlideHome .swiper-button-next button svg {
        width: 26px;
        height: 26px; }
    #insSlider .boxSlideHome .swiper-button-prev:after, #insSlider .boxSlideHome .swiper-button-next:after {
      display: none; }
    #insSlider .boxSlideHome .swiper-button-prev.swiper-button-disabled, #insSlider .boxSlideHome .swiper-button-next.swiper-button-disabled {
      opacity: 1;
      pointer-events: unset; }
  #insSlider .boxSlideHome .swiper-button-next {
    right: -30px; }
    #insSlider .boxSlideHome .swiper-button-next button {
      border-radius: 100px 0 0 100px;
      padding-left: 7px; }
  #insSlider .boxSlideHome .swiper-button-prev {
    left: -30px; }
    #insSlider .boxSlideHome .swiper-button-prev button {
      border-radius: 0 100px 100px 0;
      padding-right: 7px; }
  #insSlider .boxSlideHome .swiper-pagination {
    display: none; }

#insSlider .slider-control {
  box-sizing: border-box;
  height: 22%;
  overflow: hidden; }
  #insSlider .slider-control .list-control .swiper-slide {
    align-items: center;
    background: #fff;
    border-radius: 0;
    color: #343a40;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    height: 100%;
    justify-content: center;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    padding: 20px 0; }
    #insSlider .slider-control .list-control .swiper-slide.swiper-slide-thumb-active {
      border-bottom: 2.5px solid #d70018;
      color: #343a40;
      font-weight: 700; }

@media (max-width: 991px) {
  #insSlider .slider-control {
    display: none; }
  #insSlider .boxSlideHome {
    box-shadow: unset; }
    #insSlider .boxSlideHome .mainSlider {
      z-index: 3;
      padding-bottom: 30px; }
      #insSlider .boxSlideHome .mainSlider:hover .swiper-button-next {
        right: 0px; }
      #insSlider .boxSlideHome .mainSlider:hover .swiper-button-prev {
        left: 0px; }
    #insSlider .boxSlideHome .swiper-wrapper .swiper-slide img {
      width: 100%; }
    #insSlider .boxSlideHome .swiper-button-prev, #insSlider .boxSlideHome .swiper-button-next {
      top: 48%;
      background: transparent;
      transition: .3s; }
      #insSlider .boxSlideHome .swiper-button-prev button, #insSlider .boxSlideHome .swiper-button-next button {
        width: 30px;
        z-index: 3;
        align-items: center;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        display: flex;
        font-size: 14px;
        height: 60px;
        justify-content: center;
        outline: none;
        border: none; }
        #insSlider .boxSlideHome .swiper-button-prev button svg, #insSlider .boxSlideHome .swiper-button-next button svg {
          width: 26px;
          height: 26px; }
      #insSlider .boxSlideHome .swiper-button-prev:after, #insSlider .boxSlideHome .swiper-button-next:after {
        display: none; }
      #insSlider .boxSlideHome .swiper-button-prev.swiper-button-disabled, #insSlider .boxSlideHome .swiper-button-next.swiper-button-disabled {
        opacity: 1;
        pointer-events: unset; }
    #insSlider .boxSlideHome .swiper-button-next {
      right: 0px; }
    #insSlider .boxSlideHome .swiper-button-prev {
      left: 0px; }
    #insSlider .boxSlideHome .swiper-pagination {
      display: block;
      bottom: 5px; }
      #insSlider .boxSlideHome .swiper-pagination .swiper-pagination-bullet {
        background-color: #707070;
        margin: 0 4px;
        opacity: 1;
        transition: .3s; }
        #insSlider .boxSlideHome .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #d70018;
          border-radius: 50px;
          width: 20px; } }

.new-landingpage .section-3-banner .section-content .list-banner .owl-nav {
  display: flex; }

.new-landingpage .section-3-banner .section-content .list-banner .owl-nav > div {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 5px; }
