@charset "UTF-8";
.header-ttc {
  position: relative; }

.banner-360-image img {
  height: initial; }

body {
  font-family: 'Inter Display', sans-serif; }

/* Slick dots custom */
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 24px;
  gap: 8px; }

.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #555;
  opacity: 0.4;
  transition: all 0.3s ease; }

.slick-dots li.slick-active {
  background-color: #c00;
  opacity: 1; }

.slick-dots button {
  display: none !important; }

.header-ttc {
  background-color: #000;
  color: #fff;
  font-family: sans-serif; }

.header-ttc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.header-ttc-left {
  display: flex;
  align-items: center;
  gap: 40px; }

.header-ttc-logo img {
  max-height: 60px;
  width: auto; }

.header-ttc-nav-list {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0; }

.header-ttc-nav-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px; }

.header-ttc-nav-item a.active {
  color: #e63946; }

.header-ttc-right {
  display: flex;
  align-items: center;
  gap: 20px; }

.header-ttc-location {
  display: flex;
  align-items: center; }

.header-ttc-location-link {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px; }

.header-ttc-location-link img {
  margin-right: 6px; }

.header-ttc-search-form {
  display: flex;
  align-items: center;
  background: #222;
  border-radius: 100px;
  overflow: hidden; }

.header-ttc-search-form input {
  border: none;
  padding: 6px 12px;
  background: transparent;
  color: #fff;
  outline: none;
  font-size: 14px; }

.header-ttc-search-form button {
  background: none;
  border: none;
  padding: 6px 10px;
  cursor: pointer; }

.header-ttc-lang img {
  display: block;
  width: 24px;
  height: auto; }

/* Responsive */
@media (max-width: 767px) {
  .header-ttc-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px; }
  .header-ttc-left,
  .header-ttc-right {
    width: 100%;
    justify-content: space-between; }
  .header-ttc-nav-list {
    flex-wrap: wrap;
    gap: 12px; }
  .header-ttc-nav-item a {
    font-size: 13px; } }

.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.hero-banner-image picture,
.hero-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.hero-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  pointer-events: none; }

.hero-banner-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center; }

.hero-banner-inner {
  padding-left: 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.hero-banner-title {
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; }

.hero-banner-subtitle {
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-family: "SVN-Radiant Slender"  , sans-serif;
  font-size: 78px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap; }

.hero-banner-desc {
  display: flex;
  gap: 12px;
  align-items: flex-start; }

.hero-banner-desc-line {
  width: 133px;
  height: 3px;
  background: #c00;
  /* Gạch đỏ */
  margin-top: 10px;
  flex-shrink: 0; }

.hero-banner-desc p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */ }

/* Responsive */
@media (max-width: 767px) {
  .hero-banner-inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%; }
  .hero-banner-title {
    font-size: 32px; }
  .hero-banner-subtitle {
    font-size: 18px; }
  .hero-banner-desc {
    flex-direction: row; }
  .hero-banner-desc-line {
    width: 24px;
    height: 3px;
    margin-top: 7px; }
  .hero-banner-desc p {
    font-size: 13px; } }

.product-slider-section {
  background-color: #1d1d1d;
  padding: 80px 0;
  color: #fff; }
  @media (max-width: 767px) {
    .product-slider-section {
      padding: 30px 0; } }

.product-slider-heading {
  text-align: center;
  margin-bottom: 40px; }

.product-slider-label {
  color: #CE181E;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 160% */
  display: block; }

.product-slider-title-wrap {
  position: relative;
  display: inline-block; }

.product-slider-line {
  width: 1px;
  height: 24px;
  background: #c00;
  margin: 0 auto 12px;
  display: block; }

.product-slider-title {
  color: #FFF;
  text-align: center;
  font-family: "SVN-Radiant Slender", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 133.333% */ }

.product-slider {
  margin-top: 40px; }

.product-slide-item {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.product-slide-main-image {
  width: 100%;
  text-align: center; }

.product-slide-main-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  width: 100%; }

.product-slide-bottom {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  flex-wrap: wrap; }

.product-slide-bottom-left {
  min-width: 0; }

.product-slide-bottom-right {
  min-width: 0; }

.product-subtitle {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ccc;
  display: block;
  margin-bottom: 10px; }

.product-vendor-icon img {
  width: 175px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 16px; }

.product-description {
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 16px; }

.product-arrow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #c00;
  border-radius: 50%;
  transition: background 0.3s; }

