:root {
  --theme-color: #03c988;
  --theme-color2: #093fb4;
  --black: #4e4e4e;
  --color-black: #001f3e;
  --color-white: #fff;
  --color-gray: #6c757d;
  --color-green: #03c988;
  --color-blue: #093fb4;
  --fa6: "Font Awesome 6 Pro";
  --init-font-size: 1.1111111111111112vw;
  --section: 5.625rem;
}
@media screen and (min-width: 1600px) {
  :root {
    --init-font-size: 1vw;
    --section: calc(5.625rem * 2);
  }
}
html {
  overflow-x: hidden;
}
section {
  position: relative;
}
.title-main h2 {
  font-size: 2.25rem;
  margin-bottom: 1.56rem;
}
@media screen and (max-width: 850px) {
  .title-main h2,
  .title-main h1,
  .title-main h3 {
    font-size: 1.65rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .title-main h2,
  .title-main h1,
  .title-main h3 {
    font-size: 1.5rem !important;
  }
}
/* Add fonts */
@font-face {
  font-display: swap;
  font-family: "SFProDisplay";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/SFProDisplay-Light.woff2") format("woff2");
}

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

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

/* End add fonts */
pre,
.back-to-top {
  display: none !important;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

b {
  color: #000;
}

body {
  font-size: 1rem;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-family: "SFProDisplay", sans-serif;
}

p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.3rem;
}

.section-title-container {
  margin-bottom: 0 !important;
}

.wpcf7-spinner,
.box-blog-post .is-divider {
  display: none;
}

.section-title-normal {
  border-bottom: 0;
}

/* Header */
/* .home #header .header-bg-color {
  background-image: linear-gradient(to bottom,
      #ffffeb 0%,
      rgb(255 255 235 / 80%) 100%);
} */

.home #header .stuck .header-bg-color {
  background: #fff;
}

#header .top-divider {
  display: none;
}

#header .top-divider {
  display: block;
  border: 0;
  border-bottom: 0.5px solid #2d2d2d;
  opacity: 0.1;
}

body:not(.home) #header .top-divider {
  display: none;
}

#header .stuck .top-divider {
  display: none;
}

#top-bar {
  background: linear-gradient(90deg, #61c73f, #1f8538);
  padding: 8px 0;
}

#top-bar li {
  font-size: 1rem;

  font-weight: 500;

  color: #fff;
}

#header .header-main .nav-right {
  align-items: center;
}

#header .header-main .nav-right > li > a {
  padding: 0;
}

#header .header-main .nav-right > li {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

#header .icon-user:before,
#header .icon-shopping-basket:before,
#header .icon-search:before {
  display: none;
}

#header .icon-user,
#header .icon-shopping-basket,
#header .icon-search,
#header .icon-search-top {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(./images/icon-user.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  cursor: pointer;
}

#header .icon-shopping-basket {
  background-image: url(./images/icon-cart.svg);
  margin-left: 5px;
}

#header .icon-search,
#header .icon-search-top {
  background-image: url(./images/icon-search.svg);
}

#header .header-nav-main {
  position: relative;
}

#logo img,
#header .stuck #logo img {
  max-height: 50px !important;
}

#search-lightbox {
  max-width: 500px;
}

#search-lightbox .button {
  border-radius: 50%;
  background-color: var(--theme-color2) !important;
  font-size: 17px;
  position: absolute;
  right: -68px;
  top: 4px;
}

#search-lightbox .button span {
  display: none;
}

#search-lightbox .form-flat input {
  background-color: #fff !important;
  color: #2d2d2d !important;
  font-size: 1rem;
  height: 50px;
  padding: 0 50px 0 18px;
}

#search-lightbox .form-flat input::placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.header-main .menu-item a {
  display: flex;
  padding: 0px 6px;
  font-size: 1rem;
  line-height: 19px;
  color: #2d2d2d;
  position: relative;
}

.header-nav-main > .menu-item > a {
  padding: 19px 8px;
  font-weight: 500;
  color: var(--color-black);
}

.header-nav-main > .menu-item:hover > a {
  color: var(--theme-color);
}

#masthead .cart-item ul.product_list_widget li .cart-mini-product-img a {
  height: 100px;
  overflow: hidden;
}

.cart-mini-product-info {
  flex: 1;
}

#masthead .cart-item .nav-dropdown {
  top: 32px;
}

#masthead .cart-item ul.product_list_widget li .cart-mini-product-img img {
  max-width: 100%;
}

/* #header .header-bottom {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#header .header-bottom.show {
  opacity: 1;
  visibility: visible;
} */
#header #logo {
  margin-right: 3rem;
}
#header .searchform input[type="search"] {
  height: 36px;
  background: #fff;
  box-shadow: none;
  border: 0;
  border-radius: 99px;
  padding: 5px 40px 5px 21px;
  font-size: 1rem;
  line-height: 28px;
  color: #555;
  border: 1px solid #ddd;
  max-width: 293px;
}

#header .searchform .button.icon {
  border-radius: 50px !important;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: transparent;
  border: none;
}

#header .searchform .button.icon:hover {
  opacity: 1;
  box-shadow: none;
  background-color: transparent;
}

#header .searchform .button.icon span {
  display: none;
}

.header-search-form.search-form {
  max-width: 293px;
  width: 293px;
}

/* #header .searchform .button.icon i {
  background-image: url(./images/search-line.svg);
  width: 20px;
  height: 20px;
  margin-right: 4px;
} */

#header .close-search {
  font-size: 26px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 55px;
  cursor: pointer;
  color: var(--theme-color2);
}

/* End Header */
/* banner-home */
.banner-home .title h2,
.title-home h2 {
  font-size: 36px;
  line-height: 1.2;
  /* background: linear-gradient(93deg, #61c63f 5.44%, #1b8541 71.86%); */
  /* background-clip: text; */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  margin-bottom: 30px;
  width: fit-content;
}

.title-home.text-center {
  display: flex;
  justify-content: center;
}

.banner-home .searchform .search-field {
  height: 55px;
  background: #fff;
  box-shadow: none;
  border: 0;
  border-radius: 99px;
  padding: 5px 145px 5px 30px;
  font-size: 1rem;
  line-height: 28px;
  color: #555;
  border: 1px solid #ddd;
}

.banner-home .searchform .search-field::placeholder {
  color: #555;
  opacity: 1;
}

.banner-home .searchform .search-field::-ms-input-placeholder {
  color: #555;
}

.banner-home .searchform .button.icon {
  min-width: 118px;
  height: 42px;
  min-height: 42px;
  border-radius: 50px !important;
  position: absolute;
  right: 6px;
  top: 6px;
}

.banner-home .searchform .button.icon:hover {
  background-color: var(--theme-color);
}

.banner-home .searchform .button.icon i:before {
  display: none;
}

.banner-home .searchform .button.icon i {
  width: 20px;
  height: 20px;
  background-image: url(./images/search-line.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-home .searchform .button.icon span {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 500;
  margin-left: 5px;
}

.banner-home .searchform-wrapper {
  margin-bottom: 52px;
  max-width: 555px;
}

.banner-home .box-category {
  display: flex;
  align-items: center;
}

.banner-home .box-category .box-image {
  width: 47px !important;
  flex-shrink: 0;
}

.banner-home .box-category .box-text {
  padding: 0 0 0 15px;
}

.banner-home .box-category .header-title {
  font-size: 1rem;
  line-height: 21px;
  color: #4e4e4e;
  margin: 0;
  font-weight: 500;
}

.banner-home .box-category:hover .header-title {
  color: var(--theme-color);
}

.banner-home .product-category.col {
  padding-bottom: 18px;
}

.banner-home .bg {
  background: rgb(239, 255, 231);
  background: linear-gradient(
    180deg,
    rgba(239, 255, 231, 1) 0%,
    rgba(254, 255, 253, 1) 80%
  );
  height: 617px;
}

/* End banner-home */
/* home-tabs */
.home-tabs .bg {
  background: rgb(246, 246, 246);
  background: linear-gradient(
    0deg,
    rgba(246, 246, 246, 1) 0%,
    rgba(246, 246, 246, 0) 100%
  );
}

/* .home-tabs .bg {
  background-position: top;
} */

.home-tabs {
  padding-bottom: 20px !important;
}

.home-tabs .title {
  text-align: center;
  margin-bottom: 48px;
}

.home-tabs .title h3 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 10px;
}

.home-tabs .title p {
  margin-bottom: 0;
}

.home-tabs .tabbed-content {
  margin-top: -60px;
}

.home-tabs .tabbed-content .tab a {
  font-size: 18px;
  color: #6d6d6d;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 4;
  padding: 0 20px 13px;
  margin: 0 10px;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 5px;
  /* color: #61C63F; */
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  margin-left: 0;
  margin-right: 0;
}

.home-tabs .tabbed-content .tab.active a,
.home-tabs .tabbed-content .tab:hover a {
  border-bottom: 3px solid #61c63f;
  color: #61c63f;
}

.home-tabs .tabbed-content .tab a:before {
  display: none;
}

.home-tabs .tabbed-content .nav li.tab {
  border-bottom: 1px solid #cecece;
  margin: 0px;
}

.home-tabs .tabbed-content .nav {
  margin-bottom: 40px;
}

/* .home-tabs .tabbed-content .tab.active a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6.5px 0 6.5px;
  border-color: #1f8644 transparent transparent transparent;
  content: '';
  bottom: -9px;
  top: initial !important;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  right: -25px;
} */

.product-small.box .box-image a {
  display: block;
  padding-top: 110%;
  position: relative;
  height: 0;
}
.product-small.col .col-inner {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.product-small.box .box-image .image-thumbnail {
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: 100% auto;
  -webkit-transition: all 5s ease-in-out 0s;
  -moz-transition: all 5s ease-in-out 0s;
  -ms-transition: all 5s ease-in-out 0s;
  transition: all 5s ease-in-out 0s;
  top: 0;
}

.product-small.box .box-image:hover .image-thumbnail {
  background-position: center 100% !important;
}

.product-small.box {
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-small.box .box-image {
  margin: 0;
}
.home-tabs .product-small.col {
  padding: 0 12.5px 40px;
}

.product-small.box .box-text {
  padding: 15px 20px 25px;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-small.box .product-title {
  margin: 0 0 10px;
}

.product-small.box .product-title a {
  margin: 0;
  font-size: 1rem;
  color: var(--color-black);
}

.product-small.box .product-title a:hover {
  color: var(--color-blue);
}

.product-small.box .excerpt-home {
  margin: 0;
  font-size: 1rem;
  line-height: 19px;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}

.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  order: 1;
}

.product-small.box .price-wrapper del {
  order: 2;
}

.product-small.box .price-wrapper del .amount {
  font-size: 1rem !important;
  line-height: 23px;
  color: #606060;
  text-decoration: line-through;
  margin-left: 15px;
  margin-right: 0;
}

.product-small.box .price-wrapper .amount {
  color: var(--theme-color);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.product-small.box .theme-action {
  margin-top: 0;
  display: flex;
}

.product-small.box .theme-action a {
  width: fit-content;
  margin: 0;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  border: 1px solid var(--color-blue);
  background: #f5f9ff;
  color: var(--color-blue);
  border-radius: 99px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  font-size: 0.875rem;
  padding: 0 1.3rem;
}

.product-small.box .theme-action a.btn-detail {
  background: #ffffff;
  color: var(--theme-color);
  border: 1px solid;
}

.product-small.box .theme-action a + a {
  margin-left: 10px;
}

.product-small.box .theme-action a:before {
  content: "";
  border-radius: 45px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-blue);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.product-small.box .theme-action a:hover span {
  color: var(--color-white);
}
.product-small.box .theme-action a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* End home-tabs */
/* home-table */
#main .home-table {
  padding-top: 60px;
  padding-bottom: 0;
}

.home-table .title-home h2 {
  margin-bottom: 40px;
}
.home-table .slick-track {
  padding-bottom: 10px;
}

.list-package {
  margin-left: -30px;
}

.list-package .package-item {
  margin-left: 30px;
}

.list-package .package-item .col-inner:before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/flatsome-child/images/bg-combo.webp)
    no-repeat top;
  background-size: cover;
  z-index: 1;
}

.list-package
  .package-item:first-child
  .list-support-package
  .support-item:last-child {
  color: #777777;
}

.list-package
  .package-item:first-child
  .list-support-package
  .support-item:last-child
  .support-item__content:before {
  background: url(/wp-content/themes/flatsome-child/images/line-logo-gray.svg)
    no-repeat center;
}

.list-package .package-item .col-inner {
  padding: 67px 28px 40px 38px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.list-package .package-item .col-inner:after {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 0 0 10px 10px;
  border: 1px solid #dbdbdb;
  border-top: 0;
  background-color: #fff;
  z-index: 0;
}

.list-package .sticky-combo {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  padding: 6px 22px;
  border-radius: 99px;
  top: 1rem;
  right: 17px;
  position: absolute;
  z-index: 1;
}

.list-package .title-package {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 20px;
}

.list-package .title-package h3 {
  text-align: left;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0;
}

.list-package .price-package {
  position: relative;
  z-index: 2;
}

/* .list-package .price-package {
  text-align: left;
  background-image: linear-gradient(90deg, #5fc53f, #218738);
  padding: 10px 20px 10px 38px;
  border-radius: 10px 50px 50px 0;
  margin-left: -48px;
  position: relative;
  z-index: 2;
} */

.list-package .price-package p {
  color: #2b2b2b;
}

.list-package .price-package p:first-child {
  margin-bottom: 10px;
  line-height: 25px;
}

/* .list-package .price-package:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #1f8038;
} */

.list-package .price-package .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
}

.list-package .price-package .price span {
  font-size: 1rem;
  line-height: 1;
  margin-left: 2px;
  font-weight: 400;
  color: #2b2b2b;
}

.list-package .price-package .duytri {
  padding: 1rem 0px;
  border-top: 1px solid #cccccc4f;
  border-bottom: 1px solid #cccccc4f;
  font-style: italic;
}

.list-package .price-package .duytri span {
  font-weight: 500;
}

.list-package .list-support-package {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  flex: 1;
}

.list-package .list-support-package .support-item {
  position: relative;
}

.list-package .list-support-package .support-item:not(:last-child) {
  margin-bottom: 8px;
}

.list-package .list-support-package .support-item__desc {
  display: none;
  position: absolute;
  background: var(--theme-color2);
  padding: 10px;
  border-radius: 5px;
  left: 0;
  width: 100%;
  color: #fff;
  bottom: calc(100% + 5px);
  z-index: 999;
  font-size: 0.8rem;
  opacity: 1;
}

.list-package .list-support-package .support-item__content {
  padding-left: 30px;
  position: relative;
  color: #2b2b2b;
  cursor: pointer;
}

.list-package .list-support-package .support-item__content span {
  font-weight: 600;
}

.list-package .list-support-package .support-item__content span.gray {
  font-weight: unset;
  font-weight: 400;
  color: #777777;
}

.list-package .list-support-package .support-item:hover .support-item__content {
  color: var(--theme-color2);
}

.list-package .list-support-package .support-item__content:before {
  content: "";
  width: 11px;
  height: 12px;
  position: absolute;
  left: 0px;
  background: url(/wp-content/themes/flatsome-child/images/line-logo.svg)
    no-repeat center;
  top: 5px;
  background-size: contain;
}

.list-package .list-support-package .support-item:hover .support-item__desc {
  display: block;
}

.list-package .list-support-package .support-item__desc:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 7%;
  margin-left: 6px;
  border: 5px solid transparent;
  border-top-color: var(--theme-color2);
}

