@font-face {
  font-family: "UTM Mabella";
  src: url("../fonts/UTMMabella.woff2") format("woff2"),
    url("../fonts/UTMMabella.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Shelia VNF";
  src: url("../fonts/SheliaVNF.woff2") format("woff2"),
    url("../fonts/SheliaVNF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Taken by Vultures";
  src: url("../fonts/SVN-TakenbyVultures.woff2") format("woff2"),
    url("../fonts/SVN-TakenbyVultures.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Marpesia Pro";
  src: url("../fonts/SVN-MarpesiaPro.woff2") format("woff2"),
    url("../fonts/SVN-MarpesiaPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-1: "Mulish", sans-serif;
  --color-main: #03543f;
  --color-second: #ffcc00;
  --color-social: #d01213;
  --color-hover: #d01213;
  --color-text: #212529;
  --menu-border: rgb(255 255 255 / 20%);
  --menu-color: #fff;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--font-1);
  background: url("../images/bgbd.webp") repeat;
}

.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.max-width,
.wrap-content {
  margin: 0px auto;
  max-width: 1200px;
}

.container-custom {
  padding: 0px 10px;
  margin: 0px auto;
}

img {
  max-width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.social-plugin {
  display: flex;
  margin-top: 10px;
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.p-relative {
  position: relative;
}

.none {
  display: none;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  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;
  word-break: break-word;
}

.transition {
  transition: 0.3s all;
}

.gutter-x-20 {
  --bs-gutter-x: 20px;
}

.gutter-x-5 {
  --bs-gutter-x: 5px;
}

.title-main {
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}

.title-main span {
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 45px;
  color: #db0101;
  font-family: "UTM Mabella";
}

.title-main .slo {
  margin-bottom: 3px;
  text-align: center;
  font-size: 30px;
  font-family: "SVN-Taken by Vultures";
  color: #03543f;
}

.title-main .slo1 {
  margin: 10px 0 0;
  font-size: 14px;
  color: #333;
}

.title-detail {
  position: relative;
  margin: 20px 0px;
}

.title-detail h1,
.title-detail span {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.tt-week {
  font-size: 25px;
  text-align: center;
  margin: 20px 0px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.title-cat-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.title-cat-main span {
  display: block;
  color: #999;
  background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.title-cat-main span:hover,
.title-cat-main span.active {
  background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
  color: #000;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover>img {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.effect {
  display: block;
  overflow: hidden;
}

.effect img {
  transition: all 1s !important;
}

.effect:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition: all 1s;
}

.effect-1 {
  position: relative;
  overflow: hidden;
  transition: all 0.75s;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
}

.effect-1:after {
  position: absolute;
  top: 0;
  left: -66%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 100%);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.effect-1:hover:after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.effect-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.effect-2:before,
.effect-2:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  z-index: 9;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  transform-origin: center;
}

.effect-2:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale3d(0, 1, 1);
}

.effect-2:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 0, 1);
}

.effect-2:hover {
  background: rgba(0, 0, 0, 0.45);
}

.effect-2:hover:before,
.effect-2:hover:after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s;
}

.effect-2>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.effect-2:hover>img {
  opacity: 0.8;
}

.effect-3>img {
  transform: translateY(0px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.effect-4 {
  transform: translateY(0px);
  animation: float1 5s ease-in-out infinite;
}

@keyframes float1 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.go-and-back {
  transform: translateX(0px);
  animation: drifted 40s ease-in-out infinite;
}

@keyframes drifted {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}

.changelightmode img {
  filter: brightness(60%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.changelightmode:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.changedarkmode img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.changedarkmode:hover img {
  filter: brightness(60%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.hover_xam {
  position: relative;
  overflow: hidden;
}

.hover_xam::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  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_xam::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  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_xam:hover::before,
.hover_xam:hover::after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -ms-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  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%;
}

.ef_hover_underline>a:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--color-main);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.ef_hover_underline:hover>a:after,
.ef_hover_underline>a.active:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.alo-circle-effect {
  -webkit-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: alo-circle-img-anim 1s infinite ease-in-out;
  animation: alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-moz-keyframes 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);
  }
}

@-webkit-keyframes 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);
  }
}

@-o-keyframes 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 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);
  }
}

.ef-slide-down {
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.hrv-rotateY img {
  transition: all 0.9s ease 0s !important;
}

.hrv-rotateY:hover {
  text-decoration: none;
}

.hrv-rotateY:hover img {
  transition-delay: 1s;
  transition: all 0.7s ease 0s;
  transform: rotateY(180deg);
  text-decoration: none;
}

.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes shake-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    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);
  }
}

