@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

header {
  width: 100%;
}

.container-large {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
input,
textarea,
button,
select {
  font-family: "Fira Sans", sans-serif;
}

nav .container-fluid {
  max-width: 1310px;
}

.wrap-lang {
  display: flex;
  list-style-type: none;
  gap: 4px;
}

.wrap-lang .lang-item img {
  width: 27px !important;
  height: 16px !important;
  border-radius: 4px;
  cursor: pointer;
}

/*=============================================
=            Header            =
=============================================*/

.header-area {
  backdrop-filter: blur(100px);
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.header-area.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);

}

.header-area.header-sticky.is-sticky .header-top-bar {
  display: none;
}

.header-area.header-sticky.is-sticky .search-form {
  display: none;
}

.header-area.header-sticky.is-sticky .header-navigation {
  -webkit-flex-basis: calc(100% - 400px);
  -ms-flex-preferred-size: calc(100% - 400px);
  flex-basis: calc(100% - 400px);
}

.header-area.header-sticky.is-sticky .header-search {
  -webkit-flex-basis: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
}

.header-area.header-sticky.is-sticky .header-below {
  display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-top-area {
  display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation-area--transparent-bg {
  background-color: #ffffff;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__nav--transparent nav>ul>li>a {
  color: #222222;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__nav--transparent nav>ul>li>a:hover {
  color: #178FD1;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__search a {
  color: #222222;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__search a:hover {
  color: #178FD1;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__cart a {
  color: #222222;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__cart a:hover {
  color: #178FD1;
}

.header-area.header-sticky.is-sticky .header-top-bar-area {
  display: none;
}

.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation__nav nav>ul>li>a {
  padding: 35px 15px;
}

.header-area.header-sticky.is-sticky .header-bottom-bar {
  display: none;
}

/*.header-area.header-sticky--default.is-sticky .header-info-area
{
    display : none;
}*/
.header-area__desktop--default .header-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-area__desktop--default .mobile-navigation-icon {
  display: none;
}

.header-area__desktop--default .mobile-navigation-icon i {
  background-color: #222222;
}

.header-area__desktop--default .mobile-navigation-icon i:before {
  background-color: #222222;
}

.header-area__desktop--default .mobile-navigation-icon i:after {
  background-color: #222222;
}

.header-area__desktop--default .header-info-single-item {
  margin-right: 60px;
}

.header-area__desktop--default .header-info-single-item:last-child {
  margin-right: 0;
}

.header-area__mobile {
  display: none;
}

.header-area__mobile .logo {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding-right: 0;
}

.header-area--absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-top-bar {
  background-color: #313131;
  color: #dddddd;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.header-top-bar--white {
  padding: 0;
  background-color: #ffffff;
  color: #1d1d25;
  border-bottom: 1px solid #eeeeee;
}

.topbar-menu li {
  display: inline-block;
  margin-right: 15px;
}

.topbar-menu li:last-child {
  margin-right: 0;
}

.topbar-menu li a {
  display: block;
}

.topbar-menu li a:hover {
  color: #178FD1;
}

.top-bar-right-wrapper {
  text-align: right;
}

.top-bar-right-wrapper .text a {
  color: #05103b;
}

.top-bar-right-wrapper .text a:hover {
  color: #178FD1;
}

.topbar-info {
  display: inline-block;
}

.topbar-info li {
  display: inline-block;
  margin-right: 30px;
}

.topbar-info li:last-child {
  margin-right: 0;
}

.topbar-info li a {
  display: block;
}

.topbar-info li a:hover {
  color: #178FD1;
}

.topbar-info li a i {
  margin-right: 5px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.language-change-wrapper {
  display: inline-block;
  color: #dddddd;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

.language-change-wrapper a:hover {
  color: #178FD1;
}

.language-change-wrapper .language-flag {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 9px;
}

.language-change-wrapper .language-flag img {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 48px;
  height: 48px;
  max-width: 48px;
}

.language-change-wrapper .selected-lang i {
  font-size: 8px;
  vertical-align: middle;
}

.language-change-wrapper .language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  z-index: 9;
  min-width: 200px;
  text-align: left;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.language-change-wrapper .language-dropdown li a {
  display: block;
  padding: 10px;
  color: #222222;
  font-size: 13px;
}

.language-change-wrapper .language-dropdown li a:hover {
  background: #eeeeee;
}

.language-change-wrapper .language-dropdown li a img {
  width: 18px;
  margin-right: 10px;
}

.language-change-wrapper:hover .language-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  -webkit-flex-basis: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  padding-right: 30px;
}

.logo a img {

  /*max-width : 190px;*/
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-navigation__nav {
  padding: 0 20px;
  position: relative;
}

.header-navigation__nav nav>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0;
}

.header-navigation__nav nav>ul>li {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__nav nav>ul>li>a {
  white-space: nowrap;
}

.header-navigation__nav nav>ul>li.has-children>a {
  position: relative;
}

.header-navigation__nav nav>ul>li.has-children>a:after {
  position: static;
  margin-left: 10px;
  font-family: Ionicons;
  content: 'http://www.w3.org/2000/svg';
  font-size: 8px;
  font-weight: 500;
  vertical-align: middle;
}

.header-navigation__nav nav>ul>li.has-children--multilevel-submenu {
  position: relative;
}

.header-navigation__nav nav>ul>li.has-children:hover .megamenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.header-navigation__nav nav>ul>li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-navigation__nav nav>ul>li.has-children:hover>.submenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.header-navigation__nav nav>ul>li>a {
  display: block;
  font-size: 13px;
  color: #222222;
  line-height: 1.26;
  font-weight: 400;
  padding: 46px 16px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__nav nav>ul>li>a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  content: '1.1';
  height: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
}

.header-navigation__nav nav>ul>li:hover>a,
.header-navigation__nav nav>ul>li.active>a {
  color: #178FD1;
}

.header-navigation__nav nav>ul>li:hover>a:before,
.header-navigation__nav nav>ul>li.active>a:before {
  width: 100%;
  left: 0;
  right: auto;
}

.header-navigation__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
}

.header-navigation__icon i {
  font-size: 20px;
}

.header-navigation__icon__search>a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__icon__search>a:hover {
  color: #178FD1;
}

.header-navigation__icon__cart {
  margin-left: 20px;
  position: relative;
}

.header-navigation__icon__cart>a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__icon__cart>a:hover {
  color: #178FD1;
}

.header-navigation__icon__cart:before {
  position: absolute;
  top: -5px;
  right: -10px;
  padding: 0 4px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: #222222;
  background: #178FD1;
  content: attr(data-count);
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

.header-navigation__icon__cart .minicart-box {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: auto;
  padding: 30px 20px 27px;
  max-height: 700px;
  width: 360px;
  border-bottom: 3px solid #178FD1;
  background-color: #ffffff;
  opacity: 0;
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__icon__cart .minicart-box.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.header-navigation__icon--transparent .header-navigation__icon__search>a {
  color: #ffffff;
}

.header-navigation__icon--transparent .header-navigation__icon__search>a:hover {
  color: #178FD1;
}

.header-navigation__icon--transparent .header-navigation__icon__cart>a {
  color: #ffffff;
}

.header-navigation__icon--transparent .header-navigation__icon__cart>a:hover {
  color: #178FD1;
}

.header-navigation--header-default {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-navigation--header-default .header-navigation__nav {
  padding: 0;
}

.header-navigation--header-default .header-navigation__nav nav>ul>li {
  padding: 0 5px;
}

.header-navigation--header-default .header-navigation__nav nav>ul>li:first-child {
  padding-left: 0;
}

.header-navigation--header-default .header-navigation__nav nav>ul>li>a {
  padding: 15px 0;
  color: #fff !important;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 88px;
  letter-spacing: 0%;

}

.social-links ul li {
  display: inline-block;
  margin-right: 20px;
}

.social-links ul li:last-child {
  margin-right: 0;
}

.social-links ul li a {
  color: rgba(34, 34, 34, 0.4);
  display: block;
}

.social-links ul li a:hover {
  color: #222222;
}

.social-links--white-topbar {
  margin-right: 30px;
}

.social-links--white-topbar ul li a {
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.social-links--white-topbar ul li a:hover {
  color: #178FD1;
}

.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
  border-bottom: 3px solid #178FD1;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.megamenu--mega {
  min-width: 980px;
  width: 100%;
  padding: 50px 25px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.megamenu--mega>li {
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

.megamenu--mega>li .page-list-title {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: 1px;
}

.megamenu--mega>li>ul>li {
  position: relative;
  padding-left: 15px;
}

.megamenu--mega>li>ul>li:after {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  border-radius: 50%;
  left: 0;
  content: '10px';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d8d8d8;
}

.megamenu--mega>li>ul>li a {
  padding: 10px 0;
  color: #999999;
  line-height: 1.2;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.megamenu--mega>li>ul>li a:hover {
  color: #178FD1;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
  border-bottom: 3px solid #178FD1;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /*-webkit-transition-delay    : 0.3s;*/

  /*-o-transition-delay         : 0.3s;*/

  /*transition-delay            : 0.3s;*/
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  visibility: hidden;
  opacity: 0;
  min-width: 270px;
  padding: 0;
  z-index: 9;
}

.submenu li {
  position: relative;
}

.submenu li>a {
  display: block;
  padding: 11px 30px;
  color: #999999;
}

.submenu li>a:hover {
  color: #178FD1;
}

.submenu li:hover>.submenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.submenu li.has-children>a {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.submenu li.has-children>a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Ionicons;
  content: '15px';
  font-size: 8px;
  font-weight: 500;
  vertical-align: middle;
}

.submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}

.submenu .submenu .submenu {
  left: auto;
  right: 100%;
  background: #ffffff;
}

.submenu .submenu .submenu .submenu {
  left: 100%;
  right: auto;
  background: #ffffff;
}

.submenu .submenu .submenu .submenu .submenu {
  left: auto;
  right: 100%;
  background: #ffffff;
}

/* header info area */
.header-info-area {
  padding: 5px 0;
}

.header-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-info-wrapper .logo img {
  width: auto;
  max-width: 118px;
  height: auto;
  max-height: 85px;
}

.header-info-wrapper .header-contact-info {
  width: calc(100% - 600px);
}

.header-info-single-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-info-single-item__icon {
  color: #741313;
  width: 50px;
  height: 50px;
  border: 1px solid #741313;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
}

.header-info-single-item__icon i {
  line-height: 50px;
  font-size: 26px;
}

.header-info-single-item__title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
}

.header-info-single-item__subtitle {
  font-size: 16px;
  color: #737373;
}

/* mobile menu */
.mobile-menu-area {
  padding: 15px 0;
}

.mobile-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-menu-content .social-links {
  padding: 0 15px;
}

.mobile-menu-content .mobile-navigation-icon {
  margin-left: 15px;
}

.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  float: right;
}

.mobile-navigation-icon:hover i {
  background-color: #222222;
}

.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #222222;
}

.mobile-navigation-icon:hover i:after {
  background-color: #222222;
  width: 60%;
}

.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: rgba(34, 34, 34, 0.4);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(34, 34, 34, 0.4);
  content: '';
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(34, 34, 34, 0.4);
  content: '';
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon--desktop-off {
  display: none;
}

/* mobile menu overlay */
.header-wrapper--shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.header-wrapper__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrapper__inner .logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-wrapper__inner .header-navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-wrapper__inner .header-navigation__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.header-wrapper__inner .request-quote-button-wrapper {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* offcanvas mobile menu */
.header-mobile-navigation {
  padding: 20px 0;
}

.header-mobile-navigation .mobile-navigation .header-cart-icon a span {
  left: 50%;
}

.offcanvas-widget-area {
  margin-bottom: 35px;
  margin-top: auto;
}

.off-canvas-contact-widget {
  margin-bottom: 20px;
}

.off-canvas-contact-widget .header-contact-info {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.off-canvas-contact-widget .header-contact-info__list li {
  display: inline-block;
  margin-right: 25px;
}

.off-canvas-contact-widget .header-contact-info__list li i {
  font-size: 14px;
  margin-right: 5px;
}

.off-canvas-contact-widget .header-contact-info__list li a {
  color: #666666;
  font-weight: 400;
  line-height: 22px;
}

.off-canvas-contact-widget .header-contact-info__list li a:hover {
  color: #178FD1;
}

.off-canvas-contact-widget .header-contact-info__list li:last-child {
  margin-right: 0;
}

.offcanvas-mobile-menu {
  position: fixed;
  left: -61px;
  top: 0;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding-left: 60px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.offcanvas-mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-mobile-menu.inactive {
  -webkit-transform: translateX(calc(100% + 60px));
  -ms-transform: translateX(calc(100% + 60px));
  transform: translateX(calc(100% + 60px));
}

.offcanvas-menu-close {
  position: absolute;
  right: -56px;
  left: auto;
  top: 0;
  background: #343538;
  z-index: 9;
  width: 60px;
  height: 60px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}

.offcanvas-menu-close:hover,
.offcanvas-menu-close:focus {
  color: #ffffff;
}

.offcanvas-menu-close i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas-menu-close:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.offcanvas-wrapper {
  overflow: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.offcanvas-mobile-search-area {
  background-color: #e6e6e6;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 9;
  margin-left: 60px;
}

.offcanvas-mobile-search-area input {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 9px 25px;
  color: #222222;
  background: #e6e6e6;
  border: none;
}

.offcanvas-mobile-search-area button {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #aaaaaa;
  padding: 0;
}

.offcanvas-mobile-search-area button i {
  font-size: 18px;
  line-height: 40px;
}

.offcanvas-inner-content {
  padding: 90px 35px 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offcanvas-navigation {
  margin-bottom: 50px;
}

.offcanvas-navigation>ul>li>a {
  font-size: 15px;
  color: #222527;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 0;
}

.offcanvas-navigation>ul>li>a:hover {
  color: #178FD1;
}

.offcanvas-navigation ul.sub-menu {
  margin-left: 25px;
}

.offcanvas-navigation ul.sub-menu>li>a {
  font-size: 13px;
  color: #222527;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
}

.offcanvas-navigation ul.sub-menu>li>a:hover {
  color: #178FD1;
}

.offcanvas-navigation ul li.menu-item-has-children {
  position: relative;
  display: block;
}

.offcanvas-navigation ul li.menu-item-has-children a {
  display: block;
}

.offcanvas-navigation ul li.menu-item-has-children.active>.menu-expand i:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
  position: absolute;
  right: auto;
  left: 95%;
  top: -5px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
  width: 10px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
  width: 100%;
  content: '';
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.off-canvas-widget-social a {
  margin: 0 10px;
  font-size: 14px;
}

.off-canvas-widget-social a:first-child {
  margin-left: 0;
}

.off-canvas-widget-social a:hover {
  color: #178FD1;
}

/* offcanvas settings */
.offcanvas-settings .offcanvas-navigation>ul>li>a {
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0;
}

.offcanvas-settings .offcanvas-navigation>ul>li.menu-item-has-children .menu-expand {
  height: 30px;
  top: -15px;
  margin-top: 0;
}

.offcanvas-settings .offcanvas-navigation ul.sub-menu>li>a {
  padding: 5px 0;
}

#main-nav ul li {
  list-style: none;
  position: relative;
  float: left;
  margin-bottom: 0;
}

#main-nav ul li:last-child,
#main-nav ul li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

#main-nav ul li:hover {
  border-radius: 5px;
}

#main-nav ul li a:active {}

#main-nav ul li a {
  padding: 3px 4px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

#main-nav ul.sub-menu li a {
  font-size: 16px;
}

#main-nav ul li ul {
  position: absolute;
  left: 0;
  width: 230px;
  /* background-color: #741313; */
  background: #741313;
  display: none;
  padding-left: 0;
  top: 27px;
  z-index: 2;
}

#main-nav ul li ul li {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

#main-nav ul li ul li ul {
  left: 200px;
  top: 0;
}

#main-nav ul li:focus-within>ul,
#main-nav ul li:hover>ul {
  display: initial;
}

.header-sm {
  background-color: var(--primary-color) !important;
  padding: 0;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  display: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background-color: #e3ab54;
}

#hamburger {
  box-sizing: border-box;
  display: none;
  width: 50px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 91;
  margin: 0;
  background-color: #FBDA24;
}

#hamburger {
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
}

.header-sm .logo img {
  max-height: 39px;
  margin: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 991px) {
  .header-area {
    display: none !important;
  }

  div.header-sm,
  .header-sm #hamburger {
    display: block !important;
    background-color: var(--primary-color) !important;
  }

  .header-sm .logo img {
    margin: 5px 0;
    max-height: 65px;
    max-width: 280px !important;
  }
}

@media screen and (max-width: 767px) {

  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    background-color: #fff;
  }

  .logo {
    padding: 6px 0 !important;
    text-align: center;
  }

  .header-sm .logo img {
    margin: 0;
    max-height: 35px;
    max-width: 67px !important;
  }
}