#wrapper .list-package .btn-viewall {
  z-index: 2;
  margin: 0;
}

/* End home-table */
/* section-home1 */
.section-home1 {
  padding-bottom: 30px !important;
}

.section-home1 .title h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #6d6d6d;
}

.section-home1 .title h2 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 20px;
}

.section-home1 .col-icon .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 28px;
}

.section-home1 .col-icon .icon-box {
  background: #fff;
  padding: 24px 30px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.section-home1 .col-icon .icon-box.active {
  background-color: var(--theme-color);
}

.section-home1 .col-icon .icon-box.active .icon-box-img img {
  filter: brightness(0) invert(1);
}

.section-home1 .col-icon .icon-box:before {
}

.section-home1 .col-icon .icon-box-text p {
  color: #333;
  font-weight: 600;
  font-size: 1rem;
}

.section-home1 .col-icon .icon-box.active p {
  color: #fff;
}

.section-home1 .col-icon .icon-box .icon-box-img {
  width: auto !important;
}

.section-home1 .col-icon .icon-box .icon-box-img img {
  width: auto;
  height: 55px;
  object-fit: contain;
  display: block;
  padding: 0;
  margin: 0 auto;
}

/* End section-home1 */
/* news-home */
.news-home .flickity-button {
  display: none !important;
}

.news-home .col-title .col-inner {
  display: flex;
  align-items: self-end;
}

.news-home .col-title .title {
  flex: 1;
}

.news-home .col-title .title p {
  font-size: 20px;
  margin-bottom: 0;
  color: #6d6d6d;
}

.news-home .col-title .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.261;
  margin: 0;
}

.news-home .btn-view-news {
  flex-shrink: 0;
  margin: 0;
  font-weight: 500;
}

.news-home .btn-view-news:after {
  content: "\f105";
  font-family: var(--fa6);
}

.news-home .section-bg {
  width: 694px;
  height: 346px;
  position: absolute;
  right: 40px;
  top: -55px;
  background-position: center top !important;
  left: unset;
}

.slider-nav-circle .flickity-button {
  width: 44px;
  height: 44px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
}

.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: "\f061";
  color: var(--theme-color);
  font-weight: 300;
  font-size: 20.5px;
}

.slider-nav-circle .flickity-button.previous:before {
  content: "\f060";
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

.news-home .box-blog-post {
  position: relative;
  background: #fff;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.news-home .row {
  padding-left: 30px;
  padding-right: 30px;
}

.news-home .flickity-viewport {
  overflow: unset;
  overflow-x: clip;
}

.news-home .col.post-item {
  /* opacity: 0; */
}

.news-home .col.post-item.is-selected {
  opacity: 1;
}

.news-home .box-image {
  box-shadow: 0 0 87px 0 rgba(205, 221, 235, 0.61);
}

.news-home .box-text {
  background: #fff;
  padding: 15px 20px 30px;
}

.news-home .post-title {
  color: #42464e;
  margin-top: 0;
  height: 52px;
  overflow: hidden;
  max-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  order: 2;
  font-size: 1rem;
}

.news-home .post-title:hover {
  color: var(--theme-color2);
}

.news-home .post-title a {
  margin: 0;
}

.news-home .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}

.news-home .post-meta {
  order: 1;
  color: #b7b7b7;
  font-size: 1rem;
  opacity: 1;
  margin-bottom: 10px;
  font-weight: 500;
}

.news-home .post-meta:before {
  content: "\f017";
  font-family: var(--fa6);
  margin-right: 5px;
}

.news-home .button {
  order: 4;
  margin-top: 8px;
  color: var(--theme-color2);
  font-size: 15px;
  margin-left: auto;
}

.news-home .button:after {
  content: "\f061";
  font-family: var(--fa6);
  display: inline-block;
  transform: translateY(1px);
}

.news-home .from_the_blog_excerpt {
  order: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23px;
  -webkit-line-clamp: 3;
  height: 69px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #575c5f !important;
  font-size: 14.4px;
}

.news-home .flickity-page-dots {
  bottom: -20px;
}

/* End news-home */
/* Single product */
.product-container .product-main {
  padding-top: 90px;
  background: #f5f9ff;
  padding-bottom: 0;
}

.product-container .product-gallery {
  position: relative;
  min-height: 510px;
}

.product-container .product-gallery .image-desktop {
  background: url(/wp-content/uploads/2025/07/khung-destop.png) no-repeat;
  background-position: 50% 50%;
  width: calc(100% - 9rem);
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 1.25rem 1.25rem 0 0;
}
.product-container .product-gallery .image-desktop img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 2.6875rem;
}

.product-container .product-gallery .image-mobile {
  position: absolute;
  bottom: -2px;
  right: 0;
  background: url(/wp-content/uploads/2025/07/khung-mobile.png) no-repeat;
  width: 15rem;
  height: 27.875rem;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0.3rem 0.3rem 0;
}

.product-container .image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.125rem 1.125rem 0 0;
}
.product-main .product-info {
  padding-top: 0;
}
.product-main .product-info .woocommerce-breadcrumb {
  display: none;
}

.product-info h1.product-title {
  font-size: 1.75rem;
  color: var(--color-black);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.product-info .description {
  font-size: 1rem;
  color: var(--color-black);
  font-weight: 400;
}
.product-info .description li::marker {
  color: var(--theme-color);
}
/* .product-info .price-wrapper .price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 25px 0 29px;
  border-bottom: 1px solid rgb(95 197 63 / 20%);
} */

.product-info .cart {
  margin-bottom: 0;
}

.cart .single_add_to_cart {
  display: none !important;
}
.product-info .price-wrapper .price {
  display: flex;
  align-items: center;
  column-gap: 0.65rem;
}
.product-info .price-wrapper span.amount {
  color: var(--theme-color2);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.product-info .price-wrapper .onsale-percent {
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: var(--theme-color);
  border-radius: 6.25rem;
  color: var(--color-white);
  line-height: 1.3;
}

.product-info .price-wrapper del {
  text-decoration: unset;
}

.product-info .price-wrapper del span.amount {
  text-decoration: line-through;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--color-gray);
  font-weight: 400;
}

.product-info .single_variation_wrap {
  display: none !important;
}

#main .product-info .single_add_to_cart_button {
  display: none;
}

.product-info .cart {
  margin: 0;
}

.product-info .btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-info .btn-popup-info {
  height: 2.5rem;
  border-radius: 50px;
  padding: 0 2.3rem;
  width: auto;
  background: linear-gradient(270deg, #03c988 3.6%, #093fb4 100%);
  border: 0;
  transition: all 0.3s ease;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.product-info .btn-popup-info:hover {
  background: linear-gradient(90deg, #03c988 3.6%, #093fb4 100%);
}

.product-info .btn-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-color2);
  height: 2.5rem;
  border-radius: 50px;
  padding: 0 2.3rem;
  min-width: 160px;
  font-size: 1rem;
  color: var(--theme-color2);
  font-weight: 700;
}
.product-info .btn-preview:hover {
  background-color: var(--theme-color2);
  color: #fff;
}
.isures-flashsale .title {
  color: #42464e;
  font-weight: 700;
}

.isures-flashsale .ux-timer {
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.isures-flashsale .ux-timer span {
  background-color: transparent;
  font-size: 30px;
  display: inline-block;
  min-width: 50px;
  padding-top: 0;
  color: var(--theme-color);
  margin: 0;
  padding: 0 19px;
}

.isures-flashsale .ux-timer span strong {
  color: var(--theme-color2);
  text-transform: unset;
  opacity: 1;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
}

.quantity,
#main .quantity {
  display: none !important;
}

.theme-support {
  display: block;
  padding: 25px 25.5px 35px 25.5px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 108, 66, 0.14);
  border-radius: 12px;
}

.theme-support .theme-support__title {
  color: #29353e;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.theme-support .theme-support__img {
  margin-bottom: 5px;
}

.theme-support .theme-support__img img {
  display: block;
  width: 100%;
}

.theme-support .theme-support__content p {
  font-size: 1rem;
}

.theme-support .theme-support__content p:last-of-type {
  margin-bottom: 0;
}

.theme-support .theme-support__content ul {
  margin-left: 20px;
  margin-bottom: 0;
}

.theme-support .theme-support__content strong {
  color: var(--theme-color2);
}

.single #tab-description.show {
  height: inherit;
}

