/* body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative;
} */

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

body.offcanvas-menu {
  overflow: hidden;
}

/* p {
  color: #b3b3b3;
  font-weight: 300;
} */

/* h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-primary), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

/*************************Trang chủ***********************/

@media (min-width: 1200px) {
  .container {
      max-width: 1520px;
  }
}

/* Header */

.header {
  background-color: var(--bg-primary);
}

.header-top {
  padding: 12px 0;
  /* background-color: var(--blue-light); */
}

.header-top .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .header-top-wrapper .header-top-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-top .header-top-wrapper .header-top-inner .header-top-item:not(:last-of-type) {
  position: relative;
}

.header-top .header-top-wrapper .header-top-inner .header-top-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  background-color: var(--gray-light);
}

.header-top .header-top-wrapper .header-top-inner .header-top-item a,
.header-top .header-top-wrapper .header-top-inner .header-top-item span {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-primary);
  letter-spacing: 0.25px;
  display: inline-block;
}

.header-top .hgi,
.header-top .hgi::before {
  width: 16px;
}

.header-top .hgi {
  margin-right: 4px;
}

.header-top .hgi::before {
  background-color: var(--gray-dark);
}

.header-bottom {
  padding: 12px 0;
  border: 1px solid var(--border-primary);
  border-width: 1px 0 1px 0;
  background-color: var(--bg-primary);
}

.header-bottom.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-bottom .header-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.header-bottom .header-bottom-wrapper .toggle-menu {
  display: none;
}

.header-bottom .header-bottom-wrapper .nav-brand img {
  max-height: 64px;
}

.header-bottom .header-bottom-wrapper .nav-brand .mobile {
  display: none;
}

.header-bottom .header-bottom-wrapper .navbar {
  display: block;
  padding: 0;
}

.header-bottom .header-bottom-wrapper .navbar .navbar-nav {
  display: flex;
  flex-direction: row;
}

.header-bottom .header-bottom-wrapper .navbar .navbar-nav > li {
  transition: all 0.3s ease-in-out;
} 

.header-bottom .header-bottom-wrapper .navbar .navbar-nav > li:hover > a,
.header-bottom .header-bottom-wrapper .navbar .navbar-nav > li.active > a {
  /* background-color: rgba(255, 255, 255, 0.2); */
  color: var(--primary);
}

.header-bottom .header-bottom-wrapper .navbar .navbar-nav > li > a {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-primary);
  padding: 16px 20px;
  display: inline-block;
  letter-spacing: 0.15px;
}

.header-bottom .header-bottom-wrapper .navbar .navbar-nav > li a.dropdown-toggle::after {
  content: none;
}

.header-bottom .header-bottom-wrapper .navbar .navbar-nav > li.dropdown {
  position: relative;
}

.header-bottom .header-bottom-wrapper .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  border-radius: 16px;
  padding: 16px 0;
  margin-top: 0;
  box-shadow: 0 0 16px rgba(34, 34, 34, 0.12);
  border: 0;
  max-height: 500px;
  overflow: auto;
}

.header-bottom .header-bottom-wrapper .navbar .navbar-nav > li.dropdown:hover .dropdown-menu {
  display: block;
}

.header-bottom .header-bottom-wrapper .navbar-nav .dropdown-menu li {
  padding: 0;
}

.header-bottom .header-bottom-wrapper .navbar-nav .dropdown-menu li a {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: var(--text-primary);
  display: block;
  padding: 8px 24px;
  transition: all 0.3s ease-in-out;
}

.header-bottom .header-bottom-wrapper .navbar-nav .dropdown-menu li.active,
.header-bottom .header-bottom-wrapper .navbar-nav .dropdown-menu li:active,
.header-bottom .header-bottom-wrapper .navbar-nav .dropdown-menu li:hover {
  background-color: var(--bg-primary);
}

.header-bottom .header-bottom-wrapper .navbar-nav .dropdown-menu li.active a,
.header-bottom .header-bottom-wrapper .navbar-nav .dropdown-menu li:hover a {
  color: var(--primary);
}

.header-bottom .header-bottom-wrapper .quick-search .search_panel {
  position: relative;
}

.header-bottom .header-bottom-wrapper .quick-search .search_panel input.form-control {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 11px 16px 11px 56px;
  border-radius: 40px;
  border-color: var(--gray-light);
  color: var(--text-primary);
  width: 320px;
}

.header-bottom .header-bottom-wrapper .quick-search .search_panel .btnsearch {
  position: absolute;
  top: 11px;
  left: 16px;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../images/svg/icon-search.svg") no-repeat center / 24px auto;
  mask: url("../images/svg/icon-search.svg") no-repeat center / 24px auto;
  background-color: var(--gray-dark);
  outline: none;
  border: 0;
  cursor: pointer;
}

.header-bottom .header-bottom-wrapper .quick-search .search_panel input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--gray-dark);
}

.header-bottom .header-bottom-wrapper .quick-search .search_panel input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--gray-dark);
}

.header-bottom .header-bottom-wrapper .quick-search .search_panel input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--gray-dark);
}

.header-bottom .header-bottom-wrapper .quick-search .search_panel input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--gray-dark);
}

.header-bottom .header-bottom-wrapper .language-group {
  display: flex;
}

/* .header-bottom .header-bottom-wrapper .language-group > .language-item {
  display: flex;
  align-items: center;
  color: var(--text-primary);
} */

.header-bottom .header-bottom-wrapper .language-group > .language-item:not(:last-of-type) {
  margin-right: 8px;
}

/* .header-bottom .header-bottom-wrapper .language-group > .language-item img {
  margin-right: 8px;
} */

.header-bottom .header-bottom-wrapper .header-cart {
  display: flex;
  align-items: center;
}

.header-bottom .header-bottom-wrapper .header-cart .cart-icon {
  position: relative;
  margin-right: 8px;
}

.header-bottom .header-bottom-wrapper .header-cart .cart-icon span {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 16px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--red);
  z-index: 1;
  border-radius: 16px;
  text-align: center;
  padding: 0 4px;
}

.header-bottom .header-bottom-wrapper .header-cart .total {
  color: var(--text-primary);
}

/* Banner */

.section-banner {
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-banner .container-slide {
  border-radius: 16px;
  overflow: hidden;
}

.section-banner .owl-item .item a {
  display: block;
  width: 100%;
  aspect-ratio: 2.657;
  transition: none;
  /* height: 100%; */
}

.section-banner .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section-banner .owl-item .item .item-caption {
  display: none;
}

.section-banner .owl-carousel .owl-dots {
  position: absolute;
  display: flex;
  background-color: var(--white);
  padding: 4px 8px;
  border-radius: 99px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  z-index: 1;
}

.section-banner .owl-carousel .owl-dots > .owl-dot:not(:last-of-type) {
  margin-right: 8px;
}

.section-banner .owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(241, 90, 36, 0.2);
  display: inline-block;
  outline: 0;
}

.section-banner .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--primary);
}

/* Information */

.title-item {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.information-list .information-item .information-item-inner,
.services-list .service-item .service-item-inner {
  padding: 16px 24px;
  background-color: var(--white);
  border-radius: 16px;
  height: 100%;
  display: flex;
  transition: all 0.3s ease-in-out;
}

.information-list .information-item-inner:hover,
.services-list .service-item-inner:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.information-list .information-item .information-item-icon,
.services-list .service-item .service-item-icon {
  flex: none;
  margin-right: 16px;
}

.information-list .information-item .information-item-icon i,
.information-list .information-item .information-item-icon i::before,
.services-list .service-item .service-item-icon i,
.services-list .service-item .service-item-icon i::before {
  width: 48px;
  height: 48px;
}

.information-list .information-item .information-item-content .information-item-title,
.services-list .service-item .service-item-content .service-item-title {
  margin-bottom: 4px;
}

.information-list .information-item .information-item-content .information-item-description,
.services-list .service-item .service-item-content .service-item-description {
  color: var(--gray-dark);
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.information-list .information-item .information-item-content .information-item-description span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
}

/* Categories Slide */

.categories-slide .category-item .category-image {
  padding: 5px;
}

.categories-slide .category-item .category-image a::before {
  transition: all 0.3s ease-in-out;
}

.categories-slide .category-item .category-image::before,
.categories-slide .category-item .category-image a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  left: 0;
  top: 0;
}

.categories-slide .category-item .category-image::before {
  background: url("../images/vector/vector-avatar.png") no-repeat center / contain; 
}

.categories-slide .category-item:hover .category-image a::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.categories-slide .category-item .category-name a {
  color: var(--text-primary);
}

.categories-slide .category-item:hover .category-name a {
  color: var(--primary);
}

.owl-carousel .owl-nav button[class*="owl"],
.owl-carousel .owl-nav button[class*="owl"]:focus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding: 8px;
  outline: 0;
}

.owl-carousel .owl-nav button.disabled {
  cursor: default;
  /* opacity: 0.5; */
  background-color: var(--gray-light);
}

.owl-carousel .owl-nav button.disabled i::before {
  background-color: var(--dim-gray);
}

.owl-carousel .owl-nav button:not(.disabled) i::before {
  background-color: var(--white);
}

.owl-nav .owl-prev {
  margin-right: 8px;
}

