@charset "UTF-8";
.wrapImgResize {
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapImgResize video,
.wrapImgResize iframe,
.wrapImgResize img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  width: 101%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 101%;
  max-height: 101%;
}
.wrapImgResize.img16And9 {
  padding-top: 56.25%;
}
.wrapImgResize.imgSquare {
  padding-top: 100%;
}
.wrapImgResize.img9And16 {
  padding-top: 177%;
}
.wrapImgResize.img3And4 {
  padding-top: 133.33333333%;
}
.wrapImgResize.img3And2 {
  padding-top: 66.67%;
}
.wrapImgResize.imgSpecial1 {
  padding-top: 75.46%;
}
.wrapImgResize.imgSpecial2 {
  padding-top: 52.25%;
}
.wrapImgResize.imgSpecial3 {
  padding-top: 30.25%;
}

.wrapImgResize {
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapImgResize video,
.wrapImgResize iframe,
.wrapImgResize img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  width: 101%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 101%;
  max-height: 101%;
}
.wrapImgResize.img16And9 {
  padding-top: 56.25%;
}
.wrapImgResize.imgSquare {
  padding-top: 100%;
}
.wrapImgResize.img9And16 {
  padding-top: 177%;
}
.wrapImgResize.img3And4 {
  padding-top: 133.33333333%;
}
.wrapImgResize.img3And2 {
  padding-top: 66.67%;
}
.wrapImgResize.imgSpecial1 {
  padding-top: 75.46%;
}
.wrapImgResize.imgSpecial2 {
  padding-top: 52.25%;
}
.wrapImgResize.imgSpecial3 {
  padding-top: 30.25%;
}

.description > * {
  font-size: 16px;
  font-weight: 500;
}

.showTextDetail > * {
  font-size: 16px;
  color: #592b1c;
  text-align: justify;
  overflow-x: auto;
  font-weight: 500;
}

.showTextDetail h1,
.showTextDetail h2,
.showTextDetail h3,
.showTextDetail h4,
.showTextDetail h5,
.showTextDetail h6 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .showTextDetail h1,
  .showTextDetail h2,
  .showTextDetail h3,
  .showTextDetail h4,
  .showTextDetail h5,
  .showTextDetail h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .showTextDetail h1,
  .showTextDetail h2,
  .showTextDetail h3,
  .showTextDetail h4,
  .showTextDetail h5,
  .showTextDetail h6 {
    font-size: 16px;
  }
}

.showTextDetail table {
  width: 100%;
  border-collapse: collapse;
}

.showTextDetail table td {
  padding: 10px 15px;
  border: 1px solid #eeeeee;
}

.showTextDetail > * {
  margin: 0 0 15px 0;
}

.showTextDetail img {
  max-width: 100%;
  height: auto;
}

.showTextDetail a {
  color: #592b1c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.showTextDetail a:hover {
  color: #23252d;
}

.showTextDetail > *:last-child {
  margin-bottom: 0;
}

.loadingPage {
  opacity: 0;
  overflow: hidden;
}

.loadingPage::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.loadingPage.loading::after {
  content: 'Đang tải...';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-weight: bold;
  z-index: 10000;
  color: #f6f4f0;
  font-weight: 700;
  text-shadow: -1px 0 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff,
    0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 2px 2px 3px #000;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #f07922;
}

.bg-color-1 {
  background-color: #f07922;
}

.bg-color-2 {
  background-color: #23252d;
}

.font-bold {
  font-weight: 600;
}

.wrapImageAuto img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.flex-center {
  display: flex;
  align-items: center;
  gap: 5px;
}

.flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-xl {
  max-width: 1400px;
}
@media only screen and (max-width: 1450px) {
  .modal-xl {
    max-width: 1200px;
  }
}

.w-full {
  width: 100% !important;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.white-space-nowrap {
  white-space: nowrap;
}

.offcanvas {
  z-index: 999990;
}

.wrapMenuCategoriedDropdown {
  position: absolute;
  left: 0;
  top: 42px;
  min-width: 250px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.5s ease-in-out 0s;
  width: 300px;
}
@media only screen and (max-width: 1800px) {
  .wrapMenuCategoriedDropdown {
    top: 39px;
  }
}
@media only screen and (min-width: 1221px) {
  .wrapMenuCategoriedDropdown {
    height: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapMenuCategoriedDropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 300px;
    min-width: unset;
    left: -100%;
    border-radius: 0px;
    padding: 0;
  }
}
@media only screen and (min-width: 1221px) {
  .wrapMenuCategoriedDropdown.openMenu {
    height: 728px;
    opacity: 1;
  }
}
@media only screen and (max-width: 1450px) {
  .wrapMenuCategoriedDropdown.openMenu {
    height: 440px;
    opacity: 1;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapMenuCategoriedDropdown.openMenu {
    left: 0;
    height: 100%;
  }
}
.wrapMenuCategoriedDropdown .wrapMenuCloseMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: red;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1221px) {
  .wrapMenuCategoriedDropdown .wrapMenuCloseMobile {
    display: none;
  }
}
.wrapMenuCategoriedDropdown .wrapMenuCloseMobile svg {
  stroke: none !important;
  stroke: unset !important;
  width: 20px !important;
  height: 20px !important;
  color: #fff;
}
.wrapMenuCategoriedDropdown .wrapperListMenu {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  overflow-y: auto;
  height: 100%;
}
.wrapMenuCategoriedDropdown .wrapperListMenu::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.wrapMenuCategoriedDropdown .wrapperListMenu::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1220px) {
  .wrapMenuCategoriedDropdown .wrapperListMenu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.wrapMenuCategoriedDropdown .wrapperListMenu::-webkit-scrollbar-thumb {
  background-color: #23252d;
}
.wrapMenuCategoriedDropdown .wrapperListMenu .childMenu {
  padding: 10px 7px;
  border-top: 1px solid #fff;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .wrapMenuCategoriedDropdown .wrapperListMenu .childMenu {
    padding: 0;
    border-bottom: none;
    border-top: 1px solid #f2f2f2;
  }
}
.wrapMenuCategoriedDropdown .wrapperListMenu .childMenu span {
  display: block;
  width: 100%;
}
.wrapMenuCategoriedDropdown .wrapperListMenu .childMenu .itemLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #23252d;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
}
.wrapMenuCategoriedDropdown .wrapperListMenu .childMenu .itemLink .iconCtrl {
  width: 18px;
  height: 18px;
  stroke: #23252d;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media only screen and (min-width: 1221px) {
  .wrapMenuCategoriedDropdown .wrapperListMenu .childMenu .itemLink .iconCtrl {
    transform: rotate(-90deg);
  }
}
.wrapMenuCategoriedDropdown .wrapperListMenu .childMenu .itemLink:hover {
  color: #f07922;
}
.wrapMenuCategoriedDropdown
  .wrapperListMenu
  .childMenu
  .itemLink:hover
  .iconCtrl {
  stroke: #f07922;
}
@media only screen and (max-width: 1220px) {
  .wrapMenuCategoriedDropdown .wrapperListMenu .childMenu .itemLink {
    padding: 10px 15px;
  }
}
.wrapMenuCategoriedDropdown .wrapperListMenu .childMenuSub .wrapperListMenu {
  display: none;
  list-style: none;
  padding-left: 0px;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 0;
  background-color: #f6f4f0;
  margin-top: 15px;
}
@media only screen and (max-width: 1220px) {
  .wrapMenuCategoriedDropdown .wrapperListMenu .childMenuSub .wrapperListMenu {
    position: unset;
    top: unset;
    left: unset;
    margin-top: 0;
    border: none;
  }
}
.wrapMenuCategoriedDropdown
  .wrapperListMenu
  .childMenuSub
  .wrapperListMenu
  .childMenu {
  padding: 0;
  border-top: 1px solid #ececec;
}
.wrapMenuCategoriedDropdown
  .wrapperListMenu
  .childMenuSub
  .wrapperListMenu
  .childMenu:first-child {
  border-top: none;
}
.wrapMenuCategoriedDropdown
  .wrapperListMenu
  .childMenuSub
  .wrapperListMenu
  .itemLink {
  padding: 10px 7px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}
