:root {
  --color-main: #356649;
  --color-main2: #f6fe09;
  --color-social: #5abcbd;
  --color-hover: #d00303;
  --color-text: #111111;
  --color-desc: #333333;
  --background: #fbeded;
  --font-main: "SVN";
}
.bodychung {
  overflow: hidden;
}
body {
  font-size: 14px;
  line-height: 1.5;
  /* min-width: 1349px; */
}
.main-detail {
  margin-bottom: 15px;
}
.news-left .main-detail,
.right-pro-detail .main-detail {
  margin-bottom: 10px;
}
.main-detail h1,
.main-detail h2,
.main-detail p {
  font-family: var(--font-main);
  font-size: clamp(25px, 3.5vw, 36px);
  color: var(--color-main);
  text-transform: uppercase;
  text-align: center;
}
.news-left .main-detail h1 {
  font-size: clamp(18px, 3.5vw, 25px);
}
.right-pro-detail .main-detail h1 {
  font-size: clamp(18px, 3.5vw, 25px);
  text-align: left;
}
.title-main {
  position: relative;
  width: fit-content;
  margin: auto;
}
.title-main span {
  font-size: 25px;
  font-family: "Hel-Bold";
  color: var(--color-main);
  text-transform: uppercase;
}
.ff-title {
  font-family: var(--font-title);
}
.ff-bold {
  font-family: var(--font-bold);
}
.ff-regular {
  font-family: var(--font-regular);
}

/* 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;
}
.gutter-x-20 {
  --bs-gutter-x: 20px;
}
.gutter-x-5 {
  --bs-gutter-x: 5px;
}

.scale-img {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.scale-img2 {
  overflow: hidden;
  display: block;
}

.scale-img2 img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: 0.5s all;
}

.scale-img2:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Menufix */
.menu-fix {
  position: fixed !important;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset !important;
  z-index: 999 !important;
  -webkit-animation: fadeInDown 1.3s ease backwards;
  -moz-animation: fadeInDown 1.3s ease backwards;
  -o-animation: fadeInDown 1.3s ease backwards;
  -ms-animation: fadeInDown 1.3s ease backwards;
  width: 100% !important;
  margin: 0 !important;
  transition: all 0.3s ease;
  /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); */
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
}

.text-shadow {
  text-shadow: 1px 0 #f9cf0065, -1px 0 #f9cf0065, 0 1px #f9cf0065,
    0 -1px #f9cf0065, 1px 1px #f9cf0065, -1px -1px #f9cf0065, 1px -1px #f9cf0065,
    -1px 1px #f9cf0065;
  text-shadow: 2px 0 #eee, -2px 0 #eee, 0 2px #eee, 0 -2px #eee, 1px 1px #eee,
    -1px -1px #eee, 1px -1px #eee, -1px 1px #eee;

  text-shadow: 2px 0 white, -2px 0 white, 0 2px white, 0 -2px white,
    1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
  text-shadow: 3px 0 #1e762e, -3px 0 #1e762e, 0 3px #1e762e, 0 -3px #1e762e,
    2px 2px #1e762e, -2px -2px #1e762e, 2px -2px #1e762e, -2px 2px #1e762e;

  text-shadow:
    /* Viền trắng xung quanh */ -2px -2px 0 white,
    2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 0px -2px 0 white,
    0px 2px 0 white, -2px 0px 0 white, 2px 0px 0 white,
    /* Viền đỏ đậm lệch trái và xuống dưới */ 0px 3px 0 rgba(0, 0, 0, 0.2),
    0px 4px 0 rgba(0, 0, 0, 0.2);
}

.danhmuc ul::-webkit-scrollbar {
  width: 3px; /* chiều ngang thanh cuộn dọc */
}

.danhmuc ul::-webkit-scrollbar-thumb {
  background-color: #a1a1a1; /* màu đen cho thanh cuộn */
  border-radius: 3px; /* bo tròn nhẹ */
}

.danhmuc ul::-webkit-scrollbar-track {
  background: transparent; /* xóa nền trắng phía sau */
}

.marquee {
  overflow: hidden; /* Ẩn phần chữ thừa */
  white-space: nowrap; /* Ngăn chữ xuống dòng */
  position: relative;
}

.marquee-text {
  display: inline-block;
  animation: marquee 30s linear infinite; /* Thời gian và kiểu hoạt ảnh */
  width: 100%;
}