/*=====  End of Header  ======*/


/* header {
  width: 100%;
  height: 77px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(100px);
  position: fixed;
  top: 0%;
} */

/* nav {
  width: 100%;
} */

/*=============================================
=            hero slider            =
=============================================*/

.hero-slider__content-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  max-height: 123px;
  background: linear-gradient(180deg, rgba(128, 81, 0, 0) 0%, var(--primary-color) 100%);
  z-index: -1;
}

.hero-slider__content-wrapper {
  height: 100vh;
}

.hero-slider__container-area {
  position: relative;
  overflow: hidden;
}

.hero-slider__container-area .ht-swiper-button-nav {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  color: #ffffff;
}

.hero-slider__container-area .ht-swiper-button-nav:hover {
  background: #741313;
}

.hero-slider__container-area .ht-swiper-button-prev {
  left: 100px;
}

.hero-slider__container-area .ht-swiper-button-next {
  right: 100px;
}

.hero-slider__wrapper .swiper-slide-active .hero-slider__content>*:nth-child(1) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero-slider__wrapper .swiper-slide-active .hero-slider__content>*:nth-child(2) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero-slider__wrapper .swiper-slide-active .hero-slider__content>*:nth-child(3) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.hero-slider__single-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.hero-slider__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  /* width                   : 580px; */
  width: 100%;
  padding: 70px 0;
}