.owl-navigation.owl-nav button[class*="owl"], 
.owl-navigation.owl-nav button[class*="owl"]:focus {
  outline: 0;
  border: none;
  background: transparent;
  padding: 0;
}

.owl-navigation.owl-nav button:not(.disabled) {
  cursor: pointer;
}

.owl-navigation .owl-nav button[class*="owl"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.categories-slide.owl-navigation .owl-nav button[class*="owl"] {
  position: absolute;
  top: 30%;
  transform: none;
}

.owl-navigation .owl-nav .owl-prev {
  left: -64px;
}

.owl-navigation .owl-nav .owl-next {
  right: -64px;
}

/* Album */

.section-title h2,
.section-title h2 a {
  font-family: var(--font-secondary);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--text-primary);
}

.list-item {
  flex: 0 0 25%;
  max-width: 25%;
  /* padding-top: 20px; */
  padding-left: 12px;
  padding-right: 12px;
  align-items: stretch;
}

/* .album-list .album-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.album-list .album-item__inner .album-image {
  flex-grow: 1;
} */

.album-list .album-item__inner,
.product-list .product-item__inner {
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--white);
  border: 1px solid var(--gray-light);
  transition: all 0.3s ease-in-out;
}

.album-list .album-item__inner .album-image a,
.product-list .product-item__inner .product-image a {
  position: relative;
  border-radius: 16px 16px 0 0;
  aspect-ratio: 0.84;
}

.album-list .album-item__inner .album-content,
.product-list .product-item__inner .product-content {
  padding: 12px;
}

.album-list .album-item__inner .album-content .album-link a,
.product-list .product-item__inner .product-content .product-link a {
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  height: 48px;
}

/* .album-list .album-item__inner .album-content .album-link a {
  height: 48px;
} */

.album-list .album-item__inner:hover .album-link a,
.product-list .product-item__inner:hover .product-link a {
  color: var(--primary);
}

.album-list .album-item__inner .album-content .price,
.product-list .product-item__inner .product-content .group-price span:last-child {
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.15px;
}

.album-list .album-item__inner .album-content .group-btn-order,
.product-list .product-item__inner .product-content .group-btn-order {
  display: flex;
  align-items: center;
  gap: 8px;
}

.album-list .album-item__inner .album-content .group-btn-order .btn,
.product-list .product-item__inner .product-content .group-btn-order .btn {
  margin-top: 8px;
}

.album-list .album-item__inner .album-content .group-btn-order .btn.btn-primary,
.product-list .product-item__inner .product-content .group-btn-order .btn.btn-primary {
  font-weight: 600;
  border-radius: 99px;
  padding: 10px 16px;
  letter-spacing: 0.1px;
  flex-grow: 1;
  margin-right: 8px;
  height: 40px;
}

.album-list .album-item__inner .album-content .group-btn-order .btn.btn-add-cart,
.product-list .product-item__inner .product-content .group-btn-order .btn.btn-add-cart {
  padding: 8px;
  border: 0;
}

.album-slide .album-item .album-item__inner {
  position: relative;
  padding-bottom: 112px;
}

.album-slide .album-item .album-item__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
}

.album-slide .album-item .album-item__inner:hover::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.album-slide .album-item .album-content {
  position: absolute;
  background-color: var(--white);
  left: 0;
  width: 100%;
  bottom: -56px;
  z-index: 2;
  transition: all 0.35s ease-in-out;
}

.album-slide .album-item .album-item__inner:hover .album-content {
  bottom: 0;
}

.content-page .album-list .album-item__inner:hover,
.product-list .product-item__inner:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  transform: translateY(-6px);
}

.product-list .product-item__inner .product-content .group-price > .price-item:not(:last-of-type) {
  margin-bottom: 4px;
}

.product-list .product-item__inner .product-content .group-price span:first-of-type {
  margin-right: 4px;
}

.content-page .product-list,
.content-page .album-list {
  margin-left: -8px;
  margin-right: -8px;
}

/* Product */

.section-products.section-spacing {
  padding-bottom: 36px;
}

.section-products .product-list .list-item,
.other-product-list .product-item {
  flex: 0 0 calc(100%/6);
  max-width: calc(100%/6);
}

.category-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.category-menu .category-menu__item {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--gray);
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 8px;
  transition: all 0.3s ease-in-out;
}

.category-menu .category-menu__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  display: inline-block;
  border-radius: 4px;
  background-color: var(--primary);
  transition: all 0.3s ease-in-out;
}

.category-menu .category-menu__item.active,
.category-menu .category-menu__item:hover {
  color: var(--primary);
}

.category-menu .category-menu__item.active::before,
.category-menu .category-menu__item:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Introdution */

.section-introdution .introduce-image {
  align-self: center;
  text-align: center;
}

.section-introdution .introduce-image a {
  display: inline-block;
  position: relative;
  width: 450px;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1.6;
  padding: 8px 20px 20px 12px;
}

.section-introdution .introduce-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/vector/vector-rectangle.png") no-repeat center / 100% 100%;
  z-index: 1;
}

.section-introdution .introduce-content .introduce-title a {
  font-family: var(--font-secondary);
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: var(--text-primary);
}

.section-introdution .introduce-image img {
  object-position: top center;
  border-radius: 16px;
}

.section-introdution .introduce-content .introduce-summary {
  color: var(--gray-dark);
  letter-spacing: 0.5px;
}

.section-introdution .introduce-content .introduce-summary ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px);
}

.section-introdution .introduce-content .introduce-summary ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  list-style: none;
}

.section-introdution .introduce-content .introduce-summary ul li p {
  padding-left: 40px;
  position: relative;
}

.section-introdution .introduce-content .introduce-summary ul li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("../images/icons/icon-checkmark-circle-flled.png") no-repeat center / contain;
}

/* Services */

.services-list .service-item {
  flex: 0 0 calc(100%/3);
  max-width: calc(100%/3);
}

.services-list .service-item .service-item-inner {
  padding: 24px;
  background-color: var(--bg-primary);
}

.services-list .service-item .service-item-icon i, .services-list .service-item .service-item-icon i::before {
  width: 80px;
  height: 80px;
}

/* News */

.section-spacing {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 24px;
}

.section-title h4,
.section-title h4 a,
.sidebar .section-title h2,
.sidebar .section-title h2 a {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-primary);
  position: relative;
  margin-bottom: 0;
}

.section-title.title-line h4,
.menu_group .menu_group-item h2 {
  display: flex;
}

.section-news .section-title h4 {
  padding-top: 8px;
}

.section-title.title-line h4::after ,
.menu_group .menu_group-item h2::after{
  content: "";
  flex: 1 0 20px;
  border-top: 1px solid var(--blue-note);
  margin-left: 8px;
  margin-bottom: 8px;
  align-self: flex-end;
}

.news-list .news-item .news-image,
.list-news .news-item .news-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.news-list .news-item .news-image {
  aspect-ratio: 1.54;
}

.news-slide .news-item .news-image,
.list-news .news-item .news-image {
  height: 210px;
}

.news-list .news-item .news-image a,
.list-news .news-item .news-image a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.news-list .news-item .news-image a img,
.list-news .news-item .news-image img,
.sidebar .list-news-focus .news-item .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s ease-in-out;
}

.news-list .news-item .news-link a,
.list-news .news-item .news-link a {
  font-weight: 600;
  color: var(--text-primary);
  /* margin-bottom: 8px; */
  letter-spacing: 0.15px;
  /* display: inline-block; */
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
  transition: all 0.3s ease-in-out;
} 

.news-list .news-item .news-link.news-focus a::after,
.list-news .news-item .news-link.news-focus a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icons/icon-important.png") no-repeat center / 24px auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}

.news-list .news-item .news-date,
.news-list .news-item .news-date span,
.list-news .news-item .news-date,
.list-news .news-item .news-date span {
  font-size: 14px;
  line-height: 20px;
  color: var(--gray);
  display: block;
  letter-spacing: 0.25px;
}

.news-list .news-item .news-date,
.list-news .news-item .news-date {
  margin-bottom: 4px;
}

.news-list .news-item .news-summary,
.list-news .news-item .news-summary {
  color: var(--gray-dark);
  margin-top: 8px;
  letter-spacing: 0.5px;
}

.news-list .news-item .news-summary,
.news-list .news-item .news-summary p {
  margin-bottom: 0;
}

.news-list .news-item:hover .news-link a,
.list-news .news-item:hover .news-link a,
.sidebar .list-news-focus .news-item:hover .news-link a {
  color: var(--primary);
}

.news-list .news-item:hover .news-image img,
.list-news .news-item:hover .news-image img,
.sidebar .list-news-focus .news-item:hover .news-image img {
  transform: scale(1.1);
}

/* Footer */

footer {
  padding: 40px 0;
  color: var(--text-primary);
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/vector/vector-footer.png"), var(--bg-primary) no-repeat center / cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: -1;
}

