@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "ic-pa";
  src: url("../fonts/iCielBCPacifico-normal.ttf");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "utm-yt";
  src: url("../fonts/UTM-YenTu.ttf");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ic-sm";
  src: url("../fonts/Sanelma.otf");
  font-style: normal;
  font-display: block;
}
:root {
  --color-main: #f5bb01;
  --color-hover: #ff0000;
  --color-title: #333;
  --color-text: #5c5c5c;

  --bg-mmenu: #f5bb01;
  --color-mmenu: #ffffff;
  --colorText-mmenu: #ffffff;

  --secocl: #e41f16;
  --fonttc: "ic-pa";
}

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

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

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

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

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

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

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

/* Search */
.search {
  width: 50%;
  max-width: 400px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label {
  height: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: #f00;
  color: #fff;
  border-radius: 10px;
  margin-right: 3px;
  padding: 5px 10px;
}
.search label i {
  font-weight: bold;
  color: #999;
}

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

.search-res {
  position: relative;
}

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

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

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

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

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

.search-res .search-grid input:focus {
  border: unset;
  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;
}

/* Mmenu */
.offcanvas-start {
  max-width: 85vw;
  width: 400px;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
  background: var(--bg-mmenu);
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}

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

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

.btn-close-menu {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--colorText-mmenu);
  font-size: 20px;
  cursor: pointer;
}

.logo-offcanvas img {
  max-height: 75px;
  width: auto;
}

.menu-mobile ul {
  padding: 0px;
}
.menu-mobile ul li {
  position: relative;
}

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

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

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

.mmenu-top{display: none;}

.wrap-menu-res.fix_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

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

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

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

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

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

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

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

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

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

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

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

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

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

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

.wrap-menu.fix_head .menu {
  max-width: 1200px;
  margin: 0 auto;
}

.wrap-menu.fix_head .menu ul.ulmn:nth-child(1) .menu-line:last-child {
    display: block;
}

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

.menu-product-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 250px;
  background: #fff;
  border-radius: 2px;
}

.menu-product-list ul {
  padding: 0px;
  margin-bottom: 0px;
}

.menu-product-list ul ul {
  position: absolute;
  width: 750px;
  background: #fff;
  left: 100%;
  top: 0px;
  border: 1px solid #999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
  overflow-x: hidden;
}

.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}
.menu-product-list ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
}

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

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

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