.btn-xemthem {
  position: absolute;
  bottom: -15px;
  /* background-image: linear-gradient(180deg, #ffffff00 0%, #dddddd 100%); */
  background-image: linear-gradient(180deg, #ffffff6b 0%, #ffffff 100%);
  padding-bottom: 15px;
  padding-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.03em;
  width: calc(100% - 30px);
}

.btn-xemthem button {
  border: 0 !important;
  margin: 0;
  font-size: 1rem;
  background-color: transparent !important;
  color: #000 !important;
  font-weight: 500;
  box-shadow: none !important;
}

.btn-rutgon {
  display: none;
}

.btn-rutgon.show {
  display: flex;
  justify-content: center;
  width: calc(100% - 30px);
}

.btn-rutgon button {
  background-color: transparent !important;
  border: 0 !important;
  color: #333 !important;
  font-weight: 500;
  margin: 0;
  box-shadow: none !important;
}

.btn-rutgon button:hover {
  color: var(--theme-color2) !important;
}
.popup-contact .popup-content,
.popup-app .popup-content,
.popup-buy-theme .popup-content {
  max-width: 35rem;
  border-radius: 1rem;
  border: 0;
  background: var(--color-white);
  z-index: 9999;
}
.popup-contact .popup-content input,
.popup-contact .popup-content textarea,
.popup-app .popup-content input,
.popup-app .popup-content textarea,
.popup-buy-theme .popup-content input,
.popup-buy-theme .popup-content textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  background: transparent;
  color: var(--color-black);
  height: 2.5rem;
  box-shadow: none;
  border-radius: 0;
}
.popup-contact .popup-content input::placeholder,
.popup-contact .popup-content textarea::placeholder,
.popup-buy-theme .popup-content input::placeholder,
.popup-buy-theme .popup-content textarea::placeholder {
  color: var(--color-black);
}
.popup-contact .popup-content .title,
.popup-app .popup-content .title,
.popup-buy-theme .popup-content .title {
  position: relative;
  border-bottom: 0;
  color: var(--color-black);
}
.popup-contact .popup-content .title .close_popup-custom,
.popup-app .popup-content .title .close_popup-custom,
.popup-buy-theme .popup-content .title .close_popup-custom {
  position: absolute;
  right: 0;
  color: var(--color-black);
  font-size: 1.25rem;
  cursor: pointer;
}
.popup-contact .popup-content .title .close_popup-custom:hover,
.popup-app .popup-content .title .close_popup-custom:hover,
.popup-buy-theme .popup-content .title .close_popup-custom:hover {
  color: var(--theme-color2);
}
.popup-contact .button.btn-style-1,
.popup-app .button.btn-style-1,
.popup-buy-theme .popup-content .button.btn-style-1 {
  background: linear-gradient(270deg, #03c988 3.6%, #093fb4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.313rem;
  color: var(--color-white);
  height: 2.5rem;
  margin-top: 2rem;
  padding: 0 2.5rem;
  box-shadow: none !important;
  width: 100%;
}
.popup-buy-theme .popup-content .button.btn-style-1 img {
  transition: all 0.3s ease-in-out;
}
.popup-buy-theme .popup-content .button.btn-style-1:hover img {
  transform: rotate(45deg);
}

.popup-buy-theme .tb-box {
  padding: 22px 42px;
}

.form-buy input,
.form-buy .text-fake {
  height: 46px;
  border-radius: 99px;
  background-color: #fff;
  padding: 0 10px 0 20px;
  border: 0;
  box-shadow: none;
  color: #535353;
  margin: 0;
}

.form-buy .text-fake {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  background: 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  right: 0;
  bottom: 0;
  color: white;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.form-buy .variations-fake {
  position: relative;
}

.form-buy .variations-fake .product-variations {
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 5px 0;
  z-index: 2;
  top: 47px;
  border: 1px solid #dddddd8c;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}

.form-buy .variations-fake.show .product-variations {
  opacity: 1;
  visibility: visible;
}

.form-buy .variations-fake .product-variations .fake-attr {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 18px;
}

.form-buy .variations-fake .product-variations .fake-attr:hover {
  background-color: #f0f0f0f0;
  cursor: pointer;
}

.form-buy .variations-fake ~ .wpcf7-form-control-wrap {
  display: none;
}

.form-buy .amount {
}

.form-buy label {
  color: #454545;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
  padding-left: 20px;
  width: fit-content;
}

.form-buy label span {
  color: #cd0c0c;
}

/* .form-buy .form-item:nth-last-of-type(2) {
  grid-column: span 2;

} */

.form-buy .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 30px;
}

.form-buy .form-submit {
  justify-content: center;
  display: flex;
}

.form-buy .form-submit .btn-viewall {
  margin: 20px 0 0;
}

.product-info table.variations .label {
  font-size: 1rem;
  color: #231f20 !important;
}

.product-info .variations .label label {
  margin: 0;
  color: #262626;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 600;
}

.product-info .variations .ux-swatch-selected-value {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 5px;
}

.product-info .variations .ux-swatch--image {
  border: 0;
  max-width: 51px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border-radius: 99px;
}

.product-info .variations .ux-swatch--image:before,
.product-info .variations .ux-swatch--image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.125rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.product-info .variations .ux-swatch--image:before {
  border: 4px solid #fff;
}

.product-info .variations .ux-swatch--image:after {
  border: 2px solid #2f5acf;
}

.product-info .variations .ux-swatch--image.selected {
  box-shadow: none;
}

.product-info .variations .ux-swatch--image.selected:before,
.product-info .variations .ux-swatch--image.selected:after {
  opacity: 1;
}

.product-info .variations .ux-swatches {
  gap: 12px;
  margin: 0;
}

.product-info .variations .ux-swatch--label {
  min-width: calc(16.6666666667% - 10px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 99px;
  background-color: transparent;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  border: 1px solid #ddd;
  padding: 0 25px;
  box-shadow: none;
}

.product-info .variations .ux-swatch--label.selected {
  box-shadow: none;
  background-color: #5fc53f;
  color: #fff;
}

/* End single product */
/* shop */
#wrapper .header-shop {
  overflow: hidden;
  padding-top: 3.25rem;
}

.header-shop .flickity-button {
  display: none;
}

.header-shop .bg {
  background: linear-gradient(
      79.37deg,
      rgb(184, 224, 236),
      rgba(243, 236, 252, 0.94) 51.41%,
      hsl(68, 66%, 93%) 96.17%
    ),
    #fff;
}

.header-shop .col-right {
  padding-left: 40px;
  overflow: hidden;
}

.header-shop .col-left h1 {
  font-size: 2.5rem;
  color: var(--theme-color2);
  margin-bottom: 27px;
  font-weight: 600;
}

.header-shop .col-left ul {
  list-style: none;
  display: block;
}

.header-shop .col-left ul li {
  margin: 0;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 19px;
}

.header-shop .col-left ul li:before {
  content: "\f336";
  font-family: var(--fa6);
  color: var(--theme-color);
  position: absolute;
  left: 0;
  font-size: 1.125rem;
  top: 0.25rem;
  line-height: 1;
}

.header-shop .col-left .button {
  margin: 18px 0 0;
}

.header-shop .col-left .button,
#wrapper .btn-viewall,
.form-buy .form-submit .btn-viewall {
  height: 48px;
  padding: 0 35px;
  min-width: 260px;
  background-image: linear-gradient(90deg, #5fc53f, #218738);
  border: 0;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  max-width: 100%;
}

.header-shop .col-left .button:hover,
#wrapper .btn-viewall:hover,
.form-buy .form-submit .btn-viewall:hover {
  background-image: linear-gradient(90deg, #218738, #5fc53f);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.header-shop .slider-style-focus .flickity-slider > :not(.is-selected) {
  transform: scale(0.8);
}

.header-shop .slider {
  padding: 0;
}

.header-shop .img {
}

.header-shop .img.is-selected {
  transform: translate3d(0px, 0px, -200px) rotateX(0deg) rotateY(0deg);
}

.header-shop .img:not(.is-selected) {
  opacity: 0.5;
  transform: scale(0.8);
}

.shop-category {
  background: #fff;
  border-bottom: 1px solid rgb(95 197 63 / 30%);
  box-shadow: 0 0 22px rgba(0, 60, 37, 0.1);
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
}

.shop-category .row {
  align-items: center;
}

.form-searchtheme {
  margin: 0;
}

.form-searchtheme .input-group {
  display: flex;
  position: relative;
}

.form-searchtheme .input-group .btn {
  margin: 0;
  position: absolute;
  right: 6px;
  border: 0;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 500;
  padding: 0;
  width: 38.8px;
}

.form-searchtheme .input-group .btn i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(./images/search-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.form-searchtheme .input-group .btn:hover {
  background-color: var(--theme-color2);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.form-searchtheme .input-group input {
  border: none;
  border-radius: 90px;
  height: 52px;
  line-height: 52px;
  width: 435px;
  padding: 0 180px 0 25px;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  background: #f8fafc;
  color: var(--theme-color2);
  box-shadow: none;
  margin: 0;
}

.category-col .products > .col {
  flex-basis: 25%;
  max-width: 25%;
}

.category-col .product-small.box .box-text {
  padding: 15px 20px 25px;
}

.title-shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 30px;
}

.title-shop p {
  margin-bottom: 0;
}

.title-shop h2 {
  margin-bottom: 0;
}

#view-more-themes,
.button.view-themes {
  background-color: transparent !important;
  border: 0;
  color: var(--color-black);
  box-shadow: none !important;
  margin: 0;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.button.view-themes {
  width: fit-content;
  display: block;
  margin: 0 auto 15px;
}

.button.view-themes:after {
  content: "\f178";
  font-family: var(--fa6);
  display: inline-block;
  transform: translateY(2px);
}

.button.view-themes:hover span {
  color: var(--color-blue);
}

#view-more-themes:hover,
.button.view-themes:hover {
  color: var(--color-blue);
}

#view-more-themes svg {
  margin-left: 3px;
  transition: all 0.3s ease-in-out;
}
#view-more-themes:hover svg {
  margin-left: 8px;
}
#view-more-themes:hover svg path {
  fill: var(--color-blue);
}
.sortbycate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}

.sortbycate .titlesort {
  color: #003a24;
  font-size: 1rem;
  margin-right: 10px;
}

.sortbycate .order-list {
  display: flex;
  list-style: none;
  margin: 0;
}

.sortbycate .order-list li + li {
  margin-left: 10px;
}

.sortbycate .order-list li {
  margin-bottom: 0;
}
.sortbycate .order-list .order-item a:hover,
.sortbycate .order-list .active a {
  background-color: var(--theme-color);
  color: #fff;
}

.sortbycate .order-list a {
  display: inline-block;
  padding: 6.5px 10px;
  border-radius: 6px;
  width: fit-content;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  color: var(--color-black);
}

.woocommerce-breadcrumb {
  display: none;
}
.category-page-row {
  padding-top: 4.25rem;
}
.category-page-row .shop-container .products.row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.category-page-row .shop-container .products .product-small.col {
  padding: 0 12.5px 40px;
}

.product-small.box .box-text {
  background: #fff;
  padding: 12px 15px 18px;
}

.category-page-row .shop-container .product-small.box {
  box-shadow: 0 10px 30px rgb(0 108 66 / 10%);
}

#shop-sidebar .is-divider {
  display: none;
}

#shop-sidebar .widget-title {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
}

#shop-sidebar .woocommerce-widget-layered-nav .widget-title {
  margin-bottom: 12px;
}

#shop-sidebar .product-categories .cat-item:nth-child(n + 2) {
  border-top: 1px solid #c6d4cf;
}
#shop-sidebar .widget_nav_menu ul li {
  border-top: none;
}

#shop-sidebar .widget_nav_menu ul li.current-menu-item > .sub-menu,
#shop-sidebar
  .widget_nav_menu
  ul
  li.menu-item-has-children.current-menu-parent
  > .sub-menu {
  display: block;
}

#shop-sidebar .product-categories .cat-item a,
#shop-sidebar .widget_nav_menu ul li a {
  font-size: 1rem;
  color: #727272;
  position: relative;
  padding: 0.8rem 0 0.8rem 1.75rem;
  font-weight: 500;
}

#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .filter-price a:before,
#shop-sidebar .widget_nav_menu ul li a:before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-right: 0 !important;
  color: #fff;
  border-radius: 50%;
}

#shop-sidebar .product-categories .cat-item.active a,
#shop-sidebar .product-categories .cat-item a:hover,
#shop-sidebar .filter-price .active a,
#shop-sidebar .widget_nav_menu ul li.current-menu-item > a,
#shop-sidebar
  .widget_nav_menu
  ul
  li.menu-item-has-children.current-menu-parent
  > a {
  color: var(--theme-color2);
}

#shop-sidebar .product-categories .cat-item.active > a:before,
#shop-sidebar .product-categories .cat-item > a:hover:before,
#shop-sidebar .filter-price .active > a:before,
#shop-sidebar .widget_nav_menu ul li.current-menu-item > a:before,
#shop-sidebar
  .widget_nav_menu
  ul
  li.menu-item-has-children.current-menu-parent
  > a:before {
  content: "\f00c";
  font-family: var(--fa6);
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  color: #fff;
  font-size: 12px;
}

#shop-sidebar {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0.9375rem;
  border-radius: 0.5rem;
  background-color: #fff;
}

#shop-sidebar .widget {
  width: 100%;
}

#shop-sidebar .widget_product_categories {
  order: 1;
}

#shop-sidebar .filter-price {
  order: 2;
}

#shop-sidebar .widget {
  margin-bottom: 0;
}

#shop-sidebar .widget_layered_nav {
  order: 3;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list {
  display: flex;
  flex-wrap: wrap;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .count {
  display: none;
}

#shop-sidebar .woocommerce-widget-layered-nav-list li {
  position: relative;
  display: inline-block;
  max-height: 18px;
}

#shop-sidebar .woocommerce-widget-layered-nav-list li + li {
  margin-left: 12px;
  border: 0;
}

#shop-sidebar .ux-swatch--color + a {
  padding-left: 18px;
  width: 18px;
  opacity: 0;
}

#shop-sidebar .ux-swatch--color {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  max-width: 18px;
  border-radius: 50%;
  left: 0;
  overflow: hidden;
}

#shop-sidebar .filter-price a {
  font-size: 15px;
  color: #727272;
  position: relative;
  padding: 8px 0 8px 30px;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .title-shop {
    flex-direction: column;
    row-gap: 1rem;
    justify-content: flex-start;
  }
}
/* End shop */
/* Page demo */
.page-template-page-demo.admin-bar {
  width: 100vw;
  height: calc(100vh - 32px);
}

.page-template-page-demo {
  height: 100vh;
}

.view-demo {
  height: 100%;
  width: 100%;
  background-color: #000 !important;
}

.view-demo .demo-header {
  height: 70px;
  background: #fff;
}

.view-demo .demo-header .col {
  padding-bottom: 0;
}

.view-demo #demo-wrapper {
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  background: #e6e6e7;
}
#demo-wrapper .demo-error {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 1rem;
}
.view-demo .title a {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

.view-demo .title a i {
  font-size: 20px;
}

.view-demo .title a:hover {
  text-decoration: underline;
}

.view-demo .row {
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #dfdfdf;
}

.view-demo .preview-devices ul {
  display: flex;
  margin: 0;
  justify-content: center;
  list-style: none;
}

.view-demo .preview-devices ul li,
.view-demo .navigate ul li {
  margin: 0;
}

.view-demo .preview-devices ul a {
  height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px 0;
  margin: 0 5px;
  font-size: 20px;
  cursor: pointer;
  color: #9da3a9;
}

.view-demo .preview-devices ul a:hover {
  color: var(--theme-color2);
}

.view-demo .preview-devices .preview-devices-active a {
  color: var(--theme-color2);
  border-bottom: 3px solid var(--theme-color2);
}

.view-demo .navigate ul {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
  gap: 6px;
}

.view-demo .icon-call {
  display: none;
}

.view-demo .navigate ul a,
.view-demo .navigate ul .add-cart {
  border: solid 1px #dfdfdf;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--theme-color2);
  border-radius: 99px;
  font-size: 1rem;
}

.view-demo .navigate ul li:not(:last-of-type) a:hover {
  color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.view-demo .navigate ul .add-cart {
  background-image: linear-gradient(270deg, #03c988 0%, #093fb4 100%);
  color: #fff;
  padding: 0 20px;
  margin: 0;
}

.view-demo .navigate ul .add-cart:hover {
  background-image: linear-gradient(270deg, #03c988 0%, #093fb4 100%);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.view-demo .logo-demo img {
  height: 40px;
}

.view-demo .col-right .col-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2.5rem;
}

.view-demo .logo-demo {
  display: flex;
  align-items: center;
}

.view-demo .template-info {
  display: flex;
  font-size: 1rem;
  padding-right: 15px;
}

.view-demo .template-info .template-info__name {
  color: var(--color-black);
  font-weight: 600;
  margin: 0;
  font-size: 1.125rem;
}

#preview-frame {
  border: 0;
  position: absolute;
  transition: 0.5s;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

iframe.preview-desktop {
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

iframe.preview-tablet {
  width: 768px !important;
  height: 100% !important;
  left: calc(50% - 384px) !important;
}

iframe.preview-mobile {
  width: 380px !important;
  height: 100% !important;
  left: calc(50% - 190px) !important;
  top: 0;
  margin-top: 0;
}

/* End page demo */
/* Checkout */
ul.product_list_widget li .quantity {
  display: none !important;
}

#masthead
  .cart-item
  .woocommerce-mini-cart__buttons
  .button.wc-forward:first-child {
  color: var(--theme-color2);
}

.t-checkout .woocommerce-cart-form__cart-item .product-thumbnail a {
  display: block;
  height: 80px;
  overflow: hidden;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom {
  justify-content: flex-start;

  margin-top: 8px;
}

.checkout_coupon.woocommerce-form-coupon {
  display: block !important;
  padding: 0;
  border: 0;
}

.checkout_coupon.woocommerce-form-coupon p {
  font-size: 15px;
}

.checkout_coupon #coupon_code {
  box-shadow: none;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  background: rgba(212, 212, 212, 0.4);
  font-size: 1rem;
  height: 40px;
}

.checkout_coupon #coupon_code:focus {
  border-color: var(--theme-color2);
}

.checkout_coupon button {
  border-radius: 50px;
  padding: 0 20px;
  width: 95px !important;
  margin-right: 0;
  margin-left: 10px;
  font-size: 1rem;
  height: 40px;
}

.checkout_coupon button:hover {
  background-color: #32965d !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-shipping-totals.shipping {
  display: none;
}

.t-checkout
  .woocommerce-cart-form__cart-item
  + .woocommerce-cart-form__cart-item {
  margin-top: 20px;
}

.mo-openid-app-icons {
  display: none !important;
}

/* End Checkout */
/* blog-archive */
.blog-wrapper {
  padding-top: 0;
}

.blog-archive .archive-page-header {
  position: relative;
  height: 225px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.blog-archive .archive-page-header .col {
  padding-bottom: 0;
}

.blog-archive .archive-page-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;

  background: linear-gradient(90deg, #61c73f, #1f8538);
}

.blog-archive .archive-page-header .banner-bg {
  background-size: 30% !important;
  transform: scaleX(-2);
  background-position: 30%;
  background-repeat: no-repeat;
}

.blog-wrapper .archive-page-header h1.page-title {
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 1rem;
}

.blog-wrapper .archive-page-header .taxonomy-description p {
  color: #fff;
  margin-bottom: 5px;
}

.blog-top .col-right .box {
  display: flex;
}

.blog-top .col-right .box-image {
  width: 20% !important;
  flex-shrink: 0;
  margin-right: 22px;
}

.blog-top .box-text .post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #2d2d2d;
  font-size: 1rem;
}

.blog-top .col-right .col.post-item {
  padding-bottom: 24px;
}

.blog-top .col-right .col.post-item:last-of-type {
  padding-bottom: 18px;
}

.blog-top .col-left .col.post-item {
  padding-bottom: 0;
}

.blog-top .box-text {
  padding: 0;
}

.post-item .post-meta {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
}

.post-item .post-meta:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(./images/lich2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.blog-top .col-left .box-text {
  display: none;
}

.blog-top .col-left > .col-inner {
  padding: 10px;
  background: white;
}

.blog-top .col-right > .col-inner {
  padding: 20px 20px 5px;
  background-color: white;
}

.blog-top .col-right .section-title-main {
  margin-right: 0;
  color: #2d2d2d;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.blog-top .col-right .section-title-main:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #1f8538;
}

.blog-top .col-left .flickity-page-dots {
  opacity: 0.7;
  bottom: -40px;
}

.flickity-page-dots .dot.is-selected {
  background-color: #5bc13e;
  width: 45px;
  border-radius: 10px;
}

.flickity-page-dots .dot {
  border: 3px solid white;
  background-color: #5bc13e !important;
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}

.box-blog-post .box-text {
  text-align: left;
}

.category-viewmore .box-blog-post .image-cover {
  border-radius: 10px 10px 0 0;
}

.category-viewmore .box-text {
  padding: 20px 32px 20px;
  background: #fff;
}

.category-viewmore .post-title {
  font-size: 18px;
  color: #1f8438;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px 0 15px;
}

.category-viewmore.policy-list-item .post-title {
  height: unset;
}

.category-viewmore .post-title:hover {
  color: #2d2d2d;
}

.category-viewmore .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23px;
  -webkit-line-clamp: 3;
  height: 69px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #575c5f !important;
  font-size: 1rem;
  margin: 0;
}

.button.btn-view {
  width: fit-content;
  margin: 10px auto 0px;
  display: flex;
  align-items: center;
  height: 30px;
  min-height: 30px;
  padding: 0 20px;
  letter-spacing: 0.32px;
  font-size: 1rem;
  line-height: 20px;
  border-radius: 50px !important;
  background-image: linear-gradient(90deg, #5fc53f, #218738);
  box-shadow: none !important;
  border: 0;
}

.section-intro .button.btn-view:hover {
  background-color: #fff !important;
  color: var(--theme-color2);
  border-color: var(--theme-color);
}

#main .category-viewmore .box-blog-post {
  box-shadow: 0 5px 1rem 0 rgb(2 55 102 / 5%);
  -webkit-box-shadow: 0 5px 1rem 0 rgb(2 55 102 / 5%);
  border-radius: 10px;
  overflow: hidden;
}

#main .category-viewmore .box-blog-post button {
  margin-left: auto !important;
  color: #308e47;
  text-transform: initial;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

#main .category-viewmore .box-blog-post button:after {
  content: "\f061";
  font-family: var(--fa6);
}

/* End blog-archive */
/* blog-single */
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}

.blog-single .entry-header-text.text-center {
  padding: 0;
}

.blog-single h1.entry-title {
  color: #2d2d2d;
  text-align: left;
  margin-top: 30px;
}

.blog-single .col-breadcrumbs {
  padding-bottom: 0;
}

.blog-single .col-breadcrumbs span {
  font-size: 1px;
  line-height: 1;
  color: var(--theme-color);
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--theme-color);
  border-radius: 50%;
  margin: 0 10px;
}

