.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) {
  margin-left: 20px; }

.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account {
  margin-left: 0; }

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
  max-width: 290px; }

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
  left: auto;
  right: 0px; }

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
  width: 287px;
  border: none;
  background: #F0F0F0;
  border-radius: 12px; }

.mainHeader .header-wrap-main .menu-main-lv1 > li.hightlight-menu > a {
  color: #f05736; }

.mainHeader .header-wrap-main .menu-main-lv1 > li > a {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid transparent; }

.mainHeader .header-wrap-main .menu-main-lv1 > li > a > i {
  margin-left: 10px; }

.mainHeader .header-wrap-main .menu-main-lv1 > li > a:hover > i {
  transform: rotate(180deg); }

.section-index-policy {
  padding-top: 30px; }
  @media (max-width: 991px) {
    .section-index-policy {
      padding-top: 30px; } }
  .section-index-policy .list-policy {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 1fr; }
    .section-index-policy .list-policy:before {
      content: none; }
    @media (max-width: 991px) {
      .section-index-policy .list-policy {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: 1fr; }
        .section-index-policy .list-policy .policy-item {
          margin-bottom: 30px; } }
  .section-index-policy .policy-item__inner {
    background: #F0F0F0;
    border-radius: 16px;
    padding: 32px; }
    @media (max-width: 991px) {
      .section-index-policy .policy-item__inner {
        padding: 10px;
        height: 100%; } }
    .section-index-policy .policy-item__inner .policy_img {
      width: 48px;
      height: 48px;
      overflow: hidden;
      border-radius: 100%;
      border: 1px solid #F05736;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .section-index-policy .policy-item__inner .policy-title {
      font-weight: 700;
      font-size: 20px;
      color: #212B38; }
      @media (max-width: 991px) {
        .section-index-policy .policy-item__inner .policy-title {
          font-size: 14px; } }
    .section-index-policy .policy-item__inner img {
      width: 24px; }

.home-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    .home-gallery {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .home-gallery .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    height: 400px;
    position: relative; }
    @media (max-width: 767px) {
      .home-gallery .card {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 50%;
        height: 200px; } }
    .home-gallery .card .card__head {
      bottom: 0;
      left: 0;
      position: absolute;
      background: rgba(240, 87, 54, 0.75);
      color: #fff;
      padding: 0.5em;
      min-width: 90%;
      text-align: center;
      font-size: 1em;
      white-space: nowrap;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      transform-origin: 0% 0%;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 767px) {
        .home-gallery .card .card__head {
          min-width: 80%; } }
    .home-gallery .card:hover {
      -webkit-box-flex: 3;
      -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
      flex-grow: 3; }
      .home-gallery .card:hover picture, .home-gallery .card:hover img {
        filter: grayscale(0); }
      .home-gallery .card:hover .card__head {
        text-align: center;
        top: calc(100% - 2em);
        min-width: 100%;
        line-height: 24px;
        color: white;
        font-size: 2em;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .home-gallery .card picture, .home-gallery .card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.htp-tabcontent {
  display: none; }

.htp-tabcontent.active {
  display: block;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s; }

.section-index-collection-tab {
  padding-top: 50px; }
  .section-index-collection-tab .htp-tablinks {
    margin-bottom: 30px; }
    .section-index-collection-tab .htp-tablinks button {
      background: transparent;
      border: none;
      font-weight: 700;
      font-size: 16px;
      line-height: 34px;
      color: rgba(33, 37, 44, 0.5);
      margin: 0 20px;
      border-radius: 8px;
      height: 34px;
      padding: 0 24px; }
      @media (max-width: 768px) {
        .section-index-collection-tab .htp-tablinks button {
          padding: 0 14px; } }
      .section-index-collection-tab .htp-tablinks button.active, .section-index-collection-tab .htp-tablinks button:focus, .section-index-collection-tab .htp-tablinks button:hover {
        color: #fff;
        background: #212B38; }
      @media (max-width: 768px) {
        .section-index-collection-tab .htp-tablinks button {
          font-size: 16px;
          margin: 0 5px; } }
  .section-index-collection-tab .btn-readmore {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    border-radius: 12px; }
    .section-index-collection-tab .btn-readmore :before {
      background-color: #212B38; }
    @media (max-width: 768px) {
      .section-index-collection-tab .btn-readmore {
        font-size: 12px; } }

#sectionInfoFooter {
  padding: 50px 0; }
  #sectionInfoFooter h4 {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal; }
  #sectionInfoFooter .titleHotline a {
    font-size: 24px; }
  #sectionInfoFooter .moreInfoFooter {
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 5px 0 0 0;
    font-weight: 300; }
  #sectionInfoFooter .store_bellow_link {
    display: block;
    margin-top: 10px;
    color: #797878;
    text-decoration: underline; }

ul.navbar-social {
  display: flex;
  align-items: center;
  gap: 8px; }
  ul.navbar-social li {
    display: inline-block;
    text-align: center;
    width: auto !important; }
    ul.navbar-social li a {
      width: 48px;
      height: 48px;
      display: inline-flex;
      background: #f0f0f0;
      border-radius: 8px;
      align-items: center;
      justify-content: center; }
      ul.navbar-social li a i {
        margin: 0;
        font-size: 24px; }
    ul.navbar-social li .fa-zalo {
      background: transparent url("https://file.hstatic.net/1000003969/file/logo_zalo_vector_black_min_432cfad5ff584769a4b9d4f44d24b3d4.png") no-repeat scroll 0 0/cover;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-top: 3px;
      vertical-align: middle; }

.innerInfoFooter i {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  margin-left: 5px;
  margin-bottom: 5px; }

footer {
  background: #fff; }

footer#footerBottom {
  padding: 6px 5px; }
  footer#footerBottom h4 {
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    color: #000000; }
  footer#footerBottom .innerInfoFooter ul li {
    float: left;
    width: 100%;
    margin: 0 0 16px 0; }
    footer#footerBottom .innerInfoFooter ul li a {
      font-size: 13px; }

