.mew_slide_banner_3 .swiper-slide {
  width: calc(100%/2 - 5px);
  margin-right: 10px; }

@media (min-width: 375px) {
  .m_trending .swiper-slide {
    width: calc(100%/1.6 - 7.5px);
    margin-right: 15px; } }

@media (min-width: 576px) {
  .mew_slide_banner .swiper-slide {
    width: calc(100%/1.8 - 5px);
    margin-right: 10px; }
  .m_trending .swiper-slide {
    width: calc(100%/1.8 - 7.5px);
    margin-right: 15px; } }

@media (min-width: 768px) {
  .mew_flash .swiper-slide, .mew_product_main .swiper-slide, .mew_product_tab .swiper-slide {
    width: calc(100%/3 - 10px*2/3);
    margin-right: 10px; }
  .mew_cate_sl1 .swiper-slide, .mew_cate_sl2 .swiper-slide {
    width: calc(100%/3 - 10px*2/3);
    margin-right: 10px; }
  .m_brand_slide .swiper-slide {
    width: calc(100%/5 - 8px);
    margin-right: 10px; }
  .mew_video_index .swiper-slide {
    width: calc(100%/1.5 - 7.5px);
    margin-right: 15px; }
  .mew_press .swiper-slide {
    width: calc(100%/1.3); }
  .mew_vn_press .swiper-slide {
    width: calc(100%/4 - 20px*3/4);
    margin-right: 10px; }
  .mew_blog .swiper-slide {
    width: calc(100%/1.8 - 7.5px);
    margin-right: 15px; } }

@media (min-width: 992px) {
  .mew_flash .swiper-slide, .mew_product_main .swiper-slide, .mew_product_tab .swiper-slide, .mew_slide_banner_3 .swiper-slide {
    width: calc(100%/4 - 7.5px);
    margin-right: 10px; }
  .mew_cate_sl1 .swiper-slide, .mew_cate_sl2 .swiper-slide {
    width: calc(100%/4 - 10px*3/4);
    margin-right: 10px; }
  .m_brand_slide .swiper-slide {
    width: calc(100%/7 - 10px/7*6);
    margin-right: 10px; }
  .mew_press .swiper-slide {
    width: calc(100%/1.6); }
  .mew_vn_press .swiper-slide {
    width: calc(100%/5 - 20px*4/5);
    margin-right: 10px; }
  .mew_blog .swiper-slide {
    width: calc(100%/2 - 7.5px);
    margin-right: 15px; } }

@media (min-width: 1200px) {
  .m_brand_slide .swiper-slide {
    width: calc(100%/9 - 10px/9*8);
    margin-right: 10px; }
  .mew_vn_press .swiper-slide {
    width: calc(100%/6 - 20px*5/6);
    margin-right: 10px; }
  .mew_blog .swiper-slide {
    width: calc(100%/3 - 10px);
    margin-right: 15px; } }

@media (max-width: 767px) {
  .mew_flash .swiper-slide, .mew_product_main .swiper-slide, .mew_product_tab .swiper-slide {
    width: calc(100%/2 - 7.5px);
    margin-right: 15px; }
  .mew_cate_sl1 .swiper-slide, .mew_cate_sl2 .swiper-slide {
    width: calc(100%/2 - 5px);
    margin-right: 10px; }
  .mew_vn_press .swiper-slide {
    width: calc(100%/3 - 20px*2/3);
    margin-right: 10px; }
  .m_brand_slide .swiper-slide {
    width: calc(100%/4 - 7.5px);
    margin-right: 10px; } }

@media (max-width: 576px) {
  .mew_cate_sl1 .swiper-slide, .mew_cate_sl2 .swiper-slide {
    width: calc(100%/1.8 - 5px);
    margin-right: 10px; }
  .m_brand_slide .swiper-slide {
    width: calc(100%/3 - 10px/3*2);
    margin-right: 10px; } }

.title-basic {
  font-size: 28px;
  color: var(--mainColor); }

.mew_slide .mew_slide_p {
  bottom: 0; }

