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

:root {
  --color-main: #14a2e4;
  --color-hover: #fe9b0c;
  --color-title: #1e1e1e;
  --color-text: #000000;

  /* color mmenu */
  --color-bg-menu: #14a2e4;
  --color-text-menu: #fff;
  --color-border-menu: #fff;

  /* font */
  --font-ebold: ExoBold;
  --font-eextrabold: ExoExtraBold;
  --font-emedium: ExoMedium;
  --font-esemibold: ExoSemiBold;
  --font-eregular: ExoRegular;
  --font-svn: SVN-PaulaNatalie;
}

body {
  font-size: 14px;
  line-height: 1.6;
}

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

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.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 {
  background: var(--color-main);
}

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

/* Search */
.search {
  width: 100%;
  max-width: 400px;
  background: #fff;
  position: relative;
  right: 0;
  top: 0;
  border-radius: 10px;
}

.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
}

.search input::placeholder {
  color: #333;
}

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

.search p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

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

.search-res .icon-search {
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: var(--color-main);
  font-size: 16px;
  margin: 0px;
  border-radius: 50%;
  background: #f4f4f4;
}

.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:focus {
  box-shadow: unset;
}

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

/* Menu res*/

.menu-res {
  display: none;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 5px 0;
  background: var(--color-main);
}

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

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

/* menu */

.menu {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

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

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

.menu ul.ulmn {
  max-width: 1000px;
  margin-left: auto;
}

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

.menu ul.ulmn > li {
}

.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}

.menu ul li a {
  font-size: 18px;
  color: var(--color-title);
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  font-family: var(--font-ebold);
}

.menu ul li a img {
  vertical-align: middle;
}

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

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  top: calc(100% + 8px);
  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;
  line-height: 20px;
  text-align: left;
  font-family: var(--font-medium);
  text-transform: capitalize;
  color: #111;
}

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

.menu ul li ul li a:before {
}

.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:hover {
  padding-left: 10px;
}

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

/*   btn owl */
.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: 20px;
}

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

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

.title-main h2,
.title-detail h1 {
  color: var(--color-main);
  font-family: var(--font-eextrabold);
  font-size: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.title-main p {
  font-size: 15px;
  font-family: var(--font-emedium);
  color: #323232;
  margin-bottom: 5px;
}

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

.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-family: var(--font-sbold);
  transition: 0.4s;
}

.box-readmore ul li ul li a {
  font-family: var(--font-regular);
}

.box-readmore ul li a:hover {
  color: var(--color-main) !important;
  padding-left: 8px;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.title-readmore {
  font-size: 20px;
  color: #38433b;
}

.title-readmore label {
  font-size: 14px;
  cursor: pointer;
}

.box-readmore {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #47a2e2;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #11552c14;
  min-width: 50%;
}

.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: 0;
  padding-left: 0 !important;
  margin-top: 8px;
  font-size: 15px;
}

.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: #333;
  cursor: pointer;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.meta-toc.fix1 {
  display: flex;
}

.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
  display: block !important;
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
  cursor: pointer;
}

a.mucluc-dropdown-list_button i {
  content: "\f0c9";
  font-style: normal;
  font-weight: 900;
  background: #fff;
  color: #4397dc !important;
  font-size: 31px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 47px;
  text-align: center;
  border: 1px solid #ddd;
}

.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
  background: #fff;
}

/* Footer */
.footer {
}
.footer-article {background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(226,245,254,1) 100%);}
.footer-powered {
  padding: 10px;
  background: #000;
}

.copyright {
  color: var(--color-title);
  margin-top: 15px;
}

.copyright span {
}

.thongketruycap {
  color: #fff;
  text-align: end;
}

.thongketruycap p {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.thongketruycap p span {
  font-weight: bolder;
}

.thongketruycap p:last-child {
  margin-right: 0;
  padding-right: 0;
}

.thongketruycap p:last-child:after {
  display: none;
}

.thongketruycap p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background: #fff;
}
.footer-title {
  font-size: 40px;
  font-family: var(--font-eextrabold);
  color: var(--color-main);
}

.footer-title span {
    color: var(--color-hover);
}
.footer-info {
  color: var(--color-title);
  text-align: center;
}

