@font-face {
  font-family: "1FTV Photograph Signature";
  src: url("../lang/1FTV-Photograph-Signature.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quattrocento";
  src: url("../lang/Quattrocento-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Gilroy Thin */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Gilroy Thin Italic */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Thin Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Light */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gilroy Light Italic */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Regular */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gilroy Italic */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Medium */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gilroy Medium Italic */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Medium Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Gilroy SemiBold */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Gilroy SemiBold Italic */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy SemiBold Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Bold */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gilroy Bold Italic */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Bold Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Gilroy ExtraBold */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy XBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Gilroy ExtraBold Italic */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy XBold Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Gilroy Black */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Gilroy Black Italic */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../lang/Gilroy/SVN-Gilroy Black Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "SVN-Gilroy", sans-serif !important;
}
.site-header-custom {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  padding: 12px 0;
  position: relative;
  z-index: 99999999;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateY(0);
  opacity: 1;
}
.change-sticky.site-header-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.site-header-custom.hide-header {
  transform: translateY(-100%);
  opacity: 0;
}
.xoo-wsc-container {
  z-index: 9999999999 !important;
}
.site-header-custom .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .site-header-custom,
.page-id-349 .site-header-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(6px);
  padding: 12px 0;
}
.site-header-custom.change-color {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
}
.home .site-header-custom .header-inner,
.page-id-349 .site-header-custom .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left .logo img {
  height: 80px; /* chỉnh theo thiết kế */
}

.header-center {
  flex: 1;
  padding: 0 40px;
}

.searchform {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  flex-direction: row-reverse;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.searchform .search-field {
  flex: 1;
  padding: 8px 12px;
  border: none;
  border-radius: 4px 0 0 4px;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  margin-bottom: 0 !important;
}
.searchform .search-field::placeholder {
  color: #fff;
}
.searchform .search-submit {
  background: #e67e22;
  border: none;
  margin: 0 !important;
  padding: 0 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  background-color: transparent !important;
  box-shadow: none !important;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 40px;
}

.main-menu li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.main-menu li a:hover {
  color: #f1c40f;
}
.main-menu li {
  position: relative;
}
/* .main-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-menu-white.png");
  background-repeat: no-repeat;
  background-size: contain;
} */
/* Ẩn toàn bộ submenu mặc định */
.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  min-width: 220px;
  background: transparent !important;
  padding-top: 0px;
  z-index: 999;
  width: 250px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 !important;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #f1c40f transparent; /* Firefox */
}
.main-menu .sub-menu::-webkit-scrollbar {
  width: 6px; /* độ dày scrollbar */
}

.main-menu .sub-menu::-webkit-scrollbar-track {
  background: transparent; /* nền scrollbar */
}

.main-menu .sub-menu::-webkit-scrollbar-thumb {
  background-color: #f1c40f; /* màu thanh kéo */
  border-radius: 10px; /* bo góc */
}

.main-menu .sub-menu::-webkit-scrollbar-thumb:hover {
  background-color: #d4ac0d; /* màu đậm hơn khi hover */
}
/* .main-menu .menu-item-has-children:hover .sub-menu {
  display: block;
} */
.main-menu .sub-menu .menu-item-has-children .sub-menu {
  display: none;
}
.main-menu .menu-item-has-children.open > .sub-menu {
  display: block;
}
.main-menu .sub-menu .menu-item-has-children.open > .sub-menu {
  display: block;
}
.main-menu .sub-menu li {
  margin: 0 !important;
  list-style-type: none !important;
  padding: 10px 24px;
  background: rgba(0, 0, 0, 0.9);

  border-bottom: 1px solid #ffffff;
}
.main-menu .sub-menu .menu-item-has-children {
  position: relative;
}
/* .main-menu .sub-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-menu.png");
  background-repeat: no-repeat;
  background-size: contain;
} */
.main-menu .sub-menu .menu-item-has-children .sub-menu {
  position: unset;
  display: none;
  padding-top: 0 !important ;
}
/* .main-menu .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
} */

.main-menu .sub-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .submenu-toggle {
  position: absolute;
  top: 4px;
  right: -24px;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-menu-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.main-menu .sub-menu .menu-item-has-children .submenu-toggle {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-menu.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.main-menu .sub-menu .menu-item-has-children .sub-menu li {
  background-color: transparent !important;
  border-bottom: 0 !important;
  position: relative;
  padding-bottom: 0px !important;
}
.main-menu .sub-menu .menu-item-has-children .sub-menu li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 19px;
  left: 4px;
}
.main-menu .sub-menu .menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 5px !important;
}
.main-menu .sub-menu .menu-item-has-children .sub-menu li a {
  background: #fff !important;
  background-clip: text !important;
  font-weight: 400 !important;
}
/* Hiển thị khi hover */
/* .main-menu li:hover > .sub-menu {
  display: block;
} */

/* Submenu cấp 2 */
.main-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.header-right #menu-menu-chinh-header .menu-item {
  margin-bottom: 0 !important;
}
.header-right #menu-menu-chinh-header .menu-item a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.header-right #menu-menu-chinh-header .menu-item a:hover,
.header-right #menu-menu-chinh-header .menu-item.current-menu-item a {
  background: var(
    --Gold-1,
    linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cart_popup-wrapper {
  display: flex !important;
  gap: 6px !important;
  color: #fff !important;
  align-items: center !important;
  cursor: pointer !important;
}
.xoo-wsc-sc-bki {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 500 !important;
}
.xoo-wsc-modal .xoo-wsc-basket {
  display: none !important;
}
.cart_popup-wrapper span {
  font-size: 16px;
  font-weight: 600;

  text-transform: capitalize;
}
span.xoo-wsc-sc-count {
  height: 20px;
  line-height: 17px;
  width: 20px;
  font-size: 12px !important;
  right: -7px;
  position: absolute;
  top: -8px;
  background-color: #df1e26;
  color: #ffffff;
  border: 1px solid #fff;
}
.main-menu .sub-menu li a {
  background: var(
    --Gold-1,
    linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%)
  );
  font-size: 16px !important;
  font-weight: 600 !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heroSlider__main {
  position: relative;
  z-index: 0;
}

.heroSlider .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.heroSlider .container::after {
  display: none !important;
}
.heroSlider__img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear 0.3s;
  min-height: 100vh;
  max-height: 100vh;
  height: 100%;
}

.heroSlider__img.is-zoomed-out {
  transition: 1.5s ease-in-out;
  transform: scale(1.2);
}

.heroSlider__content {
  max-width: 100%;
  width: 100%;
}

.heroSlider__title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 70px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 470px;
  margin-bottom: 40px !important;
}

.heroSlider__desc {
  font-size: 24px;
  margin-bottom: 55px;
  font-weight: 400;
}

