@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "SBlack";
  src: url("../fonts/SVN-PoppinsBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SBold";
  src: url("../fonts/SVN-PoppinsBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SMedium";
  src: url("../fonts/SVN-PoppinsMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SSemiBold";
  src: url("../fonts/SVN-PoppinsSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SRegular";
  src: url("../fonts/SVN-Poppins.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-main: #f5c06a;
  --color-title: #111;
  --color-text: #333;
  --color-hover-red: #bf0000;
  --color-hover-yellow: #fc0;

  --bg-mmenu: #fff;
  --color-mmenu: #111;
  --colorText-mmenu: #111;
}

body {
  font-size: 14px;
  line-height: 1.5;
  --font-regular: "Roboto", Arial, sans-serif;
}

[class*="-info"] {
  font-family: var(--font-regular);
}

.content-main img,
.content-main iframe {
  max-width: 100%;
  height: auto !important;
}

blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

blockquote p {
  margin-bottom: 0;
}

.max-width,
.wrap-content {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0px auto;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover img,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}
/* Header */
.header {
  background: var(--color-main);
}

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

.item-slide--info {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}

.item-slide--info h3 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-family: "SBold";
  margin-bottom: 10px;
  line-height: 1;
}

.item-slide--info span {
  font-size: 22px;
  font-family: "SRegular";
  color: #fff;
}

.item-slide--info a {
  background: var(--color-main);
  width: 170px;
  line-height: 50px;
  margin: 30px 0 0;
  font-size: 15px;
  font-family: ssemibold;
  color: #111;
  border-radius: 6px;
}

/* Search */
.search {
  width: 100%;
  max-width: 220px;
  background: #f4efe9;
  position: relative;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 40px;
}
.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #454545;
  border-radius: 10px;
  border: none;
  line-height: 20px;
  padding: 10px 5px;
  background: transparent;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label {
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: transparent;
  color: #111;
  border-radius: 10px;
}

.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}
.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: var(--color-title);
  font-size: 17px;
  margin: 0px;
  border-radius: 50%;
}

.search-res .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  border: none;
  color: var(--color-main);
  font-size: 14px;
}

.search-res .search-grid input:focus {
  border: unset;
  box-shadow: unset;
}

.search-res .search-grid input::-webkit-input-placeholder,
.search-res .search-grid input:-moz-placeholder,
.search-res .search-grid input::-moz-placeholder,
.search-res .search-grid input:-ms-input-placeholder {
  color: var(--color-title);
}

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

#hamburger {
  width: 35px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: var(--color-main);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.logo-mobile img {
  max-height: 50px;
}

/* Menu Mobile */
.offcanvas-start {
  max-width: 85vw;
  width: 400px;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
  background: var(--bg-mmenu);
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
  border-radius: 5px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.btn-close-menu {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--colorText-mmenu);
  font-size: 20px;
  cursor: pointer;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: var(--color-text);
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}

.btn-closemenu::before {
  transform: rotate(45deg);
}
.btn-closemenu::after {
  transform: rotate(-45deg);
}
.btn-closemenu::before,
.btn-closemenu::after {
  background-color: var(--color-text);
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}

.logo-offcanvas img {
  max-height: 75px;
  width: auto;
}

.menu-mobile ul {
  padding: 0px;
}
.menu-mobile ul li {
  position: relative;
}

.menu-mobile ul li > span i {
  transition: transform 0.3s ease;
}

.menu-mobile ul li a {
  display: block;
  padding-right: 30px;
  color: var(--colorText-mmenu);
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(245 192 106 / 30%);
  text-transform: capitalize;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-weight: normal;
}
.menu-mobile > ul > li:hover > a,
.menu-mobile > ul > li:hover > span {
  color: var(--color-main);
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: #f5c06a66;
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: var(--color-main);
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-mobile ul li:hover {
  color: var(--color-hover-red);
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: var(--colorText-mmenu);
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.company {
  /* border-bottom: 1px solid #f1f1f1; */
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--colorText-mmenu);
}
.company p span {
  color: var(--colorText-mmenu);
}
.wrap-menu-res {
  display: none;
  background: #fff;
  padding: 5px 0;
  min-height: 60px;
}

.wrap-menu-res.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

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

.wrap-menu {
  padding: 10px 0;
}

.wrap-menu.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 30%);
}