.blog-single .rank-math-breadcrumb {
  display: inline-block;
  padding: 0 !important;
  background: transparent;
  box-shadow: none;
  margin-bottom: 1.5rem;
}

.blog-single .col-main {
}

.blog-single .rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.blog-single .post-sidebar {
  padding-left: 0;
}

.blog-single .post-sidebar .widget {
  background-color: rgb(249, 249, 249);
  padding: 30px;
  margin: 0;
  border-radius: 4px;
}

.blog-single .post-sidebar .widget-title {
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 700;
}

.blog-single .post-sidebar .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #1f8538;
}

.blog-single .post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
}

.blog-single .post-sidebar .box-blog-post .box-image {
  width: 46px !important;
  flex-shrink: 0;
}

.blog-single .post-sidebar .box-blog-post .box-text {
  padding: 0 0 0 15px;
}

.blog-single .post-sidebar .post-title {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #2d2d2d;
}

.blog-single .post-sidebar .col.post-item {
  padding-bottom: 20px;
}

.blog-single .col-featured .title-post {
  font-size: 34px;
  margin-bottom: 30px;
  color: #5fc53f;
}

.blog-single .col-featured .cat-label {
  font-size: 1rem;
  text-transform: uppercase;
  color: #575c5f;
  margin: 0;
}

.blog-single .col-featured .post-title {
  font-size: 18px;
  color: #2d2d2d;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  -webkit-line-clamp: 2;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 700;
}

.blog-single .col-featured .image-cover {
  border-radius: 5px;
}

.blog-single .col-featured .box-text {
  padding-bottom: 0;
}

/* End blog-single */
.ht-sec-2 .accordion .accordion-title {
  color: #2d2d2d;
  font-size: 17px;
  font-weight: 600;
  background: transparent !important;
  border: none;
}

.ht-sec-2 .accordion .accordion-item {
  border: solid 1px #c6ebde;
  margin-bottom: 20px;
  border-radius: 10px;
}

.ht-sec-2 .accordion .toggle {
  left: 94%;
}

.ht-sec-2 .accordion .toggle i {
  font-size: 23px;
  color: #29d090;
  font-weight: 900 !important;
}

.ht-sec-2 .accordion .active .toggle {
  background: #61c63f;
  border-radius: 50px;
  min-height: 38px;
  height: 38px;
  top: 0.3rem;
}

.ht-sec-2 .accordion .active .toggle i {
  font-size: 20px;
  color: white;
}

.ht-sec-2 .accordion {
  padding: 40px 50px 40px;
  background: #fff;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.ht-title h5 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 20px;
  color: #61c63f;
}

.ht-title i {
  padding: 7px;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
  background: #61c63f;
  font-size: 18px;
}

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

.ht-menu .col-inner {
  padding: 40px 20px 40px;
  background: #fff;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  border-radius: 10px;
  margin-bottom: 50px;
}

.ht-menu li {
  margin-left: 0 !important;
}

.ht-menu li a {
  padding: 20px;
  background: #fafafa;
  color: #2d2d2d;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.ht-menu li.active a {
  background: #61c63f;
  color: white;
}

.ht-menu li:first-child a {
  border-radius: 10px 10px 0 0;
}

.ht-menu li:last-child a {
  border-radius: 0 0 10px 10px;
}

.ht-menu {
  position: relative;
}

.course-title,
.course-title1 {
  color: #fff400 !important;
  font-size: 30px !important;
  line-height: 1.2;
  font-weight: 700 !important;
}

.post-head .text-box > .text {
  padding-left: 20px;
  color: white;
}

.post-head .banner-bg .bg {
  background-size: 30% !important;

  transform: scaleX(-2);
  background-position: 30%;
}

.post-head .banner {
  background: linear-gradient(90deg, #61c73f, #1f8538);
}

.lh-sec-2 {
  padding-top: 80px !important;
}

.lh-sec-2 p {
  margin-bottom: 0;
  font-size: 18px;
}

.lh-sec-2 h3 {
  margin-bottom: 5px;
  font-size: 25px;
}

.lh-sec-2 .text-center i {
  width: 75px;
  height: 85px;
  background-color: #f7f7f7;
  border-radius: 3px;
  text-align: center;
  left: 0;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f8538;
  transition: 0.3s;
}

.lh-sec-2 .col-inner .row:hover .text-center i {
  background: #1f8538;
  color: white;
}

.lh-sec-2 .row .row .medium-3 {
  display: flex;
  align-items: center;
}

.lh-sec-2 .row .row .medium-9 {
  position: relative;
}

.col-form .col-inner {
  padding: 40px;
  margin-left: 15px;
  -webkit-box-shadow: 0 0 20px rgb(158 158 158 / 16%);
  box-shadow: 0 0 20px rgb(158 158 158 / 16%);
  background: white;
}

.col-form .wpcf7-form-control {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 1rem;
  box-shadow: none;
}

.col-form .t-file {
  background: white;
  border: none;
  padding-left: 0;
}

.col-form .wpcf7-submit {
  border-radius: 50px;
  margin: 0;
  padding: 5px 38px;
}

/* Footer */
#footer .copyright-footer {
  font-size: 0.9375rem;
  line-height: 22px;
  color: #6c757d;
}

#footer .absolute-footer {
  padding: 12px 0;
  background-color: #f7f7f7;
  color: #6c757d;
}

#footer .absolute-footer .container {
}

#footer .widget_media_image {
  max-width: 217px;
  margin-bottom: 1rem !important;
}
#footer form {
  margin: 0;
}
#footer form .form-wrap .wpcf7-tel {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    46deg,
    rgba(255, 255, 255, 0.2) -12.56%,
    rgba(255, 255, 255, 0.5) 100%
  );
  backdrop-filter: blur(2px);
}
#footer .form-wrap .wpcf7-submit {
  background: #fff;
  color: var(--color-black);
}
#footer .form-wrap .wpcf7-submit img {
  filter: brightness(0);
}
.section-footer .bg {
  width: 812px;
  height: 598px;
  right: 0;
  left: unset;
  transform: scalex(-1);
}

#footer .textwidget p {
  color: var(--color-black);
  line-height: 25px;
}

#footer .widget-title {
  margin-bottom: 1.3rem;
  font-size: 1rem;
  color: var(--color-black);
  font-weight: 600;
}
#footer .social {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
#footer .social a {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .social a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget .is-divider {
  display: none;
}

#footer .menu li {
  border: 0;
}

#footer {
  background: linear-gradient(90deg, #61c73f, #1f8538);
  position: relative;
}

#footer .section-footer {
  padding-bottom: 25px;
  padding-top: 95px;
  background-color: transparent;
}

#footer .widget {
  margin-bottom: 0;
  padding: 0;
}

#footer .menu a {
  padding: 0;
  display: block;
  color: var(--color-black);
  margin-bottom: 9.6px;
  position: relative;
  transition: 0.3s;
}

#footer .menu a:hover {
  padding-left: 15px;
}

#footer .menu a:hover:before {
  opacity: 1;
  visibility: visible;
}

#footer .menu a:before {
  content: "\f105";
  font-family: var(--fa6);
  position: absolute;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

/*

#footer .col-4 .menu .menu-item a {
  padding-left: 48px;
}

#footer .col-4 .menu .menu-item:first-of-type a:before {
  content: '\f3c5';
  font-weight: 700;
  left: 1rem;
}

#footer .col-4 .menu .menu-item:nth-of-type(2) a:before {
  content: '\f095';
  font-weight: 700;
  left: 1rem;
}

#footer .col-4 .menu .menu-item:nth-of-type(3) a:before {
  content: '\f0e0';
  font-weight: 700;
  left: 1rem;
} */

/* End Footer */

/* Khai custom */

.fs-15,
.fs-15 p {
  font-size: 15px;
}

.p-mb-0,
.p-mb-0 p {
  margin-bottom: 0;
}

.item-logo .ux-logo-link {
  padding: 0 !important;
}

.box-icon-custom .icon-box-img img {
  padding-top: 0;
}

.fw-500 {
  font-weight: 400;
  font-weight: unset;
}

.button.btn-style-1 {
  height: 2.5rem;
  min-height: unset;
  position: relative;
  z-index: 2;
  border-radius: 6.25rem;
  background: linear-gradient(270deg, #03c988 0%, #093fb4 100%);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.button.btn-style-1:hover {
  background: linear-gradient(90deg, #03c988 0%, #093fb4 100%);
}

.button.btn-style-2 {
  min-height: unset;
  position: relative;
  margin-bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 7px 0px;
}

.button.btn-style-2 img {
  transition: 0.3s;
}

.button.btn-style-2:hover img {
  transform: rotateZ(45deg);
}

.section.footer-custom {
  background: #fff;
  padding: 0 0 2rem !important;
  position: relative;
}
.section.footer-custom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.64163rem;
  height: 12.95538rem;
  background-image: url("/wp-content/uploads/2025/07/image-footer.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section.footer-custom .footer-top {
  background: linear-gradient(270deg, #093fb4 0%, #03c988 100%);
  box-shadow: 0 4px 40px 0 rgba(0, 74, 61, 0.1);
  padding: 1.56rem 0;
}
.section.footer-custom .footer-top .footer-row-top {
  margin: auto;
}
#footer .row-bottom {
  padding-top: 2.3rem;
}
#footer .row-bottom p,
#footer .row-bottom div {
  color: var(--color-black);
}
.header-button-1 a.button {
  font-size: 1rem;
  font-weight: unset;
  font-weight: 500;
  border-radius: 62.5rem;
  background: linear-gradient(270deg, #03c988 3.6%, #093fb4 100%);
  border: 0;
  animation: glowing-btn 2s infinite;
  position: relative;
  isolation: isolate;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0 1.64rem;
}

.header-button-1 a.button::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--theme-color);
  inset: 0;
  scale: 0 1;
  transform-origin: right;
  transition: scale 450ms;
}

.header-button-1 a.button:hover {
  color: #fff;
}

.header-button-1 a.button:hover::after,
.header-button-1 a.button:focus-visible::after {
  border-radius: 30px;
  transform-origin: left;
  scale: 1 1;
  box-shadow: none;
}

.header-bottom > .flex-row > .flex-col.flex-center {
  margin: unset;
  width: 100%;
}

.header-bottom .header-bottom-nav {
  justify-content: space-between;
}

.header-bottom-nav li a {
  font-size: 1rem;
  font-weight: 400;
  font-weight: unset;
}

.nav.header-bottom-nav > li {
  margin: 0 9px;
}

.form-footer-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

.form-footer-2 .text {
  font-size: 18px;
  font-weight: 600;
  min-width: 150px;
  color: var(--color-white);
}

.form-footer-2 .text br {
  display: block;
}

.form-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-wrap .wpcf7-tel {
  max-width: 262px;
  margin-bottom: 0;
  border-radius: 40px;
  background: #ffffff61;
  color: #fff;
  height: 45px;
  padding-left: 18px;
}

.form-wrap .wpcf7-tel:focus {
  box-shadow: none;
  background: #ffffff61;
  color: #fff;
}

.form-wrap .wpcf7-tel::placeholder {
  color: #fff;
  opacity: 1;
}

.form-wrap .wpcf7-tel:-ms-input-placeholder {
  color: #fff;
}

