.menmegaflex {
  display: flex;
  gap: 20px; }

.sub_menu.megamenu {
  width: 1000px;
  left: -280px;
  max-width: 100vw;
  padding: 17px; }
  .sub_menu.megamenu a {
    padding: 0 !important; }
  .sub_menu.megamenu .wrapmenu .title {
    margin-bottom: 10px; }
    .sub_menu.megamenu .wrapmenu .title a {
      font-weight: bold;
      font-size: 16px; }
  .sub_menu.megamenu .menulistmenu3 a {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    color: #949494; }

.menmegaflex > div.wrapmenu:first-child .title a {
  position: relative;
  color: #eab9c7; }
  .menmegaflex > div.wrapmenu:first-child .title a:after {
    content: "";
    position: absolute;
    width: 55%;
    height: 2px;
    background: #eab9c7;
    left: 0;
    bottom: 0;
    z-index: 1; }

.myreviewnew {
  padding: 20px 0;
  /* the parent */ }
  .myreviewnew .slick-slide {
    margin: 0 10px; }
  .myreviewnew .slick-list {
    margin: 0 -10px; }
  .myreviewnew .title {
    font-weight: bold;
    margin-top: 10px;
    display: block; }
  .myreviewnew .boxrreviewrap {
    border: 1px solid #f3dee3;
    padding: 10px;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15)); }

.main-info-product {
  margin-bottom: 20px; }

.myreviewnew h2.index-title,
.blog-index h2.index-title {
  margin-bottom: 20px; }

.flashsale_zoom {
  padding: 20px 0;
  /* the slides */ }
  .flashsale_zoom .divtitlehead2 a {
    background: #484848;
    display: inline-block;
    color: #ffffff;
    padding: 7px 10px; }
  @media (max-width: 767px) {
    .flashsale_zoom .divtitlehead2 {
      text-align: right;
      width: 100%;
      margin-top: 10px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 99;
      display: inline-block; } }
  .flashsale_zoom .divtitlehead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F9DBE2;
    padding: 10px; }
    @media (max-width: 767px) {
      .flashsale_zoom .divtitlehead {
        flex-wrap: wrap;
        position: relative; } }
  .flashsale_zoom .divtitlehead1 {
    display: flex;
    align-items: center;
    gap: 20px; }
    @media (max-width: 767px) {
      .flashsale_zoom .divtitlehead1 {
        flex-wrap: wrap;
        gap: 5px; } }
    .flashsale_zoom .divtitlehead1 i {
      font-size: 20px;
      color: #de3a61; }
    .flashsale_zoom .divtitlehead1 .titlsale {
      font-weight: bold;
      font-size: 20px;
      color: #de3a61; }
  .flashsale_zoom .wrapboxtimeflex {
    display: inline-flex;
    align-items: center;
    margin-left: 10px; }
  .flashsale_zoom .ngay_time {
    background: #484848;
    color: #ffffff;
    display: flex;
    width: 33px;
    justify-content: center;
    align-items: center;
    height: 35px; }
  .flashsale_zoom .endin-size {
    color: #484848; }
  .flashsale_zoom .slickglobalcss {
    overflow: hidden;
    /* the parent */ }
    .flashsale_zoom .slickglobalcss .slick-slide {
      margin: 0 7px; }
    .flashsale_zoom .slickglobalcss .slick-list {
      margin: 0 -7px; }
    .flashsale_zoom .slickglobalcss .prev.slick-arrow {
      position: absolute;
      top: 50%;
      background-color: transparent;
      transform: translateY(-50%);
      border: none;
      font-size: 20px;
      z-index: 1;
      padding: 0;
      color: #000;
      opacity: 1;
      visibility: visible;
      transition: all .5s;
      padding-right: 10px;
      padding-left: 5px;
      left: 5px; }
      @media (max-width: 1024px) {
        .flashsale_zoom .slickglobalcss .prev.slick-arrow {
          left: 0; } }
      .flashsale_zoom .slickglobalcss .prev.slick-arrow:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        transform: rotateY(180deg);
        z-index: 1; }
      .flashsale_zoom .slickglobalcss .prev.slick-arrow:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #fff;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: 1;
        transform: rotateY(180deg); }
      .flashsale_zoom .slickglobalcss .prev.slick-arrow img {
        position: relative;
        z-index: 2;
        width: 20px;
        padding: 5px; }
    .flashsale_zoom .slickglobalcss .next.slick-arrow {
      position: absolute;
      top: 50%;
      background-color: transparent;
      transform: translateY(-50%);
      border: none;
      font-size: 20px;
      z-index: 1;
      padding: 0;
      color: #000;
      opacity: 1;
      visibility: visible;
      transition: all .5s;
      padding-left: 10px;
      padding-right: 5px;
      right: 5px; }
      @media (max-width: 1024px) {
        .flashsale_zoom .slickglobalcss .next.slick-arrow {
          right: 0; } }
      .flashsale_zoom .slickglobalcss .next.slick-arrow:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ccc;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: 1; }
      .flashsale_zoom .slickglobalcss .next.slick-arrow:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #fff;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: 1; }
      .flashsale_zoom .slickglobalcss .next.slick-arrow img {
        position: relative;
        z-index: 2;
        width: 20px;
        padding: 5px;
        transform: rotate(180deg); }