.wrap-menu.fix_head .menu {
  margin: 0 auto;
}

.menu-product-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 250px;
  background: #fff;
  border-radius: 2px;
}

.menu-product-list ul {
  padding: 0px;
  margin-bottom: 0px;
}

.menu-product-list ul ul {
  position: absolute;
  width: 750px;
  background: #fff;
  left: 100%;
  top: 0px;
  border: 1px solid #999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
  overflow-x: hidden;
}

.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}
.menu-product-list ul li a {
  position: relative;
  display: block;
  color: var(--color-title);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-product-list ul ul li a span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00a3ff;
}

.menu-product-list ul li a:hover {
  color: var(--color-hover-red);
}

.menu-product-list ul ul li a {
  border-bottom: none;
  font-weight: bold;
}
.menu-product-list ul ul ul li a {
  font-weight: normal;
}
.menu {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 765px;
}
.menu .wrap-content {
  position: relative;
}
.fix_menu {
  position: fixed !important;
  background: #fff;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}
.menu ul li a {
  font-size: 14px;
  font-family: "SRegular";
  color: #000;
  margin: 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  /* text-transform: uppercase; */
}

.menu ul li > img {
  margin-bottom: 8px;
}

.menu ul a:hover > img {
  animation: spinY infinite 5s linear;
}
.menu ul li a img {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.menu ul li a.active,
.menu ul li a:hover {
  color: #ff0000;
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-title);
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-hover-red);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.menu ul li ul li a:hover:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}
.menu ul li ul li a:hover {
  padding-left: 40px;
  color: var(--color-hover-red);
}

.title-main h2,
.title-main h1 {
  font-size: clamp(25px, 3.5vw, 28px);
  font-family: "SSemiBold";
  color: #333;
  text-transform: uppercase;
  margin-bottom: clamp(4px, 1vw, 4px);
}

.title-main {
  position: relative;
  text-align: center;
  margin-bottom: clamp(4px, 3.5vw, 15px);
}

.title-main p {
}

.title-main span {
}

.title-detail {
  position: relative;
  margin: 0 0 10px 0px;
}
.title-detail h1 {
  font-size: 1.75rem;
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}

/*  Share */
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: #fed402;
}

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

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

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

/* Footer */
#bg-footer {
  background: var(--color-main);
  padding: 30px 30px 0;
}
.title-footer {
  margin-bottom: clamp(5px, 1vw, 15px);
  font-size: clamp(14px, 3.5vw, 20px);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.info-footer {
  background: url(../images/bg_footer.png) no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.info-footer .box-footer:nth-child(1) {
  width: 30.83%; /* 370px/1200 */
}
.info-footer .box-footer:nth-child(2) {
  width: 33.33%; /* 400px/1200 */
}
.info-footer .box-footer:nth-child(3) {
  width: 27.5%; /* 330px/1200 */
}

.footer-content {
  color: var(--color-text);
}

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

.footer-powered {
  padding: 10px 0px;
  background: transparent;
  color: #fff;
  line-height: 30px;
}

.copyright {
  text-align: start;
  color: var(--color-title);
  font-family: "SRegular";
}

.copyright span {
}

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

.statistic {
  text-align: end;
  color: var(--color-title);
  font-family: "SRegular";
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}

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

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

.grid-pro-detail .left-pro-detail {
  width: 58%;
}

.grid-pro-detail .right-pro-detail {
  width: 40%;
}

.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.attr-content-pro-detail .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #f00;
}

.xemthem-detail i {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.xemthem-detail.expanded i {
  transform: rotate(180deg);
}

.xemthem.xemthem-detail {
  margin: 20px auto 0;
  display: block;
  width: 150px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: capitalize;
}

.xemthem.xemthem-detail:hover {
  transition: 0.3s;
  letter-spacing: 1.3px;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
  width: 5px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}
.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}

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

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

.contact-input .form-floating-cus > .form-control {
  padding: 0 0.75rem;
  line-height: 45px;
  border: 1px solid var(--color-main);
}

.contact-input .form-floating-cus > textarea.form-control {
  height: 100px;
}

.contact-input .form-floating-cus > label {
  display: none;
}

.contact-input input:focus,
.contact-input textarea:focus {
  box-shadow: unset;
  border: 1px solid var(--color-main);
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #333;
}

.contact-button .btn-contact {
  width: 20%;
  border: 1px solid var(--color-main);
  background: var(--color-main);
  color: #fff;
}

.contact-button .btn-contact:hover {
  background: #fff;
  color: var(--color-main);
}

/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: transparent;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: var(--color-hover-red);
}

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