.form-wrap .wpcf7-tel::-ms-input-placeholder {
  color: #fff;
}

.form-wrap .wpcf7-submit {
  margin: 0;
  height: 45px;
  width: 100px;
  font-size: 18px;
  text-transform: inherit;
  font-weight: 600;
  border-radius: 40px;
}

.footer-custom .sidebar-wrapper .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-custom .sidebar-wrapper .menu .menu-item {
  border: none;
}

.footer-custom .sidebar-wrapper .menu-item {
  font-size: 15px;
}

.button.btn-soical-footer {
  font-weight: 400;
  font-size: 15px;
  border: 1px solid;
  height: 30px !important;
  min-height: unset;
  line-height: 30px;
  font-weight: unset;
}

.header-nav-main .html.custom {
  flex-grow: 1;
}

.topbar-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: max-content;
  margin: 0 auto;
  background: rgb(241, 250, 238);
  background: linear-gradient(
    90deg,
    rgba(241, 250, 238, 1) 0%,
    rgba(245, 247, 250, 1) 71%
  );
  padding: 4px 60px 4px 4px;
  border-radius: 40px;
}

.topbar-custom .menu-bar ul.menu {
  display: flex;
  align-items: baseline;
  gap: 37px;
}

.topbar-custom .menu-bar ul.menu li a {
  font-size: 1rem;
}

.topbar-custom .menu-bar ul.menu li a:hover,
.topbar-custom .menu-bar ul.menu li.current-menu-item a {
  color: #61c63f;
}

.topbar-custom .menu-bar ul.menu li {
  border: none;
  position: relative;
}

.topbar-custom .menu-bar ul.menu li .sub-menu {
  position: absolute;
  top: 195%;
  left: 0;
  width: 230px;
  display: block;
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.topbar-custom .menu-bar ul.menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 168%;
}

.topbar-custom .menu-bar ul.menu li.menu-item-has-children button {
  display: none;
}

.topbar-custom .menu-bar ul.menu li.menu-item-has-children:after {
  content: "\f107";
  font-family: fl-icons !important;
}

.topbar-custom .menu-bar ul.menu li .sub-menu li {
  padding: 10px 10px;
}

.topbar-custom .menu-bar ul.menu li .sub-menu li:hover {
  background-color: #eeeeee69;
}

.img-banner img {
  max-width: 530px;
  display: block;
  margin-left: auto;
}

.blog-khuyenmai-index .box.box-overlay .overlay {
  display: none;
}

.blog-khuyenmai-index .box.box-overlay .box-image {
  border-radius: 12px;
}

.blog-khuyenmai-index .box.box-overlay .box-text {
  opacity: 0;
  visibility: visible;
}

.blog-khuyenmai-index .flickity-button {
  display: none;
}

.section-giaiphap {
  background: linear-gradient(
    180deg,
    rgba(16, 97, 65, 0.9) 0%,
    rgba(16, 97, 65, 0.2) 100%
  );
}

.img-banner-giaiphap img {
  max-width: 447px;
}

.col-bg-left-to-right > .col-inner {
  background: rgb(17, 99, 65);
  background: linear-gradient(
    90deg,
    rgba(17, 99, 65, 1) 0%,
    rgba(34, 132, 65, 1) 100%
  );
}

.acc-index .accordion-item {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 25px 28px;
  margin-bottom: 20px;
}

.acc-index .accordion-item .accordion-title {
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 0 15px 0px 0px;
  color: #2b2b2b;
}

.acc-index .accordion-item .accordion-title .toggle {
  left: unset;
  margin-right: 0;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.acc-index .accordion-item .accordion-title .toggle i {
  color: #61bc3f;
  opacity: 1;
  font-weight: 600;
  font-weight: unset;
  font-size: 20px;
}

.acc-index .accordion-item .accordion-title .toggle i:before {
  content: "\2b";
  font-family: var(--fa6);
}

.acc-index .accordion-item .accordion-title.active {
  color: #106141;
  background-color: transparent;
}

.acc-index .accordion-item .accordion-title.active .toggle i:before {
  content: "\f068";
  font-family: var(--fa6);
}

.acc-index .accordion-item .accordion-inner {
  padding: 20px 0px 0px 0px;
}

.acc-index .accordion-item .accordion-inner p {
  margin-bottom: 0;
}

.slider-theme-index .slick-nav {
  position: absolute;
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
  color: #d7d7d7;
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9;
}

.slider-theme-index .slick-nav:hover {
  background-color: var(--theme-color2);
  color: #fff;
}

.slider-theme-index .slick-nav.prev-arrow {
  left: -30px;
}

.slider-theme-index .slick-nav.next-arrow {
  right: -30px;
}

.box-img-faqs {
  position: relative;
}

.box-img-faqs:before {
  content: "";
  position: absolute;
  width: 362px;
  height: 362px;
  border: 1px solid #ccc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulsate 1.6s ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 99%;
}

.box-img-faqs:after {
  content: "";
  position: absolute;
  width: 464px;
  height: 464px;
  border: 1px solid #ccc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulsate2 1.6s ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 99%;
}

.sku-package {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.sku-package .tag-product {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1rem;
  border: 1px solid;
  border-color: currentColor;
}

.sku-package .tag-65 {
  background: #fef5e5;
  color: #ffae1f;
}

.sku-package .tag-product.tag-63 {
  background: #e9f1de;
  color: #81b441;
}

.sku-package .tag-product.tag-64 {
  background: #e8f7ff;
  color: #49beff;
}

.acc-product {
  padding: 4.25rem 0;
  background: linear-gradient(
    0deg,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 10%
  );
}

.app-accom .wrap-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.3rem;
}
.app-accom .wrap-item .app-accom-item {
  border-radius: 0.6875rem;
  background: #f5f9ff;
  padding: 1rem 1rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.31rem;
  position: relative;
}
.app-accom .wrap-item .app-accom-item .checkbox-acc {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.app-accom .wrap-item .app-accom-item .custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  cursor: pointer;
}
.app-accom .wrap-item .app-accom-item input[type="checkbox"] {
  display: none;
}
.app-accom .wrap-item .app-accom-item .custom-checkbox .checkbox-text {
  color: #03c988;
  font-size: 1rem;
  font-weight: 400;
}
.app-accom .wrap-item .app-accom-item .checkbox-mark {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--color-green);
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
.app-accom
  .wrap-item
  .app-accom-item
  input[type="checkbox"]:checked
  ~ .checkbox-mark::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app-accom-item .icon img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 5px;
}

.app-accom-item .content .title {
  font-size: 1.25rem;
  color: var(--color-black);
}

.app-accom-item .content .price-settup {
  font-size: 1.125rem;
  color: var(--color-blue);
  font-weight: 600;
}
.app-accom .all-app {
  display: block;
  margin-top: 20px;
}

.wrap-contact-support {
  padding: 25px;
}

.wrap-contact-support .title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
}

.form-support input {
  box-shadow: none;
  border-radius: 5px;
  height: 40px;
  min-height: unset;
}

.form-support textarea {
  box-shadow: none;
  border-radius: 5px;
}

.btn-send-cf7 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  text-transform: inherit;
  font-weight: unset;
  font-weight: 500;
  border-radius: 40px;
}

.btn-send-cf7 img {
  transition: 0.3s;
}

.btn-send-cf7:hover img {
  transform: rotate(45deg);
}

.single-policy-main .blog-wrapper .archive-page-header h2.page-title {
  font-size: 30px;
  color: #fff400;
  margin-bottom: 1rem;
}

.sidebar-policy {
  padding: 40px 20px 40px;
  background: #fff;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  border-radius: 10px;
  margin-bottom: 50px;
}

.sidebar-policy .menu li:first-child a {
  border-radius: 10px 10px 0px 0px;
}

.sidebar-policy li {
  border: none !important;
  margin-bottom: 0.6em;
}

.sidebar-policy li a {
  padding: 20px !important;
  background: #fafafa !important;
  color: #2d2d2d !important;
  cursor: pointer;
  display: inline-block !important;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: 500;
}

.sidebar-policy li.current-menu-item a,
.sidebar-policy li:hover a {
  background: #61c63f !important;
  color: white !important;
}

.sidebar-policy .widget_nav_menu {
  margin-bottom: 0;
}

.title-single-policy {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.title-single-policy i {
  padding: 7px;
  border-radius: 5px;
  color: #fff;
  margin-right: 15px;
  background: #61c63f;
  font-size: 18px;
}

.single-policy-main header {
  margin-bottom: 30px !important;
}

.content-policy-single {
  padding: 40px 50px 40px;
  background: #fff;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  border-radius: 10px;
  margin-bottom: 50px;
}

.application-list-item {
  padding: 4.25rem 0 0;
}

.content-application {
  margin-top: 30px;
}

.category-viewmore.application-list-item .box-text {
  padding: 15px;
}

.category-viewmore.application-list-item .post-title {
  height: unset;
}

.header-single-application {
  padding: 50px 0;
  position: relative;
  background: linear-gradient(
      79.37deg,
      rgba(184, 224, 236, 0.5),
      rgba(243, 236, 252, 0.5) 51.41%,
      hsla(68, 66%, 93%, 0.5) 96.17%
    ),
    #fff;
}

.header-single-application .rank-math-breadcrumb {
  padding: 0px !important;
  background: unset;
  margin-bottom: 20px;
  box-shadow: none;
}

.rate-download {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rate-download .star-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
}

.rate-download .star-wrap .star i {
  color: #fab432;
}

.rate-download .download {
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.rate-download .download span:first-child {
  display: block;
  font-weight: 500;
}

.btn-style-3 {
  background-color: var(--theme-color);
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  border-radius: 99px;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 10px;
  animation: glowing-btn 2s infinite;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  background-repeat: no-repeat;
  overflow: hidden;
}

.btn-style-3::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--theme-color2);
  inset: 0;
  scale: 0 1;
  transform-origin: right;
  transition: scale 450ms;
}

.btn-style-3:hover {
  color: #fff;
}

.btn-style-3:hover::after,
.btn-style-3:focus-visible::after {
  border-radius: 30px;
  transform-origin: left;
  scale: 1 1;
  box-shadow: none;
}

.gap-50 {
  height: 50px;
}

.box-hdsd {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.box-hdsd .title-icon {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.box-hdsd .title-icon .icon {
  width: 30px;
  background-color: var(--theme-color2);
  padding: 5px;
  height: 30px;
  display: flex;
  border-radius: 99%;
}

.box-hdsd .title-icon .icon img {
  color: #fff;
}

.box-hdsd .title-icon .title {
  padding-left: 5px;
  font-size: 1rem;
  font-weight: 500;
  flex-grow: 1;
}

.box-hdsd .title-icon .title h2 {
  margin-bottom: 0;
}

.box-hdsd .title-icon .title a {
  width: 100%;
  display: block;
}

.title-icon-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-hdsd a.btn-read-all-doc {
  display: block;
  font-size: 1rem;
  border: 1px solid var(--black);
  width: max-content;
  padding: 5px 15px;
  border-radius: 30px;
  margin-top: 15px;
}

.box-hdsd .box-list-post a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-bottom: 15px;
}

.hdsd-archive .archive-page-header {
  margin-bottom: 50px;
}

.hdsd-cat-title-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hdsd-cat-title-icon .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  padding: 5px;
  border-radius: 99%;
  background-color: var(--theme-color);
}

.hdsd-cat-title-icon h1 {
  margin-bottom: 0;
}

.title-single-hdsd h1 {
  font-size: 34px;
  margin: 0 !important;
}

.box-hdsd-cat .box-list-post a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 7px;
}

.title-single-hdsd {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title-single-hdsd img {
  width: 30px;
}

.title-single-hdsd h1 {
  margin-bottom: 0;
  font-size: 34px;
}

.box-control-text {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.box-control-text .wrap-control {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  background: #9191913b;
  border-radius: 6px;
}

.box-control-text .wrap-control button {
  margin: 0;
  width: 33.33%;
}

.box-control-text .wrap-control button:hover {
  color: #0084b5;
}

.single-content-hdsd .content-wrap ul {
  padding-left: 40px;
}

.col-left-camket .col-inner {
  padding-right: 30px;
  padding-left: 90px;
}

.col-right-camket .col-inner {
  padding-right: 74px;
  padding-left: 30px;
}

.col-right-camket .img {
  margin-bottom: 0 !important;
}

.col-right-camket .icon-effect {
  margin: 0;
  animation: float-up-down 2s ease-in-out infinite both;
  position: absolute;
  width: max-content !important;
  margin: 0 !important;
}

.col-right-camket .icon-effect img {
  width: 60px;
  height: 60px;
}

.col-right-camket .icon-effect.icon-1 {
  top: 65%;
  left: 20%;
}

.col-right-camket .icon-effect.icon-2 {
  top: 75%;
  right: 24%;
}

.col-right-camket .icon-effect.icon-3 {
  top: 6%;
  right: 20%;
}

.slider-text-banner .text-title h2 {
  color: rgb(31, 128, 56);
  font-size: 36px;
  margin-bottom: 30px;
}

.slider-text-banner .des {
  margin-bottom: 30px;
}

.slider-text-banner .button-group a {
  border-radius: 99px;
}

.kgd-slider-text-banner .text-title h2 {
  font-size: 40px;
  color: var(--theme-color2);
  margin-bottom: 30px;
}

.kgd-slider-text-banner .button-group a:before {
  content: none;
}

.kgd-slider-image-banner .box-image img {
  max-width: 90%;
  margin-left: auto;
  display: block;
}

.list-package .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  gap: 10px;
  margin-left: 30px;
}

.list-package .slick-dots li {
  width: max-content;
  list-style: none;
  margin: 0;
}

.list-package .slick-dots li::marker {
  list-style: none;
}

.list-package .slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  min-height: unset;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: gray;
  text-indent: -9999px;
  line-height: unset;
  margin: 0;
}

.list-package .slick-dots li.slick-active button {
  background-color: var(--theme-color);
}

@keyframes glowing-btn {
  0% {
    box-shadow: 0 0 0 0 var(--theme-color);
  }

  100% {
    box-shadow: 0 0 0 8px rgba(255, 188, 0, 0);
  }
}

@keyframes float-up-down {
  0% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* end khai custom */

@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0.7, 0.7);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0;
  }
}