.product-arrow-button:hover {
  background: #c00; }

.product-arrow-button svg {
  stroke: #c00;
  transition: stroke 0.3s; }

.product-arrow-button:hover svg {
  stroke: #fff; }

.product-slide-bottom-right {
  flex-shrink: 0; }

.product-color-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
  max-width: 160px;
  max-height: 300px;
  margin-left: auto;
  transform: translateY(-50%);
  margin-right: 30px; }

/* Responsive */
@media (max-width: 767px) {
  .product-slider-title {
    font-size: 26px; }
  .product-slide-bottom {
    flex-direction: column; }
  .product-slide-bottom-right {
    align-self: flex-start; } }

.product-slider-section {
  /* the slides */
  /* the parent */ }
  .product-slider-section .slick-slide {
    margin: 0 20px; }
  .product-slider-section .slick-list {
    margin: 0 -20px; }

.home-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.home-section-wrap {
  display: grid;
  grid-template-columns: 440px auto; }

.home-section-item {
  position: relative;
  color: #fff; }

.home-section-item img {
  width: 100%;
  height: auto;
  display: block; }

.home-section-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* overlay mờ nhẹ */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px; }

.home-section-item-title {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "SVN-Radiant Slender",sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; }

.home-section-item-desc {
  font-size: 16px;
  margin-bottom: 12px; }

.home-section-item-btn {
  background-color: #d32f2f;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  width: 190px;
  height: 60px;
  padding: 15px 18px;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  justify-content: center; }

.home-section-item-divider {
  font-size: 24px;
  margin-right: 5px; }

.home-section-item-number {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 15px 0; }

/* Layout chia box */
.home-section-item--large {
  flex: 2 1 calc(50% - 10px);
  min-width: 300px; }

.home-section-item--small {
  flex: 1 1 calc(16.6% - 10px);
  min-width: 200px; }

/* Đảm bảo 3 box nhỏ nằm liền kề bên phải */
.home-section-small-items {
  display: flex;
  flex: 3 1 calc(50% - 10px); }

/* Responsive */
@media (max-width: 1024px) {
  .home-section-item--large,
  .home-section-small-items {
    flex: 1 1 100%; }
  .home-section-small-items {
    flex-wrap: wrap; }
  .home-section-small-items .home-section-item {
    flex: 1 1 calc(50% - 10px);
    margin-bottom: 20px; } }

@media (max-width: 600px) {
  .home-section-item--large,
  .home-section-small-items .home-section-item {
    flex: 1 1 100%; } }

.savanibanner {
  /*
	.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

	.banner__image {
	width: 100%;
	height: auto;
	display: block;
	max-height: 850px;
	object-fit: cover;
}

	.banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

	.banner__content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;

}

	.banner__subtitle {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 600;
}

	.posivanic{
	margin-top: 14%;
	margin-left: -30px;
	.banner__subtitle{
	color:#fff;
}
	.banner__title{
	color:#fff;
}
}
	.banner__title {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 1.2;
}

	.banner__description {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 20px;
	color: #fff;
	max-width: 630px;
	margin-top: 15%;
	margin-left: -30px;
}

	.banner__logo {
	position: absolute;
	bottom: 0;
	right: -50px;
	width: 120px;
	height: auto;
}

	.banner__decor {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	background:url("//theme.hstatic.net/200001005471/1001358602/14/muitenxi.png?v=4159") left center no-repeat;
	background-size: 100% 100%;
}

	.banner__decor::before,
	.banner__decor::after {

}

	.banner__decor::before {
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}

	.banner__decor::after {
	bottom: 0;
	right: 0;
	transform: translate(50%, 50%);
}

	@media (max-width: 767px) {
	.banner__content {
	width: 80%;
	left: 10%;
	top: 15%;
}
	.banner__title {
	font-size: 32px;
}
	.banner__description {
	font-size: 14px;
}
}
	*/ }

.project-section {
  padding: 60px 20px;
  background: #1a1a1a;
  color: #fff;
  text-align: center; }

.project-section__line {
  width: 30px;
  height: 2px;
  background: #d32f2f;
  margin: 0 auto 10px; }

.project-section__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #CE181E;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; }

.project-section__title {
  color: #FFF;
  text-align: center;
  font-family: "SVN-Radiant Slender",sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 133.333% */ }

.project-section__desc {
  color: #8C8C8C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 45px; }

.project-slider__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }

.project-slider__image img {
  width: 100%;
  height: auto;
  display: block; }

.project-slider__info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(0deg, #000 0%, transparent 100%);
  padding: 20px; }

.project-slider__info h3 {
  margin: 0;
  font-size: 18px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.project-slider__info span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.project-slider__icon {
  display: block;
  margin-top: 5px;
  color: #d32f2f;
  margin-top: 40px; }

.slick-dots li button:before {
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #d32f2f; }

.blog-section {
  background: #1a1a1a;
  color: #fff; }

.blog-section__header {
  text-align: center;
  margin-bottom: 30px; }

.blog-section__line {
  width: 30px;
  height: 2px;
  background: #d32f2f;
  margin: 0 auto 10px; }

.blog-section__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #CE181E;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; }

.blog-section__title {
  color: #FFF;
  text-align: center;
  font-family: "SVN-Radiant Slender",sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 133.333% */ }

.blog-section__content {
  display: flex;
  gap: 30px; }

.blog-section__left,
.blog-section__right {
  flex: 1; }

.blog-post {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px; }

.blog-post img {
  width: 100%;
  display: block; }

.blog-post--large img {
  border-bottom: 1px solid #333; }

.blog-post__info {
  padding: 15px; }

.blog-post__date {
  font-size: 12px;
  color: #ccc;
  display: flex;
  align-items: center;
  margin-bottom: 5px; }

.blog-post__line {
  width: 20px;
  height: 2px;
  background: #d32f2f;
  margin-right: 8px; }

.blog-post__title {
  font-size: 16px;
  margin: 0 0 10px; }

.blog-post__title a {
  text-decoration: none;
  color: #FFF;
  text-align: justify;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.blog-post__excerpt {
  font-size: 14px;
  color: #bbb;
  line-height: 1.5; }

.blog-section__right .blog-post {
  display: flex;
  align-items: flex-start; }

.blog-section__right .blog-post img {
  width: 45%;
  object-fit: cover;
  flex-shrink: 0;
  aspect-ratio: 3 / 1.7;
  object-fit: cover; }

.blog-section__right .blog-post__info {
  padding: 0 0 0 15px; }

@media (max-width: 768px) {
  .blog-section__content {
    flex-direction: column; }
  .blog-section__right .blog-post {
    flex-direction: column; }
  .blog-section__right .blog-post img {
    width: 100%;
    height: auto; }
  .blog-section__right .blog-post__info {
    padding: 10px 0 0; } }

.site-footer {
  background-size: cover;
  background-position: center;
  color: #fff; }

.footer__title {
  text-align: center;
  margin-bottom: 30px; }

.footer__title h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }

.footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

.footer__col {
  flex: 1 1 200px; }

.footer__col--logo img {
  max-width: 140px; }

.footer__col h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--White, #FFF);
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; }

.footer__col ul {
  list-style: none;
  padding: 0; }

.footer__col ul li {
  margin-bottom: 8px;
  font-size: 14px; }

.footer__col--info ul li i {
  margin-right: 8px; }

.footer__sub p {
  font-size: 13px;
  margin: 5px 0; }

.footer__col--menu a {
  color: #fff;
  text-decoration: none; }

.footer__col--menu a:hover {
  text-decoration: underline; }

.footer__bottom {
  background: #d32f2f;
  padding: 15px 0px;
  margin-top: 30px; }
  .footer__bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%; }

.footer__copy {
  font-size: 13px; }

.footer__social a {
  color: #fff;
  margin-left: 10px;
  font-size: 16px; }

@media (max-width: 768px) {
  .footer__top {
    flex-direction: column; }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px; } }

.slideeforindex .slick-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 30px;
  flex-direction: column; }
  @media (max-width: 767px) {
    .slideeforindex .slick-dots {
      right: 0px; } }

.titlefor1 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "SVN-Radiant Slender",sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; }

.titlefor2 {
  color: #FFF;
  max-width: 220px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */ }

.ramcore {
  z-index: 99;
  transform: translateX(130px);
  position: relative; }

.seleconx.home-section-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  padding-left: 45px; }

