@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
@font-face {
  font-family: "SVN-Poppins";
  src: url("../fonts/SVN-Poppins-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "SVN-Poppins";
  src: url("../fonts/SVN-Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "SVN-Poppins";
  src: url("../fonts/SVN-Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "BT BeauSans";
  src: url("../fonts/BT-BeauSans-Regular.ttf");
}
@font-face {
  font-family: "UTM Avo";
  src: url("../fonts/UTM Avo.ttf");
}
@font-face {
  font-family: "UTM Guanine";
  src: url(../fonts/UTM\ Guanine.ttf);
}
@font-face {
  font-family: "UTM HelvetIns";
  src: url(../fonts/UTM\ HelvetIns.ttf);
}
.padding-main {
  padding: 50px 0;
}

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

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

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

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.fixed .top {
  display: none;
}
.fixed .logo-header {
  zoom: 0.7;
}
.fixed .li-special .cover-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.fixed .li-special:hover .cover-menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.noIndexMenu .li-special .cover-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.noIndexMenu .li-special:hover .cover-menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

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

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

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

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

:root {
  --color-main: #f59a00;
  --color-social: #f59a00;
  --color-hover: #f59a00;
  --color-text: #f59a00;
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 20px;
  --swiper-pagination-bullet-inactive-color: #ffcb71;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-active-color: #f59a00;
  --swiper-pagination-bullet-active-opacity: 1;
  --swiper-pagination-color: #f59a00;
}

body {
  font-size: 14px;
  font-family: Roboto;
  line-height: 1.5;
}

.max-width,
.wrap-content {
  width: 100%;
  padding: 0 15px;
  max-width: 1300px;
  margin: 0px auto;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.scale-img {
  overflow: hidden;
}
.scale-img img,
.scale-img picture {
  transition: all 0.5s;
}
.scale-img:hover > img,
.scale-img:hover > picture {
  transform: scale(1.2, 1.2);
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span {
  transition: 0.3s all;
}

.scale-img img, .scale-img:hover > img {
  transition: 0.3s all;
}

/*   Header  */
.header {
  background: url(../images/TempImages/bg-header-top.png) no-repeat center/cover;
}
.header .flex-header {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  padding: 10px 0;
  align-content: flex-end;
}
.header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(231, 95, 11, 0.3411764706);
}
.header .header-top .header-top-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tile, #1a1a1a);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.header .header-top .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header-top .right .header-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header-left {
  flex-shrink: 0;
}
.header .header-right .header-info {
  display: flex;
  align-items: center;
  gap: 15px;
  background: url(../images/TempImages/bg-logo.png) no-repeat center/contain;
}
.header .header-right .header-info img {
  flex-shrink: 0;
}
.header .header-right .header-info .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header .header-right .header-info p {
  color: var(--tile, #231f20);
  font-family: Roboto;
  font-size: 14px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.header .header-right .header-info span {
  color: var(--do, #fe001c);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: -3px 0 0 var(--bg, #fff), 3px 0 0 var(--bg, #fff), 0 -3px 0 var(--bg, #fff), 0 3px 0 var(--bg, #fff), -2px -2px 0 var(--bg, #fff), 2px -2px 0 var(--bg, #fff), -2px 2px 0 var(--bg, #fff), 2px 2px 0 var(--bg, #fff);
  font-family: SVN-Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.header-middle {
  text-align: center;
}
.header-middle p {
  color: var(--do, #fe001c);
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  text-shadow: -3px 0 0 var(--bg, #fff), 3px 0 0 var(--bg, #fff), 0 -3px 0 var(--bg, #fff), 0 3px 0 var(--bg, #fff), -2px -2px 0 var(--bg, #fff), 2px -2px 0 var(--bg, #fff), -2px 2px 0 var(--bg, #fff), 2px 2px 0 var(--bg, #fff);
  font-family: "UTM Guanine";
  font-size: clamp(20px, 3.6585365854vw, 45px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.header-middle span {
  color: #14181b;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: -3px 0 0 var(--bg, #fff), 3px 0 0 var(--bg, #fff), 0 -3px 0 var(--bg, #fff), 0 3px 0 var(--bg, #fff), -2px -2px 0 var(--bg, #fff), 2px -2px 0 var(--bg, #fff), -2px 2px 0 var(--bg, #fff), 2px 2px 0 var(--bg, #fff);
  font-family: SVN-Poppins;
  font-size: clamp(18px, 2.2764227642vw, 28px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* slideshow */
.slideshow {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

/* Search */
.search {
  border-radius: 100px;
  background: #f2f2f2;
  padding: 4px;
  width: 260px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.search button {
  border-radius: 0px 5px 5px 0px !important;
}
.search p {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #fe001c;
}
.search i {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.search input {
  text-indent: 10px;
  border-radius: 5px 0px 0px 5px !important;
  border: unset !important;
  background-color: unset;
}
.search input:focus {
  box-shadow: none;
  outline: none;
}
.search input::-moz-placeholder {
  color: var(--tile, #333);
  font-family: SVN-Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.search input::placeholder {
  color: var(--tile, #333);
  font-family: SVN-Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.li-tim {
  position: relative;
}

.search-btn {
  width: 0px;
  background: #ffffff;
  position: absolute;
  top: 100%;
  opacity: 0;
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 200px !important;
  overflow: hidden;
  right: 0;
  background: #ffffff;
}
.search-btn button {
  border-radius: 0px 5px 5px 0px !important;
}
.search-btn input {
  border-radius: 5px 0px 0px 5px !important;
  border: unset !important;
  background-color: unset;
}
.search-btn input::-moz-placeholder {
  color: #313131;
}
.search-btn input::placeholder {
  color: #313131;
}

.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-search .price-product {
  width: 100%;
  margin: 0px;
  text-align: left;
}
.box-search .price-product .price-new {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}

.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}

.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* Mmenu */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  -webkit-transition: all 1s;
  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;
  /* Adjust duration and easing as needed */
}
.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: var(--color-hover);
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: var(--color-main);
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-mobile ul li:hover {
  color: #f00;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: var(--color-main);
}
.menu-mobile ul li ul {
  padding-left: 10px;
}

/* .menu-mobile ul li:last-child a{
	  border-bottom: none;
  } */
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
}
.company p span {
  color: var(--color-main);
}

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

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

#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
  cursor: pointer;
}
#hamburger:before, #hamburger:after,
#hamburger span {
  background: #ffffff;
  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 {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

.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 {
  transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.menu-head-left {
  position: relative;
}

.title-menu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
  display: block;
}

.menu-head-left {
  position: relative;
}

.cover-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;

  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.337254902);
}

.li-special {
  margin-right: 10px !important;
  margin-bottom: 0px !important;
}
.li-special .aa-d {
  border-radius: 20px 20px 0 0 !important;
  background: #ed1b24;
  color: var(--bg, #fff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  padding: 18px 20px 12px 21px !important;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cover-menu .item {
  position: relative;
  padding: 0 15px;
}

.cover-menu .item .aa-da {
  padding: 10px 0;
  color: var(--tile, #333);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}

.cover-menu .item .aa-da::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2392156863);
  bottom: 0;
  left: 0;
  position: absolute;
}

.cover-menu .item .aa-da::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg);
}
.cover-menu i{
font-weight: 300;
font-size: 14px;
}
.cover-menu .item .aa-da:hover {
  color: var(--color-main);
}

.cover-menu .item.noBorder a::after {
  display: none;
}

.cover-menu .item ul {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  min-width: 250px;
  left: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.cover-menu .item ul li {
  padding: 0 10px;
}

.cover-menu .item:hover ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

/*   SLider */
.wrap-slider {
  padding-bottom: 20px;
  background: url(../images/TempImages/bg-slider.png) no-repeat center/cover;
}

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

/* Config */
.title-main,
.title-detail {
  margin-bottom: 1.5rem;
  position: relative;
}
.title-main *,
.title-detail * {
  color: var(--chu_dao, #ed1b24);
  font-family: Roboto;
  font-size: clamp(20px, 2.4390243902vw, 30px);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.slogan-main {
  color: var(--tile, #333);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

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

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

.content-main a {
  display: inline-block;
}
.content-main ul {
  list-style: disc;
  padding-left: 20px;
}

.wrap-header-mobile {
  display: none;
}

/* Color paging */
.pagination .page-item .page-link {
  color: var(--color-main);
}
.pagination .page-item.active .page-link {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: white;
}
.pagination .page-item:hover .page-link {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: white;
}

/* News */
.grid-tintuc {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}

.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}

a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px var(--color-hover);
  color: var(--color-hover);
}

.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  -webkit-line-clamp: 2 !important;
  font-weight: 400;
}

a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}

.name-news:hover {
  color: var(--color-hover);
}

.time-news {
  color: var(--color-hover);
  margin-bottom: 0px;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}

.desc-news {
  color: #333333;
  margin: 0px;
}

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

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: var(--color-hover);
}

/* News mix */
.wrap-news-mix {
  background: url(../images/TempImages/bg-news.png) no-repeat center/cover;
}
.wrap-news-mix .left .item .pic {
  border-radius: 5px;
  overflow: hidden;
}
.wrap-news-mix .left .item .info .top {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.wrap-news-mix .left .item .info .date {
  border-radius: 5px;
  background: var(--do, #d92621);
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-news-mix .left .item .info .date .day {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.wrap-news-mix .left .item .info .date .month {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.wrap-news-mix .left .item .info .name {
  color: var(--text, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
.wrap-news-mix .left .item .info .desc {
  color: var(--noi_dung, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.wrap-news-mix .right .bot {
  margin-top: 10px;
}
.wrap-news-mix .right .cover-video {
  position: relative;
}
.wrap-news-mix .right .cover-video svg {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

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

.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  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;
}

/* News home */
.wrap-mix-news-form .title-home {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.wrap-mix-news-form .title-home a {
  color: var(--Text, #222);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.wrap-mix-news-form .news-home .img {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-mix-news-form .news-home .info .name {
  margin: 5px 0;
  color: var(--Text, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.wrap-mix-news-form .news-home .info .desc {
  color: var(--Text, #222);
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.wrap-mix-news-form .news-home-right .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-mix-news-form .news-home-right .item .info .date {
  color: var(--Ph, #9470dc);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 175% */
  text-transform: lowercase;
}
.wrap-mix-news-form .news-home-right .item .info .name {
  color: var(--Text, #222);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  text-transform: capitalize;
}

/* Criteria */
.wrap-criteria {
  background-color: var(--color-main);
}
.wrap-criteria .item {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.wrap-criteria .pic {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #efd38c;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-criteria .pic img {
  max-width: 45px;
  max-height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}
.wrap-criteria .info .name {
  color: #efd38c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.wrap-criteria .info .desc {
  color: #e6e0cf;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 208.333% */
}

/* News demo 1 */
.wrap-blogs {
  background: var(--color-main);
}
.wrap-blogs .item {
  border-radius: 10px;
  border: 1px solid rgba(218, 248, 255, 0.5);
  background: rgba(217, 217, 217, 0);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden;
}
.wrap-blogs .item .pic {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-blogs .item .info {
  padding: 20px;
}
.wrap-blogs .item .info .name {
  color: var(--bg, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.wrap-blogs .swiper-pagination {
  top: 100% !important;
}
.wrap-blogs .swiper-pagination-bullet {
  width: 40px !important;
  border-radius: 200px;
}
.wrap-blogs .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* News form 2 */
.wrap-news-mix {
  background: url(../images/TempImages/bg-news.png) no-repeat center/cover;
}
.wrap-news-mix .left .item .pic {
  border-radius: 5px;
  overflow: hidden;
}
.wrap-news-mix .left .item .info .top {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.wrap-news-mix .left .item .info .date {
  border-radius: 5px;
  background: var(--do, #d92621);
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-news-mix .left .item .info .date .day {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.wrap-news-mix .left .item .info .date .month {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.wrap-news-mix .left .item .info .name {
  color: var(--text, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
.wrap-news-mix .left .item .info .desc {
  color: var(--noi_dung, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.wrap-news-mix .right .bot {
  margin-top: 10px;
}
.wrap-news-mix .right .cover-video {
  position: relative;
}
.wrap-news-mix .right .cover-video svg {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.news-top {
  margin-bottom: 20px;
}
.news-top .info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-top .info .name {
  overflow: hidden;
  color: var(--tiu, #333);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto;
  font-size: clamp(18px, 1.7886178862vw, 22px);
  font-style: normal;
  font-weight: 600;
}
.news-top .info .date {
  color: var(--chu_sao, #f59a00);
  text-align: justify;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}
.news-top .info .desc {
  color: var(--noi_dung, #666);
  text-align: justify;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.news-top .info .btn-news span {
  padding: 10px 20px;
  font-family: Montserrat;
  font-size: 14px;
}

.wrap-news-mix-2 .img {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-news-mix-2 .right {
  margin-bottom: 20px;
}
.wrap-news-mix-2 .right .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrap-news-mix-2 .right .info .name {
  overflow: hidden;
  color: var(--tiu, #333);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto;
  font-size: clamp(14px, 1.3008130081vw, 16px);
  font-style: normal;
  font-weight: 600;
}
.wrap-news-mix-2 .right .info .date {
  color: var(--chu_sao, #f59a00);
  text-align: justify;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.wrap-news-mix-2 .right .info .desc {
  color: var(--noi_dung, #666);
  text-align: justify;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.wrap-news-mix-2 .right .info .btn-wm {
  color: var(--chu_sao, #f59a00);
  text-align: justify;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.wrap-news-mix-2 .right .info .btn-wm .cover {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

/* Form  */
.wrap-form .form-home {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.wrap-form .form-home .form-home-left {
  flex-shrink: 0;
}
.wrap-form .form-home-right {
  width: 100%;
  border: 2px solid #890528;
  background: #fff;
  padding: 28px 70px 54px 70px;
}
.wrap-form .form-home-right .btn-submit {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #890528;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 0;
  margin-top: 20px;
  border: none;
  border-radius: 0;
}
.wrap-form .form-home-right .form-home-right-title {
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
}
.wrap-form .form-home-right .form-floating-cus {
  width: 100%;
}
.wrap-form .form-home-right .frm_newsletter .newsletter-input {
  padding-right: 10px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wrap-form .form-home-right .frm_newsletter .newsletter-input img {
  flex-shrink: 0;
}
.wrap-form .form-home-right .frm_newsletter .newsletter-input input,
.wrap-form .form-home-right .frm_newsletter .newsletter-input textarea {
  border: none;
}
.wrap-form .form-home-right .frm_newsletter .newsletter-input textarea {
  min-height: 120px;
}

/* Thanh lý đồ cũ */
.wrap-thanh-ly-do-cu .item {
  margin: 5px;
}
.wrap-thanh-ly-do-cu .item .pic {
  border-radius: 10px;
  background: #d9d9d9;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.wrap-thanh-ly-do-cu .item .info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 15px 5px 10px 5px;
  margin-top: -5px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ffd68f;
  background: var(--bg, #fff);
  box-shadow: 0 4px 4px 0 rgba(246, 130, 31, 0.2);
}
.wrap-thanh-ly-do-cu .item .info .name {
  color: #f60;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}
.wrap-thanh-ly-do-cu .item .info .desc {
  color: var(--noi_dung, #666);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* ABout us */
.wrap-about-us {
  background: url(../images/TempImages/bg-ab.png) no-repeat center/cover;
}
.wrap-about-us .left {
  padding: 20px;
  position: relative;
  display: flex;
  align-items: end;
}
.wrap-about-us .left::before {
  z-index: 0;
  content: "";
  width: 88px;
  height: 116px;
  background: url(../images/TempImages/img-ab.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap-about-us .left::after {
  content: "";
  width: 88px;
  z-index: 0;
  height: 116px;
  background: url(../images/TempImages/img-ab.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.wrap-about-us .left .img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 60px;
}
.wrap-about-us .cover-img-2 {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: start;
  margin-left: -90px;
}
.wrap-about-us .cover-img-2 .cover-experience {
  margin-left: 20px;
  z-index: 2;
  position: relative;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--bg, #fff);
  background: #f7fdf7;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.wrap-about-us .cover-img-2 .cover-experience p {
  color: var(--do, #d92621);
  font-family: SVN-Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
}
.wrap-about-us .cover-img-2 .cover-experience span {
  color: var(--tile, #1a1a1a);
  font-family: SVN-Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.wrap-about-us .cover-img-2 .img-2 {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.wrap-about-us .cover-img-2 .img-2 img {
  border-radius: 15px;
  overflow: hidden;
}
.wrap-about-us .right .sub-title {
  color: var(--bg, #fff);
  font-family: SVN-Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 50px;
  background: var(--chu_sao, #f59a00);
  margin-bottom: 10px;
}
.wrap-about-us .right .name {
  color: var(--do, #fe001c);
  font-family: "UTM HelvetIns";
  font-size: clamp(25px, 3.6585365854vw, 45px);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.wrap-about-us .right .desc {
  color: var(--tile, #333);
  text-align: justify;
  font-family: Roboto;
  font-size: clamp(14px, 1.3008130081vw, 16px);
  font-style: normal;
  font-weight: 400;
}
.wrap-about-us .cover-btn-about .btn-wm a {
  padding: 10px 20px;
  background: var(--color-main);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--chu_dao, #db232a);
  border: 1px solid var(--chu_dao, #db232a);
  transition: all 0.3s;
}
.wrap-about-us .cover-btn-about .btn-wm a span {
  transition: all 0.3s;
  color: #fff;
  font-family: SVN-Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.wrap-about-us .cover-btn-about .btn-wm:hover a {
  background: #fff;
}
.wrap-about-us .cover-btn-about .btn-wm:hover a span {
  color: var(--chu_dao, #db232a);
}
.wrap-about-us .cover-btn-about .btn-wm:hover svg {
  color: var(--chu_dao, #db232a);
  fill: var(--chu_dao, #db232a);
  stroke: var(--chu_dao, #db232a);
  transition: color 0.3s, fill 0.3s, stroke 0.3s;
}

/* Product list hoem */
.btn-wm-prolist {
  padding: 9px 9px 9px 20px;
  border-radius: 50px;
  background: linear-gradient(270deg, #f8a602 0%, #db232a 100%), #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bg, #fff);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn-wm-prolist span, .btn-wm-prolist img {
  transition: color 0.3s, filter 0.3s, transform 0.3s;
}
.btn-wm-prolist:hover {
  background: linear-gradient(90deg, #db232a 0%, #f8a602 100%), #fff;
  color: #dddadb;
  box-shadow: 0 4px 20px 0 rgba(219, 35, 42, 0.15);
  transform: translateY(-2px) scale(1.03);
}
.btn-wm-prolist:hover span {
  color: #e7e1e1;
  transform: translateX(3px);
}
.btn-wm-prolist:hover img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(97%) saturate(7492%) hue-rotate(349deg) brightness(97%) contrast(101%);
  transform: scale(1.1) translateX(2px);
}

/* Social home */
.wrap-social-home {
  background: url(../images/TempImages/bg-a.png) no-repeat center/cover;
}
.wrap-social-home .cover-social-home {
  padding: 20px;
  border-radius: 15px;
  background-color: white;
  height: 100%;
  height: 440px;
  overflow: hidden;
}
.wrap-social-home .cover-social-home .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tile, #1a1a1a);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #bd834c;
}

/* Partner */
.info-partner {
  background: #f8f8f8;
  padding: 15px 0px;
}

/* Footer */
.footer-map iframe {
  width: 100%;
  height: 500px;
}

.wrap-footer {
  background: url(../images/TempImages/bg-footer.png) no-repeat center/100% 100%;
  padding: 90px 0px 0 0;
}
.wrap-footer .flex-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
.wrap-footer .footer-name {
  color: var(--vang, #ffb705);
  font-family: "UTM HelvetIns";
  font-size: clamp(20px, 2.0325203252vw, 25px);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 2px solid var(--vang, #ffb705);
  margin-bottom: 20px;
  line-height: 100%;
}
.wrap-footer .footer-content {
  color: var(--bg, #fff);
  font-family: Roboto;
  font-size: clamp(14px, 1.3008130081vw, 16px);
  font-style: normal;
  font-weight: 600;
}
.wrap-footer .title-footer {
  padding-left: 10px;
  border-left: 2px solid var(--vang, #ffb705);
  margin-bottom: 20px;
  color: var(--vang, #ffb705);
  font-family: Roboto;
  font-size: clamp(15px, 1.4634146341vw, 18px);
  font-style: normal;
  line-height: 100%;
  font-weight: 800;
  text-transform: uppercase;
}
.wrap-footer .footer-ul {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.wrap-footer .footer-ul li::marker {
  color: var(--color-main);
}
.wrap-footer .footer-ul li a {
  color: var(--bg, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  transition: all 0.3s ease;
}
.wrap-footer .footer-ul li:hover a {
  color: #6e7328 !important;
}
.wrap-footer .footer-powered {
  margin-top: 70px;
  text-align: center;
  padding: 15px 0px 20px 0;
  color: var(--bg, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  border-top: 1px solid var(--vang, #ffb705);
  font-weight: 400;
  text-transform: capitalize;
}
.wrap-footer .flex-powered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-footer .statistic span {
  position: relative;
  padding: 0px 5px;
}

/* Tags */
.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;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
  opacity: 1;
}

/*   TC   */
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}
.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}
.item-criteria a .ds-criteria p {
  -webkit-line-clamp: 2;
  margin: 0px;
}

/* Video */
.flex-video {
  display: flex;
  justify-content: space-between;
}

.wr-video,
.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 rgba(255, 0, 0, 0.4);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f00;
  background: rgba(255, 255, 255, 0.6588235294);
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}

.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

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

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

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

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

.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 250px);
}

.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}

.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

/* Grid product */
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.item-pro {
  margin: 5px;
}
.item-pro .pic {
  border-radius: 10px;
  background: #d9d9d9;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.item-pro .info {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  padding: 15px 5px 10px 5px;
  margin-top: -5px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #e4e4e4;
  background: var(--bg, #fff);
  box-shadow: 0 4px 4px 0 rgba(95, 95, 95, 0.2);
}
.item-pro .info .name {
  color: var(--tile, #1a1a1a);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}
.item-pro .info .desc {
  color: var(--noi_dung, #666);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.cart-product {
  margin: 5px 0 0 0px;
}
.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}

.cart-add {
  margin-left: 10px;
  background-color: #00a5d9;
  width: 155px;
}
.cart-add:hover {
  background-color: var(--color-hover);
}

.cart-buy {
  background-color: #ff2e00;
  width: 93px;
  height: 33px;
}
.cart-buy:hover {
  background-color: var(--color-hover);
}

/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.grid-pro-detail .left-pro-detail {
  width: 58%;
}
.grid-pro-detail .right-pro-detail {
  width: 40%;
}

.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}

.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}

.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link {
  color: #f00;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: #f00;
}

/* css block actions  */
.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 {
  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;
}
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}

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

/* modal-detail */
.modal-detail {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.768627451);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}

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

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

.frm_contact {
  border: 1px solid #ddd;
  padding: 30px;
}

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

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

.pagination {
  margin: 20px 0px;
}
.pagination li span {
  cursor: pointer;
}

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

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

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

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

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

/* CSSS T */
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 {
  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 {
  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;
  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);
}

/* News */
.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item-news-one .ds-news h3 {
  color: black;
  font-size: 18px;
}
.item-news-one p {
  color: black;
}

.item-news-all .ds-news h3 {
  font-size: 16px;
  color: black;
}
.item-news-all .ds-news p {
  font-size: 14px;
  color: black;
}

.item-news {
  --tw-bg-opacity: 1;
  background-color: #f1f1f1;
  padding: 1rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.item-news .info {
  width: 100%;
}
.item-news .info span {
  line-height: 25px;
  color: black;
  font-size: 13px;
  margin: 10px 0px 0px;
  font-style: italic;
}
.item-news .info h3 {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-line-clamp: 2 !important;
  transition: all 0.3s ease;
}
.item-news .info .desc {
  color: #333;
}
.item-news:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
}
.item-news:hover h3 {
  color: var(--color-hover);
}

.item-news .item-news-all a {
  display: flex;
  justify-content: space-between;
}
.item-news .item-news-all a .ds-news {
  width: calc(100% - 110px);
}
.item-news .item-news-all a .ds-news h3 {
  color: black;
  text-transform: capitalize;
  font-size: 15px;
}

.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.news-left {
  width: 68%;
}

.news-right {
  position: sticky;
  top: 20px;
  width: 30%;
  background: rgba(241, 241, 241, 0.8);
  padding: 20px;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.4705882353);
}

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 {
  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 {
  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";
}

.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}

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

.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
}
.baonoidung * {
  max-width: 100% !important;
}
.baonoidung table {
  display: block;
  overflow-y: auto;
}

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

.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: #232323;
}

.size-pro-detail.active, .size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
  background-color: #f00;
  color: #fff;
  border-color: #f00;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: #f00;
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

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

/* Popup */
.modal-title {
  font-size: 20px;
}

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

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