.mainHeader_temp01 .header-upper-middle {
  padding-bottom: 0; }

.listmenu {
  position: relative;
  max-width: 160px; }
  .listmenu .listspan {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    display: flex;
    text-align: center;
    cursor: pointer;
    border: 0;
    vertical-align: middle;
    justify-content: center; }
  .listmenu:hover .listspan {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s; }
  .listmenu .pos_menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #fff;
    top: 100%;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .listmenu .pos_menu .relativebox {
      position: relative;
      margin-top: 10px;
      border: 1px solid #000; }
      .listmenu .pos_menu .relativebox .zitem {
        padding: 10px;
        border-bottom: 0.5px solid #e7e7e7; }
        .listmenu .pos_menu .relativebox .zitem:last-child {
          border-bottom: 0; }
        .listmenu .pos_menu .relativebox .zitem img {
          width: 12px;
          margin-right: 10px; }
        .listmenu .pos_menu .relativebox .zitem a {
          font-size: 12px;
          display: flex;
          align-items: center; }
        .listmenu .pos_menu .relativebox .zitem:hover {
          background: rgba(245, 245, 245, 0.4); }
      .listmenu .pos_menu .relativebox .boxftm {
        width: 14px;
        height: 14px;
        position: absolute;
        left: 50%;
        top: -8px;
        z-index: 999;
        transform: translate3d(-50%, 0px, 0px) rotate3d(0, 0, 1, 45deg);
        border-left: 1px solid #000;
        border-top: 1px solid #000;
        z-index: 9999;
        background: #fff; }

.listmenu:hover .pos_menu {
  transform: scaleY(1);
  visibility: visible; }

@media (max-width: 767px) {
  .boxshare {
    display: none; } }

@media (max-width: 767px) {
  .newMenu .menu-mobile-item-head.active + .menuchild .cap2 {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 10px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc; }
  .newMenu .menu-mobile-item-head.active + .menuchild .cap2 .backmenu {
    line-height: 25px; }
  .newMenu .menu-mobile-item-head.active + .menuchild .cap2 > div {
    line-height: 25px;
    color: #0c1214;
    font-size: 1.5rem;
    font-weight: 500; }
  .newMenu .menu-mobile-item-head.active + .menuchild .cap2 .backmenu img {
    width: 25px; } }

.newMenu {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  width: 100%;
  max-width: calc(100% - 4rem); }
  .newMenu a {
    display: block;
    font-weight: bold;
    font-size: 12px !important; }
  .newMenu.active {
    transition: 0.3s all ease;
    visibility: visible;
    opacity: 1; }
  .newMenu .menu-mobile-listleft > ul {
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 50px;
    padding-top: 50px; }
  .newMenu .headfixmenu {
    display: flex;
    justify-content: space-between;
    border-bottom: 0;
    height: 57px;
    align-items: center;
    padding: 0 15px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0 !important;
    width: 100%;
    max-width: calc(100% - 4rem); }
    .newMenu .headfixmenu.cap1 {
      z-index: 10; }
    .newMenu .headfixmenu.cap2 {
      z-index: 99; }
    .newMenu .headfixmenu .span-menu-title {
      color: #0c1214;
      font-size: 1.5rem;
      font-weight: 500; }
  .newMenu .menuchild {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background: #fff;
    left: -200%;
    width: 100%;
    top: 0 !important;
    transition: 0.3s all ease;
    padding-top: 0px;
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 50px; }
    .newMenu .menuchild a {
      font-size: 16px;
      font-size: var(--fw300);
      color: #000; }
  .newMenu .menu-mobile-item-head {
    display: flex;
    justify-content: space-between;
    font-size: 16px; }
    .newMenu .menu-mobile-item-head a {
      display: block;
      width: 90%; }
    .newMenu .menu-mobile-item-head.active + .menuchild {
      left: 0%;
      max-width: 360px;
      transition: 0.3s all ease; }
  .newMenu button {
    background: no-repeat;
    border: none; }
    .newMenu button svg {
      width: 0.5em;
      height: 0.5em; }
    .newMenu button i {
      font-weight: 300;
      font-size: 14px; }
  .newMenu li {
    padding: 16px 16px; }

.activemenu .newMenu {
  transition: 0.3s all ease;
  visibility: visible;
  opacity: 1; }

.sidenav-close {
  border: 1px solid #ccc !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }

.overlaymenu {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  display: none; }

.activemenu .overlaymenu {
  display: block; }

.backmenu {
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: bold; }

.backmenu svg {
  width: 10px;
  margin-right: 7px; }

.rowflexmore {
  display: flex;
  margin-right: 15px; }
  .rowflexmore > div {
    width: calc(100%/2 - 15px);
    margin-right: 10px; }
  .rowflexmore .fallflex {
    display: flex;
    flex-wrap: wrap; }
    .rowflexmore .fallflex > div {
      width: calc(100%/2); }
  .rowflexmore .flexmorethan {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px; }
    .rowflexmore .flexmorethan > div {
      width: calc(100%/2 - 20px);
      border-top: 1px solid #b8baba;
      display: flex;
      align-items: center;
      margin-right: 20px;
      height: 52px; }

.flexbanner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px; }
  .flexbanner > div {
    width: calc(100%/4 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .flexbanner > div {
        width: calc(100%/2 - 10px); } }
    .flexbanner > div img {
      height: auto;
      object-fit: cover; }

.flexbanner {
  margin-top: 20px; }

.vsv-bloc-wrapper .vsv-titles {
  padding: 15px; }
  @media (max-width: 767px) {
    .vsv-bloc-wrapper .vsv-titles {
      padding: 0; } }

.vsv-bloc-wrapper .vsv-titles h2 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0; }

.rbannerfull {
  position: relative; }
  .rbannerfull img {
    width: 100%; }
  .rbannerfull .postitle {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .rbannerfull .postitle h3 {
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-family: 'proxima-nova', 'Noto sans', sans-serif !important;
      font-size: 38px;
      display: block;
      margin: 0 auto 1vw;
      font-size: 2.9vw; }
      @media (max-width: 1200px) {
        .rbannerfull .postitle h3 {
          text-align: center;
          color: #fff;
          font-weight: bold;
          display: block;
          margin: 0;
          font-size: 7vw !important;
          letter-spacing: 0.9vw; } }
    .rbannerfull .postitle p {
      color: #fff;
      text-align: center;
      font-size: 1.4vw;
      font-family: 'proxima-nova', 'Noto sans', sans-serif !important;
      margin: 0; }
      @media (max-width: 1200px) {
        .rbannerfull .postitle p {
          margin: 0;
          font-size: 3.7vw !important;
          margin-top: 2vw; } }
    .rbannerfull .postitle .seemorenow {
      color: #000;
      background: #fff;
      margin-top: 1.6vw;
      font-family: 'proxima-nova', 'Noto sans', sans-serif !important;
      display: inline-block;
      font-size: 1.05vw;
      padding: 0.5vw 3.3vw;
      font-weight: 400; }
      @media (max-width: 1200px) {
        .rbannerfull .postitle .seemorenow {
          margin-top: 4.5vw !important;
          font-size: 3vw;
          padding: 2vw 5vw; } }

.infoslider {
  position: absolute;
  bottom: 64px;
  left: 64px;
  z-index: 999;
  max-width: 380px; }

.footerthan .container-fluid {
  padding-left: 15px;
  padding-right: 15px; }

.footerthan .footer-content p {
  font-size: 12px;
  text-align: justify; }

.footerthan .invipidol h2 {
  font-size: 16px;
  font-family: 'helveticaneueltstd-ex',sans-serif !important; }

.footerthan .bannertrangchu .content div {
  font-size: 22px;
  font-family: 'helveticaneueltstd-ex',sans-serif !important; }

.footerthan .footer h4 {
  font-size: 16px; }

.footerthan .footer-content ul li a,
.footerthan .footer-contact ul > li {
  font-size: 12px; }

.footerthan .menu-collection li.navi1 > a,
.footerthan .menu-collection ul.subnav-children li.navi2 > a {
  font-size: 12px; }

.footerthan .menu-about li a {
  font-weight: 500;
  font-size: 12px; }

.footerthan .ivideo {
  padding: 0 30px;
  position: relative; }

.footerthan .ovelayvideo {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  top: 0; }

.footerthan .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0; }

.footerthan .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.footerthan .tiktok {
  display: inline-block; }

.footerthan .navbar-social {
  display: flex;
  align-items: center; }

.footerthan .tiktok svg {
  width: 43px;
  height: 43px;
  vertical-align: text-top; }

@media (min-width: 992px) {
  .footerthan .colone .footer-content {
    padding-right: 212px; } }

@media (max-width: 767px) {
  .footerthan .ivideo {
    padding: 0 0px; }
  .footerthan #fter-content .container-fluid > .row {
    display: flex;
    flex-wrap: wrap; }
  .footerthan .main-footer h4.footer-title:before {
    display: none; }
  .footerthan .wrapper-heading-home h2, .footerthan #capturenu h2 {
    font-family: 'helveticaneueltstd-ex',sans-serif !important;
    font-size: 14px; } }

.footerthan .infoslider {
  position: absolute;
  bottom: 64px;
  left: 64px;
  z-index: 999;
  max-width: 380px; }
  @media (max-width: 767px) {
    .footerthan .infoslider {
      position: initial;
      padding: 15px; } }
  .footerthan .infoslider .reamore a {
    display: inline-flex;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 40px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .footerthan .infoslider .reamore a {
        color: #000;
        border: 1px solid #000;
        width: 100%; } }
    .footerthan .infoslider .reamore a:hover {
      background: #fff;
      color: #000; }

.footerthan .infoslider > h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .footerthan .infoslider > h3 {
      color: #000;
      margin-bottom: 10px; } }

.footerthan .infoslider .paragrap {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .footerthan .infoslider .paragrap {
      color: #000; } }

@media (max-width: 767px) {
  .footerthan .footer-news-visiblexs .footer-content.footer-contact {
    width: 100%; }
    .footerthan .footer-news-visiblexs .footer-content.footer-contact ul li {
      word-break: break-all;
      padding: 0 0 5px 15px;
      background-size: 10px 10px !important;
      font-size: 11px; }
  .footerthan .new-item-center {
    text-align: center; }
  .footerthan .navbar-social {
    justify-content: center;
    padding-bottom: 30px; }
  .footerthan .footer-content p {
    text-align: justify; }
  .footerthan .main-footer .footer-col {
    display: block !important; } }

.footerthan .product-title h1, .footerthan #pro_sku {
  font-size: 11px;
  font-weight: 500; }

.footerthan .product-description .title-bl h2 {
  font-size: 11px;
  font-weight: 500; }

.footerthan .description-content * {
  font-size: 11px !important; }

.footerthan button.btn-addtocart {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  padding: 14px 35px;
  line-height: 22px;
  width: 50%;
  min-width: 105px;
  max-width: 100%; }

.footerthan .invipidol h2 {
  font-size: 11px; }

@media (min-width: 992px) {
  .footerthan .product-content-desc, .footerthan .product-detail-main > div:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 100px); }
  .footerthan .product-detail-main > div:nth-child(1) {
    top: calc(50% - 65px); } }

.footerthan .product-price span.pro-price, .footerthan .swatch .header span {
  font-size: 11px; }

.footerthan .choose a {
  font-size: 11px; }

.footerthan .swatch .swatch-element label {
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px; }

.footerthan button.btn-addtocart {
  font-size: 11px;
  padding: 8px 35px; }

.footerthan .xdqhotline span {
  font-size: 11px; }

.footerthan .popup_prostyle {
  display: none;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease; }

.footerthan .pdp-product-images-zoom-image-icon {
  position: fixed;
  right: 24px;
  top: 22px; }

@media (max-width: 767px) {
  .footerthan .product-detail-main {
    display: flex;
    flex-wrap: wrap; }
  .footerthan .product-detail-main > div:nth-child(1) {
    order: 3; }
  .footerthan .product-detail-main > div:nth-child(2) {
    order: 1; }
  .footerthan .product-detail-main > div:nth-child(3) {
    order: 2; }
  .footerthan .product-title h1 {
    margin-top: 25px; } }

.footerthan body.activegal .popup_prostyle {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  display: block; }

.footerthan body.activegal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.footerthan body.activegal::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5; }

