@font-face {
  font-family: "mr";
  src: url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ib";
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "svnr";
  src: url("../fonts/SVN-Poppins.woff") format("woff"), url("../fonts/SVN-Poppins.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "mlr";
  src: url("../fonts/Mulish-Regular.woff") format("woff"), url("../fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "svnh";
  src: url("../fonts/SVN-HelveticaNeueHeavy.woff") format("woff"), url("../fonts/SVN-HelveticaNeueHeavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "svnm";
  src: url("../fonts/SVN-PoppinsMedium.woff") format("woff"), url("../fonts/SVN-PoppinsMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "svnb";
  src: url("../fonts/SVN-PoppinsBold.woff") format("woff"), url("../fonts/SVN-PoppinsBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "svnd";
  src: url("../fonts/SVN-Diamonda-Regular.woff") format("woff"), url("../fonts/SVN-Diamonda-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-main: #0866ff;
  --color-hover: #fff200;
  --bg-main: #f2f2f2;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
  border-radius: 5px;
}

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

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

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

body {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
}

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

.body-container {
  position: relative;
  overflow: hidden;
}

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

img {
  display: inline-block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ol,
ul,
menu {
  list-style: unset;
}

.content-text a {
  color: #0d6efd;
  text-decoration: underline;
}

/* CSS cho lazy loading */
.lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazy.loaded {
  opacity: 1;
}

.social-plugin {
  display: flex;
  gap: 2px;
  margin: 12px 0;
}

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

.scale-img img {
  transform: scale(1, 1);
  transition: all 0.3s ease;
}

.scale-img:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease;
}

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

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill {
  transition: 0.3s all;
}

/* Header */
.fix_head {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}

.fix_head .pd_menu {
  margin-top: 0px;
  top: 0;
}

.hotline_header .numb_hotline {
  margin-bottom: 0;
  font-family: svnb;
  font-size: 25px;
  color: #d30000;
}

.banner-header {
  margin-bottom: 10px;
}

.banner_address .address {
  font-family: svnr;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.text_hotline span {
  font-family: svnm;
}

.img_hotline {
  margin-right: 10px;
}

.section-header {
  background: var(--color-main);
  padding: 9px 0;
}

.section-header .header-slogan {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.section-header .header-hotline {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.section-header .header-hotline span {
  font-weight: 600;
}

.top-header {
  background: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.top-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/img1.png") lightgray 50%/cover no-repeat;
  background-size: 100% 100%;
  width: 767px;
  height: 108px;
  z-index: -1;
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
}

.all_box_header .img_header {
  margin-right: 10px;
}

.all_box_header .all_text_heder .text_header1 {
  font-family: mr;
  color: white;
}

.all_box_header .all_text_heder .text_header2 {
  font-family: meb;
  color: #fff200;
  font-size: 15px;
}

.all_box_header .all_text_heder p {
  margin-bottom: 0;
}

.all_box_header2 p {
  margin-bottom: 0px;
}

.all_box_header2 .img_header2 {
  margin-right: 20px;
}

.all_box_header2 .text_header2_1 {
  font-family: mr;
  color: white;
  font-size: 14px;
}

.all_box_header2 .text_header2_2 {
  font-family: mbl;
  font-size: 30px;
  color: #fff200;
}

/* Slide */
.wrap-slide {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/865;
}

.title_slide h2 {
  font-family: svnb;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  background: var(--color-main);
  padding: 20px 0px;
}

/* Menu */
.fixed-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.fixed-menu .menu {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  padding: 3px 0;
}

.section-menu.detail .menu {
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  padding: 10px 0;
}

.menu {
  width: 100%;
  z-index: 100;
  position: relative;
  bottom: 0;
  margin-top: 0px;
  background: var(--color-main);
}

.menu .flex_menu {
  width: 100%;
}

.menu .flex_menu .left_header {
  width: 30%;
}

.menu .flex_menu .right_header {
  width: 70%;
}

.menu .ulmn>li {
  position: relative;
}

.menu .ulmn>li:last-child {
  color: red;
}

.menu .ulmn>li:last-child::before {
  display: none;
}

.menu .ulmn>li::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background: white;
  border-radius: 50px;
  right: -18px;
}

.menu .ulmn>li>a {
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.4s;
  text-transform: uppercase;
  font-family: svnb;
}

.menu .ulmn>li>a:hover {
  color: var(--color-hover);
  transition: 0.4s;
  color: var(--color-hover) !important;
}

.menu .ulmn>li:hover {
  color: var(--color-hover) !important;
}

.menu .ulmn>li .active {
  color: var(--color-hover);
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menu ul>li>a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 13px 0;
}

.menu ul>li>a.has-child:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: -16px;
  top: calc(50% - 6px);
  transition: all 0.3s ease;
}

.menu ul>li>a.active {
  color: var(--color-main);
}

.menu ul>li:hover>a {
  color: var(--color-hover);
}

.menu ul>li:hover>a.has-child:after {
  transform: rotate(180deg);
}

.menu ul>li:hover>ul {
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.menu ul>li ul {
  position: absolute;
  min-width: 250px;
  background-color: #fafafa;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.menu ul>li ul li {
  padding: 0 10px;
}

.menu ul>li ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.menu ul>li ul li:hover>a {
  color: var(--color-main);
}

.menu ul>li ul li:hover>a.has-child:after {
  transform: rotate(90deg);
}

.menu ul>li ul li a {
  text-align: left;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
}

.menu ul>li ul li a::before {
  display: none;
}

.menu ul>li ul li a.has-child:after {
  right: 0;
  transform: rotate(-90deg);
}

.menu ul>li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}

.pd_menu {
  position: relative;
  top: 0px;
}

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

/* Button menu */
#hamburger {
  display: block;
  width: 30px;
  height: 23px;
  position: relative;
  margin-left: 15px;
  display: block;
}

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

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

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

.menu-mobile-opened #hamburger:before,
.menu-mobile-opened #hamburger:after {
  top: 10px;
}

.menu-mobile-opened #hamburger span {
  left: -50px;
  opacity: 0;
}

.menu-mobile-opened #hamburger:before {
  transform: rotate(45deg);
}

.menu-mobile-opened #hamburger:after {
  transform: rotate(-45deg);
}

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

/* Search */
.search {
  width: 334px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(224, 8, 20, 0.18);
  overflow: hidden;
}

.search input {
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  height: 100%;
  text-indent: 15px;
}

.search input:focus {
  box-shadow: none;
}

.search p {
  cursor: pointer;
  height: 50px;
  width: 66px;
  background-color: #e30613;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

/* Mmenu */
.menu-res {
  display: none;
  position: relative;
  background: #fff;
  z-index: 100;
}

/* Search */
.search-res {
  position: relative;
}

.search-res .icon-search {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  font-size: 20px;
  margin: 0px;
  display: grid;
  place-items: center;
}

.search-res .icon-search.active {
  color: #fff;
  background: var(--color-main);
  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;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
}

.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 {
  font-size: 13px;
  width: 100%;
  height: 38px;
  padding-left: 10px;
  outline: none;
  border: none;
  box-shadow: none;
  color: var(--color-main);
}

/* breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}

.breadCrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.breadCrumbs ol li a {
  color: #333;
}

.breadCrumbs ol li.active a,
.breadCrumbs ol li:hover a {
  color: var(--color-main);
}

/* 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 .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 .sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

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

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

.sort-select .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-select .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 and Detail */
.title-detail h1 {
  font-family: "svnm";
  text-transform: uppercase;
  color: var(--color-main);
}

.name-product {
  text-align: center;
  font-family: "mr";
}

.price-product {
  text-align: center;
}

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

.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}

.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}

.grid-product .product .product-info .price span {
  color: #f00;
}

.grid-product .product .pic-product {
  border: 1px solid #ddd;
}

.right-pro-detail .title-pro-detail {
  font-family: "mr";
  font-size: 30px;
  color: var(--color-main);
  text-transform: uppercase;
}

.baonoidung.chitietsanpham .info_nd {
  position: relative;
  overflow: hidden;
}

.baonoidung.chitietsanpham button {
  transition: all 0.3s ease;
}

.baonoidung.chitietsanpham button:hover {
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
  color: white !important;
}

.cursor-pointer p {
  font-family: "svnb";
  font-size: 30px;
  color: var(--color-main);
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
}

/* product detail */
.title-main span {
  margin-top: 10px;
  font-weight: bold;
  font-size: 30px;
  color: var(--color-main);
}

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

.grid-pro-detail .left-pro-detail {
  width: calc((100% - 30px) / 2);
}

.grid-pro-detail .right-pro-detail {
  width: calc((100% - 30px) / 2);
}

.grid-properties {
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}

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

.filter {
  cursor: pointer;
  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;
  border: 1px solid #ddd;
  display: none;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-pro-detail li .attr-label-pro-detail {
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
}

.attr-pro-detail li .attr-content-pro-detail {
  color: #333;
  font-weight: 400;
}

.attr-pro-detail li .price-new-pro-detail {
  font-size: 20px;
  color: #e30613;
  font-weight: 700;
}

.attr-pro-detail li .price-old-pro-detail {
  font-size: 17px;
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
}

/* Detail */
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
  padding-left: 20px;
}

.attr-pro-detail .cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
}

