@charset "UTF-8";

#main {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  z-index: 1;
}

#main::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: #c4171d;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  z-index: -1;
}

#content section {
  margin-bottom: 70px;
}

.site-success section {
  padding: 170px 0;
}

.site-success section .container {
  max-width: 600px;
}

.site-success section .icon-sus {
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.site-success section .texting-box {
  text-align: center;
  color: #333333;
  line-height: 150%;
  margin-bottom: 40px;
}

.site-success section .texting-box h1,
.site-success section .texting-box h2,
.site-success section .texting-box h3,
.site-success section .texting-box h4,
.site-success section .texting-box h5,
.site-success section .texting-box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}

.site-success section .texting-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}

.site-success section .item-btn-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.site-success section .item-btn-col .btn {
  width: calc(50% - 10px);
  height: 40px;
}

.site-success section .item-btn-col .btn span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.site-account {
  margin-top: 40px;
}

.site-account .row-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-account .box-xs {
  min-width: 310px;
  max-width: 310px;
}

.site-account .box-lg {
  width: 100%;
  padding-left: 90px;
}

.site-account .list-item {
  width: 100%;
}

.site-account .list-item li {
  width: 100%;
}

.site-account .list-item li .item-menu {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 14px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 12px;
  color: #333333;
}

.site-account .list-item li .item-menu span {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}

.site-account .list-item li .item-menu:hover {
  background: #ffffff;
  color: var(--color1);
}

.site-account .list-item li .item-menu.active {
  background: #ffffff;
  color: var(--color1);
}

.site-account .item-title {
  margin-bottom: 20px;
}

.site-account .item-title h3 {
  font-weight: 700;
  color: #111111;
  margin-bottom: 6px;
}

.site-account .item-title p {
  color: #666666;
}

.site-account form,
.site-account .form {
  width: 100%;
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.site-account form .title-form,
.site-account .form .title-form {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-account form .title-form h3,
.site-account .form .title-form h3 {
  font-weight: 700;
  color: #111111;
}

.site-account form .title-form .add-dess,
.site-account .form .title-form .add-dess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 5px;
  cursor: pointer;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #c4171d;
  border-radius: 40px;
  padding: 12px 20px;
  color: #ffffff;
  border: 1px solid #c4171d;
}

.site-account form .title-form .add-dess span,
.site-account .form .title-form .add-dess span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.site-account form .title-form .add-dess:hover,
.site-account .form .title-form .add-dess:hover {
  background-color: white;
  color: var(--color1);
}

.site-account form .title-form .btn-st,
.site-account .form .title-form .btn-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: transparent;
  border-radius: 40px;
  padding: 12px 20px;
  color: #219653;
  border: 1px solid #219653;
}

.site-account form .title-form .btn-st span,
.site-account .form .title-form .btn-st span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.site-account form .title-form .status-item,
.site-account .form .title-form .status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.site-account form .title-form .time,
.site-account .form .title-form .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.site-account form .title-form .time p,
.site-account .form .title-form .time p {
  font-size: 16px;
  line-height: 23px;
  color: #666666;
}

.site-account form .title-form .time p span,
.site-account .form .title-form .time p span {
  color: var(--cltexth);
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.site-account form .title-form .successful,
.site-account .form .title-form .successful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #219653;
}

.site-account form .title-form .successful span,
.site-account .form .title-form .successful span {
  font-size: 16px;
  line-height: 16px;
}

.site-account form .group-input,
.site-account .form .group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 21px 0;
  border-top: 1px solid #f1f1f1;
}

.site-account form .group-input:last-child,
.site-account .form .group-input:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.site-account form .group-input .title,
.site-account .form .group-input .title {
  min-width: 200px;
  color: #666666;
}

.site-account form .group-input .texting,
.site-account .form .group-input .texting {
  width: 100%;
  position: relative;
  color: #111111;
  padding-left: 20px;
}

.site-account form .group-input .texting .edit,
.site-account .form .group-input .texting .edit {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #666666;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.site-account form .group-input .texting .edit:hover,
.site-account .form .group-input .texting .edit:hover {
  color: var(--color1);
}

.site-account form .group-input .texting .default-btn,
.site-account .form .group-input .texting .default-btn {
  border: 1px solid #c4171d;
  border-radius: 4px;
  padding: 6px 20px;
  overflow: hidden;
  margin-top: 10px;
}

.site-account form .group-input .texting .default-btn span,
.site-account .form .group-input .texting .default-btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #c4171d;
}

.site-account .content .list_cart_products .cart-sp {
  width: 100%;
  padding: 40px 0;
  position: relative;
  border-top: 1px solid #f1f1f1;
}

.site-account .content .list_cart_products .item_products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-account .content .list_cart_products .item_products .image {
  max-width: 112px;
  min-width: 112px;
  overflow: hidden;
  position: relative;
}

.site-account .content .list_cart_products .item_products .image .img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.site-account .content .list_cart_products .item_products .image .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-account .content .list_cart_products .item_products .detail {
  width: 100%;
  padding: 0 24px;
}

.site-account .content .list_cart_products .item_products .detail .text {
  font-size: 16px;
  line-height: 150%;
  color: var(--cltexth);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site-account .content .list_cart_products .item_products .detail .item_total .amount {
  font-size: 16px;
  line-height: 150%;
  color: var(--cltexth);
}

.site-account .content .list_cart_products .item_products .price {
  max-width: 115px;
  min-width: 115px;
}

.site-account .content .list_cart_products .item_products .price p {
  line-height: 120%;
  font-weight: 700;
  color: var(--cltexth);
}

.site-account .content .box_billing .item_bill {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* gap: 20px 120px; */
  text-align: right;
  border-bottom: 1px solid #f1f1f1;
}

.site-account .content .box_billing .item_bill h3 {
  color: #666666;
}

.site-account .content .box_billing .item_bill .price {
  font-weight: 700;
  width: 120px;
  color: var(--color1);
}

.site-account .content .box_billing .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 20px;
}

.site-account .content .box_billing .btn span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.site-content {
  margin-top: 20px;
}

header {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 9999;
}

header .top-header {
  position: relative;
  padding: 13px 0;
  background: var(--white);
  z-index: 10;
}

header .top-header .row {
  margin: 0;
  gap: 12px;
}

header .top-header .left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

header .top-header .left-item p span:first-child {
  color: var(--gray3);
}

header .top-header .left-item p span:last-child {
  color: var(--gray2);
}

header .top-header .right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .top-header .right-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}

header .top-header .right-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.5px;
  cursor: pointer;
}

header .top-header .right-item ul li::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #f2f2f2;
}

header .top-header .right-item ul li:last-child::after {
  display: none;
}

header .top-header .right-item ul li a,
header .top-header .right-item ul li .icon {
  color: var(--gray3);
}

header .top-header .right-item ul li:hover a,
header .top-header .right-item ul li:hover .icon {
  color: var(--color1);
}

header .top-header .icon {
  line-height: 0;
}

header .header_col0 {
  position: relative;
  z-index: 9999;
  padding: 20px 0;
}

header .accordion {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .accordion .heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 50px;
}

header .logo_item {
  min-width: 78px;
  max-width: 78px;
  z-index: 1;
  overflow: hidden;
}

header .box-search {
  width: 100%;
  height: 48px;
  position: relative;
  background: var(--white);
  border-radius: 40px;
  padding: 0 4px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .box-search #searchResults {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  transform: translateY(-20px);
  width: 100%;
  background: #FFFFFF;
  z-index: -3;
  padding: 40px 20px 20px 20px;
  border-radius: 0 0 10px 10px;
}

header .box-search #searchResults .result-group {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--cltexth);
  letter-spacing: -0.005em;
}

header .box-search #searchResults .result .result-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #111111;
  margin-bottom: 8px;
}

header .box-search #searchResults .result .result-item a {
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #111111;
}

header .box-search #searchResults .result .result-item svg {
  display: none;
  transition: all .3s;
}

header .box-search #searchResults .result .result-item:hover,
header .box-search #searchResults .result .result-item:hover a {
  color: var(--color1);
}

header .box-search #searchResults .result .result-item:hover svg {
  display: block;
  transition: all .3s;
}

header .box-search input {
  width: 100%;
  height: 100%;
}

header .box-search input::-webkit-input-placeholder {
  color: #bdbdbd;
}

header .box-search input::-moz-placeholder {
  color: #bdbdbd;
}

header .box-search input:-ms-input-placeholder {
  color: #bdbdbd;
}

header .box-search input::-ms-input-placeholder {
  color: #bdbdbd;
}

header .box-search input::placeholder {
  color: #bdbdbd;
}

header .box-search button {
  width: 90px;
  height: 40px;
  border-radius: 40px;
  background: var(--color1);
  color: var(--white);
}

header .box-search button svg {
  margin-top: 3px;
}

header .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .head-right .straight {
  margin: 0 20px;
}

header .head-right .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6px;
  background: transparent;
}

header .head-right .cart span {
  font-weight: 500;
}

header .head-right .cart .icon,
header .head-right .cart span {
  color: var(--cltexth);
}

header .head-right .cart:hover .icon,
header .head-right .cart:hover span {
  color: var(--color1);
}

header .head-right .straight {
  height: 18px;
  background: #bdbdbd;
}

header .head-right .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6px;
  cursor: pointer;
}

header .head-right .login a {
  font-weight: 500;
}

header .head-right .login .icon,
header .head-right .login a {
  color: var(--cltexth);
}

header .head-right .login:hover .icon,
header .head-right .login:hover a {
  color: var(--color1);
}

header .menu-top {
  width: 100%;
}

header .menu-top .menu-wrapper {
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
}

header .menu-top .menu-wrapper .hamburger {
  z-index: 3;
  position: relative;
  width: 21px;
  height: 21px;
}

header .menu-top .menu-wrapper .hamburger span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

header .menu-top .menu-wrapper .hamburger span:nth-child(1) {
  top: 3px;
}

header .menu-top .menu-wrapper .hamburger span:nth-child(2) {
  top: 9px;
}

header .menu-top .menu-wrapper .hamburger span:nth-child(3) {
  top: 15px;
}

header .menu-top .menu-wrapper .open span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(135deg);
  transform: translateY(7px) rotate(135deg);
}

header .menu-top .menu-wrapper .open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

header .menu-top .menu-wrapper .open span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-135deg);
  transform: translateY(-5px) rotate(-135deg);
}

header .menu-top .menu-wrapper .open span:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

header .menu-top .menu_main {
  padding: 0;
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
  box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
  z-index: 9999;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  margin: 0 0 0 0;
  max-height: calc(100% - 139px);
  width: 100%;
  top: 140px;
  left: 0;
  height: 0;
}

header .menu-top .menu_main.croll {
  top: 95px;
}

header .menu-top .menu_main::-webkit-scrollbar {
  display: none;
}

header .menu-top .menu_main .box-mobile {
  display: none;
}

header .menu-top .menu_main .menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  padding: 40px 0;
}

header .menu-top .menu_main .menu-list .menu-item {
  cursor: pointer;
}

header .menu-top .menu_main .menu-list .menu-item .item-img {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}

header .menu-top .menu_main .menu-list .menu-item .item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

header .menu-top .menu_main .menu-list .menu-item .item-img::before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

header .menu-top .menu_main .menu-list .menu-item h3 {
  text-transform: uppercase;
  letter-spacing: -0.005em;
  font-weight: 700;
  color: var(--cltexth);
}

header .menu-top .menu_main .menu-list .menu-item a:hover h3 {
  color: var(--color1);
}

header .menu-top .menu_main .menu-list .menu-item a:hover .item-img::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
  left: 80%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

header .menu-top .menu_main .menu-list ul {
  padding-top: 10px;
}

header .menu-top .menu_main .menu-list ul li {
  margin-bottom: 4px;
}

header .menu-top .menu_main .menu-list ul li .text_link {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: var(--cltexth);
  text-decoration: none;
}

header .menu-top .menu_main .menu-list ul li:hover .text_link {
  color: var(--color1);
}

header .menu-top .bg-over {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 139px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .menu-top .menu_main.active+.bg-over {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_menu {
  position: relative;
  /* z-index: 10; */
  border-top: 1px solid #cecece;
  /* background: #f5f5f5; */
  border-bottom: 1px solid #cecece;
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 56px;
  padding: 12px 0;
  overflow-x: scroll;
}

.header_menu ul::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.header_menu ul li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 56px;
}

.header_menu ul li::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #cecece;
}

.header_menu ul li:last-child::after {
  display: none;
}

.header_menu ul li a {
  color: var(--cltext);
  font-weight: 700;
  position: relative;
}

.header_menu ul li a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 90%;
  border-radius: 36px;
  left: 5%;
  bottom: -8px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  background: var(--color1) 0% 0% no-repeat padding-box;
}

.header_menu ul li:hover a::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.header_menu ul li.active a::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header_menu ul li:hover a,
.header_menu ul li.active a {
  color: var(--color1);
}

.header_menu .breadcrumb {
  background: no-repeat;
  padding-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 12px 0;
}

.header_menu .breadcrumb a {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150.19%;
  color: #a1a1a2;
  padding-right: 41px;
}

.header_menu .breadcrumb a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 1px;
  height: 90%;
  background: #d0d0d0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header_menu .breadcrumb a:last-child {
  padding-right: 0;
}

.header_menu .breadcrumb a:last-child::before {
  display: none;
}

.header_menu .breadcrumb {
  display: flex;
  overflow-x: scroll;
}

.header_menu .breadcrumb::-webkit-scrollbar {
  display: none;
}

.header_menu .breadcrumb a {
  min-width: fit-content;
}

header .header_col0.croll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.straight {
  width: 1px;
}

footer {
  background: #ffffff;
}

footer .row {
  gap: 20px;
  margin: 0;
}

footer .footer_top {
  padding: 16px 0;
}

footer .footer_bot {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0;
}

footer .footer_bot .row {
  gap: 30px 0;
  margin: 0 -15px;
}

footer .footer_bot .title14 {
  font-size: 14px;
}

footer .logo {
  width: 73.37px;
}

footer form {
  width: calc(100% - 160px);
  max-width: 640px;
  height: 40px;
}

footer form .form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

footer form .input {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid #dadce0;
  border-radius: 40px;
}

footer form .input input {
  width: 100%;
  font-size: 14px;
}

footer form .input input::-webkit-input-placeholder {
  color: #999999;
}

footer form .input input::-moz-placeholder {
  color: #999999;
}

footer form .input input:-ms-input-placeholder {
  color: #999999;
}

footer form .input input::-ms-input-placeholder {
  color: #999999;
}

footer form .input input::placeholder {
  color: #999999;
}

footer form .btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 30px;
  height: 100%;
}

footer form .btn span {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

footer form .btn svg {
  margin: 0;
  display: none;
}

footer .item_foot {
  padding: 0 15px;
}

footer .item_foot .Dashboard {
  display: none;
}

footer .item_foot:nth-child(1) {
  width: 30%;
}

.label {
  text-align: left;
}

footer .item_foot:nth-child(2),
footer .item_foot:nth-child(3),
footer .item_foot:nth-child(4) {
  width: 20%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

footer .item_foot h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--cltexth);
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer .item_foot .item-information .information li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

footer .item_foot .item-information .information li:last-child {
  margin-bottom: 0;
}

footer .item_foot .item-information .information .content_text {
  color: #666666;
  padding-top: 1.5px;
}

footer .item_foot .menu_footer li {
  margin-bottom: 4px;
}

footer .item_foot .menu_footer .content_text {
  color: #666666;
}

footer .item_foot .menu_footer .content_text:hover {
  color: var(--color1);
}

footer .item_foot .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

footer .item_foot .list-link .icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #666666;
  border-radius: 100%;
}

footer .item_foot .list-link .icon img {
  width: 20px;
}

footer .item_foot .list-link .icon:hover {
  background: var(--color1);
}

footer .Copyright {
  padding: 20px 0;
}

footer .Copyright .content_text {
  text-align: center;
}

footer .Copyright p,
footer .Copyright a {
  color: #666666;
}

@media screen and (min-width: 768px) {
  header .menu-top .menu_main.active {
    height: auto !important;
  }

  header .menu-top .menu_main .menu-list .menu-item .chevron-down {
    display: none;
  }

  .product_single .detail .item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px 12px;
  }

  .product_single .detail .item-price .price-discard {
    order: 2;
  }

  .product_single .detail .item-price .price-present {
    order: 1;
  }

  .slider_thering .slick-track .slick-slide {
    height: auto;
  }

  .slider_thering .slick-track .slick-slide>div,
  .slider_thering .slick-track .slick-slide .product_single {
    height: 100%;
  }
}

