@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playball&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
  --color-main: #f9be49;
  --color-hover: #f9be49;
  --color-text: #111;
  --font-main: "Montserrat";
}

body {
  font-family: var(--font-main);
  font-size: 14px;
  color: #111;
  background-color: #fffcf7;
  top: 0 !important;
  max-width: 1920px;
  min-width: 320px;
  position: relative;
  margin: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: var(--color-main);
}

img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
  display: inline-block;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.h-card,
.hidden-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.scale-img {
  overflow: hidden;
}
.scale-img img {
  transition: all 0.3s;
}
.scale-img:hover img.w-100 {
  transform: scale(1.2, 1.2);
}

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

.transition {
  transition: 0.3s all;
}

.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination li a:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}
.pagination .page-item.active .page-link {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

.pagination li a,
.pagination li span {
  cursor: pointer;
  border-radius: 5px !important;
  border: 1px solid #cacaca;
  background: white;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
  font-size: 14px;
  padding: 5px;
}

.wrap-main {
  margin: 30px 0;
}

.wrap-content {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.social li {
  display: inline-block;
}
.social li:hover img {
  transform: rotateY(360deg);
  transition: all 0.5s linear;
}

.header__bottom {
  padding: 5px 0;
}

.header__top {
  padding: 5px 0;
}

.header__top-flex {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid black;
}

.header__top-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__info-icon {
  flex-shrink: 0;
}

.header__info-text {
  color: #000;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.socialh li a {
  display: block;
  max-width: 35px;
}

.header__bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.header__logo {
  max-width: 200px;
}

.header_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header_box .line {
  width: 1px;
  height: 37px;
  background: #000;
}

.header__cart {
  position: relative;
}
.header__cart .cart-counter {
  position: absolute;
  top: 60%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  color: #fff;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.wrap-about-us .right {
  position: relative;
}
.wrap-about-us .right .pic {
  margin: 0 80px 80px 0;
  border-radius: 12px;
  border: 8px solid #fff;
  position: relative;
  z-index: 2;
}
.wrap-about-us .right .pic2 {
  overflow: hidden;
  margin: 80px 0px 0px 80px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 12px;
  border: 8px solid #fff;
}
.wrap-about-us .left {
  position: relative;
}
.wrap-about-us .left .slogan {
  color: #222;
  font-family: SVN-Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.wrap-about-us .left .name span {
  color: #206ad0;
  font-family: SVN-Poppins;
  font-size: clamp(30px, 3.9837398374vw, 49px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.98px;
}
.wrap-about-us .left .desc {
  color: #222;
  text-align: justify;
  font-family: SVN-Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.btn-wm a {
  padding: 13px 25px 13px 25px;
  border-radius: 8px;
  background: #206ad0;
  border: 1px solid #206ad0;
  text-align: center;
  color: #fff;
  font-family: SVN-Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.btn-wm a svg {
  transition: all 0.3s ease-in-out;
}
.btn-wm a:hover {
  color: #206ad0;
  background-color: white;
}
.btn-wm a:hover svg {
  fill: #206ad0;
  stroke: #206ad0;
}

/* Criteria Section */
.wrap-criteria {
  background: url(../images/TempImages/bg-criteria.png) no-repeat center/100% 100%;
}
.wrap-criteria .item .name {
  color: #000;
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.wrap-criteria .item .desc {
  color: var(--Primary-color-color-text, #31250b);
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.wrap-gallery-home .name {
  color: var(--Primary-color-color-text, #31250b);
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.notify-phone {
  animation: notifyPhone 1s infinite ease-in-out;
  animation: notifyPhone 1s infinite ease-in-out;
}

.search-inline {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 230px;
  border-radius: 5px;
  border: 1px solid #bababa;
  background: #fff;
}
.search-inline p {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.search-inline input {
  width: calc(100% - 30px);
  height: 30px;
  outline: 0;
  padding: 0;
  border: 0;
  background: 0;
  text-indent: 12px;
  font-size: 14px;
}
.search-inline input::-webkit-input-placeholder {
  color: #7d7d7d;
}
.search-inline input:-moz-placeholder {
  color: #7d7d7d;
}
.search-inline input::-moz-placeholder {
  color: #7d7d7d;
}
.search-inline input:-ms-input-placeholder {
  color: #7d7d7d;
}

.header__lang {
  position: relative;
  z-index: 101;
}

.header__lang-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: clamp(12px, 10vw, 120px);
  background: #dae1e7;
  backdrop-filter: blur(8px);
  padding: 10px;
}

.header__lang-flag {
  max-width: 35px;
  border-radius: 3px;
  overflow: hidden;
}

.header__lang-country {
  font-weight: 700;
  font-size: clamp(13px, 1.1666666667vw, 14px);
}

.header__lang-box {
  position: absolute;
  right: 0;
  margin-top: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 150px;
}

.header__lang-picker {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.header__lang-picker:hover .header__lang-name {
  color: orange;
}

.header__lang-icon {
  display: inline-block;
  width: 25px;
}

.header__lang-name {
  font-size: clamp(13px, 1.1666666667vw, 14px);
  font-weight: 500;
  flex: 1 1 0%;
}

#google_translate_element {
  clear: both;
  width: auto !important;
  text-align: right;
  display: none;
}

.skiptranslate {
  display: none !important;
}

.menu-res {
  display: none;
}

.menu {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 40px;
  list-style: none;
}
.menu ul.menu-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.2s;
  padding: 10px;
  gap: 6px;
}
.menu ul li ul li a:after {
  display: none !important;
}

.menu ul li a.active,
.menu ul li:hover > a {
  color: color-mix(in srgb, var(--color-main) 50%, #fff);
}

.menu_dmsp .menu_lvl {
  position: absolute;
  width: 200px;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background-color: #fafafa;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.menu_dmsp .menu_lvl ul {
  max-height: 410px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.menu_dmsp .menu_lvl ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: capitalize;
  gap: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  padding: 10px;
  margin: 0;
  height: auto;
}
.menu_dmsp .menu_lvl ul li:hover > a {
  color: var(--color-main);
}

.menu_dmsp .menu_lvl3,
.menu_dmsp .menu_lvl4 {
  left: calc(100% + 1px);
}

.menu_dmsp .menu_lvl2 .menu_lvl3 ul li:hover .menu_lvl4,
.menu_dmsp .menu_lvl2 ul li:hover .menu_lvl3,
.menu_dmsp:not(.block_hover):hover .menu_lvl2 {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.slideshow_left .menu_lvl2 {
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.menu_vlist_pic {
  max-width: 24px;
}

.spacer {
  margin: clamp(30px, 5vw, 60px) 0;
}

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

.title-main h1,
.title-main h2 {
  margin-bottom: 0;
  color: #00020c;
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: clamp(20px, 3.2520325203vw, 40px);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.line-title {
  width: 80px;
  height: 4px;
  background: #00020c;
  margin: auto;
}

.box-title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  margin-bottom: 60px;
}
.box-title-main * {
  margin-bottom: 0;
}
.box-title-main.title-white * {
  color: white !important;
}

.title-detail {
  margin-bottom: 20px;
}
.title-detail h1 {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 0;
}

.search-popup {
  position: relative;
}
.search-popup .icon-search {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.search-popup .icon-search.active {
  background: #fff;
  color: var(--color-main);
  border: solid 1px var(--color-main);
}
.search-popup .search-grid {
  position: absolute;
  top: 50px;
  right: 0;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.search-popup .search-grid p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  outline: 0;
  border: none;
  margin: 0;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
}
.search-popup .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 35px;
  outline: 0;
  border: none;
  color: #000;
  font-size: 14px;
}
.search-popup .search-grid input::-moz-placeholder {
  color: #ccc;
}
.search-popup .search-grid input::placeholder {
  color: #ccc;
}

.product-item a {
  display: block;
  position: relative;
}
.product-item a:hover .product-item__name {
  color: var(--color-main);
}

.product-item__pic {
  background: #eee;
  overflow: hidden;
}

.product-item__info {
  text-align: center;
  margin-top: 10px;
}

.product-item__name {
  color: #000;
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

.product-item__price--new {
  color: #b14e00;
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

.product-item__price--old {
  margin: 0 8px;
  font-size: clamp(12px, 1.0833333333vw, 13px);
  color: #6c757d;
  text-decoration: line-through;
}

.product-item__price--per {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color-main);
  font-size: 11px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  gap: 5px;
  color: #fff;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.splide.procategory:not(.is-overflow) .splide__list {
  justify-content: center;
}

.category-nav {
  margin-bottom: 30px;
}

.category-nav__item {
  font-size: clamp(14px, 1.3333333333vw, 16px);
  text-transform: uppercase;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  padding-block: 7px;
  padding-inline: clamp(10px, 1.6666666667vw, 20px);
  transition: 0.2s;
  border: 1px solid #1a1918;
  background-color: #fff;
}
.category-nav__item.active {
  background: #1a1918;
  color: #fff;
}

.main-widget {
  position: fixed;
  right: 14px;
  bottom: 20px;
  z-index: 99;
  top: auto !important;
}
.main-widget .img {
  width: 25px;
  height: 25px;
}
.main-widget .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 25px;
  top: 0;
  padding: 10px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--color-main);
  border-radius: 100%;
  transition: 0.2s all;
  transform: rotate(0);
  cursor: pointer;
}
.main-widget .close-icon svg {
  width: 25px;
  height: 25px;
}
.main-widget .item svg {
  fill: var(--color-main);
}

.main-widge .img svg {
  width: 100%;
  height: 100%;
}

.main-icon {
  line-height: 0;
  color: #fff;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-bottom: 5px;
}
.main-icon p {
  font-size: 10px;
  color: #fff;
  margin: 0;
}
.main-icon i {
  width: 26px;
  height: 26px;
  transform: translateX(2px);
}

.out-circle {
  overflow: hidden;
  padding: 17px;
  border-radius: 100%;
  background: var(--color-main);
  width: 60px;
  height: 60px;
}

.ser-icon {
  display: inline-flex;
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 0;
  padding: 10%;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  border-radius: 100%;
  color: var(--color-main);
  width: 70%;
  height: 70%;
  margin: 15%;
  transition: 0.2s all;
}
.ser-icon .item {
  margin-right: 40px;
  width: 30px;
  height: 30px;
  color: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ser-icon .item svg {
  width: 25px;
  height: 25px;
  color: var(--color-main);
}
.ser-icon i:nth-child(2n) {
  color: #000;
}

.unsee {
  opacity: 0;
  transform: scale(0);
}

.process {
  display: inline-flex;
  transform: translateX(0);
  transition: 0.15s linear transform;
  line-height: 0;
}

.def-content {
  position: absolute;
  bottom: 62px;
  right: 0;
  background: #fff;
  border-radius: 8px;
  transition: 0.2s all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  z-index: 1;
}
.def-content:before {
  position: absolute;
  bottom: -8px;
  right: 22px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}
.def-content .def-header {
  background: var(--color-main);
  padding: 10px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.def-content .def-header .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  left: initial;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: 0 0;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: var(--color-main);
  border-radius: 50%;
  text-align: center;
}
.def-content .item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  transition: 0.3s linear all;
}
.def-content .item > a .img {
  flex-grow: 0;
  flex: none;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff !important;
}
.def-content .item > a .img svg {
  height: 20px;
  width: 20px;
}
.def-content .item > a .detail {
  flex-grow: 1;
  line-height: normal;
}
.def-content .item > a .detail .arcu-item-title {
  font-weight: 700;
  font-size: 15px;
  display: block;
  line-height: normal;
  color: #000;
}
.def-content .item > a .detail .arcu-item-subtitle {
  font-size: 14px;
  color: #787878;
}
.def-content .item.phone > a .img {
  background: #4eb625;
}
.def-content .item.mess > a .img {
  background: #31adff;
}
.def-content .item.zalo > a .img {
  background: #0165f8;
}
.def-content .item.map > a .img {
  background: #d94234;
}
.def-content .item:last-child {
  margin-bottom: 0;
}
.def-content .item svg {
  fill: #fff;
}
.def-content .item:hover {
  background: #f1f1f1;
}

.close-icon.unsee {
  transform: rotate(180deg);
}

.pregan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e53b16;
  z-index: -2;
  border-radius: 100%;
  opacity: 0.6;
  animation: zoomzoom 3s linear 0.2s infinite;
}
.pregan:nth-child(1) {
  animation-delay: 0.5s;
}

.scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 98;
  top: auto;
  width: 40px;
  height: 40px;
  display: flex;
  background: 0 0;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-20px);
  background-color: color-mix(in srgb, var(--color-main) 10%, #fff);
  border-radius: 7px;
  cursor: pointer;
}
.scrollToTop svg {
  width: 100%;
  height: 100%;
  transform: rotate(270deg);
}
.scrollToTop svg path {
  stroke: var(--color-main);
}
.scrollToTop:hover {
  background: var(--color-main);
}
.scrollToTop:hover svg path {
  stroke: color-mix(in srgb, var(--color-main) 10%, #fff);
}

.news-item a {
  display: block;
  position: relative;
}
.news-item a:hover .news-item__name {
  color: var(--color-main);
}
.news-item a:hover .news-item__next {
  color: var(--color-main);
}

.news-item__pic {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 10px;
}

.news-item__date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-main);
  padding: 5px;
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.news-item__info {
  margin-top: 15px;
}

.news-item__name {
  -webkit-line-clamp: 2 !important;
  color: var(--color-text);
  font-size: clamp(15px, 1.3333333333vw, 16px);
  font-weight: 600;
  margin-bottom: 7px;
  transition: 0.2s;
}

.news-item__desc {
  -webkit-line-clamp: 2 !important;
  color: var(--color-text);
  line-height: 20px;
  margin-bottom: 10px;
  word-break: break-word;
}

.news-item__next {
  font-weight: 600;
  color: var(--color-text);
  transition: 0.2s;
} /* News mix */
.wrap-news-mix {
  background: #fff;
}

.news-mix-header {
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.news-mix-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.news-mix-title h3 {
  font-size: clamp(24px, 3.3333333333vw, 40px);
  font-weight: 800;
  text-transform: uppercase;
  color: #000084;
  margin: 0;
}
.news-mix-title p {
  margin: 0;
  color: #373737;
  font-size: 15px;
}

.news-mix-divider {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-mix-dot {
  width: 15px;
  height: 15px;
  border: 4px solid #f9b015;
  flex: 0 0 auto;
}

.news-mix-line {
  flex: 1 1 0%;
  border-top: 1px dashed #b4b4b4;
}

.news-mix-layout {
  align-items: start;
}

.news-mix-news .swiper-slide {
  padding: 6px 0;
}

.news-mix-card {
  gap: 16px;
  padding: 12px 14px;
  border: 1px dashed #c0b9a3;
  border-radius: 10px;
  background: #fff;
  transition: 0.2s ease-in-out;
}
.news-mix-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.news-mix-card:nth-child(even) {
  grid-template-columns: 1fr minmax(0, 210px);
}
.news-mix-card:nth-child(even) .news-mix-card__media {
  order: 2;
}

.news-mix-card__media {
  border-radius: 10px;
  overflow: hidden;
}
.news-mix-card__media img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-mix-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.news-mix-card__title {
  color: #1e2a38;
  font-size: 15px;
  font-weight: 600;
}

.news-mix-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #818181;
  font-size: 13px;
}
.news-mix-card__meta img {
  width: 14px;
  height: 14px !important;
}

.news-mix-card__desc {
  color: #7c7c7c;
  font-size: 13px;
  line-height: 1.6;
}

.news-mix-card__cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 13px;
  color: #2b2b2b;
}

.news-mix-card__plus {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #000084;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.news-mix-video__primary,
.news-mix-video__thumb {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.news-mix-video__primary:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.news-mix-video__media {
  aspect-ratio: 4/3;
}
.news-mix-video__media img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news-mix-video__thumbs .swiper-slide {
  padding: 4px 0;
}
.news-mix-video__thumbs .news-mix-video__media {
  aspect-ratio: 3/2;
}

.news-mix-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.news-mix-video__play--small {
  width: 32px;
  height: 32px;
}

@media (max-width: 767px) {
  .news-mix-card {
    grid-template-columns: 1fr;
  }
  .news-mix-card:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .news-mix-card:nth-child(even) .news-mix-card__media {
    order: 0;
  }
}
.wrap-video {
  position: relative;
  background: url(../images/TempImages/bg-video.png) no-repeat center/cover;
  overflow: hidden;
  /* Main slider */
}
.wrap-video .video-main__item {
  position: relative;
  overflow: hidden;
  display: block;
}
.wrap-video .video-main__item img {
  width: 100%;
  display: block;
}
.wrap-video .video-main__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-video .video-main__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.wrap-video {
  /* Thumbnails */
}
.wrap-video .video-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}
.wrap-video .video-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid white;
}
.wrap-video .video-thumb__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.wrap-video .video-thumb__item img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.wrap-video .video-thumb__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-video .video-thumb__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splide__arrow {
  background: color-mix(in srgb, var(--color-main) 10%, #fff) !important;
  opacity: 1 !important;
  border-radius: 5px !important;
  transition: 0.2s;
  width: 35px !important;
  height: 35px !important;
}
.splide__arrow svg {
  fill: var(--color-main) !important;
  width: 24px;
  height: 24px;
  transition: 0.2s;
}
.splide__arrow:hover {
  background: var(--color-main) !important;
}
.splide__arrow:hover svg {
  fill: color-mix(in srgb, var(--color-main) 10%, #fff) !important;
}

.splide__arrow--prev {
  left: -30px;
}

.splide__arrow--next {
  right: -30px;
}

#footer-map {
  overflow: hidden;
}
#footer-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.footer-article {
  background: #fff;
  padding: 30px 0;
  border-top: solid 1px #ddd;
}

.footer-powered {
  padding: 10px 0;
  background: var(--color-main);
}

.footer-flex {
  display: flex;
  justify-content: space-between;
}

.footer-news:nth-child(1) {
  width: 25%;
}
.footer-news:nth-child(2) {
  width: 25%;
}
.footer-news:nth-child(3) {
  width: 33.3333333333%;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 20px;
}

.footer-ul {
  list-style: disc;
  padding-left: 15px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-ul li {
  color: var(--color-main);
}
.footer-ul li a {
  color: var(--color-text);
  transition: 0.2s;
}
.footer-ul li a:hover {
  color: var(--color-main);
}

.footer-copyright {
  color: #fff;
  text-align: center;
}

.form-group,
.form-group-select {
  position: relative;
  margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  font-size: 14px;
  transition: 0.1s ease;
  resize: vertical;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 5px;
  border: 1px solid #cacaca;
}

.form-group.novalidate input,
.form-group.novalidate textarea {
  border: 1px solid #e2e2e2 !important;
}

.form-group input {
  height: 45px;
}
.form-group input.date-picker {
  padding-right: 35px;
}
.form-group > span {
  position: absolute;
  right: 12px;
  top: 12px;
  transition: 0.1s ease;
  pointer-events: none;
  display: inline-block;
  max-width: 20px;
}

.form-group input:hover,
.form-group textarea:hover {
  border-color: #7799d0 !important;
}

.form-group label,
.form-group-select > label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 14px;
  color: #777;
  transition: 0.1s ease;
  pointer-events: none;
  background-color: transparent;
  margin: 0;
  line-height: 1.5;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--main-color);
  outline: 0;
}

.form-group input:not(:-moz-placeholder) + label,
.form-group textarea:not(:-moz-placeholder) + label {
  top: -10px;
  font-size: 12px;
  background: #fff;
  padding: 0 5px;
  left: 8px;
  transform: none;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label,
.form-group-select > label {
  top: -10px;
  font-size: 12px;
  background: #fff;
  padding: 0 5px;
  left: 8px;
  transform: none;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  content: attr(title);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.modal {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.7);
}

.modal-header {
  border-bottom: 1px solid #d1d5db;
  background: rgba(249, 250, 251, 0.6);
}

.modal-title {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #111827;
}

.modal-footer {
  border-top: 1px solid #d1d5db;
  background: rgba(249, 250, 251, 0.6);
}

.modal-btn--close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background: red;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}

.invalid-feedback {
  font-size: 13px;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.form-btn--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: clamp(14px, 1.3333333333vw, 16px);
}

.breadCrumbs {
  background: color-mix(in srgb, var(--color-main) 10%, #fff);
  margin-bottom: 30px;
}

.breadcrumb {
  gap: 10px;
  padding: 10px 0 !important;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.breadcrumb li a {
  flex: 1 1 0%;
  color: #666;
  transition: 0.2s;
}
.breadcrumb li a:hover {
  color: var(--color-main);
}
.breadcrumb li.active a {
  font-weight: 500;
  color: var(--color-main);
}
.breadcrumb li svg {
  width: 7px;
  color: #666;
  margin-top: 2px;
}

.box-toc {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 2rem;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.box-toc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #f8fafc;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.box-toc__header:hover {
  background: #f1f5f9;
}

.box-toc__title {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-toc__title i {
  font-size: 20px;
}

.box-toc__toggle-icon {
  color: #64748b;
}

.box-toc__body {
  max-height: 0;
  overflow: hidden;
}

.box-toc--open .box-toc__body {
  max-height: 1000px;
  border-top: 1px solid #e2e8f0;
}
.box-toc--open .box-toc__toggle-icon {
  transform: rotate(180deg);
}

.box-toc__list {
  list-style: none;
  padding: 12px 0;
  margin: 0;
}

.box-toc__item {
  margin: 0;
  position: relative;
}

.box-toc__link {
  display: block;
  padding: 8px 20px;
  color: #64748b;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  border-left: 3px solid transparent;
}
.box-toc__link:hover {
  color: var(--color-main) !important;
  background: #eff6ff !important;
}

.box-toc__link--active {
  color: var(--color-main);
  font-weight: 600;
  background: #eff6ff;
  border-left-color: var(--color-main);
}

.box-toc__item--h2 .box-toc__link {
  padding-left: 10px;
  font-weight: 600;
  color: #334155;
  font-size: 15px;
}

.box-toc__item--h3 .box-toc__link {
  padding-left: 20px;
  font-size: 14px;
}

.box-toc__item--h4 .box-toc__link {
  padding-left: 30px;
  font-size: 13px;
  font-style: italic;
}

.content-main {
  line-height: 26px;
}
.content-main h1 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.content-main h2 {
  margin: 20px 0;
  font-size: 19px;
}
.content-main h3 {
  margin: 15px 0 20px;
  font-size: 17px;
}
.content-main h4 {
  margin: 10px 0 20px;
  font-size: 15px;
}
.content-main table {
  width: 100%;
  margin: 10px 0 20px;
  font-size: 13px;
}
.content-main table th {
  background: #444;
  color: #fff;
  text-align: center;
  padding: 12px 7px;
}
.content-main table tr td {
  padding: 10px 7px;
}
.content-main tr:nth-child(even) {
  background: #f4f4f4;
  background-color: #f2f2f2;
}
.content-main tr:nth-child(odd) {
  background: #fff;
}
.content-main tr:hover {
  background-color: #ddd;
}
.content-main a {
  color: #05f;
  font-weight: 700;
  display: contents;
}
.content-main a img {
  max-width: 100%;
  height: auto !important;
}
.content-main iframe {
  width: 100% !important;
  display: block;
  margin: 10px auto 20px;
}
.content-main th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--color-main);
  color: #fff;
}
.content-main figcaption {
  text-align: center;
}
.content-main blockquote {
  border-left: solid 3px #ccc;
  padding-left: 20px;
  margin-left: 20px;
  font-style: italic;
}

.content-main ol li,
.content-main ul li {
  margin-bottom: 10px;
}

.content-main td,
.content-main th {
  border: 1px solid #ddd;
  padding: 8px;
}

.skeleton-item {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.skeleton-box {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  border-radius: 4px;
}

.skeleton-img {
  width: 100%;
  margin-bottom: 10px;
}

.skeleton-title {
  height: 20px;
  width: 80%;
  margin-bottom: 8px;
}

.skeleton-price {
  height: 20px;
  width: 50%;
}

.ggdich-box {
  position: relative;
  display: inline-block;
}

.ggdich-box__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  color: inherit;
}

.ggdich-box__icon {
  margin-right: 6px;
}

.ggdich-box__dropdown {
  position: absolute;
  z-index: 15;
  top: 100%;
  left: 0;
  margin-top: 10px;
  min-width: 150px;
  background-color: #fff;
  padding: 8px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ggdich-box__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.ggdich-box__item:last-child {
  margin-bottom: 0;
}
.ggdich-box__item:hover {
  color: #c0392b;
}

.ggdich-box__flag {
  margin-right: 7px;
  display: inline-block;
  max-width: 22px;
}
.ggdich-box__flag img {
  width: 100%;
  display: block;
}

.sidebox-group {
  position: sticky;
  top: 60px;
  border: 1px solid #dee2e6;
  border-radius: clamp(5px, 0.8333333333vw, 10px);
  padding: clamp(10px, 1.25vw, 15px);
}

.sidebox-group__header {
  display: flex;
  font-size: clamp(15px, 1.3333333333vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  padding: 0 0 8px;
  border-bottom: 0.5px dashed #ebe0e0;
  margin-bottom: 10px;
}

.sidebox-group__icon {
  font-size: 22px;
}

.sidebox-group__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebox-group__item {
  position: relative;
}
.sidebox-group__item.opened > .sidebox-group__link .sidebox-group__toggle::after {
  transform: translateY(-50%) scale(1, 0);
}

.sidebox-group__link {
  color: #252a2b;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  transition: 0.3s;
  padding: 5px 0;
}

.sidebox-group__item--has-child > .sidebox-group__link {
  padding-right: 30px;
}
.sidebox-group__item--has-child .sidebox-group__toggle {
  display: block;
}

.sidebox-group__link--active,
.sidebox-group__link:hover {
  color: var(--color-main) !important;
}

.sidebox-group__toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  display: none;
}
.sidebox-group__toggle:hover {
  border: 1px solid #e7e7e7;
}
.sidebox-group__toggle::before {
  width: 9px;
  height: 1px;
  transform: translateY(-50%);
}
.sidebox-group__toggle::after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform: translateY(-50%) scale(1, 1);
}

.sidebox-group__toggle::after,
.sidebox-group__toggle::before {
  background: rgba(9, 9, 9, 0.6);
  content: "";
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  transition: all 0.25s linear;
}

.sidebox-group__sublist {
  margin: 0;
  padding-left: 10px;
  list-style: none;
  display: none;
}

.prodetail {
  display: block;
  width: 100%;
}

.prodetail__header {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 15px;
}

.prodetail__gallery {
  position: relative;
}

.prodetail__info {
  position: relative;
}

.prodetail__thumb {
  margin-bottom: 10px;
  border: solid 1px #eee;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.prodetail__nav .splide__slide {
  opacity: 0.6;
  transition: opacity 0.3s;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}
.prodetail__nav .splide__slide.is-active {
  opacity: 1;
  border: solid 1px var(--color-main) !important;
  overflow: hidden;
}

.prodetail__title {
  font-size: clamp(20px, 2.0833333333vw, 25px);
  font-weight: 700;
  margin-bottom: 10px;
}

.prodetail__option {
  margin: 15px 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.prodetail__option li span {
  color: var(--color-main);
}

.prodetail__social {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prodetail__social-title {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.prodetail__price {
  margin: 15px 0;
  font-size: clamp(14px, 1.25vw, 15px);
}

.prodetail__price-new {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #d0021b;
}

.prodetail__price-old {
  text-decoration: line-through;
  color: #888;
  margin: 0 10px;
}

.prodetail__price-discount {
  background: #d0021b;
  color: #fff;
  padding: 2px 3px;
  border-radius: 5px;
  font-size: 11px;
  position: relative;
}
.prodetail__price-discount::before {
  content: "";
  border-right: 6px solid #d0021b;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translate(0, -50%);
}

.prodetail__qty-group {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.prodetail__qty-group label {
  font-weight: 600;
  margin-right: 15px;
}

.prodetail__qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 4px;
  overflow: hidden;
}

.prodetail__qty-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f3f3f3;
  transition: 0.2s;
}
.prodetail__qty-btn:hover {
  background: #eee;
}
.prodetail__qty-btn svg {
  width: 14px;
  height: 14px;
}

.prodetail__qty-input {
  width: 60px;
  height: 35px;
  border: none;
  text-align: center;
  outline: 0;
  -moz-appearance: textfield;
  border-left: solid 1px #dadada;
  border-right: solid 1px #dadada;
}

.prodetail__qty-input::-webkit-inner-spin-button,
.prodetail__qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.prodetail__desc {
  margin: 20px 0;
}

.prodetail__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.prodetail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-block: clamp(7px, 0.8333333333vw, 10px);
  border: solid 1px #333;
  border-radius: 4px;
  font-size: clamp(14px, 1.25vw, 15px);
  transition: all 0.3s;
  text-decoration: none;
  min-height: 45px;
  cursor: pointer;
}
.prodetail__btn:hover {
  color: #fff !important;
  background: color-mix(in srgb, var(--color-main) 70%, #000) !important;
}

.prodetail__btn--add {
  color: #d0021b;
  background: #fff;
  border-color: #d0021b;
}

.prodetail__btn--buy {
  color: #fff;
  background: #d0021b;
  border-color: #d0021b;
}

.prodetail__btn--hotline {
  color: #fff !important;
  background: var(--color-main);
  border-color: var(--color-main);
}

.prodetail__btn--zalo {
  color: #fff !important;
  background: #0068ff;
  border-color: #0068ff;
  padding: 5px 10px;
  text-align: left;
  justify-content: flex-start;
}

.prodetail__btn-text {
  font-weight: 500;
  text-transform: uppercase;
}

.prodetail__btn-subtext {
  display: block;
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
}

.prodetail__tab-header {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.prodetail__tab-header li {
  padding: 10px 0;
  font-size: clamp(14px, 1.5vw, 18px);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s;
}
.prodetail__tab-header li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-main);
  transition: width 0.3s;
}
.prodetail__tab-header li.active {
  color: var(--color-main);
}
.prodetail__tab-header li.active:after {
  width: 100%;
}

.prodetail__tab-body {
  display: none;
}

.prodetail__tab-body[x-show] {
  display: block;
}

.prodetail__related {
  margin-top: 40px;
}

.prodetail__related-title h2 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-left: 4px solid var(--color-main);
  padding-left: 10px;
}

.prodetail__related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}

.prodetail__attribute {
  margin-bottom: 20px;
}

.prodetail__attribute-label {
  display: block;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-weight: 700;
  margin-bottom: 10px;
}

.prodetail__attribute-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.prodetail__attribute-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 5px 12px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #fff;
  color: #111;
  font-size: clamp(12px, 1.5vw, 14px);
  cursor: pointer;
  overflow: hidden;
}
.prodetail__attribute-btn:hover {
  border-color: var(--color-main);
}
.prodetail__attribute-btn.active {
  border-color: var(--color-main);
  color: var(--color-main);
}
.prodetail__attribute-btn.active .prodetail__attribute-check {
  display: flex;
}

.prodetail__attribute-check {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 1;
  width: 20px;
  height: 20px;
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  color: #fff;
  background-color: var(--color-main);
}

.contact-flex {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
}

.contact-map {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.contact-form {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.contact-input {
  margin-bottom: 10px;
}

.contact-input input,
.contact-input textarea {
  border-radius: 7px;
  border: 1px solid #e1e1e1;
  text-indent: 0;
  color: #000;
  font-size: 13px;
  min-height: 40px;
}

.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 .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;
}

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

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

.img-video {
  position: relative;
}

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

.video-item:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.video-item h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* Distribution System (FAQ Accordion – Bootstrap 5) */
.wrap-distribution {
}

.distribution-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.distribution-left {
  display: flex;
  flex-direction: column;
}

/* FAQ Accordion */
.distribution-faq {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  animation: faqFadeUp 0.5s ease forwards;
  opacity: 0;
  border: 1px solid #f9efe2;
  background: #fff;
}
.faq-item:hover {
  border-color: #d1d5db;
}

@keyframes faqFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Override Bootstrap 5 accordion button */
.faq-item__header.accordion-button {
  gap: 14px;
  padding: 16px 20px;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #1e2a38;
  font-family: SVN-Poppins;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}
.faq-item__header.accordion-button::after {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  background: url(../images/TempImages/plus.png) no-repeat center/100% 100%;
  transition: transform 0.3s ease;
}
.faq-item__header.accordion-button:not(.collapsed) {
  color: var(--color-main);
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: none;
}
.faq-item__header.accordion-button:not(.collapsed)::after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 5l5 5-5 5' stroke='%23cc0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(90deg);
}
.faq-item__header.accordion-button:hover {
  color: var(--color-main);
}
.faq-item__header.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--color-main) 8%, #fff);
}
.faq-item__icon img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.faq-item__title {
  flex: 1;
  min-width: 0;
  color: #00020c;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.faq-item__content {
  padding: 8px 20px 18px 24px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
  background: #fafafa;
}

/* Right Image with Map Labels */
.distribution-image {
  position: sticky;
  top: 20px;
  animation: imgFadeInRight 0.7s ease 0.3s forwards;
  opacity: 0;
}

@keyframes imgFadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.distribution-image__wrap {
  position: relative;
  overflow: hidden;
}
.distribution-image__wrap img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.distribution-map__labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-label {
  position: absolute;
  color: #cc0000;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 700;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.9),
    0 0 2px rgba(255, 255, 255, 0.7);
  pointer-events: none;
  white-space: nowrap;
}
.map-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cc0000;
  box-shadow: 0 0 4px rgba(204, 0, 0, 0.6);
}

/* CTA Button – inside left column */
.distribution-cta {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  animation: ctaFadeUp 0.5s ease 0.5s forwards;
  opacity: 0;
}

@keyframes ctaFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-distribution {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 36px;
  background: #f9be49;
  color: #fff;
  font-family: SVN-Poppins;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.btn-distribution svg {
  transition: transform 0.3s ease;
}
.btn-distribution:hover {
  color: var(--color-main);
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(204, 0, 0, 0.2);
}
.btn-distribution:hover svg {
  transform: translateX(3px);
  fill: var(--color-main);
}
.btn-distribution:active {
  transform: scale(0.97);
}

/* Product Showcase */
.wrap-product-showcase {
  background: #fffcf7;
}

.product-showcase-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-showcase-title h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #1e2a38;
  margin: 0;
  text-transform: uppercase;
}

.product-showcase-underline {
  display: block;
  width: 80px;
  height: 4px;
  background: #00020c;
  border-radius: 2px;
  margin-top: 8px;
}

.product-showcase-desc p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.product-showcase-note p {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

.product-item__cart .product-item__btn {
  margin-top: 5px;
  border-radius: 10px;
  background: var(--Main-1-main-1, #ff9c00);
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

.product-showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  border-radius: 300px;
  border: 1px solid #ede4d2;
  background: #ece6d9;
  padding: 14px 24px;
  color: #000;
  font-family: "Google Sans Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  transition: all 0.3s ease-in-out;
}
.product-showcase-btn svg {
  transition: transform 0.3s ease;
}
.product-showcase-btn:hover {
  background: #e5a832;
  color: #fff;
}
.product-showcase-btn:hover svg {
  transform: translateX(4px);
}

.product-showcase-right .product-item {
  animation: faqFadeUp 0.5s ease forwards;
  opacity: 0;
}
.product-showcase-right .product-item:nth-child(1) {
  animation-delay: 0s;
}
.product-showcase-right .product-item:nth-child(2) {
  animation-delay: 0.15s;
}
.product-showcase-right .product-item:nth-child(3) {
  animation-delay: 0.3s;
}

/* Product Slider */
.wrap-product-slider {
  background: #fffcf7;
}

.product-slider-swiper .swiper {
  padding-bottom: 40px;
}

.product-slide-card {
  display: block;
}
.product-slide-card:hover .product-slide-card__name {
  color: var(--color-main);
}

.product-slide-card__inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.product-slide-card__inner:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-slide-card__media {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.product-slide-card__media img {
  width: 100%;
  display: block;
  aspect-ratio: 630/400;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-slide-card__body {
  padding: 20px;
}

.product-slide-card__name {
  color: var(--Primary-color-color-text, #31250b);
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.product-slide-card__desc {
  color: var(--Primary-color-color-text, #31250b);
  text-align: justify;
  font-family: "Google Sans Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
}

/* Product Featured */
.wrap-product-featured {
  background: #fffcf7;
}

.product-featured-card {
  display: block;
}
.product-featured-card:hover .product-featured-card__name {
  color: var(--color-main);
}

.product-featured-card__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.product-featured-card__inner.flex-col-reverse {
  flex-direction: column-reverse;
}

.product-featured-card__media {
  border-radius: 10px;
  overflow: hidden;
}
.product-featured-card__media img {
  width: 100%;
  display: block;
  aspect-ratio: 630/400;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-featured-card__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-featured-card__name {
  color: #31250b;
  text-align: center;
  font-family: "Google Sans Flex";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.product-featured-card__desc {
  color: #2f250f;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-weight: 400;
  text-align: justify;
  line-height: 1.875;
  margin: 0;
  letter-spacing: -0.3px;
}

.wrap-gallery-home .item-gallery-home .pic {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-gallery-home .item-gallery-home .name {
  margin-top: 10px;
}
/* News Grid */
.wrap-news-grid {
  /* background: #fff; */
}

.news-grid-title {
  text-align: center;
  margin-bottom: clamp(30px, 4.1666666667vw, 50px);
}
.news-grid-title h2 {
  color: #00020b;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.167;
}

.news-grid-title__line {
  display: block;
  width: 80px;
  height: 4px;
  background: #00020b;
  border-radius: 2px;
  margin: 12px auto 0;
}

.news-grid-list .swiper {
  padding-bottom: 40px;
}

.news-grid-card {
  display: block;
}
.news-grid-card:hover .news-grid-card__name {
  color: var(--color-main);
}
.news-grid-card:hover .news-grid-card__link {
  color: var(--color-main);
}

.news-grid-card__media {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-grid-card__media img {
  width: 100%;
  display: block;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-grid-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-grid-card__name {
  color: #1c1b1f;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.425;
  margin: 0;
  transition: color 0.2s ease;
}

.news-grid-card__date {
  color: #918d82;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.64px;
}

.news-grid-card__desc {
  color: #49454f;
  font-size: clamp(14px, 1.3541666667vw, 16.25px);
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

.news-grid-card__link {
  color: #b57c1b;
  font-size: 14.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.73px;
  transition: color 0.2s ease;
}

/* Footer */
.wrap-footer {
  background: #4f2c1d;
  padding: clamp(40px, 6.6666666667vw, 80px) 0 clamp(20px, 3.3333333333vw, 40px);
  color: #fff;
  font-family: "Google Sans Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3.3333333333vw, 40px);
}

.footer-col__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 4px;
  letter-spacing: -0.3px;
}
.footer-col__title--brand {
  font-size: clamp(16px, 1.6666666667vw, 20px);
  text-transform: uppercase;
  line-height: 1.5;
}
.footer-col__line {
  display: block;
  width: 50px;
  height: 1px;
  background: #f9a11f;
  margin-bottom: 24px;
}
.footer-col__tagline {
  color: #f9a11f;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 20px 0 0;
  letter-spacing: -0.3px;
}
.footer-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-col__list li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.57;
  letter-spacing: -0.3px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-col__list li a:hover {
  color: #f9a11f;
}
.footer-col__contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.3px;
}
.footer-col__contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-col__newsletter-desc {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: -0.3px;
  margin: 0 0 18px;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-newsletter-form__input {
  height: 44px;
  border: none;
  background: #fefbe7;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.3px;
}
.footer-newsletter-form__input::-moz-placeholder {
  color: #333;
}
.footer-newsletter-form__input::placeholder {
  color: #333;
}
.footer-newsletter-form__input:focus {
  outline: 2px solid #f9a11f;
  outline-offset: -2px;
}
.footer-newsletter-form__btn {
  height: 44px;
  border: none;
  background: #f68b1f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.footer-newsletter-form__btn:hover {
  background: #f9a11f;
}

.footer-bottom {
  margin-top: clamp(40px, 5vw, 60px);
}
.footer-bottom__line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}
.footer-bottom__copy {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.43;
  letter-spacing: -0.3px;
  margin: 0;
}
.footer-bottom__copy b {
  font-weight: 700;
}

.cart-head {
  position: fixed;
  bottom: 150px;
  right: 18px;
  z-index: 2;
  background: var(--color-main);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-head:hover {
  color: #fff;
}

.cart-head i {
  font-size: 20px;
}

.cart-head .text-cart {
  display: none;
}

.cart-head .count-cart {
  background: #f00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
@keyframes notifyPhone {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes zoomzoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.padding-main {
  padding: 70px 0;
}

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

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

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

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

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

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.hover-img:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 3;
}
.hover-img:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

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

.hover-box:hover {
  transition: 0.4s;
}

.hover-box:hover .hover-name {
  transition: 0.4s;
  color: var(--color-hover);
}

.hover-box:hover .hover-name * {
  transition: 0.4s;
  color: var(--color-hover);
}

.hover-box:hover > .hover-info .hover-name {
  transition: 0.4s;
  color: var(--color-hover);
}

.hover-box:hover > .hover-info .hover-name * {
  transition: 0.4s;
  color: var(--color-hover);
}

.icon-search.transition i {
    color: var(--color-main);
}