@-webkit-keyframes shake-anim {

  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

.auto-rotate-effect {
  -webkit-animation: rotation 60s infinite linear;
  -moz-animation: rotation 60s infinite linear;
  -o-animation: rotation 60s infinite linear;
  -ms-animation: rotation 60s infinite linear;
  animation: rotation 60s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-ms-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.mirrored-effect {
  position: relative;
}

.mirrored-effect:after,
.mirrored-effect:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 100%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 11;
}

.mirrored-effect:after {
  right: -5%;
  animation: light-right 2.5s infinite alternate linear;
}

.mirrored-effect:before {
  left: -5%;
  animation: light-left 2.5s infinite alternate linear;
}

@keyframes light-left {
  0% {
    left: -5%;
    opacity: 0;
  }

  50% {
    left: 50%;
    opacity: 1;
  }

  to {
    left: 105%;
    opacity: 0;
  }
}

@keyframes light-right {
  0% {
    right: -5%;
    opacity: 0;
  }

  50% {
    right: 50%;
    opacity: 1;
  }

  to {
    right: 105%;
    opacity: 0;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@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;
  }
}

.ef-slide-down {
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.border-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 92% 110% 100% 90%;
}

.border-circle:nth-child(1) {
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  -o-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

.border-circle:nth-child(2) {
  -webkit-animation: spin2 6s linear infinite;
  -moz-animation: spin2 6s linear infinite;
  -o-animation: spin2 6s linear infinite;
  animation: spin2 6s linear infinite;
}

.border-circle:nth-child(3) {
  -webkit-animation: spin3 6s linear infinite;
  -moz-animation: spin3 6s linear infinite;
  -o-animation: spin3 6s linear infinite;
  animation: spin3 6s linear infinite;
}

.border-circle:nth-child(4) {
  -webkit-animation: spin4 6s linear infinite;
  -moz-animation: spin4 6s linear infinite;
  -o-animation: spin4 6s linear infinite;
  animation: spin4 6s linear infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  to {
    -webkit-transform: rotate(-288deg);
    -moz-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@keyframes spin3 {
  from {
    -webkit-transform: rotate(-144deg);
    -moz-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  to {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@keyframes spin4 {
  from {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  to {
    -webkit-transform: rotate(-144deg);
    -moz-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

.img-gt {
  min-height: 417px;
}

.img-gt .aboutImg-item:nth-child(1) {
  animation-name: changprd;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: absolute;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.img-gt .aboutImg-item:nth-child(2) {
  animation-name: changprd1;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: absolute;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@keyframes changprd {
  0% {
    left: 0%;
    top: 0%;
    z-index: 2;
  }

  50% {
    left: 40%;
    top: 0%;
  }

  100% {
    left: 0%;
    top: 0%;
    z-index: 1;
  }
}

@keyframes changprd1 {
  0% {
    right: 0%;
    bottom: 0px;
    left: unset;
    z-index: 1;
  }

  50% {
    right: 50%;
    bottom: 0px;
    left: unset;
  }

  100% {
    right: 0%;
    bottom: 0px;
    left: unset;
    z-index: 2;
  }
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 999;
}

.header-top.isPage {
  position: relative;
  background-color: #0e65a388;
}

.header-top.header-fix {
  position: fixed;
  padding: 0;
  background: url(../images/bgf.webp);
}

.header-top.isPage {
  background: url(../images/bgf.webp);
}

.header-top.header-fix .boxLogoHeader,
.header-top.isPage .boxLogoHeader {
  zoom: 0.6;
  transition: 0.5s;
}

.header-bottom {
  background-color: var(--color-main);
}

.mid-head {
  width: 898px;
  background: url(../images/gachtop.png) bottom center no-repeat;
  padding: 10px 0px 20px;
  padding-right: 20px;
}

.info-head {
  margin-bottom: 0;
  color: #fff;
  font-family: "Shelia VNF";
  font-size: 20px;
  background: url(../images/phone.png) left center no-repeat;
  padding-left: 25px;
}

.info-head span {
  font-size: 17px;
  color: #ffcc00;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.info-head1 {
  margin-bottom: 0;
  color: #fff;
  background: url(../images/dc.png) left center no-repeat;
  padding-left: 25px;
}

.button-menu {
  position: relative;
  z-index: 9999;
  margin: 16px 0 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  background-color: var(--color-second);
}

.nav-click {
  position: relative;
  width: 25px;
  height: 14px;
  padding: 0;
  cursor: pointer;
  color: var(--color-main);
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  z-index: 1111;
}

.nav-click .line {
  top: 4px;
  width: 100%;
  margin-left: -5px;
}

.nav-click .block {
  width: 140%;
  height: 120%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  z-index: 1;
}

.open-click:before {
  transform: rotate(45deg) !important;
}

.open-click .block,
.open-click .line {
  opacity: 0;
}

.open-click:after {
  transform: rotate(-45deg) !important;
}

.nav-click:before {
  transform: translate3d(0, -10px, 0) scaleX(1);
  width: 27px !important;
}

.nav-click .line,
.nav-click:after,
.nav-click:before {
  position: absolute;
  left: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.nav-click:after,
.nav-click:before {
  content: "";
  top: 50%;
  width: 100%;
  pointer-events: none;
  transform-origin: 50% 50%;
  transition: all 0.5s;
}

.nav-click.open-click:after,
.nav-click.open-click:before {
  top: 50% !important;
  width: 22px !important;
}

.nav-click:after {
  top: 1px;
  width: 27px;
}

.nav-click .line,
.nav-click:after,
.nav-click:before {
  background-color: var(--color-main);
}

.nav-click:hover .line {
  margin-left: 0;
  transition: all 0.5s;
}

.nav-click:after {
  transform: translate3d(0, 10px, 0) scaleX(1);
}

.navigation {
  position: fixed;
  top: 40px;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  text-align: right;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.tencty {
  z-index: 100;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 100px;
  font-size: 60px;
  text-shadow: 1px 1px 0px #000;
  overflow: hidden;
  text-transform: capitalize;
  color: #fff;
  font-family: "font-histeagin";
}

.open-nav {
  pointer-events: auto;
  opacity: 1;
  z-index: 1100;
}

.gradient path:first-of-type {
  fill-opacity: 0.7;
  transform-origin: top right;
  transform: translate(50%, -180%);
}

.gradient path:nth-of-type(2) {
  fill-opacity: 0.3;
  transform-origin: center left;
  transform: translate(50%, -100%);
}

.gradient path:nth-of-type(3) {
  fill-opacity: 0.4;
  transform-origin: center left;
  transform: translate(50%, -50%);
}

.gradient path:nth-of-type(4) {
  fill-opacity: 0.5;
  transform-origin: top right;
  transform: translate(50%, -50%);
}

.gradient path:nth-of-type(5) {
  fill-opacity: 0.6;
  transform-origin: top right;
  transform: translate(100%, -50%);
}

.style-1 {
  --color-stop: #805449;
  --color-bottom: #5f372d;
}

.style-2 {
  --color-stop: var(--color-main);
  --color-bottom: var(--color-main);
}

.svg-menu {
  height: 100vh;
  pointer-events: none;
  z-index: 99;
  position: fixed;
}

#scene {
  position: absolute;
  height: 100%;
}

#scene,
.svg-menu {
  top: 0;
  right: 0;
  width: 100%;
}

.gradient {
  transform-origin: center center;
}

.gradient path {
  fill: url(#ColorGradient);
}

.menu {
  margin: 0;
  padding: 15vh 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: right;
  position: relative;
}

.menu ul {
  display: inline-block;
  min-width: 180px;
  padding: 0;
}

.menu ul li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 25px 0;
  text-align: right;
  list-style: none;
  position: relative;
}

.menu ul li a {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-family: var(--font-700);
  text-shadow: 1px 1px 1px #000;
}

.menu ul li a.active,
.menu ul li:hover a {
  color: #fcbc05;
  text-decoration: none;
}

.menu ul li span.btn_menu {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  top: 0;
  text-shadow: 1px 1px 1px #000;
  font-size: 18px;
  text-align: center;
  right: 5px;
}

.menu ul li:hover span.btn_menu {
  color: #fcbc05;
}

.menu ul li ul {
  display: none;
  padding: 0;
  position: absolute;
  width: 320px;
  right: calc(100% + 20px);
  top: 0;
}

.menu ul li ul li {
  margin: 10px 0;
}

.menu ul li ul li i {
  margin-right: 6px;
  font-size: 15px;
}

.menu ul li ul li a {
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #fff !important;
}

.menu ul li ul li a:hover {
  color: #fcbc05 !important;
}

.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;
}

.menu-mobile ul li {
  position: relative;
}

.menu-mobile ul li>span i {
  transition: transform 0.3s ease;
}

.menu-mobile ul li a {
  display: block;
  padding-right: 30px;
  color: #333;
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
}

.menu-mobile ul li a i {
  margin-right: 10px;
}

.menu-mobile ul li li a {
  font-weight: normal;
}

.menu-mobile ul li a:hover {
  color: #f00;
}

.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: #0253a4;
  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;
}

.menu-mobile ul li:hover {
  color: #f00;
}

.menu-mobile ul ul li .scroll {
  background: none;
  color: #0253a4;
}

.menu-mobile ul li ul {
  padding-left: 10px;
}

.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

.company p {
  margin-bottom: 5px;
  font-size: 13px;
}

.company p span {
  color: #333;
  font-weight: 700;
}

.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.head-menu img {
  max-width: 80px;
}

.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;
}

#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.search {
  margin-left: 5px;
  position: relative;
}

.search .icon-search {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  color: #1e1e1e;
  font-size: 17px;
  margin: 0px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.search .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  border-radius: 100%;
}

.search .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search .search-grid p {
  float: left;
  width: 40px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}

.search .search-grid input {
  width: calc(100% - 40px);
  float: right;
  outline: none;
  border: none;
  color: #333;
  box-shadow: none;
}

.search .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search .search-grid input:-moz-placeholder {
  color: #313131;
}

.search .search-grid input::-moz-placeholder {
  color: #313131;
}

.search .search-grid input:-ms-input-placeholder {
  color: #313131;
}

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  margin: 0px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.search-res .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 40px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 40px);
  float: right;
  outline: none;
  border: none;
  color: #333;
  box-shadow: none;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

.button-login-menu {
  position: relative;
  padding: 10px 0;
}

.button-login-menu>i {
  font-size: 17px;
}

.button-login-menu:hover .frame-login {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.frame-login {
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  top: 100%;
  min-width: 150px;
  background-color: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
}

.option-user-menu a {
  padding: 0 5px 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  color: var(--color-text);
  white-space: nowrap;
}

.option-user-menu a:hover {
  color: var(--color-main);
}

.option-user-menu a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.box-success-login a {
  padding: 0 5px 5px;
  color: var(--color-text);
  font-size: 14px;
  margin-bottom: 10px;
}

.slideshow {
  position: relative;
}

.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
  display: none;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.breadCrumbs {
  padding: 15px 10px;
  background: #ddd;
}

.breadCrumbs ol {
  margin: 0px;
}

.breadCrumbs ol li a {
  color: #333;
}

.breadCrumbs ol li a:hover {
  color: #f00;
}

.wrap-about {
  padding: 60px 0 33px;
  position: relative;
  overflow: hidden;
}

.khung-gt {
  margin-bottom: 60px;
}

.about_left {
  width: calc(50.5% - 40px);
}

.about_right {
  width: 49.5%;
}

.aboutImg-item-0 {
  padding: 33px 35px 35px 0;
}

.aboutImg-item-0::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 73%;
  background: url("../images/bggt.webp") no-repeat;
  background-size: 100% 100%;
}

.about-img,
.about-img img {
  border-radius: 10px;
}

.title-about span {
  display: block;
  margin-bottom: -10px;
  text-transform: uppercase;
  font-size: 60px;
  color: #c90606;
  font-family: "UTM Mabella";
}

.title-about p {
  margin-bottom: 0;
  font-family: "SVN-Taken by Vultures";
  font-size: 60px;
  color: #03543f;
}

.desc-about {
  margin: 20px 0px;
}

.xemthem-gt {
  width: 140px;
  height: 35px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  text-transform: uppercase;
  position: relative;
  background: #008486;
  background-size: 100% 100%;
  color: white;
}

.xemthem-gt:hover {
  text-decoration: none;
  color: black;
}

.khung-lh {
  background: #a10405;
  padding: 5px;
  display: table;
}

.khung-lh a {
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 39px;
  border-top: 1px solid #ffb400;
  border-left: 1px solid #ffb400;
  border-bottom: 1px solid #ffb400;
  display: block;
  padding: 0px 15px;
  position: relative;
  border: 1px solid #ffb400;
}

.khung-lh1 {
  position: relative;
  border-right: none !important;
}

.khung-lh1:after {
  position: absolute;
  display: block;
  content: "";
  width: 21px;
  height: 40px;
  background: url(../images/ldk.png);
  right: -21px;
  top: 0px;
}

.khung-lh2:after {
  position: absolute;
  display: block;
  content: "";
  width: 21px;
  height: 40px;
  background: url(../images/rdk.png);
  left: -21px;
  top: -1px;
}

.khung-lh2 {
  margin-left: 27px;
}

.galleryAbout-img span,
.galleryAbout-img img {
  border-radius: 5px;
}

.slogan1 {
  margin-bottom: 0;
  font-size: 50px;
  color: #d30305;
  font-family: "SVN-Marpesia Pro";
  text-align: center;
  display: table;
  margin: auto;
  margin-top: 30px;
  position: relative;
}

.slogan1:after {
  position: absolute;
  display: block;
  content: "";
  width: 88px;
  height: 34px;
  background: url(../images/lal.png);
  left: -120px;
  top: 15px;
}

.slogan1:before {
  position: absolute;
  display: block;
  content: "";
  width: 88px;
  height: 34px;
  background: url(../images/lar.png);
  right: -120px;
  top: 15px;
}

.wrap-criteria {
  padding: 27px 0 38px;
  overflow: hidden;
}

.wrap-criteria .container-custom {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/bgtc_02.webp") repeat;
}

.wrap-criteria .container-custom:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(../images/attc.webp);
  top: -27px;
  left: 0px;
}

.wrap-criteria .container-custom:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(../images/attc.webp) center center;
  bottom: -38px;
  left: 0px;
}

.criteria-img {
  width: 129px;
  height: 129px;
  background: url(../images/bgtc.webp);
  margin: 0 auto;
}

.name-criteria {
  margin: 20px 0px 0px;
  line-height: 30px;
  min-height: 60px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.name-criteria.text-split {
  -webkit-line-clamp: 2;
}

.desc-criteria {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 50px;
  color: #ffb400;
  text-align: center;
  font-family: "UTM Mabella";
}

.wrap-product {
  padding: 22px 0 30px;
  overflow: hidden;
}

.grid-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.box-product {
  position: relative;
  padding: 10px;
  background: #03543f;
  border-radius: 5px;
}

.pic-product {
  position: relative;
}

.info-product {
  padding: 15px 5px 0;
  text-align: center;
}

.name-product {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 700;
}

.name-product:hover {
  color: var(--color-second);
}

.name-product.text-split {
  -webkit-line-clamp: 1;
}

.price-product {
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}

.price-new {
  font-size: 15px;
  font-weight: 700;
  color: #ffb400;
  display: inline-block;
  text-transform: capitalize;
}

.price-old {
  padding-left: 5px;
  font-size: 13px;
  text-decoration: line-through;
  display: inline-block;
  color: grey;
  text-transform: capitalize;
}

.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);
}

.grid-pro-detail {
  display: flex;
  justify-content: space-between;
}

.grid-pro-detail .left-pro-detail {
  width: 30%;
}

.grid-pro-detail .right-pro-detail {
  width: 66.5%;
}

.grid-pro-detail .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}

.grid-pro-detail .right-pro-detail ul li {
  margin-bottom: 20px;
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}

.title-pro-detail {
  font-size: 25px;
  color: var(--color-main);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.title-product-detail {
  background: #61ceb257;
  color: #1c1b19;
  padding: 12px 18px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.album-product {
  position: relative;
  max-width: 550px;
  margin: 10px auto 0px;
}

.row-pro-detail {
  margin: 0px -5px;
}

.col-pro-detail {
  padding: 0px 5px;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 7px;
  background: rgb(0 0 0 / 20%);
  color: #fff;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-pro-detail .swiper-button-prev {
  left: 0px;
}

.swiper-pro-detail .swiper-button-next {
  right: 0px;
}

.swiper-pro-detail .swiper-button-prev,
.swiper-pro-detail .swiper-button-next {
  top: calc(50% + 7px);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 50%);
  border-radius: 5px;
  color: #fff;
}

.swiper-pro-detail .swiper-button-next:after,
.swiper-pro-detail .swiper-button-prev:after {
  font-size: 15px;
}

.swiper-pro-detail .swiper-button-prev:hover,
.swiper-pro-detail .swiper-button-next:hover {
  background: var(--color-main);
  color: #fff;
}

.item-detail {
  color: #8e8e8e;
  font-size: 14px;
  padding: 0px 1rem;
  position: relative;
}

.item-detail::after {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 1px;
  height: 14px;
  background: #8e8e8e;
  content: "";
}

.item-detail:last-child::after {
  display: none;
}

.item-detail i {
  margin-right: 5px;
}

.item-detail-comment-star {
  position: relative;
  font-size: 13px;
  margin-right: 19px;
}

.item-detail-comment-star::after {
  position: absolute;
  right: -19px;
  top: 3px;
  width: 1px;
  height: 14px;
  background: #8e8e8e;
  content: "";
}

.item-detail-comment-star span {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffcd00;
  white-space: nowrap;
  overflow: hidden;
}

.product-sold-detail {
  color: #9f9f9f;
  font-size: 14px;
}

.product-sold-detail span {
  color: #474747;
  font-weight: 600;
}

.product-price-detail {
  background: #61ceb257;
  padding: 7px 15px;
  border-radius: 6px;
}

.product-price-detail strong {
  color: #474747;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}

.product-price-detail .attr-content-pro-detail {
  display: flex;
  align-items: center;
}

.product-price-detail .price-new-pro-detail {
  color: var(--color-main);
  font-size: 20px;
}

.product-price-detail .price-old-pro-detail {
  color: #9e9e9e;
  font-size: 15px;
  margin-right: 35px;
}

.product-price-detail .percent-pro-detail {
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
  border-radius: 2px;
  background: var(--color-main);
}

.attr-label-pro-detail {
  font-weight: 500;
  color: #474747;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}

.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail.active {
  color: #fff !important;
  background: var(--color-main);
}

.size-pro-detail.active {
  color: #fff !important;
  background: var(--color-main);
}

.size-pro-detail:hover {
  color: #fff !important;
  background: var(--color-main);
}

.quantity-pro-detail {
  margin-top: 10px;
  width: 100%;
  max-width: 164px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #000;
  margin-right: 20px;
  border-radius: 15px;
  font-weight: 500;
  border: none;
  border-radius: 0px;
}

.quantity-pro-detail span {
  line-height: 31px;
  padding: 0;
  width: 37px;
  height: 33px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  border-radius: 3px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  margin-left: -1px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  margin-right: -1px;
}

.quantity-pro-detail input {
  height: 33px;
  width: calc(100% - 72px);
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #ddd;
}

.quantity-pro-detail .quantity-minus-pro-detail {
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.quantity-pro-detail .quantity-plus-pro-detail {
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  border: 1px solid var(--color-main);
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

.cart-pro-detail a.addnow {
  color: var(--color-main);
}

.cart-pro-detail a.addnow:hover {
  background-color: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}

.cart-pro-detail a.buynow {
  background-color: var(--color-main);
}

.cart-pro-detail a.buynow:hover {
  background-color: var(--color-main);
  color: #fff;
}

.wrap-show-content {
  position: relative;
}

.wrap-show-content.max-height {
  max-height: 500px;
  overflow: hidden;
}

.wrap-show-content.active {
  max-height: 100%;
}

.wrap-show-content.active .btn-show-content {
  position: relative;
  padding: 20px;
  background: none;
}

.btn-show-content {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, transparent, #fafafa);
  padding-top: 100px;
}

.btn-show-content span {
  background: var(--color-main);
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}

.btn-show-content span i {
  margin-left: 10px;
}

.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;
}

.wrap-readmore {
  text-align: center;
}

.wrap-readmore span {
  color: #fff;
  background: var(--color-main);
  padding: 10px 20px;
  border: 1px solid var(--color-main);
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.wrap-readmore span:hover {
  color: #fff;
  background: #f00;
  border-color: #f00;
}

.wrap-readmore span.active::before {
  position: absolute;
  inset: 0px;
  content: "";
  color: #fff;
  background: var(--color-main);
  transition: 0.7s;
}

.wrap-readmore span.active::after {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  content: "\e4bb";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
  animation: rotate 1.5s linear infinite;
}

.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}

.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

.box-brand {
  text-align: center;
}

.name-brand {
  margin-top: 10px;
}

.name-brand a {
  color: #333;
  font-size: 15px;
}

.name-brand a:hover {
  color: var(--color-main);
}

.brand-pic {
  margin-bottom: 1rem;
}

.brand-name {
  font-size: 16px;
}

.brand-name a {
  font-weight: 700;
  color: #333;
}

.brand-name a:hover {
  color: var(--color-main);
}

.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;
}

.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 span {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}

.sort span.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 span.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;
}

.wrap-picMenu {
  padding: 30px 0 60px;
  overflow: hidden;
}

.boxtabcategory-picMenu {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.boxtabcategory-picMenu>div {
  padding: 0 85px;
  position: relative;
}

.boxtabcategory-picMenu>div::before {
  position: absolute;
  display: block;
  content: "";
  width: 79px;
  height: 9px;
  background: url(../images/atha.png);
  left: 0px;
  top: calc(50% - 4.5px);
}

.boxtabcategory-picMenu>div::after {
  position: absolute;
  display: block;
  content: "";
  width: 79px;
  height: 9px;
  background: url(../images/atha1.png);
  right: 0;
  top: calc(50% - 4.5px);
}

.boxtabcategory-picMenu span {
  cursor: pointer;
  color: white;
  transition: 0.4s;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  display: block;
  background: #03543f;
  height: 100%;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 0px;
  height: auto;
  border-radius: 30px;
  margin: 5px;
}

.boxtabcategory-picMenu span:hover,
.boxtabcategory-picMenu span.active {
  background: #ffb400;
  color: black;
}

.frame-loadpicMenu {
  width: 946px;
  height: 674px;
  background: url(../images/bgmn.webp);
  margin: 0 auto;
  padding: 30px 30px 30px;
  position: relative;
}

.frame-loadpicMenu:after {
  position: absolute;
  display: block;
  content: "";
  width: 151px;
  height: 363px;
  background: url(../images/ath.webp);
  left: -143px;
  top: calc(50% - 156.5px);
}

.frame-loadpicMenu:before {
  position: absolute;
  display: block;
  content: "";
  width: 148px;
  height: 486px;
  background: url(../images/ath1.webp);
  right: -140px;
  top: calc(50% - 243px);
}

.picMenu-img span,
.picMenu-img img {
  border-radius: 20px;
}

.wrap-albumnb {
  padding: 60px 0;
  overflow: hidden;
}

.boxCategory-albumnb {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.boxtab-albumnb span {
  cursor: pointer;
  color: white;
  transition: 0.4s;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  display: block;
  background: #03543f;
  height: 100%;
  padding: 10px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 0px;
  margin-bottom: 14px;
  border-radius: 0px 30px 30px 0px;
  width: 80%;
  height: 55px;
}

.boxtab-albumnb span:hover,
.boxtab-albumnb span.active {
  background: #c50505;
  color: #fff;
}

.boxtab-albumnb span:nth-child(2n) {
  margin-left: auto;
  border-radius: 30px 0px 0px 30px;
}

.frame-albumnb {
  position: relative;
  min-height: 748px;
}

.boxLoadAlbumnb {
  position: relative;
  z-index: 0;
}

.grouptop-albumnb {
  margin-bottom: 16px;
}

.grouptop-albumnb>div {
  width: 100%;
  max-width: 375px;
}

.albumnb-img span,
.albumnb-img img {
  border-radius: 5px;
}

.album-name {
  font-size: 16px;
}

.album-name a {
  font-weight: 700;
  color: #333;
}

.album-name a:hover {
  color: var(--color-main);
}

.flex-video {
  display: flex;
  justify-content: space-between;
}

.wr-video {
  width: 49%;
}

.wr-form {
  width: 49%;
}

.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;
}

.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.wrap-video {
  margin-bottom: 60px;
}

.row-video {
  margin: 0px -10px;
}

.col-video {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.pic-video {
  position: relative;
  cursor: pointer;
  display: block;
  padding-top: calc(500 / 1200 * 100%);
  overflow: hidden;
}

.pic-video:before {
  content: "";
  position: absolute;
  width: 133px;
  height: 133px;
  top: calc(50% - 133px / 2);
  left: calc(50% - 133px / 2);
  z-index: 1;
  background: url(../images/video_big.png) no-repeat center center;
  cursor: pointer;
  background-size: contain;
}

.pic-video img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.video .pic-video {
  padding-top: calc(500 / 900 * 100%);
}

.video .pic-video:before {
  width: 63px;
  height: 63px;
  top: calc(50% - 63px / 2);
  left: calc(50% - 63px / 2);
  z-index: 1;
  background: url(../images/video_small.png) no-repeat center center;
}

.pic-video-2 {
  position: relative;
  cursor: pointer;
  display: block;
  padding-top: calc(192 / 281 * 100%);
}

.pic-video-2:before {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  top: calc(50% - 63px / 2);
  left: calc(50% - 63px / 2);
  z-index: 1;
  background: url(../images/video_small.png) no-repeat center center;
  cursor: pointer;
  background-size: cover;
}

.pic-video-2 img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.name-video {
  margin-bottom: 0px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: var(--color-black);
}

.owl-video {
  margin-top: 25px;
}

.box-video {
  cursor: pointer;
}

.img-video {
  position: relative;
  padding-top: calc(360 / 480 * 100%);
}

.img-video img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-video::after {
  position: absolute;
  width: 63px;
  height: 63px;
  top: calc(50% - 63px / 2);
  left: calc(50% - 63px / 2);
  background: url(../images/video_small.png) center center no-repeat;
  background-size: contain;
  content: "";
}

.box-video h3 {
  color: #1c1b17;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 16px;
}

.swiper-video {
  margin-top: 20px;
}

.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}

.ul-actions li,
.ul-actions>div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}

.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}

.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}

.icon-action {
  background-image: url("../images/icon_chitiet@2x-min.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}

.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}

.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}

.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}

.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}

.row-news {
  margin: 0px -10px;
}

.col-news {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.news-box {
  padding: 10px;
  border-radius: 5px;
  background: rgb(0 0 0 / 5%);
}

.news-pic {
  margin-bottom: 1rem;
  display: block;
}

.news-name a {
  font-weight: 700;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
}

.news-name a.text-split {
  -webkit-line-clamp: 2;
}

.news-name a:hover {
  color: var(--color-main);
}

.news-time {
  display: flex;
  align-items: center;
  color: #fff;
}

.news-time svg {
  width: 14px;
  margin-right: 5px;
  fill: #fff;
}

.news-desc {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.news-desc.text-split {
  -webkit-line-clamp: 3;
}

.news-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-main);
  padding: 13px 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.news-view {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.news-view svg {
  width: 14px;
  margin-left: 5px;
  fill: #fff;
  transition: 0.5s;
}

.news-view:hover {
  color: #fff;
}

.news-view:hover svg {
  margin-left: 10px;
}

.item-news .ds-news {
  width: 100%;
}

.ds-news span {
  display: block;
  line-height: 25px;
  color: #999;
  font-size: 13px;
  margin: 10px 0px 0px;
  font-style: italic;
}

.ds-news h3 {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-line-clamp: 3 !important;
}

.ds-news h3:hover {
  color: var(--color-main);
}

.ds-news .desc {
  color: #333;
}

.item-news:hover h3 {
  color: #f00;
}

.item-news-all a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.item-news-all a .scale-img {
  max-width: 120px;
}

.item-news-all a .ds-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}

.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.a2a_kit .a2a_svg {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #fed402;
}

.wrap-newsnb {
  padding: 60px 0;
  overflow: hidden;
}

.title-newsnb {
  margin-bottom: 25px;
  padding-bottom: 10px;
  background: url(../images/gachtt.png) left bottom no-repeat;
}

.title-newsnb span {
  display: block;
  line-height: 1.2;
  font-size: 45px;
  color: #d70000;
  font-family: "UTM Mabella";
  text-transform: uppercase;
}

.newsnb-left,
.newsnb-right {
  width: 48%;
}

.boxSlidenewsnb {
  max-height: 490px;
  overflow: hidden;
}

.newsnb-img {
  width: 200px;
}

.info-newsnb {
  width: calc(100% - 215px);
}

.name-newsnb {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
  min-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

.name-newsnb:hover {
  color: var(--color-hover);
}

.name-newsnb.text-split {
  -webkit-line-clamp: 2;
}

.desc-newsnb {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 14px;
  text-align: justify;
  color: #212529;
}

.boxSlidecustomer {
  max-height: 490px;
  overflow: hidden;
}

.item-customer {
  position: relative;
}

.item-customer::before {
  position: absolute;
  content: "";
  top: 41px;
  left: 33px;
  right: 0;
  bottom: 0;
  border: 1px solid #ffb400;
  border-radius: 30px;
}

.customer-img {
  position: relative;
  z-index: 3;
  width: 160px;
  height: 160px;
  background: #f1e296;
  border: 1px solid #ffb400;
  border-radius: 160px 0px 160px 160px;
  padding: 10px;
}

.info-customer {
  position: relative;
  z-index: 3;
  width: calc(100% - 190px);
  padding: 68px 10px 32px 0;
}

.name-customer {
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  color: #db0000;
  text-transform: uppercase;
}

.desc-customer {
  margin-bottom: 13px;
  font-size: 14px;
  color: var(--color-text);
}

.content-customer {
  margin-bottom: 6.5px;
  font-size: 14px;
  color: var(--color-text);
}

.contact-detail {
  display: flex;
  justify-content: space-between;
}

.left-contact-detail {
  width: 60%;
}

.right-contact-detail {
  width: calc(100% - 60% - 60px);
}

.contact-map {
  position: relative;
  height: 385px;
  border-radius: 10px;
  overflow: hidden;
}

.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.row-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}

.social-contact {
  text-align: center;
}

.social-contact>div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  padding: 5px 30px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.social-contact>div a {
  display: inline-block;
  margin: 0 2px;
}

.contact-item {
  width: calc((100% / 3) - 10px);
  text-align: center;
  font-size: 15px;
}

.contact-item i {
  display: inline-block;
  margin-bottom: 10px;
}

.contact-item img {
  width: 40px;
  height: 40px !important;
}

.contact-item p {
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-item span {
  font-size: 14px;
}

.row-contact-input {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.row-contact-input .contact-input:nth-child(1) {
  width: 80%;
}

.row-contact-input .contact-input:nth-child(2) {
  width: calc(100% - 80% - 8px);
}

.row-contact-input .contact-input:nth-child(2) label {
  margin-bottom: 15px;
}

.contact-input label {
  font-size: 12px;
  font-weight: 600;
  color: #22292f;
  transition: all 0.8s;
}

.contact-input input {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #333;
  padding: 0;
  height: 45px;
  margin-bottom: 15px;
  overflow: hidden;
}

.contact-input input::placeholder {
  font-size: 15px;
  color: #333;
  transition: all 0.5s !important;
}

.contact-input textarea {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #333;
  padding: 0;
  height: 70px;
  margin-bottom: 20px;
}

.contact-input textarea::placeholder {
  font-size: 15px;
  color: #333;
  transition: all 0.5s !important;
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 40px;
  background: var(--color-main);
  border-radius: 30px;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s;
}

.contact-form button:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #000;
}

.contact-input {
  display: flex;
  flex-direction: column-reverse;
}

.contact-input .form-control {
  overflow: hidden;
}

.contact-input .form-control:focus {
  color: #212529;
  border-color: var(--color-main);
  outline: 0;
  box-shadow: unset !important;
}

.contact-input .form-control:focus::placeholder {
  transform: translateY(-200%);
}

.contact-input .form-control:focus+label {
  color: var(--color-main);
}

.contact-input input input[type="number"]::-webkit-inner-spin-button,
.contact-input input input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.contact-input input[type="file"] {
  display: none;
}

.custom-file-upload {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 20px;
  display: block;
  text-align: center;
}

.file-input.has-file label {
  color: var(--color-main);
}

.custom-file-upload i {
  font-size: 25px;
}

.custom-file-upload:hover {
  color: var(--color-main);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.wrap-newsletter {
  padding: 60px 0;
  overflow: hidden;
  background: url(../images/bgnt.webp) top left no-repeat;
  background-size: cover;
}

.newsletter-slogan {
  margin-bottom: 0.5rem;
  color: gray;
}

.form-newsletter {
  display: flex;
}

.newsletter-input {
  position: relative;
  height: 100%;
  width: calc(100% - 60px);
}

.newsletter-input input {
  border-radius: 0px;
  height: 100%;
  width: 100%;
}

.newsletter-button button {
  border: 0px;
  color: white;
  text-transform: uppercase;
  height: 100%;
  border-radius: 0;
  width: 100%;
}

.newsletter-right {
  width: calc(53.75% - 63px);
}

.newsletter-left {
  width: calc(46.25% - 7px);
  height: 556px;
  background: #065f49;
  box-shadow: 1px 1px 10px;
  padding: 15px;
}

.newsletter-right .dkk {
  width: 100%;
  margin-bottom: 15px;
}

.newsletter-right .khung-input {
  width: 100%;
}

.newsletter-right .newsletter-input {
  width: 49%;
  height: 50px;
  overflow: hidden;
}

.newsletter-right .newsletter-input1 {
  width: 100%;
  height: 106px;
}

.newsletter-right .newsletter-input1 textarea.form-control {
  border: none;
  height: 92px;
  border: 1px solid #ccc;
}

.newsletter-right .name-nt {
  text-align: center;
  color: #ffb400;
  font-size: 45px;
  margin: auto;
  position: relative;
  font-family: "UTM Mabella";
  text-transform: uppercase;
}

.newsletter-right .name-nt1 {
  text-align: center;
  color: #555555;
  color: white;
  margin-bottom: 22px;
}

.newsletter-input {
  position: relative;
}

.newsletter-input input {
  width: 100%;
  color: #ff3e00;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent;
  padding: 0.35em 1.45em;
  border: 1px solid white;
  transition: background-color 0.3s ease-in-out;
  background: white;
  color: black;
}

.newsletter-input input:focus {
  outline: none;
}

.newsletter-input span {
  position: absolute;
  background-color: var(--color-main);
  transform-origin: center;
  transition: transform 0.5s ease;
}

.newsletter-input .bottom,
.top {
  height: 1px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.newsletter-input .left,
.right {
  width: 1px;
  top: 0;
  bottom: 0;
  transform: scaleY(0);
}

.newsletter-input .top {
  top: 0;
}

.newsletter-input .bottom {
  bottom: 0;
}

.newsletter-input .left {
  left: 0;
}

.newsletter-input .right {
  right: 0;
}

.newsletter-input input:focus~.top,
.newsletter-input input:focus~.bottom {
  transform: scaleX(1);
}

.newsletter-input input:focus~.left,
.newsletter-input input:focus~.right {
  transform: scaleY(1);
}

.form-control:focus {
  box-shadow: none;
  border: none;
}

.wrap-newsletter .khung-lh {
  background: #a10405;
  padding: 5px;
  display: table;
  margin: auto;
  margin-top: 20px;
}

.wrap-newsletter .khung-lh a {
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 39px;
  border-top: 1px solid #ffb400;
  border-left: 1px solid #ffb400;
  border-bottom: 1px solid #ffb400;
  display: block;
  padding: 0px 15px;
  position: relative;
  border: 1px solid #ffb400;
}

.wrap-newsletter .khung-lh .khung-lh1 {
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 39px;
  border-top: 1px solid #ffb400;
  border-left: 1px solid #ffb400;
  border-bottom: 1px solid #ffb400;
  display: block;
  padding: 0px 15px;
  position: relative;
  border: 1px solid #ffb400;
}

.wrap-newsletter .khung-lh1 {
  border-right: none !important;
}

.wrap-newsletter .khung-lh1:after {
  position: absolute;
  display: block;
  content: "";
  width: 21px;
  height: 40px;
  background: url(../images/ldk.png);
  right: -21px;
  top: 0px;
}

.wrap-newsletter .khung-lh2:after {
  position: absolute;
  display: block;
  content: "";
  width: 21px;
  height: 40px;
  background: url(../images/rdk.png);
  left: -21px;
  top: -1px;
}

.wrap-newsletter .khung-lh2 {
  margin-left: 27px;
}

.btn-submit:hover {
  color: #fff;
}

.item-videonb {
  background-color: #fff;
}

.btn-ytb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 35px;
  background: url("../images/play.png") no-repeat;
}

.footer-article {
  padding: 60px 0px;
  overflow: hidden;
  background: url("../images/bgf.webp");
}

.name-company {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-size: 40px;
  color: #ffb400;
  font-family: "UTM Mabella";
}

.footer-info {
  color: #fff;
  font-size: 14px;
}

.footer-news:nth-child(1) {
  width: 29.833%;
  text-align: right;
}

.footer-news:nth-child(2) {
  width: 29.833%;
}

.footer-news:nth-child(3) {
  width: 29.833%;
}

.logo-footer {
  margin-top: -60px;
}

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-ul li {
  margin-bottom: 10px;
}

.footer-ul li:last-child {
  margin-bottom: 0px;
}

.footer-ul li a {
  color: #fff;
  font-size: 14px;
}

.footer-ul li a:hover {
  text-decoration: none;
  color: var(--color-main);
}

.social-footer {
  margin-top: 20px;
}

.social-footer a {
  margin: 0 3px 5px;
  transition: all 0.7s;
}

.social-footer a:last-child {
  margin-right: 0;
}

.social-footer a:hover {
  -webkit-animation: rubberBand 1s;
  animation: rubberBand 1s;
}

.footer-powered {
  padding: 15px 0px;
  text-align: center;
  background-color: var(--color-main);
  transition: 0.7s;
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.footer-copyright span {
  text-transform: uppercase;
  font-weight: 600;
}

.footer-copyright a {
  color: #fff;
}

.footer-statistic {
  text-align: right;
}

.footer-statistic span {
  padding-right: 10px;
}

.footer-statistic span:last-child {
  padding-right: 0px;
}

#footer-map {
  position: relative;
  height: 450px;
  margin-top: 0px;
}

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

.social-footer {
  margin-top: 15px;
  gap: 5px;
}

#facebookComponent {
  height: 200px;
}

#tiktokComponent {
  height: 403px;
  position: relative;
}

#tiktokComponent .tiktok-embed {
  margin: 0px;
  height: 403px;
  position: relative;
}

#tiktokComponent .tiktok-embed iframe {
  margin: 0px;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer-tags {
  padding: 40px 0px;
}

.title-tags {
  color: var(--color-main);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.item-tags {
  display: inline-block;
  background: #f1f1f1;
  color: #525252;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px 8px 12px;
  border-radius: 3px;
  margin: 0px 10px 10px 0px;
}

.item-tags i {
  margin-right: 7px;
  color: var(--color-main);
  font-size: 18px;
  vertical-align: middle;
}

.item-tags:hover {
  color: #fff;
  background: var(--color-main);
}

.item-tags:hover i {
  color: #fff;
}

.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}

.title-tags:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
}

.flex-tags {
  display: flex;
  gap: 5px;
}

.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em !important;
  opacity: 0.8;
  padding: 2px 5px;
}