footer .footer-title {
  font-family: var(--font-secondary);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

footer .contact-info p {
  letter-spacing: 0.5px;
}

footer .contact-info > div {
  display: flex;
}

footer .contact-info > div p:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

footer .contact-info p {
  margin-bottom: 8px;
}

footer .contact-info > p:last-of-type {
  margin-bottom: 0;
}

footer .footer-info .contact-info > p:first-of-type::before {
  -webkit-mask: url("../images/svg/icon-location.svg") no-repeat center / 24px auto;
  mask: url("../images/svg/icon-location.svg") no-repeat center / 24px auto;
}

footer .footer-info .contact-info > p:nth-of-type(2)::before {
  -webkit-mask: url("../images/svg/icon-call.svg") no-repeat center / 24px auto;
  mask: url("../images/svg/icon-call.svg") no-repeat center / 24px auto;
}

footer .footer-info .contact-info > p:nth-of-type(3)::before {
  -webkit-mask: url("../images/svg/icon-mail.svg") no-repeat center / 24px auto;
  mask: url("../images/svg/icon-mail.svg") no-repeat center / 24px auto;
}
.footer-textlink {padding-top:30px;      text-align: center; }
.footer-textlink h3 {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.footer-textlink a {
  display: inline-block;
  letter-spacing: 0.5px;
  color: var(--text-primary);
} 
.footer-terms h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footer-terms ul li {
  list-style: none;
}

.footer-terms ul li:not(:last-of-type) {
  margin-bottom: 8px;
}

.footer-terms ul li a {
  display: inline-block;
  letter-spacing: 0.5px;
  color: var(--text-primary);
}

.footer-terms ul li a:hover {
  color: var(--primary);
}

footer .group-button-footer {
  max-width: 350px;
  margin-left: auto;
}

footer .social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

footer .social-links .social-link-item {
  margin-bottom: 16px;
}

footer .social-links .social-link-item a {
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}

footer .social-links .social-link-item a:hover {
  background-color: var(--primary);
}

footer .social-links .social-link-item a i,
footer .social-links .social-link-item a i::before {
  width: 20px;
  height: 20px;
}

footer .social-links .social-link-item a i::before {
  background-color: var(--primary);
  transition: all 0.3s ease-in-out;
}

footer .social-links .social-link-item a:hover i::before {
  background-color: var(--white);
}

footer .contact-info p:not(.copyright) {
  padding-left: 32px;
  position: relative;
}

footer .contact-info p:not(.copyright)::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
}

footer .contact-info a {
  color: var(--text-primary);
}

footer .contact-info a:hover {
  color: var(--primary);
}

footer .copyright {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

footer .contact-link {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background-color: var(--white);
  color: var(--primary);
  letter-spacing: 0.1px;
  margin-bottom: 16px;
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
  display: block;
}

footer .contact-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

footer .contact-link i {
  margin-left: 8px;
}

footer .contact-link i::before {
  background-color: var(--primary);
  transition: all 0.3s ease-in-out;
}

footer .contact-link:hover i::before {
  background-color: var(--white);
}

/* Back To Top */

.back-to-top {
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid var(--primary);
  padding: 10px;
}

.back-to-top i::before {
  background-color: var(--primary);
}

/* Social Fixed */

/* .social-fixed {
  position: fixed;
  bottom: 148px;
  right: 40px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
} */

.social-fixed .social-fixed__item {
  position: fixed;
  bottom: 120px;
  right: 40px;
  width: 48px;
  height: 48px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}

.social-fixed .social-fixed__item:not(:last-of-type) {
  visibility: hidden;
}

.social-fixed .social-fixed__item:last-of-type {
  background-color: var(--primary);
  border-radius: 50%;
  cursor: pointer;
}

.social-fixed .social-fixed__item:last-of-type .social-fixed__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.social-fixed .social-fixed__item.animation .social-fixed__item-icon i {
  animation: wobble-rotate 1s ease-in-out infinite;
}

.social-fixed .social-fixed__item.animation .social-fixed__item-icon::before {
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  left: -6px;
  position: absolute;
  background-color: rgba(241, 90, 36, 0.5);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.social-fixed .social-fixed__item.animation .social-fixed__item-icon::after {
  content: "";
  width: 78px;
  height: 78px;
  top: -15px;
  left: -15px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid var(--primary);
  -webkit-animation: circle-anim 1.2s infinite ease-in-out;
  animation: circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.social-fixed .social-fixed__item:last-of-type i::before {
  background-color: var(--white);
}

.social-fixed .social-fixed__item.show {
  visibility: visible;
}

.social-fixed .social-fixed__item.show:nth-last-of-type(2) {
  transform: translateY(-66px);
}

.social-fixed .social-fixed__item.show:nth-last-of-type(3) {
  transform: translateY(-130px);
}

.social-fixed .social-fixed__item.show:nth-last-of-type(4) {
  transform: translateY(-196px);
}

.social-fixed .social-fixed__item.show:nth-last-of-type(5) {
  transform: translateY(-262px);
}

.social-fixed .social-fixed__item.show:nth-last-of-type(6) {
  transform: translateY(-328px);
}

.social-fixed .social-fixed__item a {
  transition: all 0.3s ease-in-out;
  /* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2); */
  display: inline-block;
  /* animation: wobble-rotate 0.6s ease-in-out infinite;
  animation-delay: 0s; */
}

.social-fixed .social-fixed__item.show a {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.social-fixed .social-fixed__item a:hover {
  /* transform: scale(1.05); */
  transform: translateY(-4px);
}

/* .social-fixed .social-fixed__item:nth-child(1) {
  animation: wobble-rotate 0.6s ease-in-out infinite;
  animation-delay: 0s;
}

.social-fixed .social-fixed__item:nth-child(2) {
  animation: shake 0.6s ease-in-out infinite;
  animation-delay: 1s;
}

.social-fixed .social-fixed__item:nth-child(3) {
  animation: shake 0.6s ease-in-out infinite;
  animation-delay: 2s;
}

.social-fixed .social-fixed__item:nth-child(4) {
  animation: shake 0.6s ease-in-out infinite;
  animation-delay: 3s;
} */

@keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@keyframes circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@keyframes wobble-rotate {
  /* 0%   { transform: rotate(0); }
  20%  { transform: rotate(-6deg); }
  40%  { transform: rotate(6deg); }
  60%  { transform: rotate(-6deg); }
  80%  { transform: rotate(6deg); }
  100% { transform: rotate(0); } */
  0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

/* Category Menu */

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

.menu-list .menu-item {
  padding: 8px 0;
}

.menu-list .menu-item.has-sub {
  padding-bottom: 0;
}

.menu-list .menu-item.has-sub > .menu-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}

.menu-list .menu-item .menu-link {
  transition: all 0.3s ease-in-out;
}

.menu-list .menu-item.has-sub > .menu-link i,
.menu-list .menu-item.has-sub > .menu-link i::before {
  width: 16px;
  transition: all 0.3s ease-in-out;
}

.menu-list .menu-item.has-sub.show > .menu-link,
.menu-list .menu-item.active > .menu-link,
.menu-list .menu-item .menu-link:hover {
  color: var(--primary);
}

.menu-list .menu-item.has-sub.show > .menu-link i::before,
.menu-list .menu-item.active > .menu-link i::before,
.menu-list .menu-link:hover i::before {
  background-color: var(--primary);
}

/* .menu-list .menu-item.has-sub.show {
  padding-bottom: 0;
}

.menu-list .menu-item.has-sub.show > .menu-sub {
  margin-top: 8px;
} */

.menu-list .menu-item .menu-link {
  color: var(--text-primary);
  letter-spacing: 0.5px;
  display: block;
  width: 100%;
}

.menu-list .menu-item .menu-sub {
  padding-left: 16px;
  display: none;
}

.sidebar .sidebar-module.menu-filter .section-title {
  margin-bottom: 12px !important;
}

.sidebar .sidebar-module.menu-filter .section-title h4,
.sidebar .sidebar-module.menu-filter .section-title h4 a {
  font-family: var(--font-primary);
  font-weight: 600;
}

.sidebar .sidebar-module.menu-filter .section-title h4 {
  display: flex;
}

.sidebar .sidebar-module.menu-filter .section-title h4 i {
  margin-right: 8px;
}

.sidebar .sidebar-module.menu-filter .section-title h4 i,
.sidebar .sidebar-module.menu-filter .section-title h4 i::before {
  height: 28px;
}

.sidebar-fixed .sidebar-header,
.filter-open {
  display: none;
}

.filter-open {
  position: fixed;
  top: 40%;
  right: 0;
  padding: 8px;
  background-color: var(--primary);
  z-index: 99;
  cursor: pointer;
}

.filter-open i::before {
  background-color: var(--white);
}

.menu-filter .filter-price {
  margin-top: 16px;
  padding-top: 24px;
  position: relative;
}

.menu-filter .filter-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  height: 0;
  border-top: 1px solid var(--gray-light);
}

.menu-filter .filter-price .section-title {
  margin-bottom: 12px !important;
}

.filter-price .price-custom .price-custom-input {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-price .price-custom .price-custom-input .price-input .form-control {
  padding-right: 30px;
}

.filter-price .price-custom .price-custom-input .price-input span {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-primary);
}

.filter-price .price-list li {
  position: relative;
  list-style: none;
  padding: 8px 30px 8px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  user-select: none;
}

.filter-price .price-list li {
  color: var(--text-primary);
}

.filter-price .price-list li.active,
.filter-price .price-list li:hover {
  color: var(--primary);
}

.filter-price .price-list li.active::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  mask: url("../images/svg/icon-tick.svg") no-repeat center / 24px auto;
  -webkit-mask: url("../images/svg/icon-tick.svg") no-repeat center / 24px auto;
  background-color: var(--primary);
}

.sort-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.sort-filter .sort-selected {
  display: none;
}

.sort-filter ul li {
  list-style: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.sort-filter ul ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:36px;
}

.sort-filter ul li li {
  letter-spacing: 0.5px;
}

.sort-filter ul ul li:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: var(--dark-goldenrod);
  border-radius: 50%;
  display: inline-block;
}

.sort-filter ul ul li {
  color: var(--text-primary);
}

.sort-filter ul ul li.active,
.sort-filter ul ul li:hover {
  color: var(--primary);
}

/* Product Detail */

.product-detail-container {
  padding: 24px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--gray-light);
  margin-bottom: 60px;
}

.product-detail__info .product-detail__title .detail-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.product-detail__info .product-detail__category {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.1px;
  margin-bottom: 24px;
}

.product-detail__info .product-detail__category a {
  color: var(--primary);
}

.product-detail__info .product-detail__price {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 24px;
}

.product-detail__info .product-detail__quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.product-detail__info .product-detail__quantity .input-group,
.cart-item__quantity .input-group {
  background-color: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 8px;
  width: auto;
}

.product-detail__info .product-detail__quantity .input-group .btn-number,
.product-detail__info .product-detail__quantity .input-group .form-control,
.cart-item__quantity .input-group .btn-number,
.cart-item__quantity .input-group .form-control {
  padding: 8px;
}

.product-detail__info .product-detail__quantity .input-group .btn-number,
.cart-item__quantity .input-group .btn-number {
  border: 0;
}

.product-detail__info .product-detail__quantity .input-group .form-control,
.cart-item__quantity .input-group .form-control {
  border-right: 1px solid var(--gray-light) !important;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
  width: 64px;
}

.product-detail__info .product-detail__quantity .input-group .form-control:focus,
.cart-item__quantity .input-group .form-control:focus {
  box-shadow: none;
  border-color: var(--gray-light);
}

.product-detail__info .product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-detail__info .product-detail__actions .btn {
  line-height: 24px;
  border-radius: 99px;
  width: calc(100% / 2 - 4px);
}

.product-detail__info .product-detail__actions .btn i::before {
  background-color: var(--primary);
}

.product-detail__info .product-detail__content {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E6E7F0;
  position: relative;
}

.product-detail__info .product-detail__summary h5,
.product-detail__info .product-detail__content .title-content {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-detail__info .product-detail__full-content ul {
  margin-left: 18px;
}

.product-detail__info .product-detail__content.height-content {
  max-height: 300px;
  overflow: hidden;
}

.product-detail__info .product-detail__content .show-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 132px;
  padding: 16px;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 70.19%, #FFFFFF 100%);
}

.product-detail__info .product-detail__content .show-more .btn {
  margin-top: auto;
  border: 1px solid var(--gray-light);
  border-radius: 99px;
  color: var(--text-primary);
  min-width: 125px;
}

.product-detail .product-detail__image {
  border-radius: 16px;
  overflow: hidden;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container-wrapper {
  display: flex;
}

.gallery-top {
  flex: 1 1 auto;
}

.gallery-thumbs {
  flex: 0 0 120px;
  margin-right: 16px;
  /* height: 674px; */
  position: relative;
}

.gallery-top .swiper-slide,
.gallery-thumbs .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  height: auto !important; 
}

.gallery-top .slide-index {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  color: var(--white);
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 2px 9px;
  border-radius: 32px;
  background-color: rgba(0, 0, 0, 0.4);
}

.gallery-thumbs .swiper-slide {
  /* opacity: 0.75; */
  cursor: pointer;
  border-radius: 8px;
}

.gallery-thumbs .swiper-slide .thumb-image {
  width: 100%;
  aspect-ratio: 1;
}

.product-detail .product-detail__image img,
.gallery-top .swiper-slide img,
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumbs .swiper-slide-thumb-active {
  /* opacity: 1; */
  border: 4px solid var(--primary);
}

.gallery-thumbs .swiper-button-next:after, 
.gallery-thumbs .swiper-button-prev:after {
  content: none;
}

.swiper-button-prev,
.swiper-button-next {
  padding: 7px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--gray-light);
  width: auto;
  height: auto;
  display: inline-block;
  left: 50%;
  right: auto;
  margin: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.swiper-button-prev {
  top: 8px;
}

.swiper-button-next {
  top: auto;
  bottom: 8px;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

.swiper-button-prev i::before,
.swiper-button-next i::before {
  background-color: var(--text-primary);
}

.other-header-product h4 {
  margin-bottom: 24px;
}

/* Shopping Cart */

.cart-content,
.order-content {
  padding: 24px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--gray-light);
}

.cart-content .cart-content__header .form-check {
  margin: 0 !important;
}

.cart-content .cart-content__header [class*=icheck-]>label {
  user-select: none;
}

.cart-content .cart-content__header [class*=icheck-]>label,
.cart-content .cart-content__header .cart-header__remove .btn {
  color: var(--gray);
  letter-spacing: 0.15px;
}

.cart-content .cart-content__header .cart-header__remove .btn,
.cart-content .cart-list .cart-item .cart-item__remove .btn {
  padding: 0;
  margin: 0;
  border: 0;
}

.cart-list .cart-item {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--gray-light);
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

.cart-item .cart-item__remove {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 1;
}

.cart-item .cart-item__remove i::before {
  background-color: var(--red);
}

.cart-item .cart-item__checkbox .form-check,
.cart-item .cart-item__checkbox [class*=icheck-]>label:not(.form-check-label) {
  margin: 0 !important;
}

.cart-item .cart-item__info {
  display: flex;
  gap: 24px;
  flex: 1 1 auto;
}

.cart-item .cart-item__image,
.order-list .order-item .order-item__image {
  flex: 0 0 120px;
  max-width: 120px;
  flex: none;
}

.cart-item .cart-item__image a,
.order-list .order-item .order-item__image a {
  border-radius: 8px;
}

.cart-item .cart-item__details,
.order-list .order-item .order-item__details {
  flex: 1 1 auto;
}

.cart-item .cart-item__details .cart-item__title,
.order-list .order-item .order-item__details .order-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-primary);
}