.project-slider {
  /* the slides */
  /* the parent */ }
  .project-slider .slick-slide {
    margin: 0 15px; }
  .project-slider .slick-list {
    margin: 0 -15px; }
  .project-slider .prev.slick-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: transparent;
    border: none;
    outline: none; }
    .project-slider .prev.slick-arrow svg {
      width: 22px; }
  .project-slider .next.slick-arrow {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: transparent;
    border: none;
    outline: none; }
    .project-slider .next.slick-arrow svg {
      width: 22px; }

.blog-section__right .blog-post__title a {
  font-size: 20px; }

.vechungtoitemp {
  background-color: #1d1d1d;
  padding: 80px 0; }

.vechungtoitemp-head {
  text-align: left;
  margin-bottom: 40px; }

.vechungtoitemp-subtitle {
  color: #e33b32;
  /* đỏ Figma */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px; }

.vechungtoitemp-title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4; }

.vechungtoitemp-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 40px;
  flex-wrap: wrap; }

.vechungtoitemp-text {
  background: linear-gradient(145deg, #5b1f1f, #351212);
  color: #fff;
  flex: 1;
  max-width: 55%;
  padding: 40px 30px;
  border-radius: 20px;
  z-index: 2;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  line-height: 1.8; }

.vechungtoitemp-image {
  flex: 1;
  max-width: 50%;
  margin-top: -80px;
  margin-left: -100px;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden; }

.vechungtoitemp-image picture,
.vechungtoitemp-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px; }

