@charset "utf-8";
@font-face {
  font-family: "MSemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

:root {
  --color-main: #003e81;

  /* color mmenu */
  --color-bg-menu: #003e81;
  --color-text-menu: red;
  --color-border-menu: yellow;
}

.content-main figcaption{display: block;}

[class*="-info"] {
  font-family: var(--font-regular);
}

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

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

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

/* .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;
  aspect-ratio: 1920/686;
  max-height: 686px;
  overflow: hidden;
}

/* 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: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  margin: 0px;
  background: url(../images/bg_search.png) no-repeat center center;
  background-size: 100%;
}

.search-res .icon-search.active {
}

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

/* 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 {
  width: 77.9%; /* 935px/1200 */
}

.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: #fff;
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  font-family: msemibold;
}

.ulmn > li > a {
  /* padding-bottom: 10px !important; */
}

.point-divider:before {
  background: transparent;
}
.point-divider:after {
  border-color: transparent;
}

.point-divider:hover:before,
.point-divider.active:before {
  background: #ff0000;
}
.point-divider:hover:after,
.point-divider.active:after {
  border-color: #ff0000;
}

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

.menu ul li a.active,
.menu ul li:hover > a {
  color: #ff0000;
}

.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: 30px 0;
  position: relative;
  text-align: center;
}

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

[class*="--index"] .title-main h2 {
  color: #fff;
  background: url(../images/bg_title.png) no-repeat;
  background-size: cover;
  width: 443px;
  line-height: 88px;
  -webkit-line-clamp: 1;
  padding: 0 75px;
  font-size: 29px;
}

.title-main p {
}
.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 {
  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;
}

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

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

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

.mucluc-dropdown-list_button i {
  background: #fff;
  color: #4397dc !important;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
}

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

/* Footer */
.footer {
}
.footer-article {
  /* background: url(../images/bg_footer.png) no-repeat; */
  /* background-size: cover; */
  background: #2C2C2C;
}
.footer-powered {
  padding: 10px;
  background: #DB0417;
  text-align: center;
}

.copyright {
  color: #fff;
}

.copyright span {
  font-family: 'MBold';
}

.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: 18px;
  font-family: mextrabold;padding-bottom: 10px;margin-bottom: 25px;position: relative;color: #fff;text-transform: uppercase;
}
.footer-title::after{
  content: '';position: absolute;bottom: 0;left: 0;width: 30px;height: 1px;background: #fff;
}
.footer-info {
  color: #fff;
}
.footer-news .ul-list li {
  margin-bottom: 10px;
  width: 100%;
}
.footer-news .ul-list li h4 {
  font-size: 16px;
  font-family: 'MSemiBold';
  margin-bottom: 0;
  line-height: 24px;
}
.footer-news .ul-list li h4 a {
  color: #fff;
}
.footer-news .ul-list li h4 a:hover {
  color: var(--color-hover);
}
.footer-news:nth-child(1) {
  width: 29.2%; /* 350px/1200 */
}
.footer-news:nth-child(2) {
  width: 16.7%; /* 200px/1200 */
}
.footer-news:nth-child(3) {
  width: 17.5%; /* 210px/1200 */
}
.footer-news:nth-child(4) {
  width: 24.6%; /* 295px/1200 */
}

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

.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: 999;
  background: #aac4dc;
  padding: 5px 0;
}

li.menu-line {
}

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