.cart-item .cart-item__details .cart-item__title {
  padding-right: 40px;
}

.cart-item .cart-item__details .cart-item__title a,
.order-list .order-item .order-item__details .order-item__title a {
  color: var(--text-primary);
}

.cart-item .cart-item__details .cart-item__title a:hover,
.order-list .order-item .order-item__details .order-item__title a:hover {
  color: var(--primary);
}

.cart-item .cart-item__details .cart-item__category a,
.cart-item .cart-item__details .cart-item__category a:hover {
  color: var(--text-primary);
}

.cart-item .cart-item__details .cart-item__price,
.order-list .order-item .order-item__details .order-item__price {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--primary);
}

.cart-total__price {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--gray-light);
}

.cart-total__price .total-price {
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.15px;
}

.cart-total .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Order */

.order-info__title h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.order-success .order-success__title,
.cart-empty__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.order-success .order-success__title {
  color: var(--success);
}

.cart-empty__icon i,
.cart-empty__icon i::before,
.order-success .order-success__icon i,
.order-success .order-success__icon i::before {
  width: 64px;
  height: 64px;
  display: inline-block;
}

.cart-empty__icon i::before {
  background-color: var(--primary);
}

.order-success .order-success__icon i::before {
  background-color: var(--success);
}

.order-success .group-button-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cart-content .group-button-action .btn,
.order-success .group-button-action .btn {
  min-width: 250px;
}

.order-list .order-item:not(:last-of-type) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--gray-light);
}

.order-list .order-item .order-item__image {
  flex: 0 0 100px;
  max-width: 100px;
}

.order-list .order-item .order-item__details .order-item__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.order-list .order-item .order-item__details .order-item__quantity {
  letter-spacing: 0.5px;
}

.order-list .order-item .order-item__details .order-item__price {
  font-size: 16px;
  line-height: 24px;
  min-width: 150px;
  text-align: right;
}

.cart-sidebar,
.order-sidebar,
.sidebar-fixed .sidebar-content {
  position: sticky;
  top: 106px;
}

/* Popup Add To Cart */

.popup-cart {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: calc(100% - 24px);
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: .5s all ease;
}

.popup-remove-cart {
  background-color: var(--white);
}

.popup-cart.show {
  visibility: visible;
  opacity: 1;
}

.popup-cart .popup-icon i,
.popup-cart .popup-icon i::before {
  width: 64px;
  height: 64px;
}

.popup-add-cart .popup-icon i::before {
  background-color: var(--white);
}

.popup-remove-cart .popup-icon i::before {
  background-color: var(--red);
}

.popup-remove-cart .popup-message {
  font-weight: 600;
}

.popup-add-cart .popup-message {
  color: var(--white);
  font-weight: 600;
}

.popup-add-cart .btn-popup,
.popup-add-cart .btn-popup:focus {
  background-color: var(--white);
  border-color: var(--white);
}

.popup-add-cart .popup-message .message-small,
.popup-add-cart .btn-small {
  display: none;
}

/*********************Giới thiệu**********************/

.content-wrapper {
  padding-bottom: 60px;
}

.content-wrapper .breadcrumb {
  background-color: transparent;
  padding: 16px 0;
  border-radius: 0;
  margin-bottom: 40px;
}

