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

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

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

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

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

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

/* *,
*::before,
*::after {
  outline: 1px solid lime !important;
} */

.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: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: -40px;
}

.control-owl button.owl-next {
  right: -40px;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-main: #289900;
  --color-hover: #fff200;
  --menu-color: #fff;
}

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

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

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

.hover_sang3 {
  overflow: hidden;
  position: relative;
}

.hover_sang3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.hover_sang3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.hover_sang3:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.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;
  /* min-width: 1366px;
  margin: 0 auto; */
}

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);
  padding-bottom: 0px;
}

.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: -128px;
  position: relative;
  overflow: hidden;
}

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

.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;
  display: none;
}

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

.menu .ulmn>li>a:hover {
  color: var(--color-hover);
  transition: 0.4s;
  border: 1px solid #ffca00;
  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: #fff;
  font-family: 'gb';
  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: #014da0;
  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;
  display: none;
}

.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 */
.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: 'gb';
  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: 'gr';
  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: 'gb';
  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: 53%;
  text-align: right;
}

.grid-pro-detail .right-pro-detail {
  =: calc((100% - 30px) / 2);
  width: 44%;
  position: sticky;
  top: 69px;
  box-shadow: 0 0 5px #7c7a7a42;
  padding: 14px;
}

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

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

.footer-article {
  padding: 70px 0px 0px;
  background: url(../images/bg_footer.png) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}

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

.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: 0px;
  list-style: none;
  justify-content: center;
  margin-bottom: 0px;
}

.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: 'gb';
  font-size: 16px;
  margin-bottom: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: white;
}

.footer-article .footer-news .info-footer {
  font-size: 15px;
  margin-bottom: 0px;
  !i;
  !;
  font-family: 'gr';
  color: white;
}

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

.footer-powered {
  /* background: var(--color-main); */
  /* margin-top: 70px; */
  /* clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%); */
  /* padding: 30px 0px; */
  border-bottom: 4px solid var(--color-main);
}

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

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

.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-main);
  padding: 3px 5px;
  border-radius: 5px;
  font-family: 'gr';
  font-size: 13px;
  color: white;
  text-transform: capitalize;
}

.flex_news_info {
  gap: 13px;
  font-family: 'gr';
  margin-bottom: 15px;
}

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

.desc_news {
  font-family: 'gr';
  margin-bottom: 10px;
  font-size: 15px;
  text-align: justify;
}

.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: 'gr';
  font-size: 15px;
  text-transform: capitalize;
  color: var(--color-main);
}

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

.left_menu {
  width: 35%;
}

.right_menu {
  width: 35%;
}