/* product */
.grid-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
/* product */
.product {
}
.product figure {
  aspect-ratio: 380/280;
  max-height: 280px;
  overflow: hidden;
}
.product figure a {
}
.product-info h3 {
  font-size: 20px;
  font-family: "MSemiBold";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-info {
  margin-top: 20px;
  text-align: center;
}
.product-info h3 a {
  color: #000;
}
.product-info h3 a:hover {
  color: #ff0000;
}
.product-info span {
  font-size: 15px;
  font-family: mregular;
  -webkit-line-clamp: 1;
}
.product-info p {
  margin: 10px 0 20px;
}
.product .price-new {
  font-size: 20px;
  font-family: "MBold";
  color: #ff0000;
}
.product .price-old {
  font-size: 17px;
  font-family: "MSemiBold";
  color: gray;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-info .combo-see-detail a {
  display: block;
  font-size: 20px;
  font-family: msemibold;
  color: #000;
  padding: 0 8px;
  border-right: 2px solid #000;
  line-height: 23px;
}

.product-info .combo-see-detail a:last-child {
  border-right: none;
}

.product-info .combo-see-detail a:hover {
  color: #ff0000;
}

/* tabs news */
.list-hot {
  display: flex;
  justify-content: center;
  margin: 0 -5px 30px;
  flex-wrap: wrap;
}

.list-hot a {
  padding: 0 10px;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  border: 1px solid var(--color-main);
  margin: 0 5px;
  border-radius: 30px;
  overflow: hidden;
  text-transform: capitalize;
}

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

.grid-dichvu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* news */
.news {
  padding: 10px;
  border: 1px solid var(--color-main);
}
.news figure {
  aspect-ratio: 356/215;
  max-height: 215px;
  overflow: hidden;
  position: relative;
}

.news figure:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 145px;
    width: 24px;
    height: 35px;
    background: #FEDA29;
    clip-path: polygon(70% 0, 100% 0, 30% 100%, 0 100%);
    pointer-events: none;
}

.news figure p {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 35px;
    width: 155px;
    background: #D61414;
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'MExtraBold';
    color: #fff;
    padding-left: 15px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    pointer-events: none;
}

.news-info {
  padding: 20px 0;
}
.news-info h3 {
  font-size: 17px;
  font-family: mmedium;
  line-height: 25px;
  margin-bottom: 0;
}
.news-info h3 a {
  color: #000405;
  height: 50px;
}
.news-info h3 a:hover {
  color: #f00;
}

/* news detail 2 */
.photoDetail-top a {
  max-width: 75%;
  margin: 0 auto;
}

.photoDetail-bottom {
  max-width: 75%;
  margin: 20px auto 0;
}

.photoDetail-bottom span {
  margin: 0 5px;
}

.photoDetail span {
  cursor: pointer;
  display: inline-block;
}

.photoDetail-bottom .slick-current span,
.photoDetail-bottom .slick-slide span:hover {
  border: 2px solid var(--color-main);
}

/* policy other */
ul.policy-other-inside {
  list-style: disc;
  margin-bottom: 0;
}

ul.policy-other-inside li {
  margin-bottom: 5px;
  font-size: 16px;
}

ul.policy-other-inside li a {
  color: #888;
}

ul.policy-other-inside li a:hover {
  color: #333;
}

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

.policy-other h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* form */
.newsletter-index {
  margin-bottom: 5px;
}

.newsletter-index textarea {
  border: 0;
}

.newsletter-index:last-child {
  margin-bottom: 8px;
}

.newsletter-index label {
    font-size: 15px;
    font-family: 'MMedium';
    margin-bottom: 0;
}

.newsletter-index input,
.newsletter-index select {
  border: 1px solid #1111116b;
  border-radius: 0;  
  height: 40px;
}

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

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

.newsletter-button {
  max-width: 250px;
  margin: 0 auto;
  background: var(--color-main);
  border-radius: 5px;
}

.newsletter-button input {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  font-family: "MSemiBold";
}

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

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

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

.photo a {
  cursor: pointer;
}

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

/* chinh sach ban hang */
.chinhsachbanhang--index {
  background: url(../images/bg_chinhsach.png) no-repeat;
  background-size: cover;
  padding: 155px 0;
  position: relative;
}
.chinhsachbanhang--index:before{
  content:'';
  position: absolute;
  background: rgba(0,0,0,.6);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.chinhsachbanhang-contain{
  position:relative;
  z-index:1;
}
section.chinhsachbanhang--index:after {
  content: "";
  position: absolute;
  top: -85px;
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 252, 0) 0%,
    rgba(54, 75, 125, 1) 68%
  );
  z-index: -1;
}

.chinhsachbanhang-contain h2 {
  font-size: 40px;
  font-family: 'Hel';
  color: #fff;
  margin: 13px 0 10px;
}
.combo-button {
  max-width: 1060px;
}

.combo-button button,
.combo-button a {
  width: calc((100% - 40px) / 4);
  font-size: 17px;
  font-family: mextrabold;
  line-height: 68px;
  text-align: center;
  border: 1px solid #fff;
  padding: 0;
  color: #fff;
  border-radius: 0;
}