.attr-pro-detail .cart-pro-detail a.addnow {
  display: block;
  margin-right: 10px;
  background: #f9c320;
  cursor: pointer;
  color: #000;
}

.attr-pro-detail .cart-pro-detail a.addnow:hover {
  background-color: var(--color-main);
  color: #fff;
}

.attr-pro-detail .cart-pro-detail a.buynow {
  cursor: pointer;
  background-color: #482807;
}

.attr-pro-detail .cart-pro-detail a.buynow:hover {
  background-color: var(--color-hover);
  color: #fff;
}

.attr-pro-detail .cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

/* Pagination */
.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.pagination .page-item .page-link {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 15px !important;
  font-weight: 600;
  border: 1px solid var(--color-main);
  border-radius: 0 !important;
  line-height: 1.25;
  color: #333;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
}

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

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

.pagination .page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  background: rgb(255, 255, 255);
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-size: 0 !important;
}

.pagination .page-item:first-child .page-link::before,
.pagination .page-item:last-child .page-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
}

.pagination .page-item:first-child .page-link::before {
  content: "\f053";
}

.pagination .page-item:last-child .page-link::before {
  content: "\f054";
}

/* Footer */
/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* Card fixed */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 400px;
  z-index: 10;
  display: none;
}

/* Btn Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

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

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

/* Hvr Float Shadow */
.hvr-float-shadow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-float-shadow:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: -1;
  width: 90%;
  height: 10px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  pointer-events: none;
}