.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}
.menu ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 12px 0px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  text-transform: uppercase;
  /* min-width: 150px; */
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a.active,
.menu ul li a:hover {
  color: var(--secocl);
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-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 {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}
.menu ul li ul li a:hover {
  padding-left: 40px;
  color: var(--color-hover);
}

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

/* SLider */
.title-detail {
  margin-bottom: 30px;
}

.title-main h2,
.title-detail h1 {
  display: block;
  color: var(--color-main);
  font-size: 35px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: var(--fonttc);
  margin-bottom: -5px;
}

.title-main {
  color: #666;
  font-size: 15px;
  background: url(../images/td1.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.title-main,
.title-detail {
  position: relative;
  text-align: center;
}

.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 b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: #fed402;
}

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

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

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

/* Footer */
.info-footer {
  background: url(../images/bg_ft.png) no-repeat top center;
  background-size: cover;
  color: #fff;
  font-size: 15px;
  padding: 60px 0px;
}
.title-footer {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
.info-footer .box-footer:nth-child(1) {
  width: 31%;
}
.info-footer .box-footer:nth-child(2) {
  width: 16%;
  padding-top: 17px;
}
.info-footer .box-footer:nth-child(3) {
  width: 32%;
  padding-top: 17px;
}

.footer-content {
  color: #fff;
}

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

.footer-powered {
  padding: 10px 0px;
  background: var(--color-main);
  color: #fff;
}

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

.copyright {
}

.statistic {
  text-align: end;
}


.ul-list li {
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid rgb(245 187 1 / 20%);
}

.ul-list li a {
  color: #fff;
  position: relative;
  padding-left: 18px;
}

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


.ul-list li h4 {
  font-size: 15px;
  position: relative;
  font-family: var(--font-regular);
}

.ul-list li h4::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-main);
  border-radius: 50%;
  left: 0;
  top: 9px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* product */
:root {
  --product-cols: 3;
  --product-gap: 25px;
  --product-ff: arial;
  --product-color: #fff;
}
.grid-Product {
  display: grid;
  grid-template-columns: repeat(var(--product-cols), 1fr);
  gap: var(--product-gap);
}
.product {
  position: relative;
}
.product-pic {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 4px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.product-pic a {
  border-radius: 20px;
}
.product-info {
  max-width: 294px;
  margin: auto;
  padding: 9px 0;
  margin-top: -20px;
  position: relative;
}

.product-info:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/sp1.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.product:hover .product-info:before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(53%) saturate(4153%)
    hue-rotate(347deg) brightness(86%) contrast(111%);
}

.product-info h3 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 15px;
  line-height: 22px;
  height: 22px;
  position: relative;
  text-align: center;
}
.product-info h3 a {
  color: var(--product-color);
  -webkit-line-clamp: 1;
}
.product-info h3 a:hover {
  color: var(--color-hover);
}
.product-info span {
  font-size: clamp(14px, 2vw, 14px);
  -webkit-line-clamp: 2;
}
.product-info p {
  margin: 5px 0 0;
}
.product-info .price-new {
  font-size: clamp(14px, 2vw, 18px);
  font-family: var(--font-regular);
  color: var(--color-hover);
}
.product-info .price-old {
  font-size: clamp(14px, 2vw, 18px);
  font-family: var(--font--regular);
  margin-left: 7px;
  color: #333;
  text-decoration: line-through;
}

/* news */
:root {
  --news-cols: 3;
  --news-gap: 20px;
  --news-ff: Arial;
  --news-color: #000;
}

.grid-News {
  display: grid;
  grid-template-columns: repeat(var(--news-cols), 1fr);
  gap: var(--news-gap);
}
.news {
  display: block;
  margin: 0 10px 10px 10px;
  background: #fffdec;
  border-radius: 25px;
  box-shadow: 0 4px 7px rgb(0 0 0 / 20%);
}
.news-pic {
  position: relative;
}
.news-pic:after {
  position: absolute;
  content: "";
  z-index: 5;
  bottom: 0;
  width: 100%;
  top: 50%;
  background: -moz-linear-gradient(1deg, #0000 50%, #ffffff 100%);
  background: -webkit-gradient(
    linear,
    1deg,
    color-stop(50%, 0000),
    color-stop(100%, FFFFFF)
  );
  background: -webkit-linear-gradient(1deg, #0000 50%, #ffffff 100%);
  background: -o-linear-gradient(1deg, #0000 50%, #ffffff 100%);
  background: -ms-linear-gradient(1deg, #0000 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(
    1deg,
    rgb(0 0 0 / 60%) 20%,
    rgb(255 255 255 / 0%) 100%
  );
  pointer-events: none;
}

.news-pic a {
  border-radius: 25px 25px 0 0;
}

.view-newshome {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0;
  padding-right: 15px;
  min-width: 107px;
  line-height: 27px;
  color: #fff;
  position: absolute;
  font-size: 14px;
  border-radius: 10px;
  background: url(../images/xt1.png) no-repeat center right 10px;
  text-align: center;
  left: 10px;
  bottom: 10px;
  z-index: 71;
  cursor: pointer;
}

.view-newshome:hover {
  background: url(../images/xt1.png) no-repeat center right 10px
    var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}

.news-info {
  position: relative;
  padding: 20px 25px;
}
.news-info h3 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  height: calc(22px * 2);
  line-height: 22px;
}
.news-info h3 a {
  color: #333;
  -webkit-line-clamp: 2;
}
.news-info h3 a:hover {
  color: var(--color-main);
}
.news-info span {
  color: #333;
  font-size: 15px;
  margin-bottom: 0px;
  -webkit-line-clamp: 4;
  height: calc(27px * 4);
  line-height: 27px;
}
.news-info p {
  color: var(--secocl);
  font-size: 13px;
  display: block;
  font-style: italic;
  background: url(../images/bv1.png) no-repeat left top 3px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-top: 6px;
  border-bottom: 1px solid rgb(245 187 1 / 40%);
  margin-bottom: 7px;
}

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

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

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

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

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

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

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

/* newsletter */
.grid-newsletter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 87%;
  padding-right: 12px;
}

.newsletter-input__content {
  grid-column: span 3;
}

.newsletter-input input,
.newsletter-input textarea {
  padding: 0px;
  font-size: 14px !important;
  text-indent: 15px;
  border-radius: 0;
  border: none;
  height: 52px;
  line-height: 52px;
  color: #666;
  background: #f4f4f4;
}

.newsletter-input label {
  display: none;
}

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

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

/* header */
.slogan-header {
  font-size: 28px;
  color: #333;
  font-family: ic-sm;
  font-weight: normal;
  width: 40%;
  line-height: normal;
}

.slogan-header p {
  margin-bottom: 0px;
  font-size: 35px;
  font-family: var(--fonttc);
  color: var(--color-main);
  text-shadow: 3px 3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff,
    -3px -3px 0 #fff, 3px 0px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff,
    0px -3px 0 #fff, 0 4px 4px rgb(0 0 0 / 50%);
  letter-spacing: 0.5px;
  line-height: normal;
}

.logo_hd {
  width: 16%;
  text-align: center;
  height: 98px;
}

.logo_hd_tc {
  max-width: 150px;
  height: calc(100% + 68px);
  margin: auto;
  background: var(--color-main);
  box-shadow: 0 4px 5px rgb(0 0 0 / 50%);
  margin-bottom: -68px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 23px;
  border-radius: 0 0 100px 100px;
  z-index: 999;
  position: relative;
}

.ghd_hotline {
  width: 40%;
  justify-content: flex-end;
}

.hotline-header {
  display: inline-block;
  background: url(../images/hd2.png) no-repeat left center;
  padding-left: 40px;
}

.hotline-hd p {
  font-weight: 700;
  margin-bottom: -2px;
  color: #333;
  font-size: 15px;
}

.hotline-hd span {
  font-weight: bold;
  color: #c70202;
  font-size: 15px;
  display: block;
}

.ghd-header {
  display: inline-block;
  background: url(../images/hd1.png) no-repeat left center;
  padding-left: 40px;
  padding-right: 37px;
}

/* menu */
.ulmn {
  max-width: 475px;
}

ul.ulmn:nth-child(1) {
  margin-left: 35px;
}

ul.ulmn:nth-child(1) .menu-line:last-child {
    display: none;
}

ul.ulmn:nth-child(2) {
  margin-right: 35px;
}

.menu-line {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

/* gioi thieu */

.gioithieu {
  position: relative;
  padding: 25px 0;
  background: url(../images/bg_gt.png) no-repeat center center;
  background-size: cover;
}
.hinhgt {
  width: 48%;
  position: relative;
  background: url(../images/gt1.png) no-repeat top right 65px;
  padding: 15px 0 20px 0;
}
.hinhgt:before {
  position: absolute;
  content: "";
  width: 437px;
  height: 437px;
  background: rgb(245 187 1 / 60%);
  border-radius: 50%;
  top: 3px;
  left: 0;
}
.hinhgt:after {
  position: absolute;
  content: "";
  width: 437px;
  height: 437px;
  background: rgb(245 187 1 / 40%);
  border-radius: 50%;
  bottom: 0;
  right: 0;
}
.hinhgt1 {
  position: relative;
  max-width: 437px;
  background: rgb(245 187 1 / 50%);
  border-radius: 50%;
  margin: auto;
  z-index: 5;
}
.hinhgt1:before {
  position: absolute;
  content: "";
  width: 208px;
  height: 135px;
  background: url(../images/gt2.png) no-repeat center center;
  right: 35px;
  bottom: -15px;
  z-index: 5;
}
.img_gioithieu {
  position: relative;
  padding: 25px;
}
.img_gioithieu .img_gt {
  box-shadow: 0 0 10px #000;
  border: 10px solid var(--secocl);
  border-radius: 50%;
}
.img_gioithieu a {
  display: block;
}
.noidung_gt {
  width: 48.5%;
  position: relative;
  z-index: 7;
  padding-right: 85px;
  padding-top: 30px;
}
div.gach_gt {
  font-weight: normal;
}
div.gach_gt p {
  position: relative;
  color: #333;
  font-size: 35px;
  line-height: 1.5;
  font-family: utm-yt;
  font-weight: normal;
}
div.gach_gt .ten_gt {
  font-size: 48px;
  position: relative;
  font-family: var(--fonttc);
  color: var(--secocl);
  line-height: 1.5;
  margin-top: -12px;
  margin-bottom: 0;
}
.mota_gt {
  line-height: 1.7;
  color: #333;
  font-size: 15px;
  font-weight: normal;
}
a.gt_xemthem {
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 15px;
  min-width: 142px;
  line-height: 41px;
  text-align: center;
  transition: 0.5s;
  margin-top: 25px;
}
a.gt_xemthem:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/gt3.png) no-repeat center center;
  left: 0;
  top: 0;
}
a.gt_xemthem span {
  display: inline-block;
  color: var(--secocl);
  position: relative;
}
a.gt_xemthem:hover:before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(53%) saturate(4153%)
    hue-rotate(347deg) brightness(86%) contrast(111%);
}
a.gt_xemthem:hover span {
  color: #fff;
}