.flex-tags a:hover {
  background-color: #446084;
  border-color: #446084;
  color: #fff;
  opacity: 1;
}

.paging-product {
  position: relative;
}

.pagination {
  margin: 20px 0px;
}

.pagination li span {
  cursor: pointer;
}

.pagination .page-item .page-link {
  color: var(--color-main);
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--color-main);
  border-color: var(--color-main);
}

.page-item-ajax {
  text-align: center;
}

.page-item-ajax a,
.page-item-ajax span {
  padding: 0;
  border-radius: 5px !important;
  display: inline-block;
  vertical-align: top;
  margin: 0px 9px 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: var(--color-main) !important;
  border: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.page-item-ajax:last-child a,
.page-item-ajax:last-child span {
  margin-right: 0;
}

nav .page-item-ajax.active a.page-link,
.page-item-ajax a:hover,
nav .page-item-ajax.active span.page-link,
.page-item-ajax span:hover {
  color: #ffffff !important;
  border-color: var(--color-main);
  background-color: var(--color-main);
}

nav .page-item.disabled a.page-link,
nav .page-item.disabled span.page-link {
  border-color: #fff;
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 111;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-main);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 100%;
}

.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: var(--color-main);
  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;
}

.btn-frame svg {
  max-width: 32px;
}

.btn-youtube {
  bottom: 400px;
}