.content-wrapper .breadcrumb li {
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
}

.content-wrapper .breadcrumb li a {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-primary);
  letter-spacing: 0.25px;
  display: inline-block;
}

.content-wrapper .breadcrumb li.active a {
  color: var(--primary);
}

.content-wrapper .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  width: 16px;
  height: 20px;
  content: "";
  -webkit-mask: url("../images/svg/icon-arrow-right.svg") no-repeat center / 16px auto;
  mask: url("../images/svg/icon-arrow-right.svg") no-repeat center / 16px auto;
  background-color: var(--gray);
  padding: 0;
  margin: 0 8px;
  vertical-align: top;
}

.menu_group {
  padding: 24px 24px 8px;
  border-radius: 16px;
  background-color: var(--blue-light);
  margin-bottom: 40px;
}

.menu_group .menu_group-item:not(:last-of-type) {
  margin-bottom: 16px;
}

.menu_group .menu_group-item h2 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--primary);
  margin-bottom: 0;
}

.menu_group .menu_group-item a {
  font-family: var(--font-primary);
  font-weight: 600;
  color: var(--text-primary);
  display: inline-block;
}

.menu_group .menu_group-item.active a {
  color: var(--primary);
}

.news-detail {
  padding: 24px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--gray-light);
}

.detail_title {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.news-detail .news-detail_title,
.document-detail .detail_title {
  margin-bottom: 4px;
}

.news-detail.introduce-detail .news-detail_title {
  margin-bottom: 24px;
}

.news-detail .news-detail_date {
  position: relative;
  margin-bottom: 24px;
}

.news-detail .news-detail_date span {
  display: inline-block;
  letter-spacing: 0.5px;
  color: var(--gray);
}

.news-detail .news-detail_summary {
  font-family: var(--font-primary);
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.15px;
}

.news-detail .news-detail-image {
  text-align: center;
  margin-bottom: 24px;
}

.news-detail .news-detail-image a {
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
}

.news-detail .news-detail_content {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-primary);
}

.news-detail .news-detail_content a {
  color: var(--primary);
  word-break: break-word;
}

.news-detail .news-detail_content img  {
  border-radius: 16px;
  height: auto !important;
  margin-bottom: 4px;
}

.news-detail .news-detail_content h2 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.news-detail .news-detail_content h3 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.news-detail .news-detail_content ul,
.news-detail .news-detail_content ol {
  margin-left: 18px;
  /* list-style: none; */
}

.news-detail .news-detail_content ul li,
.news-detail .news-detail_content ul li p {
  margin-bottom: 8px;
}

.news-detail .news-detail_content ul + h3,
.news-detail .news-detail_content ol + h3 {
  margin-top: 24px;
}

.attach_file a {
  word-break: break-all;
}

.other_news .other-header {
  margin-top: 40px;
  margin-bottom: 24px;
  padding-top: 40px;
  border-top: 1px solid var(--gray-light);
}

.title-base {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--text-primary);
}

.other_news .other-header .other-title {
  margin-bottom: 0;
}

.other_news .list-news .news-item .news-image {
  width: 36%;
}

.other_news .read-more-other {
  display: inline-block;
  color: var(--text-primary);
}

.other_news .read-more-other:hover {
  color: var(--primary);
}

.popup-image {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

body.show-popup {
  overflow: hidden;
}

body.show-popup .popup-image {
  opacity: 1;
  z-index: 999;
}

.popup-image .popup-content {
  width: 100%;
  height: 100%;
}

.popup-image .icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*********************Tin tức hoạt động**********************/

.page-header .page-title,
.page-header .page-title a {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--text-primary);
}

.page-header .page-title {
  margin-bottom: 24px;
}

.page-header .page-title a {
  display: inline-block;
}

.news-list-content .news-item {
  flex: 0 0 calc(100%/3);
  max-width: calc(100%/3);
}

.news-list-content .news-item .news-item-inner {
  background-color: var(--white);
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  overflow: hidden;
}

.news-list-content .news-item .news-item-inner .news-image {
  border-radius: 8px;
  aspect-ratio: 1.4;
}

.list-news .news-item {
  display: flex;
  margin-bottom: 24px;
}

.list-news .news-item:last-of-type {
  margin-bottom: 0;
}

.list-news .news-item .news-image {
  width: 40%;
  border-radius: 16px;
  /* border: 1px solid var(--blue-light); */
  flex: none;
  margin-right: 16px;
  overflow: hidden;
  margin-bottom: 0;
}

.content-page .list-news .news-item .news-image {
  width: 31%;
  aspect-ratio: 1.59;
  height: unset;
}

.pagination-customize {
  justify-content: center;
  flex-wrap: wrap;
}

.pagination-customize .page-link {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  min-width: 36px;
  padding: 0 8px;
  border: none;
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid var(--gray-light);
  background-color: var(--white);
  border-radius: 8px;
  text-align: center;
}

.pagination-customize li.page-item {
  cursor: pointer;
  user-select: none;
}

.pagination-customize .page-link:focus,
.pagination-customize .page-link:active {
  box-shadow: none;
} 

.pagination-customize .page-link.page-active,
.pagination.pagination-customize li.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  cursor: default;
}

.pagination-customize > a:not(:first-of-type),
.pagination-customize > button:not(:first-of-type),
.pagination.pagination-customize li.page-item:not(:first-of-type) {
  margin-left: 8px;
}

.pagination.pagination-customize li.page-item.disabled,
.pagination.pagination-customize li.page-item.page-dot {
    pointer-events: none;
    cursor: none;
}

.pagination.pagination-customize li.page-item.disabled {
  opacity: 0.5;
}

.pagination.pagination-customize li.page-item i,
.pagination.pagination-customize li.page-item i::before {
  height: 36px;
}

.sidebar .sidebar-module {
  padding: 20px 24px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--gray-light);
  margin-bottom: 24px;
}

.sidebar .sidebar-module .section-title {
  margin-bottom: 20px;
}

.sidebar .list-news-focus .news-item {
  display: flex;
}

.sidebar .list-news-focus .news-item .news-image {
  width: 36%;
  aspect-ratio: 1.49;
  border-radius: 8px;
  /* border: 1px solid var(--blue-light); */
  flex: none;
  margin-right: 16px;
  overflow: hidden;
}

.sidebar .list-news-focus > .news-item:not(:last-of-type) {
  margin-bottom: 24px;
}

/* .sidebar .list-news-focus .news-item {
  height: 93px;
} */

.sidebar .list-news-focus .news-item .news-link a {
  font-weight: 600;
  color: var(--text-primary);
}

.sidebar .list-news-focus .news-item .news-date {
  font-size: 14px;
  line-height: 20px;
  color: var(--gray);
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}

.sidebar .register-link {
  font-family: var(--font-primary);
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 8px;
  color: var(--text-primary);
  background-color: var(--chiffon-blue);
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.sidebar .register-link .icon,
.sidebar .register-link .icon::before {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.sidebar .register-link .icon {
  margin-right: 8px;
}

.sidebar .register-link .icon::before {
  content: "";
  vertical-align: top;
  -webkit-mask: url("../images/svg/icon-person.svg") no-repeat center / 32px auto;
  mask: url("../images/svg/icon-person.svg") no-repeat center / 32px auto;
  background-color: var(--primary);
}

.sidebar .register-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.sidebar .register-link:hover .icon::before {
  background-color: var(--white);
}

.sidebar .services-list {
  margin: 0;
  flex-wrap: wrap;
}

.sidebar .services-list .service-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.sidebar .services-list > .service-item:not(:last-of-type) {
  margin-bottom: 24px;
}

.sidebar .services-list .service-item .service-item-inner {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.sidebar .services-list .service-item .service-item-icon i, 
.sidebar .services-list .service-item .service-item-icon i::before {
  width: 48px;
  height: 48px;
}

.sidebar .services-list .service-item .service-item-content .service-item-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.sidebar .services-list .service-item .service-item-content .service-item-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.sidebar .services-list .service-item-inner:hover {
  box-shadow: none;
  transform: none;
}

/****************Tìm kiếm***************/

.article_list .article-item {
  margin-bottom: 32px;
}

.article_list .article-item .article-title a,
.article_list .article-item .article-title .hightlight {
  font-size: 18px;
  line-height: 26px;
  color: var(--primary);
}

.article_list .article-item .article-title a {
  margin-bottom: 4px;
}

.article_list .article-item .article-title a:hover {
  text-decoration: underline !important;
}

/*********************Form**********************/

i[class^="icon-fluent"], i[class^="icon_fluent"]:before, i[class*=" icon_fluent"]:before {
  font-size: 24px;
}

.form-container {
  max-width: 870px;
  padding: 24px;
  background-color: var(--white);
  border: 1px solid var(--gray-light);
  /* border-top: 8px solid var(--primary); */
  border-radius: 16px;
  margin: 0 auto;
}

.form-container .form-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--light-gray);
}

.form-container .form-header .form-title a {
  color: var(--text-primary);
}

.form-container .form-header .form-title a:hover {
  color: var(--primary);
}

.capcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.capcha .capcha-img {
  width: 160px;
  height: 40px;
  margin-right: 16px;
}

.capcha .capcha-refresh {
  margin-right: 16px;
}

.capcha .capcha-refresh i::before {
  background-color: var(--success);
}

.capcha .form-control {
  max-width: 210px;
}

.form-container input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  letter-spacing: 0.5px;
  color: var(--gray);
}

