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

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

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

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

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

:root {
  --color-main: #8d391c;
  --color-social: #8d391c;
  --color-hover: #8d391c;
  --color-text: #8d391c;
  --color-gradientX: linear-gradient(
    90deg,
    rgba(210, 143, 25, 1) 0%,
    rgba(253, 230, 111, 1) 100%
  );
  --color-gradientY: linear-gradient(
    180deg,
    rgba(210, 143, 25, 1) 0%,
    rgba(253, 230, 111, 1) 100%
  );
}

body {
  font-size: 14px;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

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

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

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

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.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;
}

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

.title-main img {
    width: auto;
}

.text-gardient h2 {
  background: var(--color-gradientX);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-detail h1,
.title-main h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: pbold;
  color: var(--color-main);
  margin-bottom: 10px;
}

.title-main p {
}

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

img{width: 100%;height: auto;}

/*   Header   */
.header {
  background: var(--color-main);
  padding: 17px 0;
}

/* slideshow */
.slideshow {
  position: relative;
}
/* Search */
.search {
  max-width: 250px;
  background: transparent;
  position: relative;
  right: 0;
  top: 0;
  border-radius: 50px;
  border: 1px solid #fff;
  padding-right: 10px;
}
.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #fff;
  border-radius: 10px;
  border: none;
  background: transparent;
}

.search input::placeholder {
  color: #fff;
}
.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: #fff;
}
.search p i {
  /* 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;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}

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

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #daad4d;
  font-size: 19px;
  margin: 0px;
}

.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);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-main);
  padding: 0 12px;
}

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

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

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #f4d45d;
  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: 99;
  background: rgba(0, 0, 0, 0.15);
  padding: 9px 0;
}

.fix_menu {
  position: fixed !important;
  box-shadow: 0 0 1px #999;
  background: #fff;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

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

.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}
.menu ul li a {
  font-size: 15px;
  color: #fff;
  margin: 0px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  line-height: 35px;
  font-family: "SLight";
  border-bottom: 50px;
  border-radius: 50px;
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
  background: var(--color-gradientX);
  color: #000;
}
.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;
  text-transform: capitalize;
  color: #000;
}
.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: #fed402;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}
.menu ul li ul li a:hover {
  padding-left: 40px;
  background: transparent;
  color: #fed402;
}

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

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

/* News */
.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;
}
.box-readmore ul li a:hover {
  color: #767676;
}

/* Tags */
.title-tags {
  position: relative;
  font-size: 1em;
  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;
  font-size: 0.8em !important;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: #446084;
  border-color: #446084;
  color: #fff;
  opacity: 1;
}
.footer-powered {
  background: #f1f1f1;
}

/* 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;
}
.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 250px);
}
.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}
.wr-search p {
  text-transform: uppercase;
}

/* product */
.product {
}
.product figure a {
  border-radius: 10px;
}
.product-info {
  padding: 0 30px;
  margin-top: 15px;
  text-align: center;
}
.product-info h3 {
  font-size: 15px;
  font-family: slight;
  line-height: 1.2;
}
.product-info h3 a {
  color: #262626;
  -webkit-line-clamp: 2;
}
.product-info h3 a:hover {
  color: var(--color-main);
}
.product-info span {
}
.product .price-product {
  margin-bottom: 15px;
}

.btn-buy--index {
  font-size: 16px;
  color: #d28e18;
  font-family: "SRegular";
  border: 1px solid #d28e18;
  line-height: 35px;
  display: block;
  max-width: 135px;
  margin: auto;
  border-radius: 30px;
  cursor: pointer;
}

.btn-buy--index.btn-hover-two:before {
  background: #d28e18;
}

.btn-buy--index:hover {
  color: #fff;
}

.btn-xemtatca {
  margin-top: 30px;
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  font-family: "SMedium";
  color: var(--color-main);
  transition: 0.3s;
}

.btn-xemtatca:hover {
  letter-spacing: 1px;
  transition: 0.3s;
  color: var(--color-main);
}

.product .price-new {
  font-size: 18px;
  font-family: smedium;
  color: var(--color-main);
  margin-right: 5px;
}
.product .price-old {
  font-size: 14px;
  font-family: "SRegular";
  color: #333;
  text-decoration: line-through;
}
.product .price-per {
}

.cart-product {
  margin: 5px 0 0 0px;
}
.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
}
.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-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #ececec;
}
.grid-pro-detail .left-pro-detail {
  width: 60%;
  border-right: 1px solid #ececec;
  padding-right: 30px;
}

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

.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.detail-product
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  font-size: 20px;
  color: #f00;
}

.title-pro-detail {
  line-height: normal;
  color: #111;
  font-family: "Roboto-Bold";
  font-size: 1.5rem;
}

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

.attr-label-pro-detail {
  font-family: smedium;
}

.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;
  font-family: smedium;
  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;
}

/* 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;
  margin-top: 60px;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: #f00;
}

/* paging */
.pagination {
  margin: 20px 0px;
}
.pagination li a {
  cursor: pointer;
}

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

/* scrollToTop */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  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;
}

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