.footerthan body.activegal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

.footerthan #sliderproductproduct a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.footerthan .product-price del {
  font-size: 11px; }

.footerthan .product-gallery-item {
  padding: 0 50px; }

@media (max-width: 767px) {
  .footerthan .product-gallery-item {
    padding: 0 15px; } }

.footerthan .buy-installment span {
  font-weight: bold;
  font-size: 11px; }

.footerthan body.activegal .wbi, .footerthan body.activegal header, .footerthan body.activegal footer {
  display: none !important; }

.footerthan .select-swap span {
  font-size: 10px; }

.footerthan .select-swap span {
  padding: 0 5px; }

.footerthan .swatch .swatch-element.color label span {
  padding: 0px; }

.footerthan .swatch .swatch-element.color label {
  padding: 1px;
  margin-bottom: 10px; }

.footerthan .flickity-page-dots .dot {
  width: 45px;
  height: 1px; }

.footerthan .product-title h1 {
  font-weight: 700;
  font-size: 13px; }

@media (max-width: 767px) {
  .footerthan .product--description iframe {
    width: 100%;
    height: 230px; }
  .footerthan section.section-instagram {
    margin-bottom: 0px; }
  .footerthan .xdqhotline {
    margin-bottom: 10px; }
  .footerthan .flickity-page-dots .dot {
    width: 30px;
    height: 1px;
    border-radius: 0; }
  .footerthan .pro-loop .product-detail h3 a {
    font-weight: 700;
    font-size: 13px; }
  .footerthan .product-title h1 {
    font-size: 11px;
    line-height: 20px;
    font-weight: bold; } }

