@font-face {
  font-family: "rRegular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rBold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rcRegular";
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "aRegular";
  src: url("../fonts/Arimo-Regular.eot");
  src: url("../fonts/Arimo-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Arimo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avo";
  src: url("../fonts/UTMAvo.eot");
  src: url("../fonts/UTMAvo.eot?#iefix") format("embedded-opentype"),
    url("../fonts/UTMAvo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AvoBold";
  src: url("../fonts/UTMAvoBold.eot");
  src: url("../fonts/UTMAvoBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/UTMAvoBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "jRegular";
  src: url("../fonts/JosefinSans-Regular.eot");
  src: url("../fonts/JosefinSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/JosefinSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "jBold";
  src: url("../fonts/JosefinSans-Bold.eot");
  src: url("../fonts/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rcBold";
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gBold";
  src: url("../fonts/SVN-GothamBold.eot");
  src: url("../fonts/SVN-GothamBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SVN-GothamBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gRegular";
  src: url("../fonts/SVN-Gotham.eot");
  src: url("../fonts/SVN-Gotham.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SVN-Gotham.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gBlack";
  src: url("../fonts/SVN-GothamBlack.eot");
  src: url("../fonts/SVN-GothamBlack.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SVN-GothamBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

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

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }

  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }

  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}

@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }

  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }

  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}

:root {
  --color-main: #0740d5;
  --color-social: #0740d5;
  --color-hover: #edca8f;
  --color-text: #0740d5;
}

body {
  font-size: 14px;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.scale-img {
  overflow: hidden;
}

.scale-img img {
  transform: scale(1, 1);
}

.scale-img:hover>img {
  transform: scale(1.1, 1.1);
}

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

/*   Header   */
.header {}

.cart-head {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  color: #fff;
}

.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: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}

/* slideshow */
.slideshow {
  position: relative;
}

.slideshow .owl-carousel {
  display: block;
}

/* Search */
.search {
  width: 34px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: 0.3s;
}

.search:hover {
  width: 200px;
  transition: 0.3s;
}

.search input {
  width: 0;
  font-size: 14px;
  color: #333;
  border-radius: 10px;
  border: none;
  font-style: italic;
  padding: 0;
  height: 34px;
  line-height: 34px;
  transition: 0.3s;
}

.search:hover input {
  width: calc(100% - 34px);
  padding: 0 5px;
  transition: 0.3s;
}

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

.search p {
  width: 34px;
  height: 34px;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  background: var(--color-hover);
  border-radius: 5px;
  margin-bottom: 0;
  float: right;
}

.search p i {
  font-weight: bold;
  color: #0000008c;
}

.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* Menu */

#menu {
  display: none;
}

.menu-res {
  display: none;
  background: var(--color-main);padding: 5px 0;
}

.logo-heade-mb img{max-height: 65px;}

#hamburger {
  width: 35px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: var(--color-hover);
  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 {}

.menu {
  position: relative;
  z-index: 99;
  background: var(--color-main);
  padding: 15px 0;
}

.menu .wrap-content {
  position: relative;
}

.fix_head {
  position: fixed !important;
  top: 0 !important;
  z-index: 99;
  width: 100%;
}

.fix_head .search {
  display: none;
}

.fix_head .logo img {
  max-height: 60px;
}

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

ul.menu-main {
  width: 420px;
  padding: 0 0 20px;
}

.menu ul li {
  position: relative;
  z-index: 99;
}

.menu-main > li {
    padding-bottom: 5px;
}

.menu ul li a {
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  margin: 0px;
  padding: 15px 0 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  font-family: gregular;
}

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

.menu ul li ul {
  position: absolute;
  min-width: 280px;
  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: 15px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}

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

.menu ul li ul li:hover a {
  color: #e40001 !important;
}

.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-hover);
  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:hover {
  padding-left: 20px;
  color: var(--color-main);
}

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

/* search res */

.search-res {
  position: relative;
}

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

.search-res .icon-search.active {
  color: black;
  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 black;
  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: black;
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  outline: none;
  border: none;
  color: black;
  font-size: 14px;
  width: 100%;
}

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

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

/*   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-detail,
.title-main {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.title-detail h1,
.title-main h2 {
  font-size: 34px;
  font-family: jRegular;
  text-transform: uppercase;
  color: #0f3355;
}

.title-main p {}

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

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

.news {}

.news-pic {}

.news-info {
  margin-top: 10px;
}

.news-info h3 {
  font-size: 13px;
  font-family: 'gRegular';
}

.news-info h3 a {
  color: #333;
}

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

.news-info h3 a:hover {}

.news-info span {}

.newsDetail-right h2 {
  font-size: 18px;
  text-align: center;
  background: var(--color-main);
  color: #fff;
  padding: 10px 5px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  margin-bottom: 10px !important;
}

.newsDetail-right ul li a {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.newsDetail-right ul li a span {
  width: 35px;
  height: 35px;
  background: var(--color-main);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  position: relative;
  border-radius: 50%;
  content: counter(li);
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsDetail-right ul li a p {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.newsDetail-right ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 10px;
}

.newsDetail-right {
  position: sticky;
  top: 55px;
}

.ul-newsDetail {
  padding: 0 10px;
  overflow-y: auto;
  height: 30hv;
}

.ul-newsDetail::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}

.ul-newsDetail::-webkit-scrollbar-thumb {
  background: var(--color-main);
}

.newsDetail-right ul li a:hover {
  color: var(--color-main);
}

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

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

.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 */

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

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

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

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

.footer-title {
  font-size: 16px;
  color: #fff;
  font-family: 'gBold';
  margin-bottom: 25px;
  padding-bottom: 7px;
  position: relative;
}

.footer-title:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
}