/* Header */
.headertop {
  position: relative;
  background-color: #ddefe4;
  padding: 10px 0px;
}
.headertop .flex {
  justify-content: space-between;
  align-items: center;
}
.slogantop {
  font-family: "Hel-Bold";
  font-size: 15px;
  color: var(--color-text);
  text-transform: uppercase;
}
.socialheader {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
}
.socialheader span {
  font-family: "Hel";
  font-size: 15px;
  color: var(--color-text);
}
.socialheader img {
  max-width: 24px;
  max-height: 24px;
}
.socialheader a:hover img {
  animation: laclu 0.85s ease-in-out infinite;
}
.socialheader-mobile {
  display: none;
}
.diachitop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  pointer-events: none;
  height: 115%;
  background: url(../images/viendiachitop.png) center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.diachitop span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Hel";
  font-size: 15px;
  color: white;
  text-transform: capitalize;
  width: 330px;
  overflow: hidden;
}
#header-primary {
  position: relative;
}
#hamburger {
  display: none;
}
.header {
  position: relative;
  z-index: 100;
  padding: 15px 0px 40px;
  background-color: white;
}
.header.inner-page {
  padding: 15px 0px;
}
.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tencongty {
  text-align: center;
}
.tencongty span {
  font-family: "Barlow";
  font-size: 24px;
  color: var(--color-main);
  text-transform: uppercase;
}
.tencongty h5 {
  font-family: "UTM";
  font-size: 40px;
  background: linear-gradient(to bottom, #d00303, #ff5959, #d00303);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}
.hotline {
  min-width: 270px;
  background: url(../images/vienhotline.png) center/100% 100% no-repeat;
  padding: 13px 40px 17px 102px;
}
.hotline p {
  font-family: "Hel";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
}
.hotline span {
  font-family: "UTM";
  font-size: 20px;
  color: white;
  line-height: 1.65;
}

.datlichngay {
  font-family: "Fz-Bold";
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  width: fit-content;
  padding: 0;
  background-color: transparent;
  border: none;
}
.datlichngay:hover {
  background: linear-gradient(to right, #fca400, #fcdf00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
  border: none;
}
.datlichngay:focus {
  background: linear-gradient(to right, #fca400, #fcdf00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
  border: none;
}

/* Logo */
.logo-header img {
  max-width: 237px;
  max-height: 100px;
  margin: 0 !important;
}
/* .menu-fix .logo-header {
  max-width: 105px;
  max-height: 120px;
}
.menu-fix .logo-header a {
  max-width: 105px;
  max-height: 120px;
}
.menu-fix .logo-header canvas {
  max-width: 105px;
  max-height: 120px;
}
.menu-fix .logo-header img {
  max-width: 105px;
  max-height: 120px;
} */
.logo-headernone {
  display: none;
}
.bannertop img {
  max-width: 394px;
  max-height: 80px;
}

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

/* Search */
.search {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  background-color: #f5f5f5;
  padding: 8px 15px 10px;
}
.search input {
  width: 275px;
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: "Mont";
  font-size: 15px;
  color: #2d2d2d;
}
/* .search input {
  display: none;
  transition: all 0.3s ease;
}
.search.show-input input {
  display: inline-block;
} */
.search input::placeholder {
  font-family: "Mont";
  font-size: 15px;
  color: #2d2d2d;
  box-shadow: none;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label img {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.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);
}
.box-search .price-product {
  width: 100%;
  margin: 0px;
  text-align: left;
}
.box-search .price-product .price-new {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}

/* Mmenu */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  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: 20px;
  top: 20px;
}
.menu-mobile ul {
  padding: 0px;
  list-style: none;
}
.menu-mobile ul li {
  position: relative;
}
.menu-mobile ul li > span i {
  transition: transform 0.3s ease;
}
.menu-mobile ul li a {
  font-family: "Hel-Bold";
  font-size: 15px;
  color: var(--color-text);
  text-transform: capitalize;
  display: block;
  padding-right: 30px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-size: 14px;
}
.menu-mobile ul li a:hover {
  color: var(--color-main);
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: var(--color-main);
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-right: 14px;
}
.menu-mobile ul li:hover {
  color: #f00;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: var(--color-main);
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  font-family: "Hel";
  margin-bottom: 5px;
  font-size: 14px;
}
.company p span {
  color: var(--color-main);
}
.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;
}

/* ? Navigation*/
.navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 999;
}
.navigation.inner-page {
  position: relative;
  bottom: unset;
}
.navigation__inner {
  display: none;
}
.btn-menu {
  cursor: pointer;
}
.btn-menu img {
  min-width: 66px;
  height: 66px;
}

/* .wrap-menu.active {
  right: 0px;
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
}
.wrap-menu {
  position: relative;
  z-index: 30;
  width: 100%;
  opacity: 0;
  right: 200%;
  visibility: visible;
  transition: 0.7s;
} */

.wrap-menu {
  position: relative;
}
.wrap-menu .menu {
  background-color: var(--color-main);
  border-radius: 10px;
}
.menu ul {
  padding-left: 0px;
  margin-bottom: 0;
  list-style: none;
  gap: 0px !important;
}
.menu ul .flex {
  justify-content: space-between;
  align-items: center;
}
.menu ul li {
  z-index: 99;
  position: relative;
  flex: auto;
}
.menu ul li a {
  font-family: "Hel-Bold";
  font-size: 16px;
  color: white !important;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0px;
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  position: relative;
  padding: 18px;
}
.menu ul li:first-child a {
  border-radius: 10px 0px 0px 10px;
}
.menu ul li:last-child a {
  border-radius: 0px 10px 10px 0px;
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a i {
  font-size: 17px;
}
.menu ul li a:hover {
  background-color: #619778;
}
.menu ul li.active a {
  background-color: #619778;
}
.menu ul li.active ul li a {
  background-color: white;
}
.menu ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 22px;
  width: 1px;
  background-color: #619778;
}
.menu ul li a:after:last-child {
  display: none;
}
.menu ul li a:hover:after {
  display: none;
}
.menu ul li.active a:after {
  display: none;
}

/* .menu ul li a.active {
  color: var(--color-hover);
}
.menu ul li a:hover {
  color: var(--color-hover);
} */

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  top: 100%;
  left: 0;
  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: 1;
  visibility: visible;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: white;
  padding-left: 0;
  z-index: 2;
}
.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;
}
.menu ul li ul li {
  text-align: left;
  /* border-bottom: 1px solid rgb(173 173 173 / 32%); */
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
}
.menu ul li ul li a:after {
  display: none;
}
.menu ul li ul li a {
  font-size: 15px;
  color: var(--color-text) !important;
  padding: 9px;
  display: block;
  text-decoration: none !important;
  line-height: 25px;
  text-align: left;
  background: none;
  width: 100% !important;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1; */
}
/* .menu ul li ul li:not(:has(> ul)) a:after {
  display: none;
}
.menu ul li ul li:has(> ul) a:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  left: unset;
  top: unset;
  right: 10px;
  width: 5px;
  height: 5px;
  border: 1px solid #1a1a1a;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none;
} */
.menu ul li ul li:hover a:after {
  border: 1px solid var(--color-main);
}
.menu ul li ul li ul li a:after,
.menu ul li ul li ul li:hover a:after {
  display: none;
}
.menu ul li ul li ul {
  /* position: absolute; */
  top: 0px;
  left: 100%;
  /* min-width: 280px;
  padding: 5px 10px;
  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 ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-main);
  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;
  animation: none;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 20px;
}
.menu ul li ul li a:hover:after,
.menu ul li ul li > a.active:after {
  border: none;
  border-radius: 0;
  display: none;
}
.menu ul li ul li a:hover {
  padding-left: 30px;
  background-color: white;
  color: var(--color-main) !important;
  border: none;
  margin: 0 !important;
}

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

/* Toc */
.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--font-bold);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}
.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;
}