/* bang gia */
.banggia-sec-1 {
  margin-top: -180px;
}
.banggia-sec-1 .list-package .package-item .col-inner {
  background-color: transparent;
}
.banggia-sec-1 .list-package .package-item .col-inner:after {
  border-radius: 10px;
}
.col-ten-goi {
  background-color: #efffe8;
  border-right: 1px solid #d8e5f0;
  border-top: 1px solid #d8e5f0;
  border-bottom: 1px solid #d8e5f0;
  text-align: center;
  padding-bottom: 20px;
}
.pricing-table-plan .col {
  padding-bottom: 10px;
  padding-top: 10px;
}
.pricing-table-plan .goi-1 {
  border-left: 1px solid #d8e5f0;
  border-radius: 10px 0 0;
}
.pricing-table-plan .goi-3 {
  border-radius: 0 10px 0 0;
}
.row-title-sosanh .col {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  background-color: #eff7ff;
  border-right: 1px solid #d8e5f0;
  border-top: 1px solid #d8e5f0;
  border-left: 1px solid #d8e5f0;
}
.plan-pricing-new .row-content-ss .col {
  border-right: 1px solid #d8e5f0;
  border-top: 1px solid #d8e5f0;
  border-bottom: initial;
  padding: 10px;
  background-color: #fff;
  align-items: center;
}
.plan-pricing-new .row-content-ss:last-child .col {
  border-bottom: 1px solid #d8e5f0;
}
.plan-pricing-new .row-content-ss .col.col-title-pricing {
  border-left: 1px solid #d8e5f0;
  background-color: transparent;
}
.plan-pricing-new .content-pricing {
  display: flex;
  justify-content: space-between;
}
.info-pricing ul {
  margin-bottom: 0;
}
.info-pricing {
  padding: 0;
  font-size: 1rem !important;
  transform: scaley(0);
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
  transform-origin: top;
  height: 0;
  margin-top: 0;
}
.plan-pricing-new .active .info-pricing {
  height: 100%;
  transform: scaley(1);
  opacity: 1;
  margin-top: 10px;
}
.plan-pricing-new .content-pricing i {
  transition: 0.5s;
}
.plan-pricing-new .active .content-pricing i {
  transform: rotate(180deg);
}
.pricing-table-plan .list-package .title-package h3 {
  font-size: 25px;
}
.pricing-table-plan .list-package .title-package img {
  width: 30px;
}
.pricing-table-plan .list-package .title-package {
  margin-bottom: 15px;
}
.pricing-table-plan .header-table .col {
  padding: 15px;
}
.pricing-table-plan .list-package .price-package .price {
  font-size: 22px;
}
.pricing-table-plan .header-table {
  position: sticky;
  top: 65px;
  z-index: 5;
}
.pricing-table-plan .row {
  margin: 0 !important;
}
.pricing-table-plan .button.btn-style-2 {
  margin: 0;
}
#main .sec-bang-ss {
  margin-top: 60px;
}
.sec-bang-ss .title-home h2,
.sec-bang-ss .fa-check {
  color: #1f8038;
}
/* end bang gia */

@media screen and (min-width: 1440px) {
  .header-shop:before {
    right: -7%;
  }
}

@media screen and (min-width: 1024px) {
  .shop-category .menu-shop > li + li {
    margin-left: 45px;
  }
}

@media screen and (min-width: 850px) {
  .section-home1 .col-image {
    padding-right: 30px;
    border: 0 !important;
  }

  .section-home1 .col-icon {
    padding-left: 30px;
  }
}