.footer-info p {
    margin-bottom: 0;
}
.footer-news .ul-list li {
  margin-bottom: 10px;
}
.footer-news .ul-list li h4 {
  font-size: 14px;
}
.footer-news .ul-list li h4 a {
  color: #fff;
}
.footer-news{
  width: 45.8%; /* 550px/1200 */
  text-align: center;
  order: 2;
}
.footer-social:nth-child(2){
  order: 1;
}
.footer-social:nth-child(3){
  order: 3;
}
.footer-social{
  width: 100%;
  max-width: 250px;
}

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

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

.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

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

.grid-pro-detail .left-pro-detail {
  width: 50%;
  border-right: 1px solid #cdd9b3;
}

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

.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 .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}

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

.attr-pro-detail li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.tabs-pro-detail .nav-tabs {
  border-color: #cdd9b3;
}

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

.breadCrumbs ol {
  margin: 0px;
}

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

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

.breadCrumbs ol .breadcrumb-item.active {
  transition: 0.4s;
}

/* hotline */
.hotline {
  left: var(--left, inherit);
  right: var(--right, inherit);
  bottom: var(--bottom, inherit);
  display: none;
}
.hotline.btn-frame i {
  background: var(--background);
}
.hotline.btn-frame .kenit-alo-circle {
  border: 2px solid var(--background);
  border-color: var(--background);
}
.hotline.btn-frame .kenit-alo-circle-fill {
  background-color: var(--background);
}

.hotline.btn-phone span {
  position: absolute;
  --location: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--backgroundText);
  padding: 5px 40px 5px 25px;
  z-index: -1;
  border: 1px solid var(--backgroundText);
  border-radius: 30px;
  color: var(--color);
  font-weight: 700;
  font-size: 17px;
}

/* paging */
.pagination {
  margin: 20px 0px;
}

.pagination li a {
  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;
}

/* css  HuynhPhuc*/

.w-menu {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 26px 0;
}

li.menu-line {
}

.w-menu.fix_head {
  position: fixed !important;
  width: 100%;
  background: #fff;
  top: 0;
}

.w-menu.fix_head .logo-header img,
.w-menu.fix_head .logo-header canvas {
  max-height: 85px;
}

.w-menu.fix_head .logo-header {
  bottom: -20px;
  max-height: 85px;
}

/* product */
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* product */
.product {
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
}
.product figure {
}
.product figure a {
  border-radius: 20px;
}
.product-info {
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
.product-info h3 {
  font-family: var(--font-emedium);
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  height: 44px;
}
.product-info h3 a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}
.product-info h3 a:hover {
  color: var(--color-main);
}
.product-info p,
.product .price-new {
  font-size: 15px;
  font-family: var(--font-ebold);
  color: #f6071e;
}
.product .price-old {
  font-size: 13px;
  font-family: var(--font-emedium);
  color: #ccc;
  text-decoration: line-through;
}

/* news */
.grid-news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
/* news */
.news {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid var(--color-main);
}

.news figure {
}
.news figure a {
  border-radius: 15px;
}
.news-info {
  padding: 15px 10px 0;
}
.news-info p {
  margin-bottom: 0;
  font-size: 13px;
}
.news-info h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 28px;height: 56px;
}
.news-info h3 a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}
.news-info h3 a:hover {
  color: var(--color-hover);
}

/* form */
.form-newsletter--inside .newsletter-index {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 50%;
}

.form-newsletter--inside {
  margin: 0 -5px;
}

.newsletter-index input {
  border-color: #dddddd;
  line-height: 44px;
  padding: 0 12px;
  border-radius: 5px;
}

.newsletter-index input::placeholder {
  color: #8d8d8d;
  font-family: var(--font-eregular);
}

.newsletter-index input:focus {
  box-shadow: none;
}

.newsletter-button {
  margin: 10px auto 0;
  background: var(--color-hover);
  border-radius: 5px;
  color: #fff;
  font-family: var(--font-ebold);
  line-height: 44px;
  height: 44px;
}