.heroSlider__buttons .btn {
  padding: 20px 35px;
  font-weight: 500;
  font-size: 20px;
  border: unset !important;
  border-radius: unset !important;
  line-height: 1.3;
}

.btn-phone {
  background: var(
    --Gold-1,
    linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%)
  );
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-phone i {
  margin-right: 10px;
}
.heroSlider__buttons .btn-quote {
  background-color: transparent;
  border: 1px solid #f6f1e6 !important;
  color: #fff !important;
}
.slider-home-button-next,
.slider-home-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}
.slider-home-button-next::after,
.slider-home-button-prev::after {
  display: none;
}
.silder-home-content-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 100px;
}

.custom-section,
.section {
  padding: 35px 0 !important;
}

.category_home-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.title-primary,
.have-title-primary h1 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.have-title-primary h1 {
  margin-bottom: 12px;
}
.have-title-primary p {
  margin-bottom: 24px !important;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.category_home-thumb {
  position: relative;
  width: 100%;
  padding-top: 100%; /* tạo khung 1:1 */
  overflow: hidden;
  border-radius: 24px;
  height: 300px;
}

.category_home-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ảnh fill khung, không méo */
  transition: transform 0.4s ease;
}

.category_home-item:hover .category_home-thumb img {
  transform: scale(1.1);
}
.category_home-item {
  position: relative;
}
.category_home-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  z-index: 1;
  padding: 35px 0;
  text-align: center;
  width: 100%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: rgba(110, 111, 128, 0.5);
}
.category_home-content h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#category_home {
  padding-top: 70px !important;
}
.global_product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(200px, 1fr));
  gap: 25px;
}
.global_product-thumb,
.search-thumb {
  position: relative;
  width: 100%;
  padding-top: 100%; /* tạo khung 1:1 */
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: block;
}
.global_product-thumb img,
.search-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ảnh fill khung, không méo */
  transition: transform 0.4s ease;
}
.global_product-item {
  position: relative;
}
.global_product-item:hover .global_product-thumb img,
.search-thumb img:hover {
  transform: scale(1.1);
}
.global_product-content {
  padding: 24px 20px;
  background: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.global_product-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  line-height: 1.4;
}
.global_product-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.global_product-price ins span bdi {
  order: 1;
}
.global_product-price ins span bdi {
  color: #df1e26;

  font-size: 18px;
  font-weight: 700;
}
.global_product-price del {
  order: 2; /* giá cũ sau */
}
.global_product-price del span bdi {
  font-size: 16px;
  color: #6e6f80;
}
.banner-mid-home h1 {
  font-size: 64px !important;
  font-weight: 400 !important;
  font-family: "1FTV Photograph Signature", cursive !important;
  color: #fff;
  text-transform: none !important;
}
.banner-mid-home .banner-layers .text-box {
  top: 85px !important;
  transform: translate(-50%, 0%) !important;
}
.banner-mid-home .banner-bg.fill,
.banner-mid-home img,
.banner-mid-home .banner {
  border-radius: 24px !important;
}
.is-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.is-row a,
.btn-have-arrow a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.is-row a::after {
  content: "";
}

.is-row a,
.view-all-link,
.btn-have-arrow a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease;
}

.is-row a::after,
.view-all-link::after,
.btn-have-arrow a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.global_project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 30px;
}
.global_project-item {
  display: flex;
  align-items: center;
}
.global_project-left {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 22px;
  border: 1px solid #e1e1e1;
  border-right: 0;
  flex: 0 0 50%;
  gap: 12px;
}
.global_project-right {
  flex: 0 0 50%;
}
.global_project-title {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  color: #333333;
  text-transform: none;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; */
  margin-bottom: 0 !important;
  position: relative;
}
.global_project-title::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -22px;
  width: 3px;
  height: 24px;
  background: #d7a84e;
}
.global_project-title a {
  color: #333333 !important;
  text-decoration: none;
}
.global_project-status {
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
}
.global_project-location {
  font-size: 14px;
  display: flex;
  color: #0a184980;
  align-items: center;
}
.global_project-location i {
  color: #d7a84e;
  margin-right: 6px;
  font-size: 18px;
}
.col {
  padding-bottom: 0 !important;
}
.diviver-row .col {
  padding: 0 !important;
}
.diviver-row {
  margin-top: 0 !important;
}
.title-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-all-link {
  margin-bottom: 24px !important;
  flex: 0 0 auto;
}

.global_blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 30px;
}
.global_blog-item {
  border-radius: 24px 24px 0 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.blog-thumb {
  position: relative;
  width: 100%;
  padding-top: 250px; /* tạo khung 1:1 */
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: block;
}
.blog-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ảnh fill khung, không méo */
  transition: transform 0.4s ease;
}
.global_blog-item:hover .blog-thumb img {
  transform: scale(1.1);
}
.global_blog-content {
  padding: 24px;
}
.global_blog-title {
  color: #000;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.global_blog-excerpt p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical;
  margin-bottom: 0 !important;
}
.global_blog-diviver {
  height: 1px;
  background: #e1e1e1;
  margin: 24px 0;
}
.global_blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #6e6f80;
}
.global_blog-meta a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.commit-section .row {
  padding: 16px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.commit-section .row .col {
  position: relative;
  padding: 0 30px 0px !important;
}
/* .commit-section .row .col:first-child {
  padding-left: 0 !important;
}
 */
.commit-section .row .col::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #e1e1e1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.commit-section .row .col .icon-box-text h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.commit-section .row .col .icon-box-text p {
  font-size: 14px;
  color: #6e6f80;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.commit-section .icon-box {
  align-items: center;
}
.commit-section .row .col:last-child::after {
  display: none; /* ẩn pseudo-element */
}
.partner_logo-section .gs_logo_single,
#gs_logo_area_49 .gs_logo_single--wrapper {
  height: 100px !important;
}
.partner_logo-section {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background: var(
    --Gold-1,
    linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%)
  );
  margin-top: -75px !important;
}
.absolute-footer {
  display: none !important;
}

.footer_row-wrapper .col {
  flex-basis: 17%;
  max-width: 17%;
}
.footer_row-wrapper {
  justify-content: space-between;
}
.footer_row-wrapper::after {
  display: none !important;
}
.footer_row-wrapper .footer-col-1 {
  flex-basis: 28%;
  max-width: 28%;
}
.footer-wrapper {
  background-color: #000000;
}
.footer-col-1 .box-image img {
  height: 80px;
  width: auto;
}
.footer-col-1 .box-image {
  margin-bottom: 12px !important;
}
.footer-col-1 .box-text {
  text-align: left !important;
  color: #fff;
}
.footer-col-1 .box-text h4 {
  font-size: 16px;
  color: #fff !important;
  font-weight: 700;
}
.footer-col-1 .box-text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px !important;
}
.footer-wrapper .section-title-container h3 {
  font-size: 16px;
  color: #fff !important;
  font-weight: 700;
  border-bottom: 0 !important;
}
.footer-wrapper .section-title-container h3 span {
  border-bottom: 0 !important;
}

