@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "OSemiBold";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OBold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ORegular";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OExtraBold";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTM";
  src: url("../fonts/UTMHelvetIns.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-main: #157ac0;
  --color-social: #157ac0;
  --color-hover: #ff0000;
  --color-text: #464646;
  --color-linear: linear-gradient(
    90deg,
    rgba(21, 122, 192, 1) 0%,
    rgba(48, 168, 215, 1) 50%,
    rgba(21, 122, 192, 1) 100%
  );
}

.text-linear {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

  --font-regular: Arial;
}

[class*="-info"] {
  font-family: Oregular;
}

.max-width,
.wrap-content {
  width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

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

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.p-relative {
  position: relative;
}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}
.gutter-x-20 {
  --bs-gutter-x: 20px;
}
.gutter-x-5 {
  --bs-gutter-x: 5px;
}
/*   Header   */
.header {
  background: #fff;
}

.head-top {
  background: #f2f2f2;
  color: #2c2c2c;
  padding: 5px 0;
}

.head-bottom {
  padding: 13px 0;
}

.cart-head {
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
}
.cart-head:hover {
  color: #fed402;
}
.cart-head i {
  font-size: 20px;
}
.cart-head .count-cart {
  position: absolute;
  z-index: 999;
  color: #fff;
  background: #f00;
  border-radius: 50%;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}

.menu-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.menu-head a {
  color: #fff;
}
.menu-head a:hover {
  color: #fed402;
}
.line-head {
  background-color: #72b2fd;
  height: 32px;
  width: 1px;
}

/* slideshow */
.slideshow {
  position: relative;
}
/* Search */
.search {
  width: 50%;
  max-width: 410px;
  background: #fff;
  position: relative;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e7e0e0;
}
.search input {
  width: calc(100% - 66px);
  color: #8c8c8c;
  border: none;
  padding: 0 0 0 15px;
  line-height: 54px;
  height: 54px;
  border-radius: 999px;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label {
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: var(--color-linear);
  color: #fff;
  width: 66px;
  border-radius: 0 999px 999px 0;
}
.search label i {
  font-weight: bold;
  color: #999;
}

.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}
.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
  width: 100%;
  margin: 0px;
  text-align: left;
}
.box-search .price-product .price-new {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #111;
  font-size: 17px;
  margin: 0px;
  border-radius: 50%;
}

.search-res .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  border: none;
  color: var(--color-main);
  font-size: 14px;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

/* Mmenu */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.btn-close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu-mobile ul {
  padding: 0px;
}
.menu-mobile ul li {
  position: relative;
}

.menu-mobile ul li > span i {
  transition: transform 0.3s ease; /* Adjust duration and easing as needed */
}

.menu-mobile ul li a {
  display: block;
  padding-right: 30px;
  color: #333;
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-weight: normal;
}
.menu-mobile ul li a:hover {
  color: #f00;
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: #0253a4;
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-mobile ul li:hover {
  color: #f00;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: #0253a4;
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
}
.company p span {
  color: #007bff;
}
.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.head-menu img {
  max-width: 80px;
}
.search-menu {
  width: 100%;
  position: relative;
  margin: 10px 0px;
}
.search-menu input {
  width: 100%;
  background: #f5f5fa;
  border: 1px solid #f1f1f1;
  height: 40px !important;
  font-size: 13px;
}
.search-menu p {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

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

#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

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

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

.wrap-menu {
  background: var(--color-linear);
}

.wrap-menu.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: var(--color-main);
}

.wrap-menu.fix_head .menu {
  max-width: calc(100% - 330px);
  margin: 0 auto;
}

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

.menu-product-list {
  width: 100%;
  background: #fff;
}

.menu-product-list:last-child ul {
  border-radius: 0 0 10px 10px;
}

.menu-product-list ul {
  padding: 0 15px;
  margin-bottom: 0px;
  border: 1px solid #cbcbcb;
  border-top: 0;
  max-height: 190px;
  overflow-y: auto;
}

.menu-product-list ul ul {
  position: absolute;
  width: 310px;
  height: 190px;
  background: #fff;
  left: 100%;
  top: 0px;
  border: 1px solid #cbcbcb;
  overflow-y: auto;
  z-index: 999;
}

.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}
.menu-product-list ul li a {
  position: relative;
  display: block;
  color: #2c2c2c;
  font-size: 14px;
  font-family: osemibold;
  line-height: 45px;
  height: 45px;
  text-transform: capitalize;
  border-bottom: 1px dashed #cbcbcb;
}