.combo-button button::before,
.combo-button a::before {
  background: #f00;
}

.combo-button button:hover,
.combo-button a:hover {
  border-color: #f00;
}

#formLabel {
  font-size: 22px;
  font-family: "MExtraBold";
  text-transform: capitalize;
}

.newsletter-index select,
.combo-button button:focus {
  box-shadow: unset !important;
}

/* gioi thieu */
.gioithieu-pic {
  width: 38.5%; /* 462px/1200 */
  position: relative;
  z-index: 3;
}

.gioithieu-info {
  width: 55.4%; /* 665px/1200 */
  position: relative;
  z-index: 3;
}

.gioithieu-info > p {
  font-size: 40px;
  font-family: "labrada";
  line-height: 45px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.gioithieu-info h2 {
  font-size: 45px;
  font-family: "labrada";
  color: #000;
  margin-bottom: 25px;
  line-height: 45px;
  text-transform: uppercase;
}

.gioithieu-info > div {
  font-size: 15px;
  line-height: 30px;
  font-family: mregular;
  color: #000;
  max-width: 360px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 100px;
}

.btn-xemthem {
  margin-top: 65px;
  display: block;
  margin-left: 305px;
  background: var(--color-main);
  width: 200px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 15px;
  font-family: mmedium;
  color: #fff;
  position: relative;
  transition: 0.3s;
}

.btn-xemthem:hover {
  letter-spacing: 1px;
  transition: 0.3s;
  color: #fff;
}

.btn-xemthem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 6px;
  background: #ffea00;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.btn-xemthem:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 6px;
  background: #ffea00;
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
}

.gioithieu-info .img-gt1 {
  position: absolute;
  bottom: 55px;
  left: -25px;
}

.gioithieu-contain:after {
  content: "";
  position: absolute;
  width: 405px;
  height: 369px;
  bottom: 0;
  left: 240px;
  background: url(../images/decor_giothieu.png);
  z-index: 0;
}

.gioithieu--index {
  background-size: cover;
}

/* dich vu */
.dichvu-desc{color: #fff;}
.dichvuHot--index {
  background: url(../images/bg_dichvu.png) no-repeat;
  background-size: cover;
}

a.btn-dichvu {
  font-size: 16px;
  font-family: 'MRegular';
  color: #fff;
  text-decoration: underline;
  text-align: center;
}

a.btn-dichvu:hover {
  color: #fe0;
}

.dichvu .dichvu-pic {
  aspect-ratio: 1/1;
  max-height: 118px;
  overflow: hidden;
  position: absolute;
  left: 30px;
  top: -65px;
  width: 100%;
  max-width: 118px;
}

.dichvu {
  margin-top: 65px;
  background: var(--color-main);
  border-radius: 30px;
  border: 3px solid #007bff;
  padding: 70px 30px 40px;
  position: relative;
}

.dichvu .dichvu-pic a {
  border: 3px solid #007bff;
  border-radius: 50%;
  max-height: 118px;
}

.dichvu .dichvu-info {
  padding-top: 30px;
  position: relative;
}

.dichvu .dichvu-info h3 {
  font-size: 17px;
  font-family: "MBold";
  text-transform: uppercase;
  margin-bottom: 15px;
}

.dichvu .dichvu-info h3 a {
  color: #fff;
  -webkit-line-clamp: 2;
}

.dichvu .dichvu-info h3 a:hover {
  color: #fe0;
}

.dichvu .dichvu-info span {
  color: #fff;
}

.dichvu .dichvu-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  border: 0.5px dashed #258eff;
  border-radius: 7px;
}

ul.ul-list {
  padding-left: 15px;
  list-style: disc;
  color: #fff;
}
.d-fanpage iframe {
  border-radius: 20px;
}

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

.form-title h2 {
  font-size: 25px;
  margin-bottom: 0;
}

.form-title p {
  font-size: 13px;
  margin-bottom: 0;
}

tbody, td, tfoot, th, thead, tr{
  border-width: 1px;
  border-color: #000;
}

td{padding: 0 .25rem;}

.qr-code {
  position: fixed;
  bottom: 300px;
  right: 30px;
  max-width: 75px;
  z-index: 999;
}