.footer_row-wrapper .ux-menu-link__link {
  border-bottom: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
}

.footer_row-wrapper .ux-menu-link__link i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #000;
  font-size: 16px;
  border-radius: 4px;
}
.footer_row-wrapper .ux-menu-link__link i.icon-facebook {
  color: #000;
  background: #fff;
}
.footer_row-wrapper .footer-col-5 {
  flex-basis: 24% !important;
  max-width: 24% !important;
}
.footer_row-wrapper .footer-col-4 {
  flex-basis: 14% !important;
  max-width: 14% !important;
}
.footer_row-wrapper .footer-col-5 iframe {
  height: 200px !important;
  border-radius: 24px !important;
}
.footer_row-wrapper .footer-col-5 p {
  margin-bottom: 0 !important;
}
.footer-wrapper .section {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.copy-right {
  padding: 15px !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
.copy-right p {
  margin-bottom: 0 !important;
}
.footer-wrapper .is-divider {
  background: var(
    --Gold-2,
    linear-gradient(
      90deg,
      #412b00 0%,
      #63471d 4%,
      #fff5ac 15%,
      #8b6415 25%,
      #63471d 31%,
      #412b00 33%,
      #7e5a0f 43%,
      #fff5ac 54%,
      #412b00 67%,
      #63471d 73%,
      #8b6415 79%,
      #fff5ac 88%,
      #6a4c26 98%,
      #412b00 100%
    )
  );
}
.home_about_us-section .image-cover {
  position: relative;
}
.home_about_us-section .about-us-top .image-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home_about_us-section .about-us-top {
  position: relative;
}
.home_about_us-section .about-us-top .box-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #fff;
  z-index: 999;
  text-align: center;
}
.home_about_us-section .about-us-top .box-text-inner h4 {
  font-size: 70px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150%;
  text-transform: uppercase;
  background: var(
    --Gold-1,
    linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%)
  );
  background-clip: text;
  text-align: left;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Quattrocento", serif !important;
}
.home_about_us-section .about-us-top .box-text-inner h4 strong {
  font-weight: 400 !important;
  background: #fff !important;
  background-clip: text !important;
}
.home_about_us-section .about-us-top .large-4 {
  flex-basis: 41.333333%;
  max-width: 41.333333%;
}

.home_about_us-section .about-us-top .col-inner {
  text-align: left !important;
}
.home_about_us-section .about-us-top .button {
  padding: 15px 31px !important;
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 500;
  line-height: 139%;
  background-color: #c9bbaa;
  box-shadow: none !important;
}
.about-us-bottom {
  justify-content: space-between;
  margin-top: -600px;
}
.about-us-bottom::after {
  display: none !important;
}
.about-us-bottom .col:first-child .col-inner {
  display: flex;
  gap: 24px;
}
.about-us-bottom .col:first-child .col-inner h1 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  border-bottom: 0 !important;
  position: relative;
}
.about-us-bottom .col:first-child .col-inner h1::after {
  content: "";
  width: 2px;
  height: 112.273px;
  position: absolute;
  left: -37px;
  top: -35px;
  background-color: #000;
}
.about-us-bottom .col:first-child .col-inner h1 span {
  border-bottom: 0 !important;
}
.about-us-bottom .col:first-child .col-inner {
  padding: 35px !important;
  padding-right: 0 !important;
  border-left: 1px solid #e6e6e6 !important;
}
.about-us-bottom .col:first-child {
  display: flex;
  align-items: flex-end;
}
.btn-have-arrow a {
  display: flex;
  justify-content: flex-end;
}
.breadcrumb-wrapper .woocommerce-breadcrumb {
  display: flex;
  gap: 6px;
  align-items: center;
}
.breadcrumb-wrapper .woocommerce-breadcrumb i {
  font-size: 20px;
  color: #000;
}
.breadcrumb-wrapper {
  padding: 25px 0 15px;
}
.san_pham-filter-wrap {
  display: flex;
  align-items: center;
}
.san_pham-filter-input form,
.san_pham-filter-input select {
  margin-bottom: 0 !important;
}
.san_pham-filter-input form {
  display: flex;
  justify-content: space-between;
}
.diviver-filter {
  width: 1px;
  height: 35px;
  background-color: #71706e;
  margin: 0 24px;
}
.san_pham-filter-input {
  flex: 1;
}
.san_pham-category-filter,
.san_pham-ordering {
  flex: 0 0 300px;
}
.san_pham-filter-input form select {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.7px;
  padding: 10px 16px !important;
  box-shadow: none !important;
  height: 45px !important;
  border-radius: 4px;
}
.san_pham-filter-input form select option {
  text-transform: none;
}
#san_pham-page .global_product-grid {
  margin: 50px 0;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  /* border: 1px solid #ddd; */
  /* border-radius: 4px; */
  font-size: 18px;
  color: #00000080;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-wrapper .page-numbers:hover {
  background: rgba(0, 0, 0, 0.06);
  /* border-color: #ccc; */
}

.pagination-wrapper .page-numbers.current {
  background: rgba(0, 0, 0, 0.06);
  color: #000;
  border-color: #333;
}

.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
  font-weight: bold;
  font-size: 18px;
  width: 40px;
  height: 40px;
  color: #000;
  border: 1px solid #ddd;
}

.pagination-wrapper .page-numbers.dots {
  border: none;
  background: transparent;
  pointer-events: none;
}

.product_information-summary {
  padding-left: 40px;
}
.single_product-content-wrapper {
  padding-right: 40px;
}
.product-attributes {
  margin: 16px 0 20px;
  padding: 0;
  list-style: disc;
  padding-left: 22px;
}