.rowflexman .content-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px; }
  .rowflexman .content-product-list .pro-loop {
    width: calc(100%/3 - 5px);
    margin-right: 5px; }
    @media (max-width: 767px) {
      .rowflexman .content-product-list .pro-loop {
        width: calc(100%/2 - 5px);
        padding: 0 !important; } }

.footer-col .somanshare li {
  padding-left: 0 !important; }

.footer-col .flexsocial > div {
  width: 35px !important;
  margin-right: 5px; }

.footer-col .flexsocial img {
  width: 25px;
  height: 25px; }

.flexmorethan > div a {
  padding: 1.5rem 2rem !important;
  display: flex !important;
  align-items: center;
  height: 40px;
  width: 100%;
  font-size: 12px !important;
  transition-duration: 300ms;
  transition-property: transform;
  transition-timing-function: ease-out; }
  .flexmorethan > div a:hover {
    transform: translateX(1rem); }

.menu-mobile-listleft .flexsocial {
  margin-top: 15px; }

.menu-mobile-listleft .flexsocial > div {
  width: 45px; }

.menu-mobile-listleft .flexsocial img {
  width: 20px;
  height: 20px; }

.newMenu li {
  border-bottom: 1px solid #edeeef;
  padding-right: 16px; }
  .newMenu li:last-child {
    border: 0; }