.wrap_criteria {
  background: url(../images/bg_tieuchi.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 60px 0px;
  overflow: hidden;
}

.list_criteria {
  background: white;
  padding: 45px;
  border-radius: 20px;
  border: 1px solid #289900;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tieuchi-item .img-item {
  height: 85px;
}

.tieuchi-title {
  font-family: gb;
  color: var(--color-main);
  font-size: 16px;
  margin-bottom: 10px !important;
}

.tieuchi-desc {
  margin-bottom: 0px;
}

.all_title_product {
  text-align: center;
}

.wrap_product {
  padding: 50px 0px;
  overflow: hidden;
}

.title_pronb_index {
  font-size: 32px;
  text-transform: uppercase;
  font-family: ub;
}

.title_pronb_index {
  margin-bottom: 0px;
}

.all_title_product {
  margin-bottom: 40px;
}

.product-item {
  border: 1px solid var(--color-main);
  border-radius: 10px;
}

.product-item .scale-img {
  border-radius: 10px 10px 0px 0px;
}

.product-item .img-item {
  margin-bottom: 10px;
}

.product-info {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.btn_contact a {
  text-transform: capitalize;
  padding: 5px 26px;
  background: var(--color-main);
  color: white;
  border-radius: 50px;
  display: inline-block;
}

.btn_contact a {
  text-transform: capitalize;
  padding: 5px 26px;
  background: var(--color-main);
  color: white;
  border-radius: 50px;
  display: inline-block;
}

.btn_contact {
  margin-top: 10px;
}

.wrap-introduce {
  padding: 50px 0px;
  background: url(../images/bg_intro.png) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}

.border_img img {
  border-radius: 20px;
  border: 5px solid var(--color-main);
}

.left-i {
  position: relative;
}

.image1 {
  position: absolute;
  left: 68px;
  bottom: -104px;
}

.tieuchi-item {
  position: relative;
}

.tieuchi-item:before {
  position: absolute;
  content: "";
  right: -11px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: var(--color-main);
}

.text-animte {
  font-family: svn;
  font-size: 30px;
  margin-bottom: 0px;
}

.text-animte2 {
  font-family: bb;
  font-size: 35px;
  margin-bottom: 0px;
  color: var(--color-main);
}

.title-i span {
  font-family: "ub";
  color: #c60303;
  text-transform: uppercase;
  font-size: 35px;
}

.desc-i {
  font-family: gr;
  font-size: 15px;
}

.see-more {
  background: white;
  padding: 5px 25px;
  border-radius: 50px;
  font-family: "gr";
  font-size: 15px;
  text-transform: capitalize;
  color: var(--color-main);
  margin-right: 5px;
}

.btn_more_intro_index {
  display: inline-block;
  background: var(--color-main);
  padding: 8px 15px 8px 5px;
  border-radius: 50px;
}

.btn_more_intro_index i {
  color: white;
}

.img_pro_list img {
  height: 280px;
  object-fit: cover;
}

.wrap_pro_list {
  padding: 60px 0px;
  overflow: hidden;
  text-align: center;
}

.title_pro_list {
  font-family: 'ub';
  font-size: 32px;
  color: var(--color-main);
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
  padding-top: 10px;
}

.title_pro_list::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url(../images/image2.png) no-repeat top center;
  background-size: 100% 100%;
  width: 65px;
  height: 45px;

}

.desc_title_index {
  font-family: 'gr';
  font-size: 15px;
  text-align: justify;
  line-height: 30px;
  margin-bottom: 15px;
}

.img_pro_list .scale-img {
  border-radius: 50px;
}

.pd_40 {
  padding: 0 40px;
}

.mg_40 {
  margin: 0 -40px;
}

.all_title_index {
  margin-bottom: 10px;
}

.img_pro_list {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.img_pro_list::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/image3.png) no-repeat top center;
  background-size: 100% 100%;
  width: 104px;
  height: 104px;
  z-index: 2;
  pointer-events: none;
}

.all_txt_img_pro_list {
  margin-bottom: 45px;
}

.wrap_tieuchi2 {
  background: url(../images/bg_tieuchi2.png) no-repeat top center;
  background-size: cover;
  padding: 60px 0px;
  overflow: hidden;
}

.title_tieuchi2 {
  font-family: 'ub';
  color: white;
  font-size: 32px;
  text-transform: uppercase;
}

.all_title_tieuchi2 {
  text-align: center;
  margin-bottom: 40px;
}

.box_tieuchi2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.img_tieuchi2 {
  width: 32%;
}

.all_txt_tieuchi2 {
  width: 68%;
  font-family: 'gb';
  font-size: 15px;
  color: white;
}

.name_tieuchi2 {
  margin-bottom: 0px;
}

.wrap_dichvu {
  background: url(../images/bg_tieuchi.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 30px 0px;
}

.all_txt_service {
  padding: 15px 0px;
}

.name_txt_service {
  text-transform: uppercase;
  font-family: 'gb';
  font-size: 17px;
  text-align: center;
  margin-bottom: 8px;
}

.desc_txt_service {
  text-align: center;
  font-family: 'gr';
  font-size: 15px;
}

.wrap_duan {
  padding: 50px 0px;
  overflow: hidden;
}

.khnb-item {
  padding: 0 6px;
}

.product__slider-detail {
  margin: 0 -6px;
}

.mg_10 {
  margin: 0 -10px;
}

.pd_10 {
  padding: 0 10px;
}

.khnb-item h3 {
  font-family: 'gb';
  font-size: 19px;
  color: var(--color-main);
  padding: 15px 0px;
  position: relative;
  z-index: 1;
}

.khnb-item h3::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgb(40, 153, 0);
  background: linear-gradient(100deg, rgba(40, 153, 0, 1) 0%, rgba(40, 153, 0, 0) 100%);
  width: 57px;
  height: 57px;
  z-index: -1;
}