.btn-messenger {
  bottom: 150px;
}

.btn-frame.btn-messenger i {
  background: linear-gradient(225deg,
      rgba(230, 74, 159, 1) 20%,
      rgba(24, 93, 215, 1) 88%);
}

.btn-zalo {
  bottom: 315px;
}

#qrzalo .modal-dialog {
  max-width: 250px;
  margin: 0.5rem auto;
}

.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

[x-cloak] {
  display: none !important;
}

a.views_dm {
  width: 140px;
  height: 38px;
}

.effect_button {
  transform-style: preserve-3d;
  transform: translateZ(-25px);
  transition: transform 0.25s;
  position: relative;
  display: inline-flex;
  z-index: 1;
}

.effect_button:after,
.effect_button:before {
  position: absolute;
  content: "xem thêm";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f00;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.effect_button:before {
  color: #fff;
  background: #f00;
  transform: rotateY(0deg) translateZ(25px);
}

.effect_button:after {
  color: #f00;
  transform: rotateX(90deg) translateZ(25px);
}

.effect_button:hover {
  transform: translateZ(-25px) rotateX(-90deg);
}

.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.news-left {
  width: 68%;
}

.news-right {
  position: sticky;
  top: 124px;
  width: 30%;
  background: #f1f1f1cc;
  padding: 20px;
  box-shadow: 0px 0px 5px #99999978;
}

a.btn_link {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
  content: "facebook";
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}

.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  content: "google map";
}