.newsletter-button input {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

/* video */
.video {
  cursor: pointer;
}

.video img {
  max-height: 250px;
  object-fit: cover;
}

/* header */
.header-inside {
  max-width: 1000px;
  margin-right: 0;
  margin-left: auto;
}

.header-inside .hotline-head {
  background: var(--color-hover);
  padding: 2px 15px 2px 2px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}

.header-inside .hotline-head span {
  font-size: 18px;
  font-family: var(--font-ebold);
  color: #fff;
  margin-left: 10px;
}

.header-inside .slogan-head {
  font-size: 20px;
  font-family: var(--font-svn);
  color: #fff;
  line-height: 44px;
  height: 44px;
}

.logo-header {
  position: absolute;
  bottom: -26px;
  left: 0;
}

/* gioi thieu */
.gioithieu-contain {
  width: 50%;
}

.gioithieu-contain a {
    margin-top: 20px;
    width: 120px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    border: 1px solid #14a2e4;
    color: #14a2e4;
}
.gioithieu--index {
  background: #e2f5fe;
}
.gioithieu-contain p {
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
}
.gioithieu-contain h3 {
  font-size: 44px;
  font-family: var(--font-eextrabold);
  color: var(--color-main);
  margin-bottom: 10px;
}

.gioithieu-contain h3 span {
  color: var(--color-hover);
}

.gioithieu-contain > span {
  color: #000;
  -webkit-line-clamp: 4;
}

/* tieu chi */
.tieuchi-contain {
  width: 45%; /* 540px/1200 */
}

.tieuchi figure {
  min-height: 87px;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 2;
}

.tieuchi h3 {
  font-size: 20px;
  font-family: var(--font-esemibold);
  margin-top: 20px;
  text-transform: capitalize;
  color: var(--color-title);
}

.tieuchi figure img {
}

.tieuchi {
  position: relative;
  padding-top: 20px;
}

.tieuchi:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 90px;
  height: 90px;
  background: linear-gradient(
    245deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 50%;
}

/* service */
.dichvu-col .service:first-child {
  margin-bottom: 30px;
}
.service figure a {
  border-radius: 30px;
}
.service-info {
  text-align: center;
  margin-top: 20px;
  padding: 0 5px;
}
.service-info h3 {
  font-size: 24px;
  font-family: var(--font-ebold);
  text-transform: uppercase;
  line-height: 36px;
  height: 72px;
}
.service-info h3 a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}
.service-info h3 a:hover {
  color: var(--color-hover);
}

/* quy trinh */
.quytrinh--index {
  background: url(../images/bg_quytrinh.png) no-repeat;
  background-size: cover;
}

.grid-quytrinh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}

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

.quytrinh-pic {
  width: 100%;
  max-width: 92px;
  border: 1px solid #898989;
  border-radius: 60px;
  background: linear-gradient(
    245deg,
    rgba(155, 155, 155, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(155, 155, 155, 1) 100%
  );
  padding-bottom: 10px;
}

.quytrinh-pic p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 20px;
  font-family: var(--font-ebold);
  color: #000;
}

.quytrinh-pic figure {
  width: 78px;
  height: 78px;
  background: var(--color-main);
  border-radius: 50%;
  margin: 7px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 2px 2px 6px 0 #104b83;
}

.quytrinh-pic:hover figure {
  background: var(--color-hover);
  box-shadow: inset 2px 2px 6px 0 #f6071e;
}

.quytrinh-info {
  width: 100%;
  max-width: calc(100% - 112px);
  margin-top: 20px;
}

.quytrinh-info h3 {
  font-size: 16px;
  font-family: var(--font-ebold);
  line-height: 26px;
  color: #fff;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
}

/* product brand */
.box-proBrand {
  width: 54.6%; /* 655px/1200 */
  margin-top: 10px;
}

.box-proBrand h3 {
  font-size: 18px;
  font-family: var(--font-ebold);
  margin: 0 20px 20px 0;
  text-transform: capitalize;
}

.box-proBrand h3 a {
  color: var(--color-title);
}

.box-proBrand h3 a:hover {
  color: var(--color-main);
}