@media screen and (max-width: 849.98px) {
  #top-bar {
    padding: 0;
    min-height: 35px;
  }
  .acc-product {
    padding: 3.25rem 0 2rem;
  }
  .app-accom .wrap-item {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.65rem;
  }
  .app-accom .wrap-item .app-accom-item {
    padding: 1rem;
  }
  .app-accom-item .content .title {
    font-size: 1rem;
  }
  #header .icon-menu {
    color: #218738;
    font-size: 25px;
    transform: translateY(2px);
  }

  .banner-home {
    padding-top: 60px !important;
  }

  .banner-home .searchform-wrapper {
    margin-bottom: 10px;
  }

  .home-tabs .tabbed-content .tab a {
    padding: 0 1rem;
    margin: 0;
  }

  .home-tabs .tabbed-content .nav {
    margin-bottom: 15px;
  }

  .section-home1 .col-icon .col-inner {
    grid-gap: 15px;
  }

  .section-home1 .col-icon .icon-box {
    padding: 20px 15px;
  }

  .section-home1 .row {
    align-items: center;
  }

  .slider-nav-circle .flickity-button.next {
    right: 0;
  }

  .slider-nav-circle .flickity-button.previous {
    left: 0;
  }

  .header-shop {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
  }

  .form-searchtheme {
    display: none;
  }

  .shop-category .menu-shop {
    justify-content: center;
  }

  .shop-category {
    margin-bottom: 0;
  }

  .category-col .products > .col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .header-shop .col-left h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  #header .header-main {
    height: 60px !important;
  }

  #logo img,
  #header .stuck #logo img {
    height: 45px;
  }

  .header-main li.html.custom {
    display: block;
  }

  #header .btn-menumobi {
    width: 22px;
    height: 1rem;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 1;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color2);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 70%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 1rem;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }

  .menu-hidden {
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    background: none no-repeat scroll 0 0 #000000;
    cursor: pointer;
    left: 0;
    opacity: 0.1;
    top: 0;
    z-index: 9;
    display: none;
  }

  .menu-hidden.show {
    display: block;
  }

  #header .icon-user,
  #header .icon-shopping-basket,
  #header .icon-search {
    /* width: 20px; */
    /* height: 20px; */
  }

  #main-menu {
    height: 100%;
    width: 100%;
    background-color: #f5f9ff;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    /* -webkit-box-shadow: 0 2px 10px 0 #d8dde6; */
    /* box-shadow: 0 2px 10px 0 #d8dde6; */
    transition: all 0.3s ease;
    display: block !important;
    padding: 1rem;
    border-top: 1px solid #d9d9d9;
    opacity: 0;
    visibility: hidden;
  }

  #main-menu.show-sidebar {
    top: 60px;
  }

  #main-menu.show {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  #main-menu .menu-item {
    border-top: 0;
  }

  #main-menu .menu-item + .menu-item {
    margin-top: 10px;
  }

  #main-menu .menu-item a {
    color: #2d2d2d;
    display: block;
    padding: 1rem 1rem;
    font-size: 1rem;

    background-color: #fff;
    border-radius: 4px;
  }

  .mobile-sidebar .searchform .button span {
    display: none;
  }

  .mobile-sidebar .searchform .button i:before {
    display: none;
  }

  .mobile-sidebar .searchform .button i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(./images/icon-search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }

  .mobile-sidebar .searchform {
  }

  .mobile-sidebar .searchform input[type="search"] {
    background: #fff;
    border: 0;
    height: 50px;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
    color: #2d2d2d;
    border: 1px solid var(--theme-color2);
  }

  .mobile-sidebar .searchform input[type="search"]::placeholder {
    color: #2d2d2d;
    opacity: 1;
  }

  .mobile-sidebar .searchform .button.icon {
    width: 50px;
    height: 50px;
    border-radius: 0 4px 4px 0;
  }

  .mobile-sidebar .searchform .button.icon i {
    display: none;
  }

  .mobile-sidebar .searchform .button.icon:before {
    content: "\f002";
    font-family: var(--fa6);
    font-size: 20px;
    font-weight: 300;
  }

  .header-shop:before {
    display: none;
  }

  .shop-category .menu-item .sub-menu {
    list-style: none;
    margin: 0 0 0 20px;
    display: none;
  }

  .shop-category .menu-item .sub-menu li {
    margin-bottom: 0;
  }

  .category-filtering {
    width: 40px !important;
    max-width: 40px;
    height: 40px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 1rem;
    position: fixed;
    left: auto;
    right: 0;
    top: 50%;
    z-index: 2;
    border: 0;
    border-left: 0;
  }

  .category-filtering strong {
    display: none;
  }

  .category-filtering a {
    margin: 0;
  }

  .category-filtering i {
    color: #fff;
  }

  .category-filtering .icon-equalizer:before {
    content: "\e17c";
    font-family: var(--fa6);
    font-weight: 300;
    font-size: 24px;
  }

  #shop-sidebar {
    background-color: #fff;
    padding: 20px 15px;
    height: 100%;
  }

  #shop-sidebar .widget:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  #shop-sidebar .widget-title,
  .post-sidebar .widget-title {
    font-size: 17px;
  }

  .product-container .product-main {
    padding-top: 40px;
  }

  .product-info .single_add_to_cart_button {
    margin-bottom: 0;
  }

  .product-container .product-gallery .image-desktop {
    left: 0;
    right: auto;
    padding-left: 0;
  }

  .product-container .product-gallery .image-mobile {
    right: 1rem;
    left: auto;
    width: 9rem;
    height: 16.75rem;
  }
  .product-container .image-mobile img {
    border-radius: 0.6rem 0.6rem 0 0;
  }
  .product-container .product-gallery {
    position: relative;
    min-height: 19rem;
  }
  .view-demo .demo-header .col.col-right,
  .view-demo .demo-header .col.col-main {
    display: none;
  }

  .page-template-page-demo.admin-bar {
    height: 100vh;
  }

  .view-demo .icon-call {
    display: block;
  }

  .checkout_coupon .flex-row {
    flex-flow: row nowrap;
  }

  .checkout_coupon .flex-col:nth-of-type(1) {
    flex: 1;
  }

  .checkout_coupon .flex-col:nth-of-type(2) {
    width: fit-content;
    flex-shrink: 0;
    flex-grow: unset;
  }

  .col-hinh-thuc-thanh-toan {
    margin-top: 20px;
  }

  .t-checkout > .col {
    padding-top: 0;
  }

  .t-checkout .woocommerce-cart-form__cart-item .col-right {
    padding-right: 30px;
  }

  .t-checkout .woocommerce-cart-form__cart-item .remove,
  #masthead .cart-item .remove {
    left: -20px;
  }

  .ht-sec-2 .accordion {
    padding: 30px;
  }

  .ht-sec-2 .accordion .toggle {
    left: 91%;
  }

  .ht-sec-2 .accordion .accordion-title {
    padding: 0.6em 2.5em 0.6em 2em;
  }

  .blog-single .post-sidebar {
    padding-left: 15px;
  }

  .blog-single .post-sidebar .box-blog-post .box-image {
    width: 40% !important;
  }

  .blog-single .post-sidebar .box-blog-post .image-cover {
    padding-top: 56.25% !important;
    border-radius: 5px;
  }

  .banner-home .row-small > .col.col-image {
    order: -1;
  }

  #main .home-tabs {
    padding-top: 60px;
  }

  .home-table .list-package {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 10px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .home-table .list-package::-webkit-scrollbar {
    display: none;
  }

  .home-table .list-package .package-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    flex-basis: 55%;
    max-width: 55%;
  }
  .pricing-table-plan .list-package .title-package h3 {
    font-size: 1rem;
  }
  .pricing-table-plan .list-package .title-package img {
    width: 24px;
  }
  .pricing-table-plan .list-package .price-package .price {
    font-size: 1rem;
  }
  .pricing-table-plan .list-package .price-package .price span {
    font-size: 1rem;
  }
  .pricing-table-plan.active .header-table {
    position: fixed !important;
    width: calc(100% - 30px);
    top: 60px !important;
  }
  .pricing-table-plan.active2 .header-table {
    display: none;
  }
  .plan-pricing-new .content-pricing {
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .shop-category .menu-item .sub-menu {
    position: absolute;
    top: 78px;
    left: 0;
    z-index: 9;
    background: #fff;
    border: 1px solid #ebebeb;
    margin: 0;
    min-width: 250px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .shop-category .menu-item .sub-menu li {
    margin: 0 25px;
    display: block;
    border-bottom: 1px solid #ebebeb;
  }

  .shop-category .menu-item .sub-menu li:last-of-type {
    border: 0;
  }

  .shop-category .menu-item .sub-menu li a {
    line-height: normal;
    height: auto;
    padding: 10px 0;
    font-size: 1rem;
    color: #7c7c7c;
    display: block;
    margin-right: 0;
  }

  .shop-category .menu-item .sub-menu li a:hover {
    color: var(--theme-color2);

    font-weight: 700;
  }

  .shop-category .menu-shop {
    display: flex;
    list-style: none;
    margin: 0;
  }

  .shop-category .menu-shop li {
    margin: 0;
    position: relative;
  }

  .shop-category .menu-shop > li + li {
    margin-left: 25px;
  }

  .shop-category .menu-shop > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: var(--fa6);
    display: inline-block;
    margin-left: 5px;
    transform: translateY(2px);
  }

  .shop-category .menu-shop > li > a {
    display: flex;
    align-items: center;
    height: 78px;
    line-height: 78px;
    position: relative;
  }

  .shop-category .menu-shop > li > a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #00b46f;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
  }

  .shop-category .menu-shop > li:hover > a {
    color: var(--theme-color2);
    font-weight: 500;
  }

  .shop-category .menu-shop > li:hover > a:before {
    opacity: 1;
  }

  .shop-category .menu-shop > li .icon-menu {
    width: auto;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
  }

  .shop-category .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .shop-category .col {
    padding-bottom: 0;
  }

  .title-filter-mobile {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .section-home1 .col-icon .icon-box-text p {
    font-size: 1rem;
    font-weight: 400;
  }

  .banner-home .box-category {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .banner-home {
    padding-top: 40px !important;
  }

  .banner-home .title h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .banner-home .searchform .search-field {
    padding: 0 105px 0 15px;
    height: 40px;
  }

  .banner-home .searchform .button.icon span {
    /* display: none; */
  }

  .banner-home .searchform .button.icon {
    min-width: unset;
    height: 36px;
    width: auto;
    min-height: 36px;
    top: 7.5px;
    right: 7.5px;
    font-size: 12px;
  }

  .banner-home .searchform .button.icon i {
    width: 20px;
    height: 20px;
  }

  .banner-home .box-category .box-image {
    width: 50px !important;
  }

  .banner-home .box-category .header-title {
    font-size: 1rem;
    text-align: center;
  }

  .banner-home .box-category .box-text {
    padding-left: 0;
  }

  .banner-home .product-category.col {
    padding-bottom: 15px;
  }

  .home-tabs .title h3,
  .section-home1 .title h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .home-tabs .title {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .home-tabs .title p {
    font-size: 1rem;
    display: none;
  }

  .home-tabs .product-small.col {
    padding: 0 9.8px 30px;
  }

  .section-home1 .title h3,
  .news-home .col-title .title p {
    font-size: 1rem;
  }

  .section-home1 .title h2 {
    margin-bottom: 0;
  }

  .home-tabs .tabbed-content .tab-panels {
  }

  .news-home .row {
    padding-left: 0;
    padding-right: 0;
  }

  .news-home .button {
    display: none;
  }

  .news-home .col-title .title h2 {
    font-size: 26px;
  }

  .news-home .col.post-item {
    padding-bottom: 0;
  }

  .section-home1 .col-icon .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-home1 .img-home1 {
    transform: translateX(20px) scale(1.05);
    margin-bottom: 15px;
  }

  .home-table .list-package .package-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    flex-basis: 85%;
    max-width: 85%;
  }

  .list-package .package-item .col-inner {
    padding: 55px 22px 35px;
  }

  .list-package .title-package h3 {
    font-size: 24px;
  }

  .list-package .list-support-package .support-item__content {
    font-size: 14.5px;
  }

  .list-package .price-package .price {
    font-size: 26px;
    line-height: 1.2;
  }

  .list-package .price-package p:first-child {
    font-size: 15px;
  }

  #wrapper .list-package .btn-viewall {
    min-width: unset;
  }

  #main .home-tabs {
    padding-top: 30px;
  }

  .header-shop .col-left .button,
  #wrapper .btn-viewall {
    height: 40px;
    font-size: 15px;
  }

  .section-home1 .col-icon .icon-box .icon-box-img img {
    height: 45px;
  }

  .slider-nav-circle .flickity-button {
    height: 30px !important;
    min-height: 30px !important;
    width: 30px !important;
    background-color: #fff !important;
  }

  #header .stuck .header-main {
    height: 60px !important;
  }

  #footer .widget_media_image {
    max-width: 120px;
  }

  #footer .section-footer {
    padding-top: 50px;
  }

  .section-footer .col {
    padding-bottom: 0;
  }

  #footer .widget-title {
    margin-bottom: 8px;
  }

  .shop-category .menu-shop {
    background: #fff;
    width: 100%;
    left: 0;
    padding: 10px 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); */
    z-index: 99;
    list-style: none;
    margin-top: 15px;
    transition: all 0.3s ease;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 15px;
  }

  .shop-category .menu-shop.show {
    opacity: 1;
    visibility: visible;
  }

  .shop-category .menu-shop > li {
    margin-bottom: 0;
    /* border-bottom: 1px solid #ebebeb; */
    padding: 0 10px;
  }

  .shop-category .menu-shop > li:last-of-type {
    border-bottom: 0;
    grid-column: 1 / span 2;
    background: #f8fafc;
    border-radius: 6px;
    padding: 0 12px;
  }

  .shop-category .menu-shop li a {
    display: flex;
    align-items: center;
    padding: 10.5px 0;
    line-height: 22px;
    position: relative;
  }

  .shop-category .menu-shop > li:last-of-type > a {
    font-weight: 600;
  }

  .shop-category .menu-shop li img {
    width: 20px;
    height: 20px;
    display: inline-block;
    object-fit: contain;
    margin-right: 5px;
  }

  .shop-category .menu-shop > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: var(--fa6);
    display: inline-block;
    margin-left: 5px;
    transform: translateY(2px);
    position: absolute;
    right: 0;
    transition: all 0.3s;
  }

  .shop-category .menu-shop > li.menu-item-has-children.show-child > a:after {
    transform: rotate(180deg);
  }

  .category-col .products > .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  #view-more-themes {
    font-size: 1rem;
  }

  .category-page-row .shop-container .products .product-small.col {
    padding-bottom: 20px;
  }

  .header-shop .col-left ul li {
    margin-bottom: 10px;
  }

  .header-shop .col-left .button {
    margin-top: 0;
  }

  .sortbycate .titlesort {
    width: 100%;
    flex-shrink: 0;
    margin: 0 0 10px;
    text-align: center;
    font-size: 1rem;
  }

  .sortbycate .order-list {
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sortbycate {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
  .category-page-row {
    padding-top: 3rem;
  }
  .home-tabs .tabbed-content .nav {
    margin-bottom: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: center;
  }

  .home-tabs .tabbed-content .nav li {
    width: fit-content;
    scroll-snap-align: start;
  }

  .home-tabs .tabbed-content .nav::-webkit-scrollbar {
    display: none;
  }

  .shop-category .col {
    padding-bottom: 0;
  }

  .title-filter-mobile {
    padding-bottom: 0;
    display: none;
  }

  .title-filter-mobile .content {
    display: block;
    height: 52px;
    line-height: 52px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #f8fafc;
    width: 100%;
    padding: 0 8px 0px 24px;
    border-radius: 90px;
    position: relative;
  }

  .title-filter-mobile .content a {
    margin: 0;
    position: absolute;
    right: 6px;
    background-image: linear-gradient(90deg, #5fc53f, #218738);
    border: 0;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 500;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-container .product-gallery .image-desktop {
    width: calc(100% - 30px);
    background-position: 50%;
    padding-left: 0;
    border-radius: 0.6rem 0.6rem 0 0;
  }
  .product-container .product-gallery .image-desktop img {
    top: 1.5rem;
  }
  .cart {
    margin: 0;
  }

  .view-demo .navigate ul li:nth-of-type(1),
  .view-demo .navigate ul li:nth-of-type(2) {
    flex: 1;
  }

  .view-demo .navigate ul a {
    width: 100%;
    justify-content: center;
  }

  .ht-sec-2 .accordion {
    padding: 40px 20px 40px;
  }

  .ht-sec-2 .accordion .toggle {
    left: 88%;
  }

  .post-head .text-box {
    width: 90% !important;
  }

  #header .header-main .nav-right > li {
    margin: 5px;
  }

  #my-account-menu.position-vertical-left {
    width: 100%;
  }

  #my-account-menu .myaccount-menu li + li {
    margin-top: 10px !important;
  }

  #my-account-menu ~ .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
  }

  #footer .accordion-title {
    font-weight: 700;
    padding-left: 10px;
  }
  #footer .accordion-title.active {
    color: var(--color-black);
    background-color: transparent;
    border-color: var(--color-black);
  }
  #footer .accordion-title button {
    left: auto;
    right: 0;
  }

  #footer .menu-footer-mb .widget-title {
    display: none;
  }
  #footer .section.footer-custom {
    padding-bottom: 0 !important;
  }

  #footer .accordion-inner {
    padding: 1rem 0.65rem;
  }
  #footer .accordion-inner a {
    font-size: 1rem;
  }
  #footer .accordion-title span {
    font-weight: 700;
  }

  #footer .textwidget {
    display: none;
  }

  #footer .icon-box strong {
    color: #fff;

    font-weight: 700;
    font-size: 20px;
  }

  #footer .icon-box p {
    color: #fff;
    margin-bottom: 5px;
  }

  #footer .icon-box + .icon-box {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  #footer .icon-box {
    display: flex;
    align-items: center;
  }

  /* #footer .icon-box:before {
    content: '\f095';
    font-family: var(--fa6);
    font-weight: 700;
    color: #fff;
    display: flex;
    width: 50px;
    height: 50px;
    background: #278d39;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  #footer .icon-box:nth-of-type(2):before {
    content: '\f0e0';
  } */

  .blog-single .col-featured .title-post {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .blog-single .post-sidebar .box-blog-post .box-image {
    width: 100% !important;
  }

  .blog-single .post-sidebar .box-blog-post {
    flex-wrap: wrap;
  }

  .blog-single .post-sidebar .box-blog-post .box-text {
    padding-top: 10px;
    padding-left: 0;
  }

  .home-tabs .tabbed-content .tab.active a:after {
    display: none;
  }

  .isures-flashsale {
    margin-top: 20px;
  }

  .isures-flashsale .ux-timer {
    justify-content: center;
    margin-left: 0;
  }

  .btn-xemthem {
    width: 100%;
  }

  .news-home .flickity-page-dots {
    bottom: -40px;
  }

  .news-home {
    padding-bottom: 50px !important;
  }

  .section-home1 .col-image,
  .section-home1 .col-icon {
    flex-basis: 100%;
    max-width: 100%;
  }

  .section-footer .col-2,
  .section-footer .col-3,
  .section-footer .col-4 {
    display: none;
  }

  .section-footer .menu-footer-mb {
    display: block !important;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  .product-info .single_add_to_cart_button {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767.98px) {
  body .progress-wrap {
    right: 15px;
    width: 32px;
    height: 32px;
  }

  body .progress-wrap::before {
    width: 32px;
    height: 32px;
  }

  body .progress-wrap::after {
    font-size: 1rem;
  }
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f061";
  font-family: var(--fa6);
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 18px;
  color: var(--theme-color);
}

.progress-wrap::before {
  position: absolute;
  content: "";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #47be7a, #0084b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* khai custom mobile*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-row-top .pb-0.medium-12 {
    padding-bottom: 30px !important;
  }

  .footer-row-top .form-footer-2 .text br {
    display: none;
  }

  .box-img-faqs:before {
    width: 162px;
    height: 162px;
  }

  .box-img-faqs:after {
    width: 264px;
    height: 264px;
  }

  .col-inner.app-relate {
    margin: 0px 15px;
  }

  .row.list-cat-hdsd > .medium-4 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-left-camket .col-inner {
    padding: 20px 10px 20px 20px;
  }

  .col-right-camket .col-inner {
    padding: 0;
  }

  .sku-package {
    justify-content: center;
    gap: 30px;
  }
  .home-tabs .tabbed-content {
    margin-top: 0;
  }

  .home-tabs .tabbed-content .nav {
    justify-content: center;
  }

  .col-right-camket .icon-effect img {
    width: 40px;
    height: 40px;
  }

  .col-right-camket .icon-effect.icon-2 {
    right: 17%;
  }

  .col-right-camket .icon-effect.icon-3 {
    top: 2%;
    right: 18%;
  }

  .content-policy-single {
    padding: 30px 40px 30px;
  }

  .list-package .slick-nav {
    display: none;
  }

  .list-package .title-package h3 {
    font-size: 30px;
  }

  #main-menu .menu-item {
    background-color: #fff;
  }

  #main-menu ul.nav li .sub-menu li a {
    background-color: #eee;
  }

  #main-menu ul.nav li .sub-menu li a {
    padding: 8px 1rem;
  }

  .header-search-form.search-form {
    max-width: 100%;
  }

  .mobile-sidebar .searchform {
    position: relative;
  }

  .mobile-sidebar .searchform input[type="search"] {
    border-radius: 4px;
  }

  .mobile-sidebar .searchform > .flex-row > .flex-col:nth-child(2) {
    position: absolute;
    right: 0;
    margin: 0;
  }

  .mobile-sidebar .sub-menu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .slider-text-banner .text-title h2 {
    font-size: 32px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .mobile-sidebar .searchform {
    position: relative;
  }

  .mobile-sidebar .searchform input[type="search"] {
    border-radius: 4px;
  }

  .mobile-sidebar .searchform > .flex-row > .flex-col:nth-child(2) {
    position: absolute;
    right: 0;
    margin: 0;
  }

  .header-search-form.search-form {
    max-width: 100%;
  }

  .header-search-form.search-form .searchform-wrapper .flex-row .flex-col {
    padding-right: 0;
  }

  #main-menu .menu-item {
    background-color: #fff;
    overflow: hidden;
    border-radius: 0.5rem;
  }

  #main-menu ul.nav li .sub-menu li a {
    background-color: #eee;
  }

  #main-menu ul.nav li .sub-menu li a {
    padding: 8px 1rem;
  }

  .footer-row-top .stack.stack-row {
    margin-top: 40px;
  }

  .footer-row-top .form-footer-2 {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }

  .footer-row-top .form-footer-2 .text br {
    display: none;
  }

  .acc-index .accordion-item {
    padding: 15px;
  }

  .box-img-faqs:before {
    width: 262px;
    height: 262px;
  }

  .box-img-faqs:after {
    width: 364px;
    height: 364px;
  }

  .slider-theme-index .slick-nav.prev-arrow {
    left: -9px;
  }

  .slider-theme-index .slick-nav.next-arrow {
    right: -9px;
  }

  .col-inner.app-relate {
    margin: 0px 15px;
  }

  .rate-download {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .rate-download .download {
    padding-left: 0;
    border: none;
  }

  .header-single-application .img-banner img {
    max-width: 100%;
  }

  .col-inner.app-relate {
    margin: 0px !important;
    padding: 0px 15px;
  }

  .app-relate h3 {
    font-size: 20px;
  }

  .col-left-camket .col-inner {
    padding: 20px 20px;
  }

  .col-right-camket .col-inner {
    padding: 0;
  }

  .product-info .btn-group {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .sku-package {
    justify-content: center;
    gap: 30px;
  }

  .product-info .price-wrapper .price:empty {
    display: none;
  }
  a.app-accom-item .content {
    font-size: 12px;
  }

  .col-right-camket .icon-effect img {
    width: 40px;
    height: 40px;
  }

  .col-right-camket .icon-effect.icon-2 {
    right: 17%;
  }

  .col-right-camket .icon-effect.icon-3 {
    top: 2%;
    right: 18%;
  }

  .home-tabs .tabbed-content {
    margin-top: 0;
  }

  .home-tabs .tabbed-content .nav {
    justify-content: flex-start;
    flex-wrap: unset;
    display: -webkit-box;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .home-tabs .tabbed-content .tab a {
    font-size: 1rem;
  }

  /* .home-tabs .tabbed-content .tab a img {
    width: 30px;
  }

  .home-tabs .tabbed-content .tab a span {
    flex-grow: 1;
  } */

  .content-policy-single {
    padding: 20px 20px;
  }

  .mobile-sidebar .sub-menu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mobile-sidebar .sub-menu > li {
    padding-right: 0.5em;
  }

  .slider-text-banner .text-title h2 br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-shop .col-right {
    padding-left: 16px;
    order: 1;
  }
  .header-shop {
    padding-bottom: 0 !important;
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 500px) {
  .pricing-table-plan .button.btn-style-2,
  .pricing-table-plan .list-package .title-package img {
    display: none;
  }
  .pricing-table-plan .header-table .col {
    padding: 10px;
  }
  .pricing-table-plan .list-package .price-package .price {
    font-size: 1rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .pricing-table-plan .list-package .price-package .price span {
    font-size: 10px;
  }
  .pricing-table-plan .list-package .title-package h3 {
    font-size: 1rem;
  }
  .pricing-table-plan .list-package .title-package {
    margin-bottom: 5px;
  }
  .plan-pricing-new .row-content-ss .col-support {
    display: none;
  }
  .plan-pricing-new .row-content-ss .col-support.active {
    display: flex;
  }
  .sec-bang-ss .title-home h2 {
    font-size: 28px;
  }
  .pricing-table-plan .header-table .col.active {
    background-color: #1f8038;
    position: relative;
  }
  .pricing-table-plan .header-table .col.active:before {
    content: "\f0de";
    font-family: var(--fa6);
    color: white;
    bottom: -1rem;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    font-weight: 900;
  }
  .pricing-table-plan .header-table .col.active * {
    color: white !important;
  }
}
/* Danh mục*/
.categorys-home {
  padding: 4.25rem 0;
  background: linear-gradient(
    0deg,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 20%
  );
}
.categorys-home .title-header {
  padding-bottom: 1.5rem;
}
.categorys-home .title-header .col-left .des {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  flex-wrap: wrap;
}
.categorys-home .title-header .col-left .des span {
  font-size: 1.125rem;
}
.categorys-home .title-header .col-left .des .title {
  font-style: italic;
  font-weight: 500;
}
.categorys-home .title-header .col-left .des .icon-box {
  display: flex;
  align-items: center;
  column-gap: 0.69rem;
}
.categorys-home .title-header .col-right .icon-box {
  display: flex;
  column-gap: 0.56rem;
  align-items: center;
  padding-left: 2rem;
}
.categorys-home .title-header .col-right .icon-box span {
  color: var(--color-black);
  font-weight: 500;
}
.categorys-home .title-header .col-right .gallery-slider {
  position: relative;
  max-height: 8.75rem;
  overflow: hidden;
}
.categorys-home .title-header .col-right .gallery-slider::before {
  content: "";
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 53.37%);
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 100%;
  z-index: 2;
}
.categorys-home .category-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 1.125rem;
}
.product-cat-item a {
  border-radius: 0.625rem;
  background: #f5f9ff;
  padding: 1.75rem 1.25rem;
  text-align: center;
  display: block;
  transition: all 0.3s ease-in-out;
}
.product-cat-item a:hover {
  background: #d9e0e9;
}
.product-cat-item img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.product-cat-item .box-text {
  padding: 1rem 0 0;
}
.product-cat-item .box-text .product-title {
  color: var(--color-black);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .categorys-home .category-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .categorys-home {
    padding: 3.25rem 0 2rem;
  }
  .categorys-home .title-header .col-right .icon-box {
    padding-left: 0;
  }
  .categorys-home .category-list {
    grid-gap: 0.313rem;
  }
  .product-cat-item img {
    width: 2rem;
    height: 2rem;
  }
  .product-cat-item a {
    padding: 1rem 0.25rem;
  }
  .product-cat-item .box-text .product-title {
    font-size: 0.75rem;
    font-weight: 400;
  }
  .categorys-home .title-header .col-right,
  .categorys-home .title-header {
    padding-bottom: 0;
  }
  .product-cat-item .box-text {
    padding: 0.5rem 0 0;
  }
}
/*banner home*/
.intro-home {
  padding: 3.25rem 0 0;
}
.intro-home .title-main h2,
.intro-home .title-main h1 {
  color: #fff;
  font-size: 2.5rem;
}
.intro-home .title-main p:last-child {
  margin-bottom: 2.5rem;
}
.intro-home .col {
  padding-bottom: 0;
}
.intro-home .col-right {
  max-height: 30.188rem;
  overflow: hidden;
}
.intro-home .searchform {
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.54rem 0.69rem;
  margin-bottom: 1.65rem;
  overflow: hidden;
  z-index: 1;
}
.intro-home .searchform::before {
  content: "";
  position: absolute;
  top: -15rem;
  left: -100%;
  width: 30%;
  rotate: 25deg;
  height: calc(100% + 30rem);
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.7) 50%,
    transparent 100%
  );
  z-index: 0;
  animation: slideBorder 2s ease-in-out infinite;
  pointer-events: none;
  border-radius: inherit;
}