div.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.attr-pro-detail {
  margin: auto;
  padding: 0;
}

.baonoidung table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  -webkit-border-horizontal-spacing: 1px;
  -webkit-border-vertical-spacing: 1px;
  display: block;
  overflow-y: auto;
}

.baonoidung tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

.baonoidung tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

.baonoidung td {
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-width: 1px;
}

.baonoidung ul,
.baonoidung ol {
  list-style: auto;
  padding-left: 2rem;
}

.baonoidung ul li,
.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: auto;
}

.baonoidung iframe {
  max-width: 100% !important;
}

.baonoidung img {
  height: auto !important;
  max-width: 100% !important;
}

.baonoidung * {
  max-width: 100% !important;
}

div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}

div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}

div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}

div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}

.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}

.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0px;
  overflow: hidden;
}

.modal-title {
  font-size: 20px;
}

.modal-detail::-webkit-scrollbar {
  width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}

.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}

.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}

.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}

.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}

.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}

.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}

.btn-closemenu::before {
  transform: rotate(45deg);
}

.btn-closemenu::after {
  transform: rotate(-45deg);
}

.btn-closemenu::before,
.btn-closemenu::after {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}


@media (max-width: 1200px) {}

@media (max-width: 1024px) {
  body {
    padding-top: 70px;
  }

  .contact-input {
    margin-bottom: 15px;
  }

  .flex-cus,
  .row-video,
  .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .mg-cus,
  .mg-video,
  .col-20 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-text img {
    height: auto !important;
  }

  .padding-top-bottom {
    padding: 2rem 0;
  }

  .pad-top {
    padding-top: 2rem;
  }

  .pad-bottom {
    padding-bottom: 2rem;
  }

  .mg-top {
    margin-top: 2rem;
  }

  .mg-bottom {
    margin-bottom: 2rem;
  }

  .title-detail-main {
    font-size: 20px;
  }

  .pad-bottom {
    padding-bottom: 2rem !important;
  }

  .pad-top {
    padding-top: 2rem !important;
  }

  .padding-top-bottom {
    padding: 2rem 0 !important;
  }

  .header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 30%);
    z-index: 999;
  }

  .product-tool {
    opacity: 1;
    visibility: visible;
    position: initial;
  }

  .header-bottom {
    padding: 5px 10px;
  }

  .right-header {
    display: flex;
  }

  .logo-header {
    width: auto;
  }

  .logo-header img {
    max-height: 60px;
  }

  .left-header-top {
    width: 100%;
    font-size: 14px;
  }

  #hamburger,
  .menu-res,
  .header-bottom {
    display: block !important;
  }

  .btn-header {
    padding: 5px;
  }

  .scrollToTop,
  #messages-facebook,
  .btn-frame,
  .menu,
  .header-top {
    display: none !important;
  }

  .btn-phone.btn-frame {
    display: block !important;
  }

  .search,
  .hide-mobile,
  .product-tool a span,
  .menu,
  .banner-header,
  .hotline-header,
  .right-header-top,
  .info-header {
    display: none;
  }

  .grid-products {
    grid-gap: 15px 10px;
  }

  .name-product {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
    min-height: 36px;
  }

  .name-product.text-split {
    -webkit-line-clamp: 2;
  }

  .name-criteria {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }

  .desc-criteria {
    font-size: 35px;
  }

  .frame-loadpicMenu {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
  }

  .frame-loadpicMenu:before,
  .frame-loadpicMenu::after {
    display: none;
  }

  .boxCategory-albumnb {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  .grouptop-albumnb {
    margin-bottom: 10px;
  }

  .grouptop-albumnb>div {
    width: calc(50% - 5px);
    max-width: unset;
  }
}