.wrapMenuCategoriedDropdown
  .wrapperListMenu
  .childMenuSub
  .wrapperListMenu
  .itemLink
  a {
  color: #23252d;
  display: block;
}
@media only screen and (max-width: 1220px) {
  .wrapMenuCategoriedDropdown
    .wrapperListMenu
    .childMenuSub
    .wrapperListMenu
    .itemLink
    a {
    color: #23252d;
    padding: 10px 15px;
  }
}
.wrapMenuCategoriedDropdown
  .wrapperListMenu
  .childMenuSub
  .wrapperListMenu
  .itemLink:hover
  a {
  color: #f07922;
}
.wrapMenuCategoriedDropdown
  .wrapperListMenu
  .childMenuSub
  .wrapperListMenu
  .itemLink:hover
  svg {
  color: #f07922;
}
@media only screen and (max-width: 1220px) {
  .wrapMenuCategoriedDropdown
    .wrapperListMenu
    .childMenuSub
    .wrapperListMenu
    .itemLink {
    padding: 10px 15px;
  }
}
.wrapMenuCategoriedDropdown .wrapperListMenu .childMenuSub.active > .itemLink {
  color: #f07922;
}
.wrapMenuCategoriedDropdown
  .wrapperListMenu
  .childMenuSub.active
  > .itemLink
  .iconCtrl {
  stroke: #f07922;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

@media only screen and (max-width: 1220px) {
  body.show-menu {
    overflow: hidden;
  }
}

.wrapModalMenuMobile {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: -100%;
  transition: all 0.5s ease-in-out 0s;
}

@media only screen and (max-width: 1220px) {
  body.show-menu .wrapModalMenuMobile {
    right: 0;
  }
}

.nav-wrapper {
  width: 300px;
  margin: 100px auto;
  text-align: center;
}

.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.sl-nav li ul li span {
  padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.flag-de {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
  background-size: cover;
  background-position: center center;
}

.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}

.wrapContainer {
  height: 114px;
}
@media only screen and (max-width: 1450px) {
  .wrapContainer {
    height: 98px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapContainer {
    height: 75px;
    position: relative;
    z-index: 901;
  }
}
@media only screen and (max-width: 576px) {
  .wrapContainer {
    height: 62px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapContainer {
    height: 56px;
  }
}

.wrapHeader_v1 {
  background-color: #fff;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.wrapHeader_v1 .wrapIconSearchMobile {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapIconSearchMobile {
    display: block;
  }
}
.wrapHeader_v1 .wrapMenuCategorie {
  color: #23252d;
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapMenuCategorie .listMenu {
    display: none;
  }
}
.wrapHeader_v1 .wrapMenuCategorie.btnMenuMobile {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapMenuCategorie.btnMenuMobile {
    display: flex;
  }
}
.wrapHeader_v1 .wrapMenuCategorie svg {
  stroke: #23252d;
  stroke-width: 2px;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapMenuCategorie svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapMenuCategorie {
    font-size: 0;
  }
  .wrapHeader_v1 .wrapMenuCategorie .iconDown {
    display: none;
  }
}
.wrapHeader_v1 .topHeaderContainer {
  padding: 5px 0px;
  background-color: #f07922;
  border-bottom: 1px solid #cbd5e1;
}
.wrapHeader_v1 .topHeaderContainer .wrapSpacingTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapHeader_v1 .topHeaderContainer .wrapSpacingTop .wrapContentTopLeft {
  display: flex;
  align-items: center;
}
.wrapHeader_v1
  .topHeaderContainer
  .wrapSpacingTop
  .wrapContentTopLeft
  .linkItem {
  color: #fff;
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #fff;
}
.wrapHeader_v1
  .topHeaderContainer
  .wrapSpacingTop
  .wrapContentTopLeft
  .linkItem:first-child {
  padding-left: 0px;
  border-left: 0px;
}
@media only screen and (max-width: 1800px) {
  .wrapHeader_v1 .topHeaderContainer {
    padding: 2px 0px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .topHeaderContainer {
    display: none;
  }
}
.wrapHeader_v1 .topHeaderContainer .wrapTopHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.wrapHeader_v1 .topHeaderContainer .wrapTopHeader .socialItem {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}
.wrapHeader_v1 .topHeaderContainer .wrapTopHeader .socialItem svg {
  stroke: #fff;
  display: block;
  width: auto;
  height: 20px;
}
.wrapHeader_v1 .topHeaderContainer .wrapTopHeader .socialItem .phoneList {
  display: flex;
  align-items: center;
  gap: 3px;
}
.wrapHeader_v1
  .topHeaderContainer
  .wrapTopHeader
  .socialItem
  .phoneList
  .linkPhone {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.wrapHeader_v1 .wrapHeaderBottom {
  padding: 7px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
}
@media only screen and (max-width: 1800px) {
  .wrapHeader_v1 .wrapHeaderBottom {
    padding: 5px 0px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapHeaderBottom {
    padding: 15px 0px;
  }
}
.wrapHeader_v1 .wrapHeaderBottom .wrapLogo {
  font-size: 0px;
}
.wrapHeader_v1 .wrapHeaderBottom .wrapLogo .linkLogoHeader {
  display: inline-block;
}
.wrapHeader_v1 .wrapHeaderBottom .wrapLogo .linkLogoHeader .imgLogoHeader {
  height: 44px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 1800px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapLogo .linkLogoHeader .imgLogoHeader {
    height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapLogo .linkLogoHeader .imgLogoHeader {
    height: 25px;
  }
}
.wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch {
  width: 650px;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch .form-control {
    border-radius: 0px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1650px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch {
    width: 550px;
  }
}
@media only screen and (max-width: 1450px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch {
    width: 500px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch {
    position: absolute;
    right: 0;
    width: 100vw;
    top: -100%;
    transition: 0.3s;
    opacity: 0;
  }
}
.wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch.showInput {
  opacity: 1;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch.showInput {
    top: 75px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch.showInput {
    top: 61px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch.showInput {
    top: 55px;
  }
}
.wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch .btn.bg-color-1 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch .btn.bg-color-1 {
    border-radius: 0px;
  }
}
.wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch .btn.bg-color-1 svg {
  stroke: #fff;
}
.wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch .wrapSelectSearch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 99;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v1
    .wrapHeaderBottom
    .wrapInputSearch
    .wrapSelectSearch
    .select2-selection__rendered {
    font-size: 14px;
  }
}
.wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch .select2.select2-container {
  width: 200px !important;
}
@media only screen and (max-width: 576px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapInputSearch .select2.select2-container {
    width: 160px !important;
  }
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapInputSearch
  .select2.select2-container
  .select2-selection.select2-selection--single {
  border: 0px !important;
}
.wrapHeader_v1 .wrapHeaderBottom .wrapContentRight {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 450px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapContentRight svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeader_v1 .wrapHeaderBottom .wrapContentRight {
    gap: 10px;
  }
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media only screen and (max-width: 450px) {
  .wrapHeader_v1
    .wrapHeaderBottom
    .wrapContentRight
    .userAccount
    .dropdown-toggle
    svg {
    width: 16px;
    height: auto;
  }
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-toggle::after {
  display: none;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-toggle
  span {
  position: relative;
  top: 2px;
}
.wrapHeader_v1 .wrapHeaderBottom .wrapContentRight .userAccount .dropdown-menu {
  padding: 10px;
  transform: translate(-62px, 33px) !important;
  border-radius: 10px;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .btn-link {
  margin-bottom: 15px;
  width: 100%;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .btn-link.style-2 {
  margin-bottom: 0px;
  background-color: #fff;
  color: #f07922;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .btn-link.style-2:hover {
  background-color: #f07922;
  color: #fff;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .dropdown-item {
  border: 1px solid #cbd5e1;
  margin-bottom: 10px;
  transition: 0.3s;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .dropdown-item:hover {
  color: #f07922 !important;
  border: 1px solid #f07922;
  background-color: #fff;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .dropdown-item.bg-color-1 {
  color: #fff;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .dropdown-item:active {
  background-color: #f07922;
}
.wrapHeader_v1 .wrapHeaderBottom .wrapContentRight .cartAcction {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 3px;
  color: #23252d;
}
.wrapHeader_v1 .wrapHeaderBottom .wrapContentRight .cartAcction .iconCart {
  position: relative;
}
.wrapHeader_v1 .wrapHeaderBottom .wrapContentRight .cartAcction .iconCart svg {
  width: 30px;
  height: 30px;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .cartAcction
  .iconCart
  .quantity {
  position: absolute;
  display: block;
  padding: 3px;
  border-radius: 5px;
  background-color: #f07922;
  top: -10px;
  right: -10px;
  color: #fff;
  font-size: 13px;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .dropdown.wrapperLanguage
  .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .dropdown.wrapperLanguage
  .dropdown-toggle::after {
  display: none;
}
@media only screen and (max-width: 450px) {
  .wrapHeader_v1
    .wrapHeaderBottom
    .wrapContentRight
    .dropdown.wrapperLanguage
    .dropdown-toggle
    svg {
    width: 16px;
    height: auto;
  }
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .dropdown.wrapperLanguage
  .dropdown-menu {
  transform: translate(-16px, 33px) !important;
  min-width: unset !important;
}
.wrapHeader_v1
  .wrapHeaderBottom
  .wrapContentRight
  .dropdown.wrapperLanguage
  .dropdown-menu
  .dropdown-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wrapHeader_v2 .topHeaderContainer {
  padding: 7px 0px;
  border-bottom: 1px solid #cbd5e1;
}
.wrapHeader_v2 .topHeaderContainer .wrapLogo {
  font-size: 0px;
}
.wrapHeader_v2 .topHeaderContainer .wrapTopHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapHeader_v2 .topHeaderContainer .wrapTopHeader .socialItem {
  text-decoration: none;
  color: #23252d;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v2 .topHeaderContainer .wrapTopHeader .socialItem {
    display: none;
  }
}
.wrapHeader_v2 .topHeaderContainer .wrapTopHeader .socialItem svg {
  stroke: #23252d;
}
.wrapHeader_v2 .topHeaderContainer .wrapTopHeader .socialItem:hover {
  color: #f07922;
}
.wrapHeader_v2 .topHeaderContainer .wrapTopHeader .socialItem:hover svg {
  stroke: #f07922;
}
.wrapHeader_v2
  .topHeaderContainer
  .wrapTopHeader
  .socialItem:hover
  .phoneList
  .linkPhone {
  color: #f07922;
}
.wrapHeader_v2
  .topHeaderContainer
  .wrapTopHeader
  .socialItem.supportSocial
  svg {
  width: 30px;
  height: 30px;
}
.wrapHeader_v2 .topHeaderContainer .wrapTopHeader .socialItem .phoneList {
  display: flex;
  align-items: center;
  gap: 3px;
}
.wrapHeader_v2
  .topHeaderContainer
  .wrapTopHeader
  .socialItem
  .phoneList
  .linkPhone {
  text-decoration: none;
  color: #23252d;
  transition: 0.3s;
}
.wrapHeader_v2 .topHeaderContainer .wrapSearchMobile {
  display: block;
}
.wrapHeader_v2 .topHeaderContainer .wrapSearchMobile svg {
  stroke: #fff;
}
@media only screen and (min-width: 1221px) {
  .wrapHeader_v2 .topHeaderContainer .wrapSearchMobile {
    display: none;
  }
}
.wrapHeader_v2 .wrapHeaderBottomContainer {
  padding: 15px 0px;
  background-color: #f07922;
}
.wrapHeader_v2 .wrapHeaderBottomContainer .wrapMenuCategorie {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.wrapHeader_v2 .wrapHeaderBottomContainer .wrapMenuCategorie svg {
  stroke: #fff;
  stroke-width: 2px;
}
@media only screen and (max-width: 576px) {
  .wrapHeader_v2 .wrapHeaderBottomContainer .wrapMenuCategorie svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeader_v2 .wrapHeaderBottomContainer .wrapMenuCategorie {
    font-size: 0;
  }
  .wrapHeader_v2 .wrapHeaderBottomContainer .wrapMenuCategorie .iconDown {
    display: none;
  }
}
.wrapHeader_v2 .wrapHeaderBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wrapHeader_v2 .wrapHeaderBottom .wrapInputSearch {
  width: 450px;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v2 .wrapHeaderBottom .wrapInputSearch {
    display: none;
  }
}
.wrapHeader_v2 .wrapHeaderBottom .wrapInputSearch .btn.bg-color-2 svg {
  stroke: #fff;
}
.wrapHeader_v2 .wrapHeaderBottom .wrapContentRight {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wrapHeader_v2 .wrapHeaderBottom .wrapContentRight .dropdown svg {
  stroke: #fff;
}
.wrapHeader_v2 .wrapHeaderBottom .wrapContentRight .dropdown span {
  color: #fff;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .dropdown
  .dropdown-toggle::after {
  color: #fff;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-toggle
  span {
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v2
    .wrapHeaderBottom
    .wrapContentRight
    .userAccount
    .dropdown-toggle
    span {
    display: none;
  }
}
.wrapHeader_v2 .wrapHeaderBottom .wrapContentRight .userAccount .dropdown-menu {
  padding: 10px;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .dropdown-item {
  border: 1px solid #cbd5e1;
  margin-bottom: 10px;
  transition: 0.3s;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .dropdown-item:hover {
  color: #f07922 !important;
  border: 1px solid #f07922;
  background-color: #fff;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .dropdown-item.bg-color-1 {
  color: #fff;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .userAccount
  .dropdown-menu
  .dropdown-item:active {
  background-color: #f07922;
}
.wrapHeader_v2 .wrapHeaderBottom .wrapContentRight .cartAcction {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 3px;
  color: #23252d;
}
.wrapHeader_v2 .wrapHeaderBottom .wrapContentRight .cartAcction .iconCart {
  position: relative;
}
.wrapHeader_v2 .wrapHeaderBottom .wrapContentRight .cartAcction .iconCart svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .cartAcction
  .iconCart
  .quantity {
  position: absolute;
  display: block;
  padding: 3px;
  border-radius: 5px;
  background-color: #23252d;
  top: -10px;
  right: -10px;
  color: #fff;
  font-size: 13px;
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .dropdown.wrapperLanguage
  .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader_v2
    .wrapHeaderBottom
    .wrapContentRight
    .dropdown.wrapperLanguage
    .dropdown-toggle
    span {
    display: none;
  }
}
.wrapHeader_v2
  .wrapHeaderBottom
  .wrapContentRight
  .dropdown.wrapperLanguage
  .dropdown-menu
  .dropdown-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

footer.wrapFooter {
  padding-top: 25px;
  border-top: 1px solid #f07922;
  transition: 0.3s;
}
footer.wrapFooter .wrapTopFooter {
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  footer.wrapFooter .colItem {
    margin-bottom: 15px;
  }
}
footer.wrapFooter .accsessWeb {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
}
footer.wrapFooter .accsessWeb .wrapItem {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer.wrapFooter .accsessWeb .wrapItem span {
  font-weight: 600;
}
footer.wrapFooter .headingCol {
  font-size: 18px;
  margin-bottom: 15px;
}
footer.wrapFooter .wrapContentText {
  padding-bottom: 15px;
}
footer.wrapFooter .wrapContentText .wrapContentLeft p {
  margin-bottom: 5px;
}
footer.wrapFooter .wrapContentText .wrapContentCenter .wrapText ul li .link {
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s;
}
footer.wrapFooter
  .wrapContentText
  .wrapContentCenter
  .wrapText
  ul
  li
  .link:hover {
  color: #f07922;
}
footer.wrapFooter .wrapCopyright {
  padding: 15px 0px;
  background-color: #f07922;
}
footer.wrapFooter .wrapCopyright .wrapContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  footer.wrapFooter .wrapCopyright .wrapContent {
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
}
footer.wrapFooter .wrapCopyright .wrapContent .text {
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  footer.wrapFooter .wrapCopyright .wrapContent .text {
    font-size: 13px;
  }
}
footer.wrapFooter .wrapCopyright .wrapContent .textRight {
  display: flex;
  align-items: center;
  gap: 3px;
}
footer.wrapFooter .wrapCopyright .wrapContent .textRight a {
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer.wrapFooter .wrapCopyright {
    padding: 5px 0;
  }
}

body.bottomWindow .fui-connect-list-vertical {
  bottom: 137px;
}
@media only screen and (max-width: 1800px) {
  body.bottomWindow .fui-connect-list-vertical {
    bottom: 107px;
  }
}
@media only screen and (max-width: 992px) {
  body.bottomWindow .fui-connect-list-vertical {
    bottom: 153px;
  }
}
@media only screen and (max-width: 768px) {
  body.bottomWindow .fui-connect-list-vertical {
    bottom: 95px;
  }
}
@media only screen and (max-width: 576px) {
  body.bottomWindow .fui-connect-list-vertical {
    bottom: 119px;
  }
}

.wrapCardProduct {
  border-radius: 10px;
  display: block;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wrapCardProduct:hover {
  transform: translateY(-10px);
}
.wrapCardProduct .bottomContent {
  gap: 3px !important;
  margin-top: auto;
}
.wrapCardProduct .bottomContent svg.icon-heart {
  color: #f07922;
}
.wrapCardProduct .wrapImage {
  max-width: 180px;
}
.wrapCardProduct .wrapImgResize {
  margin-bottom: 15px;
}
.wrapCardProduct .wrapContent {
  display: flex;
  flex-direction: column;
}
.wrapCardProduct .wrapContent .title {
  font-size: 14px;
}
.wrapCardProduct .wrapContent .text {
  font-weight: 600;
  color: #f07922;
}
.wrapCardProduct .wrapContent .text.sale {
  text-decoration: line-through;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
}

.wrapCardBlog {
  transition: 0.3s;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: block;
}
.wrapCardBlog:hover {
  transform: translateY(-10px);
}
.wrapCardBlog .wrapImgResize {
  margin-bottom: 15px;
}
.wrapCardBlog .wrapTitle {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 450px) {
  .wrapCardBlog .wrapTitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapCardBlog .wrapDesc {
    font-size: 16px;
  }
}

.wrapHeadingSection {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #23252d;
  transition: all 0.4s ease 0s;
  margin-bottom: 25px;
}
.wrapHeadingSection .styleText {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  white-space: nowrap;
  text-transform:uppercase;
}
@media only screen and (max-width: 768px) {
  .wrapHeadingSection .styleText {
    font-size: 18px;
  }
}
.wrapHeadingSection .styleText::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #f07922;
}
@media only screen and (max-width: 450px) {
  .wrapHeadingSection .styleText::before {
    height: 3px;
    bottom: 1px;
  }
}
.wrapHeadingSection .styleText::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #f07922;
}

.cardHeading {
  margin-bottom: 15px;
}
.cardHeading .styleText {
  font-size: 18px;
}
.cardHeading .styleText::after {
  max-width: 180px;
}

.sliderSwiperProduct {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProduct {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProduct .style-button {
    padding: 5px 8px;
  }
}
.sliderSwiperProduct .headingSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.sliderSwiperProduct .headingSection .wrapHeadingSection {
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProduct .headingSection .wrapHeadingSection .styleText {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProduct .headingSection .btn-link {
    padding: 6px 10px;
    font-size: 10px;
    gap: 0px;
  }
  .sliderSwiperProduct .headingSection .btn-link svg {
    width: 18px;
    height: auto;
  }
}
.sliderSwiperProduct .swiper {
  padding-top: 15px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProduct .swiper {
    padding-bottom: 45px;
  }
}
.sliderSwiperProduct .swiper .swiperNavigationCustom {
  width: 35px;
  height: 35px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background-color: #f07922;
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProduct .swiper .swiperNavigationCustom {
    display: none;
  }
}
.sliderSwiperProduct .swiper .swiperNavigationCustom::after {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.sliderSwiperProduct .swiper .swiperPaginationCustom {
  bottom: -5px;
}
@media only screen and (min-width: 577px) {
  .sliderSwiperProduct .swiper .swiperPaginationCustom {
    display: none;
  }
}
.sliderSwiperProduct
  .swiper
  .swiperPaginationCustom
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f07922;
}
.sliderSwiperProduct .swiper .swiper-slide {
  height: auto !important;
}

.style-button {
  padding: 8px 10px;
  font-size: 14px;
  outline: none;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
  background: #f07922;
  cursor: pointer;
  color: #fff;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 5px;
}
.style-button svg {
  stroke: #fff;
}
.style-button:hover {
  -webkit-animation: a 0.5s 1 linear;
  animation: a 0.5s 1 linear;
  color: #fff;
}

@-webkit-keyframes a {
  0% {
    transform: scale(0.7, 1.3);
  }
  25% {
    transform: scale(1.3, 0.7);
  }
  50% {
    transform: scale(0.7, 1.3);
  }
  75% {
    transform: scale(1.3, 0.7);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes a {
  0% {
    transform: scale(0.7, 1.3);
  }
  25% {
    transform: scale(1.3, 0.7);
  }
  50% {
    transform: scale(0.7, 1.3);
  }
  75% {
    transform: scale(1.3, 0.7);
  }
  100% {
    transform: scale(1, 1);
  }
}
.btn-link {
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  padding: 8px 10px;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: #f07922;
  border: 1px solid #f07922;
  text-decoration: none;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-link:hover {
  background-color: #fff;
  color: #f07922;
}
.btn-link:hover svg {
  stroke: #f07922;
}
.btn-link svg {
  stroke: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-link.btn-link-slide {
  padding: 8px 10px;
  font-size: 14px;
}

.wrapBgTopBlock {
  margin-bottom: 25px;
}
.wrapBgTopBlock .bgImage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
}
.wrapBgTopBlock .bgImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapBgTopBlock .bgImage .wrapDescription {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  .wrapBgTopBlock .bgImage .wrapDescription {
    font-size: 14px;
  }
}

.fui-connect-list-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  bottom: 99px;
  right: 15px;
  z-index: 200;
  transition: 0.4s;
}
@media only screen and (max-width: 1800px) {
  .fui-connect-list-vertical {
    bottom: 69px;
  }
}
@media only screen and (max-width: 1220px) {
  .fui-connect-list-vertical {
    right: 15px;
    bottom: 62px;
  }
}
@media only screen and (max-width: 768px) {
  .fui-connect-list-vertical {
    bottom: 58px;
    right: 15px;
  }
}
@media screen and (max-width: 991px) and (max-height: 575px) {
  .fui-connect-list-vertical {
    gap: 2px;
    bottom: 48px;
  }
}
.fui-connect-list-vertical .connect-list {
  margin: 0;
  padding: 0;
}
.fui-connect-list-vertical .connect-link {
  color: #23252d;
}
.fui-connect-list-vertical .btn-item {
  width: 45px;
  height: 45px;
  border-radius: 100rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #ffff;
}
.fui-connect-list-vertical .btn-item svg {
  height: 26px;
}
.fui-connect-list-vertical .btn-item .svg-1 {
  fill: white;
}
.fui-connect-list-vertical .btn-item .svg-2 {
  stroke: white;
}
.fui-connect-list-vertical .btn-item:hover::before {
  left: auto;
  right: 0;
  width: 100%;
}
.fui-connect-list-vertical .btn-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 576px) {
  .fui-connect-list-vertical .btn-item {
    width: 35px;
    height: 35px;
  }
  .fui-connect-list-vertical .btn-item svg {
    height: 16px;
  }
}
@media screen and (max-width: 991px) and (max-height: 575px) {
  .fui-connect-list-vertical .btn-item {
    width: 25px;
    height: 25px;
  }
  .fui-connect-list-vertical .btn-item svg {
    height: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .fui-connect-list-vertical .zaloIcon svg {
    width: 23px;
    height: auto;
  }
}
@media screen and (max-width: 991px) and (max-height: 575px) {
  .fui-connect-list-vertical .zaloIcon svg {
    height: 6px;
  }
}
.fui-connect-list-vertical .connect-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: linear 0.2s;
  visibility: visible;
  opacity: 1;
}
.fui-connect-list-vertical .connect-list.hidden {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 991px) and (max-height: 575px) {
  .fui-connect-list-vertical .connect-list {
    gap: 2px;
  }
}
.fui-connect-list-vertical .btnScrollTop,
.fui-connect-list-vertical .btn-show-connect {
  background-color: #f07922;
  transition: linear 0.2s;
}
.fui-connect-list-vertical .btnScrollTop.active,
.fui-connect-list-vertical .btn-show-connect.active {
  transform: rotate(-45deg);
}
.fui-connect-list-vertical .connect-item {
  background-color: #f07922;
}

.wrapNavbarBottom {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 15px 0px;
}
@media only screen and (max-width: 1800px) {
  .wrapNavbarBottom {
    padding: 7px 0px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapNavbarBottom {
    padding: 12px 0px;
  }
}
.wrapNavbarBottom .wrapContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapNavbarBottom .wrapContent .linkItem {
  color: #f07922;
}
@media only screen and (min-width: 1221px) {
  .wrapNavbarBottom .wrapContent .linkItem {
    display: none;
  }
}
.wrapNavbarBottom .wrapContent .wrapperBtnCall {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 1220px) {
  .wrapNavbarBottom .wrapContent .wrapperBtnCall {
    display: none;
  }
}
.wrapNavbarBottom .wrapContent .wrapperBtnCall .text {
  font-weight: 600;
}
@media only screen and (max-width: 1650px) {
  .wrapNavbarBottom .wrapContent .wrapperBtnCall .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapNavbarBottom .wrapContent .wrapperBtnCall .text {
    display: none;
  }
}
.wrapNavbarBottom .wrapContent .wrapperBtnCall svg {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 1650px) {
  .wrapNavbarBottom .wrapContent .wrapperBtnCall .btn-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1450px) {
  .wrapNavbarBottom .wrapContent .wrapperBtnCall .btn-link {
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapNavbarBottom .wrapContent .wrapperBtnCall .btn-link {
    background-color: transparent;
    padding: 0px;
    border: 0px;
    color: #f07922;
  }
  .wrapNavbarBottom .wrapContent .wrapperBtnCall .btn-link svg {
    stroke: #f07922;
  }
}
.wrapNavbarBottom .wrapContent .wrapperCard {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.wrapNavbarBottom .wrapContent .wrapperCard svg {
  width: 25px;
  height: 25px;
}
.wrapNavbarBottom .wrapContent .wrapperCard .quantity {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background-color: red;
  min-width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 1650px) {
  .wrapNavbarBottom .wrapContent .wrapperCard .btn-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1450px) {
  .wrapNavbarBottom .wrapContent .wrapperCard .btn-link {
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapNavbarBottom .wrapContent .wrapperCard .btn-link {
    font-size: 14px;
  }
  .wrapNavbarBottom .wrapContent .wrapperCard .btn-link svg {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapNavbarBottom .wrapContent .wrapperCard .btn-link {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.wrapNavbarBottom .wrapContent .wrapTextCenter {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 0px 15px;
  text-align: center;
}
@media only screen and (max-width: 1220px) {
  .wrapNavbarBottom .wrapContent .wrapTextCenter {
    display: none;
  }
}
.wrapNavbarBottom .wrapContent .wrapTextCenter *:first-child {
  font-size: 24px;
  color: #f07922;
}
@media only screen and (max-width: 1800px) {
  .wrapNavbarBottom .wrapContent .wrapTextCenter *:first-child {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1800px) {
  .wrapNavbarBottom .wrapContent .wrapTextCenter *:first-child {
    font-size: 16px;
  }
}
.wrapNavbarBottom .wrapContent .wrapTextCenter *:last-child {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1800px) {
  .wrapNavbarBottom .wrapContent .wrapTextCenter *:last-child {
    font-size: 13px;
  }
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapItem {
  padding: 15px 5px;
  position: relative;
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapItem .wrapText {
  display: flex;
  flex-direction: column;
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapItem .wrapText .sale {
  text-decoration: line-through;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapItem .wrapBtnDeleted {
  top: -5px;
  left: 5px;
  position: absolute;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 50%;
  padding: 5px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapItem .wrapBtnDeleted svg {
  stroke: #f07922;
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapImage {
  max-width: 150px;
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapText .name {
  font-size: 14px;
  font-weight: 500;
}
.wrapNavbarBottom .modal-cart .wrapListCart .wrapText .price {
  font-weight: bold;
  color: #f07922;
}
.wrapNavbarBottom .modal-cart .wrapAcction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  border-top: 1px solid #cbd5e1;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.wrapNavbarBottom .modal-cart .wrapAcction .btn-link {
  width: 100%;
}
.wrapNavbarBottom .modal-cart .wrapAcction .btn-link.style-2 {
  background-color: #fff;
  color: #f07922;
}
.wrapNavbarBottom .modal-cart .wrapAcction .btn-link.style-2 svg {
  stroke: #f07922;
}

.wrapperBreadcrumb {
  margin-bottom: 30px;
}
.wrapperBreadcrumb .breadcrumbContainer {
  position: relative;
}
.wrapperBreadcrumb .breadcrumbContainer .wrapImageBreadcrumb {
  margin-top: 15px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrapperBreadcrumb .breadcrumbContainer .wrapImageBreadcrumb {
    height: 200px;
  }
}
.wrapperBreadcrumb .breadcrumbContainer .wrapImageBreadcrumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .wrapperBreadcrumb .breadcrumbContainer .wrapImageBreadcrumb img {
    height: 100%;
  }
}
.wrapperBreadcrumb .breadcrumbContainer .wrapperBreadcrumbContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  color: #fff;
  width: 90%;
}
@media only screen and (max-width: 1650px) {
  .wrapperBreadcrumb .breadcrumbContainer .wrapperBreadcrumbContent {
    left: 10%;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapperBreadcrumb .breadcrumbContainer .wrapperBreadcrumbContent {
    left: 5%;
    padding: 0px 10px;
  }
}
.wrapperBreadcrumb
  .breadcrumbContainer
  .wrapperBreadcrumbContent
  .titleBreadcrumb {
  position: relative;
  margin-bottom: 5px;
  font-size: 32px;
}
@media only screen and (max-width: 992px) {
  .wrapperBreadcrumb
    .breadcrumbContainer
    .wrapperBreadcrumbContent
    .titleBreadcrumb {
    font-size: 24px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapperBreadcrumb
    .breadcrumbContainer
    .wrapperBreadcrumbContent
    .titleBreadcrumb {
    font-size: 18px;
  }
}
.wrapperBreadcrumb
  .breadcrumbContainer
  .wrapperBreadcrumbContent
  .wrapperBreadcrumbItems {
  position: relative;
}
.wrapperBreadcrumb
  .breadcrumbContainer
  .wrapperBreadcrumbContent
  .wrapperBreadcrumbItems::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 200px;
  height: 3px;
  background-color: #f07922;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .wrapperBreadcrumb
    .breadcrumbContainer
    .wrapperBreadcrumbContent
    .wrapperBreadcrumbItems::after {
    height: 2px;
    width: 100px;
  }
}
.wrapperBreadcrumb
  .breadcrumbContainer
  .wrapperBreadcrumbContent
  .wrapperBreadcrumbItems
  .wrapMenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.wrapperBreadcrumb
  .breadcrumbContainer
  .wrapperBreadcrumbContent
  .wrapperBreadcrumbItems
  .wrapMenu
  .linkItem {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .wrapperBreadcrumb
    .breadcrumbContainer
    .wrapperBreadcrumbContent
    .wrapperBreadcrumbItems
    .wrapMenu
    .linkItem {
    font-size: 12px;
  }
}
.wrapperBreadcrumb
  .breadcrumbContainer
  .wrapperBreadcrumbContent
  .wrapperBreadcrumbItems
  .wrapMenu
  .linkItem
  svg {
  fill: #fff;
  margin-left: 5px;
}

.clearfix.wrapPaggingList {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 450px) {
  .clearfix.wrapPaggingList {
    gap: 10px;
  }
}
.clearfix.wrapPaggingList .linkPagging {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f07922;
  font-weight: 700;
  transition: all 0.5s ease;
  border: 1px solid #f07922;
  text-decoration: none;
  border-radius: 10px;
}
@media only screen and (max-width: 450px) {
  .clearfix.wrapPaggingList .linkPagging {
    width: 35px;
    height: 35px;
  }
}
.clearfix.wrapPaggingList .linkPagging.active {
  background-color: #f07922;
  color: #fff;
}
.clearfix.wrapPaggingList .linkPagging:hover {
  background-color: #f07922;
  color: #fff;
}
.clearfix.wrapPaggingList .linkPagging:hover svg {
  color: #fff;
  fill: #fff;
}
.clearfix.wrapPaggingList .linkPagging svg {
  fill: #f07922;
}

.dropdownSelect2MenuCategory {
  width: 270px !important;
  margin-top: 15px;
  border: 1px solid #aaa;
  border-radius: 5px;
}
@media only screen and (max-width: 1800px) {
  .dropdownSelect2MenuCategory {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 1220px) {
  .dropdownSelect2MenuCategory {
    width: 230px !important;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .dropdownSelect2MenuCategory {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 576px) {
  .dropdownSelect2MenuCategory {
    margin-top: 5px;
  }
}
.dropdownSelect2MenuCategory
  .select2-search.select2-search--dropdown
  .select2-search__field {
  border-radius: 5px;
}
.dropdownSelect2MenuCategory
  .select2-search.select2-search--dropdown
  .select2-search__field:focus-visible {
  outline-offset: unset !important;
}
.dropdownSelect2MenuCategory
  .select2-search.select2-search--dropdown
  .select2-results__options {
  max-height: 400px;
}
.dropdownSelect2MenuCategory .select2-results .select2-results__options {
  max-height: calc(100vh - 216px);
}
@media only screen and (max-width: 1800px) {
  .dropdownSelect2MenuCategory .select2-results .select2-results__options {
    max-height: calc(100vh - 172px);
  }
}
@media only screen and (max-width: 1220px) {
  .dropdownSelect2MenuCategory .select2-results .select2-results__options {
    max-height: calc(100vh - 193px);
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .dropdownSelect2MenuCategory .select2-results .select2-results__options {
    max-height: calc(100vh - 190px);
  }
}
@media only screen and (max-width: 576px) {
  .dropdownSelect2MenuCategory .select2-results .select2-results__options {
    max-height: calc(100vh - 186px);
  }
}
.dropdownSelect2MenuCategory
  .select2-results
  .select2-results__options::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.dropdownSelect2MenuCategory
  .select2-results
  .select2-results__options::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.dropdownSelect2MenuCategory
  .select2-results
  .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #23252d;
}
.dropdownSelect2MenuCategory
  .select2-results
  .select2-results__options
  .select2-results__option:hover {
  background-color: #f07922;
}
.dropdownSelect2MenuCategory
  .select2-results
  .select2-results__option--selectable {
  font-weight: 600;
}
.dropdownSelect2MenuCategory
  .select2-results
  .select2-results__option--group
  .select2-results__option--selectable {
  font-weight: 400;
}
.dropdownSelect2MenuCategory
  .select2-results
  .select2-results__option--group
  strong {
  display: none;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f07922;
}

@media only screen and (max-width: 576px) {
  .select2-container--open .select2-dropdown {
    left: -47px;
  }
}

.rate {
  position: relative;
  float: left;
  height: auto;
}

.rate label {
  position: relative;
  top: -2px;
}

.rate span {
  font-size: 14px;
  color: black;
  float: right;
}

.rate:not(:checked) > input {
  position: absolute;
  display: none;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 40px;
  color: #231f20;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .rate:not(:checked) > label {
    font-size: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .rate:not(:checked) > label {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .rate:not(:checked) > label {
    font-size: 24px;
  }
}

.rate:not(:checked) > label:first-child {
  margin-left: 0;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate:not(:checked) > label:hover {
  color: #deb217;
}

.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked ~ label {
  color: #deb217;
}

.rate > input:checked ~ label:hover {
  color: #deb217;
}

.rate > input:checked ~ label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover {
  color: #deb217;
}

.rate > input:checked + label:hover ~ label {
  color: #deb217;
}

.rate > label:hover ~ input:checked ~ label {
  color: #deb217;
}

.wrapStar svg {
  width: 27px;
  height: 27px;
}

.wrapShare {
  display: flex;
  align-items: center;
  z-index: 10;
}
.wrapShare .titleShare {
  margin-right: 15px;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
}
.wrapShare .st-btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapShare .st-btn.copied {
  pointer-events: none;
  background-color: #16a34a !important;
}
.wrapShare .st-btn > svg {
  display: inline-block;
  color: white;
}
.wrapShare .st-btn[data-network='zalo'] {
  padding: 0 3px !important;
  min-width: 36px;
}
.wrapShare .zalo-share-button {
  height: 100%;
  position: relative;
}
.wrapShare .zalo-share-button::before {
  -webkit-animation: button-loading-spinner 0.7s linear infinite;
  animation: button-loading-spinner 1s linear infinite;
  border: 3px solid;
  border-color: #fff #fff transparent;
  border-radius: 50%;
  content: '';
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: none;
  pointer-events: none;
}
.wrapShare .share-inline-share-buttons {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .wrapShare {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .wrapShare {
    margin-top: 20px;
  }
  .wrapShare .titleShare {
    font-size: 14px;
  }
}

@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
.st-close span {
  display: none;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .st-close {
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px !important;
  }
  .st-close span {
    display: block;
  }
  .st-close svg {
    display: none;
  }
}

.showTextDetail > * {
  font-size: 16px;
  color: #23252d;
  text-align: justify;
  overflow-x: auto;
  font-weight: 500;
}

.showTextDetail h1,
.showTextDetail h2 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .showTextDetail h1,
  .showTextDetail h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .showTextDetail h1,
  .showTextDetail h2 {
    font-size: 16px;
  }
}

.showTextDetail h3,
.showTextDetail h4,
.showTextDetail h5,
.showTextDetail h6 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .showTextDetail h3,
  .showTextDetail h4,
  .showTextDetail h5,
  .showTextDetail h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .showTextDetail h3,
  .showTextDetail h4,
  .showTextDetail h5,
  .showTextDetail h6 {
    font-size: 14px;
  }
}

.showTextDetail table {
  width: 100%;
  border-collapse: collapse;
}

.showTextDetail table td {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
}

.showTextDetail > * {
  margin: 0 0 15px 0;
}

.showTextDetail img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow-x: hidden;
}

.showTextDetail a {
  color: #592b1c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.showTextDetail a:hover {
  color: #23252d;
}

.showTextDetail > *:last-child {
  margin-bottom: 0;
}

.wrapTable {
  margin-bottom: 30px;
}
.wrapTable table {
  width: 100%;
  border-collapse: collapse;
}
.wrapTable table td {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
}
.wrapTable table th {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
  white-space: nowrap;
  background-color: #f6f4f0;
}
.wrapTable .wrapProduct .wrapImage {
  max-width: 150px;
}
@media only screen and (max-width: 768px) {
  .wrapTable .wrapProduct .wrapImage {
    float: right;
  }
}
@media only screen and (max-width: 576px) {
  .wrapTable .wrapProduct .wrapImage {
    max-width: 80px;
  }
}
.wrapTable .wrapProduct .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapTable .wrapProduct .wrapText {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .wrapTable .wrapProduct .wrapText {
    align-items: end;
  }
}
.wrapTable .wrapProduct .wrapText .name {
  font-size: 16px;
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .wrapTable .wrapProduct .wrapText .name {
    max-width: 200px;
  }
}
.wrapTable .formItem .form-control {
  width: 80px;
}
.wrapTable .btn-deleted {
  padding: 10px;
  border-radius: 10px;
  background-color: #f07922;
  border: 1px solid #f07922;
  transition: 0.3s;
}
.wrapTable .btn-deleted svg {
  stroke: #fff;
}
.wrapTable .btn-deleted:hover {
  background-color: transparent;
}
.wrapTable .btn-deleted:hover svg {
  stroke: #f07922;
}
.wrapTable .CartTotalTd .heading {
  font-size: 30px;
}
@media only screen and (max-width: 450px) {
  .wrapTable .CartTotalTd .heading {
    font-size: 25px;
  }
}
.wrapTable .CartTotalTd .wrapCartTotal {
  display: flex;
  flex-direction: column;
}
.wrapTable .CartTotalTd .wrapCartTotal .text-danger {
  color: #dc2626;
  font-weight: 600;
}
.wrapTable .CartTotalTd .wrapCartTotal .text-price {
  font-weight: bold;
  color: #f07922;
}
@media only screen and (max-width: 768px) {
  .wrapTable table {
    border: 0;
  }
  .wrapTable table caption {
    font-size: 1.3em;
  }
  .wrapTable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .wrapTable table tr {
    border: 1px solid #cbd5e1;
    display: block;
    margin-bottom: 0.625em;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
  }
  .wrapTable table td {
    border: unset;
    border-bottom: 1px solid #cbd5e1;
    display: block;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .wrapTable table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f07922;
    font-size: 14px;
  }
  .wrapTable table td:last-child {
    border-bottom: 0;
  }
}

.price-range-block {
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 25px 15px;
  background-color: #f6f4f0;
  border-radius: 15px;
}
.price-range-block .sliderText {
  width: 40%;
  margin-bottom: 30px;
  border-bottom: 2px solid red;
  padding: 10px 0 10px 0px;
  font-weight: bold;
}
.price-range-block .wrapList {
  display: flex;
  display: none;
}
.price-range-block .ui-slider-horizontal {
  height: 0.6em;
}
.price-range-block .ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
}
.price-range-block .ui-widget-header {
  background: #f07922;
}
.price-range-block .price-range-search {
  width: 40.5%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}
.price-range-block .price-range-field {
  width: 20%;
  min-width: 16%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  border-radius: 5px;
  height: 26px;
  padding: 5px;
}
.price-range-block .search-results-block {
  position: relative;
  display: block;
  clear: both;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.price-range-block .ui-state-active {
  background-color: #f07922;
  border: 1px solid #f07922;
}

.container-xl {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1800px) {
  .container-xl {
    padding: 0px 60px;
  }
}
@media only screen and (max-width: 1220px) {
  .container-xl {
    padding: 0px 15px;
  }
}

.container-xxl {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
  color: #23252d;
}
a:hover {
  color: #23252d;
}

p {
  margin-bottom: 10px;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffff;
  color: #23252d;
}

html::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
  background-color: #23252d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 158, 21, 0.25);
}

.form-check-input:focus {
  border-color: #f07922;
  box-shadow: 0 0 0 0.25rem rgba(250, 158, 21, 0.25) !important;
}

.form-select:focus {
  border-color: #f07922;
  box-shadow: 0 0 0 0.25rem rgba(250, 158, 21, 0.25) !important;
}

.wrapListFixed {
  position: fixed;
  bottom: 100px;
  left: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
}
.wrapListFixed .btn-action {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wrapBannerHero .wrapperSlider .swiper-pagination {
  top: 50%;
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 15px;
}
.wrapBannerHero .wrapperSlider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.wrapBannerHero
  .wrapperSlider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f07922;
}
@media only screen and (max-width: 1220px) {
  .wrapBannerHero .wrapperSlider .wrapImgResize.imgSpecial3 {
    padding-top: 56.25%;
  }
}
.wrapBannerHero .wrapperListCategoried {
  margin-top: -70px;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.wrapBannerHero .wrapperListCategoried .swiper-slide {
  height: auto;
}
.wrapBannerHero .wrapperListCategoried .swiperNavigationCustom {
  width: 35px;
  height: 35px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background-color: #f07922;
}
@media only screen and (max-width: 576px) {
  .wrapBannerHero .wrapperListCategoried .swiperNavigationCustom {
    display: none;
  }
}
.wrapBannerHero .wrapperListCategoried .swiperNavigationCustom::after {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.wrapBannerHero .wrapperListCategoried .swiperPaginationCustom {
  bottom: -5px;
}
@media only screen and (min-width: 577px) {
  .wrapBannerHero .wrapperListCategoried .swiperPaginationCustom {
    display: none;
  }
}
.wrapBannerHero
  .wrapperListCategoried
  .swiperPaginationCustom
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f07922;
}
@media only screen and (max-width: 1220px) {
  .wrapBannerHero .wrapperListCategoried {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapBannerHero .wrapperListCategoried {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapBannerHero .wrapperListCategoried .colItem {
    margin-bottom: 15px;
  }
}
.wrapBannerHero .wrapperListCategoried .sliderSwiperCategoried {
  padding: 32px 10px;
}
.wrapBannerHero .wrapperListCategoried .cardCategoried {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapBannerHero .wrapperListCategoried .cardCategoried:hover {
  transform: translateY(-10px);
}
.wrapBannerHero .wrapperListCategoried .cardCategoried .title {
  margin-bottom: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 576px) {
  .wrapBannerHero .wrapperListCategoried .cardCategoried .title {
    font-size: 14px;
  }
}
.wrapBannerHero .wrapperListCategoried .cardCategoried .wrapImage {
  margin: auto;
  margin-bottom: 0;
  max-width: 150px;
}
@media only screen and (max-width: 576px) {
  .wrapBannerHero .wrapperListCategoried .cardCategoried .wrapImage {
    max-width: 100px;
  }
}
.wrapBannerHero .wrapperListCategoried .cardCategoried .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.wrapSectionFavouriteAndNews {
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrapSectionFavouriteAndNews {
    margin-bottom: 15px;
  }
}
.wrapSectionFavouriteAndNews .listProductNews {
  padding: 15px;
  border: 2px solid #f07922;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .wrapSectionFavouriteAndNews .listProductNews {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapSectionFavouriteAndNews .listProductNews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}
.wrapSectionFavouriteAndNews .listProductNews .wrapCardNews {
  display: block;
  margin-bottom: 15px;
}
.wrapSectionFavouriteAndNews .listProductNews .wrapCardNews .wrapImage {
  max-width: 84px;
}
.wrapSectionFavouriteAndNews
  .listProductNews
  .wrapCardNews
  .wrapContent
  .title {
  font-size: 14px;
}
.wrapSectionFavouriteAndNews .listProductNews .wrapCardNews .wrapContent .text {
  font-weight: 600;
  color: #f07922;
}
.wrapSectionFavouriteAndNews .listProductFavourite .colItem {
  margin-bottom: 25px;
}

.wrapBlogNews {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .wrapBlogNews {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapBlogNews .btn-link {
    padding: 4px 10px;
    font-size: 12px;
    gap: 0;
  }
}
.wrapBlogNews .wrapMainBlog {
  margin-bottom: 25px;
}
.wrapBlogNews .wrapMainBlog .wrapImgResize {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrapBlogNews .wrapMainBlog .wrapImgResize {
    margin-bottom: 15px;
  }
}
.wrapBlogNews .wrapMainBlog .wrapContentText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.wrapBlogNews .wrapMainBlog .wrapContentText .wrapTitle {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .wrapBlogNews .wrapMainBlog .wrapContentText .wrapTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapBlogNews .colItemThumBlogs {
    margin-bottom: 25px;
  }
}

.wrapListCategories {
  margin-bottom: 60px;
}
.wrapListCategories .categoriesList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .wrapListCategories .categoriesList {
    grid-template-columns: 1fr 1fr;
  }
}
.wrapListCategories .categoriesList .categoryItem {
  padding: 15px;
  transition: 0.3s;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.wrapListCategories .categoriesList .categoryItem:hover {
  transform: translateY(-10px);
}
.wrapListCategories .categoriesList .categoryItem .title {
  font-size: 18px;
}
.wrapListCategories .categoriesList .categoryItem .wrapImage {
  max-width: 100%;
  margin-bottom: 10px;
}

.wrapNewsletter {
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.wrapNewsletter .wrapContent .wrapLeft {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
.wrapNewsletter .wrapContent .wrapLeft .title {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapNewsletter .wrapContent .wrapLeft .title svg {
  width: 35px;
  height: 35px;
  stroke: #f07922;
}
.wrapNewsletter .wrapContent .wrapLeft .input-group .btn {
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #f07922;
}
.wrapNewsletter .wrapContent .wrapLeft .input-group .btn:hover {
  background-color: transparent;
  color: #f07922;
}

.sliderSwiperClient .swiper-slide .wrapImageClient {
  display: block;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 5px;
  overflow: hidden;
}
.sliderSwiperClient .swiper-slide .wrapImageClient img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .sliderSwiperProductSale .swiperPaginationCustom {
    bottom: 5px !important;
  }
}
.sliderSwiperProductSale .headingSection {
  margin-bottom: 0px;
}
.sliderSwiperProductSale .wrapBgSaleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .sliderSwiperProductSale .wrapBgSaleContainer {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.sliderSwiperProductSale .wrapBgSaleContainer .wrapTimer {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: column;
}
.sliderSwiperProductSale .wrapBgSaleContainer .wrapTimer .text {
  font-weight: bold;
}
.sliderSwiperProductSale .wrapBgSaleContainer .wrapBlock {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sliderSwiperProductSale .wrapBgSaleContainer .wrapBlock .block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #f07922;
  border-radius: 5px;
  width: 80px;
  color: #f07922;
}
.sliderSwiperProductSale .wrapBgSaleContainer .wrapBlock .block .bottom {
  font-weight: 500;
}
.sliderSwiperProductSale .wrapBgSale {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProductSale .wrapBgSale {
    flex-direction: column;
  }
}
.sliderSwiperProductSale .wrapBgSale .wrapContent {
  display: flex;
  flex-direction: column;
}
.sliderSwiperProductSale .wrapBgSale .wrapContent span {
  font-size: 18px;
  font-weight: 600;
}
.sliderSwiperProductSale .wrapBgSale .wrapImage {
  max-width: 200px;
}
.sliderSwiperProductSale .wrapBgSale .wrapImage img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
.sliderSwiperProductSale .wrapContentBottom {
  padding: 15px 0px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.sliderSwiperProductSale .wrapContentBottom span {
  font-size: 18px;
  color: #f07922;
}
.sliderSwiperProductSale .wrapHeadingSale {
  background: #f07922;
  position: relative;
  padding-left: 9px;
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
}
.sliderSwiperProductSale .wrapHeadingSale .heading {
  margin-bottom: 0;
  width: auto;
  height: 47px;
  padding-left: 16px;
  padding-right: 8px;
  position: relative;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.sliderSwiperProductSale .wrapHeadingSale .heading::after {
  content: '';
  width: 25px;
  height: 26px;
  position: absolute;
  z-index: 0;
  top: 51%;
  right: -27.5px;
  transform: rotate(0deg) translateY(-50%);
  border-top: 46px solid transparent;
  border-left: 30.3px solid #f07922;
}
.sliderSwiperProductSale .sliderSwiperProductSale {
  border: 2px solid #f07922;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.sliderSwiperProductSale_v2 .title {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .sliderSwiperProductSale_v2 .title {
    white-space: normal;
    font-size: 18px;
  }
}
.sliderSwiperProductSale_v2 .headingSection {
  margin-bottom: 15px;
}
.sliderSwiperProductSale_v2 .wrapperTop {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
@media only screen and (max-width: 1220px) {
  .sliderSwiperProductSale_v2 .wrapperTop {
    flex-wrap: wrap;
  }
}
.sliderSwiperProductSale_v2 .wrapperTop .wrapFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProductSale_v2 .wrapperTop .wrapFlex .btn-link {
    padding: 3px 10px;
    font-size: 10px;
    gap: 0px;
  }
}
.sliderSwiperProductSale_v2 .wrapperTop .wrapList {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .sliderSwiperProductSale_v2 .wrapperTop .wrapList {
    gap: 5px;
  }
}
.sliderSwiperProductSale_v2 .wrapperTop .wrapList .blockTime {
  padding: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #f07922;
  width: 60px;
  height: 60px;
  color: #f07922;
}
@media only screen and (max-width: 768px) {
  .sliderSwiperProductSale_v2 .wrapperTop .wrapList .blockTime {
    width: 40px;
    height: auto;
    font-size: 10px;
  }
}
.sliderSwiperProductSale_v2 .wrapperTop .wrapList .blockTime .title {
  font-weight: 500;
}
.sliderSwiperProductSale_v2 .wrapperTop .wrapList .blockTime .bottom {
  font-weight: bold;
}
.sliderSwiperProductSale_v2 .wrapperTop .wrapList .dot {
  font-weight: bold;
  font-size: 20px;
  color: #f07922;
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProductSale_v2 .wrapperTop .wrapList .dot {
    font-size: 16px;
  }
}
.sliderSwiperProductSale_v2 .wrapHeadingSale {
  display: flex;
  align-items: center;
}
.sliderSwiperProductSale_v2 .wrapHeadingSale .wrapImage {
  max-width: 100px;
}
.sliderSwiperProductSale_v2 .wrapHeadingSale .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.sliderSwiperProductSale_v2 .wrapHeadingSale .title {
  font-size: 32px;
}
@media only screen and (max-width: 576px) {
  .sliderSwiperProductSale_v2 .wrapHeadingSale .title {
    font-size: 24px;
  }
}
.sliderSwiperProductSale_v2 .wrapListProduct {
  background-color: #f6f4f0;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
}
.sliderSwiperProductSale_v2 .wrapCardProduct_v1 {
  position: relative;
  overflow: unset;
}
.sliderSwiperProductSale_v2 .wrapCardProduct_v1 .wrapContent {
  display: flex;
  flex-direction: column;
}
.sliderSwiperProductSale_v2 .wrapCardProduct_v1 .sale {
  text-decoration: line-through;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
}
.sliderSwiperProductSale_v2 .wrapCardProduct_v1 .bg-sale {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 100"><title>Asset 1</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><image width="256" height="100" xlink:href="data:image/png;base64,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"/></g></g></svg>')
    50% no-repeat;
  height: 31px;
  left: -5px;
  position: absolute;
  top: -1px;
  width: 80px;
  z-index: 99;
  color: #fff;
  font-size: 14px;
}
.sliderSwiperProductSale_v2 .wrapCardProduct_v1 .bg-sale span {
  position: relative;
  left: 5px;
  top: 2px;
}

@-webkit-keyframes blink {
  0% {
    color: transparent;
    text-shadow: 0 0 5px #f07922;
  }
  50% {
    color: #f07922;
    text-shadow: none;
  }
  100% {
    color: transparent;
    -webkit-text-stroke: 2px #f07922;
  }
}

@keyframes blink {
  0% {
    color: transparent;
    text-shadow: 0 0 5px #f07922;
  }
  50% {
    color: #f07922;
    text-shadow: none;
  }
  100% {
    color: transparent;
    -webkit-text-stroke: 2px #f07922;
  }
}
.blinking-text {
  font-weight: bold;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  margin-left: 5px;
}

body.showMenuFilter {
  overflow: hidden;
}

@media only screen and (max-width: 1220px) {
  body.showMenuFilter .wrapFilterCategories {
    left: 0;
    opacity: 1;
  }
}

@media only screen and (max-width: 1220px) {
  body.showMenuFilter .modalMenuCategories {
    right: 0;
    opacity: 1;
  }
}

.modalMenuCategories {
  position: fixed;
  z-index: 9990;
  width: 100vw;
  top: 0;
  right: -100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.4s;
}

.wrapFilterCategories {
  padding: 15px;
  border: 1px solid #f07922;
  border-radius: 15px;
}
.wrapFilterCategories .wrapCloseBtn {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .wrapFilterCategories .wrapCloseBtn {
    display: block;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: red;
  }
  .wrapFilterCategories .wrapCloseBtn svg {
    stroke: #fff;
  }
}
.wrapFilterCategories .wrapFilterCategoriesList {
  overflow-y: auto;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .wrapFilterCategories .wrapFilterCategoriesList {
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapFilterCategories {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding-right: 0px;
    opacity: 0;
    transition: 0.4s;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.wrapFilterCategories .wrapListCheck .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.wrapFilterCategories .wrapListCheck .form-check .form-check-input {
  width: 20px;
  height: 20px;
}
.wrapFilterCategories .wrapListCheck .form-check .form-check-input:checked {
  background-color: #f07922;
  border-color: #f07922;
}
.wrapFilterCategories .wrapListCheck .form-check .wrapImage {
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100px;
}
@media only screen and (max-width: 992px) {
  .wrapFilterCategories .wrapListCheck .form-check .wrapImage {
    max-width: 80px;
  }
}
.wrapFilterCategories .wrapListCheck .form-check .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.cardFilter {
  margin-bottom: 25px;
}
.cardFilter .form-check-input {
  width: 20px;
  height: 20px;
}
.cardFilter .form-check-input:checked {
  background-color: #f07922;
  border-color: #f07922;
}
.cardFilter .listItems {
  margin-bottom: 7px;
}
.cardFilter .listItems .form-check {
  display: flex;
  align-items: center;
  gap: 7px;
}
.cardFilter .listItems .text {
  position: relative;
  top: 3px;
}
.cardFilter .wrapHeadingSection.cardHeading {
  position: relative;
  cursor: pointer;
}
.cardFilter .wrapHeadingSection.cardHeading .styleText::after {
  width: 100%;
  max-width: unset;
}
.cardFilter .wrapHeadingSection.cardHeading .acctionToogle {
  position: absolute;
  top: 0;
  right: 0;
}
.cardFilter .wrapHeadingSection.cardHeading .acctionToogle .icon-add {
  display: none;
}
.cardFilter .wrapHeadingSection.cardHeading .acctionToogle .icon-rectangle {
  display: block;
}
.cardFilter .wrapHeadingSection.cardHeading .acctionToogle.close .icon-add {
  display: block;
}
.cardFilter
  .wrapHeadingSection.cardHeading
  .acctionToogle.close
  .icon-rectangle {
  display: none;
}
.cardFilter .wrapList {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  max-height: 270px;
  overflow-y: auto;
}
.cardFilter .wrapList::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.cardFilter .wrapList::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1220px) {
  .cardFilter .wrapList::-webkit-scrollbar {
    width: 5px;
  }
}
.cardFilter .wrapList::-webkit-scrollbar-thumb {
  background-color: #23252d;
}
.cardFilter .wrapListCategories .listItems a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border: 1px solid #f6f4f0;
  border-radius: 5px;
  background-color: #f6f4f0;
  transition: 0.3s;
}
.cardFilter .wrapListCategories .listItems a:hover {
  background-color: transparent;
  border: 1px solid #f07922;
}

.wrapTopActionCategories {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  background-color: #f6f4f0;
  border-radius: 10px;
  padding: 10px;
}
.wrapTopActionCategories .input-group .form-control {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
@media only screen and (max-width: 1220px) {
  .wrapTopActionCategories .input-group .form-control {
    border-radius: 0px !important;
  }
}
@media only screen and (max-width: 1650px) {
  .wrapTopActionCategories {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .wrapTopActionCategories {
    gap: 15px;
  }
}
.wrapTopActionCategories .wrapOpenBtn {
  background-color: #fff;
  border: 1px solid #f07922;
  color: #23252d !important;
  display: none;
}
@media only screen and (max-width: 1220px) {
  .wrapTopActionCategories .wrapOpenBtn {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.wrapTopActionCategories .wrapRight {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 1650px) {
  .wrapTopActionCategories .wrapRight {
    justify-content: space-between;
    width: 100%;
  }
}
.wrapTopActionCategories .wrapRight .optionCategories option {
  padding: 15px;
}
.wrapTopActionCategories .wrapRight .optionCategories option:hover {
  background-color: #f07922;
}
.wrapTopActionCategories .wrapRight .select2-container .select2-selection {
  height: 40px;
  display: flex;
  align-items: center;
}
.wrapTopActionCategories
  .wrapRight
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.wrapTopActionCategories .layoutViewList {
  display: flex;
  gap: 15px;
}
.wrapTopActionCategories .layoutViewList .btnView {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #f07922;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .wrapTopActionCategories .layoutViewList .btnView {
    font-size: 0px;
    gap: 0px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapTopActionCategories .layoutViewList .btnView {
    padding: 3px;
    gap: 0px;
  }
}
.wrapTopActionCategories .layoutViewList .btnView.active {
  background-color: #f07922;
  color: #fff;
}
.wrapTopActionCategories .layoutViewList .btnView.active svg {
  stroke: #fff;
}
@media only screen and (max-width: 1650px) {
  .wrapTopActionCategories .searchCategories {
    width: 100%;
  }
}
.wrapTopActionCategories .searchCategories .input-group .btn {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 450px) {
  .wrapTopActionCategories .searchCategories .input-group .btn {
    font-size: 0px;
  }
}
.wrapTopActionCategories .searchCategories .input-group .btn-search svg {
  stroke: #fff;
}
@media only screen and (max-width: 1220px) {
  .wrapTopActionCategories .searchCategories .input-group .form-control {
    border: 1px solid #f07922;
  }
}

.wrapListCategories .wrapCardProduct {
  display: flex;
  flex-direction: column;
}
.wrapListCategories .wrapCardProduct .bottomContent.ver2 {
  margin-top: auto;
}
@media only screen and (max-width: 450px) {
  .wrapListCategories .wrapCardProduct .bottomContent.ver2 .flex-center span {
    font-size: 12px;
  }
}
.wrapListCategories .wrapListPagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapListCategories .colItem {
  margin-bottom: 25px;
}
.wrapListCategories .wrapContentlist {
  display: none;
}
.wrapListCategories.list-product-list .wrapCardProduct {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 32px;
}
.wrapListCategories.list-product-list .wrapCardProduct .bottomContent.ver2 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrapListCategories.list-product-list .wrapCardProduct .wrapImageBlock {
    max-width: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapListCategories.list-product-list .wrapCardProduct .wrapImageBlock {
    width: 200px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wrapListCategories.list-product-list .wrapCardProduct {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .wrapListCategories.list-product-list .wrapCardProduct {
    gap: 5px;
  }
}
.wrapListCategories.list-product-list .wrapCardProduct .wrapContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapListCategories.list-product-list .wrapCardProduct .wrapContent .title {
  font-size: 18px;
  max-width: 400px;
}
.wrapListCategories.list-product-list .wrapCardProduct .wrapContent .price {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .wrapListCategories.list-product-list .wrapCardProduct .wrapContent .price {
    position: unset;
  }
}
.wrapListCategories.list-product-list .wrapCardProduct .wrapContentlist {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.wrapListCategories.list-product-list
  .wrapCardProduct
  .wrapContentlist
  .bottomContent {
  margin-top: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapListCategories.list-product-list
    .wrapCardProduct
    .wrapContentlist
    .bottomContent {
    margin-top: 0px;
  }
}
.wrapListCategories.list-product-list
  .wrapCardProduct
  .wrapContentlist
  .bottomContent
  svg.icon-heart {
  color: #f07922;
}
.wrapListCategories.list-product-list
  .wrapCardProduct
  .wrapContentlist
  .bottomContent
  .flex-center {
  transition: 0.3s;
}
.wrapListCategories.list-product-list
  .wrapCardProduct
  .wrapContentlist
  .bottomContent
  .flex-center:hover {
  color: #f07922;
}
@media only screen and (max-width: 450px) {
  .wrapListCategories.list-product-list
    .wrapCardProduct
    .wrapContentlist
    .wrapStart
    .flex-center {
    flex-direction: column;
    align-items: start;
  }
}
.wrapListCategories.list-product-list
  .wrapCardProduct
  .wrapContentlist
  .wrapStart
  svg {
  fill: #fcd34d;
}
.wrapListCategories.list-product-list
  .wrapCardProduct
  .wrapContentlist
  .wrapStart
  svg:last-child {
  fill: #cbd5e1;
  stroke: #23252d;
}
.wrapListCategories.list-product-list
  .wrapCardProduct
  .wrapContentlist
  .wrapStart
  span {
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1220px) {
  .wrapLayoutCategory .colItemListCategories {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .select2-container .select2PageCategories {
    left: 0 !important;
  }
}

.wrapContentInfoProduct {
  display: flex;
  flex-direction: column;
}
.wrapContentInfoProduct .wrapInfo .title {
  font-size: 24px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapContentInfoProduct .wrapInfo .title {
    font-size: 18px;
  }
}
.wrapContentInfoProduct .wrapInfo .desc {
  font-size: 18px;
  color: #f07922;
  max-width: 560px;
}
.wrapContentInfoProduct .wrapPrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapContentInfoProduct .wrapPrice .wrapTop {
  display: flex;
  flex-direction: column;
}
.wrapContentInfoProduct .wrapPrice .wrapTop .sale {
  text-decoration: line-through;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
}
.wrapContentInfoProduct .wrapPrice .price {
  color: #f07922;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 450px) {
  .wrapContentInfoProduct .wrapPrice .price {
    font-size: 18px;
  }
}
.wrapContentInfoProduct .wrapPrice .chip {
  padding: 5px 15px;
  border-radius: 24px;
  font-size: 18px;
}
@media only screen and (max-width: 576px) {
  .wrapContentInfoProduct .wrapPrice .chip {
    font-size: 14px;
  }
}
.wrapContentInfoProduct .wrapPrice .chip.success {
  border: 1px solid #16a34a;
  background-color: #bbf7d0;
  color: #16a34a;
}
.wrapContentInfoProduct .wrapPrice .chip.danger {
  border: 1px solid #f44336;
  background-color: #fecaca;
  color: #f44336;
}
.wrapContentInfoProduct .wrapSart {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrapContentInfoProduct .wrapBtnShare {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapContentInfoProduct .wrapBtnShare {
    flex-direction: column;
    align-items: start;
  }
}
.wrapContentInfoProduct .wrapEndow {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.wrapContentInfoProduct .wrapEndow .wrapImage {
  max-width: 25px;
}
.wrapContentInfoProduct .wrapEndow .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapContentInfoProduct .wrapEndow .text {
  font-size: 18px;
  position: relative;
  top: 5px;
}
.wrapContentInfoProduct .wrapEndow .listEndow {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 15px;
}
@media only screen and (max-width: 1800px) {
  .wrapContentInfoProduct .wrapEndow .listEndow {
    font-size: 14px;
  }
}
.wrapContentInfoProduct .wrapEndow .listEndow li::marker {
  color: #16a34a;
  font-size: 18px;
}
.wrapContentInfoProduct .quantityPurchased {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.wrapContentInfoProduct .quantityPurchased .btnActionQuantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  padding: 10px;
  border: 1px solid #23252d;
  border-radius: 35px;
}
.wrapContentInfoProduct .quantityPurchased .btnActionQuantity .totalQuantity {
  font-size: 18px;
  font-weight: 600;
}
.wrapContentInfoProduct .quantityPurchased .btnActionQuantity .btnAdd {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.wrapContentInfoProduct .quantityPurchased .btnActionQuantity .btnAdd:hover {
  background-color: #f07922;
}
.wrapContentInfoProduct
  .quantityPurchased
  .btnActionQuantity
  .btnAdd:hover
  svg {
  fill: #fff;
}
.wrapContentInfoProduct .quantityPurchased .btnActionQuantity .btnApartFrom {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.wrapContentInfoProduct
  .quantityPurchased
  .btnActionQuantity
  .btnApartFrom:hover {
  background-color: #f07922;
}
.wrapContentInfoProduct
  .quantityPurchased
  .btnActionQuantity
  .btnApartFrom:hover
  svg {
  fill: #fff;
}
.wrapContentInfoProduct .quantityPurchased .wrapRight {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .wrapContentInfoProduct .quantityPurchased .wrapRight .btn-link {
    font-size: 14px;
  }
}
.wrapContentInfoProduct .actionBtnPolicy {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.wrapContentInfoProduct .actionBtnPolicy .btn {
  background-color: #f6f4f0;
  transition: 0.3s;
}
.wrapContentInfoProduct .actionBtnPolicy .btn:hover {
  background-color: #f07922;
  color: #fff;
}
.wrapContentInfoProduct .actionBtnPolicy .btn:hover svg {
  stroke: #fff;
}
.wrapContentInfoProduct .wrapNote {
  padding: 10px;
  border-radius: 10px;
  background-color: #f6f4f0;
}
.wrapContentInfoProduct .wrapNote span {
  color: #f44336;
  font-weight: bold;
}

.wrapContainerLayoutProduct {
  margin-bottom: 60px;
}

.wrapListImageDetailSlider .wrapOpenGallery {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #f6f4f0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapListImageDetailSlider .wrapOpenGallery svg {
  stroke: #f07922;
  width: 35px;
  height: auto;
}
.wrapListImageDetailSlider .swiper-slide {
  cursor: pointer;
}
.wrapListImageDetailSlider .swiper-slide-thumb-active {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f07922;
}
.wrapListImageDetailSlider .CustomPagination {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f07922;
  background-color: #fff;
}
.wrapListImageDetailSlider .CustomPagination::after {
  font-size: 18px;
  color: #f07922;
  font-weight: bold;
}
.wrapListImageDetailSlider .mySwiperImageBottom {
  margin-bottom: 15px;
}
.wrapListImageDetailSlider .wrapBottomPhoneCall {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid #f6f4f0;
  background-color: #f6f4f0;
  padding: 15px 10px;
  width: 90%;
  margin: 15px auto;
}
@media only screen and (max-width: 1800px) {
  .wrapListImageDetailSlider .wrapBottomPhoneCall {
    width: 100%;
  }
}
@media only screen and (max-width: 1450px) {
  .wrapListImageDetailSlider .wrapBottomPhoneCall {
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapListImageDetailSlider .wrapBottomPhoneCall {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
.wrapListImageDetailSlider .wrapBottomPhoneCall .wrapIconPhone svg {
  width: 45px;
  height: auto;
  stroke: #f07922;
}
@media only screen and (max-width: 450px) {
  .wrapListImageDetailSlider .wrapBottomPhoneCall .wrapIconPhone svg {
    width: 30px;
  }
}
.wrapListImageDetailSlider .wrapBottomPhoneCall .wrapLeft {
  display: flex;
  gap: 5px;
}
.wrapListImageDetailSlider .wrapBottomPhoneCall .wrapLeft .wrapNumber {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1450px) {
  .wrapListImageDetailSlider .wrapBottomPhoneCall .wrapCallNow .btn-link {
    font-size: 12px;
  }
}
.wrapListImageDetailSlider .wrapNote {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f6f4f0;
}
.wrapListImageDetailSlider .wrapNote span {
  color: #f44336;
  font-weight: bold;
}

.wrapContentDetailDescription {
  margin-top: 60px;
  margin-bottom: 60px;
}
.wrapContentDetailDescription .nav-tabs {
  border-bottom: 1px solid #f07922;
}
.wrapContentDetailDescription .nav-tabs .nav-link {
  color: #23252d;
  font-weight: 600;
}
.wrapContentDetailDescription .nav-tabs .nav-link.active {
  color: #f07922;
  border-color: #f07922 #f07922 #fff;
}
.wrapContentDetailDescription .nav-tabs .nav-link:hover {
  color: #f07922;
  border-color: #f07922;
}
.wrapContentDetailDescription .tab-content {
  background-color: #fff !important;
}

@media only screen and (max-width: 1220px) {
  .modelFormDetail .modal-content {
    width: 98%;
    margin: 0 auto;
  }
}
.modelFormDetail .modal-body {
  overflow-x: hidden;
}
.modelFormDetail .modal-body .wrapContentTop {
  margin-bottom: 30px;
}
.modelFormDetail .modal-body .wrapContentTop .wrapImageLogo {
  max-width: 250px;
}
.modelFormDetail .modal-body .wrapContentTop .wrapImageLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1220px) {
  .modelFormDetail .modal-body .wrapContentTop .wrapContent .title {
    font-size: 18px;
  }
}
.modelFormDetail .modal-body .wrapContentTop .wrapContent span {
  white-space: nowrap;
}
.modelFormDetail .modal-body .wrapContentBottom .wrapHeading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.modelFormDetail .modal-body .wrapContentBottom .wrapTable {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .modelFormDetail .modal-body .wrapContentBottom .wrapTable {
    overflow-x: auto;
  }
}
.modelFormDetail .modal-body .wrapContentBottom .wrapTable table {
  width: 100%;
  border-collapse: collapse;
}
.modelFormDetail .modal-body .wrapContentBottom .wrapTable table td {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
}
.modelFormDetail .modal-body .wrapContentBottom .wrapTable table th {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
  white-space: nowrap;
  background-color: #f6f4f0;
}
.modelFormDetail .wrapNoteContent span {
  font-size: 18px;
}
.modelFormDetail .wrapNoteContent ul {
  list-style: none;
  padding-left: 0px;
  color: #ef4444;
}

.wrapFormLogin {
  flex: 1;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .wrapFormLogin {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wrapFormLogin .wrapBgImageHero {
  display: flex;
  position: absolute;
  top: 0;
  bottom: -18%;
  left: -10%;
  right: 50%;
  transform: translate(-5%);
}
@media only screen and (max-width: 992px) {
  .wrapFormLogin .wrapBgImageHero {
    width: 100%;
    left: 0;
    transform: unset;
  }
}
.wrapFormLogin .wrapBgImageHero img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
}
.wrapFormLogin .wrapHeading {
  margin-bottom: 15px;
}
.wrapFormLogin .wrapHeading .title {
  font-size: 24px;
  text-transform: uppercase;
}
.wrapFormLogin .wrapHeading .desc {
  font-size: 18px;
}
.wrapFormLogin .form-check-input:checked {
  background-color: #f07922;
  border-color: #f07922;
  width: 18px;
  height: 18px;
}
.wrapFormLogin .wrapFormControl {
  width: 75%;
  margin: 0px auto;
  padding: 15px;
  border-radius: 15px;
}
@media only screen and (max-width: 1220px) {
  .wrapFormLogin .wrapFormControl {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .wrapFormLogin .wrapFormControl {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #cbd5e1;
  }
}
@media only screen and (max-width: 576px) {
  .wrapFormLogin .wrapFormControl {
    width: 100%;
  }
}
.wrapFormLogin .wrapFormControl .form-divider {
  margin-top: 32px;
  margin-bottom: 32px;
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.wrapFormLogin .wrapFormControl .form-divider .divider-border {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 1px;
  background-color: #cbd5e1;
}
.wrapFormLogin .formLoginWithOauth .wrapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px;
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #cbd5e1;
}
.wrapFormLogin .wrapFormNewAccount {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapFormLogin .bg-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 16%;
  left: 0%;
  right: 0%;
}
.wrapFormLogin .bg-image-wrapper .bg-image {
  opacity: 1;
  filter: blur(0px);
  width: 1692px;
  position: absolute;
  bottom: 0;
  transform: translate(28%, 54%);
}
.wrapFormLogin .bg-image-wrapper img {
  width: 100%;
}

.wrapFormRegister .verificationForm {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapFormRegister .verificationForm .wrapImageCode {
  border: 1px solid #cbd5e1;
  height: 34px;
  border-radius: 5px;
  overflow: hidden;
}
.wrapFormRegister .verificationForm .wrapImageCode img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.wrapFormRegister .verificationForm .bnt-icon {
  cursor: pointer;
}
.wrapFormRegister .wrapBgImageHero {
  right: 55%;
}
@media only screen and (max-width: 1220px) {
  .wrapFormRegister .wrapBgImageHero {
    right: 60%;
  }
}
.wrapFormRegister .form-select {
  font-size: 1rem;
  padding-top: 7px;
  padding-bottom: 7px;
}

.wrapperContactPage {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrapperContactPage {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.wrapperContactPage .wrapperImagePosition {
  position: absolute;
  right: 0;
  bottom: -20%;
  z-index: -1;
}
.wrapperContactPage .wrapperImagePosition img {
  mix-blend-mode: multiply;
  opacity: 1;
}
.wrapperContactPage .wrapperContactInfo {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .wrapperContactPage .wrapperContactInfo {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapperContactPage .wrapperContactInfo .listContactInfo .colItem {
    margin-bottom: 25px;
  }
}
.wrapperContactPage .wrapperContactInfo .listContactInfo .infoItem {
  padding: 15px 30px;
  background: #f6f4f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
  text-align: center;
  transition: 0.4s;
  border-radius: 15px;
}
.wrapperContactPage .wrapperContactInfo .listContactInfo .infoItem:hover {
  transform: translateY(-10px);
}
.wrapperContactPage .wrapperContactInfo .listContactInfo .infoItem .title {
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
}
.wrapperContactPage .wrapperContactInfo .listContactInfo .infoItem .link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.wrapperContactPage
  .wrapperContactInfo
  .listContactInfo
  .infoItem
  .link
  .linkItem {
  transition: 0.4s;
}
.wrapperContactPage
  .wrapperContactInfo
  .listContactInfo
  .infoItem
  .link
  .linkItem:hover {
  color: #f07922;
}
.wrapperContactPage .wrapperContactInfo .listContactInfo .infoItem .icon {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
  background: #f07922;
  transform: skewX(-8deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .wrapperContactPage .wrapperContactInfo .listContactInfo .infoItem .icon {
    width: 40px;
    height: 40px;
  }
}
.wrapperContactPage .wrapperContactInfo .listContactInfo .infoItem .icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media only screen and (max-width: 576px) {
  .wrapperContactPage .wrapperContactInfo .listContactInfo .infoItem .icon svg {
    width: 20px;
    height: 20px;
  }
}
.wrapperContactPage .wrapperFormContact {
  position: relative;
  z-index: 10;
}
.wrapperContactPage .wrapperFormContact .wrapperRenderMap {
  margin-bottom: 25px;
}
.wrapperContactPage .wrapperFormContact .wrapperRenderMap .mapouter {
  position: relative;
  height: 550px;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapperContactPage .wrapperFormContact .wrapperRenderMap .mapouter {
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapperContactPage .wrapperFormContact .wrapperRenderMap .mapouter {
    height: 300px;
  }
}
.wrapperContactPage .wrapperFormContact .wrapperRenderMap .mapouter a {
  color: #fff !important;
  position: absolute !important;
  top: 0 !important;
  z-index: 0 !important;
}
.wrapperContactPage
  .wrapperFormContact
  .wrapperRenderMap
  .mapouter
  .gmap_canvas {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.wrapperContactPage
  .wrapperFormContact
  .wrapperRenderMap
  .mapouter
  .gmap_canvas
  iframe {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}
.wrapperContactPage .wrapperFormContact .wrapperTitle {
  margin-bottom: 15px;
}
.wrapperContactPage .wrapperFormContact .wrapperTitle .title {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  .wrapperContactPage .wrapperFormContact .wrapperTitle .title {
    font-size: 25px;
  }
}
.wrapperContactPage .wrapperFormContact .colItemForm {
  align-items: center;
  justify-content: center;
  display: flex;
}
.wrapperContactPage .wrapperFormContact .wrapperFormSubmit .formItem {
  margin-bottom: 30px;
  position: relative;
}
.wrapperContactPage .wrapperFormContact .wrapperFormSubmit .formItem .msgText {
  position: absolute;
  left: 3px;
  bottom: -24px;
}
.wrapperContactPage
  .wrapperFormContact
  .wrapperFormSubmit
  .formItem
  .inputItem {
  width: 100%;
  padding: 10px 15px;
}
.wrapperContactPage
  .wrapperFormContact
  .wrapperFormSubmit
  .formItem
  .inputItem.inputItemtarea {
  height: 180px;
}
.wrapperContactPage
  .wrapperFormContact
  .wrapperFormSubmit
  .wrapBtnSend
  .wrapperButton {
  display: inline-block !important;
}

.wrapDetailCardProduct {
  margin-bottom: 60px;
}
.wrapDetailCardProduct .list-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.wrapDetailCardProduct .list-action .btn-link {
  font-weight: 400;
}
.wrapDetailCardProduct .list-action .btn-link svg.box-icon {
  fill: white !important;
  stroke: unset;
}
.wrapDetailCardProduct .list-action .btn-link:hover svg.box-icon {
  fill: #f07922 !important;
}
.wrapDetailCardProduct .list-action .btn-link.style-3 {
  background-color: #15803d;
  border: 1px solid #15803d;
}
.wrapDetailCardProduct .list-action .btn-link.style-3:hover {
  color: #15803d;
  background-color: transparent;
}
.wrapDetailCardProduct .list-action .btn-link.style-3:hover svg {
  fill: #15803d !important;
}

@media only screen and (max-width: 768px) {
  .breadcrumbPageNewsDetail .wrapperBreadcrumbContent .titleGalleryPage {
    max-width: 500px;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 576px) {
  .breadcrumbPageNewsDetail .wrapperBreadcrumbContent .titleGalleryPage {
    font-size: 14px;
    max-width: 400px;
    margin: 10px auto;
  }
}

.wrapperNewsDetail {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail {
    padding-bottom: 30px;
  }
}
.wrapperNewsDetail .wrapperContentNewsDetail .wrapperImageBanner {
  position: relative;
  overflow: hidden;
}
.wrapperNewsDetail .wrapperContentNewsDetail .wrapperImageBanner .wrapperImage {
  text-align: center;
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperImage
  img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail
    .wrapperContentNewsDetail
    .wrapperImageBanner
    .wrapperContentText {
    padding: 15px 0px;
  }
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperText
  .title {
  font-size: 24px;
  color: #23252d;
  position: relative;
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperText
  .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #f07922;
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail
    .wrapperContentNewsDetail
    .wrapperImageBanner
    .wrapperContentText
    .wrapperText
    .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapperNewsDetail
    .wrapperContentNewsDetail
    .wrapperImageBanner
    .wrapperContentText
    .wrapperText
    .title {
    font-size: 16px;
  }
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperListBottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail
    .wrapperContentNewsDetail
    .wrapperImageBanner
    .wrapperContentText
    .wrapperListBottom {
    padding-top: 15px;
  }
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperListBottom
  .wrapBtnShare {
  margin-top: 0px;
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperListSocial {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail
    .wrapperContentNewsDetail
    .wrapperImageBanner
    .wrapperContentText
    .wrapperListSocial {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapperNewsDetail
    .wrapperContentNewsDetail
    .wrapperImageBanner
    .wrapperContentText
    .wrapperListSocial {
    gap: 15px;
  }
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperListSocial
  .wrapperItems {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperListSocial
  .wrapperItems
  .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperListSocial
  .wrapperItems
  .icon
  svg {
  fill: #f07922;
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapperListSocial
  .wrapperItems
  .text {
  font-weight: 500;
  color: #f07922;
  display: block;
}
@media only screen and (max-width: 576px) {
  .wrapperNewsDetail
    .wrapperContentNewsDetail
    .wrapperImageBanner
    .wrapperContentText
    .wrapperListSocial
    .wrapperItems
    .text {
    font-size: 14px;
  }
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapBtnShare {
  display: flex;
  margin-top: 15px;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail
    .wrapperContentNewsDetail
    .wrapperImageBanner
    .wrapperContentText
    .wrapBtnShare {
    margin-top: 10px;
  }
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapBtnShare
  .share {
  font-weight: bold;
  color: #23252d;
  display: block;
}
.wrapperNewsDetail
  .wrapperContentNewsDetail
  .wrapperImageBanner
  .wrapperContentText
  .wrapBtnShare
  .sharethis-inline-share-buttons {
  text-align: start;
  z-index: 100 !important;
}

.wrapperNewsDetail .wrapperPopularNews {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1220px) {
  .wrapperNewsDetail .wrapperPopularNews {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.wrapperNewsDetail .wrapperPopularNews .titleBlock {
  margin-bottom: 30px;
  font-size: 18px;
  position: relative;
  color: #23252d;
}
.wrapperNewsDetail .wrapperPopularNews .titleBlock::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #f07922;
}
.wrapperNewsDetail .wrapperPopularNews .colItem {
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .wrapperNewsDetail .wrapperPopularNews .colItem {
    margin-bottom: 15px;
  }
}
.wrapperNewsDetail .wrapperPopularNews .wrapperContentItems .wrapperItems {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail .wrapperPopularNews .wrapperContentItems .wrapperItems {
    grid-template-columns: 1fr;
  }
}
.wrapperNewsDetail
  .wrapperPopularNews
  .wrapperContentItems
  .wrapperItems
  .wrapperText {
  display: flex;
  flex-direction: column;
  padding: 0px 8px;
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail
    .wrapperPopularNews
    .wrapperContentItems
    .wrapperItems
    .wrapperText {
    padding: 8px;
  }
}
.wrapperNewsDetail
  .wrapperPopularNews
  .wrapperContentItems
  .wrapperItems
  .wrapperText
  .title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
  font-weight: 500;
}
@media only screen and (max-width: 1450px) {
  .wrapperNewsDetail
    .wrapperPopularNews
    .wrapperContentItems
    .wrapperItems
    .wrapperText
    .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapperNewsDetail
    .wrapperPopularNews
    .wrapperContentItems
    .wrapperItems
    .wrapperText
    .title {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail
    .wrapperPopularNews
    .wrapperContentItems
    .wrapperItems
    .wrapperText
    .title {
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapperNewsDetail
    .wrapperPopularNews
    .wrapperContentItems
    .wrapperItems
    .wrapperText
    .title {
    -webkit-line-clamp: 2;
  }
}
.wrapperNewsDetail
  .wrapperPopularNews
  .wrapperContentItems
  .wrapperItems
  .wrapperText
  .title
  a {
  display: block;
  text-decoration: none;
  color: #23252d;
  transition: 0.4s;
}
.wrapperNewsDetail
  .wrapperPopularNews
  .wrapperContentItems
  .wrapperItems
  .wrapperText
  .title
  a:hover {
  color: #f07922;
}
@media only screen and (max-width: 576px) {
  .wrapperNewsDetail
    .wrapperPopularNews
    .wrapperContentItems
    .wrapperItems
    .wrapperText
    .title
    a {
    font-size: 16px;
  }
}
.wrapperNewsDetail
  .wrapperPopularNews
  .wrapperContentItems
  .wrapperItems
  .wrapperText
  .wrapperDate {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 1450px) {
  .wrapperNewsDetail
    .wrapperPopularNews
    .wrapperContentItems
    .wrapperItems
    .wrapperText
    .wrapperDate {
    gap: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapperNewsDetail
    .wrapperPopularNews
    .wrapperContentItems
    .wrapperItems
    .wrapperText
    .wrapperDate {
    flex-direction: row;
    gap: 10px;
  }
}
.wrapperNewsDetail
  .wrapperPopularNews
  .wrapperContentItems
  .wrapperItems
  .wrapperText
  .wrapperDate
  .wrapItem {
  display: flex;
  gap: 5px;
  align-items: center;
}
.wrapperNewsDetail
  .wrapperPopularNews
  .wrapperContentItems
  .wrapperItems
  .wrapperText
  .wrapperDate
  .wrapItem
  svg {
  fill: #f07922;
  display: block;
  flex-shrink: 0;
  width: 20px;
}
.wrapperNewsDetail
  .wrapperPopularNews
  .wrapperContentItems
  .wrapperItems
  .wrapperText
  .wrapperDate
  span {
  font-weight: 500;
  color: #f07922;
}

.wrapperNewsDetail .wrapperPopularService {
  margin-bottom: 30px;
}
.wrapperNewsDetail .wrapperPopularService .titleBlock {
  margin-bottom: 30px;
  font-size: 18px;
  position: relative;
  color: #23252d;
}
.wrapperNewsDetail .wrapperPopularService .titleBlock::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #f07922;
}
.wrapperNewsDetail .wrapperPopularService .wrapperList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding-left: 0px;
}
.wrapperNewsDetail .wrapperPopularService .wrapperList .link {
  color: #23252d;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  border: 1px solid #f07922;
  transition: 0.4s;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 576px) {
  .wrapperNewsDetail .wrapperPopularService .wrapperList .link {
    font-size: 16px;
  }
}
.wrapperNewsDetail .wrapperPopularService .wrapperList .link:hover {
  background-color: #f07922;
  color: #fff !important;
}

.wrapListProductSaleNews .titleBlock {
  margin-bottom: 30px;
  font-size: 18px;
  position: relative;
  color: #23252d;
}
.wrapListProductSaleNews .titleBlock::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #f07922;
}
.wrapListProductSaleNews .wrapList .wrapIems {
  position: relative;
  padding: 10px 5px;
  margin-bottom: 5px;
  display: block;
}
.wrapListProductSaleNews .wrapList .wrapIems .bg-sale {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 100"><title>Asset 1</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><image width="256" height="100" xlink:href="data:image/png;base64,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"/></g></g></svg>')
    50% no-repeat;
  height: 31px;
  left: -5px;
  position: absolute;
  top: -1px;
  width: 80px;
  z-index: 99;
  color: #fff;
  font-size: 14px;
}
.wrapListProductSaleNews .wrapList .wrapIems .bg-sale span {
  position: relative;
  left: 5px;
  top: 2px;
}
.wrapListProductSaleNews .wrapList .wrapIems .wrapimage {
  max-width: 300px;
}
.wrapListProductSaleNews .wrapList .wrapIems .wrapimage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapListProductSaleNews .wrapList .wrapIems .wrapText {
  display: flex;
  flex-direction: column;
}
.wrapListProductSaleNews .wrapList .wrapIems .wrapText .title {
  font-size: 16px;
  font-weight: 500;
}
.wrapListProductSaleNews .wrapList .wrapIems .wrapText .price {
  font-weight: bold;
  color: #f07922;
}
.wrapListProductSaleNews .wrapList .wrapIems .wrapText .sale {
  text-decoration: line-through;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
}

.wrapListnews .colItemThumBlogs {
  margin-bottom: 25px;
}
.wrapListnews .wrapListPagination {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.wrapCheckoutPayment {
  margin-bottom: 60px;
}
.wrapCheckoutPayment .progress-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: transparent;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: unset;
}
.wrapCheckoutPayment .progress {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #f07922;
  z-index: 2;
  transition: width 0.3s ease;
}
.wrapCheckoutPayment .progress-gray {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #cbd5e1;
  z-index: 1;
  transition: width 0.3s ease;
}
.wrapCheckoutPayment .progress-steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  font-weight: bold;
}
.wrapCheckoutPayment .progress-step {
  width: 40px;
  height: 40px;
  background-color: #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 450px) {
  .wrapCheckoutPayment .progress-step {
    width: 30px;
    height: 30px;
  }
}
.wrapCheckoutPayment .progress-step.active {
  background-color: #f07922;
  color: #fff;
}
.wrapCheckoutPayment .progress-step::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10;
}
.wrapCheckoutPayment .progress-step.active::after {
  width: 150%;
  height: 150%;
  background-color: rgba(240, 121, 34, 0.2);
}

@media only screen and (max-width: 576px) {
  #step-2 .wrapListAction {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 7px 15px;
  }
  #step-2 .wrapListAction .btn-link {
    font-size: 12px;
  }
}

.wrapCheckoutPayment .wrapContainerPayment .stepper {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
@media only screen and (max-width: 450px) {
  .wrapCheckoutPayment .wrapContainerPayment .stepper {
    padding: 0px;
    border: none;
    background-image: none;
  }
}
.wrapCheckoutPayment .wrapContainerPayment .stepper .headingTop {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .stepper
  .headingTop.text-center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #f07922;
}
.wrapCheckoutPayment .wrapContainerPayment .stepper .headingTop.text-start {
  text-align: start;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .stepper
  .headingTop.text-start::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #f07922;
}
@media only screen and (max-width: 576px) {
  .wrapCheckoutPayment .wrapContainerPayment .stepper .headingTop {
    font-size: 18px;
  }
}
.wrapCheckoutPayment .wrapContainerPayment .stepper .form-info-payment {
  max-width: 600px;
  margin: auto;
  position: relative;
  z-index: 10;
  padding: 30px 0px;
  padding: 15px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .stepper
  .form-info-payment.form-info-payment-end {
  max-width: 100%;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .stepper
  .form-info-payment
  .inputItemtarea {
  height: 150px;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .stepper
  .form-info-payment
  .btn-link {
  margin-top: 25px;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .stepper
  .form-info-payment
  .btn-link-custom {
  background-color: #fff;
  color: #f07922;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .stepper
  .form-info-payment
  .btn-link-custom:hover {
  background-color: #f07922;
  color: #fff;
}
.wrapCheckoutPayment .wrapContainerPayment .step {
  display: none;
}
.wrapCheckoutPayment .wrapContainerPayment .step .wrapDetailCardProduct {
  margin-bottom: 0px;
  background-color: #fff;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .step
  .wrapDetailCardProduct
  .wrapTable {
  margin-bottom: 15px;
}
.wrapCheckoutPayment .wrapContainerPayment .step.active {
  display: block;
}
.wrapCheckoutPayment .wrapContainerPayment .wrapListCheck {
  padding: 15px;
}
@media only screen and (max-width: 450px) {
  .wrapCheckoutPayment .wrapContainerPayment .wrapListCheck {
    border: 1px solid #cbd5e1;
    margin-bottom: 30px;
    border-radius: 15px;
  }
}
.wrapCheckoutPayment .wrapContainerPayment .wrapListCheck .formItem {
  margin-bottom: 15px;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .wrapListCheck
  .formItem
  .form-check-input {
  width: 20px;
  height: 20px;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .wrapListCheck
  .formItem
  .form-check-input:checked {
  background-color: #f07922;
  border-color: #f07922;
}
.wrapCheckoutPayment
  .wrapContainerPayment
  .wrapListCheck
  .formItem
  .form-check-label {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
}
.wrapCheckoutPayment .wrapContainerPayment .wrapListCheck .formItem span {
  color: #23252d;
}
.wrapCheckoutPayment .wrapContainerPayment .wrapListAction {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wrapComputerConstruction {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1220px) {
  .wrapComputerConstruction {
    margin-bottom: 30px;
  }
}
.wrapComputerConstruction .wrapTopAttention {
  padding: 5px;
  margin-bottom: 25px;
}
.wrapComputerConstruction .wrapTopAttention span {
  color: #f07922;
  font-weight: 500;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapTop {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  background-color: #f6f4f0;
  border-radius: 15px;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapTop .wrapimage {
  max-width: 100px;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapTop .wrapimage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapTop .title {
  font-size: 24px;
  position: relative;
  top: 5px;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapslelectComponentType
  .wrapItem {
  padding: 10px 15px;
  border-radius: 15px;
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #cbd5e1;
  transition: 0.3s;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapslelectComponentType
  .wrapItem:hover {
  transform: translateX(-10px);
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapslelectComponentType
  .wrapItem
  .headingItem {
  margin-bottom: 15px;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapslelectComponentType
  .wrapItem
  .wrapLeft {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapslelectComponentType
  .wrapItem
  .wrapLeft
  .wrapImage {
  max-width: 100px;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapslelectComponentType
  .wrapItem
  .wrapLeft
  .wrapImage
  img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapslelectComponentType
  .wrapItem
  .wrapLeft
  .title {
  font-size: 16px;
  max-width: 400px;
  font-weight: 500;
}
@media only screen and (max-width: 450px) {
  .wrapComputerConstruction
    .wrapLayoutBuilding
    .wrapslelectComponentType
    .wrapItem
    .wrapLeft
    .title {
    font-size: 14px;
  }
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapslelectComponentType
  .wrapItem
  .wrapResultContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .wrapComputerConstruction
    .wrapLayoutBuilding
    .wrapslelectComponentType
    .wrapItem
    .wrapResultContent
    .wrapRight {
    position: relative;
    top: -14px;
  }
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapResutlCart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapResutlCart
  .wrapLeft
  .wrapImageCart {
  max-width: 80px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  overflow: hidden;
  padding: 5px;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapResutlCart
  .wrapLeft
  .wrapImageCart
  img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapResutlCart .wrapLeft span {
  font-weight: 500;
  max-width: 500px;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapResutlCart .wrapRight {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapResutlCart
  .wrapRight
  .btnDeleted {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 5px;
  background-color: #f6f4f0;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapResutlCart
  .wrapRight
  .flex-center {
  padding: 10px 15px;
  background-color: #f6f4f0;
  border-radius: 15px;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapResutlCart
  .wrapRight
  .wrapPrice {
  font-weight: 600;
  color: #ef4444;
  font-size: 18px;
}
@media only screen and (max-width: 450px) {
  .wrapComputerConstruction
    .wrapLayoutBuilding
    .wrapResutlCart
    .wrapRight
    .wrapPrice {
    font-size: 16px;
  }
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapResutlCart .wrapRight .sale {
  text-decoration: line-through;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapResutlCart
  .wrapRight
  .btnAdd {
  cursor: pointer;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapResutlCart
  .wrapRight
  .btnApartFrom {
  cursor: pointer;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapCardResult {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapCardResult .wrapTotal {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapCardResult
  .wrapTotal
  .title {
  font-size: 24px;
  font-weight: 600;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapCardResult
  .wrapTotal
  .center {
  padding: 0px 5px;
  background-color: #f6f4f0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapCardResult
  .wrapTotal
  .price {
  font-size: 24px;
  font-weight: 600;
  color: #ef4444;
}
.wrapComputerConstruction .wrapLayoutBuilding .wrapCardResult .wrapBottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapCardResult
  .wrapBottom
  .btn-link.style-2 {
  background-color: #fff;
  color: #f07922;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapCardResult
  .wrapBottom
  .btn-link.style-3 {
  background-color: #ef4444;
  border: 1px solid #ef4444;
}
.wrapComputerConstruction
  .wrapLayoutBuilding
  .wrapCardResult
  .wrapBottom
  .btn-link.style-3:hover {
  background-color: #fff;
  color: #ef4444;
}

.open-setting-build-v1 .select2-dropdown {
  left: 0;
}
@media only screen and (max-width: 992px) {
  .open-setting-build-v1 .modal-lg {
    max-width: 850px;
  }
}
.open-setting-build-v1 .modal-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.open-setting-build-v1 .modal-footer .wrapListPagination {
  display: flex;
  margin: auto;
  align-items: center;
}
.open-setting-build-v1 .cardListFilter .price-range-block {
  margin: 0px;
  padding: 12px 15px;
}
.open-setting-build-v1 .cardListFilter .price-range-block .price-filter-range {
  margin-bottom: 10px;
}
.open-setting-build-v1 .modal-body {
  padding: 0px;
}
.open-setting-build-v1 .modal-body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.open-setting-build-v1 .modal-body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.open-setting-build-v1 .modal-body::-webkit-scrollbar-thumb {
  background-color: #23252d;
  border-radius: 5px;
}
.open-setting-build-v1 .wrapContentFilter {
  width: 100%;
}
.open-setting-build-v1 .wrapContentFilter .wrapListOption {
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  max-width: 992px;
}
@media only screen and (min-width: 769px) {
  .open-setting-build-v1 .wrapContentFilter .wrapListOption {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1 .wrapContentFilter .wrapListOption {
    display: flex;
    padding-bottom: 5px;
  }
}
.open-setting-build-v1
  .wrapContentFilter
  .wrapListOption::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.open-setting-build-v1 .wrapContentFilter .wrapListOption::-webkit-scrollbar {
  height: 7px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.open-setting-build-v1
  .wrapContentFilter
  .wrapListOption::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  .open-setting-build-v1 .wrapContentFilter .wrapListOption .optionCategories {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1 .wrapContentFilter .wrapListOption .optionCategories {
    width: 100%;
  }
}
.open-setting-build-v1
  .wrapContentFilter
  .wrapListOption
  .optionCategories
  option {
  padding: 15px;
}
.open-setting-build-v1
  .wrapContentFilter
  .wrapListOption
  .optionCategories
  option:hover {
  background-color: #f07922;
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1
    .wrapContentFilter
    .wrapListOption
    .optionCategories:last-child {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .open-setting-build-v1 .wrapContentFilter .wrapListOption .select2-container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1 .wrapContentFilter .wrapListOption .select2-container {
    margin-right: 0px;
    width: 100% !important;
  }
}
.open-setting-build-v1
  .wrapContentFilter
  .wrapListOption
  .select2-container
  .select2-selection {
  height: 35px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .open-setting-build-v1
    .wrapContentFilter
    .wrapListOption
    .select2-container
    .select2-selection {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1
    .wrapContentFilter
    .wrapListOption
    .select2-container
    .select2-selection {
    width: 280px;
  }
}
.open-setting-build-v1
  .wrapContentFilter
  .wrapListOption
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.open-setting-build-v1 .wrapListProduct {
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1 .wrapListProduct {
    padding: 10px;
  }
}
.open-setting-build-v1 .wrapListProduct .wrapItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 15px;
  padding: 10px;
}
@media only screen and (max-width: 576px) {
  .open-setting-build-v1 .wrapListProduct .wrapItem {
    padding: 10px 5px;
  }
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapLeft {
  display: flex;
  align-items: center;
  gap: 10px;
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapRight {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1 .wrapListProduct .wrapItem .wrapRight {
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .open-setting-build-v1 .wrapListProduct .wrapItem .wrapRight {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapRight .sale {
  text-decoration: line-through;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapRight .price {
  color: #ef4444;
  font-size: 16px;
  font-weight: 500;
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapImage {
  max-width: 70px;
}
@media only screen and (max-width: 450px) {
  .open-setting-build-v1 .wrapListProduct .wrapItem .wrapImage {
    max-width: 50px;
  }
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapText {
  display: flex;
  flex-direction: column;
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapText .title {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 450px) {
  .open-setting-build-v1 .wrapListProduct .wrapItem .wrapText .title {
    font-size: 14px;
  }
}
.open-setting-build-v1 .wrapListProduct .wrapItem .wrapText .key {
  font-size: 14px;
}
@media only screen and (max-width: 450px) {
  .open-setting-build-v1 .wrapListProduct .wrapItem .wrapText .key {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1 .btn-link {
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 450px) {
  .open-setting-build-v1 .btn-link {
    font-size: 14px;
  }
}
.open-setting-build-v1 .wrapsearchFilter {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 993px) {
  .open-setting-build-v1 .wrapsearchFilter {
    position: absolute;
    top: 7px;
    right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .open-setting-build-v1 .wrapsearchFilter {
    width: 100%;
    display: block;
  }
}
.open-setting-build-v1 .wrapsearchFilter .searchCategories {
  display: flex;
  align-items: center;
  gap: 10px;
}
.open-setting-build-v1 .wrapsearchFilter .searchCategories .btn-search svg {
  stroke: #fff;
}
.open-setting-build-v1 .wrapsearchFilter .searchCategories .btn-close {
  opacity: 1;
  box-shadow: none;
}
@media only screen and (max-width: 992px) {
  .open-setting-build-v1 .wrapsearchFilter .searchCategories .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.open-setting-build-v1 .wrapListChecked {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1 .wrapListChecked {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .open-setting-build-v1 .wrapListChecked::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 5px;
  }
  .open-setting-build-v1 .wrapListChecked::-webkit-scrollbar {
    height: 7px;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
  .open-setting-build-v1 .wrapListChecked::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 5px;
  }
}
.open-setting-build-v1 .wrapListChecked span {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .open-setting-build-v1 .wrapListChecked span {
    display: none;
  }
}
.open-setting-build-v1 .wrapFilterCheckedStyle {
  position: relative;
}
.open-setting-build-v1 .wrapFilterCheckedStyle input {
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.open-setting-build-v1 .wrapFilterCheckedStyle input:checked + label {
  border-color: #f07922;
}
.open-setting-build-v1 .wrapFilterCheckedStyle input:checked + label:before {
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid #f07922;
  bottom: 0;
  content: '';
  position: absolute;
  right: -0.9375rem;
}
.open-setting-build-v1 .wrapFilterCheckedStyle input:checked + label::after {
  align-items: center;
  bottom: 0px;
  color: white;
  content: '??';
  display: flex;
  font-size: 0.5rem;
  height: 0.625rem;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
  width: 0.625rem;
}
.open-setting-build-v1 .wrapFilterCheckedStyle label {
  align-items: center;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  line-height: 20px;
  margin: 0;
  min-height: 34px;
  overflow: hidden;
  padding: 6px 8px;
  position: relative;
  white-space: nowrap;
}

.wrapProductCompare {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .wrapProductCompare {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapProductCompare .productCompareContainer {
    padding: 0px;
  }
}
.wrapProductCompare .wrapCompareTagMobible {
  margin-left: 15px;
}
.wrapProductCompare .wrapCompareTagMobible .wrapCartItem.wrapCompareTag {
  margin-bottom: 10px;
}
.wrapProductCompare .wrapBtnAddCompare {
  margin-left: 15px;
}
.wrapProductCompare .wrapBtnAddCompare .wrapPlusContent {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #f07922;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.wrapProductCompare .wrapBtnAddCompare .wrapPlusContent svg {
  fill: #fff;
}
.wrapProductCompare .wrapListCart {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: 1px solid #cbd5e1;
  margin-bottom: 25px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .wrapProductCompare .wrapListCart {
    display: flex;
  }
}
.wrapProductCompare .wrapListCart .wrapCartItem {
  border-left: 1px solid #cbd5e1;
  height: auto;
  width: 100%;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.wrapProductCompare .wrapListCart .wrapCartItem .wrapAction {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 576px) {
  .wrapProductCompare .wrapListCart .wrapCartItem .wrapAction .btn-link {
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .wrapProductCompare .wrapListCart .wrapCartItem .wrapAction .btn-link {
    font-size: 10px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .wrapProductCompare .wrapListCart .wrapCartItem .wrapAction {
    flex-direction: column;
  }
}
.wrapProductCompare .wrapListCart .wrapCartItem .wrapCloseCard {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.wrapProductCompare .wrapListCart .wrapCartItem .wrapCloseCard svg {
  width: 30px;
  height: auto;
}
@media only screen and (max-width: 450px) {
  .wrapProductCompare .wrapListCart .wrapCartItem .wrapCloseCard svg {
    width: 25px;
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  .wrapProductCompare .wrapListCart .wrapCartItem {
    padding: 5px;
    flex: 1 1 30%;
  }
}
.wrapProductCompare .wrapListCart .wrapCartItem .title {
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .wrapProductCompare .wrapListCart .wrapCartItem .title {
    font-size: 14px;
    font-weight: 400;
  }
}
.wrapProductCompare .wrapListCart .wrapCartItem .wrapImage {
  max-width: 150px;
}
@media only screen and (max-width: 450px) {
  .wrapProductCompare .wrapListCart .wrapCartItem .wrapImage {
    max-width: 90px;
  }
}
.wrapProductCompare .wrapListCart .wrapCartItem .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapProductCompare .wrapListCart .wrapPlusContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapProductCompare .wrapListCart .wrapPlusContent .wrapPlus {
  border: 2px dashed #f07922;
  border-radius: 3px;
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.wrapProductCompare .wrapListCart .wrapPlusContent .wrapPlus svg {
  fill: #f07922;
  width: 35px;
  height: auto;
}
.wrapProductCompare .wrapListCart .wrapPlusContent span {
  font-size: 18px;
  font-weight: 500;
}
.wrapProductCompare .wrapListCart.sticky-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 991;
}
.wrapProductCompare .wrapListCart.sticky-scroll .wrapCartItem {
  padding: 5px;
}
.wrapProductCompare .wrapListCart.sticky-scroll .wrapCartItem .title {
  font-size: 16px;
  padding: 0px 10px;
}
@media only screen and (max-width: 450px) {
  .wrapProductCompare .wrapListCart.sticky-scroll .wrapCartItem .title {
    font-size: 14px;
    padding: 0px;
  }
}
.wrapProductCompare .wrapListCart.sticky-scroll .wrapCartItem .wrapImage {
  max-width: 100px;
}
@media only screen and (max-width: 450px) {
  .wrapProductCompare .wrapListCart.sticky-scroll .wrapCartItem .wrapImage {
    max-width: 90px;
  }
}
.wrapProductCompare .wrapListInfomation {
  display: flex;
  flex-direction: column;
  border: 1px solid #cbd5e1;
}
.wrapProductCompare .wrapListInfomation .wrapCardItemInfo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #cbd5e1;
}
@media only screen and (max-width: 450px) {
  .wrapProductCompare .wrapListInfomation .wrapCardItemInfo .infoItem {
    font-size: 14px;
  }
}
.wrapProductCompare
  .wrapListInfomation
  .wrapCardItemInfo.wrapCardItemInfoCustomGrid {
  display: flex;
  flex-direction: column;
}
.wrapProductCompare
  .wrapListInfomation
  .wrapCardItemInfo.wrapCardItemInfoCustomGrid
  .wrapContentinfoDetail {
  display: grid;
  grid-template-columns: 1fr;
}
.wrapProductCompare
  .wrapListInfomation
  .wrapCardItemInfo.wrapCardItemInfoCustomGrid
  .wrapContentinfoDetail.item2 {
  grid-template-columns: 1fr 1fr;
}
.wrapProductCompare
  .wrapListInfomation
  .wrapCardItemInfo.wrapCardItemInfoCustomGrid
  .wrapContentinfoDetail.item3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.wrapProductCompare
  .wrapListInfomation
  .wrapCardItemInfo.wrapCardItemInfoCustomGrid
  .wrapContentinfoDetail
  .infoItem.infoDetail {
  border-top: 1px solid #cbd5e1;
  background-color: #f6f4f0;
  width: 100%;
  height: 100%;
}
.wrapProductCompare .wrapListInfomation .wrapCardItemInfo .infoItem {
  border-right: 1px solid #cbd5e1;
  padding: 10px;
}
.wrapProductCompare .wrapListInfomation .wrapCardItemInfo:last-child {
  border-bottom: 0;
}

.wrapLayoutQuote .wrapContentTop {
  padding-bottom: 25px;
  border-bottom: 1px solid #f07922;
  margin-bottom: 25px;
}
.wrapLayoutQuote .wrapContentTop .wrapImageLogo {
  max-width: 250px;
}
.wrapLayoutQuote .wrapContentTop .wrapImageLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .wrapLayoutQuote .wrapContentTop .wrapImageLogo {
    max-width: 150px;
  }
}
.wrapLayoutQuote .wrapContentTop .wrapContent .title {
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .wrapLayoutQuote .wrapContentTop .wrapContent .title {
    font-size: 18px;
  }
}
.wrapLayoutQuote .wrapContentBottom .wrapHeading {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
}
@media only screen and (max-width: 450px) {
  .wrapLayoutQuote .wrapContentBottom .wrapHeading {
    margin-bottom: 10px;
  }
}
.wrapLayoutQuote .wrapContentBottom .wrappInfomation {
  margin-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  .wrapLayoutQuote .wrapContentBottom .wrappInfomation {
    margin-bottom: 5px;
  }
}
.wrapLayoutQuote .wrapContentBottom .wrapTableConent .heading {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 450px) {
  .wrapLayoutQuote .wrapContentBottom .wrapTableConent .heading {
    font-size: 16px;
  }
}
.wrapLayoutQuote .wrapContentFooterAttention {
  margin-bottom: 60px;
}
.wrapLayoutQuote .wrapContentFooterAttention ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.wrapLayoutQuote .wrapContentFooterAttention ul li {
  color: #ef4444;
  font-weight: 500;
}
.wrapLayoutQuote .wrapHeadingBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto;
  text-align: center;
}
.wrapLayoutQuote .wrapHeadingBottom h3 {
  color: #f07922;
  font-size: 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 450px) {
  .wrapLayoutQuote .wrapHeadingBottom h3 {
    font-size: 18px;
  }
}
.wrapLayoutQuote .wrapHeadingBottom h3::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 200px;
  background-color: #f07922;
}
.wrapLayoutQuote .wrapperTbale {
  margin-bottom: 30px;
}
@media only screen and (max-width: 450px) {
  .wrapLayoutQuote .wrapperTbale {
    margin-bottom: 15px;
  }
}
.wrapLayoutQuote .wrapperTbale table {
  width: 100%;
  border-collapse: collapse;
}
.wrapLayoutQuote .wrapperTbale table td {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
}
.wrapLayoutQuote .wrapperTbale table th {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
  white-space: nowrap;
  background-color: #f6f4f0;
}
@media only screen and (max-width: 768px) {
  .wrapLayoutQuote .wrapperTbale table {
    border: 0;
  }
  .wrapLayoutQuote .wrapperTbale table caption {
    font-size: 1.3em;
  }
  .wrapLayoutQuote .wrapperTbale table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .wrapLayoutQuote .wrapperTbale table tr {
    border: 1px solid #cbd5e1;
    display: block;
    margin-bottom: 0.625em;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
  }
  .wrapLayoutQuote .wrapperTbale table td {
    border: unset;
    border-bottom: 1px solid #cbd5e1;
    display: block;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .wrapLayoutQuote .wrapperTbale table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f07922;
    font-size: 14px;
    padding-right: 5px;
  }
  .wrapLayoutQuote .wrapperTbale table td:last-child {
    border-bottom: 0;
  }
}
.wrapLayoutQuote .wrapList {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.wrapService {
  padding-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .wrapService {
    padding-bottom: 30px;
  }
}
.wrapService .wrapListService .wrapServiceItem {
  padding: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 15px;
}
.wrapService .wrapListService .wrapServiceItem .wrapImage {
  display: block;
  margin-bottom: 15px;
}

.wrapSearchPage {
  padding-bottom: 60px;
}
.wrapSearchPage .wrapTopSearch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 30px 0px;
}
.wrapSearchPage .wrapTopSearch .wrapHeading {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .wrapSearchPage .wrapTopSearch .wrapHeading {
    font-size: 18px;
  }
}
.wrapSearchPage .wrapTopSearch .inputControl {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.wrapSearchPage .wrapTopSearch .inputControl .input {
  padding: 7px 10px;
  border-radius: 7px;
  outline: none;
  border: 1px solid #cbd5e1;
  min-width: 500px;
}
@media only screen and (max-width: 768px) {
  .wrapSearchPage .wrapTopSearch .inputControl .input {
    min-width: unset;
    width: 100%;
  }
}
.wrapSearchPage .wrapTopSearch .btn-search {
  padding: 7px;
  border-radius: 7px;
  background-color: #f07922;
  color: #fff;
  white-space: nowrap;
}
.wrapSearchPage .wrapListSearchResult .wrapCardSearch {
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #cbd5e1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.wrapSearchPage .wrapListSearchResult .wrapCardSearch:hover {
  transform: translateY(-10px);
}
.wrapSearchPage .wrapListSearchResult .wrapCardSearch .wrapInfo {
  margin-top: auto;
}
.wrapSearchPage .wrapListSearchResult .wrapCardSearch .wrapImageCard {
  margin-bottom: 15px;
  position: relative;
}
.wrapSearchPage .wrapListSearchResult .wrapCardSearch .wrapImageCard .tags {
  position: absolute;
  top: 10px;
  z-index: 10;
  right: 10px;
  padding: 5px;
  background-color: #f07922;
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.wrapSearchPage
  .wrapListSearchResult
  .wrapCardSearch
  .wrapImageCard
  .wrapImage {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 56.25%;
  height: 100%;
}
.wrapSearchPage .wrapListPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.wrapPageProfile {
  padding-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile {
    padding: 30px 0px;
  }
}
.wrapPageProfile a:hover,
.wrapPageProfile a:focus {
  text-decoration: none;
  outline: none;
}
.wrapPageProfile .nav-item {
  width: 100%;
}
.wrapPageProfile .nav-pills {
  display: unset;
}
.wrapPageProfile .nav-link {
  color: black;
}
.wrapPageProfile .nav-link.active {
  background-color: #f07922 !important;
  color: white !important;
}
.wrapPageProfile .vertical-tab {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .wrapPageProfile .vertical-tab {
    grid-template-columns: 1fr;
  }
}
.wrapPageProfile .vertical-tab .nav-tabs {
  width: 100%;
  border: none;
  box-shadow: -6px 0 0 rgba(0, 0, 0, 0.1);
}
.wrapPageProfile .vertical-tab .nav-tabs li {
  float: none;
}
.wrapPageProfile .vertical-tab .nav-tabs li a {
  background: #ddd;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 10px 7px 9px;
  margin: 0 0 20px -10px;
  border-radius: 0 20px 20px 0;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.wrapPageProfile .vertical-tab .nav-tabs li a:hover,
.wrapPageProfile .vertical-tab .nav-tabs li.active a,
.wrapPageProfile .vertical-tab .nav-tabs li.active a:hover {
  color: #fff;
  background: #f07922;
  border: none;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.4);
}
.wrapPageProfile .vertical-tab .nav-tabs li a:before {
  content: '';
  background: linear-gradient(to top right, transparent 50%, #f07922 50%);
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.wrapPageProfile .vertical-tab .tab-content {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  padding: 0px 15px;
  min-height: 400px;
}
@media only screen and (max-width: 479px) {
  .wrapPageProfile .vertical-tab .nav-tabs {
    width: 100%;
    display: block;
  }
  .wrapPageProfile .vertical-tab .nav-tabs li a {
    padding: 10px 10px 9px;
    margin: 0 0 12px -10px;
  }
  .wrapPageProfile .vertical-tab .tab-content {
    font-size: 14px;
    display: block;
  }
}
.wrapPageProfile .wrapFormContent .wrapBtn {
  padding: 10px 15px;
  background-color: #f07922;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapPageProfile .wrapFormContent .heading {
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .wrapPageProfile .wrapFormContent .heading {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile .wrapFormContent .heading {
    font-size: 18px;
  }
}
.wrapPageProfile .wrapFormContent .wrapContentListOrder .ItemOderCart {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f6f4f0;
  border-radius: 10px;
  transition: 0.3s;
  display: block;
}
.wrapPageProfile .wrapFormContent .wrapContentListOrder .ItemOderCart:hover {
  transform: translateX(-3px);
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile
    .wrapFormContent
    .wrapContentListOrder
    .ItemOderCart
    .wrapBottom {
    flex-direction: column;
    align-items: start;
  }
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapLeft
  .wrapInfo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapLeft
  .wrapInfo
  span {
  font-size: 18px;
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapLeft
  .wrapDate {
  font-size: 18px;
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapRight
  .price {
  font-size: 18px;
  font-weight: 600;
  color: #ef4444;
}
.wrapPageProfile .wrapFormContent .wrapButton {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  padding: 20px 0px;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapTotalPrice {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapTotalPrice .Price {
  color: #ef4444;
  font-weight: 600;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapBtn .wrapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #f07922;
  color: white;
  border-radius: 10px;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapBtn .wrapBtn.style-1 {
  background-color: #ef4444;
}
.wrapPageProfile .wrapFormControl {
  margin-top: 15px;
}
.wrapPageProfile .wrapFormControl .colItem {
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile .wrapFormControl .colItem {
    margin-bottom: 20px;
  }
}
.wrapPageProfile .wrapFormControl .form-check {
  margin-top: -15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapPageProfile .wrapFormControl .form-check .form-check-input {
  margin-left: 0px;
}
.wrapPageProfile .wrapFormControl .form-check .form-check-label {
  position: relative;
  top: 3px;
  font-weight: 500;
}
.wrapPageProfile .wrapFormControl .wrapFormItem {
  position: relative;
}
.wrapPageProfile .wrapFormControl .wrapFormItem .form-control {
  height: 50px;
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile .wrapFormControl .wrapFormItem .form-control {
    height: 40px;
  }
}
.wrapPageProfile .wrapFormControl .wrapFormItem .wrapLable {
  position: absolute;
  left: 10px;
  top: -13px;
  background-color: white;
  font-weight: 600;
}
.wrapPageProfile .wrapFormControl .wrapFormItem .wrapLable label {
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
}
@media only screen and (max-width: 450px) {
  .wrapPageProfile .wrapFormControl .wrapFormItem .wrapLable label {
    font-size: 12px;
  }
}
.wrapPageProfile .wrapFormControl .inputItemtarea {
  min-height: 100px;
}
.wrapPageProfile .detail-product-info .wrapTopInfo {
  display: flex;
  align-items: start;
  gap: 3px;
  flex-direction: column;
}
.wrapPageProfile .detail-product-info .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.wrapPageProfile {
  padding-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile {
    padding: 30px 0px;
  }
}
.wrapPageProfile a:hover,
.wrapPageProfile a:focus {
  text-decoration: none;
  outline: none;
}
.wrapPageProfile .nav-item {
  width: 100%;
}
.wrapPageProfile .nav-pills {
  display: unset;
}
.wrapPageProfile .nav-link {
  color: black;
}
.wrapPageProfile .nav-link.active {
  background-color: #f07922 !important;
  color: white !important;
}
.wrapPageProfile .vertical-tab {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .wrapPageProfile .vertical-tab {
    grid-template-columns: 1fr;
  }
}
.wrapPageProfile .vertical-tab .nav-tabs {
  width: 100%;
  border: none;
  box-shadow: -6px 0 0 rgba(0, 0, 0, 0.1);
}
.wrapPageProfile .vertical-tab .nav-tabs li {
  float: none;
}
.wrapPageProfile .vertical-tab .nav-tabs li a {
  background: #ddd;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 10px 7px 9px;
  margin: 0 0 20px -10px;
  border-radius: 0 20px 20px 0;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.wrapPageProfile .vertical-tab .nav-tabs li a:hover,
.wrapPageProfile .vertical-tab .nav-tabs li.active a,
.wrapPageProfile .vertical-tab .nav-tabs li.active a:hover {
  color: #fff;
  background: #f07922;
  border: none;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.4);
}
.wrapPageProfile .vertical-tab .nav-tabs li a:before {
  content: '';
  background: linear-gradient(to top right, transparent 50%, #f07922 50%);
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.wrapPageProfile .vertical-tab .tab-content {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  padding: 0px 15px;
  min-height: 400px;
}
@media only screen and (max-width: 479px) {
  .wrapPageProfile .vertical-tab .nav-tabs {
    width: 100%;
    display: block;
  }
  .wrapPageProfile .vertical-tab .nav-tabs li a {
    padding: 10px 10px 9px;
    margin: 0 0 12px -10px;
  }
  .wrapPageProfile .vertical-tab .tab-content {
    font-size: 14px;
    display: block;
  }
}
.wrapPageProfile .wrapFormContent .wrapBtn {
  padding: 10px 15px;
  background-color: #f07922;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapPageProfile .wrapFormContent .heading {
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .wrapPageProfile .wrapFormContent .heading {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile .wrapFormContent .heading {
    font-size: 18px;
  }
}
.wrapPageProfile .wrapFormContent .wrapContentListOrder .ItemOderCart {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f6f4f0;
  border-radius: 10px;
  transition: 0.3s;
  display: block;
}
.wrapPageProfile .wrapFormContent .wrapContentListOrder .ItemOderCart:hover {
  transform: translateX(-3px);
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile
    .wrapFormContent
    .wrapContentListOrder
    .ItemOderCart
    .wrapBottom {
    flex-direction: column;
    align-items: start;
  }
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapLeft
  .wrapInfo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapLeft
  .wrapInfo
  span {
  font-size: 18px;
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapLeft
  .wrapDate {
  font-size: 18px;
}
.wrapPageProfile
  .wrapFormContent
  .wrapContentListOrder
  .ItemOderCart
  .wrapRight
  .price {
  font-size: 18px;
  font-weight: 600;
  color: #ef4444;
}
.wrapPageProfile .wrapFormContent .wrapButton {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  padding: 20px 0px;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapTotalPrice {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapTotalPrice .Price {
  color: #ef4444;
  font-weight: 600;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapBtn .wrapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #f07922;
  color: white;
  border-radius: 10px;
}
.wrapPageProfile .wrapFormContent .wrapButton .wrapBtn .wrapBtn.style-1 {
  background-color: #ef4444;
}
.wrapPageProfile .wrapFormControl {
  margin-top: 15px;
}
.wrapPageProfile .wrapFormControl .colItem {
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile .wrapFormControl .colItem {
    margin-bottom: 20px;
  }
}
.wrapPageProfile .wrapFormControl .form-check {
  margin-top: -15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapPageProfile .wrapFormControl .form-check .form-check-input {
  margin-left: 0px;
}
.wrapPageProfile .wrapFormControl .form-check .form-check-label {
  position: relative;
  top: 3px;
  font-weight: 500;
}
.wrapPageProfile .wrapFormControl .wrapFormItem {
  position: relative;
}
.wrapPageProfile .wrapFormControl .wrapFormItem .form-control {
  height: 50px;
}
@media only screen and (max-width: 576px) {
  .wrapPageProfile .wrapFormControl .wrapFormItem .form-control {
    height: 40px;
  }
}
.wrapPageProfile .wrapFormControl .wrapFormItem .wrapLable {
  position: absolute;
  left: 10px;
  top: -13px;
  background-color: white;
  font-weight: 600;
}
.wrapPageProfile .wrapFormControl .wrapFormItem .wrapLable label {
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
}
@media only screen and (max-width: 450px) {
  .wrapPageProfile .wrapFormControl .wrapFormItem .wrapLable label {
    font-size: 12px;
  }
}
.wrapPageProfile .wrapFormControl .inputItemtarea {
  min-height: 100px;
}
.wrapPageProfile .detail-product-info .wrapTopInfo {
  display: flex;
  align-items: start;
  gap: 3px;
  flex-direction: column;
}
.wrapPageProfile .detail-product-info .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.wrapDetailOrderProduct .wrapperTbale {
  margin-bottom: 30px;
}
@media only screen and (max-width: 450px) {
  .wrapDetailOrderProduct .wrapperTbale {
    margin-bottom: 15px;
  }
}
.wrapDetailOrderProduct .wrapperTbale table {
  width: 100%;
  border-collapse: collapse;
}
.wrapDetailOrderProduct .wrapperTbale table td {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
}
.wrapDetailOrderProduct .wrapperTbale table th {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
  white-space: nowrap;
  background-color: #f6f4f0;
}
@media only screen and (max-width: 768px) {
  .wrapDetailOrderProduct .wrapperTbale table {
    border: 0;
  }
  .wrapDetailOrderProduct .wrapperTbale table caption {
    font-size: 1.3em;
  }
  .wrapDetailOrderProduct .wrapperTbale table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .wrapDetailOrderProduct .wrapperTbale table tr {
    border: 1px solid #cbd5e1;
    display: block;
    margin-bottom: 0.625em;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
  }
  .wrapDetailOrderProduct .wrapperTbale table td {
    border: unset;
    border-bottom: 1px solid #cbd5e1;
    display: block;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .wrapDetailOrderProduct .wrapperTbale table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f07922;
    font-size: 14px;
    padding-right: 5px;
  }
  .wrapDetailOrderProduct .wrapperTbale table td:last-child {
    border-bottom: 0;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

.container-menu.container-menu_categoryDropdown {
  max-width: 1400px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;

  height: 90%;

  @media screen and (max-width: 768px) {
    width: 100%;
    top: 0px;
    height: 100%;
    border-radius: 0px;
    max-width: 350px;
    transform: unset;
    top: 0;
    left: -100%;
  }

  @media screen and (max-width: 400px) {
    max-width: 330px;
  }
}

.container-menu_categoryDropdown .container-scroll {
  display: flex;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.container-menu_categoryDropdown.container-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);

  @media screen and (max-width: 768px) {
    transform: unset;
    left: 0;
  }
}

/* Sidebar Menu */
.container-menu_categoryDropdown .sidebar {
  width: 300px;
  background: #fff;
  border-right: 1px solid #e0e0e0;
  height: 100%;
  overflow-y: auto;
}

.container-menu_categoryDropdown .sidebar::-webkit-scrollbar {
  width: 8px;
  background-color: rgb(245, 245, 245);

  @media (max-width: 768px) {
    width: 0px;
  }
}

.container-menu_categoryDropdown .sidebar::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #23252d;
}

.container-menu_categoryDropdown .sidebar::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.container-menu_categoryDropdown .menu-item {
  display: flex;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  color: black;
  flex-direction: column;
}

.container-menu_categoryDropdown .menu-item .icon-action {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #999;
  transition: color 0.3s ease;
}

.container-menu_categoryDropdown .menu-item .icon-action {
  display: none;
}

.container-menu_categoryDropdown .menu-item.menuChildren .icon-action {
  display: flex;
}

.container-menu_categoryDropdown .menu-item:hover {
  background: #f8f9fa;
  color: #f07922;
}

.container-menu_categoryDropdown .menu-item.active {
  background: #ebd6be;
  color: #f07922;
  border-right: 3px solid #f07922;
}

.container-menu_categoryDropdown .menu-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.container-menu_categoryDropdown .menu-item .text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.container-menu_categoryDropdown .menu-item .badge {
  background: #ff4444;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: bold;
}

.container-menu_categoryDropdown .menu-item .arrow {
  font-size: 12px;
  color: #999;
}

/* Content Area */
.container-menu_categoryDropdown .content {
  flex: 1;
  padding: 20px;
  background: #fafafa;
  min-width: 600px;
  height: 100%;
  overflow-y: auto;

  @media screen and (max-width: 768px) {
    min-width: 100%;
    display: none;
  }
}

@media (max-width: 1024px) {
  .container-menu_categoryDropdown .content {
    min-width: 300px;
  }
}

.container-menu_categoryDropdown .content-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.container-menu_categoryDropdown .content-header h2 {
  color: #333;
  font-size: 24px;
  margin-right: 10px;

  @media (max-width: 1024px) {
    font-size: 18px;
  }
}

.container-menu_categoryDropdown .content-header .emoji {
  font-size: 28px;
}

.container-menu_categoryDropdown .menu-child {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(183px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.container-menu_categoryDropdown .menu-child__item {
  background: white;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.container-menu_categoryDropdown .menu-child__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.container-menu_categoryDropdown .menu-child__item .menu-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.container-menu_categoryDropdown .hidden {
  display: none;
}

.container-menu_categoryDropdown .sidebar-right {
  min-width: 200px;
  background: white;
  border-left: 1px solid #e0e0e0;
  padding: 20px;
}

.container-menu_categoryDropdown .sidebar-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.container-menu_categoryDropdown .sidebar-item .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  .container-menu_categoryDropdown .container-scroll {
    flex-direction: column;
  }

  .container-menu_categoryDropdown .sidebar {
    width: 100%;
  }

  .container-menu_categoryDropdown .sidebar-right {
    width: 100%;
  }

  @media (max-width: 768px) {
    .container-menu_categoryDropdown .container-scroll {
      flex-direction: column;
      height: 100%;
      overflow-y: auto;
    }

    .container-menu_categoryDropdown .sidebar {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #ddd;
    }

    .container-menu_categoryDropdown .menu-item.menuChildren.active {
      background-color: transparent;
    }

    .container-menu_categoryDropdown .content {
      min-width: 100%;
      padding: 10px;
    }

    .container-menu_categoryDropdown .menu-item {
      padding: 16px;
      font-size: 16px;
    }

    .container-menu_categoryDropdown .menu-item .text {
      font-size: 16px;
    }

    .container-menu_categoryDropdown .content-header {
      display: none;
    }

    .container-menu_categoryDropdown .menu-child {
      grid-template-columns: 1fr;
      margin: 15px 0px;
      gap: 0px;
    }

    .container-menu_categoryDropdown .menu-child__item {
      padding: 10px;
      box-shadow: none;
      border: none;
      border-radius: 0px;
      font-size: 14px;
      text-align: start;
    }

    .container-menu_categoryDropdown .menu-child__item {
      border-bottom: 1px solid #ccc;
    }

    .container-menu_categoryDropdown .icon-action {
      font-size: 20px;
      margin-left: auto;
    }

    .container-menu_categoryDropdown .header-content {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .container-menu_categoryDropdown .search-bar {
      width: 100%;
    }

    .container-menu_categoryDropdown .menu-toggle {
      width: 100%;
      justify-content: center;
    }

    .container-menu_categoryDropdown .header-actions {
      width: 100%;
      justify-content: space-between;
    }
  }
}

.container-menu_categoryDropdown .wrapMenuCloseMobile {
  justify-content: center;
  display: none;
  align-items: center;
  position: absolute;
  left: 100%;
  top: 0px;
  background-color: red;
  width: 30px;
  height: 30px;
  border-radius: 0px;

  @media (max-width: 768px) {
    display: flex;
  }
}

.container-menu_categoryDropdown .wrapMenuCloseMobile svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.wrapBannerHero {
  position: relative;
  margin-bottom: 80px;
}

.wrapNavbarBottom {
  @media (max-width: 600px) {
    padding: 5px 0px;
  }
}

.wrapNavbarBottom .container-xl {
  @media (max-width: 600px) {
    padding: 0px 5px;
  }
}

.wrapContent {
  @media (max-width: 1220px) {
    gap: 32px;
  }

  @media (max-width: 600px) {
    gap: 10px;
  }
}

.wrapContent .wrapperCard .btn-link {
  @media (max-width: 1220px) {
    font-size: 12px !important;
    flex-direction: column;
  }

  @media (max-width: 450px) {
    font-size: 0px !important;
    height: 50px;
  }
}

.wrapContent .wrapperCard .btn-link .quantity {
  @media (max-width: 600px) {
    right: 2px;
  }
}

.fui-connect-list-vertical {
  @media (max-width: 600px) {
    bottom: 90px;
  }
}

.category-sidebar {
  position: fixed;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  z-index: 1000;

  @media (max-width: 1400px) {
    left: 0;
  }
}

.category-item {
  margin-bottom: 2px;
}

.category-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 80px;
  background: linear-gradient(145deg, #f07922, #f57c00);
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.4);
  border-radius: 8px;
  overflow: hidden;

  @media (max-width: 1400px) {
    width: 60px;
    font-size: 10px;
    border-radius: 5px;
    height: 70px;
  }

  @media (max-width: 1220px) {
    background: white;
    box-shadow: none;
    width: 57px;
  }
}

.category-link:hover {
  color: white;
}

.category-link::before {
  @media (min-width: 1220px) {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent
    );
    transition: left 0.6s;
  }
}

.category-link:hover::before {
  @media (min-width: 1220px) {
    left: 100%;
  }
}

.category-link:hover {
  @media (min-width: 1220px) {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 152, 0, 0.6);
  }
}

    .category-icon {
      font-size: 24px;
      margin-bottom: 5px;

      max-width: 24px;
      height: auto;

      img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }

      @media (max-width: 1400px) {
        font-size: 18px;
        max-width: 18px;
      }

      @media (max-width: 600px) {
        font-size: 16px;
        max-width: 16px;
      }
    }

.category-text {
  text-align: center;
  line-height: 1.2;

  @media (max-width: 1220px) {
    color: black;
    font-size: 8px;
  }
}

.main-content {
  padding: 40px;
  color: #333;
}

.content-title {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  color: #2c3e50;
}

.content-description {
  font-size: 18px;
  text-align: center;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1220px) {
  .category-sidebar {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .category-item {
    margin-bottom: 0;
    margin-right: 2px;
  }
}

@media (max-width: 600px) {
  .category-sidebar {
    justify-content: start;
    gap: 5px;
  }
}


   .wrapContentTopLeft {
      .linkItem {
        opacity: 0;
      }
    }
