@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(../fonts/helvetica-neue-medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(../fonts/helvetica-neue-regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(../fonts/HelveticaNeue-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(../fonts/HelveticaNeue-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: "SFUFutura";
  src: url(../fonts/SFUFuturaBold.TTF);
}
@font-face {
  font-family: "SFUFutura";
  src: url(../fonts/SFUFuturaBook.TTF);
  font-weight: 400;
}
@font-face {
  font-family: "SFUFutura";
  src: url(../fonts/SFUFuturaMedium.TTF);
  font-weight: 500;
}
@font-face {
  font-family: "SFU Helvetica";
  src: url(../fonts/SFUHelveticaBold.TTF);
}
@font-face {
  font-family: "UTM Helvetica Compressed";
  src: url(../fonts/SFUHelveticaCompressed.TTF);
}
@font-face {
  font-family: "UTM Americana";
  src: url(../fonts/UTM\ AmericanaB.ttf);
}
.padding-main {
  padding: 50px 0;
}

.padding-top-main {
  padding: 50px 0 0 0;
}

.padding-bottom-main {
  padding: 0px 0 50px 0;
}

@media (width < 1001px) {
  .padding-bottom-main {
    padding: 0px 0 20px 0;
  }
  .padding-main {
    padding: 20px 0;
  }
  .padding-top-main {
    padding: 20px 0 0 0;
  }
}
.noIndex {
  position: unset;
  background-color: rgba(0, 0, 0, 0.474);
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.fixed .top {
  display: none;
}
.fixed .logo-header {
  zoom: 0.7;
}

.ringring {
  animation: coccoc-alo-circle-img-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.hover-img:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 3;
}
.hover-img:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.hover-img:hover:before,
.hover-img:hover:after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.row-gap-20 {
  margin: 0 -10px !important;
}

.col-gap-20 {
  padding: 0 10px !important;
}

.hover-box:hover {
  transition: 0.4s;
}
.hover-box:hover > .hover-info .hover-name {
  transition: 0.4s;
  color: var(--color-hover);
}
.hover-box:hover > .hover-info .hover-name span {
  transition: 0.4s;
  color: var(--color-hover);
}
.hover-box:hover > .hover-info .hover-name p {
  transition: 0.4s;
  color: var(--color-hover);
}
.hover-box:hover > .hover-info .hover-name a {
  transition: 0.4s;
  color: var(--color-hover);
}
.hover-box:hover > .hover-info .hover-name h1 {
  transition: 0.4s;
  color: var(--color-hover);
}
.hover-box:hover > .hover-info .hover-name h3 {
  transition: 0.4s;
  color: var(--color-hover);
}

:root {
  --color-main: #ffb846;
  --color-social: #ffb846;
  --color-hover: #895919;
  --color-text: #ffb846;
}

body {
  font-size: 14px;
  overflow-x: hidden;
  line-height: 1.5;
}

.max-width,
.wrap-content {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.social-plugin {
  display: flex;
  margin-top: 10px;
}

.scale-img {
  overflow: hidden;
}
.scale-img img,
.scale-img picture {
  transition: all 0.5s;
}
.scale-img:hover > img,
.scale-img:hover > picture {
  transform: scale(1.2, 1.2);
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span {
  transition: 0.3s all;
}

.scale-img img, .scale-img:hover > img {
  transition: 0.3s all;
}

/*   Header   */
.header {
  margin-bottom: -30px;
}
.header .cover-header {
  display: flex;
  gap: 10px;
}
.header .header-hotline {
  display: flex;
  gap: 10px;
}
.header .header-logo {
  position: relative;
  padding-top: 10px;
  margin-right: -100px;
  margin-bottom: -15px;
  padding-bottom: 30px;
  padding-right: 130px;
  flex-shrink: 0;
  z-index: 2;
}
.header .header-logo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 400px;
  height: 100%;
  background: url(../images/TempImages/decorheader-1.png) no-repeat center/100% 100%;
}
.header .header-right {
  width: 100%;
}
.header .header-info {
  position: relative;
  background-color: #895919;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  padding-left: 95px;
}
.header .header-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #895919;
  height: 100%;
  width: 100%;
}
.header .header-info .header-mail-lang {
  align-items: center;
  display: flex;
  gap: 10px;
}
.header .header-info .header-mail-lang .header-lang {
  align-items: center;
  display: flex;
  gap: 2;
}
.header .header-info .special {
  font-weight: 500;
}
.header .cover-menu {
  position: relative;
}
.header .cover-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #ffce5d;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header .wrap-menu {
  padding: 25px 0;
  background: url(../images/TempImages/bg-menu.png) no-repeat center/100% 107%;
  position: relative;
  z-index: 3;
  padding-left: 50px;
}

/* slideshow */
.slideshow {
  position: relative;
}

/* Search */
.search {
  background: white;
  padding: 10px 15px;
  width: 215px;
  margin-left: 15px;
  position: relative;
}
.search::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 100%;
  background: url(../images/TempImages/decor-serch.png) no-repeat center/cover;
}
.search i {
  font-size: 14px;
  font-weight: 400;
  color: black;
  margin-right: 5px;
}
.search input {
  border-radius: 5px 0px 0px 5px !important;
  border: unset !important;
  background-color: unset;
}
.search input::-moz-placeholder {
  color: #6d6d6d;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.075px;
}
.search input::placeholder {
  color: #6d6d6d;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.075px;
}

.li-tim {
  position: relative;
}

.search-btn {
  width: 0px;
  background: #ffffff;
  position: absolute;
  top: 100%;
  opacity: 0;
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 200px !important;
  overflow: hidden;
  right: 0;
  background: #ffffff;
}
.search-btn button {
  border-radius: 0px 5px 5px 0px !important;
}
.search-btn input {
  border-radius: 5px 0px 0px 5px !important;
  border: unset !important;
  background-color: unset;
}
.search-btn input::-moz-placeholder {
  color: #313131;
}
.search-btn input::placeholder {
  color: #313131;
}

.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-search .price-product {
  width: 100%;
  margin: 0px;
  text-align: left;
}
.box-search .price-product .price-new {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}

.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}

.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* Mmenu */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btn-close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-mobile ul {
  padding: 0px;
}
.menu-mobile ul li {
  position: relative;
}
.menu-mobile ul li > span i {
  transition: transform 0.3s ease;
  /* Adjust duration and easing as needed */
}
.menu-mobile ul li a {
  display: block;
  padding-right: 30px;
  color: #333;
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-weight: normal;
}
.menu-mobile ul li a:hover {
  color: var(--color-hover);
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: var(--color-main);
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-mobile ul li:hover {
  color: #f00;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: var(--color-main);
}
.menu-mobile ul li ul {
  padding-left: 10px;
}

/* .menu-mobile ul li:last-child a{
	  border-bottom: none;
  } */
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
}
.company p span {
  color: var(--color-main);
}

.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.head-menu img {
  max-width: 80px;
}

.search-menu {
  width: 100%;
  position: relative;
  margin: 10px 0px;
}
.search-menu input {
  width: 100%;
  background: #f5f5fa;
  border: 1px solid #f1f1f1;
  height: 40px !important;
  font-size: 13px;
}
.search-menu p {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

/* Menu */
#menu {
  display: none;
}

#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
  cursor: pointer;
}
#hamburger:before, #hamburger:after,
#hamburger span {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}
#hamburger:before {
  top: 0px;
}
#hamburger span {
  top: 10px;
}
#hamburger:after {
  top: 20px;
}
#hamburger:before, #hamburger:after,
#hamburger span {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after {
  top: 10px;
}
.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.wrap-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
}