.pagination {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination li span {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--color-main);
  background: transparent;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
  border-color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}

.pagination li span:hover {
  border-color: var(--color-main);
  color: var(--color-main);
  background: transparent;
}

.pagination .page-item.active .page-link {
  background-color: var(--color-main);
  border-color: var(--color-main);
}

.pagination li a {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cacaca;
  background: linear-gradient(180deg, #fff 0, #f0f0f0 100%);
  padding: 5px 7px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}

.pagination li a:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

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

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

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

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

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

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

div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}

.quantity-pro-detail {
  border: none;
  border-radius: 0px;
}
.quantity-pro-detail .quantity-minus-pro-detail,
.quantity-pro-detail .quantity-plus-pro-detail {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.quantity-pro-detail input {
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #ddd;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  display: block;
  width: 45%;
  text-align: center;
  margin: 0 4px;
  line-height: 40px;
  background: transparent;
  border-radius: 5px;
  font-size: 16px;
  font-family: arial;
  color: #000;
  cursor: pointer;
  text-transform: capitalize;
  border: 1px solid var(--color-main);
}
.cart-pro-detail a:hover {
  color: #fff;
}

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

/* Popup */

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* policy footer */
.ul-list li {
  width: calc(50% - 5px);
  margin-bottom: 0;
}

.ul-list li h4 {
  font-size: 15px;
  margin-bottom: 0;
  font-family: "SRegular";
  line-height: 36px;
}

.ul-list li h4 a {
  color: var(--color-text);
}

.ul-list li h4 a:hover {
  color: var(--color-hover-red);
}

/* social footer */
.social-footer {
  margin-top: 20px;
}

/* product */
.grid-product {
  --cols: 4;
  --gap: 20px;
}
.product {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 18%);
  margin: 4px;
}
.product-pic {
  width: 100%;
  position: relative;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}
.product-info {
  width: 100%;
  position: relative;
  padding: 14px 14px 18px;
}
.product-info h3 {
  font-size: clamp(15px, 3.5vw, 16px);
  line-height: 20px;
  height: 40px;
  font-family: ssemibold;
  margin-bottom: clamp(0px, .1vw, 8px);
}
.product-info h3 a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}
.product-info h3 a:hover {
  color: var(--color-hover-red);
}
.product-info span {
  font-size: clamp(14px, 1vw, 14px);
  -webkit-line-clamp: 2;
  height: 40px;
  line-height: 20px;
  color: var(--color-text);
}
.product-info .price-new {
  font-size: 14px;
  font-family: var(--font-regular);
  color: var(--color-text);
  margin: 8px 0;
}
.product-info .price-new span {
  font-size: 15px;
  font-family: ssemibold;
  color: var(--color-hover-red);
}

.see-detail--product {
  display: block;
  line-height: 40px;
  height: 40px;
  color: var(--color-title);
  font-size: 14px;
  font-family: ssemibold;
  background: var(--color-main);
  text-align: center;
  border-radius: 6px;
}

.see-detail--product:hover {
  color: var(--color-hover-red);
}

/* news default*/
.grid-news {
  --cols: 3;
  --gap: 20px;
}