.product-loop {
  background: #fff; }

#owl-index .owl-dots {
  display: none; }

#owl-blog-index {
  margin-top: 5px; }

#owl-blog-index .owl-nav button, #owl-blog-index-product .owl-nav button {
  position: absolute;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  width: 20px;
  height: 32px; }

#owl-blog-index .owl-nav button span.icon-right img, #owl-blog-index-product .owl-nav button span.icon-right img {
  transform: rotate(180deg); }

#owl-blog-index .owl-nav button.owl-next, #owl-blog-index-product .owl-nav button.owl-next {
  right: -50px; }

#owl-blog-index .owl-nav button.owl-prev, #owl-blog-index-product .owl-nav button.owl-prev {
  left: -50px; }

@media (max-width: 767px) {
  #owl-blog-index .owl-nav button.owl-next, #owl-blog-index-product .owl-nav button.owl-next {
    right: 0px; }
  #owl-blog-index .owl-nav button.owl-prev, #owl-blog-index-product .owl-nav button.owl-prev {
    left: 0px; }
  #owl-blog-index .owl-nav button.owl-next img, #owl-blog-index-product .owl-nav button.owl-next img {
    width: 10px; }
  #owl-blog-index .owl-nav button.owl-prev img, #owl-blog-index-product .owl-nav button.owl-prev img {
    width: 10px; } }

.article-loop {
  background: #fff; }

.blog-index {
  padding: 20px 0; }

.index-collections-product {
  padding: 20px 0; }

.bg-index {
  padding-bottom: 0; }

.blog-index {
  margin-bottom: 0; }

.boxmyreview {
  margin-bottom: 10px; }
  .boxmyreview .slick-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
    display: flex !important; }
    .boxmyreview .slick-slider .slick-dots li {
      margin: 0 2.5px; }
      .boxmyreview .slick-slider .slick-dots li button {
        font-size: 0;
        background: rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.15);
        width: 20px;
        height: 5px;
        transform: scale(0.75);
        border-radius: 0; }
      .boxmyreview .slick-slider .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(0, 0, 0, 0.6); }

.baivietlienquan > h3 {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.baivietlienquan li {
  position: relative;
  padding-left: 15px; }
  .baivietlienquan li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #000;
    transform: translateY(-50%);
    border-radius: 100%; }
  .baivietlienquan li a {
    color: #337ab7;
    font-size: 13px; }