.menu-product-list ul li ul li {
  border-bottom: 1px dashed #cbcbcb;
}

.menu-product-list ul li ul li:last-child {
  border: 0;
}

.menu-product-list ul li:last-child a {
  border: 0;
}

.menu-product-list ul li a .icon-down {
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-product-list ul ul li a span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00a3ff;
}

.menu-product-list ul li a:hover {
  color: #f00;
}

.menu-product-list ul ul li a {
  border-bottom: none;
  font-weight: bold;
}
.menu-product-list ul ul ul li a {
  font-weight: normal;
}
.menu {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: calc(100% - 330px);
}
.menu .wrap-content {
  position: relative;
}
.fix_menu {
  position: fixed !important;
  box-shadow: 0 0 1px #999;
  background: #fff;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}
.menu ul li a {
  font-size: 15px;
  font-family: obold;
  color: #fff;
  margin: 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  line-height: 35px;
  height: 35px;
  text-transform: uppercase;
  border-radius: 35px;
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
  color: var(--color-main);
  background: #fff;
  border-radius: 35px;
}

.menu ul li a.active svg path,
.menu ul li:hover > a svg path {
  fill: var(--color-main);
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-main);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}
.menu ul li ul li a:hover {
  padding-left: 40px;
}

a.cart-header {
  position: relative;
}
a.cart-header span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 11px;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
}

/* SLider */
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}
.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}

.title-main h2,
.title-detail h1 {
  font-size: 40px;
  font-family: utm;
  text-transform: uppercase;
  background: var(--color-linear);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.title-main,
.title-detail {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.title-main p {
  color: #2c2c2c;
  margin-bottom: 5px;
}

.title-main span {
}

/*  Share */
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: #fed402;
}

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

.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
  display: none;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

/* Footer */
.info-footer {
  background: url(../images/bg_footer.png) no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.title-footer {
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.info-footer .box-footer:nth-child(1) {
  width: 25%;
}
.info-footer .box-footer:nth-child(2) {
  width: 25%;
}
.info-footer .box-footer:nth-child(3) {
  width: 25%;
}
.info-footer .box-footer:nth-child(4) {
  width: 25%;
}

.footer-content {
  color: #fff;
}

.map-footer {
  position: relative;
  width: 100%;
  height: 200px;
}
.map-footer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-powered {
  padding: 10px 0px;
  background: #000000;
  color: #fff;
}

.statistic span {
  position: relative;
  padding: 0px 5px;
}

.copyright {
  color: #fff;
}

.copyright span {
    color: #F8E300;
    font-family: 'OBold';
}

.statistic {
  text-align: end;
}

/* Tags */
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}
.title-tags:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
}
.flex-tags {
  display: flex;
  gap: 5px;
}
.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
  opacity: 1;
}

/* Video */
.video-main {
  position: relative;
}
.list-video {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.img-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ff000066;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f00;
  background: #ffffffa8;
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}
.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

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

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

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}

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

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

.grid-pro-detail .left-pro-detail {
  width: 58%;
}

.grid-pro-detail .right-pro-detail {
  width: 40%;
}

.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.detail-product
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #f00;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}
.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}

.btn-closemenu::before {
  transform: rotate(45deg);
}
.btn-closemenu::after {
  transform: rotate(-45deg);
}
.btn-closemenu::before,
.btn-closemenu::after {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: #f00;
}
/* paging */
.paging-product {
  position: relative;
}
.pagination {
  margin: 20px 0px;
}
.pagination li span {
  cursor: pointer;
}

