/* *,
*::before,
*::after {
  outline: 1px solid lime !important;
} */
@font-face {
  font-family: "mr";
  src: url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "ml";
  src: url("../fonts/Montserrat-Light.woff") format("woff"),
    url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "msb";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-main: #ffffff;
  --color-hover: #329a1f;
  --menu-color: #fff;
}

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

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

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

.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: var(--color-main);
  margin-bottom: 10px;
}

.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: 1812/750;
}

/* 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::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50px;
  right: -20px;
}

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

.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 {
  border-color: #ffca00;
  color: var(--color-hover);
}

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

.menu ul>li>a {
  position: relative;
  display: block;
  color: #000000;
  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-hover);
}

.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: #ffffff;
  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: #033c8e;
  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;
  background: #f8f8f8;
  border-radius: 50%;
}

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

.search-res .icon-search.active {
  color: #fff;
  background: var(--color-hover);
  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-hover);
  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-hover);
  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-hover);
}

/* 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: #329a1f;
}

/* 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 */
.product-quick-view {
  cursor: pointer;
  text-align: center;
}

.product-quick-view:hover {
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
}

.product-quick-view svg {
  margin-right: 5px;
}

.product-quick-view span {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
}

.title-detail h1 {
  font-family: 'msb';
  text-transform: uppercase;
  color: #329a1f;
}

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

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

.grid-product {
  display: grid;
  grid-template-columns: repeat(3, 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: 'msb';
  font-size: 30px;
  color: #329a1f;
  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: "msb";
  font-size: 30px;
  color: #329a1f;
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
}

/* product detail */
.title-main span {
  margin-top: 10px;
  font-weight: bold;
  font-size: 30px;
  color: #329a1f;
}

.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;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #000;
  margin-right: 20px;
  border-radius: 15px;
  font-weight: 500;
}
.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;
  border: none;
  font-weight: 700;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 15px;
  font-weight: bold;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  border: 1px solid #000;
  color: #000;
}
.cart-pro-detail a.addnow:hover {
  background-color: #5172fd;
  color: #fff;
  border-color: #5172fd;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: #5172fd;
  color: #fff;
}
.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;
}

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

.footer-article {
  padding: 70px 0px;
  background: rgb(53, 154, 70);
  background: linear-gradient(180deg, rgba(53, 154, 70, 1) 0%, rgba(18, 52, 24, 1) 100%);
  color: white;
}

.footer-article .footer-news:nth-child(1) {
  width: 24%;
}

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

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

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

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

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

.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: "msb";
  font-size: 16px;
  margin-bottom: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

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

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

.footer-powered {
  background: var(--color-hover);
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

.menu_header {
  width: 75%;
}

.wrap-slide img {
  border-radius: 50px;
}

.wrap-slide {
  padding: 0px 54px;
}

.mg_6 {
  margin: 0 -6px;
}

.pd_6 {
  padding: 0 6px;
}

.img_intro1 {
  margin-bottom: 12px;
}

.img_intro3 img {
  height: 100%;
  object-fit: cover;
}

.wrap_intro {
  padding: 54px 0px;
}

.img_intro3 {
  height: 100%;
}

.img_intro2.scale-img {
  border-radius: 40px;
}

.img_intro3.scale-img {
  border-radius: 40px;
}

.img_intro1.scale-img {
  border-radius: 40px;
}

.txt_intro {
  position: absolute;
  width: 510px;
  right: 0;
  text-align: justify;
  top: 60px;
  background: #ffffffbf;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.row_intro {
  position: relative;
}

.name_intro {
  font-family: "msb";
  font-size: 45px;
  color: #033c8e;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.name_intro2 {
  font-family: mm;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--color-hover);
}

.desc_intro {
  font-family: mr;
  font-size: 15px;
  margin-bottom: 50px;
}

.btn_more_intro span {
  font-family: "mm";
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 80px;
  position: relative;
}

.btn_more_intro {
  padding-left: 165px;
}

.btn_more_intro span:before {
  position: absolute;
  content: "";
  left: -73px;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--color-hover);
  margin: auto;
}