.product-attributes li {
  margin-bottom: 6px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.product-attributes strong {
  color: #000;
  font-weight: 700;
}

.product-price .product-price-label {
  font-size: 20px;
  font-weight: bold;
  color: red;
}

.product-gallery-wrapper {
  width: 100%;
}

.product-gallery-main {
  margin-bottom: 24px;
}

.product-gallery-main img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.product-gallery-thumbs img {
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.product-gallery-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
.product_information-summary .product-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.product-price-value,
.xoo-wsc-pprice {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-direction: row;
}
.product-price-value del,
.xoo-wsc-priceBox del {
  order: 2;
}
.product-price-value ins,
.xoo-wsc-priceBox ins {
  order: 1;
}
.product_information-summary .product-price {
  display: flex;
  gap: 12px;
}
.product-price-value ins span bdi,
.xoo-wsc-priceBox ins span bdi {
  color: #df1e26;
  font-size: 20px;
  font-weight: 700;
}
.product-price-value del span bdi {
  font-size: 16px;
  color: #6e6f80;
}
.product_information-summary .buttons_added,
.cart_item .buttons_added {
  gap: 10px;
}
.product_information-summary .buttons_added .input-text,
.cart_item .product-quantity .input-text {
  box-shadow: none !important;
  width: 90px;
  height: 44px;
  border-radius: 11px !important;
  border: 1px solid var(--E1, #e1e1e1) !important;
  background: var(--White, #fff);
  max-width: unset !important;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.06) !important;
}
.product_information-summary .ux-quantity__button,
.cart_item .ux-quantity__button {
  width: 44px;
  height: 44px;
  border-radius: 11px !important;
  border: 1px solid var(--E1, #e1e1e1) !important;
  background: var(--White, #fff) !important;
  max-width: unset !important;
  border-left: 1px solid var(--E1, #e1e1e1) !important;
  border-right: 1px solid var(--E1, #e1e1e1) !important;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.06) !important;
}
.product_information-summary .quantity .button.minus,
.cart_item .quantity .button.minus {
  border-radius: 11px !important;

  border-right: 1px solid var(--E1, #e1e1e1) !important;
}
.product_information-summary .quantity .button.plus,
.cart_item .quantity .button.plus {
  border-radius: 11px !important;

  border-left: 1px solid var(--E1, #e1e1e1) !important;
}
.add-to-cart-wrapper .single_add_to_cart_button {
  flex: 1;
  border-radius: 6px !important;
  background: #71706e !important;
  color: var(--White, #fff) !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  height: 51px !important;
  line-height: 51px !important;
}
.buy-now-wrapper {
  margin-top: 24px;
}
.buy-now-wrapper .btn-buy-now {
  padding: 16px 0;
  border-radius: 4px;
  display: block;
  background: #df1e26;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.buy-now-wrapper .btn-buy-now small {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.product-sidebar-inner ul {
  list-style: none !important;
}
.product-sidebar-inner {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 1px solid var(--E1, #e1e1e1);
  margin-bottom: 50px;
}
.product-sidebar-inner h2 {
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #d7a84e;
  line-height: 24px;
  margin-bottom: 0 !important;
}
.product-sidebar-inner ul {
  padding: 24px;
  background: #f6f7fa;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.product-sidebar-inner ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}
.product-sidebar-inner ul li:last-child {
  margin-bottom: 0;
}
.product-sidebar-inner ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.product-sidebar-inner ul li a:hover {
  font-weight: 700;
}
.sidebar-row {
  display: flex;
  gap: 12px;
}
.sidebar-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar-thumbnail {
  flex: 0 0 90px;
}
.sidebar-infor {
  flex: 1; /* cho text chiếm toàn bộ phần còn lại */
  min-width: 0; /* fix lỗi chữ dài không xuống dòng */
}

.sidebar-infor .product-title {
  display: block; /* ép link thành block */
  white-space: normal; /* cho phép xuống dòng */
  word-break: break-word; /* nếu có từ quá dài thì bẻ */
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sidebar-infor .product-price-value {
  display: flex; /* thay vì flex */
  line-height: 1.4;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.sidebar-infor .product-price-value ins {
  display: block; /* giá khuyến mãi riêng 1 dòng */
  color: #df1e26;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.sidebar-infor .product-price-value del {
  display: block; /* giá gốc xuống dòng dưới */
  font-size: 14px;
  color: #6e6f80;
}
.project-single-sliders {
  position: relative;
  overflow: hidden;
}

.project-single-sliders .swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.project-single-sliders .swiper-button-prev,
.project-single-sliders .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 60px;
  height: 60px;
}

.project-single-sliders .swiper-button-next:after,
.project-single-sliders .swiper-button-prev:after {
  font-size: 35px !important;
}
.single_project-title {
  color: #d7a84e;

  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7a84e;
}
.single_project-content li,
.single_project-content p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}
.single_project-content ul {
  padding-left: 20px;
}
.single_project-content {
  padding-bottom: 4px;
  border-bottom: 1px solid #d7a84e;
  margin-bottom: 24px;
}
.single_project-related h2,
.single_post-related h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.agency-tabs {
  width: 100%;
}

.tab-list {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #eee;
  position: relative;
  list-style: none;
  margin-bottom: 0 !important;
}

.tab-item {
  padding: 16px 0;
  cursor: pointer;
  font-weight: 500;
  color: #707070;
  font-size: 16px;
  position: relative;
  margin-bottom: 3px;
}

.tab-item.active {
  color: #000;
}

.tab-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 0;
  background: #d7a84e; /* gạch vàng */
  border-radius: 2px;
  transition: all 0.3s ease;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateX(50px);
}

.tab-pane.active {
  display: block;
  padding-top: 50px;
  animation: slideIn 0.4s ease forwards;
}
.tab-pane h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
.tab-pane p {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #333;
  text-align: justify;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.agent-list {
  list-style: none;
}
.agent-list h4 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  position: relative;
  padding-left: 20px;
}
.agent-list h4::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 10px;
  background-color: #000;
}
.agent-list p {
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.agent-list li {
  margin-bottom: 0 !important;
  padding-bottom: 24px;
  margin-bottom: 24px !important;
  border-bottom: 1px solid #d7a84e;
}
.agent-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.contact-information-inner {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 16px;
}
.contact-information-inner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  left: 0;
  z-index: 1;
  background-color: #00000046;
  border-radius: 16px;
}
.contact-information-inner-content {
  z-index: 2;
  position: relative;
}
.contact-information-inner-content {
  padding: 28px 24px;
}
.contact-information-logo a img {
  height: 70px !important;
}
.need-support {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.contact-information-icon-box {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.contact-information-icon {
  flex: 0 0 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffffff62;
}
.contact-information-icon-box:last-child {
  margin-bottom: 0px;
}
.contact-information-icon-box a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.btn-contact-redirect {
  margin-top: 40px;
  margin-left: auto;
  display: block;
  margin-right: auto;
  width: fit-content;
  padding: 12px 40px;
  border-radius: 8px;
  background: var(
    --Gold-1,
    linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%)
  );
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 150%;
}
.product_detail-tabs img {
  display: block;
  margin: 0 auto;
}
.global_price-form-wrapper {
  display: flex;
  justify-content: space-between;
}

.global_price-form-wrapper {
  border-radius: 12px;
  border: 1px solid var(--Gold-2, #412b00);
  background: var(
    --Gold-1,
    linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%)
  );
  padding: 12px 24px;
}

.global_price-form-inner {
  display: flex;
  gap: 12px;
  align-items: center;
}
.global_price-form-inner span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.global_price-form-inner form {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
}
.global_price-form-inner form input {
  margin-bottom: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 4px;
  border: 0 !important;
}
.global_price-form-inner form input[type="tel"]::placeholder {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.global_price-form-inner input[type="submit"] {
  border-radius: 4px;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-right: 0 !important;
}
/* .global_price-form-inner input[type="submit"] {
  position: relative;
  padding-right: 42px; 
}

.global_price-form-inner form::after {
  content: "";
  background: url('../images/send.svg') no-repeat center center;
  background-size: 18px 18px; 
  width: 18px;
  height: 18px;

  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; 
} */
.global_price-form-inner form::after {
  content: "";
  background: url("../images/send.svg") no-repeat center center;
  background-size: 19px 19px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  pointer-events: none;
}
.wpcf7-spinner {
  display: none !important;
}
.global_price-form-inner .wpcf7 {
  flex: 0 0 300px;
}
/* .global_price-form-inner {
  margin-bottom: 25px;
} */
.global_price-form-right a {
  display: block;
  position: relative;
}
.global_price-form-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.global_price-form-right a img {
  height: 116px;
  object-fit: contain;
  margin-top: 0px;
  scale: 1;
}
.price-form-right {
  position: absolute;
  bottom: 34px;
  right: 69px;
}
.price-form-right span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.single_product-related-grid {
  display: flex;
  justify-content: space-between;
}
.single_product-related-grid .global_product-item {
  flex: 0 0 300px;
}
.single_product-related h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
.single_product-related {
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #d7a84e;
}
.latest_news .sidebar-row {
  align-items: center;
}
/* .latest_news .sidebar-row  */

.single_avatar img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.single_post_title {
  margin-top: 50px;
  margin-bottom: 24px;
  font-size: 32px;
  color: #000;
  font-weight: 700;
}

.single_post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.single_post-meta .author-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.single_post-meta .author-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.single_post-meta .author-name {
  font-weight: 600;
  color: #000;
}

.single_post-meta .post-date {
  font-size: 14px;
  color: #808080;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single_post-content p {
  color: #333;

  text-align: justify;
}
.single_post-content img {
  display: block;
  margin: 0 auto;
}
.single_post-content {
  margin-bottom: 50px;
}

.single_post-related h2 {
  margin: 50px 0 40px;
  padding-top: 40px;
  border-top: 1px solid #d7a84e;
}
.single_post-related .global_blog-grid {
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}
#single_post {
  padding-bottom: 100px !important;
}

.contact-page-left .agent-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 24px;
  margin-bottom: 24px !important;
  border-bottom: 1px solid #d7a84e;
}
.contact-page-left h2 {
  font-size: 20px;
  font-weight: 700;
  color: #d7a84e;
  line-height: 1.6;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-page-information {
  list-style: none;
}
.contact-page-information a span {
  font-size: 16px;
  font-weight: 400;
}
.contact-page-right {
  padding-left: 40px !important;
}
.contact-page-right iframe {
  width: 100%;
  height: 100%;
}
.page-id-349 .home_about_us-section {
  padding-top: 0 !important;
}

.page-id-349 .home_about_us-section .about-us-top .image-cover {
  padding-top: 755px !important;
}
.page-id-349 .home_about_us-section .about-us-bottom .image-cover {
  padding-top: 1000px !important;
}
.page-id-349 .about-us-bottom {
  margin-top: -617px;
}
.big-about-us-img img,
.small-about-us-img img {
  object-fit: contain !important;
}
.about_us-spacing-row .col:first-child {
  display: flex !important;
  align-items: flex-end !important;
  padding-right: 40px !important;
}
.about_us-spacing-row .col:last-child .col-inner {
  display: flex !important;
  align-items: center !important;
}
.about_us-spacing-row h2 {
  border-bottom: 1px solid rgba(215, 168, 78, 1);
  margin-bottom: 0 !important;
}
.about_us-spacing-row h2 {
  color: #d7a84e !important;
  font-size: 42px;
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 50px !important;
}
.about_us-spacing-row h2 span {
  border-bottom: 0 !important;
  text-transform: capitalize !important;
}
.small-about-us-img {
  display: none !important;
}
.about_us-spacing-row {
  margin-top: -315px !important;
}
.about_us-spacing-top img {
  object-position: bottom !important;
}
.about_us-col-img .col-inner,
.about_us-col-img .col-inner .img.has-hover,
.about_us-col-img .col-inner .img.has-hover .img-inner {
  height: 100% !important;
}
.about_us-col-img .col-inner .img.has-hover .img-inner img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 24px;
}
.about_us-col-text {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.about_us-col-text ul,
.about_us-col-text ul li:last-child {
  margin-bottom: 0 !important;
}
.about_us-col-text ul,
.about_us-col-text ul li {
  color: #333333;
  font-size: 16px;
  font-weight: 400 !important;
}
.about_us-col-img {
  padding-right: 40px !important;
}
.about_us-left-right {
  padding-bottom: 50px !important;
}
.page-id-349 .is-divider {
  margin-top: 0 !important ;
  margin-bottom: 0 !important ;
}
.divider-row {
  margin-top: 0 !important;
}
.about-video {
  padding-top: 50px !important;
}
.about-video .video {
  border-radius: 12px !important;
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 25px;
}
.search-thumb {
  border-radius: 0 !important;
}
.search-card-title a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.search-header h1 {
  font-size: 32px;
  font-weight: 600;
  color: #d7a84e;
}
.search-card-excerpt p {
  font-size: 16px;
  color: #000;
}
table {
  border: 1px solid #e6e6e6 !important;
  border-radius: 12px !important;
  border-collapse: separate !important;
  margin-bottom: 24px !important;
}
.shop_table thead th {
  padding: 16px 24px !important;
  font-size: 16px;
  font-weight: 700;
  color: #d7a84e;
  border: 0 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6 !important;
}

.shop_table .cart_item td {
  padding: 16px 24px !important;
}
.shop_table .cart_item .product-name img {
  height: 80px;
  width: auto;
}
/* .shop_table thead .product-name {
  border-top-left-radius: 12px;
} */
.shop_table .cart_item .product-name .product_name-value {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
}
.shop_table .cart_item .product-name .product_name-value:hover {
  color: #d7a84e !important;
}
.shop_table .cart_item .woocommerce-Price-amount bdi {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.cart_page-actions-left .continue-shopping {
  float: unset !important;
}
.cart_page-actions-left .continue-shopping a,
.cart_page-actions-left-right button {
  background-color: transparent !important;
  border: 1px solid #000000 !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  display: flex;
  width: 320px;
  margin: 0 !important;
  height: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.cart_page-actions {
  display: flex;
  justify-content: space-between;
}
.cart-wrap-total {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  font-size: 24px;
  color: #000;
  gap: 12px;
  font-weight: 700 !important;
}
.cart_page-actions-left-right {
  display: flex;
  gap: 12px;
}
.cart_page-actions-left-right a {
  width: 320px;
  margin: 0 !important;
  height: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  background-color: #ff0000 !important;
  color: #fff !important;
}
#main,
#wrapper {
  background-color: none !important;
  position: unset !important;
}
#billing_first_name_field {
  display: none !important;
}
.woocommerce-billing-fields h3 {
  display: none !important;
}
.woocommerce-billing-fields {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.checkout-left {
  padding-left: 0 !important;
}
.required-note {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000;
}
.required-note span {
  color: #ff0000;
}
.required-note i {
  font-weight: 400;
}
.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 0 !important;
}
.woocommerce-billing-fields__field-wrapper input {
  margin-bottom: 20px !important;
  height: 50px !important;
  box-shadow: none !important;
  border: 1px solid #e6e6e6;
  border-radius: 6px !important;
}
.form-row.notes textarea {
  box-shadow: none !important;
  border: 1px solid #e6e6e6 !important;
  margin-bottom: 20px !important;
  border-radius: 6px !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #d7d5d5 !important;
  height: 50px !important;
  /* padding: 10px !important; */
  border-radius: 6px !important;
  box-shadow: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 50px !important;
  line-height: 50px !important;
}
.woocommerce-billing-fields__field-wrapper label {
  display: none !important;
}
.form-row .select2-container {
  margin-bottom: 20px !important;
}
.payment-method-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7a84e;
  text-transform: none !important;
  color: #000 !important;
}

/* Ẩn radio mặc định */
.woocommerce input[type="radio"].input-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d4a649; /* viền vàng */
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  outline: none;
  margin: 0;
  background: #fff;
  transition: all 0.2s ease;
}

/* Khi checked */
.woocommerce input[type="radio"].input-radio:checked {
  border-color: #d4a649;
  background: #fff;
}

.woocommerce input[type="radio"].input-radio:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d4a649; /* màu vàng khi chọn */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wc_payment_method label {
  font-size: 16px !important;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.wc_payment_method-heading {
  display: flex;
  padding: 14px;
  width: 100%;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  margin-bottom: 12px;
}
.wc_payment_method-heading:has(input[type="radio"]:checked) {
  border: 1px solid #d7a84e;
  background: #f3f3f3;
}
.wc_payment_method p {
  color: #000;
}
.payment_methods li + li {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.payment_box-default-fields p {
  margin-bottom: 12px;
}
.bank-transfer-text {
  padding-left: 22px;
  margin-bottom: 12px;
}
.bank-transfer-text p {
  position: relative;
}
.bank-transfer-text p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  top: 8px;
  left: -16px;
}
.custom-checkout .row {
  justify-content: space-between;
}
.checkout-right {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px #00000040;
  padding: 24px;
  height: fit-content;
}
.cart-header h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 12px !important;
  font-weight: 600;
  text-transform: none !important;
}
.cart-summary .cart-item {
  display: flex;
  padding: 12px 0;
  gap: 16px;
}
.cart-summary .cart-item .thumb {
  flex: 0 0 84px;
}
.cart-summary .cart-item .name {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.cart-summary .cart-item .price .woocommerce-Price-amount bdi {
  font-weight: 400;
}
.cart-summary .cart-items {
  margin-bottom: 0 !important;
}
.checkout-coupon .coupon-input {
  display: flex;
  gap: 20px;
  margin-bottom: 12px !important;
}
.checkout-coupon input {
  height: 50px !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.checkout-coupon .coupon-input button {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: none !important;
  flex: 0 0 100px;
  height: 50px;
  border-radius: 6px;
}
.totals-row {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
.totals-row .value bdi,
.totals-row .value {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.totals-row .label {
  font-size: 14px !important;
}
.totals-row.order-total {
  border-bottom: 0 !important;
}
.totals-row.order-total .label {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
}
.totals-row.order-total .value bdi {
  color: #cb0000 !important;
  font-size: 18px !important;
}
.checkout-right .place-order .btn-submit {
  border-radius: 43px !important;
  background-color: #df1e26 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.payment-method-sub-title {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 500 !important;
  text-transform: none !important;
  margin-bottom: 16px !important;
}

.woocommerce-order.thankyou-layout {
  margin: 40px auto;
  max-width: 1200px;
  font-family: "Inter", sans-serif;
}

.thankyou-layout .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Cột trái - Chi tiết đơn hàng */
.thankyou-left {
  flex: 0 0 65%;
  background: #fff;
  padding: 25px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.thankyou-left h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0a2540;
}

.thankyou-left table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.thankyou-left table.shop_table th,
.thankyou-left table.shop_table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}

.thankyou-left table.shop_table thead th {
  font-weight: 600;
  background: #fafafa;
}

.thankyou-left table.shop_table .order-total td,
.thankyou-left table.shop_table .order-total th {
  font-weight: 600;
  color: #d4a649;
  font-size: 16px;
}

/* Box thông tin chuyển khoản */
.bank-transfer-info {
  margin-top: 20px;
  padding: 20px;
  border: 1px dashed #d4a649;
  border-radius: 6px;
  background: #fff8f3;
}

.bank-transfer-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0a2540;
}

.bank-transfer-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #444;
}

.bank-transfer-info img {
  margin-top: 10px;
  max-width: 160px;
  border-radius: 4px;
}

/* Cột phải - Thông tin chung */
.thankyou-right {
  flex: 0 0 30%;
}

.order-summary-box {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
}

.order-summary-box p {
  font-size: 14px;
  margin: 8px 0;
  color: #333;
}

.order-summary-box p strong {
  font-weight: 600;
  color: #0a2540;
}

.order-summary-box .woocommerce-order-overview__total strong {
  font-size: 16px;
  color: #d4a649;
}
.xoo-wsc-cart-active .xoo-wsc-opac {
  opacity: 0.5 !important;
}
.xoo-wsc-header,
.xoo-wsc-body,
.xoo-wsc-footer,
.xoo-wsc-product,
.xoo-wsc-container {
  background-color: #3c3c3a !important;
}
.xoo-wsc-scroll {
  overflow-y: auto;
}
.xoo-wsc-header,
.xoo-wsc-product,
.xoo-wsc-footer {
  padding: 0 !important;
  margin: 0 !important;
}
.xoo-wsc-ft-amt-savings,
.xoo-wsc-ft-amt-savings,
.xoo-wsc-psavings,
.xoo-wsc-ft-btn-continue {
  display: none !important;
}
.xoo-wsc-container {
  padding: 24px !important;
}
.xoo-wsc-header .xoo-wsch-basket {
  display: none !important;
}
.xoo-wsc-header .xoo-wsch-text {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.xoo-wsc-header {
  color: #fff !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #d7a84e !important;
}
.xoo-wsc-img-col img {
  border-radius: 0 !important;
  height: 80px !important;
  width: auto !important;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col {
  width: fit-content !important;
}
.xoo-wsc-product {
  border-radius: 0px !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #b7b7b73d !important;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card),
.xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount,
.xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
  color: #fff !important;
}
.xoo-wsc-sm-right {
  justify-content: space-between;
}
.xoo-wsc-footer-txt {
  display: none !important;
}
.xoo-wsc-ft-amt-subtotal {
  color: #fff !important;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  margin-top: 24px !important;
}
.xoo-wsc-ft-amt-label {
  flex-grow: unset !important;
}
.xoo-wsc-ft-amt-value bdi {
  font-size: 20px !important;
  color: #fff !important;
}
.xoo-wsc-ft-btn-cart {
  background-color: #fff !important;
}
.xoo-wsc-ft-btn-checkout {
  background-color: #666666 !important;
}
.xoo-wsc-ft-btn-checkout .woocommerce-Price-amount {
  display: none !important;
}
.xoo-wsc-ft-buttons-cont {
  display: flex;
  gap: 12px;
  margin-top: 40px !important;
}
.xoo-wsc-ft-buttons-cont a {
  font-size: 18px !important;
  font-weight: 400 !important;
  border: unset !important;
  color: #000 !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  padding: 11px 0 !important;
  flex: 1;
}
.xoo-wsc-ft-buttons-cont a:hover {
  border: unset !important;
}
.header-inner::after {
  display: none !important;
}
.menu-hambuger,.mobile-search-wrapper {
  display: none;
}

/* Sidebar menu */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -300px; /* ban đầu ẩn */
  width: 300px;
  height: 100%;
  background: #222;
  color: #fff;
  z-index: 999999999;
  transition: left 0.3s ease;
  /* overflow-y: auto; */
}

.mobile-sidebar.active {
  left: 0;
}

.mobile-sidebar-inner {
  padding: 20px;
}

.mobile-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mobile-sidebar-header span {
  font-size: 18px;
  font-weight: 600;
}

.mobile-sidebar-close {
  background: none;
  border: none;
  font-size: 28px;
  margin: 0;
  padding-right: 0;
  color: #fff;
  min-height: unset !important;
  line-height: unset !important;
  cursor: pointer;
}

.mobile-sidebar .mobile-menu {
  list-style: none;
  margin: 0;
  max-height: 550px;
  overflow-y: scroll;
  padding: 0;
  /* scrollbar-width: thin;
  scrollbar-color: #d7a84e transparent; */
}

/* Chrome, Edge, Safari */
.mobile-sidebar .mobile-menu::-webkit-scrollbar {
  width: 6px; /* nhỏ lại */
}

.mobile-sidebar .mobile-menu::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-sidebar .mobile-menu::-webkit-scrollbar-thumb {
  background-color: #d7a84e; /* màu vàng đồng */
  border-radius: 3px;
}
.header-mobile-search form {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 10px;
  max-width: unset !important;
  width: fit-content;
}
.mobile-sidebar .mobile-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-sidebar .mobile-menu .sub-menu li.menu-item-has-children .sub-menu li {
  border-bottom: 0 !important;
}

.mobile-sidebar .mobile-menu li a {
  display: block;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
}
.mobile-sidebar .mobile-menu .sub-menu li.menu-item-has-children .sub-menu {
  padding-left: 30px;
}
.mobile-sidebar
  .mobile-menu
  .sub-menu
  li.menu-item-has-children
  .sub-menu
  li
  a {
  padding: 0;
}
.mobile-sidebar .mobile-menu li a:hover {
  color: #f1c40f;
}

/* Overlay */
.mobile-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9998;
}

.mobile-sidebar-overlay.active {
  display: block;
}
.mobile-sidebar .mobile-menu .sub-menu {
  display: none;
  background: #1a1a1a;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Hover vào li cha -> show con */
/* .mobile-sidebar .mobile-menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
} */

/* Cấp 1 */
.mobile-sidebar .mobile-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #111;
  text-decoration: none;
  transition: background 1s, color 1s;
}

.mobile-sidebar .mobile-menu > li > a:hover {
  background: #000;
  color: #f1c40f;
}
.mobile-sidebar .mobile-menu li.menu-item-has-children {
  position: relative;
}

.mobile-sidebar .mobile-menu li.menu-item-has-children .submenu-toggle {
  position: absolute;
  top: 26px;
  right: 16px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("../images/arrow-menu.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.5s;
}

/* submenu ẩn mặc định */
.mobile-sidebar .mobile-menu li.menu-item-has-children > .sub-menu {
  display: none;
}

/* khi mở thì hiển thị */
.mobile-sidebar .mobile-menu li.menu-item-has-children.open > .sub-menu {
  display: block;
}

/* xoay mũi tên khi mở */
.mobile-sidebar .mobile-menu li.menu-item-has-children.open > .submenu-toggle {
  transform: translateY(-50%) rotate(180deg);
}
/* Submenu item */
.mobile-sidebar .mobile-menu .sub-menu li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #ddd;
  text-decoration: none;
  transition: color 0.7s;
}

.mobile-sidebar .mobile-menu .sub-menu li a:hover {
  color: #f1c40f;
}
.arrow-home {
  border: solid #ffffff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 10px;
}
.arrow-home-prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 15px;
}
.arrow-home-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 15px;
}
.slider-home-button-next:hover,
.slider-home-button-prev:hover {
  background-color: #d7a84e;
}
.slider-home-button-next:hover .arrow-home,
.slider-home-button-prev:hover .arrow-home {
  border-color: #000000;
}
.footer-wrapper .section-title-container h3 span {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-wrapper .footer-col-5 .section-title-container h3 span::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/ggmaps.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.page-id-349
  .about-us-bottom
  .col:first-child
  .col-inner
  .section-title-container {
  flex: 0 0 200px;
}
.page-id-349 .about-us-bottom .col:first-child .col-inner {
  padding-bottom: 0 !important;
}
.page-id-349 .about-us-bottom .col:first-child {
  flex-basis: 56%;
  max-width: 56%;
}

.page-id-349 .about-us-bottom .col:first-child .col-inner p {
  font-size: 16px;
  color: #333;
  line-height: 170%;
}
.share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.global-share-icon {
  align-items: center;
}
.share-btn i {
  color: #5c5c5c;
}
.share-btn i.bi-link {
  font-size: 20px;
}
.share-btn:hover {
  background-color: #5c5c5c;
}
.share-btn:hover i {
  color: #fff;
}
.share-label {
  font-weight: 600;
}
.product_information-gallery {
  position: relative;
}
.badge-sale {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 20px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #ea4b48;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.global_product-item .badge-sale {
  top: 15px;
  left: 15px;
}
.bank-transfer-account p {
  margin-bottom: 0;
  font-size: 16px !important;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.bank-transfer-account p:nth-child(2) {
  text-transform: uppercase;
}
.woocommerce-message.message-wrapper {
  display: none;
}
#button-contact-vr {
  position: fixed;
  right: 0;
  bottom: 8%;
  z-index: 99999;
}

#button-contact-vr .button-contact {
  position: relative;
  margin-top: 5px;
  width: 90px;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  display: block;
}

.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out,
    zoom 1.3s infinite;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out, zoom 1.3s infinite;
}

.phone-vr-img-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height: 24px;
  max-width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#phone-vr .phone-vr-img-circle img {
  max-height: 34px;
  max-width: 34px;
}
#phone-vr .phone-vr-img-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#phone-vr .phone-vr-circle-fill {
  width: 75px;
  height: 75px;
}
#button-contact-vr #phone-vr.button-contact .phone-vr {
  width: 100px;
  height: 100px;
}
#button-contact-vr #phone-vr.button-contact {
  width: 100px;
}
/* Màu riêng cho từng nút */
#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

#messenger-vr .phone-vr-img-circle img {
  max-height: 34px;
  max-width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pxl-icon-list.pxl-icon1.icon-style3 {
  display: none !important;
}

#phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #d33;
  background-color: rgba(230, 8, 8, 0.7);
}

#phone-vr .phone-vr-img-circle {
  background-color: #d33;
}

#messenger-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #0084ff;
  background-color: rgba(68, 138, 255, 0.7);
}