.news {
  position: relative;
  width: calc(100% - 5px);
  margin: 0 auto 0 0;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 5px;
}

.news:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  border-radius: 14px;
}

.news:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  border-radius: 14px;
}

.news-pic {
  position: relative;
  background: #fff;
  z-index: 10;
}

.news-pic i {
  position: absolute;
  left: 5px;
  bottom: 5px;
  background: var(--color-main);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #111;
}

.news-pic:hover i {
  color: var(--color-hover-red);
}

.news-pic figure {
  border-radius: 14px 14px 0 0;
  background: #fff;
}

.news-pic figure img {
  --image: url(../images/mask_tintuc.png);
}

.news-info {
  position: relative;
  padding: 20px 15px 30px;
  background: #fff;
  border-radius: 0 0 14px 14px;
  z-index: 10;
}

.news-line {
  position: absolute;
  height: 100%;
  width: 50%;
  border-radius: 14px 0 0 14px;
  border-left: 1px solid var(--color-main);
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
}

.news-info h3 {
  font-size: clamp(15px, 3.5vw, 16px);
  font-family: ssemibold;
  line-height: 24px;
  height: 48px;
  margin-bottom: clamp(0px, 2vw, 10px);
}

.news-info h3 a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}

.news-info h3 a:hover {
  color: var(--color-hover-red);
}

.news-info span {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  -webkit-line-clamp: 4;
}

/* news detail */
.date-created-views {
  display: flex;
  align-items: center;
  /* margin-bottom: 0; */
}
.date-created-views span {
  color: rgba(0, 0, 0, 0.73);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.date-created-views span:first-child {
  display: flex;
  align-items: center;
}
.date-created-views span:first-child::after {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 10px;
}

/* news other */
.news-other {
  margin-bottom: 20px;
}
.news-other__pic {
  width: 45%;
}
.news-other__info {
  width: 55%;
  padding-left: 10px;
}
.news-other__info {
  font-size: clamp(15px, 3.5vw, 18px);
  font-family: arial;
  font-weight: 600;
  text-transform: capitalize;
}

.news-other__info a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}

.news-other__info a:hover {
  color: var(--color-main);
}

/* chinh sach other */
.list-news-other {
  padding-left: 15px;
  list-style: disc;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li:hover {
  color: var(--color-hover-red);
}

.list-news-other li a {
  text-transform: none;
  color: var(--color-text);
}

.list-news-other li a:hover {
  color: var(--color-hover-red);
}

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

.othernews b {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

/* photo */
.grid-photo {
  --cols: 4;
  --gap: 20px;
}

/* Album */
.thuvienanh-info {
  margin-top: clamp(5px, 1vw, 12px);
  text-align: center;
}

.thuvienanh-info h3 {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
}

.thuvienanh-info h3 a {
  color: var(--color-title);
  -webkit-line-clamp: 1;
}

.thuvienanh-info h3 a:hover {
  color: var(--color-hover-red);
}

/* video */
.grid-video {
  --cols: 2;
  --gap: 25px;
}
.video {
  position: relative;
  padding-bottom: 5px;
}

.video a {
  width: calc(100% - 5px);
  border-radius: 14px;
  overflow: hidden;
  margin: 0 auto 0 0;
}

.video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(../images/play.png);
  background-size: cover;
}

.video:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 14px;
  background: var(--color-main);
}

/* newsletter */
.grid-newsletter {
  --cols: 1;
  --gap: 10px;
}

.newsletter-input__content {
  grid-column: span 3;
}

.newsletter-input input {
  border-color: var(--color-main);
  line-height: 20px;
  padding: 10px 12px;
  color: #5d5d5d;
  border-radius: 10px;
}

.newsletter-input textarea {
  border-color: var(--color-main);
  height: 80px;
  padding: 10px 12px 4px 10px;
  color: #5d5d5d;
  border-radius: 10px;
}

.newsletter-input label {
  display: none;
}

.newsletter-input input:focus,
.newsletter-input textarea:focus {
  box-shadow: unset;
  border: 1px solid var(--color-main);
}

.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
  color: #5d5d5d;
}