.desc_item2 {
  font-family: 'gr';
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 16px;
}

.khnb-item {
  margin-bottom: 30px;
}

.img_mask_feedback img {
  -webkit-mask-image: url(../images/image4.png);
  mask-image: url(../images/image4.png);
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.wrap_feedback {
  background: url(../images/bg_feedback.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 55px 0px;
  overflow: hidden;
}

.title_feedback_1 {
  font-family: 'ub';
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.img5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.content_feedback {
  font-family: 'gr';
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

.name_feedback {
  font-family: 'ub';
  font-size: 24px;
  color: var(--color-main);
  margin-bottom: 0px;
}

.desc_feedback {
  font-family: 'gr';
  font-size: 15px;
}

.all_txt_row {
  align-items: end;
}

.pd_50 {
  padding: 0 50px;
}

.mg_50 {
  margin: 0 -50px;
}

.left_txt_feedback {
  position: relative;
  z-index: 0;
}

.left_txt_feedback::before {
  position: absolute;
  content: '';
  right: 0;
  background: url(../images/image6.png);
  background-size: 100% 100%;
  width: 194px;
  height: 91px;
  background-size: 100% 100%;
  bottom: 0;
  z-index: 1;
}

.all_row {
  justify-content: end;
}

.bg_contact {
  background: url(../images/bg_contact.png);
  background-size: 100% 100%;
  padding: 50px 0px;
  overflow: hidden;
}

.all_form_contact {
  background: var(--color-main);
  padding: 50px 25px;
  border-radius: 5px;
}

.title_contact_1 {
  font-family: 'ub';
  font-size: 27px;
  color: white;
  text-transform: uppercase;
}

.label_contact {
  font-family: 'gr';
  font-size: 15px;
  color: white;
  margin-bottom: 5px;
}

.newsletter-input input {
  background: unset;
  color: white;
}

.newsletter-input input::placeholder {
  color: white;
}

.newsletter-input textarea {
  height: 100px;
  background: unset;
  color: white;
}

.newsletter-input textarea::placeholder {
  color: white;
}

.btn_send_newsletter {
  width: 126px;
  margin: 0 auto;
}

.newsletter-button {
  text-align: center;
}

.newsletter-button input {
  background: white;
  border-color: var(--color-main);
  color: var(--color-main);
  font-family: 'gb';
  font-size: 15px;
  text-transform: uppercase;
}

.name_news {
  font-family: 'gb';
  font-size: 17px;
  margin-bottom: 10px;
}

.img_news_first {
  margin-bottom: 10px;
}

.date_news {
  font-size: 15px;
  font-family: 'gr';
  color: var(--color-main);
  margin-bottom: 10px;
}

.date_news i {
  margin-right: 10px;
}

.btn_more_views a {
  display: inline-block;
  background: var(--color-main);
  color: white;
  font-family: 'gr';
  padding: 7px 25px;
  border-radius: 50px;
}

.wrap_news {
  padding: 60px 0px;
  overflow: hidden;
}

.mg_9 {
  margin: 0 -9px;
}

.pd_9 {
  padding: 0 9px;
}

.box_news_hot {
  padding: 0 7px;
  margin-bottom: 10px;
}

.slick-news2 {
  margin: 0 -7px;
}

.img_news_hot {
  margin-bottom: 10px;
}

.txt_news_hot a {
  font-family: 'gb';
  font-size: 15px;
  text-transform: uppercase;
}

.logo-footer {
  margin-bottom: 20px;
}

.info-footer {}

.title_mxh_footer {
  font-family: 'gr';
  color: white;
  text-transform: uppercase;
  margin-right: 20px;
}

.flex_mxh_footer {
  margin-top: 20px !important;
}


.footer-ul h4 {
  font-family: 'gr';
  font-size: 14px;
  color: white;
  margin-bottom: 10px !important;
  display: inline-block;
}

.title_worktime1 {
  font-family: 'gb';
  font-size: 25px;
  color: white;
}

.title_worktime2 {
  font-family: 'gr';
  font-size: 15px;
}

.list_tukhoa a {
  display: block;
  color: white;
  font-family: 'gr';
  border: 1px solid #ffffff7a;
  text-align: center;
  margin-bottom: 7px;
  padding: 7px;
  border-radius: 5px;
}

.footer-powered .wrap-content {
  background: var(--color-main);
  margin-top: 70px;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
  padding: 30px 70px;
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
}

.video-main {
  position: relative;
}

.video-main iframe {
  00%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920/965;
}

.fix_head .menu {
  background: #0000008c;
  padding: 10px 0px;
}

.fix_head .menu img {
  width: 110px !important;
}

.logo_mmenu img {
  width: 85px;
}

.menu.menu2 {
  background: rgb(9, 9, 9);
  background: linear-gradient(0deg, rgba(9, 9, 9, 1) 0%, rgba(0, 0, 0, 0.41780462184873945) 100%);
}

.video-main {
  position: relative;
}

.video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920/965;
}

.content-text {
  text-align: left;
}

.tabs-pro-detail {
  padding-top: 35px;
}

.left-pro-detail .nav-tabs {
  border-bottom: unset;
  gap: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 1px solid;
  border-radius: 5px;
  background: var(--color-main);
  border-color: var(--color-main);
  color: white;
}

.nav-tabs .nav-link {
  background: var(--color-main);
  border-color: var(--color-main);
  color: white;
  border: 1px solid;
  border-radius: 5px;
  margin-bottom: unset;
}

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

.box-info-detail .box-left {
  width: 40%;
}

.box-info-detail .box-right {
  width: 54%;
}

.ul-detail li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
}

.ul-detail li .icon {
  width: 20%;
  color: var(--color-main);
  display: block;
  font-size: 22px;
  margin-right: 10px;
}

.ul-detail li .content {
  width: 90%;
}

.ul-detail li .content .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
}

.box-info-detail .box-left>.title,
.box-info-detail .box-right>.title {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 700;
}

.info-right .ul-detail {
  display: flex;
  justify-content: space-between;
}

.info-right {
  margin-top: 20px;
}

.btn-pro-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-pro-contact a {
  display: inline-flex;
  background: #1182fc;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  padding: 8px 30px;
  font-size: 20px;
  transition: 0.2s all;
  font-weight: 700;
  width: 49%;
}

.btn-pro-contact a:nth-child(1) {
  background: red;
}

.btn-pro-contact a i img {
  max-height: 30px !important;
}

.video-main video {
  aspect-ratio: 1920/965;
  object-fit: cover;
}

.box_tieuchi2 img {
  transition: all 0.9s ease 0s;
}

.box_tieuchi2:hover img {
  transition: all 0.7s ease 0s;
  transform: rotateY(180deg);
  text-decoration: none;
}

/* 
.video-main {
  height: 965px;
} */
.wrap_pro_list .btn_more_intro_index {
  margin: 0 auto;
}

.list_product {
  position: relative;
}

.album__expand {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 10px;
  border: 1px solid white;
  background: #00000099;
  opacity: 0;
}

.album__expand i {
  font-size: 35px;
  color: white;
}

.album .album__image {
  margin-bottom: 0rem;
  position: relative;
}

.album:hover .album__expand {
  opacity: 1;
}

.album .album__name {
  margin-bottom: 0px;
  text-align: center;
}

.album .album__name {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-bottom: 0px;
}