@media (max-width: 1499px) {
  header .menu-top .menu_main .menu-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .site-account .box-lg {
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  #main::before {
    zoom: 0.8;
  }

  header .container {
    margin: 0;
    width: 100%;
    max-width: none;
  }

  #content section {
    margin-bottom: 60px;
  }

  .site-account .row-page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
  }

  .site-account .box-lg {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  #main::before {
    zoom: 0.6;
  }

  header .accordion .heading {
    gap: 0 30px;
  }

  header .menu-top .menu_main .menu-list {
    padding: 20px 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .header_menu ul {
    gap: 0 30px;
  }

  .header_menu ul li {
    gap: 0 30px;
  }

  footer .item_foot:nth-child(1),
  footer .item_foot:nth-child(2),
  footer .item_foot:nth-child(3),
  footer .item_foot:nth-child(4) {
    width: 50%;
    max-width: none;
  }

  #content section {
    margin-bottom: 50px;
  }

  .site-account .list-item li .item-menu {
    padding-left: 30px;
  }

  .site-account form,
  .site-account .form {
    padding: 30px;
  }

  .site-account form .title-form .add-dess {
    padding: 8px 14px;
  }

  .site-account form .title-form .add-dess span {
    font-size: 14px;
  }

  .site-account form .group-input .texting .default-btn {
    padding: 4px 14px;
  }

  .site-account form .group-input .texting .default-btn span {
    font-size: 12px;
    line-height: 14px;
  }

  .site-account .form .title-form .add-dess {
    padding: 8px 14px;
  }

  .site-account .form .title-form .add-dess span {
    font-size: 14px;
  }

  .site-account .form .group-input .texting .default-btn {
    padding: 4px 14px;
  }

  .site-account .form .group-input .texting .default-btn span {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  #main::before {
    zoom: 0.4;
  }

  header .logo_item {
    min-width: 68px;
    max-width: 68px;
  }

  header .box-search {
    height: 40px;
  }

  header .box-search button {
    width: 80px;
    height: 32px;
  }

  header .box-search button svg {
    zoom: 0.8;
  }

  header .accordion .heading {
    gap: 0 20px;
  }

  header .head-right .straight {
    margin: 0 10px;
  }

  header .head-right .cart,
  header .head-right .login {
    /* zoom: 0.9; */
  }

  header .head-right .cart>span,
  header .head-right .cart a,
  header .head-right .login span,
  header .head-right .login a {
    display: none;
  }

  header .head-right .login a.icon {
    display: block;
  }

  .header_menu ul {
    gap: 0 15px;
  }

  .header_menu ul li {
    gap: 0 15px;
  }

  header .menu-top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  header .menu-top .bg-over {
    top: 0;
    z-index: 10;
  }

  header .menu-top .menu_main {
    top: 0;
    right: 100%;
    left: auto;
    margin: 0 0 0 0;
    padding: 0;
    width: 460px;
    height: 100% !important;
    max-height: none;
  }

  header .menu-top .menu_main .container {
    padding: 0;
  }

  header .menu-top .menu_main .box-mobile {
    display: block;
  }

  header .menu-top .menu_main .top-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 10px;
  }

  header .menu-top .menu_main .statelogoff.member {
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
    background: var(--color1);
    color: #fff;
  }

  header .menu-top .menu_main .statelogoff.member span {
    font-weight: 700;
  }

  header .menu-top .menu_main .statelogoff.member a {
    color: #fff;
  }

  header .menu-top .menu_main .box-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
  }

  header .menu-top .menu_main .box-bot .login {
    border-right: 1px solid;
  }

  header .menu-top .menu_main .box-bot .login,
  header .menu-top .menu_main .box-bot .cart {
    width: 50%;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .menu-top .menu_main .box-bot .login .icon,
  header .menu-top .menu_main .box-bot .cart .icon {
    margin-right: 7px;
  }

  header .menu-top .menu_main .menu-list {
    padding: 20px;
    gap: 15px;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  header .menu-top .menu_main .menu-list .menu-item {
    position: relative;
  }

  header .menu-top .menu_main .menu-list .menu-item .item-img {
    display: none;
  }

  header .menu-top .menu_main .menu-list .menu-item h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
  }

  header .menu-top .menu_main .menu-list .menu-item .chevron-down {
    position: absolute;
    top: 5px;
    right: 0;
  }

  header .menu-top .menu_main .menu-list .menu-item a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .menu-top .menu_main .menu-list .menu-item ul {
    display: none;
    padding-top: 15px;
    padding-left: 15px;
  }

  header .menu-top .menu_main .menu-list .menu-item:hover ul {
    display: block;
  }

  header .menu-top .menu_main .menu-list .menu-item:hover ul li {
    margin-bottom: 10px;
  }

  header .menu-top .menu_main .logo-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -15px -15px 0px -15px;
    background-color: #ffffff;
    margin-bottom: 15px;
  }

  header .menu-top .menu_main .logo-menu h1 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
  }

  header .menu-top .menu_main .logo-menu .menu-wrapper::after {
    display: none;
  }

  header .menu-top .menu_main .logo-menu svg {
    display: none;
    color: #333333;
    font-weight: bold;
  }

  header .menu-top .menu_main .logo-menu svg:hover {
    color: var(--color2);
  }

  header .menu-top .menu_main .logo-menu .head_title {
    display: none;
    width: 85%;
    padding: 0 15px;
  }

  header .menu-top .menu_main .logo-menu .head_title h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 140.19%;
    color: var(--black);
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  header .menu-top .menu_main .logo-menu .menu_click {
    display: none;
    margin-left: 15px;
  }

  header .menu-top .menu_main .logo-menu .menu_click:hover span {
    background: var(--color1);
  }

  header .menu-top .menu_main .logo-menu .menu_click span {
    width: 4px;
    height: 4px;
    margin-bottom: 3px;
    border-radius: 50%;
    background: #e0e0e0;
  }

  footer .footer_top .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer form {
    width: 100%;
  }

  #content section {
    margin-bottom: 40px;
  }

  .site-account .box-xs {
    min-width: 260px;
    max-width: 260px;
  }

  .site-account .list-item li .item-menu {
    padding: 10px;
    padding-left: 20px;
  }

  .site-account form,
  .site-account .form {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .site-account form .group-input .title {
    min-width: 120px;
  }

  .site-account form .title-form .time,
  .site-account form .title-form .status-item {
    zoom: 0.9;
  }

  .site-account .form .group-input .title {
    min-width: 120px;
  }

  .site-account .form .title-form .time,
  .site-account .form .title-form .status-item {
    zoom: 0.9;
  }

  .site-account .content .list_cart_products .item_products {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .site-account .content .list_cart_products .item_products .detail {
    width: calc(100% - 112px);
    padding-right: 0;
    padding-left: 20px;
  }

  .site-account .content .list_cart_products .item_products .detail .text {
    font-size: 15px;
  }

  .site-account .content .list_cart_products .item_products .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%;
    min-width: 100%;
  }

  .site-success section {
    padding: 100px 0;
  }
}

@media screen and (max-width: 575px) {
  #main::before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .header_menu .breadcrumb a {
    padding-right: 24px;
  }

  .header_menu .breadcrumb a::before {
    right: 12px;
  }

  header .top-header {
    display: none;
  }

  header .header_col0 {
    padding: 6px 0;
  }

  header .header_col0.croll .box-search {
    display: none;
  }

  header .menu-top .menu-wrapper {
    width: 63px;
  }

  header .menu-top .menu-wrapper.close {
    width: 33px;
  }

  header .menu-top .menu-wrapper .hamburger {
    width: 18px;
  }

  header .menu-top .menu-wrapper .hamburger span:nth-child(2) {
    top: 8px;
  }

  header .menu-top .menu-wrapper .hamburger span:nth-child(3) {
    top: 13px;
  }

  header .menu-top .menu_main {
    width: 100%;
  }

  header .menu-top .menu_main .logo-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .menu-top .menu_main .logo-menu h1 {
    display: none;
  }

  header .menu-top .menu_main .logo-menu svg {
    display: block;
  }

  header .menu-top .menu_main .logo-menu .head_title {
    display: block;
  }

  header .menu-top .menu_main .logo-menu .menu_click {
    display: -ms-grid;
    display: grid;
  }

  header .menu-top .menu_main .search-box {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
  }

  header .menu-top .menu_main .search-box .togglesearch {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3px 0 3px;
    border-radius: 45px;
    overflow: hidden;
    background-color: #ffffff;
  }

  header .menu-top .menu_main .search-box .togglesearch input {
    padding: 0 10px;
    width: 80%;
    height: 100%;
    font-size: 14px;
    color: #333333;
    outline: none;
    background: repeat;
  }

  header .menu-top .menu_main .search-box .togglesearch input::-webkit-input-placeholder {
    font-size: 14px;
    color: #828282;
    opacity: 0.8;
  }

  header .menu-top .menu_main .search-box .togglesearch input::-moz-placeholder {
    font-size: 14px;
    color: #828282;
    opacity: 0.8;
  }

  header .menu-top .menu_main .search-box .togglesearch input:-ms-input-placeholder {
    font-size: 14px;
    color: #828282;
    opacity: 0.8;
  }

  header .menu-top .menu_main .search-box .togglesearch input::-ms-input-placeholder {
    font-size: 14px;
    color: #828282;
    opacity: 0.8;
  }

  header .menu-top .menu_main .search-box .togglesearch input::placeholder {
    font-size: 14px;
    color: #828282;
    opacity: 0.8;
  }

  header .menu-top .menu_main .search-box .togglesearch button {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: var(--color1);
  }

  header .menu-top .menu_main .search-box .togglesearch button svg {
    color: #ffffff;
  }

  header .logo_item {
    min-width: 56px;
    max-width: 56px;
  }

  header .accordion .heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  header .head-right {
    gap: 0 20px;
  }

  header .head-right .cart .icon,
  header .head-right .cart span {
    color: #666666;
  }

  header .head-right .straight {
    display: none;
  }

  header .head-right .login .icon,
  header .head-right .login span {
    color: #666666;
  }

  header .menu-top .menu-wrapper .hamburger span {
    background: #666666;
  }

  header .box-search {
    width: 100%;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    height: 48px;
    z-index: 99;
  }

  header .box-search input {
    font-size: 14px;
  }

  header .box-search button {
    width: 90px;
    height: 40px;
  }

  header .box-search button svg {
    zoom: 1;
  }

  footer .item_foot:nth-child(1),
  footer .item_foot:nth-child(2),
  footer .item_foot:nth-child(3),
  footer .item_foot:nth-child(4) {
    width: 100%;
  }

  footer .footer_bot {
    padding: 32px 0;
  }

  footer form {
    height: auto;
    margin-bottom: 16px;
  }

  footer form .form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer form .form .input,
  footer form .form .btn {
    width: 100%;
    height: 40px;
  }

  .site-account form .title-form .add-dess {
    zoom: 0.9;
  }

  .site-account form .title-form .time,
  .site-account form .title-form .status-item {
    zoom: 0.8;
  }

  .site-account .form .title-form .add-dess {
    zoom: 0.9;
  }

  .site-account .form .title-form .time,
  .site-account .form .title-form .status-item {
    zoom: 0.8;
  }

  #content section {
    margin-bottom: 32px;
  }

  .site-success section {
    padding: 60px 0;
  }

  .site-success section .item-btn-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-success section .item-btn-col .btn {
    width: 263px;
  }
}