.sanphamkhacproduct {
  /* the slides */
  /* the parent */ }
  .sanphamkhacproduct .slick-slide {
    margin: 0 7px; }
  .sanphamkhacproduct .slick-list {
    margin: 0 -7px; }
  .sanphamkhacproduct .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .sanphamkhacproduct .slider-index.next svg path {
      stroke: #fff; }
  .sanphamkhacproduct .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .sanphamkhacproduct .slider-index.prev svg {
      transform: rotate(180deg); }
      .sanphamkhacproduct .slider-index.prev svg path {
        stroke: #fff; }
  .sanphamkhacproduct .slick-arrow {
    opacity: 0;
    transition: 0.4s all ease; }
  .sanphamkhacproduct:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .sanphamkhacproduct .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .sanphamkhacproduct .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .sanphamkhacproduct .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #EC0098 0%, #FF8159 100%); }
  .sanphamkhacproduct > h3 {
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase; }
  .sanphamkhacproduct .slick-btn {
    background: #000;
    z-index: 9;
    height: 50px;
    display: flex !important;
    align-items: center; }
  .sanphamkhacproduct .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }

.twenteryblo {
  /* the slides */
  /* the parent */ }
  .twenteryblo .slick-slide {
    margin: 0 7px; }
  .twenteryblo .slick-list {
    margin: 0 -7px; }
  .twenteryblo .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .twenteryblo .slider-index.next svg path {
      stroke: #fff; }
  .twenteryblo .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .twenteryblo .slider-index.prev svg {
      transform: rotate(180deg); }
      .twenteryblo .slider-index.prev svg path {
        stroke: #fff; }
  .twenteryblo .slick-arrow {
    opacity: 0;
    transition: 0.4s all ease; }
  .twenteryblo:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .twenteryblo .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .twenteryblo .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .twenteryblo .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #EC0098 0%, #FF8159 100%); }
  .twenteryblo .slick-btn {
    background: #000;
    z-index: 9;
    height: 50px;
    display: flex !important;
    align-items: center; }
  .twenteryblo .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }

.flextomovie {
  display: flex;
  flex-wrap: wrap; }
  .flextomovie > div:nth-child(1) {
    width: 45%; }
    @media (max-width: 767px) {
      .flextomovie > div:nth-child(1) {
        width: 100%; } }
  .flextomovie > div:nth-child(2) {
    width: 55%; }
    @media (max-width: 767px) {
      .flextomovie > div:nth-child(2) {
        width: 100%; } }

.titlemini {
  font-size: 24px;
  margin-bottom: 17px;
  color: #1d1d1d;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left; }

.barandslider {
  padding: 50px 0;
  /* the slides */
  /* the parent */ }
  .barandslider .barandsliderskide_item {
    text-align: center; }
    .barandslider .barandsliderskide_item img {
      display: inline-block; }
  .barandslider .slick-slide {
    margin: 0 7px; }
  .barandslider .slick-list {
    margin: 0 -7px; }
  .barandslider .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .barandslider .slider-index.next svg path {
      stroke: #fff; }
  .barandslider .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .barandslider .slider-index.prev svg {
      transform: rotate(180deg); }
      .barandslider .slider-index.prev svg path {
        stroke: #fff; }
  .barandslider .slick-arrow {
    opacity: 0;
    transition: 0.4s all ease; }
  .barandslider:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .barandslider .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .barandslider .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .barandslider .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #EC0098 0%, #FF8159 100%); }
  .barandslider .slick-btn {
    background: #000;
    z-index: 9;
    height: 50px;
    display: flex !important;
    align-items: center; }

.bannerbaner {
  margin-top: 20px; }

.header-upper-logo .logoimg {
  max-width: 150px; }

#nav .main-nav > ul > li > a {
  padding: 25px 0px;
  color: #252a2b;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 6px;
  text-transform: uppercase; }

.twenteryblo .slider-index.next {
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff !important; }

.twenteryblo .slider-index.prev {
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff !important; }

.barandslider .barandsliderskide_item img {
  max-width: 100px; }

.barandslider .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1;
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff !important; }