.form-container input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 0.5px;
  color: var(--gray);
}

.form-container input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0.5px;
  color: var(--gray);
}

.form-container input.form-control:-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 0.5px;
  color: var(--gray);
}

/*****************Register****************/

.alert.alert-icon i {
  margin-right: 8px;
}

.group-check-inline .form-check {
  margin-top: 8px;
}

.group-check .form-check-inline .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: var(--primary);
}

.form-check-inline {
  margin-right: 1rem;
}

/* Input group */

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 0.375rem 0.75rem; */
  padding: 7px 16px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: var(--white);
  border: 1px solid var(--border-input);
  border-radius: 0.5rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon {
  padding: 0;
  background-color: transparent;
  border: none;
}

.input-group > .form-control:first-of-type {
  border-right: 0;
}

/******************Contact Us*****************/

.maps-embed {
  border-radius: 16px;
  border: 1px solid var(--gray-light);
  height: 100%;
  overflow: hidden;
}

.maps-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
}

#st-el-1.st-hidden {
  top: 0;
}

/* Responsive */

/***************************Responsive******************************/

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

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

}

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

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

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

}

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

}

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

}

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

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

}

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

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

}

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

}

/***************************Responsive Trang chủ******************************/

@media screen and (max-width:1442px){
  .header-top {
    padding: 6px 0;
  }

  .header-bottom {
    padding: 8px 0;
  }

  .header-bottom .header-bottom-wrapper .navbar .navbar-nav > li > a {
    padding: 10px 12px;
  }

  .header-bottom .header-bottom-wrapper .quick-search .search_panel input.form-control {
    font-size: 14px;
    padding: 7px 16px 7px 46px;
    width: 250px;
  }

  .header-bottom .header-bottom-wrapper .quick-search .search_panel .btnsearch {
    top: 10px;
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px auto;
    mask-size: 20px auto;
  }

  .header-bottom .header-bottom-wrapper .nav-brand img {
    max-height: 50px;
  }

  .section-spacing {
    padding: 40px 0;
  }

  .section-products.section-spacing {
    padding-bottom: 16px;
  }

  .information-list .information-item .information-item-inner, 
  .services-list .service-item .service-item-inner {
    padding: 16px;
  }

  .owl-navigation .owl-nav .owl-prev {
    left: -8px;
  }

  .owl-navigation .owl-nav .owl-next {
    right: -8px;
  }

  .album-list .album-item__inner .album-content .group-btn-order .btn.btn-primary, 
  .product-list .product-item__inner .product-content .group-btn-order .btn.btn-primary {
    padding: 6px 10px;
    height: auto;
  }

  .section-title h2, .section-title h2 a {
    font-size: 28px;
    line-height: 36px;
  }

  .category-menu {
    gap: 20px;
  }

  .category-menu .category-menu__item {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 4px;
  }

  footer {
    font-size: 14px;
    line-height: 20px;
  }

  footer .footer-title {
    font-size: 26px;
    line-height: 32px;
  }

  footer .contact-info p:not(.copyright)::before {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px auto !important;
    mask-size: 20px auto !important;
  }

  .footer-terms h3 {
    font-size: 18px;
    line-height: 26px;
  }

  footer .social-links {
    gap: 8px
  }

  .social-fixed {
    bottom: 90px;
    right: 10px;
    gap: 12px;
  }

  /* .social-fixed .social-fixed__item {
    height: 42px;
  }

  .social-fixed .social-fixed__item img {
    width: 42px;
  } */

  /* #topcontrol {
    right: 10px !important;
  }

  .back-to-top {
    width: 42px;
    height: 42px;
    padding: 7px;
  } */
}

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

@media screen and (max-width: 1280px){
  /* .header-bottom .header-bottom-wrapper .navbar .navbar-nav > li > a {
    padding: 14px 20px;
  } */
}