@media screen and (max-width: 460px) {
  footer form .btn {
    padding: 0 15px;
  }

  .site-account form .title-form .add-dess,
  .site-account .form .title-form .add-dess {
    zoom: 0.8;
  }

  .site-account .content .list_cart_products .item_products .image {
    max-width: 90px;
    min-width: 90px;
  }

  .site-account .content .list_cart_products .item_products .detail {
    padding-left: 14px;
  }

  .site-account .content .list_cart_products .item_products .detail .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  footer form .btn span {
    display: none;
  }

  footer form .btn svg {
    display: block;
  }

  footer .footer_bot .row {
    gap: 0;
  }

  footer .label {
    margin-bottom: 0;
    padding: 16px;
    border-top: 1px solid #e0e0e0;
  }

  footer .label label h3 {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
  }

  footer .label label h3::before {
    position: absolute;
    content: "";
    top: 5px;
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  footer .label label .menu-flex .menu_footer {
    padding-left: 0;
  }

  footer .label label .uling {
    padding-top: 15px;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  footer .label input[type="checkbox"]:checked+div>h3::before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  footer .label input[type="checkbox"]:checked+div>.uling {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  footer .label.child {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 375px) {
  header .menu_item .menu-top .menu_main .menu-link .text_link {
    font-size: 14px;
  }
}

select,
input {
  background: transparent;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid var(--color1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 1;
  gap: 6px;
}

.btn span {
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color1);
  font-size: 18px;
  line-height: 100%;
}

.btn svg {
  z-index: 1;
  color: var(--color1);
}

.btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  z-index: -1;
}

.btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.btn:hover span,
.btn:hover svg {
  color: #ffffff;
}

.btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.btn.active {
  background-color: #ffffff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.active span,
.btn.active svg {
  color: #ffffff;
}

.btn.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.btn.active:hover {
  border: 1px solid var(--color1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.active:hover span,
.btn.active:hover svg {
  color: var(--color1);
}

.btn.active:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.title48 {
  font-size: 48px;
  line-height: 120%;
}

.title42 {
  font-size: 42px;
  line-height: 120%;
}

.title40 {
  font-size: 40px;
  line-height: 120%;
}

.title36 {
  font-size: 36px;
  line-height: 120%;
}

.title35 {
  font-size: 35px;
  line-height: 120%;
}

.title32 {
  font-size: 32px;
  line-height: 120%;
}

.title30 {
  font-size: 30px;
  line-height: 120%;
}

.title28 {
  font-size: 28px;
  line-height: 120%;
}

.title26 {
  font-size: 26px;
  line-height: 120%;
}

.title25 {
  font-size: 25px;
  line-height: 120%;
}

.title24 {
  font-size: 24px;
  line-height: 120%;
}

.title22 {
  font-size: 22px;
  line-height: 120%;
}

.title21 {
  font-size: 21px;
  line-height: 120%;
}

.title20 {
  font-size: 20px;
  line-height: 120%;
}

.title19 {
  font-size: 19px;
  line-height: 120%;
}

.title18 {
  font-size: 18px;
  line-height: 120%;
}

.title17 {
  font-size: 17px;
  line-height: 120%;
}

.title16 {
  font-size: 16px;
  line-height: 120%;
}

.title15 {
  font-size: 15px;
  line-height: 120%;
}

.title14 {
  font-size: 14px;
  line-height: 120%;
}

.title13 {
  font-size: 13px;
  line-height: 120%;
}

.title12 {
  font-size: 12px;
  line-height: 120%;
}

.banner_advertisement {
  width: 100%;
}

.banner_advertisement .banner_images,
.banner_advertisement .banner_images_mobile {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.banner_advertisement .banner_images img,
.banner_advertisement .banner_images_mobile img,
.banner_advertisement .banner_images_mobile p {
  width: 100%;
}

.banner_advertisement .banner_images_mobile {
  display: none;
}

.list_products_net {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 40px 0 20px 0;
}

.product_single {
  position: relative;
  background: white;
  border-radius: 6px;
}

.product_single .images {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}

.product_single .images::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
}

.product_single .images .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product_single .images .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.product_single .top-item {
  position: absolute;
  top: -6px;
  left: 20px;
  z-index: 10;
  display: flex;
  gap: 0 10px;
}

.product_single .new {}

.product_single .heart {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

.product_single .heart svg {
  color: transparent;
  stroke: #ffffff;
  stroke-width: 1px;
}

.product_single .heart:hover {
  background: transparent;
  border: 1px solid #f5f5f5;
}

.product_single .heart:hover svg {
  color: #ea0102;
  fill: #ea0102;
}

.product_single .heart.active {
  background: transparent;
  border: 1px solid #f5f5f5;
}

.product_single .heart.active svg {
  color: #ea0102;
  fill: #ea0102;
}

.product_single .detail {
  padding: 0 20px 20px 20px;
}

.product_single .detail .top_tem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: #666666;
}

.product_single .detail .top_tem span {
  font-family: "Barlow";
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product_single .detail .top_tem.active {
  background: var(--color1);
}

.product_single .detail .title {
  height: 39px;
  margin-bottom: 10px;
  color: var(--cltexth);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product_single .detail .item-price .price-discard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}

.product_single .detail .item-price .price-discard .price {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  text-decoration-line: line-through;
}

.product_single .detail .item-price .price-discard .discard {
  color: #c4171d;
}

.product_single .detail .item-price .price-present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}

.product_single .detail .item-price .price-present span {
  font-weight: 700;
  color: var(--cltexth);
}

.product_single .detail .item-price .price-present span.currency {
  text-decoration-line: underline;
}

.product_single:hover .images::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
  left: 75%;
  -webkit-transition: 1s;
  transition: 1s;
}

.product_single:hover .images .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3ss;
  transition: all 0.3ss;
}

.product_single:hover .detail .title {
  color: var(--color1);
}

.btn_view_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_view_more .btn {
  padding: 11px 20px;
  border: 1px solid var(--cltexth);
}

.btn_view_more .btn span {
  font-size: 14px;
  font-weight: 500;
}

.btn_view_more .btn:hover {
  border: 1px solid var(--cltexth);
}

.btn_view_more .btn:hover span {
  color: var(--cltexth);
}

.btn_view_more .btn:hover svg {
  color: var(--cltexth);
}

.btn_view_more .btn::before {
  background: var(--cltexth);
}

.main_bann_col0_slide {
  border-radius: 20px;
  overflow: hidden;
}

.main_bann_col0_slide .item_background {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.main_bann_col0_slide .item_background .images {
  position: relative;
  max-width: 60%;
  margin-left: 40%;
  min-height: 160px;
}

.main_bann_col0_slide .item_background .images::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#d9d3c7),
      to(rgba(217, 211, 199, 0)));
  background: linear-gradient(90deg, #d9d3c7 0%, rgba(217, 211, 199, 0) 100%);
}

.main_bann_col0_slide .item_background .images .img {
  width: 100%;
  height: 100%;
  min-height: 160px;
}

.main_bann_col0_slide .item_background .images .img img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_bann_col0_slide .item_background .item-gaster {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40%;
  width: 100%;
  height: 100%;
  background: #d9d3c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 30px 30px 70px;
}

.main_bann_col0_slide .item_background .item-gaster .content .texting {
  margin-bottom: 20px;
}

.main_bann_col0_slide .item_background .item-gaster .content .texting h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 10px;
}

.main_bann_col0_slide .item_background .item-gaster .content .texting .text-item {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 150%;
  font-weight: 500;
}

.main_bann_col0_slide .item_background .item-gaster .content .btn {
  width: 126px;
  height: 40px;
  border: 1px solid var(--cltexth);
}

.main_bann_col0_slide .item_background .item-gaster .content .btn span {
  font-size: 14px;
}

.main_bann_col0_slide .item_background .item-gaster .content .btn:hover span {
  color: var(--cltexth);
}

.main_bann_col0_slide .item_background .item-gaster .content .btn:hover svg {
  color: var(--cltexth);
}

.main_bann_col0_slide .item_background .item-gaster .content .btn::before {
  background: var(--cltexth);
}

.main_bann_col0_slide .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0px;
  text-align: left;
  padding-left: 60px;
  margin: 30px 0;
}

.main_bann_col0_slide .slick-dots li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px;
  width: 40px;
  height: 2px;
  background: #ffffff !important;
}

.main_bann_col0_slide .slick-dots li.slick-active {
  height: 4px;
  background: var(--color1) !important;
}

.title-main {
  font-size: 36px;
  font-weight: 700;
  color: var(--cltexth);
  text-align: center;
}

.title-main .icon {
  padding: 3px 20px;
  margin-right: 10px;
  font-family: "Barlow";
  color: var(--white);
  font-weight: 900;
  background: var(--color1);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 6px;
}

.title_introduce {
  text-align: center;
  margin-bottom: 40px;
}

.title_introduce .text-vina {
  text-align: center;
  letter-spacing: 0.4em;
  color: #666666;
  margin-bottom: 10px;
}

.title_introduce h1 {
  text-align: center;
  font-weight: 900;
  color: var(--color1);
}

.products_want_find .want_find_slide .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  background: #e0e0e0;
  border-radius: 10px;
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products_want_find .want_find_slide .slick-dots li {
  width: 4px;
  height: 6px;
  background: transparent;
}

.products_want_find .want_find_slide .slick-dots li.slick-active {
  width: 60px;
  height: 6px;
  background: #333333;
  border-radius: 50px;
}

.products_want_find .want_find_slide .slick-dots li button {
  display: none;
}

.products_want_find .item-wantfind {
  padding: 20px 0;
}

.products_want_find .item-wantfind .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products_want_find .item-wantfind .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.products_want_find .item-wantfind .text {
  text-align: center;
  color: var(--cltext);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products_want_find .item-wantfind:hover .image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 4px 20px rgba(196, 23, 29, 0.2);
  box-shadow: 0px 4px 20px rgba(196, 23, 29, 0.2);
}

.products_want_find .item-wantfind:hover .text {
  color: var(--color1);
}

.site_flashsale_home {
  position: relative;
  height: 670px;
  overflow: hidden;
  z-index: 1;
}

.site_flashsale_home::before {
  content: "";
  background: var(--color1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.site_flashsale_home::after {
  content: "";
  background-image: url("../../images/banner/flashsale.png");
  background-size: 110% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 45%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1490px;
  height: 100%;
  z-index: -1;
}

.site_flashsale_home .container {
  height: 100%;
}

.site_flashsale_home .item-columd {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site_flashsale_home .countdown-box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.site_flashsale_home .countdown-box .countdown_time h4 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.site_flashsale_home .box_slider_flashsale {
  width: calc(100% - 380px);
  padding-top: 70px;
}

.site_flashsale_home .box_slider_flashsale .slider_thering .slick-arrow {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  opacity: 0.4;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  bottom: 10px;
}

.site_flashsale_home .box_slider_flashsale .slider_thering .slick-arrow::before {
  display: none;
}

.site_flashsale_home .box_slider_flashsale .slider_thering .slick-arrow:hover {
  opacity: 1;
}

.site_flashsale_home .box_slider_flashsale .slider_thering .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../../images/icon/prev-1.png");
}

.site_flashsale_home .box_slider_flashsale .slider_thering .slick-arrow.slick-next {
  right: auto;
  left: 100px;
  background-image: url("../../images/icon/next-1.png");
}

.site_flashsale_home .box_slider_flashsale .slider_thering .slick-arrow span {
  display: none;
}

.site_flashsale_home .box_slider_flashsale .pagingInfo {
  margin-top: -40px;
  margin-left: 52px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.site_flashsale_home .box_slider_flashsale .pagingInfo span {
  opacity: 0.4;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.site_top_products_home .title-main {
  margin-bottom: 40px;
}

.site_top_products_home .product_single .new,
.site_top_products_home .product_single .flashsale {
  /* display: none; */
}

.slider_thering {
  padding-bottom: 70px;
}

.slider_thering .slick-list {
  padding-top: 10px;
}

.slick-list {
  margin: 0 -10px;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.home_box_form_products .form_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: var(--white);
}

.home_box_form_products .form_products:nth-child(odd) .banner {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.home_box_form_products .form_products:nth-child(odd) .box-list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.home_box_form_products .form_products:nth-child(even) .banner {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.home_box_form_products .form_products:nth-child(even) .box-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.home_box_form_products .form_products .banner {
  position: relative;
  width: 30%;
}

.home_box_form_products .form_products .banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.home_box_form_products .form_products .banner .images {
  width: 100%;
  height: 100%;
}

.home_box_form_products .form_products .banner .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_box_form_products .form_products .banner .texting {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  color: var(--white);
  z-index: 5;
}

.home_box_form_products .form_products .banner .texting h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.home_box_form_products .form_products .box-list {
  position: relative;
  width: 70%;
  padding: 30px 40px;
}

.home_box_form_products .form_products .slider_thering .product_single {
  border: 1px solid #f5f5f5;
}

.home_box_form_products .form_products .slider_thering .product_single .detail .item-price .price-discard {
  /* display: none; */
}

.home_box_form_products .form_products .slider_thering .slick-arrow {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  opacity: 0.4;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  top: auto;
  bottom: 10px;
}

.home_box_form_products .form_products .slider_thering .slick-arrow::before {
  display: none;
}

.home_box_form_products .form_products .slider_thering .slick-arrow:hover {
  opacity: 1;
}

.home_box_form_products .form_products .slider_thering .slick-arrow.slick-prev {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: calc(50% - 92px);
  background-image: url("../../images/icon/prev-1.png");
}

.home_box_form_products .form_products .slider_thering .slick-arrow.slick-next {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  right: calc(50% - 92px);
  background-image: url("../../images/icon/next-1.png");
}

.home_box_form_products .form_products .slider_thering .slick-arrow span {
  display: none;
}

.home_box_form_products .form_products .pagingInfin {
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

.home_box_form_products .form_products .pagingInfin span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

.site_contact_home {
  position: relative;
  z-index: 1;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site_contact_home .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.site_contact_home .banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}

.site_contact_home .banner .images {
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
}

.site_contact_home .banner .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.site_contact_home .content_box {
  z-index: 10;
  width: 100%;
}

.site_contact_home .content_box .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.site_contact_home .content_box .box_flex .box-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  min-width: 420px;
  background: var(--white);
  padding: 26px;
}

.site_contact_home .content_box .box_flex .box-contact .icon {
  color: var(--color1);
}

.site_contact_home .content_box .box_flex .box-contact .detail h2 {
  color: var(--color1);
  margin-bottom: 4px;
  font-weight: 700;
}

.site_contact_home .content_box .box_flex .box-contact .detail p {
  color: #333333;
  margin-bottom: 10px;
}

.site_contact_home .content_box .box_flex .box-contact .detail .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background: #f1f1f1;
  border: 1px solid #333333;
}

.site_contact_home .content_box .box_flex .box-contact .detail .btn span {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.site_contact_home .content_box .box_flex .box-contact .detail .btn svg {
  color: #333333;
  margin-left: 4px;
}

.site_contact_home .content_box .box_flex .box-contact .detail .btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.site_contact_home .content_box .box_flex .box-contact .detail .btn:hover span,
.site_contact_home .content_box .box_flex .box-contact .detail .btn:hover svg {
  color: #ffffff;
}

.banner_fashsale {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.banner_fashsale .banner {
  width: 100%;
  background-image: linear-gradient(100deg, #980000, #c70100);
}

.banner_fashsale .banner img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner_fashsale .countdown-box {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner_fashsale .countdown-box .countdown_time h4 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.banner_site_page {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.banner_site_page::before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/banner/banner_cart.png");
  background-size: 100% 100%;
  z-index: 3;
}

.banner_site_page .information {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  z-index: 10;
}

.banner_site_page .information .icon_tem {
  width: 170.67px;
  height: 160px;
  overflow: hidden;
}

.banner_site_page .information .icon_tem img {
  width: 100%;
  height: 100%;
}

.banner_site_page .information .title_tem h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.banner_site_page .information .title_tem h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
  text-transform: uppercase;
}

.banner_site_page .images {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.banner_site_page .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.banner_site_products {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.banner_site_products::before {
  content: "";
  width: 67%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/banner/banner_cart.png");
  background-size: 100% 100%;
  z-index: 3;
}

.banner_site_products .information {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}

.banner_site_products .information .title_tem h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: var(--white);
  margin-bottom: 10px;
}

.banner_site_products .information .title_tem .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.banner_site_products .images {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.banner_site_products .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.item_option_fashslae h2 {
  margin-bottom: 20px;
}

.item_option_fashslae ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 20px;
  overflow-x: scroll;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.item_option_fashslae ul::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: #f5f5f5;
}

.item_option_fashslae ul::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  border-radius: 10px;
  background-color: #f5f5f5;
}

.item_option_fashslae ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bbb;
}

.arcontactus-widget {
  position: fixed;
  bottom: 30%;
  right: 3%;
  display: grid;
  z-index: 600;
  gap: 12px;
}

.arcontactus-widget .item_arcontactus {
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BDBDBD;
  border-radius: 100%;
  background: #FFFFFF;
}

.item_option_fashslae ul li {
  background: #333333;
  border-radius: 20px;
  overflow: hidden;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.item_option_fashslae ul li a {
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
}

.item_option_fashslae ul li.active {
  background: var(--color1);
}

.item_option_fashslae ul li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--color1);
}

.item_option_pagecontent {
  margin: 70px 0 20px 0;
}

.item_option_pagecontent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 10px;
  overflow-x: scroll;
}

.item_option_pagecontent ul::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.item_option_pagecontent ul li {
  background: var(--white);
  border-radius: 60px;
  border: 1px solid var(--cltext);
  overflow: hidden;
  height: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  cursor: pointer;
}

.item_option_pagecontent ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
  height: 100%;
  font-size: 16px;
  line-height: 120%;
  color: var(--cltext);
  font-weight: 700;
  text-transform: uppercase;
}

.item_option_pagecontent ul li.active {
  background: var(--color1);
  border: 1px solid var(--color1);
}

.item_option_pagecontent ul li.active a {
  color: var(--white);
}

.item_option_pagecontent ul li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--color1);
  border: 1px solid var(--color1);
}

.item_option_pagecontent ul li:hover a {
  color: var(--white);
}

.item_option_stores {
  margin-bottom: 20px;
}

.item_option_stores ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  overflow-x: scroll;
}

.item_option_stores ul::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.item_option_stores ul li {
  background: var(--white);
  border-radius: 60px;
  border: 1px solid var(--cltext);
  overflow: hidden;
  height: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  cursor: pointer;
}

.item_option_stores ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
  height: 100%;
  font-size: 16px;
  line-height: 120%;
  color: var(--cltext);
  font-weight: 700;
  text-transform: uppercase;
}

.item_option_stores ul li.active {
  background: var(--color1);
  border: 1px solid var(--color1);
}

.item_option_stores ul li.active a {
  color: var(--white);
}

.item_option_stores ul li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--color1);
  border: 1px solid var(--color1);
}

.item_option_stores ul li:hover a {
  color: var(--white);
}

.box_filter_products .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.box_filter_products .item-top .fill-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 40px;
  padding: 0 20px;
  background: var(--color1);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.box_filter_products .item-top .fill-wrapper span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.box_filter_products .item-top .main_fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.box_filter_products .item-bott {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #cecece;
  padding: 8px 0;
  gap: 20px;
}

.box_filter_products .item-bott .title_result h3 {
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--cltexth);
}

.box_filter_products .show_pop {
  position: relative;
}

.box_filter_products .show_pop input {
  display: none;
}

.box_filter_products .show_pop .popup {
  position: absolute;
  background: #ffffff;
  top: 0;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 6px;
}

.box_filter_products .show_pop.main_pop_box .popup {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
}

.box_filter_products .show_pop.main_pop_box .popup .option_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: auto;
  padding: 40px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(217, 217, 217, 0)),
      to(#f1f1f1));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #f1f1f1 100%);
}

.box_filter_products .show_pop.main_pop_box .popup .option_item .option {
  width: auto;
  height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--white);
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  cursor: pointer;
}

.box_filter_products .show_pop.main_pop_box .popup .option_item .option span {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--cltext);
}

.box_filter_products .show_pop.main_pop_box .popup .option_item .option.active {
  border: 1px solid #2f80ed;
}

.box_filter_products .show_pop.main_pop_box .popup .option_item .option:hover {
  border: 1px solid #2f80ed;
}

.box_filter_products .show_pop.main_pop_box .popup .flex-btn {
  padding: 20px 40px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.box_filter_products .show_pop.main_pop_box .popup .flex-btn button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border-radius: 4px;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
}

.box_filter_products .show_pop.main_pop_box .popup .flex-btn .cancel-btn {
  background: #ffffff;
  border: 1px solid #c4171d;
  color: #c4171d;
}

.box_filter_products .show_pop.main_pop_box .popup .flex-btn .acp-btn {
  background: #e3efff;
  border: 1px solid #2f80ed;
  color: #2f80ed;
}