.hvr-float-shadow:active {
  transform: translateY(-5px);
}

.hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
}

.hvr-float-shadow:focus {
  transform: translateY(-5px);
}

.hvr-float-shadow:focus:before {
  opacity: 1;
  transform: translateY(5px);
}

.hvr-float-shadow:hover {
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

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

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0;
  padding-left: 0 !important;
  margin-top: 8px;
}

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

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " ";
}

.hidden-seoh {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

/* thu mua phieu lieu */
.mg_15 {
  margin: 0 -15px;
}

.pd_15 {
  padding: 0 15px;
}

/* Footer */
.d-maps iframe {
  width: 100%;
}

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

.title_thu_mua_phieu_lieu h2 {
  font-family: svnh;
  font-size: 35px;
  color: var(--color-main);
  text-transform: uppercase;
}

.title_thu_mua_phieu_lieu .slogan {
  font-size: 16px;
  color: #4d4d4d;
  font-family: svnm;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.wrap_thu_mua_phieu_lieu {
  background: var(--bg-main);
  padding: 40px 0px;
  overflow: hidden;
}

.wrap_thu_mua_phieu_lieu .img_thu_mua_phieu_lieu .scale-img {
  border-radius: 10px;
}

.wrap_thu_mua_phieu_lieu .txt_thu_mua_phieu_lieu {
  padding: 0 10px;
}

.wrap_thu_mua_phieu_lieu .txt_thu_mua_phieu_lieu .box_txt_thu_mua_phieu_lieu {
  background: white;
  padding: 16px 15px;
  border-radius: 0px 0px 15px 15px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.wrap_thu_mua_phieu_lieu .txt_thu_mua_phieu_lieu .box_txt_thu_mua_phieu_lieu .name_thumua {
  display: block;
  text-align: center;
  font-family: svnb;
  font-size: 16px;
  color: #282828;
  margin-bottom: 10px;
}

.wrap_thu_mua_phieu_lieu .txt_thu_mua_phieu_lieu .box_txt_thu_mua_phieu_lieu .desc_thu_mua_phieu_lieu {
  font-family: svnr;
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 10px;
}

.wrap_thu_mua_phieu_lieu .txt_thu_mua_phieu_lieu .box_txt_thu_mua_phieu_lieu .btn_more_product a {
  font-family: svnm;
  color: var(--color-main);
  text-transform: capitalize;
}

.wrap_thu_mua_phieu_lieu .btn_more_thumua_phieu_lieu {
  text-align: center;
}

.wrap_thu_mua_phieu_lieu .btn_more_thumua_phieu_lieu a {
  font-family: svnb;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: var(--color-main);
  padding: 10px 35px;
  border-radius: 10px;
  display: inline-block;
}


.img_thu_mua_phieu_lieu .scale-img {
  border-radius: 10px;
}

.txt_thu_mua_phieu_lieu {
  padding: 0 10px;
}

.txt_thu_mua_phieu_lieu .box_txt_thu_mua_phieu_lieu {
  background: white;
  padding: 16px 15px;
  border-radius: 0px 0px 15px 15px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.txt_thu_mua_phieu_lieu .box_txt_thu_mua_phieu_lieu .name_thumua {
  display: block;
  text-align: center;
  font-family: svnb;
  font-size: 16px;
  color: #282828;
  margin-bottom: 10px;
}

.txt_thu_mua_phieu_lieu .box_txt_thu_mua_phieu_lieu .desc_thu_mua_phieu_lieu {
  font-family: svnr;
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 10px;
}

.txt_thu_mua_phieu_lieu .box_txt_thu_mua_phieu_lieu .btn_more_product a {
  font-family: svnm;
  color: var(--color-main);
  text-transform: capitalize;
}

.btn_more_thumua_phieu_lieu {
  text-align: center;
}

.btn_more_thumua_phieu_lieu a {
  font-family: svnb;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: var(--color-main);
  padding: 10px 35px;
  border-radius: 10px;
  display: inline-block;
}


/* Intro */
.wrap_intro {
  overflow: hidden;
  padding: 60px 0px;
}

.wrap_intro .img_intro1 img {
  border-radius: 20px;
}

.wrap_intro .title_intro1 {
  font-family: svnm;
  font-size: 20px;
  margin-bottom: 0px;
}

.wrap_intro .title_intro2 {
  font-family: svnb;
  color: #fe8d4e;
  font-size: 35px;
  text-transform: uppercase;
}

.wrap_intro .title_intro2 span {
  color: var(--color-main);
}

.wrap_intro .desc_intro {
  font-family: svnr;
  font-size: 16px;
  color: #4d4d4d;
  text-align: justify;
}

.wrap_intro .tieuchi-title {
  font-family: svnb;
  font-size: 18px;
  color: var(--color-main);
}

.wrap_intro .tieuchi-desc {
  font-family: svnr;
  font-size: 14px;
  color: #4d4d4d;
}

.wrap_intro .desc_intro {
  margin-bottom: 30px;
}

.wrap_intro .margin-auto {
  margin-bottom: 30px;
}

.wrap_intro .tieuchi-slide {
  position: relative;
}

.wrap_intro .tieuchi-slide:before {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../images/img2.png) no-repeat center center;
}

/* Khu vuc thu mua */
.wrap_khu_vuc_thu_mua_phe_lieu {
  padding: 60px 0px;
  overflow: hidden;
  background: var(--bg-main);
}

.wrap_khu_vuc_thu_mua_phe_lieu .btn_more_thumua_phieu_lieu {
  text-align: center;
}

.wrap_khu_vuc_thu_mua_phe_lieu .btn_more_thumua_phieu_lieu a {
  font-family: svnb;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: var(--color-main);
  padding: 10px 35px;
  border-radius: 10px;
  display: inline-block;
}

.item_khu_vuc_thu_mua {
  position: relative;
}

.item_khu_vuc_thu_mua .img_khu_vuc_thu_mua .scale-img {
  border-radius: 10px;
}

.item_khu_vuc_thu_mua .txt_khu_vuc_thu_mua {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  background: rgba(8, 102, 255, 0.8392156863);
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
}

.item_khu_vuc_thu_mua .txt_khu_vuc_thu_mua .name_thumua {
  font-family: svnb;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}

/* tieu chi 2 */
.wrap_tieuchi_2 {
  background: url(../images/bg_tieuchi.png) no-repeat top center;
  background-size: cover;
  padding: 45px 0px;
  overflow: hidden;
}

.wrap_tieuchi_2 .title_thu_mua_phieu_lieu h2 {
  color: white;
}

.wrap_tieuchi_2 .title_thu_mua_phieu_lieu .slogan {
  color: white;
}

.wrap_tieuchi_2 .list_tieuchi_2 {
  position: relative;
}

.wrap_tieuchi_2 .list_tieuchi_2:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 17px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: white;
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2.swap {
  flex-direction: column-reverse;
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2.swap:before {
  top: 38px;
  transform: rotate(0deg);
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2.swap .tieuchi2-info {
  position: relative;
  top: 10px;
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2.swap .img_tieuchi_2 {
  top: 20px;
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 110px;
  position: relative;
  margin-bottom: 20px;
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2 .img_tieuchi_2 {
  position: relative;
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2 .img_tieuchi_2 .number_tieuchi_2 {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background: white;
  padding: 5px 7px;
  border-radius: 50px;
  display: inline-block;
  font-family: svnb;
  color: var(--color-main);
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 0;
  left: 0;
  text-align: center;
  background: url(../images/img3.png) no-repeat top center;
  background-size: 100% 100%;
  width: 16px;
  height: 85px;
  margin: auto;
  transform: rotate(180deg);
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2 .tieuchi2-title {
  font-family: ib;
  font-size: 16px;
  color: white;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.wrap_tieuchi_2 .list_tieuchi_2 .box_tieuchi_2 .tieuchi2-desc {
  font-family: mlr;
  font-size: 14px;
  color: white;
  margin-bottom: 0px !important;
}

/* News */
.warp_news {
  padding: 45px 0px;
}

.warp_news .item_tintuc {
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin-bottom: 10px;
}

.warp_news .item_tintuc .scale-img {
  border-radius: 10px;
}

.warp_news .item_tintuc .tintuc-info {
  padding: 15px;
  text-align: left;
}

.warp_news .item_tintuc .tintuc-info .tintuc-title {
  font-family: ib;
  font-size: 16px;
  color: #282828;
}

.warp_news .item_tintuc .tintuc-info .tintuc-desc {
  font-family: mlr;
  font-size: 14px;
  color: #4d4d4d;
}

/* Footer */
.footer-article {
  background: url(../images/bg_footer.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 30px;
}

.footer-article .list_mxh {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: svnm;
  font-size: 15px;
  color: white;
  gap: 10px;
  padding: 10px 0px 15px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4549019608);
}

.footer-article .list_mxh ul {
  list-style: none;
  margin-bottom: 0px;
}

.footer-article .footer_bottom {
  padding-top: 50px;
}

.footer-article .footer-news .txt_footer_index {
  font-family: svnr;
  color: white;
  margin-bottom: 5px;
}

.footer-article .footer-news .btn_submit_footer {
  background: url(../images/img5.png) no-repeat top center;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  bottom: 5px;
  right: 10px;
  position: absolute;
}

.footer-article .footer-news #newsletter-form {
  position: relative;
  margin-bottom: 30px;
}

.footer-article .footer-news #newsletter-form:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5882352941);
  height: 1px;
}

.footer-article .footer-news .hotline_footer {
  gap: 10px;
  margin-bottom: 10px;
}

.footer-article .footer-news .hotline_footer .txt_hotline_footer {
  font-family: svnb;
  font-size: 29px;
  color: #ffe100;
  margin-bottom: 0px;
  line-height: 29px;
  height: 29px;
}

.footer-article .footer-news .hotline_footer .txt_hotline_footer2 {
  color: white;
  margin-bottom: 0px;
}

.footer-article .footer-news .email_footer {
  font-family: svnr;
  color: white;
}

.footer-article .footer-news:nth-child(1) {
  width: 30%;
  text-align: left;
}

.footer-article .footer-news:nth-child(2) {
  width: 28%;
}

.footer-article .footer-news:nth-child(2) .title-footer-2 {
  margin-bottom: 30px;
}

.footer-article .footer-news:nth-child(3) {
  width: 30%;
}

.footer-article .footer-news:nth-child(3) .d-maps iframe {
  width: 100%;
  height: 260px;
}

.footer-article .footer-news .img_footer img {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 11px;
}

.footer-article .footer-news .info-footer {
  font-family: "mlr";
  color: white;
}

.footer-article .footer-news .social-header {
  margin-top: 30px;
  list-style: none;
}

.footer-article .footer-news .title-footer-2 {
  font-family: "ib";
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 12px;
}

.footer-article .footer-news .txt_chinhsach {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.footer-article .footer-news .title-footer {
  font-family: svnb;
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  color: white;
}

.footer-article .footer-news .title-footer:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 60px;
  height: 2px;
  background: white;
}

.footer-article .footer-news .info-footer {
  font-size: 15px;
  margin-bottom: 0px;
}

.footer-article .footer-ul {
  margin-bottom: 20px;
}

.footer-powered {
  background: #ed1925;
  padding-top: 30px;
  padding-bottom: 26px;
}

.footer-powered .copyright {
  color: white;
  font-size: 15px;
}

.footer-powered .thongketruycap {
  color: white;
  font-size: 15px;
}

.name-tt {
  font-family: svnm;
  font-size: 20px;
  text-transform: capitalize;
}

.img_tieuchi img:hover {
  animation: turn-circle 3s linear infinite;
}

.a-spin-around {
  /* animation: app-logo-spin infinite 5s linear; */
}

.box_tieuchi_2:hover .tieuchi2-title {
  color: #0866ff !important;
  transition: 0.4s;
}

@keyframes app-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes turn-circle {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(30deg);
  }

  75% {
    transform: rotate(330deg);
  }

  100% {
    transform: rotate(360deg);
  }
}/* Animation keyframes */
@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;
  }
}