#messenger-vr .phone-vr-img-circle {
  background-color: #448aff;
}

/* Hiệu ứng vòng tròn */
@keyframes phone-vr-circle-fill {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.button-contact-mobile {
  display: none;
}

/* BTN CALL */

.container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes moveText {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes moveText {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.bg-btn {
  padding: 6px;
  background: #4b3423;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 6px 0px #000;
  box-shadow: 0px 0px 6px 0px #000;
}

.call-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 38px;
  background: radial-gradient(circle, #9c6b45 10%, #2f2f2f 100%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  stroke: #c79775;
  -webkit-box-shadow: 0px 0.5px 22.05px 0px #201047 inset;
  box-shadow: 0px 0.5px 22.05px 0px #201047 inset;
  -webkit-box-shadow: 0px 2px 22.75px rgba(199, 151, 117, 0.69);
  box-shadow: 0px 2px 22.75px rgba(199, 151, 117, 0.69);
}

.call-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(transparent)
  );
  background: linear-gradient(90deg, white, transparent);
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-animation: borderMove 1s linear infinite;
  animation: borderMove 1s linear infinite;
  stroke-width: 1.5px;
}

@-webkit-keyframes borderMove {
  0% {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      to(transparent)
    );
    background: linear-gradient(0deg, white, transparent);
  }
  5% {
    background: linear-gradient(18deg, white, transparent);
  }
  10% {
    background: linear-gradient(36deg, white, transparent);
  }
  15% {
    background: linear-gradient(54deg, white, transparent);
  }
  20% {
    background: linear-gradient(72deg, white, transparent);
  }
  25% {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(white),
      to(transparent)
    );
    background: linear-gradient(90deg, white, transparent);
  }
  30% {
    background: linear-gradient(108deg, white, transparent);
  }
  35% {
    background: linear-gradient(126deg, white, transparent);
  }
  40% {
    background: linear-gradient(144deg, white, transparent);
  }
  45% {
    background: linear-gradient(162deg, white, transparent);
  }
  50% {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(white),
      to(transparent)
    );
    background: linear-gradient(180deg, white, transparent);
  }
  55% {
    background: linear-gradient(198deg, white, transparent);
  }
  60% {
    background: linear-gradient(216deg, white, transparent);
  }
  65% {
    background: linear-gradient(234deg, white, transparent);
  }
  70% {
    background: linear-gradient(252deg, white, transparent);
  }
  75% {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(white),
      to(transparent)
    );
    background: linear-gradient(270deg, white, transparent);
  }
  80% {
    background: linear-gradient(288deg, white, transparent);
  }
  85% {
    background: linear-gradient(306deg, white, transparent);
  }
  90% {
    background: linear-gradient(324deg, white, transparent);
  }
  95% {
    background: linear-gradient(342deg, white, transparent);
  }
  100% {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      to(transparent)
    );
    background: linear-gradient(360deg, white, transparent);
  }
}