.hero-slider__content>* {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  color: #fff;
}

.hero-slider__title {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 88px;
  letter-spacing: 0%;
  color: #ffffff;
  text-shadow: 4px 8px 9.1px rgba(0, 0, 0, 0.5);
}

.hero-slider__text {
  font-size: 24px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.hero-slider__btn {
  font-size: 13px;
  line-height: 1;
  padding: 20px 60px;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hero-slider__btn--style2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.hero-slider__btn:hover,
.hero-slider__btn:focus,
.hero-slider__btn:active {
  color: #ffffff;
  background-color: #178FD1;
  border-color: #178FD1;
}

.hero-slider__content .put {
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: rgb(255, 255, 255);
  border-radius: 0px;
  letter-spacing: 2px;
  margin: 0px;
  z-index: auto;
  border-width: 0px;
  display: flex;
  align-items: flex-start;
  gap: 33px;
}

.hero-slider__content .put a {
  text-decoration: none;
  background: transparent;
  padding: 17px 30px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  display: inline-flex;
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}

.hero-slider__content .put a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.hero-slider__content .put a:hover {
  color: #fff;
}

.footer-banner {
  padding: 33px 0;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-info span.value {
  font-size: 14px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
}

.footer-info span.type {
  font-size: 14px;
  color: #B80000;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0%;
}

@media only screen and (min-width:1200px) and (max-width:1499px),
only screen and (min-width:992px) and (max-width:1199px) {
  .hero-slider__content {
    height: 660px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .hero-slider__container-area .ht-swiper-button-prev {
    left: 20px;
  }

  .hero-slider__container-area .ht-swiper-button-next {
    right: 20px;
  }

}

@media only screen and (max-width: 767px) {
  .header-sm .container {
    padding: 3px 10px;
  }

  .hero-slider__content {
    aspect-ratio: 1.45;
    height: unset;
    padding: 15px 0;
  }

  .hero-slider__content-wrapper {
    height: unset;
  }

  .hero-slider__container-area {
    margin-top: 30px;
  }

  .hero-slider__title {
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
  }

  .hero-slider__content .put,
  .hero-slider__content .put a {
    font-size: 15px;
  }

  .hero-slider__content .put a {
    padding: 5px 10px;
  }
}

/*=====  End of hero slider  ======*/


nav .logo {
  width: 14%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_logo {
  width: 119px;
  height: 68px;
}

/* nav .menu {
  width: 77%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

nav .language {
  width: 5%;
  height: 100%;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.menu .menu-list {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  list-style: none;
}

.menu-list ul {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.menu-list ul li {
  list-style: none;
}

.menu .menu-list li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
}

.language_text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}

.language_text p {
  padding: 0;
  margin: 0;
}

.slide_banner {
  width: 100%;
  height: 925px;
  position: relative;
}

.carousel-item {
  display: none;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
  height: 925px;
}

.carousel-item.active {
  display: flex;
  width: 100%;
}

.carousel-item img {
  border: 2px solid black;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-indicators.custom-indicators button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.carousel-indicators.custom-indicators .active {
  background-color: white;
  color: black;
}

.feedback_item .carousel-indicators {
  bottom: 21px;
  justify-content: flex-start;
}

.carousel-control-prev svg,
.carousel-control-next svg {
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* ná»n má» */
  /* padding: 10px; */
  /* border-radius: 50px; */
  transition: all 0.3s ease;
}

.carousel-control-prev:hover svg,
.carousel-control-next:hover svg {
  background-color: rgba(255, 255, 255, 0.8);
  stroke: black;
  transform: scale(1.1);
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-caption {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-caption {
  position: absolute;
  top: 10%;
}

.noithatqunagnguyen {
  width: 850px;
  height: 181px;
  display: flex;
  /* Sá»­a tá»« block thÃ nh flex */
  flex-direction: column;
  /* Äáº·t cÃ¡c pháº§n tá»­ theo cá»™t */
  justify-content: center;
  align-items: center;
  margin: auto;
}

.noithatqunagnguyen_text {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.noithatqunagnguyen_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 30px;
  width: 217px;
  height: 61px;
  border: 1.5px solid rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
  background-color: #ffffff00;
}

.noithatqunagnguyen_arrow:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 768px) {
  header {
    height: auto;
  }

  .menu-list {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    background-color: #333;
    padding: 0;
    margin: 0;
    transition: max-height 0.3s ease;
  }

  .menu-list.active {
    max-height: 500px;
    padding: 10px;
  }

  .menu-list li {
    padding: 10px 0;
    border-bottom: 1px solid #555;
  }

  .mobile-menu-toggle {
    text-align: right;
    padding: 10px;
    background-color: #111;
  }

  .mobile-menu-toggle button {
    background: none;
    border: none;
    cursor: pointer;
  }

  .mobile-menu-toggle svg rect {
    transition: fill 0.3s;
  }

  .mobile-menu-toggle button:hover svg rect {
    fill: #ffcc00;
  }

  .img_logo {
    width: 100%;
    height: 100%;
    max-width: 100px;
  }

  nav {
    padding: 0;
    height: unset;
    justify-content: center;
  }

  /* nav .menu {
    width: 70%;
  } */

  .noithatqunagnguyen_text {
    font-size: 30px;
  }

  .carousel-item {

    height: 500px;
  }
}

.QNG02 {
  width: 100%;
  min-height: 594px;
  border-width: 1px;
}

.QNG02_grid-container {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 4 cá»™t desktop */
}

.QNG02_grid-item {
  height: 297px;
  background-color: white;
  border: 1px solid #ddd;
  font-weight: bold;
  gap: 20px;
}

.QNG02_gruop_img {
  width: 85.009995px;
  height: 75.995567px;
}


.QNG02_gruop_icon {
  width: 80%;
  height: 170px;
  margin: auto;
  margin-top: 30px;
}

.QNG02_gruop_icon h2 {
  font-size: 20px;
  margin-top: 26px;
  color: #000;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
}

.QNG02_gruop_icon a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.7);
}

.QNG02_gruop_icon a:hover {
  color: rgba(128, 81, 0, 1);
}


/* Responsive cho mobile */
@media (max-width: 768px) {
  .QNG02_grid-item {
    height: 265px;
  }

  .QNG02_grid-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 cá»™t mobile */
  }

  .QNG02_gruop_icon h2 {
    font-size: 18px;
  }

  .QNG02_gruop_icon {
    text-align: center;
  }
}

.container1 {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
}

.category {
  width: 100%;
  padding: 20px 0;
}

.category_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#category_Carousel {
  width: 100%;
}

.category_title {
  text-align: center;
  max-width: 1440px;
  margin: 0px;
  color: var(--primary-color);
  font-family: "" Roboto", sans-serif";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.category_grid-container {
  margin-top: 31px;
  width: 100%;
  height: 148px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category_grid-item {
  height: 148px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category_item_img {
  position: relative;
  display: inline-block;
}

.category_item_img:hover {
  filter: brightness(50%);
}

.category_item_img_icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
  stroke: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  /* Ẩn icon ban đầu */
  transition: opacity 0.3s;
  /* Hiệu ứng mượt mà */
}

.category_item_img_icon:hover {
  opacity: 1;
  /* Hiển thị icon khi hover */
}

.category_item_name {
  width: 100%;
  text-align: center;
}

.category_slide {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.category_grid-item {
  /* padding: 10px; */
  border-radius: 10px;
  text-align: center;
  flex-shrink: 0;
}

@media (max-width: 1440px) {
  .carousel-control-next_icon {
    display: none;
  }
}


@media (max-width: 768px) {
  .category {
    width: 100%;
    height: auto;
  }

  .category_slide {
    flex-wrap: nowrap;
  }

  .carousel-control-next_icon .carousel-control-next_btn {
    display: none;
  }

  .carousel-control-next_icon .carousel-control-next_btn2 {
    display: block;
  }

  /* .category_grid-item {
    width: 23% !important;
    flex-shrink: 0;
    display: block;
  } */

  .category_grid-item img {
    width: 120px;
    height: 120px;
  }

  .category_content {
    margin: auto;
    display: block;
  }

  /* .category_item_name h2 {
    width: 75px;
    height: 60px;
  } */

  .carousel-control-next_icon {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
    background-color: white;
    border: none;
  }

  .carousel-control-next_icon button {
    background-color: white;
    border: none;
  }

  .sale_container {
    display: block;
  }

  .sales,
  .new_product {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .category_grid-item img {
    width: 150px;
    height: 150px;
  }

  .carousel-control-next_icon .carousel-control-next_btn2 {
    display: none;
  }

  /* .carousel-control-next_icon {
    align-items: center;
    display: flex;
    justify-content: end;
    background-color: white;
    border: none;
    position: absolute;
    right: -50px;
  } */

  .carousel-control-next_icon button {
    background-color: white;
    border: none;
  }
}

.sale_container {
  width: 100%;
  height: 389px;
  display: flex;
  justify-content: space-between;
}

.sales {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.new_product {
  width: 50%;
  height: 100%;
}

.new_product,
.sales_content {
  position: relative;
  overflow: hidden;
}

.new_product::before,
.sales_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(http://quangnguyeninterior.nrglobal.top/wp-content/uploads/2025/05/sale1.png) 50% center / cover no-repeat lightgray;
  transition: transform 0.5s ease;
  z-index: 0;
}

.new_product:hover::before,
.sales_content:hover::before {
  transform: scale(1.1);
}

.sales_content {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.sale_text {
  width: 540px;
  height: 92px;
  font-family: "Carattere", cursive, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
}

.sale_cart {
  width: 55px;
  height: 55px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 1);
}

.sale_cart img {
  border-radius: 0;
  width: 18px;
  height: 20px;
}

.sale_cart:hover {
  background-color: rgba(128, 81, 0, 1);
  border: 2px solid rgba(128, 81, 0, 1);
}


/* Media query cho mobile */
@media (max-width: 768px) {
  .sale_text {
    width: 100%;
    margin-top: 0;
    font-size: 59px;
  }

  .sale_container {
    height: auto;
    flex-direction: column;
  }

  .sales,
  .new_product {
    width: 100%;
    /* Má»—i div chiáº¿m toÃ n bá»™ chiá»u rá»™ng */
    height: 214px;
    /* Äáº·t chiá»u cao cá»‘ Ä‘á»‹nh hoáº·c tá»± Ä‘á»™ng tÃ¹y Ã½ */
  }
}

/* CSS cho desktop */
.actual_product {
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(243, 243, 243, 0.43);
  padding: 30px 0;
}

.actual_product_item1 h1 {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 35px;
  /* line-height: 2; */
  letter-spacing: 0%;
  color: rgba(128, 81, 0, 1);
  text-align: left;
  margin: 0;
}

.actual_product .actual_product_item1 {
  flex-direction: row;
  margin-bottom: 10px;
}

.actual_product p {
  width: 100%;
  max-width: 148px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.actual_product p a,
.project p a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}

.actual_product p svg {
  margin-left: 5px;
}

.actual_product_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.actual_product_item1,
.actual_product_item2,
.actual_product_item3,
.actual_product_item4,
.actual_product_item5,
.actual_product_item6,
.actual_product_item7,
.actual_product_item8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0;
  box-sizing: border-box;
}

.product-actions {
  position: absolute;
  top: 65%;
  left: 90%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: grid;
  gap: 5px;
}

.actual_product_item2:hover .product-actions,
.actual_product_item3:hover .product-actions,
.actual_product_item4:hover .product-actions,
.actual_product_item5:hover .product-actions,
.actual_product_item6:hover .product-actions,
.actual_product_item7:hover .product-actions,
.actual_product_item8:hover .product-actions {
  opacity: 1;
}

.add-to-cart,
.add-to-favorite {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(0 0 0);
  background-color: white
}

.add-to-cart path,
.add-to-favorite path {
  stroke: #000000;
}

.add-to-cart:hover,
.add-to-favorite:hover {
  background-color: rgba(128, 81, 0, 1);
  border: 1px solid #fff;
}

.add-to-cart:hover path,
.add-to-favorite:hover path {
  stroke: #fff;
}

.actual_product_item_img {
  width: 100%;
  height: 273px;
  border-radius: 10px;
  object-fit: cover;
}

.actual_product_item1_name {
  width: 100%;
  top: 285px;
  left: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0%;
  color: rgb(150, 149, 149);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .actual_product_inner {
    padding: 0;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .actual_product p {
    margin-top: 10px;
    max-width: 107px;
  }

  .actual_product p a {
    font-size: 19px;
  }

  .Frame4 {
    height: auto;
    padding: 20px 0;
  }

  .Frame4 h1 {
    font-size: 26px;
    max-width: 100%;
  }

  .Frame4 p {
    font-size: 20px;
    max-width: 100%;
  }

  .actual_product_inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .actual_product_item1 h1 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .actual_product_item1,
  .actual_product_item2,
  .actual_product_item3,
  .actual_product_item4,
  .actual_product_item5,
  .actual_product_item6,
  .actual_product_item7,
  .actual_product_item8 {
    height: auto;
  }

  .actual_product_item_img {
    height: auto;
    max-height: 273px;
  }

  .actual_product_item1_name {
    position: relative;
    top: 0;
    margin-top: 10px;
    font-size: 16px;
  }
}

.outstanding_products {
  position: relative;
  width: 100%;
  height: 806px;
}

.outstanding_products img {
  width: 100%;
  height: 242px;
  object-fit: cover;
}

.outstanding_products_title {
  position: absolute;
  width: 690px;
  height: 120px;
  top: 185px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.outstanding_products_slide {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  position: relative;
}

#carouselExample {
  max-width: calc(100% - 160px);
  margin: 0 auto;
}

.outstanding_products .outstanding_products_slide .carousel .carousel-inner .carousel-item {
  height: 463px;
}

.outstanding_products_item img {
  width: 391.6448974609375px;
  height: 410px;
  border-radius: 10px;
}

.outstanding_products_item {
  max-width: 1440px;
  height: 463px;
  display: flex;
  gap: 20px;
}

.outstanding_products_item1 {
  width: 391px;
  height: 463px;
  border-radius: 10px;
  text-align: center;
}

.outstanding_products_item1 img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: 10px;
}

.outstanding_products_item1_name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.outstanding_products_title h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-color);
}

.outstanding_products_slide .carousel-control-prev {
  position: absolute;
  top: 45%;
  height: 100px;
  transform: translateY(-50%);
  width: auto;
}

.outstanding_products_slide .carousel-control-next {
  right: 20px;
  position: absolute;
  top: 45%;
  height: 100px;
  transform: translateY(-50%);
  width: auto;
}

.outstanding_products_hover {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.outstanding_products_hover_btn {
  display: grid;
  position: absolute;
  top: 30%;
  left: 45%;
  opacity: 0;
  gap: 20px;
}

.outstanding_products_hover:hover .outstanding_products_hover_btn,
.outstanding_products_hover:hover .outstanding_products_hover_price {
  opacity: 1;
}

.outstanding_products_hover:hover img {
  opacity: 0.4;
}

.outstanding_products_hover_btn button,
.outstanding_products_hover_btn a {
  width: 55px;
  height: 55px;
  background-color: #00000000;
  border: 2px solid var(--Color-2, var(--primary-color));
  align-content: center;

}

.outstanding_products_hover_btn button:hover,
.outstanding_products_hover_btn a:hover {
  background-color: var(--Color-2, var(--primary-color));
}

.outstanding_products_hover_btn button:hover path,
.outstanding_products_hover_btn a:hover path {
  stroke: white;
}

.outstanding_products_hover_btn button path,
.outstanding_products_hover_btn a path {
  stroke: var(--Color-2, var(--primary-color));
}

@media (max-width: 768px) {
  .outstanding_products {
    height: auto;
    padding: 20px 0;
  }

  .outstanding_products_title {
    width: 77%;
    height: 86px;
    top: 214px;
    font-size: 24px;
    padding: 10px;
  }

  .outstanding_products_title h1 {
    font-size: 25px;
    text-align: center;
  }

  .outstanding_products_item {
    overflow-x: auto;

    align-items: center;
    height: auto;
  }

  .outstanding_products_item1 {
    width: 90%;
    height: 100%;
  }

  .outstanding_products_item1 img {
    height: 410px;
  }

  .outstanding_products_slide {
    flex-direction: column;
    position: relative;
    margin-top: 40px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 45%;
    transform: translateY(-55%);
    display: none;
  }

  .outstanding_products_item1_name {
    width: 280px;
  }
}

.feedback {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.feedback img {
  width: 50%;
  height: 594px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.feedback_item {
  margin-top: 50px;
  width: 50%;
  height: 594px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

#carouselExampleIndicators {
  height: 100%;
}

#carouselExampleIndicators .carousel-inner {
  height: 100%;
}

#carouselExampleIndicators .feedback_item_content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 100px;
  gap: 30px;
  display: flex;
}

#carouselExampleIndicators .feedback_item_content h1 {
  /* height: 90px; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-color);
}

.responder img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.responder_name {
  width: 73px;
  height: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
  display: flex;
  text-align: center;
  align-items: center;
  margin-left: 10px;
}

.responder_content {
  width: 630px;
  height: 180px;
  font-weight: 300;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
  line-height: 1.6;

}

.responder {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}

.feedback_clint {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#carouselExampleIndicators {
  height: 100%;
  overflow: hidden;
}

.memberSwiper .swiper-pagination {
  bottom: -15px;
}

@media (max-width: 992px) {
  #carouselExampleIndicators .feedback_item_content {
    padding: 0px 20px;
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .feedback {
    flex-direction: column;
    height: 420px;
  }

  .feedback img {
    width: 100%;
    height: 411px;
  }

  .feedback_item {
    position: relative;
    top: -350px;
    left: 7%;
    width: 85%;
    height: 287px;
    margin-top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  #carouselExampleIndicators .feedback_item_content {
    padding: 20px 15px;
    gap: 10px;
  }

  #carouselExampleIndicators .feedback_item_content h1 {
    font-size: 21px;
    margin: 0;
  }

  .responder_content {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .responder img {
    width: 60px;
    height: 60px;
  }

  .responder_name {
    font-size: 16px;
  }
}

.project_content {
  width: 100%;
  height: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.project {
  max-width: 1440px;
  height: 584px;
  margin: 30px auto 0;
}

.project_item1 {
  width: 100%;
  height: 510px;
}

.project_item2 {
  width: 100%;
  height: 510px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.project_item2_2img {
  width: 100%;
  height: 249px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.project .container1 h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0%;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.project_hover {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project_hover,
.news_item_rows {
  overflow: hidden;
}

.project_hover img,
.news_item_rows img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project_hover:hover img,
.news_item_rows:hover img {
  transform: scale(1.1);
}

.project_hover:hover .project_hover_content {
  opacity: 1;
}

.project_hover_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: RGBA(0, 0, 0, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.11) 17.23%, rgba(0, 0, 0, 0.69) 61.76%, rgba(0, 0, 0, 0.85) 97%);
  border-radius: 0 0 8px 8px;
}

.project_hover_content .project_hover_content_text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: start;
  align-items: center;
}

.project_hover_content_btn {
  width: 31px;
  height: 31px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;

}

.project_hover_content_btn .project_hover_content_btn1 {
  background-color: transparent;
  border: none;
  display: block;
}

.project_hover_content_btn .project_hover_content_btn2 {
  background-color: transparent;
  border: none;
  /* display: none; */
}

.project_hover_content_btn:hover .project_hover_content_btn1 {
  background-color: transparent;
  border: none;
  display: none;
}

.project_hover_content_btn:hover .project_hover_content_btn2 {
  background-color: transparent;
  border: none;
  display: block;
}

.outstanding_products_hover_price {
  width: 100%;
  height: 46px;
  background-color: var(--Color-2, var(--primary-color));
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 89%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: aliceblue;
  opacity: 0;
}

img {
  /* width: 100%;
  height: 100%; */
  border-radius: 10px;
}

@media (max-width: 768px) {
  .project {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .project .container1 h1 {
    font-size: 25px;
    text-align: center;
    /* width: 100%; */
  }

  .project_content {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 10px;
  }

  .project_item1,
  .project_item2 {
    height: auto;
    width: 100%;
    gap: 10px;
  }

  .project_item2_2img {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .project_item2_2img_img {
    width: 100%;
    height: 100%;
  }

  img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}

.best-selling_products {
  width: 100%;
  height: auto;
  margin: 30px auto 30px;
}

.best-selling_products_inner {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.best-selling_products_inner h1 {
  font-family: "Roboto", sans-serif, serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(128, 81, 0, 1);
  margin-bottom: 10px;
  margin-top: 0;
}

.best-selling_products_content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.best-selling_products_item {
  height: auto;
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.best-selling_products_item:hover {
  transform: translateY(-5px);
}

.best-selling_products_item img {

  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.discount_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}

.best-selling_products_details {
  color: var(--CH-M, rgba(119, 119, 119, 1));
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 20px;
}

.best-selling_products_details h3 {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin: 20px 0;
}

.best-selling_products_prices {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Gi-2, rgba(214, 68, 68, 1));
}

.best-selling_products_prices .original_price {
  text-decoration: line-through;
}

.best-selling_products_hover:hover .best-selling_products_hover_btn,
.best-selling_products_hover:hover .best-selling_products_hover_content {
  opacity: 1;
}

.best-selling_products_hover:hover img {
  opacity: 0.5;

}

.best-selling_products_hover {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.best-selling_products_hover_btn button {
  width: 55px;
  height: 55px;
  background: transparent;
  border: 1px solid var(--Coler-2, rgba(128, 81, 0, 1));
}

.best-selling_products_hover .best-selling_products_hover_btn {
  opacity: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: absolute;
  top: 27%;
  width: 100%;
}

.best-selling_products_hover_content a {
  color: var(--primary-color)
}

.best-selling_products_hover .best-selling_products_hover_content {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: 2px solid var(--Coler-2, rgba(128, 81, 0, 1));
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-weight: 600;
  opacity: 0;
}

.best-selling_products_hover_content:hover {
  background-color: var(--primary-color);
  color: white;
}

.best-selling_products_hover_content:hover a {
  color: white;
}

.best-selling_products_hover_btn button:hover {
  background-color: var(--primary-color);
}

.best-selling_products_hover_btn button:hover path {
  stroke: white;
}

@media (max-width: 768px) {
  .best-selling_products {
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .best-selling_products_item {
    height: 250px;
  }

  .best-selling_products_inner h1 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
  }

  .best-selling_products_hover_btn button {
    height: 45px;
    width: 45px;
  }

  .best-selling_products_content {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .best-selling_products_item img {
    height: 150px;
  }

  .best-selling_products_details h3 {
    font-size: 14px;
  }

  .best-selling_products_prices .original_price {
    font-size: 12px;
  }

  .best-selling_products_prices .discounted_price {
    font-size: 12px;
  }

  .discount_badge {
    font-size: 12px;
    padding: 3px 8px;
  }

  .best-selling_products_seeAll {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .best-selling_products_seeAll {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 0;
    top: 0;
    position: absolute;
  }
}

.best-selling_products_seeAll button,
.best-selling_products_seeAll a {
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
}

.news {
  width: 100%;
  height: auto;
  margin: 20px auto;
  margin-bottom: 40px;
}

.news .container1 {
  position: relative;
}

.news_inner {
  width: 100%;
  height: auto;
}

.news_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.news_title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.news_item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
}

.news_item_rows {
  width: 100%;
  /* height: 100%; */
  border-bottom: 1px solid rgba(228, 228, 228, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}

.news_item_rows a {
  width: calc(100% - 192px);
}

.news_item_rows_title {
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  /* line-height: 100%; */
  letter-spacing: 0%;
  color: var(--primary-color);
  margin: 0;
}

.wrap-img_item {
  max-width: 172px;
  width: 100%;
  height: 110px;
}

.news_item_rows img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news_item_rows_content {
  /* width: 460px; */
  font-weight: 600;
  font-size: 18px;
  /* line-height: 1.3; */
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
  margin: 0;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 👈 Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .news {
    height: auto;
    width: 100%;
    padding: 0;
  }

  .news_title {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
  }

  .news_content {
    flex-direction: column;
  }

  .news_item {
    width: 100%;
  }

  .news_item_rows {
    align-items: center;
    gap: 15px;
  }

  .news_item_rows a {
    width: calc(100% - 129px);
  }

  .news_item_rows_title {
    font-size: 20px;
  }

  .news_item_rows img,
  .news_item_rows .wrap-img_item {
    max-height: 79px;
    max-width: 114px;
  }

  .news_item_rows_content {
    font-size: 14px;
    width: 100%;
  }

  .best-selling_products_seeAll button {
    font-size: 19px;
  }
}

.member {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

.member_title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 35px;
  /* line-height: 88px; */
  letter-spacing: 0%;
  color: var(--primary-color);
}

.member_item {
  height: 138px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.member_item a {
  aspect-ratio: 231 / 145;
  height: auto;
  max-width: 231px;
  width: 100%;
}

.carousel-item_member {
  height: 100%;
}

.member_item img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  /* height: 138px;
  width: 223px; */
  /* border: 1px solid; */
}

@media (max-width: 768px) {
  .member {
    width: 100%;
    padding: 0;
  }

  .member_title {
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .member .member_inner .carousel .carousel-inner .carousel-item {
    height: auto;
    padding: 10px 0;
  }

  .member_item {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .member_item img {
    /* height: 70px;
    width: 23%;
    margin: 10px 0; */
  }

  .carousel-indicators button {
    width: 8px;
    height: 8px;
  }

  .member_item img:nth-child(5) {
    display: none;
  }
}

/* .footer {
  background-color: #f0e4cb;
  font-size: 14px;
  width: 100%;
  padding: 40px 0;
}

.footer_container {
  max-width: 1440px;
  margin: 0 auto;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer_title {
  width: 142px;
  height: 43px;
  font-family: ""Roboto", sans-serif", serif;
  font-weight: 700;
  font-size: 25px;
  color: var(--primary-color);
}

.footer_title1 {
  font-family: ""Roboto", sans-serif", serif;
  font-weight: 700;
  font-size: 25px;
  color: var(--primary-color);
}

.footer_content {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 220%;
  color: rgba(0, 0, 0, 0.7);
}

.title_end {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
}

.colfooter {
  margin: 0 auto;
}

.formemail {
  margin-top: 38px;
}

footer .container {
  margin-top: 40px;
  width: 1198px;
}

.footer-divider {
  border-top: 3px solid var(--primary-color);
  width: 100%;
  margin-top: 57px;
  margin-bottom: -51px;
  opacity: 0.8;
} */

@media (max-width: 768px) {
  .footer {
    background-color: #f0e4cb;
    font-family: Arial, sans-serif;
    height: auto;
    padding: 20px 15px;
  }

  .footer .container {
    width: 100%;
  }

  .rowfooter {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    align-items: flex-start;
    padding: 0;
  }

  .colfooter,
  .footer .col-md-2,
  .footer .col-md-4,
  .footer .col-md-3 {
    width: 100% !important;
    margin-bottom: 0;
    padding-left: 0;
  }

  .colfooter img {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .footer_title,
  .footer_title1 {
    font-family: "" Roboto", sans-serif", serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--primary-color);
    margin: 10px 0;
    width: auto;
    height: auto;
    cursor: pointer;
  }

  .footer_title::after {
    content: "+";
    float: right;
    font-weight: bold;
    margin-right: 10px;
    color: var(--primary-color);
  }

  .footer_title[data-expanded="true"]::after {
    content: "-";
  }

  .footer_title[data-expanded="true"]+.footer_content,
  .footer_title[data-expanded="true"]+p,
  .footer_title[data-expanded="true"]+.formemail,
  .footer_title[data-expanded="true"]+ul,
  .footer_title1[data-expanded="true"]+.footer_content,
  .footer_title1[data-expanded="true"]+p,
  .footer_title1[data-expanded="true"]+.formemail,
  .footer_title1[data-expanded="true"]+ul {
    display: block;
  }

  .footer_content,
  .footer .list-unstyled,
  .footer .col-md-4 p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 5px 0;
  }

  .register {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .formemail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 10px 0;
  }

  .formemail input {
    flex: 1;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .formemail button {
    background-color: #8b5a2b;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 80px;
    padding: 8px;
    border: none;
    border-radius: 4px;
  }

  .formemail button:hover {
    background-color: #6f4a22;
  }

  .imgzalo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: transparent;
  }

  .footer-divider {
    border-top: 2px solid #6f4a22;
    margin: 15px 0;
  }

  .footer .d-flex.justify-content-between {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .title_end {
    font-size: 12px;
    color: #555;
    margin: 0;
  }

  .link_nrglobal {
    font-size: 12px;
    color: var(--primary-color);
    text-decoration: none;
  }

  .link_nrglobal:hover {
    text-decoration: underline;
  }

  .list-unstyl {
    display: none;
    margin: 5px 0;
  }

  .list-unstyl23 {
    max-width: 200px;
    margin: 0 auto;
    border-right: none !important;
  }
}

#carouselExampleDark .carousel-control-prev:hover svg,
#carouselExampleDark .carousel-control-next:hover svg {
  background-color: transparent;
}

/* 
#carouselExample {
  width: 100%;
} */

@media (max-width: 1199px) {
  #carouselExample {
    width: 100%;
    max-width: unset;
  }

  #carouselExample .carousel-inner {
    width: 100%;
  }

  #carouselExample .carousel-item {
    width: 100%;
    height: auto;
  }
}

/* 
.brochure {
  width: 100%;
  display: block;
  max-width: 184px;
}

.brochure img {
  width: 100%;
}

.brochure-container {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.brochure {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.brochure:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.brochure img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.brochure:hover img {
  transform: scale(1.05);
}

.brochure-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgb(128 81 0 / 53%), rgb(128 81 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
}

.brochure:hover .brochure-overlay {
  opacity: 1;
}

.download-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill: currentColor;
}

.overlay-text {
  font-weight: 600;
  font-size: 14px;
}

.brochure-info {
  padding: 16px;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brochure-details h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 4px;
  margin-top: 0;
}

.brochure-details p {
  font-size: 12px;
  color: #64748b;
}

.external-icon {
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
}

.qr-section {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.qr-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.qr-icon {
  width: 20px;
  height: 20px;
  fill: #64748b;
  margin-right: 8px;
}

.qr-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

.qr-code-wrapper {
  display: inline-block;
  padding: 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

.qr-code-wrapper img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}

.qr-description {
  font-size: 12px;
  color: #64748b;
}

#carouselExampleIndicators .swiper-pagination-bullet-active {
  background: #869791;
  width: 12px;
  height: 12px;
}

.memberSwiper .swiper-pagination {
  bottom: -14px;
}

.hero-slider__content-wrapper {
  height: 100vh;
} */

/* Footer styles */
.footer {
  background-color: var(--primary-color);
  color: white;
  padding: 0;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

/* Logo */
.logo {
  margin-bottom: 0px;
  padding: 12px 0 !important;
}

@media screen and (max-width: 767px) {
  .logo {
    padding: 0 !important;
    text-align: center;
  }
}

.logo img {
  height: auto;
  max-width: 150px !important;
}

/* Description */
.description {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

/* Social icons */
.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.social-icon img {
  width: 24px;
  height: 24px;
}

/* Footer titles */
.footer-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* Contact list */
.contact-list {
  list-style: none;
  padding-left: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  align-items: center;
  margin-bottom: 15px;
  grid-gap: 10px;
}

.contact-item i {
  margin-right: 10px;
  margin-top: 3px;
  width: 16px;
}

.contact-item a {
  color: white;
  text-decoration: underline;
}

.contact-item a:hover {
  color: #f0f0f0;
}

/* Menu list */
.menu-list {
  list-style: none;
  padding-left: 0;
}

.menu-item {
  margin-bottom: 10px;
}

.menu-item a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.menu-item a:hover {
  color: #f0f0f0;
  text-decoration: underline;
}

/* Copyright */
.copyright {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

.copyright a {
  color: white;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 768px) {
  .footer-title {
    font-size: 18px;
  }

  .footer-grid {
    flex-direction: column;
  }
}

@media (max-width: 530px) {
  .footer-column {
    padding: 0;
    width: 100%;
  }
}

/* Card styles */
.brochure-card {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid #e5e7eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.brochure-card p,
.brochure-card h3 {
  margin-bottom: 0;
}

/* Tabs navigation */
.tabs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.tab-trigger {
  padding: 0.75rem;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: #6b7280;
  border: none;
  background: none;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tab-trigger.active {
  color: #111827;
  background-color: white;
  box-shadow: inset 0 -2px 0 0 currentColor;
}

.tab-trigger:hover:not(.active) {
  background-color: #f3f4f6;
}

.tab-trigger svg {
  width: 16px;
  height: 16px;
}

/* Tab content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Brochure styles */
.brochure-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.brochure-cover {
  position: relative;
  height: 198px;
  width: 100%;
}

.brochure-card .brochure-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brochure-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brochure-cover:hover .brochure-overlay {
  opacity: 1;
}

.brochure-overlay svg {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
}

.brochure-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #f9fafb;
}

.brochure-details h3 {
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
  margin-top: 0;
}

.brochure-details p {
  font-size: 0.875rem;
  color: #6b7280;
}

.external-icon {
  width: 20px;
  height: 20px;
  color: #6b7280;
}

/* QR code styles */
.qr-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: white;
}

.qr-header {
  margin-bottom: 1rem;
  text-align: center;
}

.qr-header svg {
  width: 24px;
  height: 24px;
  margin: 0 auto 0.5rem;
  color: #374151;
}

.qr-header h3 {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}

.qr-image-wrapper {
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}

.qr-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-description {
  font-size: 0.875rem;
  text-align: center;
  color: #6b7280;
}

.wrap-lang {
  display: flex;
  list-style-type: none;
  gap: 4px;
}

.wrap-lang .lang-item img {
  width: 27px !important;
  height: 16px !important;
  border-radius: 4px;
  cursor: pointer;
}

.socialfollow {
  float: none;
  clear: both;
  margin: 10px 0;
}

.socialfollow a:first-of-type {
  margin-left: 0;
}

.socialfollow a {
  background: #fff;
}

.socialfollow a {
  border-radius: 8px;
  padding: 8px;
  margin-right: 7px;
  transition: .3s all;
}

.socialfollow a {
  width: 35px;
  height: 36px;
  text-align: center;
  padding: 8px;
  float: left;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.31s ease;
  -moz-transition: all 0.31s ease;
  -ms-transition: all 0.31s ease;
  -o-transition: all 0.31s ease;
  transition: all 0.31s ease;
  color: #888;
  display: flex;
}

.socialfollow a.zalo {
  padding: 2px
}

.socialfollow a svg {
  width: 100%;
  height: 100%;
}

.widget .socialfollow svg {
  height: 18px;
}

.socialfollow a.facebook:hover {
  background: #3b5996;
}

.socialfollow a.youtube:hover {
  background: #cb322c;
}

.socialfollow a.instagram:hover {
  background: #457399;
}

.socialfollow a.zalo:hover {
  background: #457399;
}

.slider-partner .owl-item>div {
  padding: 7.5px;
  /* adds space inside each item */
}

.img-partner a,
.img-partner a img {
  width: 100%;
}

.form-container {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.form-container .icon {
  width: 60px;
  height: 60px;
  background: rgb(255 255 255 / 20%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.form-container .icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.form-container h2 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-container .description {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.form-container .form-group {
  margin-bottom: 20px;
}

.form-container .email-input {
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.form-container .email-input::placeholder {
  color: #fff;
}

.form-container .email-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(128, 81, 0, 0.2);
}

.form-container .subscribe-btn {
  width: 100%;
  padding: 15px;
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-container .subscribe-btn:hover {
  background: #9d6200;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(128, 81, 0, 0.3);
}

.form-container .subscribe-btn:active {
  transform: translateY(0);
}

.form-container .subscribe-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}


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

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 480px) {

  h2 {
    font-size: 20px;
  }

  .description {
    font-size: 13px;
  }
}

.youtube svg path {
  fill: #FF0033;
}

.facebook svg path {
  fill: #0866FF;
}

.hover-img-zoom:hover img {
  transform: scale(1.05) !important;
}

.hover-img-zoom img {
  transition: transform 0.3s ease !important;
}

#newsletterForm .wpcf7-not-valid-tip {
  color: #fff;
}

/*   News   */

.article-item:hover .inner-image img {
  transform: scale(1.1);
}

.article-item .inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}

.ratio-3-2 {
  padding-top: 66.66%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.box-article-update .box-left .inner-content .article-description {
  color: #fff;
}

.box-article-update .box-left .inner-content .post-date {
  color: #fff;
}

.box-article-update .inner-image::before {
  height: 181px !important;
}

.box-article-update .box-list-top .article-left .inner-image .img {
  padding-top: 67.5%;
}

.box-article-update .box-list-top .article-left {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
}

.box-article-update .list-article-banner .banner {
  border-radius: 15px;
  overflow: hidden;
  padding-top: 147%;
}

.box-article-update .list-article-banner .banner-right {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
}

.box-article-update .list-article-banner .banner-right.banner-right-02 .banner {
  padding-top: 71%;
}

.box-article-update .list-article-banner .banner-right.banner-right-02>.item:last-child {
  margin-bottom: 0;
}

.box-list-top .box-left .article-item {
  padding: 0;
  border-radius: 8px;
}

.box-list-top .box-left .article-item .inner-image {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.box-list-top .box-left .article-item .inner-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  z-index: 1;
  pointer-events: none;
}

.box-list-top .box-left .article-item .inner-content .article-title {
  margin-bottom: 0;
  font-size: 22px;
}

.box-list-top .box-left .article-item .inner-image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(0deg, #000000, #00000000);
  z-index: 1;
  pointer-events: none;
}

.box-list-top .box-left .article-item .inner-image .img {
  border-radius: 8px;
}

.box-list-top .box-left .article-item .inner-content .article-title a {
  color: #fff;
}

.box-article-update .article-item {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.box-article-update .article-item .inner-image {
  margin-bottom: 15px;
}

.box-article-update .article-item .inner-image {
  margin-bottom: 15px;
}

.box-article-update .article-item .inner-image .img {
  border-radius: 14px;
  overflow: hidden;
}

.box-article-update .article-item .article-title,
.box-article-update .article-item .article-title a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #000;
}

.article-right .article-description {
  min-height: 92px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 14px;
}

.box-article-update .article-item .link-comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-item .inner-content .link-comment .btn-all {
  max-width: 65px;
  height: 34px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.article-item .inner-content .link-comment .btn-all {
  padding: 6px;
}

.article-item .inner-content .link-comment .btn-all svg {
  width: 100%;
  height: 100%;
}

.box-article-update .box-list-top .article-left {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.article-item .inner-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.box-article-update .row>div {
  padding-right: 10px;
  padding-left: 10px;
}

.inner-content .article-category a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
}

.article-right .inner-content .article-category a {
  color: var(--primary-color) !important;
  text-transform: uppercase;
  font-size: 14px;
}

.article-right .row {
  margin-right: -10px;
  margin-left: -10px;
}

.news .row {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-page .single-product-layout .site-main {
  margin-top: 0;
}

/* Page 404 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.error-page {
  position: relative;
  overflow: hidden;
  margin-top: 119px;
  padding-top: 127px;
}

@media screen and (max-width: 768px) {
  .error-page {
    margin-top: 87px;
  }
}

.background-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(135deg, var(--primary-color) 0%, #a66800 50%, #cc8400 100%);
}

.background-animation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 80%, rgba(128, 81, 0, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(204, 132, 0, 0.3) 0%, transparent 50%);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.container {
  text-align: center;
  max-width: 600px;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.error-illustration {
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
  position: relative;
  animation: bounce 2s ease-in-out infinite;
}

.error-illustration::before {
  content: '404';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.error-illustration::after {
  content: '🔍';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  z-index: 2;
  animation: search 3s ease-in-out infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

@keyframes search {

  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  25% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }

  75% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
}

.error-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow:
    0 20px 40px rgba(128, 81, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.error-code {
  font-size: 120px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-color), #cc8400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 20px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }
}

.error-title {
  font-size: 32px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 16px;
  line-height: 1.2;
}

.error-subtitle {
  font-size: 18px;
  color: #718096;
  margin-bottom: 32px;
  line-height: 1.6;
}

.error-description {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 40px;
  line-height: 1.6;
}

.action-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color), #cc8400);
  color: white;
  box-shadow: 0 4px 15px rgba(128, 81, 0, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(128, 81, 0, 0.6);
  background: linear-gradient(135deg, #a66800, #e6a000);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.8);
  color: var(--primary-color);
  border: 2px solid rgba(128, 81, 0, 0.2);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 1);
  border-color: var(--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(128, 81, 0, 0.2);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.feature {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  border: 1px solid rgba(128, 81, 0, 0.1);
  transition: all 0.3s ease;
}

.feature:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(128, 81, 0, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(128, 81, 0, 0.1);
}

.feature-icon {
  font-size: 24px;
  margin-bottom: 8px;
}

.feature-text {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
}

@media (max-width: 768px) {
  .container {
    padding: 20px 16px;
  }

  .error-content {
    padding: 40px 24px;
    border-radius: 20px;
  }

  .error-code {
    font-size: 80px;
  }

  .error-title {
    font-size: 24px;
  }

  .error-subtitle {
    font-size: 16px;
  }

  .action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .features {
    grid-template-columns: 1fr;
  }
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.floating-element {
  position: absolute;
  opacity: 0.15;
  animation: floatUp 8s linear infinite;
  color: rgba(255, 255, 255, 0.8);
}

.floating-element:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  font-size: 20px;
}

.floating-element:nth-child(2) {
  left: 20%;
  animation-delay: 2s;
  font-size: 16px;
}

.floating-element:nth-child(3) {
  left: 70%;
  animation-delay: 4s;
  font-size: 24px;
}

.floating-element:nth-child(4) {
  left: 80%;
  animation-delay: 6s;
  font-size: 18px;
}

@keyframes floatUp {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 0.15;
  }

  90% {
    opacity: 0.15;
  }

  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}

/* Thêm hiệu ứng shimmer cho số 404 */
.error-code::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

/* Thêm accent color cho các elements */
.accent-border {
  border-left: 4px solid var(--primary-color);
  padding-left: 16px;
}

/* Page 404 end */

/* Breadcrumb Styles */
.breadcrumb {
  padding: 15px 0;
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 0px;
}

.breadcrumb-nav {
  font-size: 14px;
  color: #666;
}

.breadcrumb-nav a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
  color: var(--primary-color);
}

.breadcrumb-nav .separator {
  margin: 0 8px;
  color: #999;
}

.breadcrumb-nav .current {
  color: var(--primary-color);
  font-weight: bold;
}

/* Header Styles */
.page-header {
  margin-bottom: 30px;
}

.page-title {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.page-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.page-date {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.page-date::before {
  content: "📅";
  margin-right: 8px;
}

.page-categories {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-categories::before {
  content: "🏷️";
  margin-right: 8px;
  color: #666;
}

.category-tag {
  background-color: #f0f0f0;
  color: #666;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.category-tag:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.category-tag.primary {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Content Area */
.content {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
}

.content-placeholder {
  background-color: #f8f9fa;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  border: 2px dashed #ddd;
  color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 15px;
  }

  .page-title {
    font-size: 32px;
  }

  .page-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumb-nav {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 24px;
  }

  .category-tag {
    font-size: 11px;
    padding: 3px 8px;
  }
}

.wrap__content-page {
  margin-top: 120px;
}

.copyright .container {
  padding: 0;
}

.top-ft {
  padding: 40px 0 25px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-ft:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}