.newsletter-button .btn {
  background: #886d56;
  padding: 0;
  line-height: 50px;
  border-radius: 10px;
  font-size: 15px;
  font-family: "SBold";
  color: #fff;
}

.newsletter-button .btn:hover {
  color: var(--color-main);
}

.newsletter-button {
  max-width: 170px;
  margin: 20px auto 0;
}

/* CART */
.cart-fixed {
  position: fixed;
  top: 200px;
  right: 15px;
  background: var(--color-main);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

.cart-fixed span {
  position: absolute;
  top: -10px;
  right: 0px;
  line-height: 20px;
  background: var(--color-hover-red);
  width: 20px;
  height: 20px;
  font-size: 13px;
  border-radius: 50%;
}

/* Gioi Thieu */
.gioiThieu-pic {
  width: 48%;
}

.gioiThieu-info {
  width: 48%;
}

.gioiThieu-info p {
  font-size: clamp(15px, 3vw, 20px);
  font-family: arial;
  line-height: 1.2;
  margin-bottom: 0;
}

.gioiThieu-info h2 {
  font-size: clamp(15px, 3vw, 40px);
  font-family: arial;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* header */
.header-left {
  font-size: 14px;
  font-family: Sregular;
  color: #111111;
  line-height: 40px;
}

.header-left p:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #96681d;
  right: 0;
}

.header-left p:first-child {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.header-menu li a {
  font-size: 14px;
  font-family: "SRegular";
  color: #111;
  position: relative;
}

.header-menu li {
  padding: 0 20px 0 25px;
  position: relative;
}

.header-menu li:last-child {
  padding-right: 0;
}

.header-menu li:last-child:after {
  display: none;
}

.header-menu li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #96681d;
}

.header-menu li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  background: red;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(191 0 0 / 30%);
  opacity: 0;
}

.header-menu li a:hover,
.header-menu li a.active {
  color: #bf0000;
}

.header-menu li a:hover:after,
.header-menu li a.active:after {
  opacity: 1;
}

/* pro index */
.proIndex-title {
  margin-bottom: 10px;
  text-align: center;
}

.proIndex-contain > div{
  width: calc(100% / 3);
  padding: 0 15px;
}

.proIndex-title h2 {
  font-size: 24px;
  font-family: ssemibold;
  color: #111;
  margin-bottom: 4px;
}

.proIndex-slick-vertical .product-pic {
  width: 39.79%; /* 150px/377 */
  border-radius: 10px;
}

.proIndex-slick-vertical .product-pic img {
    border-radius: 10px;
}

.proIndex-slick-vertical .product-info {
  width: 60.21%;
  padding: 0 0 0 15px;
}