/* paging */
.productHot--index .page-item .page-link {
  border-color: #ebeaea !important;
  border-radius: 10px 10px 10px 10px !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-family: var(--font-ebold);
  color: #727272;
  background: linear-gradient(
    245deg,
    rgba(233, 233, 233, 1) 0%,
    rgba(243, 243, 243, 1) 50%,
    rgba(233, 233, 233, 1) 100%
  );
  margin: 0 5px;
}
.productHot--index .page-item.active .page-link,
.productHot--index .page-item:hover .page-link {
  background: linear-gradient(
    180deg,
    rgba(20, 162, 228, 1) 0%,
    rgba(24, 112, 161, 1) 100%
  );
  border-color: #008bc8;
}

/* form */
.img-form {
  width: 50.8%; /* 610px/1200 */
}
.img-form img {
  border-radius: 40px;
}
.form-contain {
  width: 45%; /* 540px/1200 */
  padding: 30px 45px 20px;
  border: 4px dashed var(--color-main);
  border-radius: 40px;
}

.title-form {
  text-align: center;
  margin-bottom: 15px;
}

.title-form h2 {
  font-size: 38px;
  font-family: var(--font-eextrabold);
  text-transform: uppercase;
  color: var(--color-main);
  margin-bottom: 0;
}

.title-form span {
  font-size: 14px;
  font-family: var(--font-eregular);
  color: #646464;
  font-style: italic;
  line-height: 22px;
}

.ckb-newsletter p {
  margin: 20px 0 0px;
  color: #1e1e1e;
  font-family: var(--font-emedium);
}

.ckb-newsletter label {
  color: #646464;
  font-style: italic;
  margin-left: 5px;
}

.ckb-newsletter input:focus {
  outline: 0;
  outline-offset: unset;
  box-sizing: unset;
  --tw-ring-offset-width: 0;
}

/* khu vuc hoat dong */
.kvhdList--index {
  background: #e2f5fe;
}

.kvhdList-contain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  height: 370px;
  overflow: hidden;
}

.h-auto {
  height: auto;
}

.kvhdList {
  background: #fff;
  border-radius: 14px;
  border: 2px dashed var(--color-main);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
}

.kvhdList h3 {
  font-size: 22px;
  font-family: var(--font-eextrabold);
  text-transform: uppercase;
  margin-top: 15px;
}

.kvhdList h3 a {
  color: var(--color-main);
  -webkit-line-clamp: 1;
}

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

.btn-showmore {
  margin-top: 20px;
}
.btn-showmore span {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  font-family: var(--font-emedium);
  text-align: center;
  background: var(--color-main);
  margin: 0 auto;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
}

.btn-showmore span.btn-hover-two::before {
  background: var(--color-hover);
}

/* album */
.grid-album{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.albumHot figure a {
  border-radius: 20px;
}

.albumHot h3 {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 60px;
  -webkit-line-clamp: 1;
  background: rgb(0 0 0 / 80%);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 0;
  font-size: 22px;
  font-family: var(--font-ebold);
  text-transform: uppercase;
  pointer-events: none;
}

.albumHot:hover h3 {
  color: var(--color-hover);
}

.albumHot {
  position: relative;
}

/* thu mua */
.thumuaHot--index {
  background: #e2f5fe;
}
.thumuaHot-contain {
  width: 80.8%; /* 970px/1200 */
}

.thumuaHot--index .title-main {
  width: 16.7%; /* 200px/1200 */
}

.tags--index {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20,162,228,1) 0%, rgba(24,112,161,1) 100%);
  margin-bottom: 40px;
}

.tags--index a {
  font-family: var(--font-emedium);
  color: #fff;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  line-height: 36px;
  height: 36px;
}

.tags--index a:last-child {  
  padding-right: 0;
  margin-right: 0;
}

.tags--index a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 10px;
  width: 1px;
  background: #fff;
}

.tags--index a:last-child::after {
  display: none;
}

.tags--index a:hover {
  color: var(--color-hover);
}

.tags--index p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: var(--font-ebold);
  color: #fff;
  margin-right: 20px;
}

/* footer */
.btn-social a {
  width: 100%;
  line-height: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  border: 1px solid var(--color-main);
  display: block;
  border-radius: 7px;
  font-size: 17px;
  font-family: var(--font-emedium);
  color: var(--color-title);
}

.btn-social a img {
  margin-right: 10px;
}

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

.btn-social a:hover {
  color: #fff;
}

.btn-social a:hover img {
  filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

.btn-social:first-child {
  margin-bottom: 30px;
}