.name_quytrinh {
  font-size: 30px;
  font-family: "mm";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.name_quytrinh2 {
  font-size: 17px;
  font-family: "mm";
  text-transform: uppercase;
}

.desc_quytrinh {
  font-family: "mr";
  font-size: 15px;
  text-align: justify;
}

.all_quytrinh .img_quytrinh {
  text-align: center;
  border: 3px solid #9bcc1b;
  display: inline-block;
  border-radius: 50%;
}

.wrap_quytrinh {
  padding: 20px 0px;
  height: 650px;
}

.all_quytrinh {
  position: relative;
  width: 100%;
  height: 100%;
}

.box_quytrinh1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
}

.box_quytrinh2 {
  position: absolute;
  left: 40px;
  top: 130px;
}

.box_quytrinh3 {
  position: absolute;
  right: 40px;
  top: 130px;
}

.box_quytrinh4 {
  position: absolute;
  top: 320px;
  left: 95px;
}

.box_quytrinh5 {
  position: absolute;
  top: 320px;
  right: 95px;
}

.img_quytrinh2 {
  position: absolute;
  top: 190px;
  left: 235px;
  border-radius: 50%;
}

.img_quytrinh2 img {
  border-radius: 50%;
  width: 120px;
}

.all_quytrinh::before {
  position: absolute;
  content: "";
  left: 95px;
  top: 55px;
  width: 410px;
  height: 410px;
  border: 5px solid #9bcc1b;
  border-radius: 50%;
}

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

.name_quytrinh_hover {
  margin-bottom: 0px;
  font-family: "msb";
  color: #0128b1;
  font-size: 20px;
  text-transform: uppercase;
}

.desc_quytrinh_hover {
  margin-bottom: 0px;
  font-family: "mm";
  font-size: 17px;
  text-transform: uppercase;
}

.all_txt_hover {
  padding-top: 85px;
}

.flex_quytrinh {
  justify-content: center;
}

.all_txt_hover {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.all_txt_hover.show {
  opacity: 1;
}

.run-zaccordion .frame {
  background-color: #000;
}

.run-zaccordion .frame-closed img {
  opacity: 0.4;
}

.run-zaccordion .frame-open img {
  opacity: 0.4;
  position: relative;
}

.run-zaccordion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.run-zaccordion li {
  position: relative;
}

.title-zaccordion {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 20px;
  bottom: 20px;
  font-family: "mm";
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: mixed;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-line-clamp: 1;
}

.desc-zaccordion {
  position: absolute;
  opacity: 0;
  top: 10%;
  left: 8%;
  right: 9%;
  color: #fff;
  padding: 22px;
  font-size: 24px;
  font-family: msb;
  text-transform: uppercase;
}

.desc-zaccordion::before {
  position: absolute;
  content: "";
  right: 0%;
  top: 0;
  margin: auto;
  bottom: 0;
  background: url(../images/image8.png) no-repeat top center;
  width: 42px;
  height: 42px;
  transform: rotate(180deg);
}

.box_pro_cat {
  position: absolute;
  opacity: 0;
  top: 18%;
  left: 18%;
  right: 9%;
  color: #fff;
  padding: 22px;
  font-size: 24px;
  font-family: msb;
  text-transform: uppercase;
}

.box_pro_cat a {
  display: block;
  font-family: mr;
  font-size: 17px;
  margin-bottom: 10px;
}

.desc-zaccordion span {
  -webkit-line-clamp: 3;
}

.run-zaccordion li.frame-open .title-zaccordion {
  left: unset;
  right: 10px;
  opacity: 0;
}

.title-zaccordion::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  background: url(../images/image8.png) no-repeat top center;
  width: 42px;
  height: 42px;
  transform: rotate(180deg);
}