.bottomBar {
  font-size: 13px;
  padding: 15px 0;
  background: #F0F0F0; }
  .bottomBar .desBottom {
    margin: 10px 0 0 0; }
  .bottomBar .imgBottom {
    text-align: right; }
    .bottomBar .imgBottom img {
      width: 100px; }
  .bottomBar p {
    margin: 0; }

.banner-collection-header .img {
  width: 100%; }

.bg-top-sun {
  background-image: url("");
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover; }

.stylePadding {
  margin: 40px 0; }

.wrapper-new {
  max-width: 1375px;
  margin: 0 auto;
  padding: 0 40px; }
  @media (max-width: 768px) {
    .wrapper-new {
      padding: 0 10px; }
      .wrapper-new .boxImgLeftCollection {
        margin-bottom: 10px; } }
  .wrapper-new .grid-row-collection {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 1fr; }
    @media (max-width: 768px) {
      .wrapper-new .grid-row-collection {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: 1fr; } }
    .wrapper-new .grid-row-collection:before {
      content: none; }
    .wrapper-new .grid-row-collection .product-loop {
      padding-right: 5px;
      padding-left: 5px;
      margin-bottom: 10px;
      width: 100% !important; }

.groupDetailCollection1 .loopProductDetailCollection {
  padding-top: 150px; }
  @media (max-width: 768px) {
    .groupDetailCollection1 .loopProductDetailCollection {
      padding-top: 50px; } }

.loopProductDetailCollection .pro-loop .itemDetail a {
  display: block; }

.loopProductDetailCollection .pro-loop .itemDetail .nameDetail {
  margin: 0;
  position: relative;
  font-weight: normal;
  min-height: 20px; }
  .loopProductDetailCollection .pro-loop .itemDetail .nameDetail a {
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
    color: #000; }

.loopProductDetailCollection .pro-loop .itemDetail .priceDetail {
  font-size: 13px;
  color: #000; }

.loopProductDetailCollection .pro-loop .itemDetail p.pro-price.highlight {
  font-weight: bold; }

.loopProductDetailCollection .pro-loop .imgDetail img {
  cursor: pointer; }

.groupDetailCollection4 {
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 230px; }

.titleCollectionDetail {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px 0; }
  .titleCollectionDetail span {
    display: inline-block;
    background: white;
    position: relative;
    z-index: 99;
    padding: 0 20px; }
  .titleCollectionDetail:after {
    content: "";
    height: 1px;
    background: black;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 1; }

.item-storeIntro {
  position: relative;
  margin-bottom: 10px; }
  .item-storeIntro span.title-storeIntro {
    position: absolute;
    /* bottom: 0; */
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    background: #ffffffde;
    width: 100%;
    height: 30px;
    line-height: 34px;
    text-align: center; }

.storeIntro {
  margin: 50px 0px 50px 0;
  padding: 25px 0; }
  .storeIntro h4 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    margin: 25px 0 15px 0; }

.bst_collection_5 .content-product-list {
  margin-top: 20px;
  padding-bottom: 100px; }

.colProListCollectors {
  text-align: center;
  margin: 0 0 50px 0; }
  .colProListCollectors .boxInfoCollectors {
    margin: 10px 0 0 0; }
    .colProListCollectors .boxInfoCollectors span {
      font-size: 12px; }
    .colProListCollectors .boxInfoCollectors h3 {
      margin: 5px 0;
      font-weight: bold;
      font-size: 24px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      display: -moz-box;
      -moz-line-clamp: 2;
      -moz-box-orient: vertical; }
      @media (min-width: 768px) {
        .colProListCollectors .boxInfoCollectors h3 {
          min-height: 57px; } }
    .colProListCollectors .boxInfoCollectors p {
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .colProListCollectors .boxInfoCollectors center.detailCollections {
      padding-bottom: 25px; }
      .colProListCollectors .boxInfoCollectors center.detailCollections a {
        display: inline-block;
        padding: 4px 0px;
        margin: 10px 0 0 0;
        border-bottom: 1px solid;
        letter-spacing: 2px; }

.sectionTitleStore {
  text-align: center;
  margin: 0 0 30px 0; }
  .sectionTitleStore h1 {
    margin: 30px 0 10px 0;
    font-weight: normal;
    font-size: 26px;
    text-transform: uppercase; }

.leftCollumStore {
  text-align: center; }
  .leftCollumStore select {
    height: 40px;
    font-size: 14px;
    outline: none;
    border: 1px solid #cecece;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 800px) {
      .leftCollumStore select {
        width: 31%;
        margin: 0 auto; } }

.resultStoreBig {
  margin-top: 50px; }

.itemStore {
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 2px dotted #cacaca;
  position: relative; }
  .itemStore .districtStore span {
    font-weight: bold;
    font-size: 13px; }
  .itemStore .addressStore {
    font-size: 13px;
    margin: 10px 0 10px 0px;
    position: relative; }
  .itemStore p.infoLocation {
    position: absolute;
    right: 0;
    top: 0; }
  .itemStore .viewShowroom {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0px; }
  .itemStore .view-sr-down {
    width: 12px;
    margin-left: 10px;
    margin-bottom: 2px; }
  .itemStore .guideWay {
    text-decoration: underline;
    font-size: 12px;
    color: #9D0B0B; }

.grid-container-collection {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 1fr; }
  @media (max-width: 768px) {
    .grid-container-collection {
      display: flex;
      flex-wrap: wrap; } }
  .grid-container-collection .product-loop {
    width: 100% !important;
    /*	&:nth-child(16) {
		grid-column: 3 / 5;
		grid-row: 5 / 7;
		@media (max-width: 768px){
		grid-column: auto;
		grid-row: auto;
	}
	}
		&:nth-child(6) {

		@media (max-width: 768px){
		grid-column: 1 / 3;
		grid-row: 4 / 6;
	}
	}*/ }
    @media (max-width: 768px) {
      .grid-container-collection .product-loop {
        flex: 0 0 50%; } }
    .grid-container-collection .product-loop:nth-child(5) {
      grid-column: 3 / 5;
      grid-row: 1 / 3;
      /*@media (max-width: 768px){
			grid-column: 1 / 3;
			grid-row: 1 / 2;
		}*/ }

@media (min-width: 991px) {
  .wrapper-mainCollection .collection-sortby-filter {
    gap: 20px;
    justify-content: space-between; }
    .wrapper-mainCollection .collection-sortby-filter .collection-sortby {
      -webkit-flex: 0 0 20%;
      flex: 0 0 20%;
      width: 20%; }
    .wrapper-mainCollection .collection-sortby-filter .collection-filter {
      flex: 0 0 calc(50% - 5px); }
      .wrapper-mainCollection .collection-sortby-filter .collection-filter .row {
        margin-right: -5px;
        margin-left: -5px; }
      .wrapper-mainCollection .collection-sortby-filter .collection-filter .filter_group {
        width: 25%;
        padding: 0 5px; }
      .wrapper-mainCollection .collection-sortby-filter .collection-filter .filter_group.w-280 {
        width: 50%;
        padding: 0 5px; } }

@media (min-width: 992px) {
  .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
    width: 20%;
    left: auto; } }

#show-filter-collection {
  cursor: pointer; }
  #show-filter-collection .vvvb {
    width: 10px;
    margin-left: 6px; }

.sw-color-den-label span,
.haveColor-den,
.sw-color-denQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.den label:before {
  background-color: #000000; }

.color.swatch-element label.den span {
  background-color: #000000; }

.sw-color-trang-label span,
.haveColor-trang,
.sw-color-trangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.trang label:before {
  background-color: #ffffff; }

.color.swatch-element label.trang span {
  background-color: #ffffff; }

.sw-color-nau-label span,
.haveColor-nau,
.sw-color-nauQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.nau label:before {
  background-color: #68594b; }

.color.swatch-element label.nau span {
  background-color: #68594b; }

.sw-color-bo-label span,
.haveColor-bo,
.sw-color-boQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.bo label:before {
  background-color: #906544; }

.color.swatch-element label.bo span {
  background-color: #906544; }

.sw-color-timdam-label span,
.haveColor-timdam,
.sw-color-timdamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.timdam label:before {
  background-color: #450066; }

.color.swatch-element label.tim-dam span {
  background-color: #450066; }

.sw-color-kem-label span,
.haveColor-kem,
.sw-color-kemQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.kem label:before {
  background-color: #c0a48c; }

.color.swatch-element label.kem span {
  background-color: #c0a48c; }

.sw-color-do-label span,
.haveColor-do,
.sw-color-doQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.do label:before {
  background-color: #d0021b; }

.color.swatch-element label.do span {
  background-color: #d0021b; }

.sw-color-reu-label span,
.haveColor-reu,
.sw-color-reuQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.reu label:before {
  background-color: #4e4726; }

.color.swatch-element label.reu span {
  background-color: #4e4726; }

.sw-color-xanhduongnhat-label span,
.haveColor-xanhduongnhat,
.sw-color-xanhduongnhatQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhduongnhat label:before {
  background-color: #4e6fb9; }

.color.swatch-element label.xanh-duong-nhat span {
  background-color: #4e6fb9; }

.sw-color-xanhlanhat-label span,
.haveColor-xanhlanhat,
.sw-color-xanhlanhatQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhlanhat label:before {
  background-color: #acaa7b; }

.color.swatch-element label.xanh-la-nhat span {
  background-color: #acaa7b; }

.sw-color-xanhla-label span,
.haveColor-xanhla,
.sw-color-xanhlaQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhla label:before {
  background-color: #225216; }

.color.swatch-element label.xanh-la span {
  background-color: #225216; }

.sw-color-xanhduongdam-label span,
.haveColor-xanhduongdam,
.sw-color-xanhduongdamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhduongdam label:before {
  background-color: #0005cb; }

.color.swatch-element label.xanh-duong-dam span {
  background-color: #0005cb; }

.sw-color-xanhngoc-label span,
.haveColor-xanhngoc,
.sw-color-xanhngocQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhngoc label:before {
  background-color: #2fbaa6; }

.color.swatch-element label.xanh-ngoc span {
  background-color: #2fbaa6; }

.sw-color-vang-label span,
.haveColor-vang,
.sw-color-vangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.vang label:before {
  background-color: #f5cb23; }

.color.swatch-element label.vang span {
  background-color: #f5cb23; }

.sw-color-xanhnhot-label span,
.haveColor-xanhnhot,
.sw-color-xanhnhotQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhnhot label:before {
  background-color: #273a3e; }

.color.swatch-element label.xanh-nhot span {
  background-color: #273a3e; }

.sw-color-hong-label span,
.haveColor-hong,
.sw-color-hongQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.hong label:before {
  background-color: #e35892; }

.color.swatch-element label.hong span {
  background-color: #e35892; }

.sw-color-nausuabong-label span,
.haveColor-nausuabong,
.sw-color-nausuabongQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.nausuabong label:before {
  background-color: #b28e76; }

.color.swatch-element label.nau-sua-bong span {
  background-color: #b28e76; }

.sw-color-tim-label span,
.haveColor-tim,
.sw-color-timQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.tim label:before {
  background-color: #bca8ad; }

.color.swatch-element label.tim span {
  background-color: #bca8ad; }

.sw-color-dentrang-label span,
.haveColor-dentrang,
.sw-color-dentrangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.dentrang label:before {
  background-color: #373938; }

.color.swatch-element label.den-trang span {
  background-color: #373938; }

.sw-color-bocam-label span,
.haveColor-bocam,
.sw-color-bocamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.bocam label:before {
  background-color: #d89d75; }

.color.swatch-element label.bo-cam span {
  background-color: #d89d75; }

.sw-color-xanhdo-label span,
.haveColor-xanhdo,
.sw-color-xanhdoQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhdo label:before {
  background-color: #3c4854; }

.color.swatch-element label.xanh-do span {
  background-color: #3c4854; }

.sw-color-xanhvang-label span,
.haveColor-xanhvang,
.sw-color-xanhvangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhvang label:before {
  background-color: #ffff05; }

.color.swatch-element label.xanh-vang span {
  background-color: #ffff05; }

.sw-color-vangcam-label span,
.haveColor-vangcam,
.sw-color-vangcamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.vangcam label:before {
  background-color: #f5b505; }

.color.swatch-element label.vang-cam span {
  background-color: #f5b505; }

.sw-color-naureu-label span,
.haveColor-naureu,
.sw-color-naureuQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.naureu label:before {
  background-color: #605a43; }

.color.swatch-element label.nau-reu span {
  background-color: #605a43; }

.sw-color-xamvang-label span,
.haveColor-xamvang,
.sw-color-xamvangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xamvang label:before {
  background-color: #948a8a; }

.color.swatch-element label.xam-vang span {
  background-color: #948a8a; }

.sw-color-xam-label span,
.haveColor-xam,
.sw-color-xamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xam label:before {
  background-color: #c3c5c5; }

.color.swatch-element label.xam span {
  background-color: #c3c5c5; }

.sw-color-xamdam-label span,
.haveColor-xamdam,
.sw-color-xamdamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xamdam label:before {
  background-color: #999393; }

.color.swatch-element label.xam-dam span {
  background-color: #999393; }

.sw-color-naudam-label span,
.haveColor-naudam,
.sw-color-naudamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.naudam label:before {
  background-color: #614040; }

.color.swatch-element label.nau-dam span {
  background-color: #614040; }

.sw-color-xanhnavy-label span,
.haveColor-xanhnavy,
.sw-color-xanhnavyQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhnavy label:before {
  background-color: #112245; }

.color.swatch-element label.xanh-navy span {
  background-color: #112245; }

.product-loop {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px; }
  .product-loop .product-inner {
    box-shadow: 0 0 2px 0px transparent;
    -webkit-box-shadow: 0 0 2px 0px transparent;
    -moz-box-shadow: 0 0 2px 0px transparent;
    -o-box-shadow: 0 0 2px 0px transparent; }
  .product-loop .product-inner:hover {
    box-shadow: 0 0 2px 0px #ccc;
    -webkit-box-shadow: 0 0 2px 0px #ccc;
    -moz-box-shadow: 0 0 2px 0px #ccc;
    -o-box-shadow: 0 0 2px 0px #ccc; }
    .product-loop .product-inner:hover .product-vr-form {
      opacity: 1;
      z-index: 9;
      bottom: 0; }
  .product-loop .prod-img img {
    width: 100%; }
  .product-loop .product-vr-form {
    opacity: 0;
    z-index: 9;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    transition: all 250ms ease-out;
    border-radius: 5px; }
    .product-loop .product-vr-form .swatch {
      border-bottom: none; }
      .product-loop .product-vr-form .swatch .select-swap {
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
      .product-loop .product-vr-form .swatch .swatch-element {
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 5px;
        position: relative;
        vertical-align: bottom; }
        .product-loop .product-vr-form .swatch .swatch-element:hover label {
          border: 1px solid #8e8d8d; }
        .product-loop .product-vr-form .swatch .swatch-element.color label {
          min-width: 25px;
          height: 25px;
          line-height: 25px;
          padding: 2px;
          border-radius: 100%;
          width: auto; }
        .product-loop .product-vr-form .swatch .swatch-element label {
          min-width: 25px;
          width: auto;
          height: 25px;
          line-height: 25px;
          text-align: center;
          padding: 0 5px;
          border: 1px solid #ccc;
          cursor: pointer; }
          .product-loop .product-vr-form .swatch .swatch-element label.sd {
            border: 1px solid #FA432A; }
    .product-loop .product-vr-form .btnAddToCart22 {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      gap: 20px; }
      .product-loop .product-vr-form .btnAddToCart22 a.add-to-cart22 {
        display: inline-block;
        width: 80%;
        padding: 0 5px;
        border-color: #212b38;
        background-color: #212b38;
        color: #fff;
        border-radius: 0px;
        height: 35px;
        line-height: 35px;
        text-transform: uppercase;
        border-radius: 5px; }
      .product-loop .product-vr-form .btnAddToCart22 a.add-to-cart23 {
        width: 35px;
        border-radius: 0px;
        height: 35px;
        line-height: 35px; }
  .product-loop .proloop-image .product--image {
    position: relative; }
    .product-loop .proloop-image .product--image .tag_campaign {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 2; }
      .product-loop .proloop-image .product--image .tag_campaign img {
        width: 100%; }

#content-black-friday {
  padding: 10px 0 0 0; }

.padding-lf-40 {
  padding: 0 40px; }
  @media (max-width: 768px) {
    .padding-lf-40 {
      padding: 0; } }

#menu-black-friday {
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
  z-index: 99;
  text-transform: uppercase; }
  #menu-black-friday .title-menu-black-friday {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px 0; }
    #menu-black-friday .title-menu-black-friday .item-menu-black-friday {
      width: 50%;
      text-align: center; }
      #menu-black-friday .title-menu-black-friday .item-menu-black-friday .black-icon {
        display: inline-block; }
      #menu-black-friday .title-menu-black-friday .item-menu-black-friday .red-icon {
        display: none; }
      #menu-black-friday .title-menu-black-friday .item-menu-black-friday span {
        text-decoration: underline;
        font-size: 25px;
        position: relative; }
        #menu-black-friday .title-menu-black-friday .item-menu-black-friday span img {
          width: 8px;
          position: absolute;
          right: -15px;
          top: 15px; }
      #menu-black-friday .title-menu-black-friday .item-menu-black-friday.active a {
        color: #c5161d; }
        #menu-black-friday .title-menu-black-friday .item-menu-black-friday.active a .black-icon {
          display: none; }
        #menu-black-friday .title-menu-black-friday .item-menu-black-friday.active a .red-icon {
          display: inline-block; }

.list-menu-black-friday {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .list-menu-black-friday {
      display: flex;
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .list-menu-black-friday .list-item-menu-black-friday {
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black; }
    @media (max-width: 991px) {
      .list-menu-black-friday .list-item-menu-black-friday {
        display: inline-block;
        width: auto; } }
    .list-menu-black-friday .list-item-menu-black-friday .item-small-menu-black-friday {
      display: inline-block;
      width: 100%;
      border-right: 1px solid #303030; }
      @media (max-width: 991px) {
        .list-menu-black-friday .list-item-menu-black-friday .item-small-menu-black-friday {
          display: inline-block;
          width: auto;
          padding: 0 15px; } }
    .list-menu-black-friday .list-item-menu-black-friday a {
      color: white;
      font-size: 12px;
      padding: 8px 0;
      display: inline-block;
      font-weight: 500;
      width: 100%; }
    .list-menu-black-friday .list-item-menu-black-friday.active {
      background: #e67054; }
      .list-menu-black-friday .list-item-menu-black-friday.active a {
        color: white; }
      .list-menu-black-friday .list-item-menu-black-friday.active .item-small-menu-black-friday {
        border-right: 1px solid #e67054; }
        .list-menu-black-friday .list-item-menu-black-friday.active .item-small-menu-black-friday:hover {
          background: #e45745; }
        .list-menu-black-friday .list-item-menu-black-friday.active .item-small-menu-black-friday.active {
          background: #e45745; }
          .list-menu-black-friday .list-item-menu-black-friday.active .item-small-menu-black-friday.active a {
            font-weight: bold;
            color: white; }

.container-fluid {
  padding: 0 100px;
  max-width: 1822px; }
  @media (max-width: 1024px) {
    .container-fluid {
      padding: 0 15px; } }

.productDetail-information .container-fluid {
  padding: 0px;
  max-width: none; }

#detail-product {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 75px;
  padding-left: 0; }
  @media (max-width: 991px) {
    #detail-product {
      position: relative;
      right: 0;
      top: 0;
      padding-right: 15px;
      padding-left: 15px; } }

.slide-image {
  margin: 0 auto;
  text-align: center;
  background: #fff;
  overflow: hidden;
  display: none !important; }
  .slide-image.active {
    display: block !important; }
  .slide-image .item {
    width: 50%;
    float: left; }
    @media (max-width: 991px) {
      .slide-image .item {
        width: 100%; } }
    .slide-image .item.item_small {
      width: 25%; }
    .slide-image .item img {
      display: block;
      max-width: 100%;
      height: auto;
      padding-right: 5px;
      padding-bottom: 5px;
      border-radius: 16px; }
      @media (max-width: 991px) {
        .slide-image .item img {
          padding-right: 0px;
          padding-bottom: 0px; } }
  .slide-image .owl-nav button.owl-prev,
  .slide-image .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 14px);
    padding: 0;
    opacity: 1;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: transparent;
    border: 0;
    outline: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
  .slide-image .owl-nav button.owl-prev {
    left: 0px; }
  .slide-image .owl-nav button.owl-next {
    right: 0px; }
  .slide-image .owl-nav button.owl-prev:before,
  .slide-image .owl-nav button.owl-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 22px; }
  .slide-image .owl-nav button.owl-prev:before {
    content: "\f104"; }
  .slide-image .owl-nav button.owl-next:before {
    content: "\f105"; }
  .slide-image .owl-nav button.owl-prev:hover, .slide-image .owl-nav button.owl-next:hover {
    color: #ffffff; }

.choose_size {
  margin: 0 0 15px;
  text-transform: capitalize;
  cursor: pointer; }
  .choose_size a {
    color: #05a; }

.product-review-wrapp {
  margin-top: 50px; }
  .product-review-wrapp .product-customer {
    border-top: 10px solid #ffffff; }
    .product-review-wrapp .product-customer-reviews {
      position: relative; }
    .product-review-wrapp .product-customer .hrv-product-reviews-heading {
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      padding: 20px 0;
      text-transform: uppercase;
      padding-right: 170px; }
    .product-review-wrapp .product-customer .product-reviews-summary-actions {
      float: none;
      position: absolute;
      right: 0;
      top: 15px; }
    .product-review-wrapp .product-customer #btnnewreview {
      margin-bottom: 20px;
      background: #ffffff;
      border: 2px solid #252a2b;
      color: #252a2b;
      padding-left: 20px;
      padding-right: 20px;
      font-weight: 600;
      border-radius: 4px;
      margin-top: 0;
      font-size: 15px;
      min-width: 150px; }
    .product-review-wrapp .product-customer #hrv-product-reviews-summary {
      width: 100% !important;
      padding: 0 0 20px; }
      .product-review-wrapp .product-customer #hrv-product-reviews-summary * {
        text-align: left !important; }
    .product-review-wrapp .product-customer .hrv-product-reviews-form {
      width: 100% !important;
      float: none;
      clear: both; }
    .product-review-wrapp .product-customer #hrv-product-reviews-form {
      background: rgba(0, 0, 0, 0.02);
      padding: 12px 12px;
      margin-top: 10px; }
      .product-review-wrapp .product-customer #hrv-product-reviews-form h3 {
        display: block;
        margin: 5px 0 10px;
        font-weight: 600;
        font-size: 16px; }
      .product-review-wrapp .product-customer #hrv-product-reviews-form fieldset label {
        display: block;
        font-weight: 500;
        font-size: 13px; }
      .product-review-wrapp .product-customer #hrv-product-reviews-form fieldset textarea, .product-review-wrapp .product-customer #hrv-product-reviews-form fieldset input {
        padding: 10px;
        width: 100%;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #e7e7e7;
        outline: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none; }
      .product-review-wrapp .product-customer #hrv-product-reviews-form fieldset textarea {
        width: 100% !important;
        height: 80px;
        min-height: 80px;
        max-width: 100%; }
      .product-review-wrapp .product-customer #hrv-product-reviews-form fieldset [id^="msg_"] {
        margin-top: 5px !important;
        font-size: 12px; }
      .product-review-wrapp .product-customer #hrv-product-reviews-form #btnSubmitReview {
        background: #252a2b;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 4px;
        font-weight: 500;
        margin-top: 0;
        font-size: 15px;
        min-width: 150px; }
    .product-review-wrapp .product-customer #hrv-product-reviews-thanks {
      background: rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(0, 0, 0, 0.06);
      color: #252a2b;
      border-radius: 8px;
      padding: 20px 10px; }
    .product-review-wrapp .product-customer #hrv-product-reviews-list {
      padding-bottom: 15px; }
    .product-review-wrapp .product-customer #hrv-product-reviews-list > div {
      border-top: 1px solid #e7e7e7;
      padding: 15px 0; }
      .product-review-wrapp .product-customer #hrv-product-reviews-list > div .hrv-product-reviews-star i[class^="star-"] {
        font-size: 14px; }
    @media (max-width: 767px) {
      .product-review-wrapp .product-customer #hrv-product-reviews-summary {
        width: 100% !important;
        padding-bottom: 8px; }
      .product-review-wrapp .product-customer .hrv-product-reviews-heading {
        padding-right: 0; }
      .product-review-wrapp .product-customer .product-reviews-summary-actions {
        position: relative;
        display: block;
        clear: both;
        float: none; } }

.multinventory {
  position: relative; }

.arrow_box {
  position: relative;
  background: #fff; }

.arrow_box:after, .arrow_box:before {
  top: 100%;
  right: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  display: none; }

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-top: 0;
  margin-right: 3px; }

.arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 18px;
  margin-top: 0; }

.inventory-location-box.data ul {
  padding-left: 0;
  margin: 5px 0; }

.inventory-location-ajax.product-inventory.clearfix select {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

#myModalStock {
  position: relative;
  width: 100%;
  z-index: 99;
  background: #fff; }
  #myModalStock .modal-body {
    padding: 0; }
    #myModalStock .modal-body .form-group {
      margin-bottom: 0px; }
  #myModalStock .close_in {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
    display: none; }

.inventory-location-box {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0; }

#inventory_popup .close {
  width: 30px;
  height: 30px; }

#inventory_popup h4 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1.0px; }

.inventory-location-box.data ul {
  padding-left: 0;
  margin: 5px 0; }

.inventory-location-box.data ul li .bold-light {
  font-weight: bold;
  display: block; }

.inventory-location-box.error {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #F06455;
  border: 1px dashed #f88d81; }

.inventory-location-ajax ul li {
  color: #555555;
  display: block;
  position: relative;
  float: left;
  width: 100%; }

.inventory-location-ajax ul li input[type=radio] {
  position: absolute;
  visibility: hidden; }

.inventory-location-ajax ul li label {
  position: relative;
  font-weight: normal;
  font-size: 13px;
  padding: 0 0 0 25px;
  margin: 4px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear; }

.inventory-location-ajax ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 5px;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  background: #fff; }

.inventory-location-ajax ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.inventory-location-ajax input[type=radio]:checked ~ .check::before {
  background: #488be5; }

button.close {
  margin: 5px 10px; }

.buy-popup #buy-now {
  color: #fff;
  background: #ff7d33;
  border: 1px solid #ff7d33;
  padding: 5px 15px;
  border-radius: 5px; }

a.btn-multinventory {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px; }

.product-loop .proloop-detail h3 a {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical; }
  @media (max-width: 991px) {
    .product-loop .proloop-detail h3 a {
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      display: -moz-box;
      -moz-line-clamp: 2;
      -moz-box-orient: vertical; } }

.htp-tabcontent .grid-row-collection {
  margin-left: -5px;
  margin-right: -5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 1fr; }
  @media (max-width: 768px) {
    .htp-tabcontent .grid-row-collection {
      display: grid;
      grid-template-columns: repeat(2, 50%);
      grid-template-rows: 1fr; } }
  .htp-tabcontent .grid-row-collection:before {
    content: none; }
  .htp-tabcontent .grid-row-collection .product-loop {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    width: 100% !important; }

#bttop {
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 17px;
  cursor: pointer;
  display: none;
  color: black;
  font-size: 11px;
  font-weight: 900;
  z-index: 99;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px; }
  #bttop img {
    transform: rotate(270deg);
    width: 24px; }
  #bttop span {
    float: left;
    margin: 4px 10px; }
  #bttop svg {
    height: 25px; }

@media screen and (max-width: 767px) {
  .slide-image .item {
    width: 100% !important; }
  .slide-image .owl-nav button span {
    display: none; }
  .productDetail--content .product-variants .select-swatch .swatch {
    flex-wrap: wrap; }
  .productDetail--content .product-variants .select-swatch .swatch .title-swap {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    align-items: flex-end; }
  .productDetail--content .product-variants .select-swatch .swatch .title-swap strong {
    padding-bottom: 2px;
    padding-left: 5px; }
  .productDetail--content .product-variants .select-swatch .swatch .select-swap {
    width: 100%;
    flex: 0 0 100%; } }

#ezca-btn-zalo {
  display: none !important; }

@media (max-width: 1200px) {
  .mainHeader.mainHeader_temp03 .header-wrap-logo {
    max-width: 10%; }
  .mainHeader .header-wrap-main {
    width: 60%; }
  .mainHeader.mainHeader_temp03 .header-wrap-search {
    width: 15%; }
  .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
    width: 100%;
    padding-left: 15px; } }

@media (max-width: 767px) {
  /*.mainHeader.mainHeader_temp03 .header-wrap-logo {
	max-width: max-content;
}
	.mainHeader.mainHeader_temp03 .header-wrap-iconav {
	width: 108px;
}*/
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu {
    margin-right: 0; }
  .mainHeader.mainHeader_temp03 .header-wrap-logo {
    text-align: right;
    max-width: 100% !important;
    width: 100%; }
    .mainHeader.mainHeader_temp03 .header-wrap-logo .wrap-logo {
      padding-right: 0px; }
    .mainHeader.mainHeader_temp03 .header-wrap-logo a img {
      max-height: 27px; }
    .mainHeader.mainHeader_temp03 .header-wrap-logo .header-wrap-iconav .header-action {
      justify-content: left; }
  .mainHeader.mainHeader_temp03 .header-wrap-search {
    width: 100%; } }

#add-to-cart.acvtive, #add-to-cart.acvtive:focus {
  background: #f94229 !important;
  border: #f94229 !important; }