.page-link {
  border-color: var(--color-main) !important;
  color: #6c757d !important;
}

.page-item.active .page-link,
.page-item:hover .page-link {
  background: var(--color-main);
  color: #fff !important;
}

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

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

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

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

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

.attr-pro-detail {
  margin: auto;
  padding: 0;
}
.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
}
.baonoidung * {
  max-width: 100% !important;
}
.baonoidung table {
  display: block;
  overflow-y: auto;
}
div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}
div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}
div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
  background-color: #f00;
  color: #fff;
  border-color: #f00;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: #f00;
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

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

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* chinh sach */
.ul-list li {
  width: 100%;
  margin-bottom: 10px;
}

.ul-list li h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.ul-list li h4 a {
  color: #fff;
}

.ul-list li h4 a:hover {
  color: var(--color-hover);
}

/* product */
:root {
  --product-cols: 4;
  --product-gap: 20px;
  --product-fz: 18px;
  --product-ff: obold;
  --product-color: #2c2c2c;
}
.grid-Product {
  display: grid;
  grid-template-columns: repeat(var(--product-cols), 1fr);
  gap: var(--product-gap);
}
.product {
  position: relative;
  border-radius: 15px;
  box-shadow: 0 0 11px 2.2px rgb(0 0 0 / 10%);
  margin: 5px;
  overflow: hidden;
}

.product-pic {
  position: relative;
}

.product-info {
  position: relative;
  padding: 15px 0 0;
  text-align: center;
}

.product-info h3 {
  font: var(--product-fz) / 1.6 var(--product-ff);
  margin-bottom: 0;
  text-transform: uppercase;
}

.product-info h3 a {
  color: var(--product-color);
  -webkit-line-clamp: 2;
}

.product-info h3 a:hover {
  color: var(--color-hover);
}

/* news */
:root {
  --news-cols: 3;
  --news-gap: 20px;
  --news-fz: 18px;
  --news-ff: obold;
  --news-color: #2c2c2c;
}

.grid-News {
  display: grid;
  grid-template-columns: repeat(var(--news-cols), 1fr);
  gap: var(--news-gap);
}

.news {
  position: relative;
}

.news-pic {
  position: relative;
}

.news-pic:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 45px);
  background: linear-gradient(
    180deg,
    rgba(149, 204, 255, 1) 0%,
    rgba(246, 251, 255, 1) 100%
  );
  border-radius: 8px;
}