/* Video */
.video-main {
  position: relative;
}
.list-video {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.img-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ff000066;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f00;
  background: #ffffffa8;
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}
.video-item:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.video-name {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}
.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px 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;
}
.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 250px);
}
.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.grid-pro-detail .left-pro-detail {
  width: 38.5%;
}
.grid-pro-detail .right-pro-detail {
  width: 58%;
}
.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.overflow-hidden {
  border: 1px solid #ddd;
}
.thumb-pro-detail {
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.detail-product
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  /* font-weight: 700; */
  font-size: 20px;
  /* color: #f00; */
  color: #970a2d;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  border-top: none;
}
.nav-tabs li a {
  font-family: "SVN-Bold";
  text-transform: uppercase;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #f00;
}

.left-pro-detail .MagicZoom {
  /* border: 1px solid #7e7e7e;
  padding: 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; */
}
.left-pro-detail .MagicZoom img {
  /* border-radius: 20px; */
}
.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;
}
.attr-pro-detail {
  margin: auto;
  padding: 0;
  list-style: none;
}
.title-pro-detail {
  text-transform: capitalize;
  display: block;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 22px;
  color: #ff2e00;
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
  font-size: 18px;
}
.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;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
  background-color: #f00;
  color: #fff;
  border-color: #f00;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: #f00;
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.frm_contact {
  border: 1px solid #ddd;
  padding: 30px;
}

/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
  font-family: "Hel";
}
.breadCrumbs ol li a:hover {
  color: #f00;
}

/* paging */
.paging-product {
  position: relative;
}
.pagination {
  margin: 30px 0px 0px;
  text-align: center;
}
.pagination li span {
  cursor: pointer;
}
.pagination {
  gap: 7px;
  flex-wrap: wrap;
}
.page-item.page-item-ajax.disabled {
  display: none;
}
.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-link {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: var(--font-main);
  background: white;
  border-color: #dddddd;
  border-radius: 4px;
  color: #595959;
}
.page-item.active .page-link {
  background: white;
  border-color: var(--color-main);
  color: var(--color-main);
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}
.grid-properties {
  display: flex;
  gap: 10px;
}
.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid #f00;
  color: #f00;
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