/* Responsive */
@media (max-width: 991px) {
  .vechungtoitemp-body {
    flex-direction: column;
    gap: 20px; }
  .vechungtoitemp-text,
  .vechungtoitemp-image {
    max-width: 100%;
    margin: 0; }
  .vechungtoitemp-image {
    margin-top: 20px; } }

.vechungtoitemp-2 {
  background-color: #1d1d1d;
  padding: 60px 0;
  color: #fff;
  text-align: center; }

.vechungtoitemp-2-text {
  max-width: 900px;
  margin: 0 auto 40px; }

.vechungtoitemp-2-paragraph {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px; }

.vechungtoitemp-2-images {
  position: relative;
  text-align: center; }

.vechungtoitemp-2-images picture,
.vechungtoitemp-2-images img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.vechungtoipartner {
  background-color: #1d1d1d;
  padding: 60px 0;
  color: #fff;
  text-align: center; }

.vechungtoipartner-head {
  margin-bottom: 40px; }

.vechungtoipartner-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px; }

.vechungtoipartner-desc {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px; }

.vechungtoipartner-divider {
  width: 2px;
  height: 40px;
  background-color: #e33b32;
  margin: 0 auto 15px; }

.vechungtoipartner-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.vechungtoipartner-title {
  font-size: 24px;
  font-weight: 600; }

.vechungtoipartner-logo img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  aspect-ratio: 3 / 1.5;
  object-fit: contain;
  width: 100%; }

/* Mobile: horizontal scroll */
.tamnhinsumenh {
  background-color: #1d1d1d;
  color: #fff;
  padding: 60px 0; }

.tamnhinsumenh-row {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap; }

.tamnhinsumenh-left {
  max-width: 30%;
  flex: 1; }

.tamnhinsumenh-subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px; }

.tamnhinsumenh-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3; }

.tamnhinsumenh-line {
  height: 2px;
  width: 50px;
  background-color: #e33b32;
  flex-shrink: 0;
  margin-top: 15px; }

.tamnhinsumenh-right {
  flex: 2;
  max-width: 60%; }

.tamnhinsumenh-content {
  font-size: 15px;
  line-height: 1.8; }

/* Responsive */
@media (max-width: 767px) {
  .tamnhinsumenh-row {
    flex-direction: column;
    align-items: flex-start; }
  .tamnhinsumenh-left,
  .tamnhinsumenh-right {
    max-width: 100%; }
  .tamnhinsumenh-line {
    width: 100%;
    height: 2px;
    margin: 20px 0; } }

.tamnhinsumenh-mission {
  position: relative;
  margin-top: 60px; }

.tamnhinsumenh-mission-banner {
  position: relative;
  text-align: left; }

.tamnhinsumenh-mission-banner img {
  width: 100%;
  height: auto;
  display: block; }

.tamnhinsumenh-mission-heading {
  position: absolute;
  left: 60px;
  bottom: 60px;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  z-index: 2; }

.tamnhinsumenh-mission-boxes {
  margin-top: -100px;
  position: relative;
  z-index: 3; }

.tamnhinsumenh-mission-box-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap; }

.tamnhinsumenh-mission-box {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  flex: 1;
  min-width: 280px;
  padding: 24px;
  border-radius: 12px;
  text-align: left;
  backdrop-filter: blur(4px);
  position: relative; }

.tamnhinsumenh-mission-arrow {
  display: block;
  margin-top: 20px;
  color: #e33b32;
  font-size: 18px;
  font-weight: 600;
  text-align: right; }