@keyframes borderMove {
  0% {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      to(transparent)
    );
    background: linear-gradient(0deg, white, transparent);
  }
  5% {
    background: linear-gradient(18deg, white, transparent);
  }
  10% {
    background: linear-gradient(36deg, white, transparent);
  }
  15% {
    background: linear-gradient(54deg, white, transparent);
  }
  20% {
    background: linear-gradient(72deg, white, transparent);
  }
  25% {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(white),
      to(transparent)
    );
    background: linear-gradient(90deg, white, transparent);
  }
  30% {
    background: linear-gradient(108deg, white, transparent);
  }
  35% {
    background: linear-gradient(126deg, white, transparent);
  }
  40% {
    background: linear-gradient(144deg, white, transparent);
  }
  45% {
    background: linear-gradient(162deg, white, transparent);
  }
  50% {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(white),
      to(transparent)
    );
    background: linear-gradient(180deg, white, transparent);
  }
  55% {
    background: linear-gradient(198deg, white, transparent);
  }
  60% {
    background: linear-gradient(216deg, white, transparent);
  }
  65% {
    background: linear-gradient(234deg, white, transparent);
  }
  70% {
    background: linear-gradient(252deg, white, transparent);
  }
  75% {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(white),
      to(transparent)
    );
    background: linear-gradient(270deg, white, transparent);
  }
  80% {
    background: linear-gradient(288deg, white, transparent);
  }
  85% {
    background: linear-gradient(306deg, white, transparent);
  }
  90% {
    background: linear-gradient(324deg, white, transparent);
  }
  95% {
    background: linear-gradient(342deg, white, transparent);
  }
  100% {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      to(transparent)
    );
    background: linear-gradient(360deg, white, transparent);
  }
}
.call-icon {
  display: inline-block;
  font-size: 24px;
  -webkit-animation: shake 1s infinite;
  animation: shake 1s infinite;
}

.call-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-animation: moveText 1.5s infinite ease-in-out;
  animation: moveText 1.5s infinite ease-in-out;
}
.call-text p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 5px;
}
.call-text span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