.news-pic a {
  border-radius: 8px;
  max-width: 365px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.news-info {
  position: relative;
  padding: 25px 0 0;
  text-align: center;
}

.news-info h3 {
  font: clamp(var(--news-fz), 2vw, var(--news-fz)) / 1.6 var(--news-ff);
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news-info h3 a {
  color: var(--news-color);
  -webkit-line-clamp: 2;
}

.news-info h3 a:hover {
  color: var(--color-hover);
}

.news-info span {
  font: 16px/28px var(--font-regular);
  -webkit-line-clamp: 2;
  color: #464646;
}

.news-info p {
  margin: 5px 0 0;
}

/* chinh sach other */
.list-news-other {
  padding-left: 15px;
  list-style: disc;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li:hover {
  color: var(--color-hover);
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: var(--color-hover);
}

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

.othernews b {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

/* newsletter */
.newsletter-input label {
  display: none;
}

.newsletter-input {
  width: calc(100% - 125px);
}

.newsletter-input input,
.newsletter-input textarea {
  line-height: 45px;
  border: 0;
  padding: 0 0 0 15px;
}

.newsletter-form input[type="submit"] {
  width: 125px;
  padding: 0;
  line-height: 45px;
  height: 45px;
  margin: 0;
  border-radius: 15px;
  background: linear-gradient(
    90deg,
    rgba(241, 196, 1, 1) 0%,
    rgba(250, 255, 5, 1) 50%,
    rgba(241, 196, 1, 1) 100%
  );
  border: 0;
  font-size: 18px;
  font-family: "OBold";
  color: #2c2c2c;
}

.newsletter-input input:focus,
.newsletter-input textarea:focus {
  box-shadow: unset;
  border: 0px;
}

.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
  color: #767877;
}

/* my css */
.head-hotline span {
  font: 18px / 18px obold;
  color: #2c2c2c;
}

.head-hotline p {
  font: 22px / 22px obold;
  color: #e00000;
}

.head-hotline {
  padding-left: 65px;
  position: relative;
}

.head-hotline i {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: linear-gradient(
    135deg,
    rgba(21, 122, 192, 1) 0%,
    rgba(48, 168, 215, 1) 100%
  );
  border-radius: 50%;
}

.danhmucsanpham {
  font-size: 18px;
  width: 310px;
  line-height: 50px;
  height: 50px;
  font-family: "OBold";
  margin-bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(241, 196, 1, 1) 0%,
    rgba(250, 255, 5, 1) 50%,
    rgba(241, 196, 1, 1) 100%
  );
  padding-left: 60px;
  position: relative;
}

.danhmucsanpham img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.ulmn > li:first-child {
  width: 35px;
}

.menu .ulmn > li:not(:first-child) > a {
  padding: 0 10px;
}

/* menu - slide */
.menu-slide {
  width: 100%;
  max-width: 310px;
}

.slideshow {
  margin-top: 20px;
  width: 100%;
  max-width: calc(100% - 330px);
  border-radius: 10px;
  overflow: hidden;
}

.menu-product-list ul::-webkit-scrollbar {
  width: 2px;
}
.menu-product-list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.menu-product-list ul::-webkit-scrollbar-thumb {
  background: #f1c401;
}
.menu-product-list ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menu-product-list ul ul::-webkit-scrollbar {
  width: 2px;
}
.menu-product-list ul ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.menu-product-list ul ul::-webkit-scrollbar-thumb {
  background: #2fa6d6;
}
.menu-product-list ul ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* tieu chi */
.tieuchi--index {
  padding: 20px 0 60px;
  background: url(../images/bg_slide.png) no-repeat;
  background-size: cover;
}

.tieuchi-contain {
  background: var(--color-linear);
  padding: 20px 40px;
  border-radius: 20px;
}

.tieuchi-pic {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #3495d9;
  box-shadow: 0 4px 4px 0 #1d5582;
  margin: 4px;
}

.tieuchi h3 {
  margin-left: 15px;
  font-size: 18px;
  font-family: obold;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

/* gioi thieu */
.about--index {
  background: url(../images/bg_about.png) no-repeat;
  background-size: cover;
}

.about-right,
.about-left {
  width: 48.5%; /* 630px/1300 */
}

.about-title p {
  font-size: 17px;
  font-family: "OBold";
  color: #fff;
  margin-bottom: 5px;
}

.about-title h2 {
  font-size: 44px;
  font-family: "UTM";
  text-transform: uppercase;
  margin-bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(241, 196, 1, 1) 0%,
    rgba(250, 255, 5, 1) 50%,
    rgba(241, 196, 1, 1) 100%
  );
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 25px;
}

.about-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(237, 167, 0, 1) 0%,
    rgba(248, 227, 0, 1) 100%
  );
}

.about-title:before {
  content: "";
  position: absolute;
  height: 75px;
  width: 3px;
  left: 10px;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(237, 167, 0, 1) 0%,
    rgba(248, 227, 0, 1) 100%
  );
}

.about-left .about-desc {
  color: #fff;
}