.proIndex-slick-vertical .product {
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.proIndex-slick-vertical .product-info .see-detail--product {
  max-width: 140px;
}

/* pro list */
.productList--index {
  background: #f4efe9;
}

.see-all--prolist {
  display: block;
  margin: 20px auto 0;
  width: 190px;
  line-height: 40px;
  color: #886d56;
  border: 1px solid #886d56;
  text-align: center;
  border-radius: 12px;
  font-size: 14px;
  font-family: smedium;
  overflow: hidden;
}

.see-all--prolist.btn-hover-two:before {
  background: #886d56;
}

.see-all--prolist:hover {
  color: #fff;
}

/* du an hot */
.projectsHot--index {
  background: url(../images/bg_duan.png) no-repeat top left;
  background-size: auto;
}
.title-projectsHot {
  font-size: clamp(23px, 2vw, 40px);
  font-family: sbold;
  color: var(--color-main);
  margin-bottom: clamp(8px, 2vw, 25px);
}

.grid-projectsHotTop {
  --cols: 2;
  --gap: 30px;
  margin-bottom: 30px;
}

.gutter-projectsHot {
  --bs-gutter-x: 30px;
}

/* item du an */
.project {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.project h3.project-name {
  line-height: 60px;
  background: rgb(255 255 255 / 85%);
  color: var(--color-title);
  font-size: 20px;
  font-family: ssemibold;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 0 30px;
  max-width: 100%;
  -webkit-line-clamp: 1;
  border-radius: 14px 0 14px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.project:hover h3.project-name {
  background: rgb(245 192 106 / 85%);
}

/* pro list trend */
.proListTrend-contain {
  background: url(../images/bg_prolist_trend.png) no-repeat;
  background-size: cover;
  padding: 50px 0 135px;
}

.title-proListTrend h2 {
  font-size: 64px;
  font-family: sbold;
  color: #886d56;
  --width: 1px;
  --color: var(--color-main);
  --custom-shadow: 0 0 8px #f5c06a;
  text-align: center;
  line-height: 90px;
}

.title-proListTrend span {
  display: block;
  height: 20px;
  margin: 0 auto;
  background: var(--color-main);
  margin-bottom: 4px;
}

.title-proListTrend span:nth-child(2) {
  width: calc(100% - 200px);
}

.title-proListTrend span:nth-child(3) {
  width: calc(100% - 100px);
}
.title-proListTrend span:nth-child(4) {
  width: 100%;
  margin-bottom: 0;
}

.gutter-proListTrend {
  --bs-gutter-x: 50px;
}

.proListTrend-pic figure {
  border-radius: 50%;
  outline: 6px solid rgb(255 255 255 / 50%);
  outline-offset: -6px;
}

.proListTrend-name {
  margin: 25px 0 0;
  font-size: 20px;
  font-family: ssemibold;
  text-transform: capitalize;
  padding: 0 5px;
}

.proListTrend-name a {
  line-height: 20px;
  -webkit-line-clamp: 2;
  color: #fff;
}

.proListTrend-name a:hover {
  color: var(--color-main);
}

.proListTrend-next {
  right: -45px;
}
.proListTrend-prev {
  left: -45px;
}
.proListTrend--index [class*="swiper-button-"] {
  box-shadow: none;
  background: transparent;
  color: #fff;
}
.proListTrend--index [class*="swiper-button-"]:hover {
  background: transparent;
  color: var(--color-main);
}

.proListTrend--index .swiper-button-next:after,
.proListTrend--index .swiper-button-prev:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 24px;
}

.proListTrend--index .swiper-button-next:after {
  content: "\f054";
}

.proListTrend--index .swiper-button-prev:after {
  content: "\f053";
}

/* video */
.video--index:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 360px;
  height: 1140px;
  background: url(../images/dec_video.png);
  z-index: 10;
}

.video-contain {
  position: relative;
  z-index: 10;
}

.gutter-video {
  --bs-gutter-x: 20px;
}

.video-col .video:last-child {
  margin-top: 20px;
}

/* form */
.form--index {
  padding: 120px 0;
  background: url(../images/bg_form.png) no-repeat;
  background-size: cover;
}

.form-desc {
  width: 50.83%; /* 610px/1200 */
}

.form-contain {
  width: 40%; /* 480px/1200 */
  background: var(--color-main);
  padding: 25px 30px 30px;
  border-radius: 20px;
  border-radius: 20px;
}

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

.title-form h2 {
  font-size: 24px;
  font-family: ssemibold;
  text-transform: uppercase;
  color: var(--color-title);
  margin-bottom: 4px;
}

.title-form span {
  font-size: 14px;
  font-family: sregular;
  color: var(--color-text);
}

.form-desc h2 {
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  font-family: "SSemiBold";
  margin-bottom: 25px;
}

.form-desc h2 span {
  color: var(--color-main);
}

.form-desc div {
  margin-bottom: 10px;
}

.form-desc div p {
  width: calc(100% - 10px);
  margin: 0 0 0 auto;
  background: #fff;
  border: 2px solid var(--color-main);
  border-radius: 14px;
  padding: 45px 30px 24px 90px;
  font-size: 15px;
  line-height: 24px;
  font-family: sregular;
}

.form-desc div p:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 85px;
  width: 100px;
  height: 6px;
  border-radius: 6px;
  background: var(--color-main);
}