@media screen and (max-width:1200px){
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width:1140px){
  .header-top {
    display: none;
  }

  .header_section,
  .header-bottom,
  .main-menu-btn-icon,
  .header-bottom.header-fixed {
    position: relative;
  }

  .header-navbar-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    overflow: auto;
    width: 300px;
    background-color: var(--white);
    z-index: 1000;
    transition: all 0.5s ease-in-out;
  }

  .header-top .user-control {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 300px;
    padding: 10px 15px;
    margin-left: 0;
    border-top: 1px solid var(--light-gray);
    background-color: var(--white);
    z-index: 9992;
    display: flex;
    transition: all 0.5s ease-in-out;
  }

  .header-top .user-control form {
    margin-left: auto;
  }

  .header-top .user-control .login-user {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .header-bottom .header-bottom-wrapper {
    padding-right: 36px;
    gap: 1rem;
  }

  .header-navbar-wrapper.show,
  .header-top .user-control.show {
    right: 0;
  }
 
  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li {
    width: 100%;
  }
  
  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.dropdown:not(.show) .dropdown-menu {
    display: none;
  }

  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.active {
    background-color: #F5F7FA;
  }

  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.active > a {
    color: var(--primary);
  }

  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.dropdown > a {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.dropdown > a .caret,
  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.dropdown > a .caret::before {
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }

  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.dropdown > a .caret::before {
    content: "";
    vertical-align: top;
    -webkit-mask: url("../images/svg/icon-arrow-down.svg") no-repeat center / 20px auto;
    mask: url("../images/svg/icon-arrow-down.svg") no-repeat center / 20px auto;
    background-color: var(--text-primary);
    transition: all 0.3s ease-in-out;
  }

  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.dropdown.show > a .caret::before {
    transform: rotate(180deg);
  }

  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.dropdown.active > a .caret::before,
  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li.dropdown:hover > a .caret::before {
    background-color: var(--primary);
  }
  
  .header-bottom .header-navbar-wrapper .navbar-nav .dropdown-menu li.active, 
  .header-bottom .header-navbar-wrapper .navbar-nav .dropdown-menu li:active {
    background-color: transparent;
  }

  .header-bottom .header-navbar-wrapper .navbar .navbar-nav > li > a {
    color: var(--text-primary);
    width: 100%;
    padding: 10px 15px;
  }

  .header-bottom .header-navbar-wrapper .navbar-nav .dropdown-menu {
    position: static;
    width: 100%;
    min-width: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    border: 0;
    max-height: unset;
  }

  .header-bottom .header-navbar-wrapper .navbar-nav .dropdown-menu li {
    white-space: normal;
  }

  .header_section .quick-search {
    /* position: absolute;
    bottom: 7px;
    left: 12px;
    right: 50px;
    z-index: 100; */
    flex-grow: 1;
  }

  .header-bottom .header-bottom-wrapper .quick-search .search_panel input.form-control {
    width: 100%;
  }

  .header-top .header-top-wrapper .contact-social {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  /* .header-bottom {
    height: 50px;
  } */

  .header-bottom .toggle-menu {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }

  .main-menu-btn-icon {
      height: 2px;
      width: 22px;
      margin: 4px 0;
      background-color: var(--text-primary);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }

  .header-bottom .header-bottom-wrapper .toggle-menu {
    position: static;
    transform: none;
    padding: 0 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header-bottom-wrapper .navbar {
    height: calc(100% - 95px);
    overflow: auto;
  }

  .header-bottom-wrapper .toggle-menu .main-menu-btn-icon,
  .header-bottom-wrapper .toggle-menu .main-menu-btn-icon:before,
  .header-bottom-wrapper .toggle-menu .main-menu-btn-icon:after {
    background-color: var(--text-primary);
  }

  .header-bottom-wrapper .toggle-menu .main-menu-btn-icon {
    height: 0;
    background: transparent;
  }

  .header-bottom-wrapper .main-menu-btn-icon:before,
  .header-bottom-wrapper .main-menu-btn-icon:after {
    position: absolute;
    width: 20px;
    height: 2px;
  }

  .header-bottom-wrapper .main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
  }

  .header-bottom-wrapper .main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
  }

  .header-bottom-wrapper .main-menu-btn-icon::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-bottom-wrapper .main-menu-btn-icon::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .information-list, 
  .section-services .services-list {
    margin: 0;
    flex-wrap: nowrap;
    overflow: auto;
    /* padding-bottom: 20px; */
  }

  .information-list::-webkit-scrollbar, 
  .section-services .services-list::-webkit-scrollbar {
    display: none;
  }

  @-moz-document url-prefix() {
    .information-list, 
    .section-services .services-list {
      scrollbar-width: none;
    }
  }

  .information-list .information-item, 
  .section-services .services-list .service-item {
    flex: 0 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
    padding: 0;
  }

  .information-list .information-item:not(:last-of-type), 
  .section-services .services-list .service-item:not(:last-of-type) {
    margin-right: 24px;
  }

  .section-products .product-list .list-item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .album-slide .album-item .album-item__inner {
    padding-bottom: 0;
  }

  .album-slide .album-item .album-content {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .album-slide .album-item .album-item__inner::before {
    display: none;
  }

  .album-slide .album-item .album-item__inner:hover::before {
    opacity: 0;
  }

  #topcontrol {
    right: 12px !important;
    bottom: 12px !important;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  [data-notify="container"] {
    max-width: calc(100% - 24px);
  }

  footer .dropdown-weblink .dropdown-menu {
    max-width: 90%;
  }
}

@media screen and (max-width:1024px){
  .information-list .information-item .information-item-content .information-item-description span {
    font-size: 18px;
    line-height: 26px;
  }

  .category-menu {
    width: 100%;
    margin-top: 8px;
  }

  .section-products .product-list .list-item {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
  }

  .section-introdution .introduce-inner > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-introdution .introduce-inner .introduce-image {
    margin-bottom: 16px;
  }

  .section-introdution .introduce-inner .introduce-title {
    text-align: center;
  }

  /* .section-news .news-list {
    margin: 0;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 20px;
  }

  .section-news .news-list::-webkit-scrollbar {
    display: none;
  }

  @-moz-document url-prefix() {
    .section-news .news-list {
      scrollbar-width: none;
    }
  } */

  /* .section-news .news-list .news-item {
    flex: 0 0 calc((100% - 30px)/3);
    max-width: calc((100% - 30px)/3);
    padding: 0;
    margin-right: 24px;
  }

  .section-news .news-list .news-item:not(:last-of-type) {
    margin-right: 24px;
  } */

  /* footer {
    font-size: 16px;
    line-height: 24px;
  } */

  footer [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .footer-terms,
  footer .footer-hitcounter {
    margin-top: 20px;
  }

  footer .group-button-footer {
    text-align: left !important;
    margin-left: 0;
    max-width: 100%;
  }

  footer .contact-link {
    display: inline-block;
    width: 250px;
    max-width: 100%;
  }

  footer .social-links {
    justify-content: flex-start;
  }

  footer .dropdown-weblink .dropdown-menu {
    max-height: 250px;
  }

  .social-fixed .social-fixed__item {
    position: fixed;
    bottom: 90px;
    right: 20px;
  }
}

@media screen and (max-width: 992px){
  .section-banner .owl-carousel .owl-dots {
    display: none;
  }
}

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

}

@media screen and (max-width: 768px){
  .section-spacing {
    padding-top: 40px;
  }

  .section-banner .owl-item .item a {
    aspect-ratio: 1.8;
  }

  .information-list .information-item, 
  .section-services .services-list .service-item {
    flex: 0 0 65%;
    max-width: 65%;
  }
}

@media screen and (max-width: 767px){
  .category-menu {
    overflow: auto;
    /* padding-bottom: 10px; */
  }

  .category-menu::-webkit-scrollbar {
    display: none;
  }

  @-moz-document url-prefix() {
    .category-menu {
      scrollbar-width: none;
    }
  }

  .category-menu .category-menu__item {
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .header-top .header-top-wrapper .nav-brand img:not(.mobile) {
    display: none;
  }

  .header-top .header-top-wrapper .nav-brand .mobile {
    display: block;
  }

  .header-top .header-top-wrapper .contact-social {
    margin-left: 16px;
    padding-left: 16px;
  }

  .header-bottom .header-bottom-wrapper {
    position: relative;
    padding-bottom: 48px;
  }

  .header-bottom .header-bottom-wrapper .language-group {
    margin-left: auto;
  }

  .header_section .quick-search {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .header-bottom .toggle-menu {
    transform: none;
    top: 24px;
  }

  /* .section-banner .owl-item .item a {
    height: 100px;
  } */

  .section-title {
    margin-bottom: 16px;
  }

  .section-title h4, .section-title h4 a {
    font-size: 20px;
  }

  .owl-nav button[class*="owl"] .icon {
    width: 32px;
    height: 32px;
  }

  .owl-nav button[class*="owl"] .icon::before {
    width: 30px;
    height: 30px;
    -webkit-mask-size: 20px auto;
    mask-size: 20px auto;
  }

  .section-introduce {
    padding-bottom: 0;
  }

  .section-introdution .introduce-content .introduce-summary ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-products .product-list .list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* .section-news .news-list .news-item */
  .information-list .information-item, 
  .section-services .services-list .service-item {
    flex: 0 0 calc(100% - 36px);
    max-width: calc(100% - 36px);
  }

  .section-title h2, 
  .section-title h2 a,
  .section-introdution .introduce-content .introduce-title a {
    font-size: 24px;
    line-height: 28px;
  }

  .services-list .service-item .service-item-icon i, .services-list .service-item .service-item-icon i::before {
    width: 50px;
    height: 50px;
  }

  /* .title-item {
    font-size: 16px;
    line-height: 24px;
  } */

  footer .social-links .social-link-item:first-of-type {
    width: 100%;
    margin-bottom: 0;
  }

  footer {
    padding: 20px 0;
  }

  footer .footer-logo img {
    max-height: 36px;
    max-width: 100%;
  }

  footer .footer-title {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-terms h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  footer .contact-info p {
    font-size: 14px;
    line-height: 20px;
  }

  footer .contact-info p:not(.copyright)::before {
    top: 0;
  }

  footer .contact-info > div {
    display: block;
  }

  footer .contact-info > div p:first-of-type,
  footer .contact-link {
    margin-bottom: 12px;
  }

  footer .footer-info .contact-info > p:first-of-type {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  footer .contact-info > div p:first-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
  }

  footer .group-button-footer,
  footer .counter-online {
    justify-content: flex-start;
  }

  /* footer .contact-link,
  footer .dropdown-weblink .btn, 
  footer .dropdown-weblink.show .btn, 
  footer .dropdown-weblink.show .btn:focus, 
  footer .dropdown-weblink.show .btn:active {
    font-size: 14px;
    padding: 4px 12px;
  }

  footer .hitcounter_num {
    font-size: 16px;
    line-height: 24px;
  } */

  .popup-add-cart {
    padding: 8px;
    border-radius: 8px;
    width: calc(100% - 24px);
    top: auto;
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
  }

  .popup-add-cart .popup-content {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left !important;
  }

  .popup-add-cart .popup-icon,
  .popup-add-cart .popup-message {
    margin-bottom: 0 !important;
  }

  .popup-add-cart .popup-message {
    flex-grow: 1;
  }

  .popup-add-cart .popup-icon i, 
  .popup-add-cart .popup-icon i::before {
    width: 24px;
    height: 24px;
  }

  .popup-add-cart .popup-message {
    font-size: 14px;
    line-height: 24px;
  }

  .popup-add-cart .popup-message p:not(.message-small),
  .popup-add-cart .btn:not(.btn-small) {
    display: none;
  }

  .popup-add-cart .popup-message .message-small {
    display: block;
  }

  .popup-add-cart .btn-small {
    display: inline-block;
  }
}

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

}

@media screen and (max-width: 426px){
  .header-navbar-wrapper, 
  .header-top .user-control {
    width: 100%;
  }
  .section-train .train-list .train-item,
  .section-faq .faq-list .faq-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .conference-news-other .news-item .news-image,
  .major-playlist .major-item .major-image,
  .news-right__content .news-item .news-image {
    width: 32%;
  }

  .section-products .product-list .list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .group-button-footer,
  footer .counter-online {
    display: block;
    text-align: left !important;
  }

  /* footer .dropdown-weblink {
    margin-right: 0;
    margin-bottom: 12px;
  }

  footer .contact-link, footer .dropdown-weblink .btn, footer .dropdown-weblink.show .btn, footer .dropdown-weblink.show .btn:focus, footer .dropdown-weblink.show .btn:active {
    min-width: 200px;
  }

  footer .counter-online > .counter-online__item:first-of-type {
    margin-right: 0;
    margin-bottom: 4px;
  } */

  .popup-add-cart .btn-small {
    padding: 4px 8px;
  }
}

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

}

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

}

/****************Responsive Content****************/

@media screen and (max-width:1442px){
  .content-wrapper .breadcrumb {
    margin-bottom: 20px;
  }

  .page-header .page-title, 
  .page-header .page-title a,
  .title-base {
    font-size: 28px;
    line-height: 36px;
  }

  .other_news .other-header {
    margin-top: 24px;
    padding-top: 24px;
  }
}

@media screen and (max-width:1367px){
  .detail_title {
    font-size: 24px;
    line-height: 32px;
  }

  .news-detail.introduce-detail .news-detail_title {
    margin-bottom: 16px;
  }

  .content-wrapper .breadcrumb {
    margin-bottom: 8px;
  }

  .news-detail .news-detail_content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width:1140px){
  .filter-open {
    display: block;
  }

  .sidebar-fixed .sidebar-header {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sidebar-fixed {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
  }

  .sidebar-fixed.show {
    right: 0;
  }

  .sidebar-fixed + div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sidebar.sidebar-fixed .sidebar-header {
    flex-shrink: 0;
  }

  .sidebar.sidebar-fixed .sidebar-content {
    flex: 1 1 auto;
    overflow: auto;
    margin-right: -12px;
    padding-right: 12px;
    position: static;
  }

  .sidebar-fixed .menu-filter {
    padding: 0;
    border: 0;
    margin-bottom: 0;
  }

  .menu-filter .filter-price::before {
    left: 0;
    right: 0;
  }

  .filter-price .price-custom .price-custom-input {
    flex-direction: column;
  }

  .filter-price .price-custom .price-custom-input > div {
    width: 100%;
  }

  .filter-price .price-custom .price-custom-input .price-range {
    display: none;
  }

  .content-wrapper {
    padding-bottom: 40px;
  }

  .news-detail,
  .sidebar .sidebar-module:not(.menu-filter) {
    padding: 16px;
  }

  .sidebar .list-news-focus > .news-item:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .news-list-content .news-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cart-item .cart-item__details .cart-item__title, 
  .order-list .order-item .order-item__details .order-item__title {
    font-size: 16px;
    line-height: 24px;
  }

  .cart-item .cart-item__details .cart-item__price, 
  .order-list .order-item .order-item__details .order-item__price {
    font-size: 16px;
    line-height: 24px;
  }

  .product-detail__info .product-detail__quantity .input-group .form-control, 
  .cart-item__quantity .input-group .form-control {
    width: 50px;
  }

  .product-detail__info .product-detail__quantity .input-group .btn-number, 
  .product-detail__info .product-detail__quantity .input-group .form-control, 
  .cart-item__quantity .input-group .btn-number, 
  .cart-item__quantity .input-group .form-control {
    padding: 6px;
  }

  .product-detail__info .product-detail__quantity .input-group .btn-number i,
  .product-detail__info .product-detail__quantity .input-group .btn-number i::before,
  .cart-item__quantity .input-group .btn-number i,
  .cart-item__quantity .input-group .btn-number i::before {
    width: 20px;
  }

  .cart-content .cart-list .cart-item .cart-item__remove .btn i,
  .cart-content .cart-list .cart-item .cart-item__remove .btn i::before {
    width: 20px;
    height: 20px;
  }

  .cart-sidebar, .order-sidebar {
    top: 24px;
  }

  .other-product-list .product-item {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
  }

  .product-detail-container {
    padding: 16px;
  }

  .product-detail__info .product-detail__price {
    font-size: 20px;
    line-height: 24px;
  }

  .product-detail__info .product-detail__content {
    margin-top: 16px;
    padding-top: 16px;
  }

  .product-detail__info .product-detail__quantity {
    margin-bottom: 16px;
    gap: 16px;
  }

  .product-detail__info .product-detail__category,
  .product-detail__info .product-detail__price {
    margin-bottom: 16px;
  }

  .gallery-top .swiper-slide, .gallery-thumbs .swiper-slide,
  .product-detail .product-detail__image {
    border-radius: 6px;
  }

  .product-detail__info .product-detail__title .detail-title {
    font-size: 20px;
    line-height: 24px;
  }
}

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

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

}

@media screen and (max-width: 800px){
  .content-page .product-list .product-item,
  .content-page .album-list .album-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .content-page .other-product-list .product-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .sort-filter ul ul {
    display: none;
  }

  .sort-filter ul ul.show {
    display: block;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    z-index: 10;
  }

  .sort-filter ul ul li {
    padding: 8px 16px;
    cursor: pointer;
  }

  .sort-filter ul ul li:not(:last-of-type):after {
    content: none;
  }

  .sort-filter .sort-selected {
    display: block;
    padding: 8px 40px 8px 16px;
    background-color: var(--white);
    border-radius: 8px;
    width: 200px;
    position: relative;
  }

  .sort-filter .sort-selected i {
    position: absolute;
    top: 8px;
    right: 8px;
    transition: all 0.3s ease-in-out;
  }

  .sort-filter .sort-selected.expand i {
    transform: rotate(180deg);
  }

  .page-header .page-title, .page-header .page-title a {
    font-size: 24px;
    line-height: 32px;
  }

  .swiper-container-wrapper {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    left: auto;
    right: 0;
    bottom: auto;
  }

  .swiper-button-prev, .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    line-height: 20px;
  }

  .swiper-button-prev i, .swiper-button-next i {
    transform: rotate(-90deg);
  }

  .swiper-button-prev i,
  .swiper-button-prev i::before, 
  .swiper-button-next i,
  .swiper-button-next i::before {
    width: 20px;
    height: 20px;
  }

  .product-detail > div {
    width: 100%;
  }

  .product-detail > div:first-of-type {
    margin-bottom: 24px;
  }

  .gallery-thumbs {
    flex: none;
    height: auto !important;
  }

  .gallery-thumbs .swiper-slide {
    height: 100% !important;
  }

  .gallery-top .swiper-slide a,
  .gallery-thumbs .swiper-slide .thumb-image {
    aspect-ratio: 1.56 !important;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
    border-width: 2px;
  }
}

@media screen and (max-width: 768px){
  .contact-form > div {
    width: 100%;
  }

  .maps-embed {
    aspect-ratio: 16/9;
    height: auto;
  }

  .product-detail-container {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px){
  .content-wrapper .breadcrumb {
    margin-bottom: 0;
  }

  .page-header .page-title {
    margin-bottom: 16px;
  }

  .page-header .page-title, .page-header .page-title a {
    font-size: 20px;
    line-height: 24px;
  }

  .list-account .account-item .summary .account-contact {
    margin-top: 16px;
  }

  .list-main .list-item,
  .content-page .list-news .news-item {
    margin-bottom: 24px;
  }

  .pagination-customize .page-link {
    line-height: 30px;
    min-width: 30px;
    padding: 0 4px;
  }

  .sidebar:not(.sidebar-fixed) {
    margin-top: 20px;
  }

  .sidebar .sidebar-module {
    margin-bottom: 20px;
  }

  /* .news-detail .news-detail_date,
  .sidebar .list-news-focus > .news-item:not(:last-of-type) {
    margin-bottom: 8px;
  } */

  .form-container {
    max-width: 100%;
    padding: 12px 16px 16px;
  }

  .title-base {
    font-size: 24px;
    line-height: 32px;
  }

  .form-container .form-header,
  .faq-container .list-faqs .faq_item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .capcha .capcha-img {
    margin-bottom: 10px;
  }

  .article_list .article-item {
    margin-bottom: 16px;
  }

  .order-info__title h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .cart-content, 
  .order-content {
    padding: 16px;
  }

  .cart-sidebar,
  .order-sidebar {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: var(--white);
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 24px 0px, rgba(0, 0, 0, 0.12) 0px 28px 32px 1px;
  }

  .cart-sidebar .cart-content,
  .order-sidebar .cart-content {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0 !important;
  }

  .cart-sidebar .cart-content .cart-total__title,
  .cart-sidebar .cart-content .cart-total__details,
  .cart-sidebar .cart-content .cart-total__price span:first-of-type,
  .order-sidebar .cart-content .cart-total__title,
  .order-sidebar .cart-content .cart-total__details,
  .order-sidebar .cart-content .cart-total__price span:first-of-type {
    display: none;
  }

  .cart-sidebar .cart-content .cart-total__price,
  .order-sidebar .cart-content .cart-total__price {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }

  .cart-item .cart-item__image, .order-list .order-item .order-item__image {
    flex: 0 0 90px;
    max-width: 90px;
  }

  .cart-item .cart-item__info {
    gap: 16px;
  }

  .order-list .order-item .order-item__details {
    flex-wrap: wrap;
    gap: 16px !important;
  }

  .order-list .order-item .order-item__details .order-item__title {
    width: calc(100% - 100px);
  }

  .order-list .order-item .order-item__details .order-item__price {
    width: 100%;
    text-align: left;
  }

  .order-list .order-item .order-item__details .order-item__quantity {
    margin-left: auto;
  }

  .order-list .order-item {
    align-items: flex-start !important;
  }
}

@media screen and (max-width: 600px) {
  .content-wrapper .breadcrumb li:not(:last-of-type) {
    display: none;
  }

  .content-wrapper .breadcrumb li:last-of-type {
    font-family: var(--font-primary);
    font-weight: 600;
  }

  .content-wrapper .breadcrumb li:last-of-type::before {
    margin-left: 0;
  }

  .page-header .page-title {
    display: none;
  }

  .cart-item .cart-item__image, 
  .order-list .order-item .order-item__image {
    flex: 0 0 70px;
    max-width: 70px;
  }

  .cart-item .cart-item__details .cart-item__title, 
  .order-list .order-item .order-item__details .order-item__title {
    font-size: 14px;
    line-height: 20px;
  }

  .order-list .order-item .order-item__details .order-item__title {
    width: calc(100% - 50px);
  }

  .order-info__title h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .cart-list .cart-item {
    gap: 10px;
  }

  .cart-item .cart-item__info {
    gap: 12px;
  }

  .cart-content .cart-content__header [class*=icheck-]>label, 
  .cart-content .cart-content__header .cart-header__remove .btn {
    font-size: 14px;
    line-height: 24px;
    min-height: unset;
  }

  .cart-item .cart-item__image a, 
  .order-list .order-item .order-item__image a {
    border-radius: 6px;
  }

  .order-success .order-success__title, .cart-empty__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px !important;
  }

  .order-success > p {
    margin-bottom: 16px !important;
  }

  .product-detail__info .product-detail__actions .btn {
    width: 100%;
  }
}

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

}

@media screen and (max-width: 426px){
  .list-main .list-item,
  .content-page .product-list .product-item,
  .content-page .album-list .album-item,
  .news-list-content .news-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-page .list-news .news-item {
    display: block;
  }

  .content-page .list-news .news-item .news-image {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }

  .sidebar-fixed {
    width: 100%;
  }
}

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

}

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

}