.box_filter_products .show_pop.main_pop_box .popup .flex-btn .acp-btn span {
  font-weight: 700;
}

.box_filter_products .show_pop.main_pop_box:nth-child(4) .popup,
.box_filter_products .show_pop.main_pop_box:nth-child(5) .popup {
  right: 0;
  left: auto;
}

.box_filter_products .show_pop.arrange_pop .popup {
  width: 310px;
  right: 0;
  padding: 40px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}

.box_filter_products .show_pop.arrange_pop .popup .option_item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.box_filter_products .show_pop.arrange_pop .popup .option_item .option {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  cursor: pointer;
  gap: 6px;
}

.box_filter_products .show_pop.arrange_pop .popup .option_item .option .icon-check {
  display: none;
}

.box_filter_products .show_pop.arrange_pop .popup .option_item .option span {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--cltexth);
}

.box_filter_products .show_pop.arrange_pop .popup .option_item .option.active .icon-check {
  display: block;
}

.box_filter_products .show_pop.arrange_pop .popup .option_item .option:hover {
  border: 1px solid #666666;
}

.box_filter_products .show_pop input[type="checkbox"]:checked+.popup {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 3px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.box_filter_products .show_pop input[type="radio"]:checked+.popup {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 3px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.box_filter_products .fill-item {
  position: relative;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 40px;
  background: var(--white);
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  z-index: 1;
}

.box_filter_products .fill-item .fill-dow {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
}

.box_filter_products .fill-item .title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--cltext);
  cursor: pointer;
}

.box_filter_products .fill-item:hover {
  border: 1px solid #666666;
}

.site_page_details_products {
  background: var(--white);
  margin-top: -20px;
  padding-top: 40px;
}

.site_page_details_products .item_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.site_page_details_products .item_information .small-centered {
  width: 50%;
}

.site_page_details_products .item_information .column .slider_main_single {
  position: relative;
}

.site_page_details_products .item_information .column .item-main-slider {
  overflow: hidden;
  position: relative;
  padding: 5px 30px;
  margin-bottom: 10px;
}

.site_page_details_products .item_information .column .item-main-slider .heart {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

.site_page_details_products .item_information .column .item-main-slider .heart svg {
  color: transparent;
  stroke: #ffffff;
  stroke-width: 1px;
}

.site_page_details_products .item_information .column .item-main-slider .heart:hover {
  background: transparent;
  border: 1px solid #f5f5f5;
}

.site_page_details_products .item_information .column .item-main-slider .heart:hover svg {
  color: #ea0102;
  fill: #ea0102;
}

.site_page_details_products .item_information .column .item-main-slider .heart.active {
  background: transparent;
  border: 1px solid #f5f5f5;
}

.site_page_details_products .item_information .column .item-main-slider .heart.active svg {
  color: #ea0102;
  fill: #ea0102;
}

.site_page_details_products .item_information .column .item-main-slider .item-zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

.site_page_details_products .item_information .column .slider-single {
  overflow: hidden;
  position: relative;
}

.site_page_details_products .item_information .column .slider-single .slick-dots {
  display: none !important;
}

.site_page_details_products .item_information .column .slider-single .img_single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.site_page_details_products .item_information .column .slider-single .img_single .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site_page_details_products .item_information .column .slider-single .img_single .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  min-width: 50%;
  min-height: 50%;
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
}

.site_page_details_products .item_information .column .slider-single .img_single:hover .img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.site_page_details_products .item_information .column .slider-nav {
  padding: 0 50px;
}

.site_page_details_products .item_information .column .slider-nav .slick-track {
  gap: 0 10px;
}

.site_page_details_products .item_information .column .slider-nav .slick-arrow {
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #999999;
  border-radius: 100%;
}

.site_page_details_products .item_information .column .slider-nav .slick-arrow::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 6px;
  width: 8px;
  height: 8px;
  background-image: url("../../images/icon/slider-nav.png");
  background-size: 100% 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.site_page_details_products .item_information .column .slider-nav .slick-arrow:hover {
  opacity: 1;
}

.site_page_details_products .item_information .column .slider-nav .slick-arrow.slick-prev {
  left: 15px;
}

.site_page_details_products .item_information .column .slider-nav .slick-arrow.slick-next {
  right: 15px;
}

.site_page_details_products .item_information .column .slider-nav .slick-arrow.slick-next::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.site_page_details_products .item_information .column .slider-nav .slick-arrow span {
  display: none;
}

.site_page_details_products .item_information .column .slider-nav .img_nav {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  border: 0.5px solid #afafaf;
}

/* .site_page_details_products
  .item_information
  .column
  .slider-nav
  .img_nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */
.site_page_details_products .item_information .column .slider-nav .img_nav img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.site_page_details_products .item_information .column .slider-nav .img_nav:hover {
  border: 0.5px solid var(--color1);
}

.site_page_details_products .item_information .column .slider-nav .img_nav:hover::before {
  visibility: hidden;
  opacity: 0;
}

.site_page_details_products .item_information .column .slider-nav .slick-current .img_nav {
  border: 0.5px solid red;
}

.site_page_details_products .item_information .column .slider-nav .slick-current .img_nav::before {
  visibility: hidden;
  opacity: 0;
}

.site_page_details_products .item_information .detail {
  width: 50%;
  padding-left: 70px;
}

.site_page_details_products .item_information .detail .banner_fashsale_detail {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.site_page_details_products .item_information .detail .banner_fashsale_detail .banner {
  width: 100%;
}

.site_page_details_products .item_information .detail .banner_fashsale_detail .banner img {
  width: 100%;
  min-height: 110px;
  border-radius: 6px;
}

.site_page_details_products .item_information .detail .banner_fashsale_detail .countdown-box {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  zoom: 0.7;
}

.site_page_details_products .item_information .detail .banner_fashsale_detail .countdown-box .countdown_time h4 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.site_page_details_products .item_information .detail .banner_fashsale_detail .countdown-box .flipdown .rotor-group .rotor-group-heading {
  /* display: none; */
}

.site_page_details_products .item_information .detail .product_information .title-products-main {
  font-weight: 700;
  line-height: 150%;
  color: var(--cltexth);
  margin-bottom: 20px;
}

.site_page_details_products .item_information .detail .product_information .product_option_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.site_page_details_products .item_information .detail .product_information .product_option_color .option_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.site_page_details_products .item_information .detail .product_information .product_option_color .option_item label a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.site_page_details_products .item_information .detail .product_information .product_option_color .option_item .dots-check {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #dadce0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site_page_details_products .item_information .detail .product_information .product_option_color .option_item .dots-check span {
  position: relative;
  width: 80%;
  height: 80%;
  border-radius: 100%;
}

.site_page_details_products .item_information .detail .product_information .product_option_color .option_item .dots-check span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6.5px;
  width: 3px;
  height: 7px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}

.site_page_details_products .item_information .detail .product_information .product_option_color .option_item .active .dots-check span:after {
  visibility: visible;
  opacity: 1;
}

.site_page_details_products .item_information .detail .product_information .product_option_color .option_item .item-content p {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.005em;
  color: var(--cltexth);
}