/* product hot */
.productHot--index {
  background: url(../images/sp2.png) no-repeat right top 10px,
    url(../images/sp3.png) no-repeat left bottom, url(../images/bg_sp.png);
}

/* loai tu */
.gutter-loaituHot {
  --bs-gutter-x: 25px;
}

/* visaochon */
.visaochon--index {
  background: url(../images/bg_tc1.png) no-repeat center center;
  background-size: cover;
  padding: 55px 0 75px 0;
  position: relative;
}

.visaochon--index:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 75px;
  background: url(../images/bg_yk.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
}

.visaochon-contain {
  position: relative;
  padding-bottom: 225px;
}

.visaochon-col:nth-child(2) .visaochon {
  margin: 0;
}

.visaochon {
  max-width: 275px;
  margin: 0 50px;
}

.visaochon--index .title-main h2 {
  color: #333;
}

.visaochon:hover .visaochon-pic figure:before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(53%) saturate(4153%)
    hue-rotate(347deg) brightness(86%) contrast(111%);
}

.visaochon:hover .visaochon-pic img {
  animation: spinY infinite 3s linear;
  /* transition: all 1s ease; */
  filter: brightness(0) invert(1);
}

.visaochon-pic figure {
  position: relative;
  width: 110px;
  height: 117px;
  margin: 0 auto;
}