.grid-product {
  --col: 4;
  --gap-x: 25px;
}

/* News */
.grid-news {
  --col: 3;
  --gap-x: 20px;
}
.grid-news-detail {
  --col: 3;
  --gap-x: 10px;
}
.grid-ct {
  --col: 2;
  --gap-x: 40px;
}
.grid-newstt {
  --col: 3;
  --gap-x: 30px;
}
.grid-album {
  --col: 3;
  --gap-x: 20px;
}
.grid-bg {
  --col: 2;
  --gap-x: 20px;
}

.ds-news span {
  display: block;
  line-height: 25px;
  color: #999;
  font-size: 13px;
  margin: 10px 0px 0px;
  font-style: italic;
}
.ds-news h3 a {
  font-family: "Hel-Bold";
  font-size: 14px;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-line-clamp: 2 !important;
}
.ds-news h3 a:hover {
  color: var(--color-hover);
}
.ds-news .desc {
  color: #333;
}
.item-news-all {
  display: flex;
  justify-content: space-between;
}
.item-news-all .ds-news {
  width: calc(100% - 110px);
}
.item-news-all .ds-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}
.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.news-left {
  width: 68%;
}
.news-right {
  position: sticky;
  top: 20px;
  width: 30%;
  background: #f1f1f1cc;
  padding: 20px;
  box-shadow: 0px 0px 5px #99999978;
}

/* Popup */
.modal-title {
  font-size: 20px;
  color: var(--color-main);
  text-transform: uppercase;
}

/* CSS cho loading */
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  background: red;
  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;
}