.btn_seedetail {
  display: block;
  margin-top: 30px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(
    180deg,
    rgba(237, 167, 0, 1) 0%,
    rgba(248, 227, 0, 1) 100%
  );
  font-size: 18px;
  font-family: "OSemiBold";
  color: #2c2c2c;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}

.btn_seedetail.btn-hover-two::before {
  background: var(--color-main);
}

.about-img__1 {
  max-width: 373px;
  background-image: url(../images/mask_img_about1.png);
  background-size: cover;
  -webkit-mask-image: url(../images/mask_img_about1.png);
  mask-image: url(../images/mask_img_about1.png);
  mask-size: cover;
  -webkit-mask-size: cover;
}

.about-img__2 {
  max-width: 252px;
  background-image: url(../images/mask_img_about2.png);
  background-size: cover;
  -webkit-mask-image: url(../images/mask_img_about2.png);
  mask-image: url(../images/mask_img_about2.png);
  mask-size: cover;
  -webkit-mask-size: cover;
  margin-left: 7px;
  margin-top: 130px;
}

/* prolist tab */
.list-hot span {
  display: block;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 8px;
  border: 2px solid transparent;
  font: 16px/34px osemibold;
  color: #2c2c2c;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.list-hot span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background: rgb(44 44 44 / 30%);
}

.list-hot span:last-child:after {
  display: none;
}

.list-hot {
  margin: 0 -10px 30px;
}

.list-hot span.active,
.list-hot span:hover {
  border-color: var(--color-main);
  color: var(--color-main);
}

/* khach hang */
.title-khachhang {
  width: 29.2%; /* 560px/1920 */
  background: var(--color-linear);
  padding-right: 50px;
}

.title-khachhang h2 {
  margin-bottom: 0;
  font-size: 38px;
  font-family: "UTM";
  color: #fff;
}

.khachhang-contain {
  width: 70.8%;
  background: #f3f3f3;
  padding: 45px 0 40px 40px;
}

.khachhang {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
  margin: 5px;
}

/* form */
.fomr--index {
  background: url(../images/bg_form.png) no-repeat;
  background-size: cover;
}

.title-form {
  width: 24.4%; /* 325px/1330 */
}

.newsletter-form {
  width: 57.9%; /* 770px/1330 */
  background: #fff;
  border-radius: 15px;
  padding: 5px;
}

.title-form {
  padding-left: 12px;
  border-left: 2px solid #fff;
  margin-left: 100px;
  position: relative;
}

.title-form:after {
  content: "";
  width: 78px;
  height: 74px;
  position: absolute;
  bottom: -10px;
  left: -100px;
  background: url(../images/icon_mail_form.png);
}

.title-form h2 {
  font-size: 26px;
  font-family: "UTM";
  text-transform: uppercase;
  margin-bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(241, 196, 1, 1) 0%,
    rgba(250, 255, 5, 1) 50%,
    rgba(241, 196, 1, 1) 100%
  );
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-form p {
  margin-bottom: 0;
  color: #fff;
}

.footer-title h2 {
    font-size: 36px;
    font-family: oextrabold;
    text-transform: uppercase;
    background: linear-gradient(
    90deg,
    rgba(241, 196, 1, 1) 0%,
    rgba(250, 255, 5, 1) 50%,
    rgba(241, 196, 1, 1) 100%
  );
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-title p {
    font-size: 22px;
    font-family: 'OBold';
    color: #fff;
}

.footer-title {
    margin-bottom: 35px;
}

.footer-info {
  width: 100%;
  padding: 40px;
  background: rgb(0 103 178 / 80%);
  border: 1px solid #4782B5;
  border-radius: 15px;
  margin-bottom: 40px;
  gap: 10px;
}

.info-company {
  max-width: 30%;
  color: #fff;
  padding-left: 70px;
  position: relative;
  font-size: 15px;
}

.info-company p {
    margin-bottom: 5px;
    font-size: 14px;
}

.info-company:after {
  content: '';
  position: absolute;
  width: 62px;
  height: 62px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);  
  background-size: cover;
}

.info-company:nth-child(1):after {
  background: url(../images/icon_footer_address.png)no-repeat;
}

.info-company:nth-child(2):after {
  background: url(../images/icon_footer_phone.png)no-repeat;
}

.info-company:nth-child(3):after {
  background: url(../images/icon_footer_mail.png)no-repeat;
}

.info-company:nth-child(4):after {
  background: url(../images/icon_footer_website.png)no-repeat;
}