.form-desc div p:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 15px;
  width: 50px;
  height: 42px;
  background: url(../images/dec_desc_form.png);
}

.form-desc div:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 10px);
  border-radius: 14px;
  background: var(--color-main);
}

.z-10 {
  z-index: 10;
}

/* news hot */
.NewsHot-contain {
  padding: 65px 25px 45px 30px;
  background: url(../images/bg_tintucHot.png) no-repeat;
  background-size: 100% 100%;
}

.NewsHot--index {
  background: #f4efe9;
}

.gutter-NewsHot {
  --bs-gutter-x: 25px;
}

/* phan hoi khach hang */
.gutter-khachhang {
  --bs-gutter-x: 60px;
}

.khachhang-pic {
  width: 45.61%; /* 260px/570 */
}

.khachhang-pic img {
  border-radius: 14px;
}

.khachhang-info {
  width: 54.39%;
  padding-left: 20px;
  margin-bottom: 30px;
}

.khachhang-info span {
  margin: 12px 0 15px;
  font-size: 14px;
  font-family: sregular;
  line-height: 24px;
  color: var(--color-text);
  -webkit-line-clamp: 5;
}

.khachhang-info h3 {
  font-size: 16px;
  font-family: sbold;
  text-transform: uppercase;
  color: var(--color-title);
  margin-bottom: 0;
}

/* con so */
.conso--index {
  background: var(--color-main);
  padding: 30px 0;
}

.conso-contain {
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

.conso-contain--inside {
  width: 100%;
  max-width: 49.66%; /* 915px/1920 */
  background: url(../images/bg_conso.png);
  margin: 0 auto 0 0;
  height: 540px;
}

.img-conso {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 54.95%; /* 1055px/1920 */
}

.conso-contain--inside h2 {
  font-size: 26px;
  font-family: ssemibold;
  line-height: 40px;
  margin: 0 auto 42px;
  color: var(--color-title);
  max-width: 600px;
  text-align: center;
}

.conso-contain--inside h2 span {
  color: var(--color-main);
}

.conso h3 {
  font-size: 18px;
  font-family: sregular;
  color: var(--color-text);
}

.conso span {
  font-size: 36px;
  font-family: ssemibold;
  color: var(--color-title);
  margin-bottom: 14px;
  display: inline-block;
}

.gutter-conso {
  --bs-gutter-x: 45px;
}

.conso-contain .swiper {
  max-width: 600px;
  margin: 0 auto;
}

.conso-contain--inside {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-conso img {
  --image: url(../images/mask_banner.png);
}

/* footer */
.img-footer {
  margin-bottom: 18px;
}

.slogan-footer {
  font-size: 15px;
  font-family: sregular;
}
.title-footer {
  font-size: 16px;
  font-family: "SSemiBold";
  color: var(--color-title);
  margin: 12px 0 25px;
}

ul.ul-taglink {
  margin-top: 30px;
}

ul.ul-taglink a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 30px;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "SRegular";
  color: var(--color-title);
}

ul.ul-taglink a:hover {
  color: var(--color-hover-red);
}

/* bang gia */
.grid-banggia {
  --cols: 4;
  --gap: 30px;
}

.banggia {
  border: 1px solid var(--color-main);
}

.banggia .seedetail-banggia {
  display: block;
  width: 75%;
  margin: 20px auto;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(245, 192, 106, 1) 0%,
    rgba(245, 192, 106, 0.75) 100%
  );
  line-height: 45px;
  border-radius: 45px;
  font-size: 16px;
  color: #fff;
  font-family: smedium;
  text-transform: capitalize;
}

.banggia .seedetail-banggia:hover {
  color: var(--color-hover-red);
}

.banggia .banggia-name {
  line-height: 80px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  font-size: 20px;
  font-family: "SSemiBold";
  background: linear-gradient(
    90deg,
    rgba(245, 192, 106, 1) 0%,
    rgba(245, 192, 106, 0.75) 100%
  );
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  text-transform: uppercase;
}

.banggia-desc {
  padding: 18px 5px 0;
}