@media (max-width: 991px) {
  .grid-products {
    grid-template-columns: repeat(3, 1fr);
  }

  .othernews {
    position: initial;
  }

  #fanpage-facebook {
    overflow: hidden;
  }

  .footer-news {
    margin: 0 auto 25px;
  }

  .footer-news:last-child {
    margin-bottom: 0;
  }

  .time-news {
    display: none;
  }

  .copyright,
  .statistic {
    width: 100%;
    text-align: center;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
  }

  .footer-statistic {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }

  .owl-video {
    margin-top: 10px;
  }

  .title-news {
    margin-bottom: 20px;
  }

  .number-title-news {
    font-size: 120px;
    line-height: 100px;
  }

  .sub-title-news {
    margin-bottom: 0px;
  }

  .sub-title-news span {
    font-size: 50px;
  }

  .sub-title-news p {
    font-size: 16px;
  }

  .desc-title-news {
    margin-bottom: 15px;
  }

  .view-news {
    font-size: 14px;
  }

  .grid-pro-detail .left-pro-detail {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }

  .left-content-detail {
    width: 100%;
    margin-bottom: 20px;
  }

  .right-content-detail {
    width: 100%;
  }

  .contact-detail {
    flex-direction: column-reverse;
  }

  .left-contact-detail {
    width: unset;
  }

  .right-contact-detail {
    width: unset;
    margin-bottom: 30px;
  }

  .row-contact {
    justify-content: center;
  }

  .contact-item {
    width: 100%;
    margin: 5px;
  }

  .contact-item span {
    word-break: break-all;
  }

  .news-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .news-right {
    width: 100%;
  }

  .about_left {
    width: 100%;
    margin-bottom: 25px;
  }

  .about_right {
    width: 100%;
    max-width: 594px;
    margin: 0 auto;
  }

  .newsletter-left {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .newsletter-right {
    width: 100%;
    max-width: 582px;
    margin: 0 auto;
  }

  .newsnb-left {
    margin-bottom: 25px;
  }

  .newsnb-left,
  .newsnb-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slick-slider .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }

  .pic-news {
    width: 160px;
  }

  .info-news {
    padding-top: 10px;
  }

  .name-news {
    font-size: 15px;
  }

  .desc-news.text-split {
    -webkit-line-clamp: 2;
  }

  .pic-video:before {
    width: 60px;
    height: 60px;
    top: calc(50% - 60px / 2);
    left: calc(50% - 60px / 2);
  }

  .pic-video-2:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 40px / 2);
    left: calc(50% - 40px / 2);
  }

  .footer-tags {
    padding: 20px 0px;
  }

  .title-tags {
    font-size: 22px;
  }

  .item-tags {
    font-size: 13px;
    margin: 0px 5px 5px 0px;
  }

  .left-content-detail {
    padding: 20px 10px;
  }

  .title-product-detail {
    font-size: 15px;
  }

  .title-right {
    font-size: 15px;
  }

  .product-2 {
    padding: 7px 0px;
  }

  .row-album {
    margin: 0px -7px;
  }

  .col-album {
    padding: 0px 7px;
  }
}