.owl-page .title-zaccordion {
  writing-mode: unset;
  top: unset;
  bottom: 10px;
  left: 15px;
  right: 15px;
  font-size: 15px;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.owl-page .desc-zaccordion {
  opacity: 0;
  left: 15px;
  right: 15px;
  padding: 6px 12px;
  font-size: 12px;
}

.run-zaccordion {
  border-radius: 20px;
}

.title_product_index {
  text-align: center;
}

.title_product {
  font-family: "mm";
  font-size: 22px;
  text-transform: uppercase;
  color: var(--color-hover);
  margin-bottom: 0px;
}

.title_product .color2 {
  color: #033c8e;
}

.title_product2 {
  font-family: "mm";
  font-size: 37px;
  text-transform: capitalize;
}

.wrap-choose-us {
  padding: 50px 0px;
  background: white;
}

.wrap_service {
  background: #ffffff;
  padding: 60px 0px 95px;
  position: relative;
  overflow: hidden;
}

.desc_service_index {
  width: 940px;
  margin: 0 auto;
  text-align: center;
  font-family: "mr";
  font-size: 15px;
  margin-bottom: 50px;
}

.img_service img {
  border-radius: 30px;
}

.txt_service {
  position: relative;
  width: 535px;
  height: 420px;
  background: white;
  padding: 20px 50px;
  border-radius: 30px;
  z-index: 9;
}

.number_service {
  font-family: "msb";
  font-size: 100px;
  color: #329a1f40;
  line-height: 102px;
  height: 102px;
}

.name_service {
  font-family: "mm";
  font-size: 30px;
}

.desc_service {
  font-family: "mr";
  font-size: 15px;
  line-height: 25px;
}

.all_wrap_dichvu {
  position: relative;
}

.left_service {
  width: 50%;
  position: relative;
  z-index: 1;
}

.flex_service {
  width: 100%;
  position: relative;
}

.right_service {
  width: calc(50% + 70px);
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: calc(100% - 50px);
}

.back-arrow {
  width: 56px;
  position: absolute;
  height: 56px;
  left: 10%;
  bottom: 15%;
  z-index: 2;
  transform: rotate(180deg);
}

.go-arrow {
  width: 56px;
  position: absolute;
  height: 56px;
  z-index: 2;
  left: 20%;
  bottom: 15%;
}

.img_after_service {
  position: absolute;
  bottom: 125px;
  right: -30px;
  z-index: 10;
}

.img_after_service2 {
  position: absolute;
  right: -45px;
  bottom: -30px;
  z-index: 11;
}

.img_after_service3 {
  position: absolute;
  right: 75px;
  bottom: 0;
  z-index: 10;
}

.all_box_service_index_2 {
  z-index: 9;
}

.wrap_partner {
  background: #f8f8f8;
  padding: 70px 0px;
}

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

.txt_partner_1 {
  width: 380px;
  font-family: "mm";
  font-size: 37px;
  text-transform: uppercase;
  color: var(--color-hover);
  margin: 0 auto;
  margin-left: 240px;
}

.txt_partner_2 {
  font-family: "mr";
  font-size: 37px;
  text-transform: uppercase;
  color: var(--color-hover);
  margin: 0 auto;
  margin-left: 240px;
}

.box_partner {
  padding: 0 7px;
  margin-bottom: 12px;
}

.autoplay-row-2 {
  margin: 0 -7px;
}

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

.wrap_thanhtuu {
  background: url(../images/bg_number.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 85px 0px;
}

.title_thanhtuu1 {
  font-family: "mm";
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}

.title_thanhtuu2 {
  font-family: "msb";
  color: white;
  font-size: 40px;
  text-transform: capitalize;
}

.title_thanhtuu2 .txt_2 {
  font-family: ml;
}

.flex_thanhtuu {
  font-family: "mm";
  font-size: 90px;
  color: white;
  text-align: center;
  line-height: 90px;
  height: 90px;
}

.name_thanhtuu {
  font-family: "ml";
  font-size: 25px;
  color: white;
  text-align: center;
}

.all_title_thanhtuu {
  margin-bottom: 45px;
}

.banner_thanhtuu {
  position: relative;
  z-index: 1;
}

.banner_thanhtuu::before {
  position: absolute;
  content: "";
  left: -35px;
  top: 0;
  background: url(../images/image10.png) no-repeat top center;
  background-size: 100% 100%;
  width: 530px;
  height: 403px;
  z-index: -1;
}
.list_thanhvien .slick-arrow ,.slick-donghanh-doitac .slick-arrow{display: none !important;}
.box_thanhvien {
  padding: 0 12px;
  box-shadow: 0 0 4px #bbb5b5;
  margin: 10px 10px;
}

.slick-thanh-vien {
  margin: 0 -12px;
}

.img_thanhvien .scale-img {
  border-radius: 20px;
}

.txt_thanhvien {
  margin: 0 auto;
  text-align: left;
  padding: 15px 0;
}

.img_thanhvien {
  margin: 5px auto;
  background: #064240;
  width: 100%;
  height: 230px;
  position: relative;
  margin-bottom: 15px;
}
.img_thanhvien img{
  margin: 0 auto;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 9999;
}

.desc_thanhvien {
  font-family: "mr";
  font-size: 15px;
  margin-bottom: 0px;
}
.department_thanhvien{
  font-family: mm;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 auto;
}
.name_thanhvien {
  font-family: mm;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  word-spacing: 9999px; /* Ép chữ thứ 2 xuống dòng */
  padding: 10px;
}
.txt_thanhviensilogo{margin: 0 auto;text-align: right;}
.txt_thanhviensilogo img{display: inline;}
.txt_thanhvien{
  min-height: 82px;
}

.thanh-vien-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.thanh-vien-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.box_thanhvien {
  width: 300px; /* Điều chỉnh theo kích thước mong muốn */
}
.thanhviensanglap .box_thanhvien1 {
  padding: 0 12px;
  box-shadow: 0 0 4px #bbb5b5;
  margin: 10px 0px;
}
.name_donghanh-doitac{
  font-family: mm;
  font-size: 18px;
  text-transform: capitalize;
}

.wrap_donghanhpartner{
  margin: 30px auto;
  margin-bottom: 0;
}
.wrap_thanhvien {
  padding: 65px 0px 0px 0px;
}
.main-list-doitac{
  margin: 30px auto;
}
.box-donghanh-doitac{
  margin: 10px auto;
  padding: 20px;
  border-radius: 10px;
  background: #EBF5E9;
}
.box-donghanh-doitac .img_thanhvien{
  margin-bottom: 0;
}
.slick-bannerpartner .go-arrow-2 ,.slick-bannerpartner .back-arrow-2{
  top: 40%;
}
.box-donghanh-doitac .txt_thanhvien {
  text-align: left;

}
.name_thanhvien:hover {
  color: #329a1f;
  transition: 0.4s;
}

.wrap_news_question {
  background: #f4f4f4;
  padding: 70px 0px;
}

.txt_title_news {
  font-family: "mm";
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.back-arrow-2 {
  position: absolute;
  top: 30%;
  right: 10px;
  z-index: 9;
  cursor: pointer;
}

.go-arrow-2 {
  position: absolute;
  top: 30%;
  left: 10px;
  z-index: 9;
  transform: rotate(180deg);
  cursor: pointer;
}

.all_box_news_index {
  background: white;
  border-radius: 20px;
}

.box_news_index {
  padding: 0 12px;
}

.slick-news {
  margin: 0 -12px;
}

.info-tt {}

.all_txt_news_index {
  padding: 20px 15px 15px;
}

.color_news_index {
  background: var(--color-hover);
  padding: 3px 5px;
  border-radius: 5px;
  font-family: "ml";
  font-size: 12px;
  color: white;
  text-transform: capitalize;
}

.flex_news_info {
  gap: 13px;
  font-family: "mr";
  margin-bottom: 15px;
}

.all_txt_news_index .name-tt {
  font-family: "mm";
  font-size: 15px;
  min-height: 36px;
}

.desc_news {
  font-family: "mr";
  margin-bottom: 10px;
}

.img_news_index .scale-img {
  border-radius: 20px 20px 0px 0px;
}

.pd_12 {
  padding: 0 12px;
}

.mg_12 {
  margin: 0 12px;
}

.btn_more_view_news {
  border-top: 1px solid #e3e3e3;
  padding-top: 12px;
}

.btn_more_view_news a {
  font-family: "mm";
  font-size: 15px;
  text-transform: capitalize;
  color: var(--color-hover);
}

.box_news_accordion h3 {
  font-family: "mm";
  font-size: 16px !important;
  color: black;
}

.box_news_accordion .accordion-flush .accordion-item .accordion-button {
  background: white;
  border-bottom: unset;
  box-shadow: unset;
  padding-bottom: 10px;
  border-radius: 10px;
}

.box_news_accordion .accordion-body {
  font-family: "mr";
  padding-top: 0px;
}

.box_news_accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  padding-bottom: 10px;
}

.box_news_accordion .accordion-flush .accordion-item {
  margin-bottom: 12px;
  border: unset;
  border-radius: 10px;
}

.logo_footer {
  text-align: center;
}

.footer-ul a {
  font-family: "mr";
  font-size: 15px;
}

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

.mg_4 {
  margin: 0 -4px;
}

.pd_4 {
  padding: 0 4px;
}

.mh_f_ft {
  min-height: 75px !important;
}

.btn_send_newsletter {
  width: 100%;
  background: #033c8e;
  border-color: #033c8e;
  text-transform: uppercase;
}

.logo_mmenu img {
  width: 140px !important;
}

.gd_pc {
  display: block;
}

.gd_mb {
  display: none;
}

.tieude {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 10px 0;
  position: relative;
  color: #fff;
  background-color: #033c8e;
  text-align: center;
  font-family: 'msb';
}

.danhmuc ul li {
  position: relative;
}

.danhmuc ul li a {
  color: #252a2b;
  position: relative;
  font-size: 14px;
  display: block;
  padding: 8px 0 8px 0px;
  border-bottom: 1px solid #e7e7e7;
}

.danhmuc ul li:last-child a {
  border-bottom: none;
}

.danhmuc ul li a:hover,
.danhmuc ul li:hover>a,
.danhmuc ul li.has-submenu.opened>a {
  color: #0066ac;
}

.danhmuc>ul>li.has-submenu>a {
  text-transform: capitalize;
}

.danhmuc ul>li.has-submenu>a.acap {
  padding-right: 30px;
}

.danhmuc ul>li.has-submenu>ul li {
  padding-left: 10px;
}

.danhmuc ul>li>a,
.danhmuc ul>li>a {
  padding: 10px 0 8px 0;
  font-size: 14px;
  font-family: 'mm';
}

.danhmuc ul li ul {
  display: none;
  border-bottom: 1px solid #e7e7e7;
}

.danhmuc ul>li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 7px;
  margin: auto;
  border: 1px solid transparent;
  z-index: 5;
}

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

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

.danhmuc ul>li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid #e7e7e7;
}