.mew_slide.swiper-container .swiper-button-next,
.mew_slide.swiper-container .swiper-button-prev {
  width: 100px;
  height: 100%;
  opacity: .8; }
  .mew_slide.swiper-container .swiper-button-next:after,
  .mew_slide.swiper-container .swiper-button-prev:after {
    font-size: 36px;
    color: #ffffff; }

.mew_slide.swiper-container .swiper-button-prev {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  left: 0; }
  .mew_slide.swiper-container .swiper-button-prev:hover {
    opacity: 1; }

.mew_slide.swiper-container .swiper-button-next {
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  right: 0; }
  .mew_slide.swiper-container .swiper-button-next:hover {
    opacity: 1; }

.m_about .more {
  color: var(--mainColor);
  font-size: 18px;
  border-bottom: 1px solid #fff; }
  .m_about .more:hover {
    border-bottom: 1px solid var(--mainColor); }
  .m_about .more svg {
    fill: var(--mainColor); }

.m_about .about-slogan .a-icon {
  width: 50px;
  height: 50px;
  background: var(--mainColor); }
  .m_about .about-slogan .a-icon svg {
    fill: #fff; }
  .m_about .about-slogan .a-icon:before {
    content: "";
    position: absolute;
    border: 2px solid var(--mainColor);
    border-radius: 50px;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px; }

.m_about .about-slogan .a-content {
  flex: 1; }
  .m_about .about-slogan .a-content .tit {
    line-height: normal; }
    @media (min-width: 768px) {
      .m_about .about-slogan .a-content .tit {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .m_about .about-slogan .a-content .tit {
        font-size: 18px; } }

@media (max-width: 767px) {
  .m_cate_slide .mc_prev, .m_cate_slide .mc_next {
    display: none !important; } }

.arrow-cate .swiper-button-prev, .arrow-cate .swiper-button-next {
  width: 50px;
  height: 36px;
  border: 1px solid #000;
  position: initial; }
  .arrow-cate .swiper-button-prev:after, .arrow-cate .swiper-button-next:after {
    display: none; }

.arrow-cate .swiper-pagination {
  position: initial;
  width: auto; }

.arrow-cate .swiper-button-prev svg {
  transform: rotate(-180deg); }

.mew_cate .tit {
  font-size: 16px;
  bottom: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  will-change: opacity, transform; }

.mew_cate .arrow {
  width: 55px;
  height: 55px;
  background: #fff;
  position: absolute;
  z-index: 2;
  right: -1px;
  top: -1px;
  border-bottom-left-radius: 20px;
  will-change: opacity, transform; }
  .mew_cate .arrow:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 40px;
    top: 1px;
    left: -40px;
    border-radius: 0 20px 0px 0;
    box-shadow: 20px 0 0 0 #fff;
    pointer-events: none; }
  .mew_cate .arrow:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 54px;
    bottom: -30px;
    right: 1px;
    border-radius: 0 20px 0px 0;
    box-shadow: 30px 0 0 0 #fff;
    pointer-events: none; }
  .mew_cate .arrow .icon {
    width: 40px;
    height: 40px;
    background: var(--mainColor);
    transform: translate(0, 0);
    transition: all 0.35s; }
    .mew_cate .arrow .icon svg {
      transform: rotate(-45deg);
      fill: #fff; }

.mew_cate .item_cate {
  z-index: 1;
  padding: 1px;
  border-top-right-radius: 0 !important;
  backface-visibility: hidden;
  transform: translateZ(0); }
  .mew_cate .item_cate img {
    filter: brightness(0.8);
    transition: all 0.35s; }
  .mew_cate .item_cate:hover img {
    filter: brightness(1); }
  .mew_cate .item_cate:hover .icon {
    transform: translate(5px, -5px); }

.mew_poli .b_img {
  width: 56px; }
  @media (max-width: 565px) {
    .mew_poli .b_img {
      width: 46px; } }

.mew_poli .item_poli {
  max-width: 25%;
  min-width: 25%; }

.mew_poli .item_poli a:hover .tit {
  color: var(--mainColor); }

@media (max-width: 767px) {
  .mew_poli .mobi_poli {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
  .mew_poli .tit {
    font-size: 12px;
    height: calc(18px* 2); } }

@media (max-width: 480px) {
  .mew_poli .tit {
    font-size: 11px;
    line-height: normal;
    height: calc(13px* 2); } }

@media (max-width: 348px) {
  .mew_poli .tit {
    font-size: 10px;
    height: calc(12px* 2); } }

.b_mew_cate .mobi_cate {
  gap: 8px; }

.b_mew_cate .thumbs {
  max-width: 56px; }

.b_mew_cate .item_cate {
  transition: all 0.3s ease-in; }
  .b_mew_cate .item_cate:hover {
    background: #f8f9fa;
    color: #000; }

.b_mew_cate .noti {
  top: -4px;
  right: -5px;
  color: #dd2f2c;
  background: #ffced2;
  border-radius: 5px;
  padding: 0 3px;
  font-size: 12px; }

.b_mew_cate .sb_cate1 {
  bottom: 8px; }

@media (max-width: 575px) {
  .b_mew_cate .tit {
    font-size: 12px; } }

@media (max-width: 991px) {
  .scroll_mobi {
    overflow-x: auto;
    overflow-y: hidden; } }

.video-bn {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.m_achievement .bg-achie {
  background: linear-gradient(120deg, var(--bgAchie1), var(--bgAchie2)); }

.m_achievement .box-achie {
  display: grid;
  gap: 10px; }
  @media (min-width: 1500px) {
    .m_achievement .box-achie {
      gap: 16px; } }
  @media (min-width: 481px) and (max-width: 991px), (min-width: 1200px) {
    .m_achievement .box-achie {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr); } }
  @media (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
    .m_achievement .box-achie {
      max-height: 384px;
      overflow: auto; } }
  .m_achievement .box-achie .cont {
    word-break: break-word;
    white-space: pre-wrap; }
  .m_achievement .box-achie .i-count {
    font-size: 26px; }
    @media (min-width: 1500px) {
      .m_achievement .box-achie .i-count.big {
        font-size: 42px; } }
    @media (max-width: 1499px) {
      .m_achievement .box-achie .i-count.big {
        font-size: 36px; } }
    @media (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
      .m_achievement .box-achie .i-count.big {
        font-size: 32px; } }

.m_press .mew_press .swiper-slide {
  transform: scale(0.9) translateY(0%) !important;
  transition: all 0.4s; }
  .m_press .mew_press .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .m_press .mew_press .swiper-slide.swiper-slide-active {
    transform: scale(1) translateY(0%) !important;
    position: relative;
    filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.1)); }
    .m_press .mew_press .swiper-slide.swiper-slide-active:before {
      opacity: 0;
      pointer-events: none; }
  .m_press .mew_press .swiper-slide .img_thm {
    border: 4px solid var(--mainColor); }

.view_mores:hover {
  box-shadow: 0 0px 2px 0 var(--mainColor), 0 0px 6px 0px var(--mainColor); }

.b_product {
  gap: 15px; }

.b_product_5_1 .product-item .item-title a, .b_product_5_2 .product-item .item-title a {
  font-size: 0.9rem; }

.b_product_5_1 .swiper-button-next,
.b_product_5_1 .swiper-button-prev, .b_product_5_2 .swiper-button-next,
.b_product_5_2 .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%); }

.mew_reviews .m_people .jt {
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto; }

.mew_reviews .m_people .name {
  color: var(--mainColor); }

.mew_reviews .m_people .i_fm {
  width: 80px;
  height: 80px; }

.mew_reviews .m_people .imga {
  gap: 12px; }
  .mew_reviews .m_people .imga img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--mainColor); }

.mew_reviews .swiper-container .swiper-pagination-bullet:before {
  background: var(--mainColor); }

.mew_peo_p {
  top: 18px;
  right: 18px; }
  .mew_peo_p .swiper-pagination-bullet {
    margin: 0 1px;
    opacity: 0.7 !important; }
  .mew_peo_p .swiper-pagination-bullet-active {
    width: 16px !important;
    opacity: 1 !important; }

.mew_video_index .title {
  background-image: var(--bgVideo); }
  .mew_video_index .title:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: linear-gradient(210deg, var(--bgVideoCl), var(--bgVideoCls)); }

.view_more_blog a {
  border: 1px solid var(--mainColor);
  color: var(--mainColor); }
  .view_more_blog a:hover {
    background: var(--mainColor);
    color: #fff; }

html {
  scroll-behavior: smooth; }

.mew_cate .item_cate img {
  filter: brightness(1);
  transition: all 0.35s; }

.mew_cate .item_cate:hover .icon {
  transform: initial; }