@media (max-width: 767px) {
  .title-about p {
    font-size: 40px;
  }

  .title-about span {
    font-size: 40px;
  }

  .wrap-about {
    padding: 30px 0;
  }

  .khung-gt {
    margin-bottom: 30px;
  }

  .slogan1 {
    font-size: 25px;
  }

  .boxtabcategory-picMenu span {
    font-size: 14px;
    padding: 5px 10px;
  }

  .title-main span {
    font-size: 35px;
  }

  .boxtabcategory-picMenu>div {
    padding: 0 55px;
  }

  .boxtabcategory-picMenu>div::before,
  .boxtabcategory-picMenu>div::after {
    zoom: 0.6;
  }

  .wrap-picMenu {
    padding-bottom: 30px;
  }

  .wrap-albumnb,
  .wrap-newsnb {
    padding: 30px 0;
  }

  .boxCategory-albumnb {
    max-width: unset;
    text-align: center;
  }

  .logo-album {
    zoom: 0.6;
  }

  .frame-albumnb {
    min-height: unset;
  }

  .boxtab-albumnb span {
    font-size: 14px;
    display: inline-block !important;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 30px !important;
  }

  .wrap-newsletter {
    padding: 40px 0;
    background-position: bottom right;
  }

  .newsletter-right .name-nt,
  .title-newsnb span {
    font-size: 35px;
  }

  .footer-news {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 25px;
    text-align: center !important;
  }

  .footer-news:last-child {
    margin-bottom: 0;
  }

  .logo-footer {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .grid-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .toast-cus {
    left: 5px;
    width: calc(100% - 10px);
  }

  .box-readmore {
    width: calc(100% - 5px);
  }

  .newshome-scroll {
    width: 100%;
  }

  .newshome-intro {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }

  .installment-product {
    font-size: 13px;
  }

  .product-item {
    grid-template-columns: 50px auto 20%;
    grid-gap: 10px;
  }

  .product-item__info {
    gap: 0px;
    font-size: 13px;
  }

  .pro-history {
    width: 100%;
  }

  .total-price_wrapper {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .row-product,
  .row-news,
  .row-service,
  .row-video,
  .row-album {
    margin: 0px -7px;
  }

  .col-product,
  .col-news,
  .col-service,
  .col-video,
  .col-album {
    padding: 0px 7px;
    margin-bottom: 20px;
  }

  .info-news-grid {
    padding: 10px;
  }

  .name-news-grid a {
    font-size: 15px;
  }

  .desc-news-grid {
    font-size: 14px;
  }

  .view-news-grid a {
    font-size: 14px;
  }

  .wrap-title-index .title-index {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-title-index .title-index span {
    width: 100%;
    margin-bottom: 5px;
  }

  .wrap-title-index {
    flex-direction: column;
  }

  .control-product {
    position: absolute;
    right: 0px;
    bottom: 4px;
    left: unset;
    top: unset;
  }

  .left-news {
    width: 100%;
    margin-bottom: 20px;
  }

  .right-news {
    width: 100%;
  }

  .box-criteria {
    padding: 10px;
  }

  .price-new {
    font-size: 15px;
  }

  .price-old {
    font-size: 12px;
  }

  .view-product {
    font-size: 12px;
  }

  .product-price-detail {
    padding: 5px 10px;
    position: relative;
  }

  .product-price-detail .attr-content-pro-detail {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-price-detail .price-old-pro-detail {
    padding-left: 0px;
  }

  .product-price-detail .percent-pro-detail {
    position: absolute;
    right: 12px;
  }

  .left-social-product-detail {
    width: 100%;
  }

  .right-social-product-detail {
    width: 100%;
    text-align: left;
  }

  .col-news {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .name-customer {
    font-size: 12px;
  }

  .customer-img,
  .newsnb-img {
    zoom: 0.6;
  }

  .info-customer {
    width: calc(100% - 115px);
    padding: 50px 10px 15px 0;
  }

  .info-newsnb {
    width: calc(100% - 130px);
  }

  .name-newsnb {
    font-size: 13px;
    line-height: 18px;
    min-height: 36px;
  }

  .box-product {
    padding: 5px;
  }
}

@media (max-width: 425px) {
  .col-service {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-album {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-video {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pic-news {
    width: 100%;
    margin-bottom: 10px;
  }

  .info-news {
    width: 100%;
    padding-left: 0px;
  }

  .title-main span {
    font-size: 30px;
  }

  .khung-lh a,
  .wrap-newsletter .khung-lh a,
  .wrap-newsletter .khung-lh .khung-lh1 {
    font-size: 12px;
    padding: 0 5px;
  }

  .about_right {
    zoom: 0.6;
  }

  .title-about p {
    font-size: 30px;
  }

  .title-about span {
    font-size: 35px;
  }

  .criteria-img {
    zoom: 0.7;
  }

  .boxtabcategory-picMenu span {
    padding: 5px;
    font-size: 12px;
  }

  .newsletter-right .name-nt,
  .title-newsnb span {
    font-size: 30px;
  }
}

@media (max-width: 376px) {
  .col-product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 321px) {
  .grid-products {
    grid-template-columns: repeat(1, 1fr);
  }
}