.footer-info {}

.ul-list li a:hover {
  color: #fcb72c;
}

.ul-list li {
  font-size: 14px;
  font-family: Avo;
  margin-bottom: 10px;
}

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

/* Tags */
.title-tags {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;

  color: #fff;
  padding-top: 7px;
}

.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: 10px;
  flex-wrap: wrap;
}

.flex-tags a {
  border-radius: 5px;
  border: 1px solid #6b6b6b;
  background: rgba(58, 58, 58, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  color: #d1d1d1;
}

.flex-tags a:hover {
  background-color: #446084;
  border-color: #446084;
  color: #fff;
  opacity: 1;
}

.footer-powered {
  background: #cf0103;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-family: "RR";
}

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

.Product {}

.Product-pic {}

.Product-info {}

.Product-info h3 {}

.Product-info h3 a {}

.Product-info h3 a:hover {}

.Product-info span {}

.product .price-product {}

.product .price-new {}

.product .price-old {}

.product .price-per {}

.cart-product {
  margin: 5px 0 0 0px;
}

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

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

.cart-add:hover {
  background-color: #fed402;
}

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

.cart-buy:hover {
  background-color: #fed402;
}

/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #ececec;
  padding-top: 2rem;
}

.grid-pro-detail .left-pro-detail {
  width: 50%;
  /* border-right: 1px solid #ececec; */
  padding-right: 15px;
}

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

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

.title-pro-detail {
  line-height: normal;
  color: #111;

  font-size: 1.5rem;
}

.attr-content-pro-detail {
  margin-left: 10px;
}

.attr-label-pro-detail {}

.left-pro-detail>div {
  text-align: center;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background: #eee;
  margin: 0 5px 5px 0;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  background: var(--color-main);
  color: #fff;
}

ul.attr-pro-detail {
  margin: 1rem 0 !important;
}

ul.attr-pro-detail li {
  line-height: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  font-family: jregular;
  font-size: 15px;
  color: #333;text-align: start;
}

/* 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 */
.pagination {
  margin: 20px 0px;
}

.pagination li a {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid #f00;
  color: #f00;
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}

.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

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

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

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

/* quy trinh */
.quytrinh {
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quytrinh-pic {
  width: 71px;
}

.quytrinh-info {
  width: calc(100% - 71px);
  margin-left: 15px;
}

.quytrinh-info h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: gbold;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 0;
  display:inline-block
}

.quytrinh-info i {
  color: vaR(--color-hover);
  bottom: -15px;
}

/* thi cong thiet ke */
.thicong-thietke--index {
  padding: 120px 0 98px;
  background: url(../images/bg_tk_tc.jpg) no-repeat;
  background-size: cover;
}

.thicong-contain,
.thietke-contain {
  padding-bottom: 30px;
  position: relative;
}