.menu-head-left {
  position: relative;
}

.title-menu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
  display: block;
}

/*   SLider */
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}
.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}

/* Config */
.title-detail {
  position: relative;
  margin: 20px 0px;
}
.title-detail h1 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.title-main {
  margin-bottom: 1.5rem;
  position: relative;
}
.title-main span,
.title-main h2,
.title-main h1,
.title-main h3,
.title-main a {
  color: var(--Nhn, #895919);
  text-align: center;
  font-family: "SFU Helvetica";
  font-size: clamp(30px, 3.2520325203vw, 40px);
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.slogan-main {
  color: var(--6, #2d2d2d);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
}

.title-cat-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.title-cat-main span {
  display: flex;
  height: 45px;
  padding: 9px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--6, #2d2d2d);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  border-radius: 5px;
  border: 1px solid var(--Nhn, #895919);
}
.title-cat-main span:hover, .title-cat-main span.active {
  border: 1px solid var(--Nhn, #ffb846);
  background: var(--Ch-o, #ffb846);
}

/* Color paging */
.pagination .page-item .page-link {
  color: var(--color-main);
}
.pagination .page-item.active .page-link {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: white;
}
.pagination .page-item:hover .page-link {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: white;
}

/* News */
.grid-tintuc {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}

.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}

a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px var(--color-hover);
  color: var(--color-hover);
}

.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  -webkit-line-clamp: 2 !important;
  font-weight: 400;
}

a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}

.name-news:hover {
  color: var(--color-hover);
}

.time-news {
  color: var(--color-hover);
  margin-bottom: 0px;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}

.desc-news {
  color: #333333;
  margin: 0px;
}

.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: var(--color-hover);
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
  display: none;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

/* Criteria */
.criteria {
  margin-bottom: 10px;
}
.criteria .name {
  color: var(--6, #2d2d2d);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

/* Product Home */
.wrap-product-list {
  background: url(../images/TempImages/bg-criteria.png) no-repeat center/cover;
}
.wrap-product-list .product-list-home {
  margin-top: 50px;
}
.wrap-product-list .product-list-home .left .cover-field {
  justify-content: end;
}
.wrap-product-list .product-list-home .left .cover-field .img {
  padding-right: 20px;
  margin-right: 30px;
  border-right: 1px solid #d2a66b;
}
.wrap-product-list .product-list-home .left .cover-field .numb-main {
  margin-left: -20px;
  position: relative;
  z-index: 2;
}
.wrap-product-list .product-list-home .left .items-0 {
  margin-right: -140px;
}
.wrap-product-list .product-list-home .left .items-1 {
  margin-right: -55px;
}
.wrap-product-list .product-list-home .left .items-2 {
  margin-right: -15px;
}
.wrap-product-list .product-list-home .left .items-3 {
  margin-right: -55px;
}
.wrap-product-list .product-list-home .left .items-4 {
  margin-right: -140px;
}
.wrap-product-list .product-list-home .mid {
  margin-top: 30px;
}
.wrap-product-list .product-list-home .mid .items-6 {
  margin-top: -40px;
}
.wrap-product-list .product-list-home .mid .items-6 .numb-main {
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}
.wrap-product-list .product-list-home .mid .items-6 .info {
  padding: 30px 40px;
  text-align: center;
}
.wrap-product-list .product-list-home .right .info {
  flex-direction: row-reverse;
}
.wrap-product-list .product-list-home .right .cover-field {
  justify-content: start;
  flex-direction: row-reverse;
}
.wrap-product-list .product-list-home .right .cover-field .img {
  padding-left: 20px;
  margin-left: 30px;
  border-left: 1px solid #d2a66b;
}
.wrap-product-list .product-list-home .right .cover-field .numb-main {
  margin-right: -20px;
  position: relative;
  z-index: 2;
}
.wrap-product-list .product-list-home .right .items-6 {
  margin-left: -160px;
}
.wrap-product-list .product-list-home .right .items-7 {
  margin-left: -55px;
}
.wrap-product-list .product-list-home .right .items-8 {
  margin-left: -15px;
}
.wrap-product-list .product-list-home .right .items-9 {
  margin-left: -55px;
}
.wrap-product-list .product-list-home .right .items-10 {
  margin-left: -140px;
}
.wrap-product-list .product-list-home .cover-field {
  margin-bottom: 15px;
}
.wrap-product-list .product-list-home .cover-field .info {
  padding: 20px 40px;
  border-radius: 60px;
  background: var(--Nhn, #895919);
  color: white;
}
.wrap-product-list .product-list-home .cover-field .info .main-info .name {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: clamp(14px, 1.5447154472vw, 19px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.wrap-product-list .product-list-home .cover-field .info .main-info .numb {
  color: #d2a66b;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.wrap-product-list .product-list-home .cover-field .numb-main {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Nhn, #895919);
  text-align: center;
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* production skill */
.wrap-production-skill {
  background: url(../images/TempImages/bg-crit.png) no-repeat center/cover;
}
.wrap-production-skill .title {
  color: var(--Ch-o, #ffb846);
  margin-bottom: 20px;
  font-family: "SFU Helvetica";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.wrap-production-skill .slogan {
  color: var(--1, #fff);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
.wrap-production-skill .production-skill {
  margin-top: 50px;
}
.wrap-production-skill .production-skill .item {
  text-align: center;
}
.wrap-production-skill .production-skill .item .number {
  color: var(--Ch-o, #ffb846);
  font-family: Oswald;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wrap-production-skill .production-skill .item .name {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 175% */
  text-transform: uppercase;
}

/* Why choose */
.wrap-why-choose {
  background: url(../images/TempImages/bggg.png) no-repeat center/cover;
}
.wrap-why-choose .why-choose {
  border-radius: 10px;
  background: var(--1, #fff);
}
.wrap-why-choose .why-choose .item {
  height: 100%;
  border-right: 1px solid #e2e2e2;
  padding: 50px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.wrap-why-choose .why-choose .item .title {
  color: var(--Nhn, #895919);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 176.471% */
  text-transform: uppercase;
}
.wrap-why-choose .why-choose .item .desc {
  color: var(--6, #2d2d2d);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

/* Production Process */
.wrap-production-process .production-process {
  background: url(../images/TempImages/bg-aaa.png) no-repeat center/100% 100%;
  text-align: center;
  background-position-x: 6px;
  background-position-y: -16px;
}
.wrap-production-process .production-process .item {
  padding-left: 20px;
  position: relative;
}
.wrap-production-process .production-process .item.even {
  margin-top: 140px;
}
.wrap-production-process .production-process .item .step {
  position: absolute;
  top: 50px;
  left: -10px;
  transform: translateY(-50%);
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.wrap-production-process .production-process .item .step .top {
  padding: 3px 40px 3px 10px;
  background: var(--Nhn, #895919);
  color: var(--1, #fff);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
}
.wrap-production-process .production-process .item .step .bottom {
  padding: 0px 60px 3px 10px;
  background-color: #ffb846;
  color: var(--1, #fff);
  text-align: center;
  font-family: "UTM Helvetica Compressed";
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
}
.wrap-production-process .production-process .item .img {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50%;
  background: url(../images/TempImages/bg-process.png) no-repeat center/cover;
}
.wrap-production-process .production-process .item .img img {
  border-radius: 50%;
  border-radius: 179px;
  border: 4px solid var(--1, #fff);
  box-shadow: 0px 4px 4px 0px #e4c085;
  overflow: hidden;
}
.wrap-production-process .production-process .item .name {
  color: var(--6, #121212);
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Form */
.wrap-form {
  background: url(../images/TempImages/bg-form-main.png) no-repeat center/cover;
}

.form-home {
  padding: 50px;
  border-radius: 50px 50px 0 0;
  background: url(../images/TempImages/bg-form.png) no-repeat center/cover;
}
.form-home .left .title {
  color: var(--Nhn, #895919);
  font-family: "SFU Helvetica";
  font-size: clamp(20px, 3.0081300813vw, 37px);
  font-style: normal;
  position: relative;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.form-home .left .title::after {
  content: "";
  width: 184px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--Nhn, #895919);
}
.form-home .left .slogan {
  color: var(--7, #151515);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin: 30px 0;
}
.form-home .left .info-form {
  border-radius: 20px 20px 0 0;
  padding: 40px;
  background: url(../images/TempImages/bg-form-info.png) no-repeat center/cover;
  color: var(--7, #151515);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.form-home .left .info-form .address {
  margin-bottom: 20px;
}
.form-home .left .info-form .info-dt {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
}
.form-home .left .info-form .social {
  color: var(--Nhn, #895919);
  font-family: "SFU Helvetica";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.form-home .wr-form {
  padding: 25px 25px 45px 25px;
  background: white;
  border-top-right-radius: 30px;
}
.form-home .wr-form .box-title-form {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.form-home .wr-form .box-title-form .title-form {
  color: var(--6, #2d2d2d);
  text-align: center;
  font-family: "SFU Helvetica";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  text-transform: capitalize;
}
.form-home .wr-form .box-title-form .slogan-form {
  color: var(--6, #2d2d2d);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-home .wr-form .btn-submit {
  border-radius: 3px;
  background: var(--Nhn, #895919);
  color: var(--1, #fff);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

/* Partner */
.swiper-partner {
  filter: drop-shadow(0px 0px 17.039px 0px rgba(0, 0, 0, 0.1));
}
.swiper-partner .item-partner {
  background: var(--1, #fff);
}

/* Footer */
.info-footer {
  background: url(../images/TempImages/sadf.png) no-repeat center/cover;
  padding: 30px 0px;
}
.info-footer .flex-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.title-footer {
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.info-footer .flex-footer .box-footer:nth-child(1) {
  width: 25%;
}
.info-footer .flex-footer .box-footer:nth-child(2)
{
  width: 35%;
}
.info-footer .flex-footer .box-footer:nth-child(3), .info-footer .flex-footer .box-footer:nth-child(4) {
  width: 25%;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-desc {
  color: var(--6, #2d2d2d);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}

.footer-content {
  color: var(--6, #2d2d2d);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 173.333% */
}

.title-footer {
  color: var(--Nhn, #895919);
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 118.182% */
}

.content-footer {
  color: var(--6, #2d2d2d);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}

.title-footer-2 {
  color: var(--7, #151515);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 173.333% */
  text-transform: uppercase;
}

.footer-ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-ul ul li {
  padding-bottom: 10px;
}
.footer-ul ul li a {
  color:  #2d2d2d !important;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}

.map-footer {
  position: relative;
  width: 100%;
  height: 200px;
}
.map-footer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-powered {
  padding: 10px 0px;
  background: var(--Nhn, #895919);
  text-align: center;
  color: var(--1, #fff);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  text-transform: capitalize;
}

.flex-powered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.statistic span {
  position: relative;
  padding: 0px 5px;
}

/* Tags */
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}
.title-tags:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
}

.flex-tags {
  display: flex;
  gap: 5px;
}
.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
  opacity: 1;
}

/*   TC   */
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}
.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}
.item-criteria a .ds-criteria p {
  -webkit-line-clamp: 2;
  margin: 0px;
}

/* About */
.wrap-about-us {
  background: url(../images/TempImages/bg-ab.png) no-repeat center/cover;
}
.wrap-about-us .box-title-ab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.wrap-about-us .box-title-ab .ab-title {
  color: var(--Ch-o, #ffb846);
  text-align: center;
  font-family: "SFU Helvetica";
  font-size: clamp(30px, 4.0650406504vw, 50px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.wrap-about-us .box-title-ab .ab-title span {
  color: var(--Nhn, #895919);
}
.wrap-about-us .box-title-ab .ab-slogan {
  color: var(--6, #161616);
  text-align: center;
  font-family: "UTM Americana";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wrap-about-us .right {
  margin-left: 30px;
}

.title-about {
  margin-bottom: 20px;
}
.title-about h3 {
  font-size: 30;
  color: #333;
  text-transform: uppercase;
}

.view-about {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin: 30px 0px 20px;
  color: #333;
  text-align: center;
}
.view-about span {
  position: relative;
  z-index: 1;
}
.view-about span:hover {
  color: #f00;
}
.view-about span:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c2d2a7;
  position: absolute;
  z-index: -1;
  left: 4%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* Service */
.item-service {
  position: relative;
}
.item-service h3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 17px;
  margin: 0px;
}

/* Video */
.flex-video {
  display: flex;
  justify-content: space-between;
}

.video-main {
  position: relative;
}

.list-video {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.img-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid rgba(255, 0, 0, 0.4);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f00;
  background: rgba(255, 255, 255, 0.6588235294);
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}

.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}
.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}
.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}
.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}
.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}
.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

/* Product */
.filter {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}

.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 250px);
}

.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}

.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

/* Grid product */
.grid-product {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.product {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.product .pic-product {
  background: #fff;
  margin-bottom: 10px;
  display: block;
  padding: 10px;
  border: 1px solid var(--4, #c3c3c3);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.product .pic-product img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.product .pic-product:hover {
  border: solid 1px #ccc;
}
.product .name-product {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 15px;
  color: #232323;
  font-weight: 500;
}
.product .price-product {
  margin-bottom: 10px;
  color: #555;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.product .price-product .title-price {
  color: var(--5, #8e8e8e);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.product .price-product .price-new {
  color: var(--Nhn, #895919);
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.product .price-product .price-old {
  padding: 0 10px;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  color: #ff2e00;
  text-transform: uppercase;
}
.product .price-product .price-per {
  color: #ff2e00;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}

.cart-product {
  margin: 5px 0 0 0px;
}
.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}

.cart-add {
  margin-left: 10px;
  background-color: #00a5d9;
  width: 155px;
}
.cart-add:hover {
  background-color: var(--color-hover);
}

.cart-buy {
  background-color: #ff2e00;
  width: 93px;
  height: 33px;
}
.cart-buy:hover {
  background-color: var(--color-hover);
}

/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.grid-pro-detail .left-pro-detail {
  width: 58%;
}
.grid-pro-detail .right-pro-detail {
  width: 40%;
}

.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}

.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}

.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link {
  color: #f00;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: #f00;
}

/* css block actions  */
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions .active .box__tabr {
  border-color: #fd6e1d;
}
.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}

.icon-action {
  background-image: url("../images/icon_chitiet@2x-min.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}

.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}

.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}

.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}

.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}

/* modal-detail */
.modal-detail {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.768627451);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}

.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}
.btn-closemenu::before {
  transform: rotate(45deg);
}
.btn-closemenu::after {
  transform: rotate(-45deg);
}
.btn-closemenu::before, .btn-closemenu::after {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.frm_contact {
  border: 1px solid #ddd;
  padding: 30px;
}

/*  breadCrumbs */
.breadCrumbs {
  padding: 50px 0px 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: #f00;
}

/* paging */
.paging-product {
  position: relative;
}

.pagination {
  margin: 20px 0px;
}
.pagination li span {
  cursor: pointer;
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

.grid-properties {
  display: flex;
  gap: 10px;
}
.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.grid-properties span:hover, .grid-properties span.active {
  border: 1px solid #f00;
  color: #f00;
}
.grid-properties span:hover:after, .grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

/* scrollToTop */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

[x-cloak] {
  display: none !important;
}

/* CSSS T */
a.views_dm {
  width: 140px;
  height: 38px;
}

.effect_button {
  transform-style: preserve-3d;
  transform: translateZ(-25px);
  transition: transform 0.25s;
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.effect_button:after {
  position: absolute;
  content: "xem thêm";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f00;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.effect_button:before {
  position: absolute;
  content: "xem thêm";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f00;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #f00;
  transform: rotateY(0deg) translateZ(25px);
}
.effect_button:after {
  color: #f00;
  transform: rotateX(90deg) translateZ(25px);
}
.effect_button:hover {
  transform: translateZ(-25px) rotateX(-90deg);
}

/* News */
.wrap-news {
  background: #f8f7f1;
}

.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.btn-watch-all {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 38px;
  font-weight: 700;
  border-radius: 54.491px;
  background: var(--Ch-o, #ffb846);
  border: 1px solid #ffb846;
  transition: all 0.3s ease;
}
.header-mobile{
  display:none ;
}
.btn-watch-all.btn-ab {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px;
  font-size: 16px;
  color: black;
  background: var(--Ch-o, #ffb846);
  border: 1px solid #ffb846;
  transition: all 0.3s ease;
}
.btn-watch-all:hover {
  background: #fff;
  color: #ffb846;
}

.item-news a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item-news .img {
  overflow: hidden;
  border-radius: 10px;
}
.item-news .name h3 {
  color: var(--6, #121212);
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.item-news .desc {
  color: var(--6, #121212);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
}
.item-news .wm {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Nhn, #895919);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  text-transform: capitalize;
}

.ds-news {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-main);
  margin-bottom: 10px;
}
.ds-news.active h3 {
  color: var(--color-main);
  font-weight: 700;
}
.ds-news span {
  display: block;
  color: #999;
  font-size: 13px;
  margin: 10px 0px 0px;
  font-style: italic;
}
.ds-news h3 {
  font-size: 14px;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-line-clamp: 2 !important;
}
.ds-news .desc {
  color: #333;
}

.item-news:hover h3 {
  color: #f00;
}

.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.news-left {
  width: 79%;
}

.news-right {
  position: sticky;
  top: 20px;
  width: 20%;
  padding: 20px;
}

a.btn_link {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 140px;
}

.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before {
  content: "facebook";
}
.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217/var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217/var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before {
  content: "google map";
}

div.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.attr-pro-detail {
  margin: auto;
  padding: 0;
}

.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
}
.baonoidung * {
  max-width: 100% !important;
}
.baonoidung table {
  display: block;
  overflow-y: auto;
}

div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}
div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}
div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}

.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail.active {
  color: #fff !important;
  background: #232323;
}

.size-pro-detail.active, .size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
  background-color: #f00;
  color: #fff;
  border-color: #f00;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: #f00;
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

/* Swipper */
.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0px;
  overflow: hidden;
}

/* Popup */
.modal-title {
  font-size: 20px;
}

/* CSS cho loading */
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}