.newMenu .menu-mobile-item-head a, .newMenu a {
  padding: 12px 0; }

.sidenav-close {
  background: #f7f7f7 !important; }
  .sidenav-close svg {
    color: #0c1214 !important; }

.flexsocial {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap; }
  .flexsocial > div {
    width: 50px;
    text-align: left; }
  .flexsocial img {
    width: 35px;
    height: 35px; }

.no-fullwidth {
  display: flex;
  justify-content: space-between;
  margin: 4vw 5vw 5vw;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .no-fullwidth {
      display: flex;
      justify-content: space-between;
      margin: 6.6vw 0 6.6vw;
      flex-wrap: wrap;
      padding: 0 6.6vw; } }
  @media (max-width: 767px) {
    .no-fullwidth .flexbanner {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .no-fullwidth .flexbanner > div.item:nth-child(3),
    .no-fullwidth .flexbanner > div.item:nth-child(4) {
      margin-bottom: 0; } }

.listmenu .listspan svg {
  stroke: currentColor; }

.listmenu .listspan svg:first-child {
  margin-right: 8px;
  width: 20px; }

.listmenu .listspan p {
  color: #0C1214;
  margin: 0;
  font-size: 12px; }

.listmenu .listspan svg:last-child {
  margin-left: 8px;
  width: 10px;
  height: 20px; }

.listmenu:hover .listspan p {
  color: #fff; }

@media (max-width: 767px) {
  .rowflexman .content-product-list .pro-loop {
    margin-right: 0px;
    width: calc(100%/2 - 0px); }
  #collection-body .new-padding {
    padding: 0;
    margin: 0 0px; }
  #collection-body .pro-loop .product-detail h3 a {
    font-size: 12px; }
  #collection-body .pro-loop .product-detail {
    padding: 0.5em;
    padding-bottom: 0; }
  html, body {
    overflow-x: hidden; } }

.rbannerfull.sec2tions {
  margin-top: 10px; }