.banner-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: calc(100% - 70px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #fff;
  padding: 10px;
}

.banner-info .xemthem {
  display: block;
  margin-top: 10px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}

.banner-info .xemthem.btn-hover-two:before {
  background: var(--color-hover);
}

.banner-info .xemthem.btn-hover-two:hover {
  border-color: var(--color-hover);
}

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

.banner-info h3 a {
  color: #fff;
}

.banner-info h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "gBold";
  margin-bottom: 10px;
}

.banner-info span {
  color: #fff;
  font-family: aregular;
}

.banner-info .wrap {
  background: url(../images/bg_info.png) no-repeat;
  background-size: 100% 100%;
  padding: 25px 22px;
}

.quytrinh--index {
  position: absolute !important;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: var(--color-main);
}

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

.banner-title h2 {
  font-size: 50px;
  font-family: 'gBold';
  color: #fff;
  line-height: 70px;
}

.banner-title span {
  font-size: 24px;
  font-family: 'gRegular';
  color: var(--color-hover);
}

/* tin tuc */
.newsIndex {
  display: flex;
  justify-content: space-between;
}

.newsIndex-info {
  width: calc(100% - 300px);
}

.newsIndex-pic {
  width: 285px;
}

.newsIndex-info h3 {
  font-size: 17px;
  font-family: rbold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.newsIndex-info span {
  font-size: 16px;
  font-family: 'aRegular';
  line-height: 22px;
}

.newsIndex-info h3 a {
  color: #333;
}

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

.newsHot-contain--bottom {
  margin-top: 15px;
}

.video-contain .video-contain-left {
  width: 72%;
}

.video-contain .video-contain-left a img {
  height: 378px !important;
  object-fit: cover;
}

.video-contain .video-contain-right {
  width: calc(28% - 15px);
}

.video-contain {
  display: flex;
  justify-content: space-between;
}

.video-slick-nav p {
  margin-bottom: 15px;
}

.title-main2 h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 34px;
  color: var(--color-main);
  font-family: gbold;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #fff;
}

.title-main2 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #F2D295;
}

.newsHot-videoHot--index {
  background: #f2f2f2;
}

.title-main2 {
  margin-bottom: 25px;
}

/* banner qc */
.bannerQC--index {
  background: url(../images/bg_banner.jpg)no-repeat;
  background-size: cover;
  padding: 70px 0;
}

/* footer */
.footer {
  background: var(--color-main);
}

.footer-top {
  padding: 40px 0;
}

.footer-name {
  font-size: 25px;
  font-family: gblack;
  color: #fff;
  margin-bottom: 15px;
}

ul.company-info {
  color: #fff;
  list-style: none;
  padding-left: 0;
}

ul.company-info li {
  line-height: 30px;
  margin-bottom: 10px;
  font-family: rregular;
}

ul.company-info li i {
  margin-right: 7px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
}

.d-map {
  height: 480px;
}

.d-map iframe {
  width: 100%;
  height: 100%;
}

.footer-bottom {
  background: #0530A2;
  color: #fff;
}

.footer-bottom p {
  margin-bottom: 0;
  line-height: 45px;
  font-family: 'rRegular';
}

/* trang trong */
.prolist-item-contain h2 {
  margin-bottom: 25px;
  color: #434343;
  text-transform: uppercase;
  font-size: 32px;
  font-family: jbold;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px dashed #8D8D8D;
}

.prolist-item-contain {
  padding-bottom: 30px;
}

.prolist-item-contain h2:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 120px;
  height: 3px;
  background: #CDAD3E;
  border-radius: 50px;
}

.name-product {
  font-size: 15px;
  font-family: rbold;
  margin: 5px 0;
}

.name-product a {
  color: #0740d5;
}

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

.product p {
  color: #333333;
  font-size: 14px;
  font-family: 'rRegular';
  line-height: 22px;
  margin-bottom: 0;
}

.product-detail-title {
  font-size: 20px;
  color: #333;
  line-height: 25px;
  font-family: jbold;
  text-transform: uppercase;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  text-align: start;
}

.album h3 {
    text-align: center;
    margin-top: 5px;
    font-family: rbold;
    font-size: 15px;
    color: #333;
}

.album {margin-bottom: 30px;}

.logo img{max-height: 106px;}