/* Mobile */
@media (max-width: 767px) {
  .tamnhinsumenh-mission-heading {
    font-size: 24px;
    left: 20px;
    bottom: 30px; }
  .tamnhinsumenh-mission-box-wrap {
    flex-direction: column; }
  .tamnhinsumenh-mission-box {
    margin-bottom: 20px; } }

.giatricotloi {
  background-color: #1d1d1d;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative; }

.giatricotloi-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 80px; }

.giatricotloi-chart {
  position: relative;
  width: 460px;
  height: 460px;
  margin: 0 auto; }

.circle {
  position: absolute;
  width: 280px;
  height: 280px;
  background: #e33b32;
  border-radius: 50%;
  mix-blend-mode: multiply;
  opacity: 0.75;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px; }

.circle h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff; }

.circle p {
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
  margin: 0; }

/* Vị trí từng vòng tròn mở rộng hơn */
.circle.center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3; }

.circle.left {
  bottom: 0;
  left: 0;
  transform: translateX(-20%);
  z-index: 2; }

.circle.right {
  bottom: 0;
  right: 0;
  transform: translateX(20%);
  z-index: 2; }

/* Mobile */
@media (max-width: 767px) {
  .giatricotloi-chart {
    transform: scale(0.9); } }

.chungnhancer {
  background-color: #1d1d1d;
  padding: 80px 0;
  color: #fff;
  text-align: center; }

.chungnhancer-head {
  margin-bottom: 40px; }

.chungnhancer-line {
  width: 2px;
  height: 40px;
  background-color: #e33b32;
  margin: 0 auto 15px; }

.chungnhancer-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.chungnhancer-title {
  font-size: 30px;
  font-weight: 600; }

.chungnhancer-slider {
  margin-top: 40px; }

.chungnhancer-item {
  padding: 10px; }

.chungnhancer-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }

.hethongdaychuyen {
  background-color: #1d1d1d;
  color: #fff;
  padding: 80px 0; }

.hethongdaychuyen-divider {
  width: 2px;
  height: 40px;
  background-color: #e33b32;
  margin: 0 auto 15px; }

.hethongdaychuyen-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }

.hethongdaychuyen-title {
  font-size: 32px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center; }

.hethongdaychuyen-desc {
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center; }

.hethongdaychuyen-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px; }

.hethongdaychuyen-item {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }

.hethongdaychuyen-img img {
  width: 100%;
  height: auto;
  display: block; }

.hethongdaychuyen-text {
  padding: 20px; }

.hethongdaychuyen-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff; }

.hethongdaychuyen-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc; }

.templcollection .ttc-search-section {
  margin: 0 auto;
  text-align: center;
  margin-top: -30px; }

.templcollection .ttc-subtitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #CE181E;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; }

.templcollection .ttc-title {
  color: #FFF;
  text-align: center;
  font-family: "SVN-Radiant Slender", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 133.333% */ }

.templcollection .ttc-desc {
  color: #8C8C8C;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */ }

.templcollection .ttc-search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  border-radius: 6px;
  overflow: hidden;
  background-color: transparent;
  margin-top: 30px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }

.templcollection .ttc-search-bar .filter-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  border-right: 1px solid #ccc; }

.templcollection .ttc-search-bar .filter-btn svg {
  margin-left: 8px;
  width: 16px;
  height: 16px; }

.templcollection .ttc-search-bar input[type="text"] {
  flex: 1;
  border: none;
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
  background-color: transparent; }

.templcollection .ttc-search-bar input:focus {
  outline: none; }

.templcollection .ttc-search-bar button.search-btn {
  background-color: #d42a2a;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px; }

.templcollection .ttc-search-bar button.search-btn:hover {
  background-color: #b11f1f; }

.templcollection .ttc-search-bar button.search-btn svg {
  width: 12px;
  height: 12px;
  fill: #fff; }

.templcollection .tile-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 50px; }

.templcollection .tile-list > div {
  min-width: 0; }

.templcollection .tile-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #2b2b2b;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: block; }

.templcollection .tile-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); }

.templcollection .tile-image {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px; }

.templcollection .tile-info {
  padding: 16px;
  color: #fff;
  transition: transform 0.3s ease;
  position: absolute;
  bottom: -15px;
  z-index: 999;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(0deg, #000 0%, transparent 100%);
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.templcollection .tile-title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */ }

.templcollection .tile-subtitle {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */ }

.templcollection .tile-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px; }

.templcollection .tile-item:hover .tile-hover {
  opacity: 1; }

.templcollection .tile-hover-title {
  font-weight: 600;
  font-size: 16px; }