/* news */
.news {
  position: relative;
  /* text-align: center; */
}
.news-pic {
  position: relative;
}
.news-info {
  margin-top: 10px;
  padding: 5px;
  background-color: #fff;
}
.news-info h3 {
  font-size: 16px;
  font-family: slight;
}
.news-info h3 a {
  color: #000;
  -webkit-line-clamp: 2;
}
.news-info h3 a:hover {
  color: var(--color-main);
}
.news-info span {
  color: #000;
}

/* footer */
.footer {
  background: var(--color-main);padding-bottom: 30px;
}
.footer-news:nth-child(1) {
  width: 21.7%; /* 260px/1200 */
}
.footer-news:nth-child(2) {
  width: 26.7%; /* 320px/1200 */
}
.footer-news:nth-child(3) {
  width: 17.5%; /* 210px/1200 */
}
.footer-news:nth-child(4) {
  width: 23.8%; /* 285px/1200 */
}

.footer .logo img {
  max-height: 62px;
}

/* header */
.head-left {
  font-size: 13px;
}

.head-left i {
  color: #d38f19;
}

.head-left p,
.head-left a {
  color: #fff;
  font-family: slight;
}

/* menu */
.w-menu {
  position: absolute;
  width: 100%;
  z-index: 199;
  bottom: -58px;
}

.w-menu.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    bottom: unset;
}

/* bo suu tap */
.bosuutap figure a {
  border-radius: 0 40px 0 40px;
}

.bosuutap-info h3 {
  font-size: 56px;
  font-family: pregular;
  color: #fff;
  -webkit-line-clamp: 1;
  text-transform: capitalize;
}

.bosuutap {
  position: relative;
}

.bosuutap-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 30px;
  pointer-events: none;
}

/* pro list */
.listProduct-info {
  text-align: center;
  padding: 10px 10px 0;
  margin-top: 15px;
}

.listProduct-info h3 a:hover {
  color: #471d0e;
  letter-spacing: 1px;
  transition: 0.3s;
}

.listProduct-info h3 a {
  color: #000;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}

.listProduct-info h3 {
  font-size: 18px;
  font-family: sregular;
  text-transform: uppercase;
}

/* img quang cao */
.imgqc a {
  border-radius: 20px;
}

/* dich vu */
.dichvuHot--index {
  background: url(../images/bg_dichvu.png);
  background-size: cover;
  margin-bottom: 180px;
}

.dichvu {
  max-width: calc(100% - 14px);
  margin: 0 auto;
}

.dichvu figure {
  padding: 15px;
  border: 1px solid #fde770;
  border-radius: 500px;
}

.dichvu figure a {
  border-radius: 500px;
}

.dichvu-info {
  padding: 0 30px;
  margin-top: 15px;
  text-align: center;
}

.dichvu-info span {
  font-size: 14px;
  font-family: "SLight";
  color: #fff;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}

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

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

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

.dichvuHot-contain {
  padding-bottom: 170px;
  margin-bottom: 170px;
}

/* feedback */
.feedback-contain {
  padding: 75px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.feedback-info {
  background: var(--color-main);
  padding: 50px 70px 40px 160px;
  width: calc(100% - 50px);
  margin-left: auto;
  border-radius: 30px;
}

.feedback-info h3 {
  margin-top: 40px;
  font-size: 18px;
  font-family: pbold;
  text-transform: uppercase;
  margin-bottom: 0;
  background: var(--color-gradientX);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-line-clamp: 1;
}

.feedback-info span {
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-family: "SRegular";
  color: #fff;
  line-height: 1.6;
  height: 68px;
}

.feedback figure {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 15px;
  overflow: hidden;
}

.feedback-contain .control-owl button {
  background: transparent;
  border-color: var(--color-main);
}

.feedback-contain .control-owl button svg {
  stroke: var(--color-main);
}

.feedback-posa {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -170px;
}

.feedback-posa .title-main {
  margin-bottom: 55px;
}

.footer .logo {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f6d861;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.footer h2 {
  font-size: 24px;
  font-family: "PBold";
  text-align: center;
  text-transform: uppercase;
  background: var(--color-gradientX);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer h2 + span {
  font-size: 13px;
  font-family: "SLight";
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.6;
}

.footer-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'SMedium';
.logo {
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f6d861;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.footer
    h2 {
    font-size: 24px;
    font-family: 'PBold';
    text-align: center;
    text-transform: uppercase;
    background: var(--color-gradientX);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer
    h2 + span {
    font-size: 13px;
    font-family: 'SLight';
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.6;
};
    background: var(--color-gradientX);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-info {
    color: #fff;
}
.ul-list li {
    font-size: 14px;
    font-family: slight;
}

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

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

.btn-map {
    margin-top: 5px;
    font-size: 16px;
    font-family: smedium;
    text-align: center;
    line-height: 50px;
    display: block;
    background: var(--color-gradientX);
    border-radius: 10px;
    color: #000;
}

.btn-map:hover {
    color: #fff;
    /* background: var(--color-main); */
}

.footer-bottom {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid rgb(255 255 255 / 50%);
}

p.copyright {
    color: #fff;
}

.mt-cus--30{margin-top: 60px;}

/* end */