.visaochon-pic figure img {
  position: relative;
  z-index: 2;
}

.visaochon-pic figure:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/tc.png) no-repeat center center;
  left: 0;
  top: 0;
}

.visaochon-info h3 {
  color: #333;
  font-size: 15px;
  display: block;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
}

.visaochon-info {
  text-align: center;
}

.visaochon-info span {
  color: #333;
  font-weight: normal;
  -webkit-line-clamp: 2;
  line-height: 1.6;
  font-size: 14px;
  padding-top: 5px;
}

.visaochon-static {
  position: absolute;
  max-width: 732px;
  bottom: 0;
  left: 10px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bg_tc.png) no-repeat center bottom;
}

.visaochon-static figure {
  padding-bottom: 65px;
}

/* y kien */
.ykien--index {
  background: #fff9e4;
  padding: 25px 0 55px 0;
}

.ykien {
  margin: 0 11px;
  padding-bottom: 6px;
}

.ykien-pic {
  width: 106px;
  border-radius: 50%;
  border: 3px solid #cf8c06;
  box-shadow: 0 5px #cecece;
  margin: 0 auto;
  position: relative;
  z-index: 51;
  margin-bottom: -55px;
}

.ykien-info {
  position: relative;
  z-index: 5;
  padding: 75px 25px 20px 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 3px rgb(9 9 9 / 50%);
}

.ykien-info h3 {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 12px;
  background: url(../images/yk1.png) no-repeat center top;
  padding-top: 35px;
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  -webkit-line-clamp: 1;
}

.ykien-info span {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  height: calc(22px * 3);
  line-height: 22px;
}

/* dai ly */
.daily--index {
  position: relative;
  padding: 60px 0;
  background: url(../images/bg_dl.png) no-repeat center center;
  background-size: cover;
}

.daily-contain {
  width: 49%;
  position: relative;
  z-index: 7;
  margin: 0 auto;
  text-align: center;
}

.daily-contain h2 {
  font-size: 35px;
  position: relative;
  font-family: var(--fonttc);
  color: var(--color-main);
  line-height: normal;
  margin-bottom: 15px;
}

/* news hot */
.gutter-tinTucHot {
  --bs-gutter-x: 20px;
}

.form--index {
  position: relative;
  padding: 55px 0 60px 0;
  background: url(../images/dk2.png) no-repeat left bottom,
    url(../images/dk3.png) no-repeat right top,
    url(../images/bg_dk.png) no-repeat;
  background-size: auto, auto, cover;
}

.title-form {
  position: relative;
  font-size: 15px;
  color: #333;
  font-weight: normal;
  padding-bottom: 13px;
}

.form--index:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 148px;
  background: url(../images/dk1.png) no-repeat center center;
  top: -60px;
  left: 0;
}

.title-form h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-family: var(--fonttc);
  margin-bottom: 0;
  font-weight: normal;
}

/* form */
input.btn-submit {
  width: 13%;
  border: 0px;
  background: var(--secocl);
  color: #fff;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  height: 52px;
  font-size: 15px;
  line-height: 52px;
  font-weight: 700;
  border-radius: 0;
}

input.btn-submit:hover {
  background: var(--color-main) !important;
}

.newsletter-input:nth-child(1) input {
  background: url(../images/dk4.png) no-repeat center right 12px #f4f4f4;
}

.newsletter-input:nth-child(2) input {
  background: url(../images/dk5.png) no-repeat center right 12px #f4f4f4;
}

/* footer */
.name-footer {
  font-size: 28px;
  font-family: var(--fonttc);
  font-weight: normal;
  color: var(--maincolor);
  margin-bottom: -5px;
}
ul.ul-info li {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(245 187 1 / 20%);
  padding: 13px 0;
}

ul.ul-info li i {
  width: 20px;
  text-align: center;
}

ul.ul-info li p {
  width: calc(100% - 35px);
  margin-bottom: 0;
}

.social-footer{padding-top: 25px;}

.social-footer li{
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin: 0;
  margin-right: 12px;
}

.social-footer li span {
  display: inline-block;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

/* repo */
.icon-home {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.icon-home:hover{
  background: #fff;border-color: var(--color-main);color: var(--color-main);
}