.templcollection .tile-hover-sub {
  font-size: 14px; }

.templcollection .tile-hover-icon {
  color: #d42a2a;
  font-size: 20px;
  display: inline-block; }

.templcollection .transformover {
  transform: translateY(20px); }

.templcollection .filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  background-color: #000;
  z-index: 9999;
  padding: 24px;
  overflow-y: auto;
  transition: transform 0.3s ease;
  transform: translateX(-100%); }

.templcollection .filter-overlay.active {
  transform: translateX(0); }

.templcollection .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px; }

.templcollection .filter-header .close {
  cursor: pointer;
  font-size: 20px; }

.templcollection .filter-group {
  margin-bottom: 24px; }

.templcollection .filter-group-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  border-bottom: 1px solid #333;
  padding-bottom: 8px; }

.templcollection .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px; }

.templcollection .filter-options label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  gap: 10px;
  padding-left: 26px; }

.templcollection .filter-options input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #d42a2a;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  background: transparent; }

.templcollection .filter-options input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #d42a2a;
  border-radius: 50%; }

.templcollection .filter-colors {
  display: flex;
  gap: 12px;
  margin: 16px 0; }

.templcollection .filter-color {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer; }

.templcollection .filter-color.active {
  border-color: #d42a2a; }

.templcollection .filter-submit {
  margin-top: 24px;
  width: 100%;
  padding: 12px;
  background-color: #d42a2a;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease; }

.templcollection .filter-submit:hover {
  background-color: #a91c1c; }

.templcollection .arrowm {
  margin-top: 10px;
  visibility: hidden; }

.templcollection .tile-item {
  transition: 0.3s all ease; }

.templcollection .transformover, .templcollection .arrowm {
  transition: 0.3s all ease; }

.templcollection .tile-item:hover .transformover {
  transform: translateY(-20px);
  transition: 0.3s all ease; }

.templcollection .tile-item:hover .arrowm {
  margin-top: 10px;
  visibility: visible;
  transition: 0.3s all ease; }

#pagination .pagination > li > span.current, #pagination .pagination > li a.current {
  border-radius: 6px;
  background: #CE181E; }

.producttemplateall {
  background: #242424;
  padding-top: 20px;
  /* Responsive */
  /* Responsive */ }
  .producttemplateall .product-heading {
    text-align: center; }
    .producttemplateall .product-heading .product-code {
      color: #CE181E;
      text-align: center;
      margin-top: 10px;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 40px; }
    .producttemplateall .product-heading .product-title {
      color: #FFF;
      text-align: center;
      font-family: "SVN-Radiant Slender"  , sans-serif;
      font-size: 60px;
      font-style: normal;
      font-weight: 400;
      line-height: 80px;
      /* 133.333% */
      margin-top: 10px; }
  .producttemplateall .imagebanner {
    position: relative; }
    .producttemplateall .imagebanner .overlplay {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 86.92%);
      height: 35%;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 9; }
  .producttemplateall .gridproductnew {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: -227px;
    position: relative;
    z-index: 99; }
    @media (max-width: 992px) {
      .producttemplateall .gridproductnew {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: -15px; } }
    .producttemplateall .gridproductnew > div {
      min-width: 0; }
    .producttemplateall .gridproductnew .galproductl {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 1px;
      position: relative; }
      .producttemplateall .gridproductnew .galproductl > div {
        min-width: 0; }
  .producttemplateall .lnhedathang {
    border-radius: 10px;
    background: #CE181E;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    min-width: 300px; }
  .producttemplateall .flexright {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px; }
  .producttemplateall .product-specs {
    margin-top: 50px; }
  .producttemplateall .product-specs-title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 100% */ }
  .producttemplateall .product-specs-table {
    width: 100%;
    border-collapse: collapse;
    color: #ddd; }
  .producttemplateall .product-specs-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #ccc; }
  .producttemplateall .product-specs-table td strong {
    color: #fff;
    font-weight: 600; }
  @media (max-width: 767px) {
    .producttemplateall .product-specs-table td {
      font-size: 14px;
      padding: 10px 8px; }
    .producttemplateall .product-specs-title {
      font-size: 18px; } }
  .producttemplateall .usage-icons {
    padding: 40px 0; }
  .producttemplateall .usage-icons-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto; }
  .producttemplateall .usage-icon-item {
    text-align: center;
    color: #fff; }
  .producttemplateall .usage-icon-circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .producttemplateall .usage-icon-circle img {
    max-width: 100%;
    height: auto; }
  .producttemplateall .usage-icon-label {
    font-size: 20px;
    color: #fff; }
  @media (max-width: 767px) {
    .producttemplateall .usage-icons-wrap {
      gap: 20px; }
    .producttemplateall .usage-icon-item {
      width: 70px; }
    .producttemplateall .usage-icon-label {
      font-size: 13px; } }
  .producttemplateall .banner-360-title {
    color: #FFF;
    text-align: center;
    font-family: "SVN-Radiant Slender"  , sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; }
  .producttemplateall .titlelienquan {
    margin: 40px 0; }

.project-info {
  margin-bottom: 40px; }

.sectifrried {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .sectifrried > div {
    min-width: 0; }
  .sectifrried .templcollection {
    width: 280px; }
  .sectifrried .templcollection .tile-list {
    grid-template-columns: repeat(1, 1fr); }
  .sectifrried .sectifrried2 {
    display: flex;
    align-items: center;
    justify-content: center; }

.header-ttc-nav-item {
  position: relative;
  padding: 33px 0px; }
  .header-ttc-nav-item .menucap2 {
    border-radius: 0px 0px 20px 20px;
    background: #111;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 207px;
    padding: 15px;
    display: none;
    z-index: 99;
    width: 100%; }
    .header-ttc-nav-item .menucap2 a {
      color: #FFF;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 50px;
      /* 294.118% */
      text-transform: uppercase; }
  .header-ttc-nav-item:hover .menucap2 {
    display: block; }

@media (min-width: 992px) {
  #mobileMenuTrigger {
    display: none !important; } }

@media (max-width: 991px) {
  #mobileMenuTrigger {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 21px; }
  .header-ttc-nav, .header-ttc-location-link span {
    display: none !important; }
  .header-ttc-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center; }
  .header-ttc .header-ttc-wrap .header-ttc-left .header-ttc-logo img {
    max-height: 50px !important;
    width: auto; } }

.templcollection .ttc-search-bar input[type="text"] {
  color: #fff; }

@media (max-width: 767px) {
  .producttemplateall .project-section .project-section__slider .container {
    max-width: 100%;
    margin: 0 auto; }
  .producttemplateall .project-section {
    background: #242424;
    padding: 0;
    padding-bottom: 100px; }
  .producttemplateall .product-heading .product-title {
    font-size: 24px;
    line-height: 26px;
    margin-top: 10px; }
  .producttemplateall .product-heading .product-code {
    color: #CE181E;
    text-align: center;
    margin-top: 10px;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; }
  .producttemplateall .banner-360-title {
    font-size: 30px; } }

.mega-menu__sidebar-item {
  font-size: 13px;
  text-transform: uppercase; }

.relative35 {
  position: relative; }
  .relative35 .scene-360 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 6px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 45px;
    right: 56px;
    z-index: 99; }
    @media (max-width: 767px) {
      .relative35 .scene-360 {
        right: 16px; } }

.vechungtoipartner-logos-inner {
  /* the slides */
  /* the parent */ }
  .vechungtoipartner-logos-inner .slick-slide {
    margin: 0 7px; }
  .vechungtoipartner-logos-inner .slick-list {
    margin: 0 -7px; }
  .vechungtoipartner-logos-inner .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .vechungtoipartner-logos-inner .slider-index.next svg {
      width: 24px; }
      .vechungtoipartner-logos-inner .slider-index.next svg path {
        stroke: #fff; }
  .vechungtoipartner-logos-inner .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .vechungtoipartner-logos-inner .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .vechungtoipartner-logos-inner .slider-index.prev svg path {
        stroke: #fff; }
  .vechungtoipartner-logos-inner:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .vechungtoipartner-logos-inner .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .vechungtoipartner-logos-inner .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }

.mega-menu {
  margin: 0 auto; }

.freefykkl {
  text-align: center;
  margin-bottom: 20px; }

.gridproductnew1 {
  position: relative; }
  .gridproductnew1 .iconarr {
    position: absolute;
    top: 50%;
    right: -51%; }
    @media (max-width: 767px) {
      .gridproductnew1 .iconarr {
        display: none !important; } }

.home-store h1 {
  text-align: center;
  margin: 30px 0; }

.home-store .home-store-wrap {
  display: none;
  grid-template-columns: 35% 1fr;
  gap: 30px;
  align-items: stretch; }

.home-store .home-store-wrap > * {
  min-width: 0; }

@media (max-width: 991px) {
  .home-store .home-store-wrap {
    grid-template-columns: 1fr; } }

.home-store .home-store-wrap .home-store-image {
  background: #FFF;
  border: 1px solid #CAC9C9C9;
  box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.05);
  border-radius: var(--border_radius);
  overflow: hidden; }

.home-store .home-store-wrap .home-store-image img {
  height: 100%;
  object-fit: cover; }

.home-store .home-store-wrap .home-store-data {
  height: 100%; }

.home-store .home-store-wrap .home-store-data .home-store-data-state {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CAC9C9; }

.home-store .home-store-wrap .home-store-data .home-store-data-state > * {
  min-width: 0; }

@media (max-width: 991px) {
  .home-store .home-store-wrap .home-store-data .home-store-data-state {
    grid-template-columns: repeat(2, 1fr); } }

.home-store .home-store-wrap .home-store-data .home-store-data-state .home-store-data-state-item {
  background: linear-gradient(var(--color_main), var(--color_main2));
  border: 1px solid var(--color_main2);
  padding: 10px 15px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .5s;
  border-radius: var(--border_radius); }

.home-store .home-store-wrap .home-store-data .home-store-data-state .home-store-data-state-item.active, .home-store .home-store-wrap .home-store-data .home-store-data-state .home-store-data-state-item:hover {
  background: transparent;
  color: var(--color_main2); }

@media (max-width: 991px) {
  .home-store .home-store-wrap .home-store-data .home-store-data-state .home-store-data-state-item {
    padding: 10px 7.5px;
    font-size: 13px; } }

.home-store .home-store-wrap .home-store-data .home-store-data-first {
  margin-top: 15px; }

.home-store .home-store-wrap .home-store-data .home-store-data-main {
  display: none; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 15px; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap > * {
  min-width: 0; }

@media (max-width: 991px) {
  .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap {
    grid-template-columns: 1fr; } }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap h2 {
  text-align: center;
  grid-column: span 2; }

@media (max-width: 991px) {
  .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap h2 {
    grid-column: span 1; } }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left {
  background: #FFF;
  border: 1px solid #CAC9C9C9;
  padding: 15px;
  box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.05);
  border-radius: var(--border_radius); }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left h3 {
  font-size: 1.5rem; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left select {
  outline: none;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #CaC9C9;
  border-radius: 0;
  margin-bottom: 10px; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list {
  max-height: 400px;
  overflow: hidden auto;
  margin-top: 15px; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list::-webkit-scrollbar {
  width: 5px; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list::-webkit-scrollbar-track {
  background: #f1f1f1; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list::-webkit-scrollbar-thumb {
  background: #888; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item {
  position: relative;
  padding-left: 25px;
  padding-right: 5px; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item:after {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(https://file.hstatic.net/200000856301/file/pin_44868ba07f6b40de8843f8856aff2b07.png);
  background-size: contain; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CAC9C9; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item h4 {
  font-size: 1rem; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item p {
  font-size: 13px;
  margin-bottom: 5px; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item a {
  color: var(--shop-color-title);
  text-decoration: underline; }

.home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-right iframe {
  width: 100%;
  height: 100%;
  min-height: 600px; }

.home-store .home-store-wrap.active {
  display: grid; }

@media (min-width: 992px) {
  .home-section-small-items {
    position: relative; } }

.relative35 .scene-360 {
  z-index: 999; }

.footer__bottom {
  position: relative; }
  .footer__bottom .back-to-top {
    display: flex;
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 9;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    cursor: pointer; }
    .footer__bottom .back-to-top span {
      text-align: center;
      text-transform: uppercase; }
      .footer__bottom .back-to-top span svg {
        width: 30px;
        height: 22px; }

.project-slider__image img, .hethongdaychuyen-img img {
  border-radius: 20px; }

.savanibanner img {
  width: 100%; }

.home-section-small-items .home-section-item .click-all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; }

@media (max-width: 767px) {
  .producttemplateall .usage-icon-circle {
    width: initial;
    height: initial; }
  .producttemplateall .usage-icon-item {
    width: initial; }
  .producttemplateall .usage-icons-wrap {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .producttemplateall .usage-icons-wrap > div {
      min-width: 0; }
  .product-slider-label {
    font-size: 16px !important; }
  .product-slider-title {
    font-size: 20px !important; } }

.product-specs-table-new thead {
  display: none !important; }

.product-specs-table-new td {
  color: #fff;
  padding: 8px; }
  .product-specs-table-new td:nth-child(1) {
    color: #ddd !important; }

.blog-card__excerpt * {
  font-family: 'Inter Display', sans-serif !important; }