@keyframes slideBorder {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.intro-home .searchform input {
  height: 2.7rem;
  padding: 0 1.35rem;
  box-shadow: none !important;
  border: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-color: #fff;
}
.intro-home .searchform input::placeholder {
  color: #6c757d;
}
.intro-home .searchform .ux-search-submit {
  border-radius: 0 0.5rem 0.5rem 0;
  background: linear-gradient(249deg, #03c988 51.71%, #093fb4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  border: 0;
  height: 2.7rem;
  padding: 0 1.5rem;
}
.intro-home .searchform .ux-search-submit span {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.intro-home .searchform .ux-search-submit svg {
  width: 1.161rem;
  height: 1.161rem;
}
.placeholder-anim {
  position: absolute;
  top: 50%;
  left: 1.35rem;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
  animation: slideIn 0.3s ease-out;
  white-space: nowrap;
}

.placeholder-anim.slide-out {
  animation: slideOut 0.3s ease-in forwards;
}
.intro-home .text-cat ul {
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  flex-wrap: wrap;
}
.intro-home .text-cat ul li {
  list-style: none;
  margin: 0;
}
.intro-home .text-cat ul li a {
  font-size: 1rem;
  display: block;
}
.intro-home .text-cat ul li:not(:first-child) a {
  padding: 0.31rem 0.69rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6.25rem;
}
.intro-home .text-cat ul li:not(:first-child) a:hover {
  background: var(--color-green);
  border-color: var(--color-green);
}
@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(-50%);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateY(-50%);
    opacity: 1;
  }
  to {
    transform: translateY(-150%);
    opacity: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .intro-home {
    padding: 2.25rem 0 0;
  }
  .intro-home .col-right {
    padding-top: 2rem;
    order: 1;
  }
  .intro-home .searchform .ux-search-submit {
    column-gap: 0.313rem;
    padding: 0 1rem;
  }
  .intro-home .searchform .ux-search-submit span {
    display: none;
  }
}
.related-products {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .related-products .title-main h2 {
    margin-bottom: 0;
  }
  .related-products .products.row {
    margin: 0;
    padding: 0 5px;
  }
}

/* Ứng dụng */
.application-archive {
  background: linear-gradient(
    0deg,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 20%
  );
}
.application-archive .intro-home .searchform .ux-search-submit {
  pointer-events: none;
}
.application-list-item.app-accom .wrap-item {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 850px) {
  .application-list-item {
    padding: 3.25rem 0 0;
  }
  .application-list-item.app-accom .wrap-item {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .application-list-item.app-accom .wrap-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Tun tức */
.blog-archive .intro-home {
  padding: 4.25rem 0;
}
.blog-archive-post {
  padding-top: 3.25rem;
}
.blog-archive-post .box-blog-post .image-cover {
  border-radius: 0.5rem;
}
.blog-archive-post .box-blog-post .box-text {
  padding: 1rem 0 0;
}
.blog-archive-post .box-blog-post .box-text .post-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-black);
}
.blog-archive-post .box-blog-post .box-text .post-title:hover {
  color: var(--color-green);
}
.blog-archive-post .button.btn-style-1 {
  margin: auto !important;
}
.blog-single .single-posts-content {
  padding-top: 6rem;
}
#ez-toc-container a {
  font-size: 1rem !important;
}
#ez-toc-container a:visited {
  color: var(--color-black);
}
#ez-toc-container a:hover,
#ez-toc-container a.active {
  color: var(--color-green);
}
#ez-toc-container {
  background: transparent;
  border: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
#ez-toc-container .ez-toc-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 1.5rem;
}
#ez-toc-container .ez-toc-title {
  color: var(--color-black);
  padding-bottom: 0.313rem;
  border-bottom: 2px solid var(--color-blue);
}
.rank-math-breadcrumb p .last {
  flex: 1 1 0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sale-banner {
  position: fixed;
  top: var(--70);
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  background: linear-gradient(90deg, #03c988 3.6%, #093fb4 100%);
  color: white;
  padding: 10px 0;
  height: var(--70);
}

.sale-banner.hidden-on-top {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.sale-banner.scrolled {
  transform: translateY(-110%);
  opacity: 1;
  pointer-events: auto;
}

.sale-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.sale-text p {
  color: #fff;
  margin-bottom: 0;
}

.countdown {
  display: flex;
  gap: 10px;
}

.count-box {
  background: white;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  min-width: 50px;
}

.count-box .num {
  font-weight: bold;
  font-size: 16px;
}

.count-box .label {
  font-size: 10px;
  text-transform: uppercase;
}

.btn-learn {
  background: var(--color-green);
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: background 0.3s;
}

.btn-learn:hover {
  background: var(--color-blue);
  color: #fff;
}

.close-banner {
  font-size: 1rem;
  cursor: pointer;
  color: white;
  position: absolute;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: #0768a6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
}
@media screen and (max-width: 850px) {
  .sale-text {
    width: 100%;
  }
  .sale-content {
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
  }
  .close-banner {
    top: 0;
  }
  .sale-banner.scrolled {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  #ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: auto;
  }
  #ez-toc-container .ez-toc-list {
    row-gap: 0.5rem;
  }
  .blog-single .single-posts-content article {
    margin-bottom: 0;
  }
  .blog-single .single-posts-content article .single-page {
    padding-bottom: 0;
  }
  .blog-single .post-sidebar .widget {
    padding: 0;
  }
  .blog-single .single-posts-content {
    padding-top: 6.5rem;
  }
}
#header .notification {
  position: relative;
}
#header .notification .toggle-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .notification-list {
  display: none;
}
#header .notification ul {
  position: absolute;
  top: calc(100% + 1.25rem);
  width: 25rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#header .notification ul li {
  list-style: none;
  margin: 0;
}
#header .notification ul li a {
  display: flex;
  align-items: flex-start;
  column-gap: 0.68rem;
}
#header .notification ul li a img {
  margin-top: 0.2rem;
  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
}
#header .notification ul li a span {
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
#header .notification ul li a span:hover {
  color: var(--color-green);
}
#header .notification .num {
  position: absolute;
  right: -0.35rem;
  top: -0.35rem;
  background: red;
  color: white;
  width: 1rem;
  height: 1rem;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.75rem;
  pointer-events: none;
}
@media screen and (max-width: 849.98px) {
  #header .header-main .nav-right {
    column-gap: 0.68rem;
  }
  #header .notification ul {
    top: calc(100% + 1.1rem);
    width: 20rem;
    padding: 1.5rem 1rem;
    row-gap: 1rem;
  }
}
/* search */
#header .box-search-post form {
  background-color: hsl(0deg 0% 83.1% / 18%);
}

#header .box-search-post form input {
  background-color: transparent;
  color: #343434;
}

#header .box-search-post form input::placeholder {
  opacity: 1;
  color: #343434;
}

.box-search-post form {
  display: flex;
  align-items: center;
  width: 28rem;
  margin: 0 auto;
  max-width: 100%;
  height: 3rem;
  background-color: #fff;
  border-radius: 90rem;
  padding: 0 0.44rem 0 1.62rem;
}
.box-search-header.active .box-search-post form {
  border-radius: 2rem 2rem 0 0;
}
.box-search-post form svg {
  width: 1.26713rem;
  height: 1.26719rem;
  flex-shrink: 0;
  margin-right: 1.11rem;
}

.box-search-post input[type="search"] {
  height: 1.875rem;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding-left: 0.81rem;
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-search-post input[type="search"]::placeholder {
  color: #b6b6b6;
  opacity: 1;
}
#header .box-search-header {
  padding-right: 30px;
}
#header .box-search-header .close-search {
  padding: 0;
  margin: 0;
  position: absolute;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  top: 50%;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#header .search-theme {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .close-search svg {
  width: 100%;
  height: 100%;
}
#header .button-search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
#header .header-bottom {
  position: absolute;
  width: fit-content;
  height: 70px;
  top: 0;
  right: 17%;
  background-color: #fff;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transition: unset;
  display: block !important;
  transition: all 0.3s;
}

#header .header-bottom.show {
  opacity: 1;
  visibility: visible;
}
.popup-recently .box-product-recently {
  padding: var(--30) var(--80);
}

.popup-recently .box-product-recently .title-small {
  font-size: 1.125rem;
  color: var(--color-black);
  font-weight: 500;
}

.recently-viewed-wrapper {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.recently-viewed-wrapper a {
  border: 1px solid var(--theme-color);
  font-size: 1rem;
  padding: 0.313rem 1rem;
  border-radius: 5rem;
  font-weight: 500;
}

.recently-viewed-wrapper a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.popup-recently .title-small {
  font-family: var(--semi);
  margin-bottom: 20px;
}

.popup-custom-full.popup-recently {
  position: absolute;
  bottom: auto;
  top: 100%;
  left: 15px;
  height: fit-content;
}

.admin-bar .popup-custom-full.popup-recently {
  height: calc(100% - 7.2rem);
  bottom: 0;
  top: unset;
}

.popup-custom-full.popup-recently .bg_overlay_popup {
  height: 100%;
  background: transparent;
}

.popup-custom-full.popup-recently .popup-content {
  position: absolute;
  max-width: 28rem;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: 1002;
  padding: 1rem 2rem;
  border-radius: 0 0 2rem 2rem;
}
#header.header-full-width.search-custom {
  top: 0;
  transform: translateY(0%) !important;
}
@media (max-width: 1599.98px) {
  #header .header-bottom {
    right: 3%;
  }
}
@media (max-width: 1399.98px) {
  #header .header-bottom {
    right: 0%;
  }
}
@media (max-width: 1249.98px) {
  #header .header-bottom {
    width: 100%;
  }
  .header-bottom .header-bottom-nav {
    justify-content: center;
  }
  #header .header-bottom .html_topbar_right {
    width: 100%;
  }
  .box-search-post form {
    margin: 0 auto !important;
  }
  #header .box-search-header {
    padding-right: 0;
  }
  .popup-custom-full.popup-recently .popup-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .popup-custom-full.popup-recently .popup-content {
    max-width: calc(100% - 2.5rem);
    left: 0;
    transform: translateX(0%);
    padding: 0;
  }
  .box-search-post form {
    width: 100%;

    padding: 0 0.44rem 0 1rem;
  }
  #header.search-custom #wide-nav .hide-for-medium {
    display: flex !important;
    flex: unset;
  }
  .box-search-post .button-search {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
  }
  .box-search-post form svg {
    margin: 0;
  }
  .box-search-post .button-search img {
    width: 1.3rem;
    height: 1.3rem;
    object-fit: contain;
    filter: brightness(0) invert(20);
  }
  .box-search-post .button-search:hover img {
    filter: brightness(0);
  }
  .box-search-post input[type="search"] {
    border-left: 0;
  }
  .popup-recently .box-product-recently {
    padding: 2rem 1rem;
  }
  .box-search-post {
    margin-right: 2.5rem;
  }
  #header .close-search {
    right: 0;
  }
  .box-search-post input[type="search"]::placeholder {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