li.has-submenu.opened>.icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0);
}

.danhmuc {
  padding: 0 10px 0px 10px;
}


.danhmuc.danhmuc1 ul {
  padding-left: 0px;
  list-style: none;
}

.danhmucct {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

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

.box_changelang {
  position: relative;
  align-items: center;
  height: 35px;
  color: #fff;
}

.box_changelang .lang_current {
  align-items: center;
  height: 35px;
  display: flex;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.box_changelang .lang_txt {
  font-size: 15px;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.box_changelang .box_solang {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  width: 60px;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
  display: none;
  z-index: 999;
}

.box_changelang .box_solang a {
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}

.box_changelang .box_solang a:hover {
  color: #f00;
}

.box_so {
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: -6px;
  margin-left: 5px;
  cursor: pointer;
}

.goog-te-banner-frame {
  display: none;
}

.img-banner-slide img {
  border-radius: 15px;
}

.content-footer-logo {
  margin-top: 20px;
}

.box-txt-banner-slider {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  z-index: 9;
  color: white;
}

.img-banner-slide a:before {
  content: '';
  position: absolute;
  background: #0000005c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px;
}

.img-banner-slide {
  z-index: 2;
}

.img-banner-slide a {
  position: relative;
  display: block;
}

.name-banner-slider {
  font-family: 'mm';
  font-size: 20px;
}

.desc-banner-slider {
  font-family: 'ml';
  font-size: 15px;
}
.title-detail-question {margin: 30px auto;text-align: center;}
.title-detail-question h1{

  font-family: 'msb';
  text-transform: uppercase;
  color: #329a1f;
  font-size: 25px;

}
.main-cauhoi-box{margin: 0 auto;max-width: 800px;}
.title-question-name{margin: 15px auto;}
.name-question-nb{
  font-family: 'msb';
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}
.cauhoi-box {
margin: 0 auto;
position: relative;
}
.cauhoi-box .title-main span{font-size: 20px;}
.cauhoi-box ul {
  list-style: none; /* Xóa bullet */
  margin: 0;
  padding: 0;
}

.cauhoi-box ul li {
  display: block; /* Sử dụng Flexbox */
  justify-content: space-between; /* Đẩy tiêu đề và icon ra hai bên */
  align-items: center; /* Căn giữa theo chiều dọc */
  padding: 10px; /* Khoảng cách bên trong */
  border-top: 1px solid #ddd; /* Đường viền dưới */
  transition: background-color 0.3s, transform 0.2s; /* Hiệu ứng hover */
}


.cauhoi-box ul li:last-child {
  border-bottom: 1px solid #ddd; /* Đường viền dưới */
}

.cauhoi-box ul li a {
  display: flex;
   justify-content: space-between;
   align-items: center;
  text-decoration: none; /* Xóa gạch chân */
  color: #333333; /* Màu chữ */
  font-weight: 500; /* Đậm vừa phải */
  font-size: 18px;
  flex-grow: 1; /* Để tiêu đề chiếm toàn bộ không gian */
  text-align: left; /* Căn chữ sát bên trái */
}
.cauhoi-box ul li a:hover{
  color: #DC2129;
} 

.cauhoi-box ul li i.i-arrow {
  font-size: 15px; /* Kích thước icon */
  color: #333333; /* Màu icon */
  margin-left: auto; /* Đẩy icon sát bên phải */
  text-align: right;
  font-weight: normal;
}
.i-box{
  padding-right: 15px;
}
.cauhoi-arrow-down.active {
   color: red; /* Đổi màu chữ của tiêu đề khi được click */
}
.cauhoi-box .accordion-inner {
   display: none;
   padding: 1em 2.3em;
   font-size: 15px;
}

/* Thanh cuộn đẹp */
.cauhoi-box::-webkit-scrollbar {
  width: 8px; /* Độ rộng của thanh cuộn */
}

.cauhoi-box::-webkit-scrollbar-thumb {
  background-color: #007bff; /* Màu của thanh cuộn */
  border-radius: 4px; /* Bo góc thanh cuộn */
}

.cauhoi-box::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3; /* Màu khi hover */
}



.cart-head .count-cart {
	position: absolute;
	z-index: 999;
	color: #fff;
	background: #f00;
	border-radius: 50%;
	top: -10px;
	right: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  background: #4b4f56;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: #ec2d3f;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}


/* Google translate */
body {
  top: 0 !important
}

body .skiptranslate {
  display: none !important;
}

#google_language_translator {
  width: auto !important;
  display: none;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0px !important;
}

.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.glt-clear {
  height: 0px;
  clear: both;
  margin: 0px;
  padding: 0px;
}

.langCon {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 100;
}

#flags a {
  height: 20px;
  display: inline-block;
}

.lang-header img{max-height: 25px;    max-width: 30px !important;cursor: pointer;}

.invoice-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.invoice-check input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.invoice-check label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.form-check .form-check-input {
  float: left;
  margin-left: 0;
}



.box_cart{
	position: relative;
    top: 18px;
    left: 5px;
}

.product__buttons {
    display: flex;
    align-content: center;
    justify-content:space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product__buttons a,
.product__buttons button {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 30px;
    border: 1px solid #E91916;
    font-size: 13px;
	cursor: pointer;
}
.btn__prohotline {
    background: #E91916;
    color: #fff;
}
.btn__prohotline:hover {
    background: #d54745;
	color: #fff;
}
.btn__prodetail {
    background: #fff;
    color: #4E4E4E;
}