.site_page_details_products .item_information .detail .product_information .box_infor {
  border-bottom: 1px solid #dadce0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.site_page_details_products .item_information .detail .product_information .box_infor:last-child {
  border-bottom: none;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics h3 {
  font-weight: 700;
  color: var(--cltexth);
  letter-spacing: -0.005em;
  margin-bottom: 20px;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin .dots-check {
  min-width: 20px;
  height: 20px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin .dots-check span {
  position: relative;
  width: 100%;
  height: 100%;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin .dots-check span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8.5px;
  width: 3px;
  height: 7px;
  border-right: 2px solid #0066ff;
  border-bottom: 2px solid #0066ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin .item-content {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #202124;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin input[type="radio"]:checked+.dots-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin input[type="radio"]:checked+.dots-check+.item-content {
  color: #0066ff;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin .active .item-content {
  color: #0066ff;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .imporin .active .dots-check {
  display: flex;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .product-attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics ul li:last-child {
  margin-bottom: 0;
}

.site_page_details_products .item_information .detail .product_information .item_characteristics .title {
  font-weight: 700;
  color: #606368;
}

.site_page_details_products .item_information .detail .product_information .pricing_fofun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 20px;
}

.site_page_details_products .item_information .detail .product_information .pricing_fofun h3 {
  font-weight: 700;
  color: var(--cltexth);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.site_page_details_products .item_information .detail .product_information .pricing_fofun h3 span {
  font-weight: 700;
  color: var(--cltexth);
}

.site_page_details_products .item_information .detail .product_information .pricing_fofun h3 .currency {
  font-weight: 700;
  text-decoration-line: underline;
  color: var(--cltexth);
}

.site_page_details_products .item_information .detail .product_information .pricing_fofun .sale-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.site_page_details_products .item_information .detail .product_information .pricing_fofun .sale-item .sale {
  letter-spacing: -0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  text-decoration-line: line-through;
  color: #666666;
}

.site_page_details_products .item_information .detail .product_information .pricing_fofun .sale-item .sale span {
  color: #666666;
}

.site_page_details_products .item_information .detail .product_information .pricing_fofun .sale-item .discord {
  letter-spacing: -0.01em;
  color: #c4171d;
}

.site_page_details_products .item_information .detail .product_information .item-btn-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site_page_details_products .item_information .detail .product_information .item-btn-col .btn {
  width: calc(50% - 10px);
  height: 56px;
  gap: 4px;
}

.site_page_details_products .item_information .detail .product_information .item-btn-col .btn span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.site_page_details_products .item_information .detail .product_information .item-btn-col .btn svg {
  margin: 0;
}

.site_page_details_products .item_information .detail .box-endow {
  width: 100%;
  padding: 20px 40px 0px 40px;
  background: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 40px;
}

.site_page_details_products .item_information .detail .box-endow .item-title {
  font-weight: 700;
  color: var(--cltexth);
  letter-spacing: -0.005em;
  margin-bottom: 17px;
}

.site_page_details_products .item_information .detail .box-endow .endow-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  padding-left: 44px;
  position: relative;
  color: #111111;
  border-top: 1px solid #dadce0;
  /* flex-wrap: wrap; */
}
.site_page_details_products .item_information .detail .box-endow .endow-list ul li a {
  color: cornflowerblue;
}
.site_page_details_products .item_information .detail .box-endow .endow-list ul li img {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 10px;
}

.site_page_details_products .item_information .detail .box-endow .endow-list ul li::before {
  content: url("../../images/icon/task_alt.png");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.html_table_content {
  overflow: hidden;
  border-top: 1px solid #cecece;
}

.html_table_content .content-tabs.table_slider {
  background: #f5f5f5;
  padding-top: 26px;
  padding-bottom: 20px;
}

.html_table_content .content-tabs.table_slider .slider_thering .slick-arrow {
  width: 40px;
  height: 40px;
  opacity: 0.4;
  top: auto;
  bottom: 10px;
  background: #111111;
  border-radius: 100%;
}

.html_table_content .content-tabs.table_slider .slider_thering .slick-arrow::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.html_table_content .content-tabs.table_slider .slider_thering .slick-arrow:hover {
  opacity: 1;
}

.html_table_content .content-tabs.table_slider .slider_thering .slick-arrow.slick-prev {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: calc(50% - 92px);
}

.html_table_content .content-tabs.table_slider .slider_thering .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 14px;
}

.html_table_content .content-tabs.table_slider .slider_thering .slick-arrow.slick-next {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  right: calc(50% - 92px);
}

.html_table_content .content-tabs.table_slider .slider_thering .slick-arrow.slick-next::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 14px;
}

.html_table_content .content-tabs.table_slider .slider_thering .slick-arrow span {
  display: none;
}

.html_table_content .content-tabs.table_slider .pagingrelated {
  position: absolute;
  bottom: 39px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.html_table_content .content-tabs.table_slider .pagingrelated span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.html_table_content .content-tabs.item-tabs-ordering {
  padding: 50px 0;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 310px;
  max-width: 310px;
  background: transparent;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll::before {
  display: none;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll li {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll li::after {
  display: none;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll li a {
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  background: #f1f1f1;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll li a::before {
  background-image: url("../../images/icon/south_gray.png");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  visibility: visible;
  opacity: 1;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll li a:hover {
  color: var(--white);
  background: #111111;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll li a:hover::before {
  background-image: url("../../images/icon/south_east.png");
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
  color: var(--white);
  background: #111111;
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active::before {
  background-image: url("../../images/icon/south_east.png");
}

.html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container .content {
  width: 100%;
  max-width: 600px;
}

.html_table_content .tabs_information_product {
  padding: 40px 0;
}

.html_table_content .item_information {
  margin: 0;
}

.html_table_content .content {
  color: #000000;
}

.html_table_content .content h1 {
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.html_table_content .content h2 {
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.html_table_content .content h3 {
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.html_table_content .content h4 {
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.html_table_content .content h5 {
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.html_table_content .content h6 {
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.html_table_content .content p {
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.html_table_content .content ul {
  list-style: disc;
  padding-left: 25px;
}

.html_table_content .content li {
  list-style: disc;
  margin-bottom: 10px;
}

.html_table_content .box-table {
  margin-bottom: 40px;
}

.html_table_content .box-table .title-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #333333;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  color: #ffffff;
}

.html_table_content .box-table table {
  width: 100%;
  background: #f1f1f1;
  border-collapse: collapse;
}

.html_table_content .box-table table tr {
  border-bottom: 1px solid var(--white);
}

.html_table_content .box-table table td {
  padding-left: 20px;
  border-right: 1px solid var(--white);
}

.html_table_content .box-table table td:last-child {
  border-right: none;
}

.html_table_content .box-table .box-video {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.html_table_content .box-table .box-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products_list_cart {
  padding: 0 40px 70px 40px;
  background: #ffffff;
  border-radius: 20px;
}

.products_list_cart .title-list-cart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 2px solid var(--color1);
}

.products_list_cart .title-list-cart h5 {
  font-weight: 700;
  color: var(--cltexth);
}

.products_list_cart .item_list_products {
  width: 48%;
  padding-left: 70px;
}

.products_list_cart .unit_price {
  width: 115px;
  text-align: right;
}

.products_list_cart .item_amount {
  width: 115px;
  text-align: center;
}

.products_list_cart .item_total {
  width: 115px;
  text-align: right;
}

.products_list_cart .list-cart-sp .item-sp-cart {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.products_list_cart .list-cart-sp .item-sp-cart:last-child {
  border-bottom: 1px solid #bdbdbd;
}

.products_list_cart .list-cart-sp .item-sp-cart .item-close {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.products_list_cart .list-cart-sp .item-sp-cart .item-close .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  float: none;
  border-radius: 50%;
  background: #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--white);
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products_list_cart .list-cart-sp .item-sp-cart .item-close .close:hover,
.products_list_cart .list-cart-sp .item-sp-cart .item-close .close:focus {
  background: var(--color1);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .image {
  max-width: 120px;
  min-width: 120px;
  overflow: hidden;
  position: relative;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .image .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .image .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .text {
  margin: 20px;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .text>a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 140.19%;
  color: var(--cltexth);
  letter-spacing: -0.01em;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products:hover .text a {
  color: var(--color1);
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .text .attr .clearfix {
  margin-top: 8px;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .text .attr .clearfix p {
  display: flex;
  align-items: center;
  gap: 6px;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .text .attr .variant-title .attr-color {
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 4px;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .unit_price {
  text-align: right;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .unit_price .normal {
  line-height: 120%;
  text-decoration-line: line-through;
  color: #666666;
  margin-bottom: 6px;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .unit_price .sale span {
  line-height: 120%;
  font-weight: 700;
  color: var(--cltexth);
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_amount .custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 115px;
  height: 40px;
  border: 1px solid #bdbdbd;
  border-radius: 60px;
  overflow: hidden;
  padding: 0 10px;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_amount .custom input[type="text"] {
  width: 40px;
  height: 100%;
  margin: 0;
  min-height: unset;
  display: block;
  outline: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: var(--cltexth);
  text-align: center;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_amount .custom button {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_amount .custom button:hover {
  background: var(--color1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_total p span {
  line-height: 120%;
  font-weight: 700;
  color: var(--cltexth);
}

.products_list_cart .box_billing {
  margin-bottom: 20px;
}

.products_list_cart .box_billing .item_bill {
  width: 100%;
  padding: 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px 80px;
  text-align: right;
  border-bottom: 1px solid #f1f1f1;
}

.products_list_cart .box_billing .item_bill h3 {
  color: #666666;
}

.products_list_cart .box_billing .item_bill .price {
  font-weight: 700;
  color: var(--color1);
  width: 120px;
}

.products_list_cart .box_billing .voucher_input {
  max-width: 424px;
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-left: 22px;
}

.products_list_cart .box_billing .voucher_input svg {
  color: var(--color1);
}

.products_list_cart .box_billing .voucher_input input {
  width: 100%;
  height: 100%;
  outline: 0;
  color: var(--cltexth);
}

.products_list_cart .box_billing .voucher_input input::-webkit-input-placeholder {
  color: #666666;
}

.products_list_cart .box_billing .voucher_input input::-moz-placeholder {
  color: #666666;
}

.products_list_cart .box_billing .voucher_input input:-ms-input-placeholder {
  color: #666666;
}

.products_list_cart .box_billing .voucher_input input::-ms-input-placeholder {
  color: #666666;
}

.products_list_cart .box_billing .voucher_input input::placeholder {
  color: #666666;
}

.products_list_cart .click_finish {
  max-width: 254px;
  width: 100%;
  height: 40px;
  gap: 4px;
  margin: auto;
  margin-right: 0;
}

.products_list_cart .click_finish span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.products_list_cart .click_finish svg {
  margin: 0;
}

.box-jump-cart {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  max-width: 650px;
  gap: 30px;
  z-index: 1;
}

.box-jump-cart::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 4px;
  top: 32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #d9d9d9;
  z-index: -1;
}

.box-jump-cart .row-cart {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-jump-cart .row-cart .icon_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 64px;
  width: 64px;
  height: 64px;
  background: #999999;
  color: var(--white);
  -webkit-box-shadow: 0px 10px 40px #bababa;
  box-shadow: 0px 10px 40px #bababa;
  border-radius: 100%;
  border: 4px solid #ffffff;
  margin: auto;
  margin-bottom: 10px;
}

.box-jump-cart .row-cart .icon_check.active {
  background: var(--color1);
}

.box-jump-cart .row-cart .title_check {
  margin-bottom: 10px;
}

.box-jump-cart .row-cart .title_check h3 {
  text-align: center;
  color: var(--cltexth);
}

.popup-editpass {
  width: calc(100% - 30px);
  max-width: 640px;
  max-height: 95vh;
  overflow-y: scroll;
  padding: 40px 70px 70px 70px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.popup-editpass::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.popup-editpass .content .title {
  margin-bottom: 32px;
  text-align: center;
}

.popup-editpass .content .title h2 {
  font-weight: 700;
  color: var(--cltexth);
}

.popup-editpass .fancybox-close-small {
  width: 36px;
  height: 36px;
  right: 15px;
  top: 10px;
  color: #333333;
}

.popup-editpass .fancybox-close-small:hover {
  color: #c4171d;
}

.popup-editpass .fancybox-close-small svg {
  opacity: 1;
}

.popup-editpass .fancybox-close-small svg path {
  stroke-width: 2;
}

.popup-editpass form .form-group {
  width: 100%;
  height: 56px;
  margin-top: 20px;
  position: relative;
  padding: 8px 20px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-editpass form .form-group.textarea {
  height: auto;
  padding: 0;
}

.popup-editpass form .form-group.textarea textarea {
  padding-top: 15px;
  padding-left: 20px;
}

.popup-editpass form .form-group .item-place {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 4px 10px;
  background: var(--white);
  color: #999999;
  font-size: 14px;
  line-height: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-editpass form .form-group .item-place span {
  color: #d04a2a;
}

.popup-editpass form .form-group:hover,
.popup-editpass form .form-group:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #999999;
}

.popup-editpass form .form-group:hover .item-place,
.popup-editpass form .form-group:focus .item-place {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-editpass form .form-group .controls {
  width: 100%;
  height: 100%;
}

.popup-editpass form .form-group input,
.popup-editpass form .form-group textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 120%;
  color: var(--cltexth);
  font-weight: 700;
  overflow: hidden;
  outline: 0;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}

.popup-editpass form .form-group input::-webkit-input-placeholder,
.popup-editpass form .form-group textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--cltext);
}

.popup-editpass form .form-group input::-moz-placeholder,
.popup-editpass form .form-group textarea::-moz-placeholder {
  font-weight: 400;
  color: var(--cltext);
}

.popup-editpass form .form-group input:-ms-input-placeholder,
.popup-editpass form .form-group textarea:-ms-input-placeholder {
  font-weight: 400;
  color: var(--cltext);
}

.popup-editpass form .form-group input::-ms-input-placeholder,
.popup-editpass form .form-group textarea::-ms-input-placeholder {
  font-weight: 400;
  color: var(--cltext);
}

.popup-editpass form .form-group input::placeholder,
.popup-editpass form .form-group textarea::placeholder {
  font-weight: 400;
  color: var(--cltext);
}

.popup-editpass form .form-group select {
  width: 100%;
  height: 100%;
  color: var(--cltext);
  -webkit-appearance: none;
}

.popup-editpass form .form-group .fill-dow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #999999;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.popup-editpass form .btn {
  padding: 12px;
}

.popup-editpass .changepass form .btn {
  padding: 12px;
  margin-top: 20px;
}

.popup-editpass .changepass form .btn input {
  display: none;
}

.popup-editpass form .btn span {
  font-size: 16px;
}

.row-page-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.row-page-lg .box_row_page {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
}

.row-page-lg .box_row_page .form-group {
  width: 100%;
  height: 56px;
  position: relative;
  padding: 8px 20px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.row-page-lg .box_row_page .form-group.textarea {
  height: auto;
  padding: 0;
}

.row-page-lg .box_row_page .form-group.textarea textarea {
  padding-top: 15px;
  padding-left: 20px;
}

.row-page-lg .box_row_page .form-group .item-place {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 4px 10px;
  background: var(--white);
  color: #999999;
  font-size: 14px;
  line-height: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.row-page-lg .box_row_page .form-group .item-place label {
  margin: 0;
}

.row-page-lg .box_row_page .form-group .item-place span {
  color: #d04a2a;
}

.row-page-lg .box_row_page .form-group:hover,
.row-page-lg .box_row_page .form-group:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #999999;
}

.row-page-lg .box_row_page .form-group:hover .item-place,
.row-page-lg .box_row_page .form-group:focus .item-place {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.row-page-lg .box_row_page .form-group input,
.row-page-lg .box_row_page .form-group select,
.row-page-lg .box_row_page .form-group textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 120%;
  color: var(--cltexth);
  overflow: hidden;
  outline: 0;
  border-radius: 4px;
}

.row-page-lg .box_row_page .form-group input::-webkit-input-placeholder,
.row-page-lg .box_row_page .form-group textarea::-webkit-input-placeholder {
  color: var(--cltext);
}

.row-page-lg .box_row_page .form-group input::-moz-placeholder,
.row-page-lg .box_row_page .form-group textarea::-moz-placeholder {
  color: var(--cltext);
}

.row-page-lg .box_row_page .form-group input:-ms-input-placeholder,
.row-page-lg .box_row_page .form-group textarea:-ms-input-placeholder {
  color: var(--cltext);
}

.row-page-lg .box_row_page .form-group input::-ms-input-placeholder,
.row-page-lg .box_row_page .form-group textarea::-ms-input-placeholder {
  color: var(--cltext);
}

.row-page-lg .box_row_page .form-group input::placeholder,
.row-page-lg .box_row_page .form-group textarea::placeholder {
  color: var(--cltext);
}

.row-page-lg .box_row_page .form-group select {
  width: 100%;
  height: 100%;
  color: var(--cltext);
  -webkit-appearance: none;
}

.row-page-lg .box_row_page .form-group .fill-dow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #999999;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.row-page-lg .box_row_page .item_box_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 15px 40px;
  border-bottom: 2px solid var(--color1);
}

.row-page-lg .box_row_page .item_box_title .icon {
  color: var(--color1);
}

.row-page-lg .box_row_page .item_box_title h3 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: var(--color1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.row-page-lg .box_row_page .item_box_title .click-fix {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #666666;
}

.row-page-lg .box_row_page .item_box_title .click-fix:hover {
  color: var(--color1);
}

.row-page-lg .box-xs {
  min-width: 420px;
  max-width: 420px;
}

.row-page-lg .box-xs .box_row_page {
  margin-bottom: 20px;
}

.row-page-lg .click_finish {
  width: 254px;
  height: 40px;
  gap: 4px;
}

.row-page-lg .click_finish span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.row-page-lg .click_finish svg {
  margin: 0;
}

.row-page-lg .form_consignee_information .content {
  padding: 40px;
}

.row-page-lg .form_consignee_information .form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.row-page-lg .form_consignee_information .form .form-group-separate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.row-page-lg .form_consignee_information .form_customer_information .item-soter {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.row-page-lg .form_consignee_information .form_customer_information .item-soter:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.row-page-lg .form_consignee_information .form_customer_information .item-soter .title {
  color: #999999;
  margin-bottom: 10px;
}

.row-page-lg .form_consignee_information .form_customer_information .item-soter .information {
  color: var(--cltexth);
  font-weight: 700;
}

.row-page-lg .form_consignee_information .form_store_authorized {
  margin-bottom: 30px;
}

.row-page-lg .form_consignee_information .form_store_authorized .title_authorized {
  padding: 10px 20px;
  background: #f1f1f1;
  margin-bottom: 5px;
}

.row-page-lg .form_consignee_information .form_store_authorized .title_authorized h3 {
  font-weight: 700;
  color: #292929;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_main {
  margin-bottom: 20px;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_main .name-cty {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #292929;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_main .information li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_main .information li svg {
  color: #8b8b8b;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_main .information .content_text {
  color: #292929;
  padding-top: 4px;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_main .information .content_text:hover {
  color: var(--color1);
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .title_authorized {
  margin-bottom: 20px;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro .item-authorized {
  cursor: pointer;
  position: relative;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 20px 20px 0;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro .item-authorized .icon-maps {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro .item-authorized .icon-maps .icons {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro .item-authorized:hover {
  border: 1px solid var(--color1);
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro .item-authorized h3 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #292929;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro .item-authorized .authorized-top {
  margin-bottom: 18px;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro .item-authorized .item_authorized_dealer li {
  line-height: 150%;
  color: #292929;
  border-top: 1px solid #f5f5f5;
  padding: 12px 0;
}

.row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro .item-authorized .item_authorized_dealer li span {
  color: #8b8b8b;
  margin-right: 8px;
}

.row-page-lg .form-group-connect form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}

.row-page-lg .form-group-connect .click_finish {
  width: 100%;
}

.row-page-lg .box_cart .content {
  padding: 0 40px;
}

.row-page-lg .box_cart .list_cart_products .cart-sp {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.row-page-lg .box_cart .list_cart_products .cart-sp:last-child {
  border-bottom: 1px solid #bdbdbd;
}

.row-page-lg .box_cart .list_cart_products .item_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.row-page-lg .box_cart .list_cart_products .item_products .image {
  max-width: 100px;
  min-width: 100px;
  overflow: hidden;
  position: relative;
}

.row-page-lg .box_cart .list_cart_products .item_products .image .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.row-page-lg .box_cart .list_cart_products .item_products .image .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}

.row-page-lg .box_cart .list_cart_products .item_products .detail {
  padding: 0 10px;
}

.row-page-lg .box_cart .list_cart_products .item_products .detail .text {
  font-size: 14px;
  line-height: 150%;
  color: var(--cltexth);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.row-page-lg .box_cart .list_cart_products .item_products .detail .item_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-page-lg .box_cart .list_cart_products .item_products .detail .item_total::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #f1f1f1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 5px;
}

.row-page-lg .box_cart .list_cart_products .item_products .detail .item_total .amount {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 14px;
  line-height: 120%;
  color: var(--cltexth);
}

.row-page-lg .box_cart .list_cart_products .item_products .detail .item_total .price {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: var(--cltexth);
}

.row-page-lg .box_cart .list_cart_products .item_products .detail .item_total .price span {
  font-weight: 700;
  color: var(--cltexth);
}

.row-page-lg .box_cart .box_billing {
  padding: 20px 0;
}

.row-page-lg .box_cart .box_billing .item_bill {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* gap: 20px; */
  margin-bottom: 20px;
}

.row-page-lg .box_cart .box_billing .item_bill:last-child {
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
}

.row-page-lg .box_cart .box_billing .item_bill h3 {
  color: #666666;
}

.row-page-lg .box_cart .box_billing . .price {
  font-weight: 700;
  text-align: right;
  color: var(--color1);
}

.row-page-lg .form_payment_information .content {
  padding: 30px 40px 40px;
}

.row-page-lg .form_payment_information .text-introduction {
  margin-bottom: 24px;
  color: var(--cltexth);
}

.row-page-lg .form_payment_information .form_option_pays {
  margin-bottom: 40px;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay {
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay input {
  display: none;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay .dots-check {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay .dots-check span {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid var(--cltexth);
}

.row-page-lg .form_payment_information .form_option_pays .option_pay .dots-check span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8.5px;
  height: 8.5px;
  border-radius: 100%;
  background: var(--cltexth);
  visibility: hidden;
  opacity: 0;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay input[type="radio"]:checked+.dots-check span:before {
  visibility: visible;
  opacity: 1;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay .item-content .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay .item-content .icon img {
  max-width: 80%;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay .item-content .detail h3 {
  color: var(--cltexth);
  margin-bottom: 6px;
}

.row-page-lg .form_payment_information .form_option_pays .option_pay .item-content .detail p {
  color: #666666;
}

.site_cart_finish {
  max-width: 715px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 200px;
}

.site_cart_finish .content {
  text-align: center;
  color: var(--cltext);
  margin-bottom: 40px;
}

.site_cart_finish .content h2,
.site_cart_finish .content h3,
.site_cart_finish .content h4,
.site_cart_finish .content h5,
.site_cart_finish .content h6 {
  margin-bottom: 20px;
  font-weight: 700;
}

.site_cart_finish .content p {
  margin-bottom: 20px;
}

.site_cart_finish .content a,
.site_cart_finish .content span {
  color: var(--color1);
}

.site_cart_finish .item-btn-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site_cart_finish .item-btn-col .btn {
  padding: 0 40px;
  height: 40px;
  gap: 4px;
}

.site_cart_finish .item-btn-col .btn span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.site_cart_finish .item-btn-col .btn svg {
  margin: 0;
}

.page_list_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.page_list_news .page_news_item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.page_list_news .page_news_item .page_news_thumbnail {
  width: 100%;
}

.page_list_news .page_news_item .page_news_thumbnail .news_thumbnail {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page_list_news .page_news_item .page_news_thumbnail .news_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.page_list_news .page_news_item .page_news_content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.page_list_news .page_news_item .page_news_content .news_title {
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page_list_news .page_news_item .page_news_content .news_published_date,
.page_list_news .page_news_item .page_news_content .date span {
  color: #999999;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.page_list_news .page_news_item:hover .page_news_thumbnail .news_thumbnail {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page_list_news .page_news_item:hover .page_news_content .news_title {
  text-decoration-line: underline;
}

.page_list_news .news_item {
  width: 33.333%;
  padding: 0 10px;
}

.page_list_news .news_item:nth-child(5n + 4) {
  width: 66.666%;
}

.page_list_news .news_item:nth-child(5n + 4) .page_news_thumbnail .news_thumbnail {
  padding-top: 49%;
}

.site_detail_news {
  margin-top: 50px;
}

.site_detail_news .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}

.site_detail_news .news_col9_details {
  width: 100%;
  padding-right: 90px;
}

.site_detail_news .news_col9_details .video_content {
  margin-bottom: 30px;
}

.site_detail_news .news_col9_details .video_content .box-video {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .video_content .box-video iframe,
.site_detail_news .news_col9_details .video_content .box-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site_detail_news .news_col9_details .video_content .box-video iframe {
  z-index: 1;
}

.site_detail_news .news_col9_details .video_content .box-video .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}

.site_detail_news .news_col9_details .video_content .box-video .image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site_detail_news .news_col9_details .video_content .box-video .image.none {
  display: none;
}

.site_detail_news .news_col9_details .video_content .detail h2 {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
  color: var(--cltexth);
  letter-spacing: -0.02em;
}

.site_detail_news .news_col9_details .video_content .detail .news_published_date {
  color: #999999;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.site_detail_news .news_col9_details .content {
  margin-bottom: 20px;
  color: var(--cltexth);
}

.site_detail_news .news_col9_details .content h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .content h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .content h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .content h4 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .content h5 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .content h6 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .content p {
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 150%;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .content ul {
  list-style: disc;
  padding-left: 25px;
}

.site_detail_news .news_col9_details .content li {
  list-style: disc;
  margin-bottom: 10px;
}

.site_detail_news .news_col9_details .content img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.site_detail_news .news_col9_details .col-bott {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #dadce0;
  padding: 20px 0;
}

.site_detail_news .news_col9_details .col-bott .btn {
  padding: 8px 20px;
  border: 1px solid var(--cltexth);
}

.site_detail_news .news_col9_details .col-bott .btn span {
  font-size: 14px;
  font-weight: 700;
  color: var(--cltexth);
}

.site_detail_news .news_col9_details .col-bott .btn svg {
  color: var(--cltexth);
}

.site_detail_news .news_col9_details .col-bott .btn:hover {
  border: 1px solid var(--cltexth);
}

.site_detail_news .news_col9_details .col-bott .btn:hover span {
  color: var(--white);
}

.site_detail_news .news_col9_details .col-bott .btn:hover svg {
  color: var(--white);
}

.site_detail_news .news_col9_details .col-bott .btn::before {
  background: var(--cltexth);
}

.site_detail_news .news_col9_details .col-bott .item-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.site_detail_news .news_col9_details .col-bott .item-share span {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.site_detail_news .news_col9_details .col-bott .item-share .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.site_detail_news .news_col9_details .col-bott .item-share .list-link .icon {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #dadce0;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site_detail_news .box_col3 {
  min-width: 330px;
  max-width: 330px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.site_detail_news .box_col3 .title-main {
  font-size: 16px;
  margin-bottom: 21px;
}

.site_detail_news .list_video_hot {
  position: relative;
  padding: 20px;
  background: #f2f2f2;
}

.site_detail_news .list_video_hot .slider_video_hot {
  position: relative;
  padding-bottom: 80px;
}

.site_detail_news .list_video_hot .slider_video_hot .item_videos .image {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.site_detail_news .list_video_hot .slider_video_hot .item_videos .image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(15, 95, 90, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site_detail_news .list_video_hot .slider_video_hot .item_videos .image .img {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.site_detail_news .list_video_hot .slider_video_hot .item_videos .image .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site_detail_news .list_video_hot .slider_video_hot .item_videos .detail .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--cltexth);
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site_detail_news .list_video_hot .slider_video_hot .item_videos .detail .news_published_date {
  color: #999999;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.site_detail_news .list_video_hot .slider_video_hot .slick-arrow {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  opacity: 0.6;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  top: auto;
  bottom: 20px;
}

.site_detail_news .list_video_hot .slider_video_hot .slick-arrow::before {
  display: none;
}

.site_detail_news .list_video_hot .slider_video_hot .slick-arrow:hover {
  opacity: 1;
}

.site_detail_news .list_video_hot .slider_video_hot .slick-arrow.slick-prev {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: calc(50% - 92px);
  background-image: url("../../images/icon/prev-2.png");
}

.site_detail_news .list_video_hot .slider_video_hot .slick-arrow.slick-next {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  right: calc(50% - 92px);
  background-image: url("../../images/icon/next-2.png");
}

.site_detail_news .list_video_hot .slider_video_hot .slick-arrow span {
  display: none;
}

.site_detail_news .list_video_hot .pagingInfo {
  position: absolute;
  bottom: 49px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--cltext);
}

.site_detail_news .list_video_hot .pagingInfo span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--cltext);
}

.site_detail_news .list_reading_news {
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
}

.site_detail_news .list_reading_news .list_news_read .item_news_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.site_detail_news .list_reading_news .list_news_read .item_news_read:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.site_detail_news .list_reading_news .list_news_read .item_news_read .image {
  max-width: 100px;
  min-width: 100px;
  overflow: hidden;
  position: relative;
}

.site_detail_news .list_reading_news .list_news_read .item_news_read .image .img {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.site_detail_news .list_reading_news .list_news_read .item_news_read .image .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site_detail_news .list_reading_news .list_news_read .item_news_read .detail {
  padding-left: 10px;
}

.site_detail_news .list_reading_news .list_news_read .item_news_read .detail .text {
  font-size: 14px;
  line-height: 140%;
  color: var(--cltexth);
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site_detail_news .list_reading_news .list_news_read .item_news_read:hover .detail .text {
  color: var(--color1);
}

.site_introduce_main .row {
  margin: 0;
}

.site_introduce_main .site_message_introduce .content {
  width: calc(45% - 90px);
  padding-top: 40px;
}

.site_introduce_main .site_message_introduce .content .decsing {
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--cltext);
}

.site_introduce_main .site_message_introduce .content p {
  margin-bottom: 20px;
}

.site_introduce_main .site_message_introduce .images_list {
  width: 55%;
}

.site_introduce_main .site_message_introduce .images_list .box-col {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.site_introduce_main .site_message_introduce .images_list .images {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.site_introduce_main .site_message_introduce .images_list .images .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site_introduce_main .site_message_introduce .images_list .images .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site_introduce_main .site_message_introduce .images_list .images:nth-child(1) {
  width: 72%;
  top: 0;
  right: 0;
}

.site_introduce_main .site_message_introduce .images_list .images:nth-child(1) .img {
  padding-top: 80%;
}

.site_introduce_main .site_message_introduce .images_list .images:nth-child(2) {
  width: 44%;
  right: 15%;
  bottom: 12%;
}

.site_introduce_main .site_message_introduce .images_list .images:nth-child(2) .img {
  padding-top: 60%;
}

.site_introduce_main .site_message_introduce .images_list .images:nth-child(3) {
  width: 38%;
  top: 18%;
  left: 0;
  background: #ef5da8;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45);
}

.site_introduce_main .site_message_introduce .images_list .images:nth-child(3) .img {
  padding-top: 140%;
}

.site_introduce_main .site_vision_introduce {
  background: var(--white);
  padding: 70px 0;
  margin-bottom: 0 !important;
}

.site_introduce_main .site_vision_introduce .vision_pro {
  padding-top: 30px;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision {
  margin-bottom: 70px;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision:last-child {
  margin-bottom: 0;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .images {
  width: 58%;
  border-radius: 20px;
  overflow: hidden;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .images img {
  width: 100%;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content {
  width: calc(42% - 70px);
  font-size: 20px;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content p {
  font-size: 20px;
  line-height: 165%;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content ul {
  list-style: none;
  padding-left: 25px;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 165%;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content li::before {
  content: "·";
  font-size: 40px;
  vertical-align: middle;
  line-height: 27px;
  position: absolute;
  top: 0;
  left: -20px;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content li p {
  margin-bottom: 0;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content h1,
.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content h2,
.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content h3,
.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content h4,
.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content h5,
.site_introduce_main .site_vision_introduce .vision_pro .box_vision .content h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision:nth-child(odd) .images {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision:nth-child(odd) .content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision:nth-child(even) .images {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.site_introduce_main .site_vision_introduce .vision_pro .box_vision:nth-child(even) .content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.site_introduce_main .site_core_values {
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

.site_introduce_main .site_core_values::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-image: url("../../images/beautiful-city-chongqingchina.png");
}

.site_introduce_main .site_core_values::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(196, 23, 29, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.site_introduce_main .site_core_values .title_introduce .text-vina {
  color: var(--white);
}

.site_introduce_main .site_core_values .title_introduce h1 {
  color: var(--white);
}

.site_introduce_main .site_core_values .slogan-text {
  text-align: center;
  color: var(--white);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 140%;
}

.site_introduce_main .site_core_values .list_core_item {
  margin-bottom: 24px;
}

.site_introduce_main .site_core_values .list_core_item .row {
  justify-content: space-evenly;
}

.site_introduce_main .site_core_values .list_core_item .box-col3 {
  width: calc(25% - 30px);
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}

.site_introduce_main .site_core_values .list_core_item .box-col3 .bg-icon {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}

.site_introduce_main .site_core_values .list_core_item .box-col3 .bg-icon .icon {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background: #ffffff;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site_introduce_main .site_core_values .list_core_item .box-col3 .bg-icon .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 50%;
  min-width: 40%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site_introduce_main .site_operation_model .model_item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
}

.site_introduce_main .site_operation_model .model_item .operation_thumbnail {
  width: 100%;
  overflow: hidden;
}

.site_introduce_main .site_operation_model .model_item .operation_thumbnail .img_thumbnail {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site_introduce_main .site_operation_model .model_item .operation_thumbnail .img_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.site_introduce_main .site_operation_model .model_item .operation_content {
  width: 100%;
  height: 84px;
  padding: 20px 20px 0;
  background: var(--white);
}

.site_introduce_main .site_operation_model .model_item .operation_content .operation_title {
  font-weight: 700;
  color: var(--cltexth);
  line-height: 140%;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site_introduce_main .site_operation_model .model_item:hover .operation_thumbnail .img_thumbnail {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site_introduce_main .site_operation_model .model_item:hover .operation_content .operation_title {
  color: var(--color1);
}

.site-account .form_page_stores {
  padding: 0 40px;
}

.site-account .form_page_stores .shop {
  max-width: 200px;
  min-width: 200px;
}

.site-account .form_page_stores .information {
  width: 100%;
  padding-left: 20px;
}

.site-account .form_page_stores .title_form_stores {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #c4171d;
}

.site-account .form_page_stores .title_form_stores h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}

.site-account .form_page_stores .group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

.site-account .form_page_stores .group-info:last-child {
  border-bottom: none;
}

.site-account .form_page_stores .group-info .shop span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #c4171d;
}

.site-account .form_page_stores .group-info .information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}

.site-account .form_page_stores .group-info .information ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}

.site-account .form_page_stores .group-info .information ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.site-account h3.username-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: #111111;
  margin-bottom: 30px;
}

.site-account .profileif {
  margin-top: -20px;
}

.site-account .profileif .form-group {
  width: 100%;
}

.site-account .profileif .control-group.form-group {
  margin-bottom: 12px;
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}

.site-account .profileif .col-sm-offset-2 {
  padding: 0;
  margin-top: 30px;
  max-width: none;
  display: flex;
  justify-content: flex-end;
}

.site-account .profileif .btn-info {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 14px;
  background: var(--color1);
  text-transform: uppercase;
  color: white;
}

.site-account .profileif .btn-info:hover {
  border: 1px solid var(--color1);
  background: transparent;
  color: var(--color1);
}

.site-account .profileif .control-group .control-label {
  font-size: 16px;
  line-height: 120%;
  color: #666666;
  padding-left: 0;
  max-width: 170px;
  flex: none;
}

.site-account .profileif .control-group .controls {
  width: 100%;
  max-width: 100% !important;
  height: 56px;
  padding: 0 20px;
  border-radius: 4px;
  overflow: hidden;
}

.site-account .profileif .control-group .controls>input,
.site-account .profileif .control-group .controls>textarea {
  width: 100%;
}

.site-account .profileif .control-group .controls>input,
.site-account .profileif .control-group .controls>textarea,
.site-account .profileif .control-group .controls>select {
  min-width: 120px;
  height: 100%;
  font-size: 16px;
  line-height: 120%;
  color: #111111;
}

.site-account .profileif .control-group .controls>input::placeholder,
.site-account .profileif .control-group .controls>textarea::placeholder {
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  color: #666666;
}

@media (max-width: 1499px) {
  .arcontactus-widget {
    right: 15px;
    bottom: 20%;
  }

  .banner_site_products {
    height: 300px;
  }

  .site_flashsale_home {
    height: 590px;
  }

  .site_flashsale_home .countdown-box {
    zoom: 0.8;
  }

  .site_flashsale_home .box_slider_flashsale {
    width: calc(100% - 320px);
  }

  .site_flashsale_home::after {
    max-width: 1200px;
  }

  .banner_fashsale .countdown-box {
    zoom: 0.8;
  }

  .site_page_details_products .item_information .detail {
    padding-left: 40px;
  }

  .pws_tabs_container ul.pws_tabs_controll {
    max-width: 1200px;
  }

  .page_list_news .news_item:nth-child(5n + 4) .page_news_thumbnail .news_thumbnail {
    padding-top: 48.5%;
  }

  .site_detail_news {
    margin-top: 40px;
  }

  .site_detail_news .news_col9_details {
    padding-right: 70px;
  }

  .site_introduce_main .site_message_introduce .content {
    width: calc(45% - 60px);
    padding-top: 20px;
  }

  .site_introduce_main .site_message_introduce .content .decsing {
    font-size: 18px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content {
    width: calc(42% - 40px);
    font-size: 18px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content p {
    font-size: 18px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content li {
    font-size: 18px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content li::before {
    line-height: 23px;
  }
}

@media (max-width: 1300px) {
  .title48 {
    font-size: 46px;
  }

  .title42 {
    font-size: 40px;
  }

  .title40 {
    font-size: 39px;
  }

  .title36 {
    font-size: 35px;
  }

  .title35 {
    font-size: 34px;
  }

  .title32 {
    font-size: 31px;
  }

  .title30 {
    font-size: 29px;
  }

  .title28 {
    font-size: 27px;
  }

  .title26 {
    font-size: 25px;
  }

  .title25 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .title48 {
    font-size: 42px;
  }

  .title42 {
    font-size: 38px;
  }

  .title40 {
    font-size: 37px;
  }

  .title36 {
    font-size: 33px;
  }

  .title35 {
    font-size: 31px;
  }

  .title32 {
    font-size: 30px;
  }

  .title30 {
    font-size: 26px;
  }

  .title28 {
    font-size: 25px;
  }

  .title26 {
    font-size: 24px;
  }

  .title25 {
    font-size: 23px;
  }

  .title24 {
    font-size: 23px;
  }

  .title22 {
    font-size: 21px;
  }

  .title21 {
    font-size: 20px;
  }

  .title20 {
    font-size: 19px;
  }

  .title-main {
    font-size: 32px;
  }

  .pws_tabs_container ul.pws_tabs_controll {
    max-width: 960px;
  }

  .site_detail_news .news_col9_details {
    padding-right: 40px;
  }

  .site_detail_news .news_col9_details .content h1 {
    font-size: 36px;
  }

  .site_detail_news .news_col9_details .content h2 {
    font-size: 32px;
  }

  .site_detail_news .news_col9_details .content h3 {
    font-size: 30px;
  }

  .site_detail_news .news_col9_details .content h4 {
    font-size: 26px;
  }

  .site_detail_news .news_col9_details .content h5 {
    font-size: 24px;
  }

  .site_detail_news .news_col9_details .content h6 {
    font-size: 21px;
  }

  .site_detail_news .news_col9_details .content p {
    font-size: 18px;
  }

  .main_bann_col0_slide .item_background .item-gaster {
    padding: 24px 24px 24px 50px;
  }

  .main_bann_col0_slide .item_background .item-gaster .content {
    zoom: 0.8;
  }

  .main_bann_col0_slide .slick-dots {
    padding-left: 50px;
    margin: 20px 0;
  }

  .main_bann_col0_slide .slick-dots li {
    zoom: 0.9;
  }

  .site_flashsale_home {
    height: 500px;
  }

  .site_flashsale_home .countdown-box {
    zoom: 0.6;
  }

  .site_flashsale_home .box_slider_flashsale {
    width: calc(100% - 200px);
    padding-top: 40px;
  }

  .site_flashsale_home::after {
    max-width: 960px;
  }

  .list_products_net {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home_box_form_products .form_products .banner {
    width: 35%;
  }

  .home_box_form_products .form_products .box-list {
    width: 65%;
  }

  .banner_fashsale .countdown-box {
    zoom: 0.7;
    left: 55%;
  }

  .site_page_details_products .item_information .detail .banner_fashsale_detail {
    margin-bottom: 26px;
  }

  .site_page_details_products .item_information .detail .banner_fashsale_detail .banner img {
    min-height: 76px;
  }

  .site_page_details_products .item_information .detail .banner_fashsale_detail .countdown-box {
    zoom: 0.5;
  }

  .site_page_details_products .item_information .detail .product_information .product_option_color {
    gap: 20px;
  }

  .site_page_details_products .item_information .detail .product_information .pricing_fofun {
    gap: 20px;
  }

  .site_page_details_products .item_information .detail .product_information .item-btn-col {
    zoom: 0.8;
  }

  .site_page_details_products .item_information .detail .box-endow {
    padding: 20px 20px 0 20px;
  }

  .products_list_cart {
    padding: 0 20px 50px 20px;
  }

  .products_list_cart .item_list_products {
    padding-left: 50px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .item-close .close {
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 23px;
  }

  .row-page-lg .box_row_page {
    border-radius: 14px;
  }

  .row-page-lg .box-xs {
    min-width: 320px;
    max-width: 320px;
  }

  .row-page-lg .box_cart .content {
    padding: 0 20px;
  }

  .row-page-lg .form_consignee_information .content {
    padding: 30px 20px;
  }

  .row-page-lg .box_row_page .item_box_title {
    padding: 15px 20px;
  }

  .page_list_news .news_item {
    width: 50%;
  }

  .page_list_news .news_item:nth-child(5n + 4) {
    width: 50%;
  }

  .page_list_news .news_item:nth-child(5n + 4) .page_news_thumbnail .news_thumbnail {
    padding-top: 100%;
  }

  .page_list_news .news_item:nth-child(3n + 3) {
    width: 100%;
  }

  .page_list_news .news_item:nth-child(3n + 3) .page_news_thumbnail .news_thumbnail {
    padding-top: 50%;
  }

  .site_introduce_main .site_message_introduce .content {
    width: calc(45% - 40px);
  }

  .site_introduce_main .site_message_introduce .content .decsing {
    -webkit-line-clamp: 16;
  }

  .site_introduce_main .site_core_values .list_core_item .box-col3 .bg-icon .icon {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .home_box_form_products .form_products .banner {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        to(#d7dee8));
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) 0%,
        #d7dee8 100%);
  }

  .home_box_form_products .form_products .banner::before {
    display: none;
  }

  .home_box_form_products .form_products .banner .images {
    display: none;
  }

  .home_box_form_products .form_products .banner .texting {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }

  .home_box_form_products .form_products .banner .texting h2 {
    color: var(--cltexth);
    margin-bottom: 0;
  }

  .home_box_form_products .form_products .banner .texting p {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .title48 {
    font-size: 34px;
  }

  .title42 {
    font-size: 31px;
  }

  .title40 {
    font-size: 28px;
  }

  .title36 {
    font-size: 27px;
  }

  .title35 {
    font-size: 26px;
  }

  .title32 {
    font-size: 27px;
  }

  .title30 {
    font-size: 24px;
  }

  .title26 {
    font-size: 22px;
  }

  .title25 {
    font-size: 21px;
  }

  .title24 {
    font-size: 20px;
  }

  .title22 {
    font-size: 19px;
  }

  .title18 {
    font-size: 17px;
  }

  .title17 {
    font-size: 16px;
  }

  .title16 {
    font-size: 15px;
  }

  .title15 {
    font-size: 14px;
  }

  .title-main {
    font-size: 30px;
  }

  .arcontactus-widget {
    right: 10px;
    zoom: .9;
  }

  .btn_more {
    zoom: 0.9;
  }

  .banner_fashsale .countdown-box {
    zoom: 0.6;
  }

  .html_table_content .content-tabs.item-tabs-ordering {
    padding: 30px 0;
  }

  .pws_tabs_container ul.pws_tabs_controll {
    max-width: 720px;
  }

  .site_detail_news {
    margin-top: 30px;
  }

  .site_detail_news .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site_detail_news .news_col9_details {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .site_detail_news .box_col3 {
    min-width: auto;
    max-width: none;
    width: 100%;
  }

  .site_detail_news .list_reading_news .list_news_read .item_news_read .image {
    max-width: 200px;
    min-width: 200px;
  }

  .site_detail_news .list_reading_news .list_news_read .item_news_read .image .img {
    padding-top: 60%;
  }

  .main_bann_col0_slide .item_background .item-gaster {
    padding: 20px 20px 20px 40px;
  }

  .main_bann_col0_slide .slick-dots {
    padding-left: 40px;
  }

  .main_bann_col0_slide .slick-dots li {
    zoom: 0.8;
  }

  .site_flashsale_home {
    padding-top: 340px;
    height: auto;
    padding-bottom: 10px;
  }

  .site_flashsale_home .countdown-box {
    zoom: 0.8;
    top: 30px;
    left: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .site_flashsale_home .box_slider_flashsale {
    width: 100%;
    padding: 140px 0 20px 0;
  }

  .site_flashsale_home .box_slider_flashsale .slider_thering .slick-arrow.slick-prev {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: calc(50% - 92px);
  }

  .site_flashsale_home .box_slider_flashsale .slider_thering .slick-arrow.slick-next {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: auto;
    right: calc(50% - 92px);
  }

  .site_flashsale_home .box_slider_flashsale .pagingInfo {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
  }

  .site_flashsale_home::after {
    background-image: url(../../images/banner/flashsale-mobile.png);
    max-width: 590px;
    max-height: 950px;
    left: 50%;
    background-position: center 0;
    background-size: contain;
  }

  .home_box_form_products .form_products:nth-child(even) .banner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .home_box_form_products .form_products:nth-child(even) .box-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .home_box_form_products .form_products .banner {
    width: 100%;
  }

  .home_box_form_products .form_products .box-list {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .home_box_form_products .form_products .box-list .slick-list {
    margin: 0;
  }

  .home_box_form_products .form_products .pagingInfin {
    bottom: 20px;
  }

  .site_contact_home .content_box .box_flex {
    zoom: 0.8;
  }

  .item_option_fashslae ul {
    gap: 16px;
  }

  .item_option_fashslae ul li {
    height: 36px;
  }

  .item_option_fashslae ul li a {
    padding: 0 16px;
    font-size: 14px;
  }

  .item_option_pagecontent {
    margin: 50px 0 20px 0;
  }

  .item_option_pagecontent ul li {
    height: 40px;
  }

  .item_option_pagecontent ul li a {
    padding: 0 20px;
    font-size: 14px;
  }

  .item_option_stores ul li {
    height: 40px;
  }

  .item_option_stores ul li a {
    padding: 0 20px;
    font-size: 14px;
  }

  .site_page_details_products .item_information {
    gap: 40px;
    margin-bottom: 0;
  }

  .site_page_details_products .item_information .small-centered {
    width: 100%;
  }

  .site_page_details_products .item_information .small-centered .slider_main_single {
    max-width: 560px;
    margin: auto;
  }

  .site_page_details_products .item_information .detail {
    width: 100%;
    padding-left: 0px;
  }

  .site_page_details_products .item_information .detail .banner_fashsale_detail .countdown-box {
    zoom: 0.7;
  }

  .site_page_details_products .item_information .detail .product_information .item-btn-col {
    zoom: 1;
  }

  .html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container {
    gap: 40px;
  }

  .html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll {
    zoom: 0.9;
  }

  .box_filter_products .fill-item {
    zoom: 0.9;
  }

  .box_filter_products .show_pop.main_pop_box .popup .option_item {
    padding: 20px;
  }

  .box_filter_products .show_pop.main_pop_box .popup .option_item .option {
    zoom: 0.9;
  }

  .box_filter_products .show_pop.main_pop_box .popup .flex-btn {
    padding: 20px;
  }

  .box_filter_products .show_pop.main_pop_box .popup .flex-btn button {
    zoom: 0.9;
  }

  .box_filter_products .show_pop.arrange_pop .popup {
    width: 240px;
    padding: 20px;
  }

  .box_filter_products .show_pop.arrange_pop .popup .option_item .option {
    zoom: 0.9;
  }

  .products_list_cart {
    border-radius: 10px;
    padding: 0 15px 40px 15px;
  }

  .products_list_cart .title-list-cart .unit_price,
  .products_list_cart .title-list-cart .item_amount,
  .products_list_cart .title-list-cart .item_total {
    display: none;
  }

  .products_list_cart .title-list-cart .item_list_products {
    width: 100%;
  }

  .products_list_cart .item_list_products {
    padding-left: 40px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products {
    width: calc(100% - 115px);
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_amount {
    margin-left: 44px;
  }

  .products_list_cart .box_billing .item_bill {
    gap: 20px 90px;
  }

  .banner_site_page {
    height: 170px;
  }

  .banner_site_page .information {
    left: 30px;
    gap: 16px;
  }

  .banner_site_page .information .icon_tem {
    zoom: 0.8;
  }

  .banner_site_products {
    height: 210px;
  }

  .banner_site_products .information {
    left: 30px;
  }

  .banner_site_products .information .title_tem {
    zoom: 0.8;
  }

  .row-page-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }

  .row-page-lg .box-xs {
    min-width: auto;
    max-width: none;
    width: 100%;
  }

  .page_list_news {
    margin-left: -6px;
    margin-right: -6px;
    gap: 12px 0;
  }

  .page_list_news .news_item {
    padding: 0 6px;
  }

  .page_list_news .page_news_item .page_news_content {
    padding: 16px;
  }

  .site_introduce_main .site_message_introduce .content {
    width: calc(45% - 40px);
  }

  .site_introduce_main .site_message_introduce .content .decsing {
    font-size: 16px;
  }

  .site_introduce_main .site_vision_introduce {
    padding: 50px 0;
  }

  .site_introduce_main .site_vision_introduce .vision_pro {
    padding-top: 10px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision {
    margin-bottom: 50px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .images {
    width: 50%;
    border-radius: 16px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content {
    width: calc(50% - 30px);
    font-size: 16px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content p {
    font-size: 16px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content li {
    font-size: 16px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content li::before {
    line-height: 20px;
  }

  .site_introduce_main .site_core_values .list_core_item .box-col3 {
    width: calc(33.333% - 15px);
  }

  .site_introduce_main .site_core_values .list_core_item .row {
    justify-content: space-between;
  }

  .products_want_find .item-wantfind .image {
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  .owl-dots {
    zoom: 0.8;
  }

  .site_cart_finish {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .arcontactus-widget {
    zoom: .8;
  }

  .site-account .profileif .control-group.form-group {
    display: grid;
    gap: 0;
    padding-top: 20px;
  }

  .site-account .profileif .control-group .control-label {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .site-account .profileif .control-group .controls {
    height: 40px;
    padding: 0;
  }

  .site-account .profileif .control-group .controls>select {
    min-width: 100%;
  }

  .product_single .detail .title {
    height: 35px;
  }

  .site-account .form_page_stores {
    padding: 0 20px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    width: auto;
  }

  .site-account .form_page_stores .title_form_stores .information {
    display: none;
  }

  .site-account .form_page_stores .group-info {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-account .form_page_stores .information {
    padding-top: 20px;
    padding-left: 0px;
  }

  .home_box_form_products .form_products {
    overflow: hidden;
    border-radius: 6px;
  }

  .home_box_form_products .form_products .banner {
    margin-bottom: 16px;
  }

  .home_box_form_products .form_products .banner .texting {
    text-align: center;
  }

  .home_box_form_products .form_products .banner .texting h2 {
    font-size: 36px;
  }

  .home_box_form_products .form_products .banner .texting p {
    font-size: 20px;
  }

  .box_filter_products .item-top .fill-wrapper {
    zoom: 0.9;
  }

  .box_filter_products .fill-item {
    zoom: 0.8;
  }

  .box_filter_products .show_pop.main_pop_box .popup {
    border-radius: 4px;
  }

  .box_filter_products .show_pop.main_pop_box .popup .option_item {
    width: 100%;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 10px;
    gap: 6px;
  }

  .box_filter_products .show_pop.main_pop_box .popup .option_item .option {
    zoom: 0.8;
  }

  .box_filter_products .show_pop.main_pop_box .popup .flex-btn {
    display: -ms-grid;
    display: grid;
    padding: 10px;
  }

  .box_filter_products .show_pop.main_pop_box .popup .flex-btn button {
    width: 100%;
    padding: 0 20px;
    zoom: 0.8;
  }

  .box_filter_products .show_pop.main_pop_box:nth-child(4) .popup,
  .box_filter_products .show_pop.main_pop_box:nth-child(5) .popup {
    left: 0;
    right: auto;
  }

  .box_filter_products .show_pop.arrange_pop .popup {
    width: 180px;
    padding: 14px;
    border-radius: 4px;
  }

  .box_filter_products .show_pop.arrange_pop .popup .option_item {
    gap: 6px;
  }

  .box_filter_products .show_pop.arrange_pop .popup .option_item .option {
    zoom: 0.8;
  }

  .title48 {
    font-size: 28px;
  }

  .title42 {
    font-size: 28px;
  }

  .title40 {
    font-size: 26px;
  }

  .title36 {
    font-size: 24px;
  }

  .title35 {
    font-size: 24px;
  }

  .title32 {
    font-size: 23px;
  }

  .title30 {
    font-size: 22px;
  }

  .title28 {
    font-size: 21px;
  }

  .title26 {
    font-size: 20px;
  }

  .title25 {
    font-size: 20px;
  }

  .title24 {
    font-size: 19px;
  }

  .title22 {
    font-size: 18px;
  }

  .title21 {
    font-size: 18px;
  }

  .title20 {
    font-size: 17px;
  }

  .title18 {
    font-size: 16px;
  }

  .title17 {
    font-size: 15px;
  }

  .title16 {
    font-size: 14px;
  }

  .title14 {
    font-size: 12px;
  }

  .pws_tabs_container ul.pws_tabs_controll {
    max-width: 540px;
  }

  .site_detail_news .news_col9_details .content h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .site_detail_news .news_col9_details .content h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .site_detail_news .news_col9_details .content h3 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .site_detail_news .news_col9_details .content h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .site_detail_news .news_col9_details .content h5 {
    font-size: 21px;
    margin-bottom: 16px;
  }

  .site_detail_news .news_col9_details .content h6 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .site_detail_news .news_col9_details .content p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .site_detail_news .news_col9_details .content img {
    margin-bottom: 16px;
  }

  .site_detail_news .list_reading_news .list_news_read .item_news_read .image {
    max-width: 160px;
    min-width: 160px;
  }

  .site_detail_news .list_reading_news .list_news_read .item_news_read .image .img {
    padding-top: 60%;
  }

  .banner_fashsale {
    border-radius: 10px;
  }

  .banner_fashsale .banner img {
    min-height: 150px;
  }

  .banner_fashsale .countdown-box {
    zoom: 0.5;
    left: 60%;
  }

  .main_bann_col0_slide {
    border-radius: 10px;
  }

  .main_bann_col0_slide .item_background {
    border-radius: 10px;
  }

  .main_bann_col0_slide .item_background .item-gaster {
    padding: 20px;
  }

  .main_bann_col0_slide .item_background .item-gaster .content {
    zoom: 0.7;
  }

  .main_bann_col0_slide .slick-dots {
    padding-left: 20px;
    margin: 15px 0 0 0;
  }

  .main_bann_col0_slide .slick-dots li {
    zoom: 0.7;
  }

  .list_products_net {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .title-main {
    font-size: 28px;
  }

  .title-main .icon {
    padding: 3px 14px;
  }

  .site_contact_home .content_box .box_flex {
    display: -ms-grid;
    display: grid;
  }

  #content .products_want_find {
    margin-bottom: 24px;
  }

  .products_want_find .want_find_slide {
    margin-top: 30px;
  }

  .products_want_find .want_find_slide .slick-list {
    margin: 0 8px;
  }

  .products_want_find .want_find_slide .slick-track {
    gap: 0 16px;
  }

  /* .products_want_find .item-wantfind {
    min-width: 70px;
    max-width: 70px;
    padding: 0;
  } */
  .products_want_find .item-wantfind .image {
    border-radius: 20px;
  }

  .products_want_find .item-wantfind .image img {
    max-width: 70%;
    max-height: 70%;
  }

  .item_option_fashslae ul {
    gap: 12px;
  }

  .item_option_fashslae ul li {
    height: 32px;
  }

  .item_option_fashslae ul li a {
    padding: 0 12px;
    font-size: 12px;
  }

  .item_option_pagecontent {
    margin: 30px 0 20px 0;
  }

  .item_option_pagecontent ul li {
    height: 34px;
  }

  .item_option_pagecontent ul li a {
    padding: 0 16px;
    font-size: 12px;
  }

  .item_option_stores ul li {
    height: 34px;
  }

  .item_option_stores ul li a {
    padding: 0 16px;
    font-size: 12px;
  }

  .site_page_details_products .item_information .detail .banner_fashsale_detail .countdown-box {
    zoom: 0.5;
  }

  .site_page_details_products .item_information .detail .product_information .item-btn-col {
    zoom: 0.8;
  }

  .site_page_details_products .item_information .detail .box-endow .item-title {
    margin-bottom: 12px;
  }

  .pws_tabs_container ul.pws_tabs_controll li::after {
    margin: 0 14px;
  }

  .pws_tabs_container ul.pws_tabs_controll li a {
    font-size: 14px;
  }

  .html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container {
    display: -ms-grid;
    display: grid;
  }

  .html_table_content .content-tabs.item-tabs-ordering .pws_tabs_container ul.pws_tabs_controll {
    zoom: 0.8;
    max-width: 100%;
  }

  .html_table_content .content-tabs.item-tabs-ordering {
    padding: 20px 0;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp {
    padding: 14px 0;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .image {
    max-width: 90px;
    min-width: 90px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .text {
    margin: 12px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_amount .custom {
    zoom: 0.8;
    width: 104px;
    height: 34px;
    padding: 0 4px;
  }

  .products_list_cart .box_billing .item_bill {
    gap: 20px 60px;
  }

  .banner_site_page {
    height: 120px;
    border-radius: 10px;
  }

  .banner_site_page .information {
    left: 15px;
    gap: 8px;
  }

  .banner_site_page .information .icon_tem {
    zoom: 0.5;
  }

  .banner_site_page .information .title_tem {
    zoom: 0.7;
  }

  .banner_site_products {
    border-radius: 10px;
    height: 170px;
  }

  .banner_site_products .information {
    left: 15px;
  }

  .banner_site_products .information .title_tem {
    zoom: 0.7;
  }

  .row-page-lg .form_consignee_information .form .form-group-separate {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .form-pay-mobile .box_row_page {
    order: 1;
  }

  .form-pay-mobile .box-xs {
    order: 2;
  }

  .row-page-lg .box_row_page .form-group.form-group-name {
    order: 1;
  }

  .row-page-lg .box_row_page .form-group.form-group-email {
    order: 2;
  }

  .row-page-lg .box_row_page .form-group.form-group-phone {
    order: 3;
  }

  .row-page-lg .box_row_page .form-group.form-group-address {
    order: 4;
  }

  .row-page-lg .box_row_page .form-group.form-group-city {
    order: 5;
  }

  .row-page-lg .box_row_page .form-group.form-group-district {
    order: 6;
  }

  .row-page-lg .form_payment_information .content {
    padding: 30px 20px;
  }

  .row-page-lg .form_consignee_information .form_store_authorized .authorized_list .item_list_pro {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .page_list_news .page_news_item .page_news_content {
    padding: 12px 14px;
  }

  .list_operation .slick-slide {
    max-width: 310px;
    min-width: 310px;
  }

  .title_introduce {
    margin-bottom: 30px;
  }

  .site_introduce_main .site_message_introduce .content {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .site_introduce_main .site_message_introduce .content .decsing {
    display: inline-block;
  }

  .site_introduce_main .site_message_introduce .images_list {
    width: 100%;
  }

  .site_introduce_main .site_vision_introduce {
    padding: 40px 0;
  }

  .site_introduce_main .site_vision_introduce .vision_pro {
    padding-top: 10px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision {
    margin-bottom: 40px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .row {
    gap: 20px;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .images {
    width: 100%;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision .content {
    width: 100%;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision:nth-child(even) .images {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .site_introduce_main .site_vision_introduce .vision_pro .box_vision:nth-child(even) .content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .site_introduce_main .site_core_values {
    padding: 50px 0;
  }

  .site_introduce_main .site_core_values .list_core_item {
    margin-bottom: 0;
  }

  .site_introduce_main .site_core_values .list_core_item .box-col3 {
    width: calc(33.333% - 10px);
  }

  .banner_advertisement .banner_images {
    display: none;
  }

  .banner_advertisement .banner_images_mobile {
    display: block;
  }

  .slider_products .product_single,
  .slider_products_left .product_single,
  .slider_products_related .product_single {
    margin-bottom: 20px;
  }

  .item_option_fashslae ul::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .main_bann_col0_slide {
    margin: 15px 0;
  }

  .banner_site_page {
    border-radius: 0;
    width: auto;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .banner_site_products {
    border-radius: 0;
    width: auto;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .banner_fashsale {
    border-radius: 0;
    width: auto;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .slick-list {
    margin: 0 -8px;
  }

  .slick-track {
    gap: 0 16px;
  }

  .popup-editpass {
    padding: 40px;
  }

  .home_box_form_products {
    margin: 0 -15px;
  }

  .home_box_form_products .form_products .box-list {
    padding: 0 5px;
  }

  .site_top_products_home .title-main {
    margin-bottom: 16px;
  }

  .site_top_products_home .list_products_net {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }

  .site_top_products_home .product_single a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .site_top_products_home .product_single .images {
    max-width: 122px;
    min-width: 122px;
    padding: 10px;
  }

  .site_top_products_home .product_single .images .heart {
    display: none;
  }

  .site_top_products_home .product_single .detail {
    width: 100%;
    padding: 16px;
  }

  .site_top_products_home .product_single .detail .title {
    height: auto;
  }

  .site_page_details_products .item_information {
    gap: 30px;
  }

  .html_table_content .tabs_information_product {
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {

  .product_single .heart,
  .product_single .flashsale,
  .product_single .new {
    zoom: 0.8;
  }

  .products_want_find .item-wantfind .text {
    height: 33px;
  }

  .products_want_find .item-wantfind {
    padding: 10px 0;
  }

  .product_single .images {
    padding: 20px;
  }

  .product_single .detail {
    padding: 0 14px 14px 14px;
  }

  .site_detail_news .news_col9_details .col-bott {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list_products_net {
    gap: 18px 12px;
    margin: 40px 0 16px 0;
  }

  .title-main {
    font-size: 26px;
  }

  .title-main .icon {
    padding: 2px 10px;
  }

  .banner_fashsale .countdown-box {
    left: auto;
    right: 10%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .banner_site_page::before {
    width: 80%;
  }

  .banner_site_products .information .title_tem {
    zoom: 0.6;
  }

  .site_flashsale_home {
    padding-top: 290px;
  }

  .row-page-lg .form_payment_information .form_option_pays .option_pay .item-content .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  .row-page-lg .form_payment_information .form_option_pays .option_pay label {
    gap: 14px;
  }

  .row-page-lg .form_payment_information .form_option_pays .option_pay .dots-check {
    zoom: 0.9;
  }
}

@media screen and (max-width: 460px) {
  .title48 {
    font-size: 24px;
  }

  .title42 {
    font-size: 22px;
  }

  .title40 {
    font-size: 21px;
  }

  .title36 {
    font-size: 20px;
  }

  .title35 {
    font-size: 20px;
  }

  .title32 {
    font-size: 19px;
  }

  .title30 {
    font-size: 18px;
  }

  .title28 {
    font-size: 17px;
  }

  .title26 {
    font-size: 17px;
  }

  .title25 {
    font-size: 16.5px;
  }

  .title24 {
    font-size: 16.5px;
  }

  .title22 {
    font-size: 16px;
  }

  .title21 {
    font-size: 15px;
  }

  .title20 {
    font-size: 15px;
  }

  .site-content {
    /* margin-top: 16px; */
  }

  .slick-list {
    margin: 0 -6px;
  }

  .title-main {
    font-size: 23px;
  }

  .banner_site_page {
    margin-top: -16px;
  }

  .banner_site_products {
    margin-top: -16px;
  }

  .slider_products .product_single,
  .slider_products_left .product_single,
  .slider_products_related .product_single {
    margin-bottom: 10px;
  }

  .site-account form .group-input {
    display: grid;
  }

  .site-account form .group-input .title {
    margin-bottom: 12px;
  }

  .site-account form .group-input .texting {
    padding-left: 0;
  }

  .site-account .form .group-input {
    display: grid;
  }

  .site-account .form .group-input .title {
    margin-bottom: 12px;
  }

  .site-account .form .group-input .texting {
    padding-left: 0;
  }

  .slick-track {
    gap: 0 8px;
  }

  .list_products_net {
    gap: 10px 8px;
  }

  .site_flashsale_home {
    padding-top: 250px;
  }

  .slider_thering {
    padding-bottom: 70px;
  }

  .banner_fashsale {
    margin-top: -16px;
  }

  .banner_fashsale .banner img {
    min-height: 120px;
  }

  .site_detail_news .news_col9_details .content h1 {
    font-size: 30px;
  }

  .site_detail_news .news_col9_details .content h2 {
    font-size: 26px;
  }

  .site_detail_news .news_col9_details .content h3 {
    font-size: 24px;
  }

  .site_detail_news .news_col9_details .content h4 {
    font-size: 21px;
  }

  .site_detail_news .news_col9_details .content h5 {
    font-size: 18px;
  }

  .site_detail_news .news_col9_details .content h6 {
    font-size: 16px;
  }

  .site_detail_news .news_col9_details .content p {
    font-size: 14px;
  }

  .site_detail_news .news_col9_details .content img {
    margin-bottom: 16px;
  }

  .site_detail_news .list_reading_news .list_news_read .item_news_read .image {
    max-width: 120px;
    min-width: 120px;
  }

  .site_detail_news .list_reading_news .list_news_read .item_news_read .image .img {
    padding-top: 70%;
  }

  .main_bann_col0_slide .item_background {
    display: -ms-grid !important;
    display: grid !important;
  }

  .main_bann_col0_slide .item_background .images {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    margin-left: 0;
  }

  .main_bann_col0_slide .item_background .images::before {
    width: 100%;
    height: 20%;
    top: -1px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#d9d3c7),
        to(rgba(217, 211, 199, 0)));
    background: linear-gradient(0deg, #d9d3c7 0%, rgba(217, 211, 199, 0) 100%);
  }

  .main_bann_col0_slide .item_background .item-gaster {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    max-width: 100%;
    height: 233px;
    padding: 40px 24px 10px 24px;
  }

  .main_bann_col0_slide .item_background .item-gaster .content {
    zoom: 1;
    text-align: center;
  }

  .main_bann_col0_slide .item_background .item-gaster .content .btn {
    margin: auto;
  }

  .main_bann_col0_slide .slick-dots {
    position: relative;
    text-align: center;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main_bann_col0_slide .slick-dots li {
    margin: 0 6px;
    zoom: 0.8;
    width: 20px;
    background: #666666 !important;
  }

  .popup-editpass {
    padding: 30px 20px;
  }

  .list_products_net .product_single .heart,
  .list_products_net .product_single .flashsale,
  .list_products_net .product_single .new {
    zoom: 0.7;
  }

  .product_single .detail .top_tem {
    zoom: 0.9;
  }

  .item_option_fashslae ul {
    gap: 8px;
  }

  .item_option_fashslae ul li {
    height: 30px;
  }

  .item_option_fashslae ul li a {
    padding: 0 10px;
  }

  .item_option_pagecontent ul {
    gap: 8px;
  }

  .item_option_pagecontent ul li a {
    padding: 0 12px;
  }

  .item_option_stores ul {
    gap: 8px;
  }

  .item_option_stores ul li a {
    padding: 0 12px;
  }

  .products_list_cart .item_list_products {
    padding-left: 25px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_amount {
    margin-left: 19px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products {
    width: calc(100% - 96px);
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .image {
    max-width: 70px;
    min-width: 70px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .text {
    margin: 9px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_list_products .text a {
    font-size: 12px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .unit_price,
  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_total {
    width: 96px;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .unit_price p,
  .products_list_cart .list-cart-sp .item-sp-cart .cart-sp .item_total p {
    zoom: 0.9;
  }

  .products_list_cart .list-cart-sp .item-sp-cart .item-close .close {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .products_list_cart .box_billing .item_bill {
    gap: 20px 40px;
    padding: 16px 0;
  }

  .row-page-lg .box_row_page .form-group {
    height: 50px;
    padding: 8px 16px;
  }

  .row-page-lg .box_row_page .form-group.textarea textarea {
    padding-top: 12px;
    padding-left: 16px;
  }

  .row-page-lg .box_row_page .form-group .item-place {
    font-size: 12px;
  }

  .row-page-lg .box_row_page .form-group input,
  .row-page-lg .box_row_page .form-group select,
  .row-page-lg .box_row_page .form-group textarea {
    font-size: 14px;
  }

  .row-page-lg .form_consignee_information .form {
    gap: 14px;
  }

  .row-page-lg .form_consignee_information .form .form-group-separate {
    gap: 14px;
  }

  .box-jump-cart {
    zoom: 0.9;
  }

  .box-jump-cart .row-cart {
    width: 33.333%;
  }

  .page_list_news .news_item,
  .page_list_news .news_item:nth-child(5n + 4) {
    width: 100%;
  }

  .page_list_news .page_news_item .page_news_thumbnail .news_thumbnail,
  .page_list_news .news_item:nth-child(4) .page_news_item .page_news_thumbnail .news_thumbnail,
  .page_list_news .news_item:nth-child(3n + 3) .page_news_thumbnail .news_thumbnail {
    padding-top: 70%;
  }
}

@media screen and (max-width: 400px) {

  .list_products_net .product_single .heart,
  .list_products_net .product_single .flashsale,
  .list_products_net .product_single .new {
    zoom: 0.6;
  }

  .popup-editpass form .btn {
    width: 100%;
  }

  .site_flashsale_home {
    padding-top: 220px;
  }

  .site_detail_news .news_col9_details .content h1 {
    font-size: 26px;
  }

  .site_detail_news .news_col9_details .content h2 {
    font-size: 24px;
  }

  .site_detail_news .news_col9_details .content h3 {
    font-size: 21px;
  }

  .site_detail_news .news_col9_details .content h4 {
    font-size: 18px;
  }

  .site_detail_news .news_col9_details .content h5 {
    font-size: 16px;
  }

  .site_detail_news .news_col9_details .content h6 {
    font-size: 15px;
  }

  .product_single .detail .top_tem {
    zoom: 0.8;
  }

  .title-main {
    font-size: 20px;
  }

  .title-main .icon {
    padding: 2px 8px;
  }

  .site_page_details_products .item_information .detail .banner_fashsale_detail .banner img {
    /* min-height: 67px; */
  }

  .site_page_details_products .item_information .detail .product_information .item-btn-col {
    zoom: 0.7;
  }

  .banner_site_page {
    height: 90px;
  }

  .banner_site_page .information {
    left: 0;
    gap: 8px;
  }

  .banner_site_page .information .icon_tem {
    zoom: 0.4;
  }

  .banner_site_page .information .title_tem {
    zoom: 0.6;
  }

  .banner_site_products {
    height: 120px;
  }

  .banner_site_products .information .title_tem {
    zoom: 0.5;
  }

  .row-page-lg .form_payment_information .form_option_pays .option_pay {
    padding: 14px 0;
  }

  .row-page-lg .form_payment_information .form_option_pays .option_pay .item-content .icon {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 4px;
  }

  .row-page-lg .form_payment_information .form_option_pays .option_pay .dots-check {
    zoom: 0.8;
  }

  .list_operation .slick-slide {
    max-width: none;
    min-width: auto;
  }

  .site_introduce_main .site_message_introduce .images_list .images {
    border-radius: 14px;
  }

  .site_introduce_main .site_core_values {
    padding: 36px 0;
  }

  .site_introduce_main .site_core_values .list_core_item .box-col3 {
    width: calc(33.333% - 6px);
  }

  .site_introduce_main .site_core_values .list_core_item .box-col3 .bg-icon .icon {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}

@media screen and (max-width: 375px) {
  .site_contact_home .content_box .box_flex .box-contact {
    min-width: auto;
    width: 100%;
  }

  .site_detail_news .news_col9_details .content h1 {
    font-size: 24px;
  }

  .site_detail_news .news_col9_details .content h2 {
    font-size: 21px;
  }

  .site_detail_news .news_col9_details .content h3 {
    font-size: 19px;
  }

  .site_page_details_products .item_information .detail .product_information .item-btn-col {
    zoom: 0.6;
  }

  .box-jump-cart {
    zoom: 0.8;
  }
}