/* TODO Search Toggle */
.search__toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/viensearch.png) center/100% 100% no-repeat;
  padding: 5px 12px 5px 14px;
}
.search__toggle .search__icon {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.search__toggle .search__icon.active {
  color: var(--color-main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--clr-white);
}
.search__toggle .search__grid {
  opacity: 1;
  width: 205px;
  /* overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0px;
  display: flex;
  border-radius: 5px;
  background: white; */
}
.search__toggle .search__grid .search__button {
  display: grid;
  place-items: center;
  width: 35px;
  font-size: 17px;
  color: var(--clr-active);
  background: none;
}
.search__toggle .search__grid input,
.search__toggle .search__grid input:focus {
  box-shadow: none;
  border: none;
  padding: 0;
  font-family: "SVN";
  font-size: 12px;
  color: #818181;
}
.search__toggle .search__grid input::-webkit-input-placeholder {
  /* autoprefixer: off */
  color: var(--clr-silver);
  font-family: "SVN";
  font-size: 12px;
  color: #818181;
}
.search__toggle .search__grid input::-moz-placeholder {
  /* autoprefixer: off */
  color: var(--clr-silver);
}
.search__toggle .search__grid input::-ms-input-placeholder {
  /* autoprefixer: off */
  color: var(--clr-silver);
}

/* Footer */
.footer {
  position: relative;
  padding: 45px 0px 0px;
  background: url(../images/vienfooter.png) center/cover no-repeat;
  /* background-color: var(--color-main); */
}
.logo-footer img {
  max-width: 237px;
  max-height: 136px;
  margin: auto;
}
.content-ft {
  font-family: "Hel";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  width: 58%;
  margin: auto;
  margin-top: 25px;
}
.content-ft p {
  margin-bottom: 0;
}
.footertong {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 35px 0px 45px;
}
.footer1 {
  width: 35%;
}
.footer2 {
  width: 20%;
}
.footer3 {
  width: 25%;
}
.footer4 {
  width: 25%;
}
.footer5 {
  width: 12%;
}
.footer h5 {
  position: relative;
  font-family: "SVN-Bold";
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* .content-ft > div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
} */
.thongtinfooterchung .flex {
  justify-content: start;
  align-items: center;
  gap: 15px;
  position: relative;
}
/* .thongtinfooterchung .flex img {
  margin-top: 4px;
} */
.thongtinfooterchung .flex img {
  min-width: 60px;
  height: 60px;
}
.thongtinfooterchung p {
  margin-bottom: 2px;
  font-family: "Hel";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
.thongtinfooterchung span {
  font-family: "Hel";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
.chinhsach {
  padding: 20px 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 55px;
  list-style: none;
  padding-left: 0px;
  margin: 0;
}
.footer ul li {
  position: relative;
  font-family: "Hel-Bold";
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  width: fit-content;
  padding-left: 15px;
}
.footer ul li a {
  position: relative;
  font-family: "Hel-Bold";
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  width: fit-content;
}
.footer ul li a:hover {
  color: var(--color-hover);
}
.footer ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

.footer-tags {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.tagstong {
  position: relative;
}
.tagstong a {
  font-family: "Exo-Med";
  font-size: 14px;
  color: #000000;
  width: fit-content;
  background-color: white;
  padding: 8px 20px;
  border-radius: 5px;
}
.tagstong a:hover {
  background-color: var(--color-main);
  color: white;
}
.socialfooter {
  margin-top: 35px;
}
.socialfooter .flex {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.socialfooter a:hover img {
  animation: laclu 0.85s ease-in-out infinite;
}

.fb_iframe_widget {
  display: inline-block !important;
}
.fb-page iframe {
  border-radius: 10px;
}
.copyright {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 25px 0px;
  /* background: linear-gradient(to right, #a5181300, #a51813, #a5181300); */
}
.itemtop {
  position: relative;
}
.itemtop:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #785d44;
  z-index: 0;
}
.itemtop1 {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: auto;
  padding: 0px 10px;
  background-color: var(--color-main);
}
.copyright .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright p {
  font-family: "Hel";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
}
.copyright p span {
  font-family: "Hel-Bold";
  color: white;
  text-transform: capitalize;
}
.copyright2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.text-none {
  text-transform: none !important;
}
.statistic {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  font-family: "SN-Med";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.map-contact {
  width: 100%;
  height: 400px;
  margin: auto;
}

.map-contact iframe {
  width: 100%;
  height: 100%;
}
.map-footer {
  position: relative;
  width: 100%;
  height: 520px;
}
.map-footer iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 18px;
}
.map-footer p {
  margin-bottom: 0px;
}
.map-footer .tab-content .tab-pane iframe {
  width: 100%;
  height: 426px;
  border-radius: 40px;
  border: 3px solid white !important;
  z-index: 1;
  box-shadow: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
}
.map-footer .tab-content {
  position: relative;
}
.map-footer .tab-content .nutcoso {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 25px;
  border-bottom: 0;
  margin-top: 0;
  gap: 10px;
  z-index: 10;
  border-radius: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  width: 100%;
  /* max-height: 510px;
  overflow-y: scroll; */
}
/* .nutcoso::-webkit-scrollbar {
  width: 5px; 
}

.nutcoso::-webkit-scrollbar-thumb {
  background-color: #919191; 
  border-radius: 3px;
}

.nutcoso::-webkit-scrollbar-track {
  background: transparent;
} */
.map-footer .tab-content .nutcoso li {
  margin-bottom: 0;
}
.map-footer .tab-content .nutcoso li .nav-link {
  border: none;
  padding: 10px 20px;
  background-color: white;
  text-align: left;
  white-space: normal !important;
  border-radius: 5px;
  font-size: 14px;
  font-family: "CY-Bold";
  color: var(--color-main);
  box-shadow: none;
}
.map-footer .tab-content .nutcoso li .nav-link:hover {
  background-color: var(--color-main);
  color: white;
}
.map-footer .tab-content .nutcoso li .nav-link.active {
  background-color: var(--color-main);
  color: white;
}

.form-floating > label {
  font-family: "Hel";
  font-size: 15px;
  color: var(--color-text);
}

.content-main,
.content-text {
  font-family: "Hel";
  /* font-size: 16px; */
}
.notpage,
.notpage p {
  font-family: "Hel";
}
.content-main p img,
.content-text p img {
  margin: auto;
}

/* TODO Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 490px;
  z-index: 200;
  background: var(--clr-main);
  width: 50px;
  height: 50px;
  text-align: center;
  color: var(--clr-white) !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 20px;
}
.cart-fixed span {
  z-index: 10;
  position: absolute;
  top: 0px;
  right: -5px;
  color: var(--clr-white);
  width: 25px;
  height: 25px;
  background: #ec2d3f;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.mauchudao {
  background: linear-gradient(to right, #a0b1dd, #083996);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.mauchudao2 {
  background: linear-gradient(to right, #fbd296, #e09858);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

/* about */
.article {
  padding: 75px 0px 100px;
  position: relative;
  z-index: 2;
  background: url(../images/vienabout.png) center/cover no-repeat;
}
.flex-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-about {
  width: 48.5%;
}
.title-about .gioithieu {
  position: relative;
  font-family: "Hel-Bold";
  font-size: 20px;
  color: var(--color-main);
  text-transform: uppercase;
}
.title-about h2 {
  font-family: "SVN";
  font-size: 48px;
  color: var(--color-hover);
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1.3;
}
.title-about span {
  font-family: "Hel-Bold";
  font-size: 28px;
  color: var(--color-hover);
  text-transform: uppercase;
}
.lineabout {
  width: 70px;
  height: 2px;
  background-color: var(--color-main);
  margin: 20px 0px;
}
.desc-about {
  position: relative;
  font-family: "Hel";
  font-size: 16px;
  color: var(--color-desc);
}
.xemthemabout {
  position: relative;
  margin-top: 30px;
  width: fit-content;
  padding: 18px 5px;
}
.xemthemabout:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  border: 1px solid var(--color-main);
}
.xemthemabout a {
  position: relative;
  z-index: 2;
  font-family: "Hel-Bold";
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  background-color: var(--color-main);
  padding: 15px 27px;
}

.xemthemabout:hover a {
  background-color: var(--color-hover);
  /* background: none;
  background-color: var(--color-main2); */
}
.xemthemabout a:hover img {
  animation: arrbtn 0.7s linear infinite;
}

.photo-about {
  position: relative;
  width: 48.5%;
  padding: 20px 0px 0px 20px;
}
.decoabout {
  position: absolute;
  top: 0;
  left: 0;
}
.photo-about span {
  font-family: "Mont-Black";
  font-size: 44px;
  color: white;
  text-shadow: 1px 0 #aaaaaa, -1px 0 #aaaaaa, 0 1px #aaaaaa, 0 -1px #aaaaaa,
    1px 1px #aaaaaa, -1px -1px #aaaaaa, 1px -1px #aaaaaa, -1px 1px #aaaaaa;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: -80px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
.anhgt1 {
  position: relative;
  width: fit-content;
}
.anhgt1 .anhgt {
  position: relative;
  -webkit-mask-image: url(../images/anhgt.png);
  mask-image: url(../images/anhgt.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  z-index: 2;
  width: fit-content;
}
.anhgt2 {
  position: absolute;
  z-index: 4;
  bottom: 40px;
  right: -110px;
  border: 8px solid white;
  width: fit-content;
  border-radius: 20px;
}
.anhgt2 .scale-img2 {
  border-radius: 10px;
}
.anhgt {
  border-radius: 20px;
}

/* tieuchi */
.tieuchi {
  padding: 80px 0px 90px;
  background-color: #eeeeee;
}
.tieuchi-img {
  width: fit-content;
}
.linetieuchi {
  position: relative;
  margin: 22px 0px 18px;
  background-color: var(--color-main);
  height: 2px;
}
.linetieuchi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--color-main);
  border-radius: 50%;
}
.tieuchi h5 {
  position: relative;
  font-family: "Hel-Bold";
  font-size: 16px;
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.tieuchi span {
  font-family: "Hel";
  font-size: 15px;
  color: var(--color-desc);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.65;
}

/* maunha */
.maunha {
  padding: 80px 0px 85px;
  background: url(../images/vienmaunha.png) center/cover no-repeat;
}
.maunha .swiper-mobile {
  display: none;
}
.maunha .swiper-wrapper {
  align-items: center;
}
.maunha .swiper-desktop .swiper-slide-active,
.maunha .swiper-desktop .swiper-slide-next + .swiper-slide {
  width: 380px !important;
  height: 503px !important;
}
.maunha .swiper-desktop .swiper-slide-next {
  width: 500px !important;
  height: 660px !important;
}
.maunha .swiper-slide {
  border-radius: 30px;
}
.mntong {
  position: relative;
}
.mn-img {
  position: relative;
}
.mn-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, #00000000, #000000cb);
  pointer-events: none;
}
.mn-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.mn-info h5 {
  margin-bottom: 10px;
}
.mn-info h5 a {
  font-family: "Hel-Bold";
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
.mn-info h5 a:hover {
  color: var(--color-hover);
}
.maunha .swiper-desktop .swiper-slide-next .mn-info h5 {
  margin-bottom: 15px;
}
.maunha .swiper-desktop .swiper-slide-next .mn-info h5 a {
  font-size: 20px;
}
.maunha .swiper-desktop .swiper-slide-next .xemthemmn a {
  font-size: 16px;
}
.xemthemmn a {
  font-family: "Hel";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.xemthemmn a:hover {
  color: var(--color-hover);
}
.xemthemmaunha {
  margin-top: 45px;
}
.xemthemmaunha a {
  padding: 15px 20px;
  border-radius: 10px;
  border: 2px solid var(--color-main);
  font-family: "Hel-Bold";
  font-size: 15px;
  color: var(--color-text);
}
.xemthemmaunha a:hover {
  background-color: var(--color-main);
  color: white;
}
.traimn,
.phaimn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.traimn {
  left: 23%;
}
.phaimn {
  right: 23%;
}
.traimn i,
.phaimn i {
  font-size: 22px;
  color: var(--color-main);
}
.traimn:hover i,
.phaimn:hover i {
  color: var(--color-hover);
}

/* quytrinh */
.quytrinh {
  padding: 85px 0px 80px;
  background: url(../images/vienquytrinh.png) center/cover no-repeat;
}
.quytrinh .imgchudao {
  filter: brightness(0) saturate(100%) invert(100%) sepia(64%) saturate(2%)
    hue-rotate(40deg) brightness(115%) contrast(100%);
}
.qtchung {
  position: relative;
}
.linequytrinh {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  min-width: 1325px;
  height: 225px;
  margin-left: -25px;
  pointer-events: none;
}
.quytrinh .gridtren {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0px 35px 0px 30px;
}
.qttong {
  display: flex;
  justify-content: start;
  gap: 10px;
  text-align: left;
  height: 103px;
}
.qt-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 110px;
  height: 103px;
  background: url(../images/vienqtimg.png) center/100% 100% no-repeat;
}
.gridtren .qt-img img {
  margin-right: 5px;
}
.qt-img .stt {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Hel-Bold";
  font-size: 17px;
  color: var(--color-main);
}
.qt-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.qt-info h5 {
  font-family: "Hel-Bold";
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.qt-info span {
  font-family: "Hel";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.quytrinh .gridduoi {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  direction: rtl;
  align-items: center;
  padding-right: 35px;
  text-align: right;
}
.anhquytrinh {
  border-radius: 30px;
  border: 3px solid var(--color-main);
  overflow: hidden;
  width: fit-content;
  margin: auto;
}
.gridduoi .qt-img {
  background: url(../images/vienqtimg2.png) center/100% 100% no-repeat;
}
.gridduoi .qt-img img {
  margin-left: 5px;
}
.gridduoi .qt-img .stt {
  left: unset;
  right: 0;
}
.qtgrid {
  display: none;
}

.title-sp-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0px;
}
.title-sp-main span {
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid var(--color-main);
  font-family: "Hel-Bold";
  font-size: 14px;
  color: var(--color-text);
  text-transform: uppercase;
}
.title-sp-main span:hover {
  background-color: var(--color-main);
  color: white;
}

.product {
  position: relative;
}
.product-img .photo1 {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.product-info {
  margin-top: 20px;
}
.product-name {
  margin-bottom: 5px;
}
.product-name a {
  font-family: "SN-Bold";
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.product-name a:hover {
  color: var(--color-hover);
}
.product-price p {
  margin-bottom: 0;
  font-family: "SN-Bold";
  font-size: 14px;
  color: #000000;
}
.price-new {
  font-family: "SN-Bold";
  font-size: 14px;
  color: var(--color-main);
}

.right-pro-detail .flex1 {
  font-family: "Hel";
}

/* congtrinh */
.congtrinh {
  background: url(../images/viencongtrinh.png) center/cover no-repeat;
  padding: 80px 0px;
}
.congtrinh .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 25px;
  text-align: left;
}
.ctleft,
.ctright {
  width: 48.5%;
}
.ctleft-img {
  border-radius: 20px;
  overflow: hidden;
}
.ctleft-info {
  margin-top: 14px;
}
.ctleft-info h5 {
  margin-bottom: 6px;
}
.ctleft-info h5 a {
  font-family: "Hel-Bold";
  font-size: 18px;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.ctleft-info h5 a:hover {
  color: var(--color-hover);
}
.ctleft-info .desc {
  margin-bottom: 12px;
  font-family: "Hel";
  font-size: 15px;
  color: var(--color-desc);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.65;
}
.xemthemcongtrinh {
  width: fit-content;
}
.xemthemcongtrinh a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-family: "Hel-Bold";
  font-size: 15px;
  color: var(--color-main);
  text-transform: capitalize;
}
.xemthemcongtrinh a:hover i {
  animation: arrbtn 0.7s linear infinite;
}
.cttong {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.ct-img {
  min-width: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.ct-info h5 {
  margin-bottom: 6px;
}
.ct-info h5 a {
  font-family: "Hel-Bold";
  font-size: 17px;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.ct-info h5 a:hover {
  color: var(--color-hover);
}
.ct-info .desc {
  margin-bottom: 15px;
  font-family: "Hel";
  font-size: 15px;
  color: var(--color-desc);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.7;
}

/* album */
.album {
  padding: 85px 0px 80px;
}
.album .grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.albumtong {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.albumtong:hover .album-info {
  opacity: 1;
}
.album-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #00000050;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.album-info > div {
  margin-top: 70px;
}
.album-info h5 {
  font-family: "Hel-Bold";
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.album-info span {
  font-family: "Hel";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.xemthemalbum {
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}
.xemthemalbum a {
  border-radius: 10px;
  background-color: white;
  border: 1px solid var(--color-main);
  padding: 10px 25px 12px;
  font-family: "Hel-Bold";
  font-size: 15px;
  color: var(--color-text);
}
.xemthemalbum a:hover {
  background-color: var(--color-main);
  color: white;
}
.xemthemalbum a:hover img {
  animation: arrbtn 0.7s linear infinite;
}

/* dangky */
.dangky {
  padding: 80px 0px 0px;
  background: url(../images/viendangky.png) center/cover no-repeat;
}
.dangky .wrap-content {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  padding: 40px 42px;
}
.dangky .flex {
  justify-content: space-between;
  align-items: start;
}
.dangkyleft {
  width: 37%;
  border-radius: 10px;
  border: 1px solid #bababa;
  padding: 20px 35px 35px 35px;
}
.logo-dangky img {
  max-width: 237px;
  max-height: 136px;
  margin: auto;
}
.dangkyleft .content {
  padding: 17px 0px 40px;
  font-family: "Hel";
  font-size: 16px;
  color: var(--color-desc);
  line-height: 1.75;
}
.timhieuthem {
  width: fit-content;
  margin: auto;
}
.timhieuthem a {
  padding: 13px 30px 15px;
  border-radius: 10px;
  border: 2px solid var(--color-main);
  font-family: "Hel-Bold";
  font-size: 15px;
  color: var(--color-text);
  text-transform: uppercase;
}
.timhieuthem a:hover {
  background-color: var(--color-main);
  color: white;
}
.dangkyright {
  width: 59.7%;
}
.dangkyright span {
  font-family: "Hel";
  font-size: 16px;
  color: var(--color-desc);
}
.dangky form {
  margin-top: 20px;
}
.dangky2 .row {
  justify-content: space-between;
  margin: 0 !important;
}
.dangky2 .col-sm-6 {
  width: 48.5%;
  margin-bottom: 20px;
  padding: 0;
}
.dangky2 .col-sm-12 {
  position: relative;
  margin-bottom: 15px;
}
.dangky2 input {
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: none;
  font-family: "Hel";
  font-size: 15px;
  color: #686868;
  border: 1px solid #bababa;
  border-radius: 8px;
  background-color: #f4f4f4;
  padding: 15px 18px;
}
.dangky2 input::placeholder {
  font-family: "Hel";
  font-size: 15px;
  color: #686868;
}
.dangky2 input:focus {
  box-shadow: none;
  border: 1px solid #bababa;
}
.dangky2 textarea {
  width: 100%;
  box-shadow: none;
  padding: 15px 18px;
  font-family: "Hel";
  font-size: 15px;
  color: #686868;
  height: 180px;
  border: 1px solid #bababa;
  border-radius: 8px;
  background-color: #f4f4f4;
}
.dangky2 textarea::placeholder {
  font-family: "Hel";
  font-size: 15px;
  color: #686868;
}
.dangky2 .btn_newsletter {
  position: relative;
  padding: 17px 5px;
}
.dangky2 .btn_newsletter:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  border: 1px solid var(--color-main);
}
.dangky2 .btn_newsletter span {
  position: relative;
  z-index: 2;
  font-family: "Hel-Bold";
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  background-color: var(--color-main);
  padding: 14px 24px;
}

.dangky2 .btn_newsletter:hover span {
  background-color: var(--color-hover);
}

/* tintuc */
.tintuc {
  padding: 80px 0px 85px;
}
.tintuc .swiper {
  margin-top: 25px;
}
.tintuctong {
  position: relative;
  text-align: left;
}
.tintuc-img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.tintuc-info {
  margin-top: 20px;
}
.tintuc-info .thoigian {
  font-family: "Hel";
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 3px;
}
.tintuc-info h5 {
  margin-bottom: 10px;
}
.tintuc-info h5 a {
  font-family: "Hel-Bold";
  font-size: 22px;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.tintuctong h5 a:hover {
  color: var(--color-hover);
}
.desctintuc {
  font-family: "Hel";
  font-size: 15px;
  color: var(--color-desc);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.55;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.tenweb {
  position: relative;
  z-index: 2;
  font-family: "SVN-Med";
  font-size: 16px;
}
.tenchudao2 {
  position: relative;
  z-index: 2;
  font-family: var(--font-main);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.tenchudao {
  position: relative;
  z-index: 2;
  font-family: var(--font-main);
  font-size: 36px;
  text-transform: uppercase;
}
.motachudao {
  font-family: "Hel";
  font-size: 16px;
}
.white {
  color: white !important;
}
.white2 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.main {
  color: var(--color-main) !important;
}
.main2 {
  color: var(--color-main2) !important;
}
.red {
  color: var(--color-hover) !important;
}
.den {
  color: var(--color-text) !important;
}
.den2 {
  color: var(--color-desc) !important;
}
.imgchudao {
  margin: 10px auto 0px;
}
