:root {
  --theme-color: #d3a540;
  --theme-color2: #012623;
  --title-gradient: -webkit-linear-gradient(#e2b648, #daac43, #ba8632, #e2b648, #ab742a);
  --bg-gradient: linear-gradient(0deg, #e2b648, #daac43, #ba8632, #e2b648, #ab742a);
  --black: #213333;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'BeVietnamPro-Regular';
  --medium: 'BeVietnamPro-Medium';
  --semi: 'BeVietnamPro-SemiBold';
  --bold: 'BeVietnamPro-Bold';
  --bg-ct2: transparent linear-gradient(125deg, #f3f3f385 0%, #f3f3f31c 100%) 0% 0% no-repeat padding-box;
}

html {
  overflow-x: hidden;
}

.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}

/* Add fonts */
@font-face {
  font-family: 'BeVietnamPro-Medium';
  src: url('./fonts/BeVietnamPro-Medium.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-Regular';
  src: url('./fonts/BeVietnamPro-Regular.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-Bold';
  src: url('./fonts/BeVietnamPro-Bold.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-SemiBold';
  src: url('./fonts/BeVietnamPro-SemiBold.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* End add fonts */
/* Format theme */
pre {
  display: none !important;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: var(--bold);
}

b {
  color: #000;
}

body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--regular), sans-serif;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1rem;
}

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

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

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

/* End Format theme */
/* Shop */

#header .stuck .header-bg-color {
  background: transparent linear-gradient(180deg, #012623 19%, #025750 100%) 0% 0% no-repeat padding-box;
}

.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  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;
  transform: unset !important;
  color: var(--theme-color);
}

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

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f177';
}

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

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

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

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: var(--theme-color2);
  font-weight: normal !important;
  font-size: 14px;
  opacity: 1 !important;
}

.single .rank-math-breadcrumb p {
  margin-bottom: 0;
}

.rank-math-breadcrumb a {
  color: #000;
}

.woocommerce-ordering select {
  border-radius: 4px;
}

.shop-page-title .banner-shop {
  margin-bottom: 50px;
}

.shop-page-title .banner-shop img {
  border-radius: 12px;
  width: 100%;
  display: block;
}

.shop-page-title .title-shop h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.category-shop .box-category .box-image {
  border-radius: 999px;
  background: #eceff0;
  height: 95px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.category-shop .box-category .box-image div {
  width: fit-content;
  display: flex;
}

.category-shop .box-category .box-image img {
  width: 60%;
  object-fit: contain;
  margin: 0 auto 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-17deg);
  margin-bottom: 0;
}

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

.category-shop .flickity-button.next {
  right: 10px;
}

.category-shop .flickity-button.previous {
  left: unset;
  right: 45px;
}

.category-shop .header-title {
  text-transform: uppercase;
  font-size: 16px;
}

.category-page-row .woocommerce-result-count {
  display: none;
}

.category-page-row .col-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.category-page-row .col-header .shop-page-title {
  margin-bottom: 0;
}

#header .header-main {
  box-shadow: unset !important;
}

.home #header .header-main {
  border-bottom: 0px;
}

.woocommerce-ordering select {
  font-size: 15px;
  width: 100%;
  display: block;
  height: 35px;
  padding: 0 20px 0 0;
  border-color: transparent;
  border-bottom: 1px solid #000;
  background-color: #fff;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 1px;
  box-shadow: none !important;
}

.woocommerce-ordering select option {
  border-radius: 0;
  font-size: 15px;
  padding: 0 10px;
}

#shop-sidebar .product-categories .cat-item,
#shop-sidebar .filter-price li {
  border: 0 !important;
}

#shop-sidebar .product-categories .cat-item a,
#shop-sidebar .woocommerce-widget-layered-nav-list li a {
  font-size: 15px;
  color: #727272;
  position: relative;
  padding: 5px 0 5px 30px;
}

#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list 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: 5px;
}

#shop-sidebar .product-categories .cat-item.active>a,
#shop-sidebar .filter-price .active a {
  color: var(--theme-color);
  font-weight: 500;
}

#shop-sidebar .product-categories .cat-item.active>a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li.chosen a:before {
  content: '\f00c';
  font-family: var(--fa6);
  background: #222;
  border-color: #222;
  color: #fff;
  font-size: 12px;
}

#shop-sidebar {
  display: none
}

.mfp-content #shop-sidebar {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.mfp-wrap .mfp-close {
  display: none
}

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

#shop-sidebar .widget-title {
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-family: var(--semi);
}

#shop-sidebar .widget-title:after {
  content: '\f068';
  font-family: var(--fa6);
  position: absolute;
  right: 15px;
}

#shop-sidebar .widget.hiden .widget-title:after {
  content: '\2b';
}

#shop-sidebar .widget_product_categories .widget-title:before,
#shop-sidebar .woocommerce-widget-layered-nav .widget-title:before,
#shop-sidebar .widget_price_filter .widget-title:before {
  content: '\f550';
  font-family: var(--fa6);
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  font-weight: 700;
}

#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
  content: '\f06b';
}

#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
  content: '\f06b';
}

#shop-sidebar #woocommerce_layered_nav-3 .widget-title:before {
  content: '\e4c4';
}

#shop-sidebar .widget_price_filter .widget-title:before {
  content: '\f02b';
}

#shop-sidebar #woocommerce_layered_nav-4 .woocommerce-widget-layered-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}

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

#shop-sidebar .widget:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

#shop-sidebar .price_slider_wrapper {
  padding: 10px 0;
}

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

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.25px solid #6d6d6d;
  top: -4px;
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6d6d6d;
}

#shop-sidebar .widget_price_filter .price_label {
  display: flex;
  gap: 5px;
  width: 100%;
  float: left;
  order: 1;
  font-size: 16px;
}

#shop-sidebar .widget_price_filter .price_slider_amount .button {
  width: max-content;
  margin-top: 15px;
  order: 2;
  background-color: var(--theme-color2);
  width: 60px;
}

#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}

#shop-sidebar .widget_price_filter span {
  font-weight: normal;
}

#shop-sidebar .woocommerce-widget-layered-nav-list li {
  border: 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .ux-swatch--color {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}

#shop-sidebar #woocommerce_layered_nav-4 a {
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 5px;
}

#shop-sidebar #woocommerce_layered_nav-4 li:hover a {
  border-color: var(--theme-color);
}

#shop-sidebar .product-categories .cat-item:hover a,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover a {
  color: #222 !important;
}

#shop-sidebar .product-categories .cat-item:hover a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover .ux-swatch--color {
  border-color: #222;
}

.product-small .box .box-image {
  border-radius: 10px;
  padding-top: 100%;
  background: #f8f8f8;
}

.home .product-small .box .box-image {
  /* background: transparent; */
}

.product-small .box .box-image img {
  object-fit: contain;
}

.product-small.box .product-title a {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: var(--regular);
  text-transform: capitalize;
  text-align: left !important;
  color: #213333;
}

.home .product-small.box .product-title a {}

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

.product-small.box .product-title {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #22222280;
}

.home .product-small.box .product-title {
  /* border-bottom: 1px dashed rgb(255 255 255 / 50%); */
}

.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

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

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

.product-small.box .price-wrapper del .amount {
  font-size: 14px !important;
  line-height: 16px;
  color: #777;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: normal;
  font-family: var(--regular);
  text-decoration: line-through;
  line-height: 23px;
}

#home .product-small.box .price-wrapper del .amount {
  color: #fafafa;
}

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

.product-small.box .image-tools .wishlist-popup,
.product-small.box .added_to_cart {
  display: none !important;
}

.product-small.box .image-tools.bottom {
  transform: translateY(100%);
  filter: unset;
  pointer-events: all;
  opacity: 0;
  bottom: 20px;
  width: fit-content;
  left: 34%;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out,
    visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out,
    transform 0.4s 0.1s ease-out;
}

.product-small.box .image-tools.top {
  transform: translateY(100%);
  filter: unset;
  pointer-events: all;
  opacity: 0;
  bottom: 20px;
  top: unset;
  right: 34%;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out,
    visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out,
    transform 0.4s 0.15s ease-out;
}

.product-small.box .grid-tools .add-to-cart-grid {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.25rem rgba(126, 126, 126, 0.075) !important;
  filter: unset;
  background-color: #fff !important;
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
}

.product-small.box .image-tools.top {
  right: 33%;
}

.product-small.box .image-tools.bottom {
  left: 33%;
}

.archive .product-small.box .image-tools.top {
  right: 27%;
}

.archive .product-small.box .image-tools.bottom {
  left: 27%;
}

.product-small.box .grid-tools .add-to-cart-grid:hover {
  background-color: var(--theme-color) !important;
  color: #fff;
}

.product-small.box .grid-tools .add-to-cart-grid:before {
  content: '\f290';
  font-family: var(--fa6);
  font-weight: 300;
  opacity: 1;
}

.product-small.box .image-tools .cart-icon {
  display: none !important;
}

.product-small.box .image-tools {
  display: block !important;
  padding: 0;
}

.product-small.box:hover .image-tools {
  opacity: 1;
}

.product-small.col .badge-container {
  margin-top: 6.5px;
  margin-left: 6.5px;
}

.product-small.col .badge-container .badge-inner {
  background: linear-gradient(110deg, #e2b648, #daac43, #ba8632, #e2b648, #ab742a);
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 60px;
  font-family: var(--semi);
}

/* .product-small.box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background-color: #f8f8f8;
  transition: all 0.4s ease;
  opacity: .1;
} */

.product-small.box:hover:before {
  opacity: .2;
}

.product-small.box .box-text {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px 20px;
}

.product-small.box .title-wrapper {
  width: 100%;
}

.product-small.box .price-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-small.box .price-wrapper .product-sku span {
  font-family: var(--semi);
}

.product-small.box .price-wrapper .product-sku {
  line-height: 20px;
  margin-bottom: 4px;
  text-align: left;
  color: #5c5c5c;
}

.home .product-small.box .price-wrapper .product-sku {
  color: #fafafa;
  display: none;
}

.product-small.box .price-wrapper .product-star {
  line-height: 20px;
  margin-bottom: 4px;
  text-align: left;
  position: relative;
  display: none;
}

.product-small.box .price-wrapper .product-star:before {
  content: '\f005\f005\f005\f005\f005';
  font-family: var(--fa6);
  font-weight: 700;
  color: #fff;
}

.product-small.box .add-to-cart-button a {
  height: 35px;
  width: 35px;
  background: linear-gradient(0deg, #f3dd78 0%, #c0922c 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  font-weight: normal;
  margin: 0;
  border: 1px solid var(--theme-color);
}

.product-small.box .add-to-cart-button a:before {
  content: '\2b';
  font-family: var(--fa6);
  font-size: 22px;
  font-weight: 100;
}

.product-small.box .add-to-cart-button a:hover {
  background: linear-gradient(110deg, #fff, #fff);
  color: #222;
}

.woocommerce-pagination .page-numbers {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
  border-radius: 6px;
  border: 1.5px solid transparent;
  padding: 0;
  min-width: 30px;
  height: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-family: 'Averta-Semibold';
}

.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li a:hover {
  background-color: transparent;
  color: var(--theme-color);
  border-color: var(--theme-color);
}

/* End shop */

.single .woocommerce-product-gallery .badge-container {
  margin-top: 14px;
  margin-left: 16px;
  display: none;
}

.product-main .product-thumbnails {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.product-main .product-thumbnails a {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.product-main .product-thumbnails .col {
  padding: 0px 5px !important;
  margin-bottom: 10px !important;
}

.product-main .product-thumbnails .col:last-of-type {
  margin-bottom: 0px !important;
}

.product-main .product-thumbnails a {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  border-radius: 8px;
  background: #f8f8f8;
}

.product-main .product-thumbnails img,
.product-main .woocommerce-product-gallery__wrapper img {

  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: unset !important;
  border: 0;
}

.product-main .product-thumbnails .is-nav-selected a {
  border-color: var(--theme-color);
}

.single .product-gallery .large-10 {
  padding-bottom: 0;
}

.single .product-gallery .flickity-button {
  display: none;
}

.product-main .product-images .flickity-button {
  opacity: 1;
  transform: translateX(0%);
}

.product-main .vertical-thumbnails {
  overflow: unset;
}

.single .product-info {
  border-radius: 10px;
  padding: 0 15px 0 50px;
}

.single .product-info .variations label {
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1.4;
  margin: 3px 0;
}

.single .product-info .variations .ux-swatch-selected-value {
  font-size: 15px;
  font-family: var(--semi);
}

.single .product-summary table tr+tr {
  margin-top: 15px;
  display: block;
  border: 0;
}

.single .product-info .ux-swatch--color,
.single .product-info .ux-swatch--label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #000;
  width: 65px;
  height: 40px;
}

.single .product-info .ux-swatch--label {
  background-color: #fafafa;
  font-family: var(--semi);
}

.single .product-info .ux-swatch--label.selected {
  background-color: #222;
  color: #fff;
  box-shadow: none;
}

.single .product-info .ux-swatch--color .ux-swatch__color {
  border-radius: 15px;
}

.single .product-info .ux-swatch--image {
  border-radius: 6px;
  width: 65px;
  height: 65px;
}

.single .product-info .ux-swatch--image img {
  border-radius: 6px;
}

.qty-text {
  display: flex;
  height: 40px;
  align-items: center;
  margin-right: 5px;
  width: 100%;
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  width: 100%;
  display: block;
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  background: var(--theme-color2);
  color: #fff;
  border: 1px solid #222;
  opacity: 1;
  box-shadow: unset;
  width: 100%;
  margin: 0;
  height: 50px;
  margin-top: 18px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--bold);
}

.product-info .single_add_to_cart_button {
  border-color: var(--theme-color2);
  color: #fff;
  background-color: var(--theme-color2);
  flex: 1;
  margin-top: 0;
}

.product-info .single_add_to_cart_button:hover {
  background-color: #fff;
  color: var(--theme-color2);
}

.product-info .single_buynow_button {
  margin-right: 0;
  background: linear-gradient(90deg, #f3dd78 0%, #c0922c 100%) 0% 0% no-repeat padding-box;
  border: 0;
}

.product-info .single_buynow_button:hover {
  background: #fff;
  color: var(--theme-color);
  border: 1px solid var(--theme-color)
}

.product-info form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.product-info form.cart .woocommerce-variation {
  display: none;
}

.product-info .single_variation_wrap {
  width: 100%;
}

.quantity .button {
  background-color: transparent !important;
  border: none !important;
}

.quantity input {
  box-shadow: none;
  border: none !important;
  background: transparent;
}

.quantity {
  border-radius: 4px;
  border: 1px solid var(--theme-color2);
  width: 100px;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}

.quantity .button.minus {
  border-radius: 4px 0 0 4px;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}

.quantity .button.plus {
  border-radius: 0 4px 4px 0;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}

.product-info .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}

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

.quantity input[type='number'] {
  height: 100%;
}

.btn-xemthem {
  /* position: absolute; */
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.03em;
  width: 100%;
}

.btn-xemthem button {
  border: 0 !important;
  margin: 0;
  font-size: 16px;
  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;
}

.single .woocommerce-Tabs-panel--description.active.show {
  height: inherit;
}

.single #wrapper .product-container .product-main {
  margin-bottom: 60px;
  padding-top: 20px
}


.product-main .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  border-radius: 8px;
  background: #f8f8f8;
}

#wrapper .product-gallery .zoom-button {
  display: none
}

.woocommerce-tabs ul.tabs {
  padding: 0;
  justify-content: center;
}

.woocommerce-tabs ul.tabs li {
  margin: 0 15px;
}

.woocommerce-tabs ul.tabs a {
  font-size: 32px;
  font-weight: normal;
  font-family: var(--bold);
  color: #777;
  text-transform: uppercase;
}

.woocommerce-tabs ul.tabs li a:before {
  display: none;
}

.woocommerce-tabs ul.tabs .active a {
  color: #222;
}


.woocommerce-tabs .tab-panels {
  padding-top: 20px;
  max-width: 975px;
  margin: 0 auto;
}

.specifications-info .item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px;
}

.specifications-info .item .left {
  font-family: var(--semi);
  width: 22%;
  flex-shrink: 0;
  margin-right: 30px;
}

.specifications-info .item .right {
  flex: 1
}

.specifications-info .item:nth-of-type(odd) {
  background-color: rgb(248 248 248 / 50%);
}

.product-footer .row-info {
  padding-top: 60px;
  position: relative;
}

.product-footer .row-info:before {
  content: '';
  width: 150vw;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  display: block;
  left: -25vw;
  top: 0;
}

.product-footer .woocommerce-tabs {
  border: 0;
  border-bottom: 1px dashed #ddd;
}

.single .shop-page-title .page-title-inner {
  padding-top: 0;
  margin-bottom: 0;
}

.single .shop-page-title {

  background: #fafafa;
}

.breadcrumbs-coure {
  background: #fafafa;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.breadcrumbs-coure p {
  margin-bottom: 0 !important;
}


.single .shop-page-title .page-title-inner {
  padding-top: 0;
  min-height: 50px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.single .shop-page-title .flex-col:nth-of-type(2) {
  display: none
}

.single .shop-page-title .rank-math-breadcrumb a,
.single .shop-page-title .rank-math-breadcrumb span,
.breadcrumbs-coure .rank-math-breadcrumb a,
.breadcrumbs-coure .rank-math-breadcrumb span {
  color: #515151;
  font-family: var(--regular);
  opacity: 1;
  font-size: 14px;
}

.product-info h1.product-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
  margin-left: 15px;
  line-height: 20px;
  position: relative;
}

.product-info .price-wrapper ins {
  display: flex;
  align-items: center;
}

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: var(--theme-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--bold);
}

.product-summary .woocommerce-Price-currencySymbol {
  font-size: 100%;
}

.product-info .price-wrapper del .amount {
  color: #555;
  font-size: 16px;
  font-family: var(--regular);
  text-decoration: line-through;
}

.product-info .price {
  margin: 0 0 25px !important;
  display: flex;
  align-items: flex-end;
}

#comments .commentlist,
#reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#reviews>#comments {
  flex-basis: 65%;
  max-width: 65%;
}

#reviews>#review_form_wrapper {
  flex-basis: 33%;
  max-width: 33%;
}

#reviews>* {
  height: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

#reviews .comment-form-rating label,
#reviews .stars {
  text-align: center;
}

#reviews .comment-form-rating label {
  font-size: 20px;
}

#reviews .review-form-inner {
  height: 100%;
  padding: 0;
  border: 0;
}

#reviews .stars a:after {
  color: #ddd;
  content: '\f005' !important;
  font-size: 20px;
  font-family: var(--fa6);
  font-weight: 700;
}

#reviews .stars a.ok:after,
.single .comment-form-rating .stars a:hover:after,
.single .comment-form-rating .stars a.active:after {
  color: #ffd980;
}

#reviews .stars a+a {
  border: none;
  margin: 0;
}

#reviews #reply-title,
#reviews .wcpr-form-description,
#reviews .woocommerce-Reviews-title {
  display: none;
}

#reviews input,
#reviews textarea {
  border-radius: 5px;
  box-shadow: none;
}

#review_form label {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

#review_form .wcpr-comment-form-images label {
  margin: 0;
}

#review_form .btn_image_upload {
  width: max-content;
  padding: 5px 20px;
  color: #6abd45;
  border: 1px solid #6abd45;
  border-radius: 5px;
}

#review_form .note-file {
  font-size: 12px;
  font-style: italic;
}

#review_form input[type='submit'] {
  margin: 0;
  font-weight: 500;
  text-transform: none;
  width: 100%;
  height: 45px;
  font-size: 18px;
}

#reviews .wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image-container {
  justify-content: flex-start;

  gap: 10px;
}

#review_form input[type='submit']:hover {
  border: 1px dashed var(--theme-color);
  color: var(--theme-color);
  background-color: #fff;
}

#reviews .comment-form {
  margin: 0;
}

#comments .wcpr-filter-container,
#comments .kt-wc-reviews-images-wrap-wrap {
  justify-content: flex-start;
}

#comments .wcpr-filter-button-wrap {
  width: max-content !important;
}

#comments .wcpr-overall-rating-and-rating-count {
  padding-bottom: 0;
}

#comments .commentlist,
#reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#reviews {
  margin: 0;
}

.comment-form>div,
.comment-form>p {
  padding: 0;
}

#comments .commentlist>li {
  width: 100%;
  margin-left: 0 !important;
  border: none;
}

#comments .commentlist li .comment-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#comments .commentlist li .star-rating {
  order: 2;
}

#comments .commentlist li .meta {
  order: 1;
  width: max-content;
  display: flex;
  flex-direction: column;
}

#comments .commentlist li .description {
  order: 3;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal !important;
}

#comments .commentlist li .kt-reviews-image-container {
  order: 4;
  width: 100%;
  max-width: inherit !important;
}

#comments .commentlist li .meta .woocommerce-review__dash,
#reviews:after {
  display: none;
}

#comments .commentlist li .meta .woocommerce-review__published-date {
  font-size: 14px;
  opacity: 0.8;
}

#comments .commentlist li .description p {
  margin-bottom: 0;
}

.related-products-wrapper {
  border: 0;
  padding-top: 50px;
  padding-bottom: 40px;
}

.related-products-wrapper .row {
  overflow: unset;
}

.related-products-wrapper .product-section-title {
  /* text-transform: unset; */
  font-size: 30px;
}

#main .related-products-wrapper .flickity-button {
  background: 0 0;
  box-shadow: none;
  top: -59px;
  transform: unset !important;
  opacity: 1;
  width: 35px !important;
  height: 30px;
  min-height: 30px;
  padding: 0;
}

#main .related-products-wrapper .flickity-button.previous {
  left: unset !important;
  right: 45px !important;
  border: 1px solid #c3c3c3;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}

#main .related-products-wrapper .flickity-button.next {
  right: 10px !important;
  border: 1px solid #c3c3c3;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

#main .related-products-wrapper .flickity-button svg {
  margin: 0;
}

form.cart .woocommerce-variation-price {
  display: none;
}

.single .banner-shop img {
  border-radius: 12px;
}

.single .banner-shop {
  margin: 25px 0 70px;
}

/* End Single-product */
/* blog-archive */
.blog-wrapper.page-wrapper {
  padding-bottom: 0;
}

.blog-wrapper.blog-single {
  padding-top: 0;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.blog-wrapper .archive-page-header {
  position: relative;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg,
.shop-page-title.category-page-title .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 250px 15px 40px;
  z-index: 3;
}

.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.category-page-title h1.shop-page-title {
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
  color: #fff;
  text-transform: none;
  font-family: var(--semi);
  text-transform: uppercase;
  margin-bottom: 0;
}

.shop-page-title.category-page-title .page-title-inner .flex-col {
  display: flex;
  flex-direction: column-reverse;
}

.category-page-title h1.shop-page-title {
  margin-bottom: 0;
}

.category-page-row {
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden;
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #1b3e3b;
  opacity: 0.6;
}

.rank-math-breadcrumb p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  color: #f9fffe;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
}

.single .blog-project .rank-math-breadcrumb span:nth-of-type(n+2),
.blog-single .rank-math-breadcrumb span:nth-of-type(n+2) {
  display: none
}

.blog-archive .row-blog {
  margin-top: 80px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
  background: #f4f4f4
}

.blog-archive .box-blog-post .box-image .image-cover {
  border-radius: 6px
}

.blog-archive .box-blog-post {
  border-radius: 6px
}

.blog-archive .box-blog-post .box-text {
  background: #fff;
  padding: 30px 30px 20px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
  border-radius: 0 0 6px 6px
}


.category-khoa-hoc .blog-archive .post-meta {
  display: none
}

.category-khoa-hoc .blog-archive .box-blog-post .post-title a {
  height: auto
}

.blog-archive .box-blog-post .is-link {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--semi);
  color: var(--theme-color2);
  width: fit-content;
}

.blog-archive .box-blog-post .is-link:after {
  content: '\2b';
  font-family: var(--fa6)
}

.blog-archive .box-blog-post .is-link:hover {
  color: var(--theme-color)
}

.blog-archive .box-blog-post .post-meta {
  opacity: 1;
  font-size: 16px;
  color: #343a40;
  margin-bottom: 6px;
  order: -1;
}

.blog-archive .box-blog-post .post-meta:before {
  content: '\f017';
  font-family: var(--fa6);
  margin-right: 5px
}

.blog-archive .box-blog-post .post-title a {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog-archive .box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878;
  margin: 0
}

.blog-archive .box-blog-post .post-title a:hover {
  color: var(--theme-color)
}

.blog-archive .box-blog-post .post-title {
  margin: 0 0 14px;
  position: relative;
  padding-bottom: 10px
}

.blog-archive .box-blog-post .box-text-inner {
  display: flex;
  flex-direction: column;
}

.blog-archive .box-blog-post .post-title:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgb(195 196 198/53%);
  position: absolute;
  bottom: 0
}

.blog-archive .box-blog-post .badge.post-date {
  right: 30px;
  left: unset;
  top: -37px
}

.blog-archive .box-blog-post .badge .badge-inner {
  width: 74px;
  height: 74px;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 50%
}

.blog-archive .box-blog-post:hover .badge .badge-inner {
  box-shadow: 0 0 0 3px var(--theme-color)
}

.blog-archive .box-blog-post .badge .post-date-day {
  font-size: 24px;
  margin-bottom: 4px;
  display: block;
  font-family: var(--semi);
  font-weight: 400
}

.blog-archive .box-blog-post .badge .post-date-month {
  font-size: 12px;
  font-family: var(--medi);
  font-weight: 400;
  margin-top: 2px
}

.post-sidebar .block_widget .col-item {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 30px !important;
}

.post-sidebar .block_widget .col-item+.col-item {
  margin-top: 40px;
}

.post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}

.post-sidebar .box-blog-post .box-image {
  width: 120px !important;
  flex-shrink: 0;
  border-radius: 6px;
}

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

.post-sidebar .box-blog-post .post-title {
  font-size: 17px;
  margin-bottom: 10px;
  font-family: 'Averta-Semibold';
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post-sidebar .col.post-item:last-of-type,
.post-sidebar .product-small.col:last-of-type {
  padding-bottom: 0;
}

.post-sidebar .col.post-item:last-of-type .box-blog-post,
.post-sidebar .product-small.col:last-of-type .product-small.box {
  padding-bottom: 0;
  border: 0;
}

.post-sidebar .section-title {
  margin-bottom: 0;
}

.post-sidebar .section-title-main,
.post-sidebar .widget-title {
  margin: 0;
  border-bottom: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: 'Averta-Semibold';
  padding-bottom: 0;
  font-size: 20px;
  display: block;
}

.post-sidebar .product-small.box .box-image {
  padding-top: 56.25%;
}

.post-sidebar .product-small.box img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.post-sidebar .product-small.box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.post-sidebar .product-small.box .box-image {
  width: 120px !important;
  flex-shrink: 0;
  padding-top: 90px;
}

.post-sidebar .product-small.box .box-text {
  padding: 0 0 0 15px;
}

.post-sidebar .product-small.box .title-wrapper {
  order: 1;
}

.post-sidebar .product-small.box .title-wrapper a {
  margin: 0 0 13px;
}

.post-sidebar .widget_tag_cloud {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 30px !important;
}

.post-sidebar .tagcloud {
  padding-bottom: 0;
}

.post-sidebar .tagcloud a {
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  line-height: 35px;
  border-radius: 50px;
  border-color: #e3e6e9;
  font-size: 14px !important;
}

#wrapper .nav-pagination>li>a,
.nav-pagination>li>span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--medium);
  color: var(--theme-color2) !important;
}

#wrapper .nav-pagination>li>span.current {
  color: #fff !important;
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important
}

#wrapper .nav-pagination>li>a:hover {
  color: #fff !important;
  background-color: var(--theme-color2);
}

.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300
}

.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300
}

/* End blog-archive */
/* blog-single */

.blog-single .news-posts .post-title {
  color: var(--title-color);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}

.post-sidebar #ez-toc-container,
.list-tags,
.blog-single .col-main .post,
.blog-single .news-posts {
  -webkit-box-shadow: 0 3px 8px hsla(0, 0%, 80%, 0.1);
  box-shadow: 0 3px 8px hsla(0, 0%, 80%, 0.1);
  padding: 20px !important;
  border-radius: 20px !important;
  background: #fff;
  border: 0;
}

.blog-single .col-main .post {
  margin-bottom: 0;
}

.row-divided>.col+.col:not(.large-12) {
  border-left: 0
}

.header-single {
  margin-bottom: 60px;
}

.single .blog-single .entry-content {
  padding: 0;
}

.blog-single h1.entry-title {
  font-size: 34px;
}

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, .1);
  padding-top: 30px;
  margin-top: 50px
}

.blog-share.text-center {
  display: none
}

.blog-share .social-icons span {
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi)
}

.blog-share a.icon {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 5px 10px
}

.box-postdate span {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
  background-color: var(--theme-color);
}

.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}

.box-postdate {
  position: relative;
}

.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #51515121;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.blog-featured-title+#main .post-sidebar {
  padding: 0 15px 0 0px;
}

.post {
  margin-bottom: 0;
}

.row-divided>.col+.col:not(.large-12) {
  border: 0;
}

.post {
  margin-bottom: 0;
}

.row-divided>.col+.col:not(.large-12) {
  border: 0;
}

.post-sidebar .featured-posts .title-post {
  font-size: 26px;
  margin-bottom: 19px;
  line-height: 1.5;
}

.post-sidebar .featured-posts .box-blog a {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.post-sidebar .featured-posts .box-blog .box-image {
  width: 35%;
  flex-shrink: 0;
}

.post-sidebar .featured-posts h3 {
  color: #070707;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: var(--semi);
}

.post-sidebar .featured-posts .box:hover h3 {
  color: var(--theme-color);
}

.post-sidebar .featured-posts .box img {
  transition: all 0.3s ease;
}

.post-sidebar .featured-posts .box:hover img {
  transform: scale(1.1);
}

.post-sidebar .featured-posts .box-blog .image-cover {
  border-radius: 10px;
}

.post-sidebar .featured-posts .box-blog .box-text {
  padding: 10px 10px 10px 15px;
}

.post-sidebar .featured-posts .box-blog:last-of-type a {
  border: 0;
}

/* End blog-single */
/* header */

#main-menu.mobile-sidebar {
  display: none;
}

#header #logo img {
  max-height: 65px !important;
}

#header .header-vertical-menu__opener {
  border-radius: 6px;
}

#header .header-vertical-menu__opener .icon-angle-down {
  display: none;
}

#header .searchform {
  max-width: 500px;
}

#header .searchform .flex-col {
  padding: 0;
}

#header .searchform input[type='search'] {
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: none;
  padding: 0 35px 0 15px;
  font-size: 14px;
  border: 0;
}

#header .searchform .button.icon {
  height: 40px;
  border-radius: 0 6px 6px 0;
  top: 0;
  right: 0;
}

#header .icon-search {
  font-size: 20px;
}

#header .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-weight: 300;
}

#header #header-contact li:first-of-type {
  order: 2;
  margin-right: 25px;
}

#header #header-contact li:nth-of-type(2) {
  order: 3;
  margin: 0px;
}

#header #header-contact li:nth-of-type(3) {
  order: 1;
  margin-left: 0;
  margin-right: 25px !important;
}

#header #header-contact li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #cecece;
}

#header #header-contact li a:after {
  display: none;
}

#header .icon-phone:before,
#header .icon-envelop:before,
#header .icon-clock:before {
  content: '\f095';
  font-family: var(--fa6);
}

#header .icon-envelop:before {
  content: '\f0e0';
}

#header .icon-clock:before {
  content: '\f017';
}

#header .icon-phone,
#header .icon-envelop,
#header .icon-clock {
  font-size: 14px !important;
}

#top-bar .top-bar-nav.nav-right a {
  font-size: 14px;
  padding: 0;
  color: #cecece;
}

#top-bar .top-bar-nav.nav-right a:hover {
  text-decoration: underline;
  color: var(--theme-color);
}

#header .icon-user:before,
#header .icon-shopping-basket:before {
  content: '\f007';
  font-family: var(--fa6);
  font-weight: 300;
}

#header .icon-shopping-basket:before {
  content: '\f07a';
  font-family: var(--fa6);
}

#header .icon-heart:before {
  content: '\f004';
  font-family: var(--fa6);
  font-weight: 300;
}

#header .icon-shopping-basket,
#header .icon-heart,
#header .header-search i,
#header .icon-search {
  color: #000;
  font-size: 22px !important;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
}

#header .icon-search {
  font-size: 18px !important;
}

#header .header-search i {
  transform: translateY(-1px);
}

#header .icon-user {
  font-size: 16px;
}

#header .icon-shopping-basket:after {
  background-color: #222;
  font-weight: normal;
}


.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  color: var(--theme-color2);
  position: relative;
  padding: 3px 0px;
  font-family: var(--medium);
}

.header-nav-main>.menu-item {
  margin: 0px 10px;
}

.stuck .header-main .nav>li>a {
  color: #fff
}

.header-nav-main>.menu-item>a {
  padding: 29px 0;
  line-height: 20px;
}

.has-transparent .header-nav-main>.menu-item>a,
.home .has-transparent .header-nav-main>.menu-item>a {
  color: #fff 
}
.single-product  .header-nav-main>.menu-item>a{
  color: #292929
}
.single-product #header #masthead .image-icon img {
    filter: unset;
}
.khoa-hoc .has-transparent .header-nav-main>.menu-item>a {
  color: #292929
}

.has-transparent .stuck .header-nav-main>.menu-item>a {
  color: #fff;
}

.home .has-transparent .header-nav-main>.menu-item>a {
  color: #fff
}

#masthead .image-icon img {
  max-width: 26px
}

.has-transparent #masthead .image-icon img {
  filter: brightness(0) invert(1);
}

.khoa-hoc .has-transparent #masthead .image-icon img {
  filter: unset;
}

.khoa-hoc .stuck #masthead .image-icon img {
  filter: brightness(0) invert(1);
}

.stuck #masthead .image-icon img,
.home .has-transparent .stuck #masthead .image-icon img {
  filter: brightness(0) invert(1);
}

.khoa-hoc .single-coure {
  padding-top: 80px
}

#header .header-nav-main>.menu-item>.sub-menu {
  left: 0;
  background: #fff;
  position: absolute;
  top: calc(100% - 2px);
  box-shadow: none;
  border: 0;
  border-top: 2px solid var(--theme-color);
  padding: 0;
  min-width: 220px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .header-nav-main>.menu-item:hover .nav-dropdown {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

#header .menu-item>.nav-dropdown a {
  color: var(--theme-color2);
  padding: 10px 16px;
  white-space: nowrap;
  text-align: left;
  display: block;
  font-size: 14px;
  margin: 0;
  transition: unset;
}

#header .menu-item>.nav-dropdown a:hover {
  background-color: #012623cc;
  color: #fff;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none
}

#header .header-wrapper.stuck {
  /* box-shadow: none; */
}

#header .icon-angle-down {
  opacity: 1;
}

#header .icon-angle-down:before {
  content: "\f0d7";
  font-family: var(--fa6);
  font-weight: bold;
  opacity: 1;
}

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

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

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

/* End header */

/* ===Home=== */
.slider .flickity-page-dots {
  z-index: 999;
}

.slider .flickity-page-dots .dot {
  opacity: 1 !important;
  transition: all 0.2s ease;
  border: 1px solid #292929;
  background-color: transparent;
  width: 14px;
  height: 14px;
}

.slider .flickity-page-dots .dot.is-selected {
  background-color: #222;
  border-color: #222;
  border-radius: 10px;
  border: 0;
}

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

.sec-home-banner .flickity-page-dots {
  bottom: 10px;
}

.button.btn-view {
  font-size: 16px;
  font-weight: normal;
  color: #222 !important;
  font-family: var(--semi);
  position: relative;
  min-width: 150px;
  text-align: left;
  margin: 15px 0 0;
  padding-bottom: 14px;
}

.button.btn-view:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.button.btn-view:after {
  content: '';
  width: 105px;
  height: 10px;
  display: block;
  position: absolute;
  background: url(./images/thin-next.webp) no-repeat center;
  background-size: contain;
  right: 15px;
  bottom: 12px;
}

.button.btn-view.btn-black {
  color: var(--black) !important;
}

.button.btn-view.btn-black:after {
  background: url(./images/black-next.webp) no-repeat center;
  background-size: contain;
}

.button.btn-view.btn-black:before {
  border-color: var(--black);
}

.title-home .section-title-main {
  border-bottom: 0;
  font-size: 36px;
  text-transform: unset;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.product-small .box .box-image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: top;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.title .section-title {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 60px;
}

.title .section-title .number-title {
  font-family: var(--semi);
  margin: 0 25px 0 0;
  font-size: 100px;
  line-height: 75px;
  color: #e5c7ce;
}

.title .section-title span {
  border-bottom: 0;
  padding: 0;
  margin-right: 0;
}

.title .section-title .section-title-main {
  font-size: 36px;
  line-height: 1;
  position: relative;
}

.title .section-title .section-title-main:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--theme-color4);
  position: absolute;
  top: -20px;
}

/* sec-home1 */
body.home {
  background-color: #03071a;
  max-width: 100vw;
}

body.home #main,
body.home #wrapper {
  /* background-color: transparent; */
}

.sec-home1 .section-bg {
  opacity: 0.4;
}

.sec-home1 .section-bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #151d4100 0%, #060c23 80%, #03071a 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px 0 0 6px;
  opacity: 0.6;
}

.sec-home1 .col-left {
  padding-top: 120px;
}

#wrapper .sec-home1 .col-left .button.btn-viewall {
  margin-top: 30px
}

.sec-home1 .col-left .img:first-of-type {
  max-width: 220px;
  margin: 0 auto 15px;
}

.sec-home1 .col-left .img:last-of-type {
  max-width: 346px;
  margin: 0 auto;
}

.sec-home1 .col-left .content {
  text-align: center;
}

.sec-home1 .col-left .content p {
  color: #ebebeb;
  margin-bottom: 0;
}

.sec-home1 .col-left .content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 30px 0 0;
  grid-gap: 20px;
  display: none;
}

.sec-home1 .col-left .content ul li {
  margin: 0
}

.sec-home1 .col-left .content ul a {
  display: block;
  border-radius: 5px;
  border: 1px solid rgb(255 255 255 / 43%);
  background: var(--bg-ct2);
  -webkit-box-shadow: 0 10px 20px #0000000f;
  box-shadow: 0 10px 20px #0000000f;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  position: relative;
  color: #fff;
  z-index: 9999;
}

.sec-home1 .col-left .content ul a:hover {
  background: transparent linear-gradient(125deg, #f3f3f329 0%, #f3f3f3b3 100%) 0% 0% no-repeat padding-box;
  border-color: var(--theme-color);
}

.sec-home1 .col-main {
  flex-basis: 35%;
  max-width: 35%;
}

.sec-home1 .col-main {
  z-index: 9999;
}

.sec-home1 .col-right {
  flex: 1;
}

.sec-home1 .col {
  padding-bottom: 0;
}

#main .sec-home1 {
  padding-bottom: 0;
  overflow: hidden;
  background: #012623;
}

#main .sec-home1:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #151d4100 0%, #012623d4 80%, rgb(1, 38, 35) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}

.sec-home1 .col-right .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 225px;
  margin-top: 60px;
  grid-gap: 35px 0;
  z-index: 999999;
}

.sec-home1 .col-right .icon-box {
  width: 90px;
}

#main .sec-home1 .icon-box .icon-box-img {
  width: 80px !important;
  height: 80px;
  margin: 0;
  background: transparent linear-gradient(180deg, #0a4742 0%, #012623 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #acacac;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

#main .sec-home1 .icon-box .icon {
  max-width: 45px;
  width: 45px;
}

#main .sec-home1 .icon-box .icon img {
  padding: 0;
}

#main .sec-home1 .icon-box {
  text-align: center;
}

#main .sec-home1 .icon-box:hover .icon-box-img {
  border-color: var(--theme-color);
}

#main .sec-home1 .icon-box:hover * {
  color: var(--theme-color)
}

#main .sec-home1 .icon-box h4 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: var(--semi);
  margin: 0;
}

#main .sec-home1 .icon-box p {
  font-size: 10px;
  color: #fff;
}

/* End sec-home1 */

.sec-home2 .col-bottom h2 {
  font-size: 67px;
  line-height: 1.6;
  background: -webkit-linear-gradient(358.4deg,
      #fbf09c 18.1%,
      #c6932f 41.02%,
      #fbf09c 63.17%,
      #c6932f 84.86%,
      #fbf09c 97.24%);
  background: linear-gradient(91.6deg,
      #fbf09c 18.1%,
      #c6932f 41.02%,
      #fbf09c 63.17%,
      #c6932f 84.86%,
      #fbf09c 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}

.sec-home2 .col-bottom p {
  max-width: 828px;
  color: #ebebeb;
  margin: 0 auto;
}

.sec-home2 .col-bottom .col-inner {
  margin-top: -130px;
}

.sec-home2 .section-content {
  content: '';
  position: absolute;
}

/* End sec-home2 */
/* sec-home3 */
.sec-home3 .row-top {
  padding-bottom: 65px;
}

.sec-home3 .row-bottom .col {
  padding-bottom: 0;
}

.sec-home3 .col-left {
  padding-right: 85px;
}

.sec-home3 .col-right {
  padding-left: 85px;
}

.sec-home3 .content h2 {
  background: -webkit-linear-gradient(358.4deg,
      #fbf09c 18.1%,
      #c6932f 41.02%,
      #fbf09c 63.17%,
      #c6932f 84.86%,
      #fbf09c 97.24%);
  background: linear-gradient(91.6deg,
      #fbf09c 18.1%,
      #c6932f 41.02%,
      #fbf09c 63.17%,
      #c6932f 84.86%,
      #fbf09c 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 32px;
  margin-bottom: 25px;
  position: relative;
}

.sec-home3 .content p {
  color: #ebebeb;
  margin-bottom: 25px;
}

.sec-home3 .content p:last-of-type {
  margin-bottom: 0;
}

.sec-home3 .section-content:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.sec-home3 .row-top .content h2:before,
.sec-home3 .row-bottom .content h2:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--theme-color);
  display: block;
  position: absolute;
  right: -92px;
  top: 0;
}

.sec-home3 .row-bottom .content h2:before {
  right: unset;
  left: -92px;
  top: 50%;
  transform: translateY(-50%);
}

.sec-home3 .row-bottom .content {
  position: relative;
}

.sec-home3 .row-top .content:before,
.sec-home3 .row-bottom .content:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--theme-color);
  display: block;
  position: absolute;
  right: -92px;
  top: calc(50% + 40px);
  transform: translateY(-50%);
}

.sec-home3 .row-bottom .content:before {
  right: unset;
  left: -92px;
}

#main .sec-home3 {
  padding-bottom: 55px;
}

/* End sec-home3 */
/* sec-home4 */
#main .sec-home4 {
  padding-bottom: 17px;
}

.sec-home4 .title h2 {
  background: -webkit-linear-gradient(358.4deg,
      #fbf09c 18.1%,
      #c6932f 41.02%,
      #fbf09c 63.17%,
      #c6932f 84.86%,
      #fbf09c 97.24%);
  background: linear-gradient(91.6deg,
      #fbf09c 18.1%,
      #c6932f 41.02%,
      #fbf09c 63.17%,
      #c6932f 84.86%,
      #fbf09c 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  margin-bottom: 22px;
  position: relative;
}

#main .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.blog-grid .post-item {
  padding: 0 12.5px 23px;
}

.blog-grid .post-item .cat-label {
  display: none;
}

.blog-grid .post-item:nth-of-type(1),
.blog-grid .post-item:nth-of-type(2) {
  grid-row: span 3;
}

.blog-grid .post-item:nth-of-type(n + 3) .box-blog-post {
  display: flex;
}

.blog-grid .post-item:nth-of-type(3) .box-image,
.blog-grid .post-item:nth-of-type(4) .box-image,
.blog-grid .post-item:nth-of-type(5) .box-image {
  width: 125px !important;
  flex-shrink: 0;
}

.blog-grid .post-item .box-image .image-cover {
  border-radius: 5px;
}

.blog-grid .post-item:nth-of-type(3) .box-image .image-cover,
.blog-grid .post-item:nth-of-type(4) .box-image .image-cover,
.blog-grid .post-item:nth-of-type(5) .box-image .image-cover {
  padding-top: 100% !important;
}

.blog-grid .post-item:nth-of-type(3) .cat-label,
.blog-grid .post-item:nth-of-type(4) .cat-label,
.blog-grid .post-item:nth-of-type(5) .cat-label {
  display: inline-flex;
  background-color: #fdef9f;
  height: 20px;
  align-items: center;
  padding: 0 12px;
  border-radius: 2px;
  color: #03071a;
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
  opacity: 1;
  margin-bottom: 8px;
}

.blog-grid .post-item .post-title a {
  color: #292929;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--semi);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog-grid .post-item .post-title a:hover {
  color: var(--theme-color)
}

.blog-grid .post-item .post-title {
  position: relative;
  margin: 0 0 13px;
  padding-bottom: 13px;
}

.blog-grid .post-item .post-title:before {
  content: '';
  width: 100%;
  border-bottom: 0.5px solid #c5c5c54d;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
}

.blog-grid .post-item:nth-of-type(1) .box-text,
.blog-grid .post-item:nth-of-type(2) .box-text {
  padding: 19px 0 0;
}

.blog-grid .post-item:nth-of-type(1) .image-cover,
.blog-grid .post-item:nth-of-type(2) .image-cover {
  padding-top: 83% !important;
}

.blog-grid .post-item .post-meta {
  color: #666666;
  font-weight: normal;
  opacity: 1;
  font-size: 14px;
}

.blog-grid .post-item:nth-of-type(3) .box-text,
.blog-grid .post-item:nth-of-type(4) .box-text,
.blog-grid .post-item:nth-of-type(5) .box-text {
  padding: 5px 0 0 19px;
}

/* End sec-home4 */
/* sec-home5 */
#main .sec-home5 {
  padding: 0;
  margin-top: -60px;
  background-color: unset;
}

.sec-home5 .col-number .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
  grid-gap: 20px;
  background-color: #012623;
}

.sec-home5 .col-number .col-inner:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #fff;
  opacity: .05;
}

.sec-home5 .col-number .icon-box {
  z-index: 10;
  align-items: center;
}

.sec-home5 .col-number .icon-box p:first-child {
  color: #fff;
  font-size: 30px;
  margin-bottom: 12px;
  font-family: var(--semi);
}

.sec-home5 .col-number .icon-box p:nth-of-type(2) {
  color: #fff;
}

.sec-home5 .col-number .icon-box-img {
  width: 65px !important;
  height: 65px;
  background-color: #ffffff17;
  border-radius: 50%;
  padding: 12px;
  border: 1px solid #ffffff24;
  backdrop-filter: blur(5px);
}

.sec-home5 .col-number .icon-box-img img {
  padding: 0;
}

/* End sec-home5 */
/* sec-home6 */
.title-home h2 {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 40px;
  background: linear-gradient(0deg, #f3dd78 0%, #c0922c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.8;
}

.sec-home6 .box-blog-post .box-text {
  position: absolute;
  bottom: 0;
  padding: 30px 25px 25px;
}

.sec-home6 .box-blog-post .overlay {
  background-image: linear-gradient(0deg, rgba(32, 32, 36, 0.9), rgba(32, 32, 36, 0));
  background-color: transparent !important;
}

.sec-home6 .box-blog-post .post-title a {
  color: #fff;
  font-size: 22px;
  margin: 0 0 10px;
  font-family: var(--semi);
}

.sec-home6 .box-blog-post .from_the_blog_excerpt {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sec-home6 .col-left .box-blog-post .image-cover {
  padding-top: calc(100vh - 180px) !important;
}

.sec-home6 .button {
  font-size: 18px;
  text-transform: none;
  color: #FFDF7F;
  padding-left: 40px;
  position: relative;
  border: 0;
  font-weight: normal;
  background-color: transparent !important;
  display: flex;
  align-items: center;
}

.sec-home6 .button:hover {
  color: #fff;
}

.sec-home6 .box-blog-post .button:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-image: url(./images/icon-next.png);
  top: 50%;
  left: 0;
  transform: translatey(-50%)
}

.sec-home6 .box-blog-post {
  border-radius: 4px;
  overflow: hidden
}

/* End sec-home6 */
/* sec-home-7 */
.sec-home-7 .slider .flickity-page-dots .dot {
  background-color: #fff;
  opacity: .5 !important;
  border: 0;
}

.sec-home-7 .slider .flickity-page-dots .dot.is-selected {
  opacity: 1 !important;
}

.sec-home-7 .slider {
  padding-bottom: 25px
}

#wrapper .sec-home-7 .slider-nav-circle .flickity-button {
  display: none
}

/* End sec-home-7 */
/* ===End home=== */
/* Footer */

.back-to-top.button {
  border: 0;
  font-weight: normal;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: -50px;
  cursor: pointer;
  color: black;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 99;
  background-color: transparent !important;
}

.home .back-to-top.button {
  /* color: #ebebeb; */
}

.absolute-footer .copyright-footer span {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--light);
  display: inline-block;
}

.absolute-footer .copyright-footer span:first-of-type {
  margin-right: 14px;
  padding-right: 16px;
  border-right: 0.5px solid #ffffff42;
}

#footer {
  background: transparent linear-gradient(180deg, #012623 19%, #025750 100%) 0% 0% no-repeat padding-box;
  border-top: 1px solid rgb(255 255 255 / 30%);
}

#footer .col-top {
  padding-bottom: 35px;
}

#footer .col-top .img {
  max-width: 200px;
}

input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

#footer .col-1 {
  flex: 1;
  max-width: 38.333333%;
}

#footer .col-2 {
  flex-basis: 20%;
  max-width: 20%;
}

#footer .col-3,
#footer .col-2 {
  padding-left: 50px;
}

#footer .sec-menu {
  padding-bottom: 14px;
  padding-top: 26px;
}

#footer .col-1 .img {
  max-width: 180px
}

#footer .col-1 p strong {
  color: #fff;
  font-family: var(--semi);
}

#footer .col-1 ul {
  margin-bottom: 0;
  list-style: none;
}

#footer .col-1 ul li {
  color: #fff;
  position: relative;
  margin-left: 0;
  padding-left: 35.5px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 14px;
}

#footer .col-1 ul li a {
  font-size: 15px;
  line-height: 21px;
  color: #fff;
}

#footer .col-1 ul li a:hover {
  color: var(--theme-color)
}

#footer .col-1 ul i {
  position: absolute;
  left: 0;
  width: 24px;
  display: flex;
  justify-content: center;
  top: 4px;
}

#footer .col-2 .ux-menu a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7px 0px;
  position: relative;
  padding-left: 20px;
  display: block;
}

#footer .col-2 .ux-menu a:hover {
  color: var(--theme-color)
}

#footer .col-2 .ux-menu ul {
  list-style: none;
  margin-bottom: 0;
}

#footer .col-2 .ux-menu ul li {
  margin: 0;
}

#footer .col-2 .ux-menu a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

#footer .ux-menu .ux-menu-link a:hover {
  text-decoration: UNDERLINE;
}

#footer .col-2 .stack .img {
  width: 33px !important;
  --stack-gap: 10px;
}

#footer .col-2 .stack {
  margin-top: 5px;
}

#footer .absolute-footer {
  padding: 10px 0;
  background-color: transparent;
  border-top: 1px solid #e1e1e187;
}

#footer .col-3 strong {
  font-size: 16px;
  color: #fff;
  font-family: var(--semi);
}

#footer .social-icons {
  margin-top: 10px
}

#footer .social-icons a {
  font-size: 20px;
  color: #fff;
  margin: 0 12px;
}

#footer .social-icons a:first-child {
  margin-left: 0;
}

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

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

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

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

#footer form {
  margin-bottom: 0;
}

#footer .form-footer {
  padding: 24px 30px 17px;
  border: 0.5px solid #fefefe;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgb(255 255 255 / 15%);
}

#footer .form-footer .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 27px;
}

#footer .form-content input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 60%);
  box-shadow: none !important;
  padding: 0;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 15px;
}

#footer .form-content input::placeholder {
  color: #ffffff;
}

#footer .form-submit {
  text-align: center;
}

#footer .form-submit .button {
  margin: 8px 0 0;
}

#footer .form-content .wpcf7-form-control-wrap:nth-of-type(1),
#footer .form-content .wpcf7-form-control-wrap:nth-of-type(4) {
  grid-column: span 2;
}

/* End Footer */
.shop-page-title.category-page-title .page-title-inner {
  text-align: center;
  padding: 180px 15px 40px;
}

/* page-about */
.page-about-1 .section-bg {
  height: 1215px;
}

.page-about-1 .col-left h3 {
  font-size: 24px;
  line-height: 29px;
  font-family: var(--semi);
  margin-bottom: 12.5px;
}

.page-about-1 .button.btn-viewall {
  margin-top: 20px
}

.page-about-1 .col-left h2 {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 40px;
  background: linear-gradient(0deg, #f3dd78 0%, #c0922c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
}

.page-about-1 .col-left p {
  max-width: 582px;
  color: #585858;
}

#wrapper .page-about-1 {
  padding-bottom: 50px;
}

#wrapper .page-about-1 .btn-viewall2 {
  margin-top: 58px;
}

.page-about-1 .col-right .col-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#wrapper .page-about-1 .img-1 {
  width: 60% !important;
  margin-bottom: 0;
  margin-right: 16px;
}

#wrapper .page-about-1 .img-1 .image-cover {
  border-radius: 16px 0 0 0;
}

#wrapper .page-about-1 .img-2 .image-cover {
  border-radius: 0 16px 0 0;
}

#wrapper .page-about-1 .img-3 .image-cover {
  border-radius: 0 0 16px 16px;
}

#wrapper .page-about-1 .img-2 {
  width: calc(40% - 16px) !important;
  margin-bottom: 0;
}

#wrapper .page-about-1 .img-2:before {
  content: '';
  width: 73px;
  height: 73px;
  background: var(--theme-color);
  border-radius: 0px 50px 0px 0px;
  position: absolute;
  bottom: calc(100% + 15px);
}

#wrapper .page-about-1 .img-3 {
  margin-top: 13px;
}

.page-about-2 h2 {
  color: #fff;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 0;
  background: linear-gradient(0deg, #f3dd78 0%, #c0922c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-about-2 .col-1 .icon-box {
  padding-top: 35px;
}

.page-about-2 .col-1 {
  padding-right: 50px;
}

.page-about-2 .col-1:first-of-type {}


.page-about-2 .icon-box .icon-box-img img {
  padding: 0;
}

.page-about-2 .icon-box h3 {
  font-size: 24px;
  color: var(--theme-color2);
  line-height: 29px;
  margin-bottom: 0;
  padding-bottom: 40px;
  position: relative;
}

.page-about-2 .col-1 .icon-box h3:before {
  content: '';
  width: 72px;
  height: 0;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 18px;
}

.page-about-2 .col-3 .icon-box {
  border-radius: 15px;
  margin-top: -10px;
  padding: 70px 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  position: absolute;
  top: 0;
  text-align: center;
  min-width: 420px;
  right: 0;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.page-about-2 .col-3 .icon-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 15px;
  filter: blur(1px);
  background: transparent linear-gradient(180deg, #1b3e3b9c 0%, #1b3e3b 100%) 0% 0% no-repeat padding-box;
  transform: translateY(0);
  background-color: #0000004d !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.page-about-2 .col-3 .icon-box .icon-box-img {
  margin-bottom: 26px;
}

.page-about-2 .col-3 .icon-box .icon-box-img {
  width: 80px !important;
  margin-bottom: 22px;
}

.page-about-2 .col-3 .icon-box h3 {
  color: #fff;
  padding-bottom: 33px;
}

.page-about-2 .col-3 .icon-box ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  list-style: none;
}

.page-about-2 .col-3 .icon-box ul li {
  margin: 0;
  padding: 0 11px;
  font-size: 20px;
  line-height: 24px;
  font-family: var(--medium);
  text-align: center;
  color: #fff;
  position: relative;
}

.page-about-2 .col-3 .icon-box ul li:not(:last-of-type):before {
  content: '';
  width: 0px;
  height: 19px;
  position: absolute;
  right: 0;
  border-right: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%);
}

.page-about-2 .col-3 .icon-box p {
  max-width: 305px;
  margin: 0 auto;
  color: #fff;
  z-index: 2;
  position: relative;
}

#main .page-about-2 {
  padding-bottom: 40px;
  background: #f8f8f8;
}

.page-about-2 .col-1 .icon-box-img {
  width: 65px !important;
  height: 65px;
  background-color: var(--theme-color);
  border-radius: 50%;
  padding: 12px;
  border: 1px solid #ffffff24;
  backdrop-filter: blur(5px);
}

.page-about-2 .col-1 .icon-box {
  align-items: center;
}

.page-about-2 .col-1 .icon-box p:first-child {
  font-size: 30px;
  margin-bottom: 12px;
  font-family: var(--semi);
  color: #292929;
}

.page-about-2 .col-1 .icon-box p:nth-of-type(2) {
  color: #555;
}

.page-about-3 .col-left .image-cover {
  border-radius: 16px;
}

.page-about-3 .col-right h2 {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 18px;
}

.page-about-3 .col-right {
  padding-left: 20px;
}

.page-about-3 .col-right p {
  max-width: 620px;
}

.page-about-3 .col-right ul {
  list-style: none;
  margin-bottom: 30px;
}

.page-about-3 .col-right ul li {
  margin-left: 0;
  font-family: var(--semi);
  padding-left: 35px;
  position: relative;
}

.page-about-3 .col-right ul li:before {
  content: '\f00c';
  font-family: var(--fa6);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

#main .page-about-3 {
  padding-bottom: 37px;
  padding-top: 0;
}

.page-about-3 .stack .text {
  position: relative;
  padding-left: 30px;
}

.page-about-3 .stack .text+.text {
  padding-top: 60px !important;
}

.page-about-3 .stack .text:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  border-left: 2px dashed #ddd;
  top: 30px;
}

.page-about-3 .stack .text p:first-child {
  font-size: 14px;
  color: var(--theme-color);
  margin-bottom: 0;
}

.page-about-3 .stack h3 {
  position: relative
}

.page-about-3 .stack {
  position: relative;
  overflow-y: auto;
  padding-left: 30px;
  max-height: 464px;
}

.page-about-3 .stack::-webkit-scrollbar-track {
  -webkit-box-shadow: unset;
  background-color: transparent;
}

.page-about-3 .stack::-webkit-scrollbar {
  width: 3px;
  background-color: #f8f8f8;
  height: 5px;
}

.page-about-3 .stack h3:before,
.sec-course-1 .stack h3:before {
  content: "\f00c";
  width: 26px;
  height: 26px;
  background-color: var(--theme-color2);
  position: absolute;
  left: -42px;
  font-family: var(--fa6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  top: 2px;
  z-index: 2;
}

.page-about-4 .list-logo-2 {
  transform: rotate(180deg);
}

.page-about-4 .list-logo .gallery-col.col {
  padding: 0 10px 0;
}

.page-about-4 .slick-list {
  padding: 0 !important;
}

.page-about-4 .col-logo {
  padding-bottom: 75px;
}

.page-about-4 .col-logo>.col-inner {
  background: rgb(248 248 248 / 50%);
  padding: 70px 40px 50px;
  border-radius: 30px;
  background-size: cover;
}

.page-about-4 .row.list-logo {
  margin: 0;
}

.page-about-4 .col-logo h2 {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 40px;
  background: linear-gradient(0deg, #f3dd78 0%, #c0922c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
  text-transform: uppercase;
  line-height: 1.5;
}

/* End page-about */
/* page-contact */
.page-contact .page-banner {
  margin-bottom: 50px;
}

.page-contact .section-title-main {
  font-size: 36px;
  color: #161921;
  border-bottom: 2px solid var(--theme-color);
}

.page-contact .section-title-container .section-title-normal {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 30px;
}

.page-contact .col-form .col-inner {
  -webkit-box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  border-radius: 10px;
  padding: 40px;
}

.page-contact .form-contact label {
  font-size: 14px;
  color: #070707;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: var(--semi);
}

.page-contact .form-contact input,
.page-contact .form-contact select {
  height: 54px;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background-color: #f3f5f2;
}

.page-contact .wpcf7 .wpcf7-not-valid-tip {
  bottom: -18px;
}

.page-contact .form-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-contact .form-content .form-item {
  padding: 0 15px 0;
  margin-bottom: 1rem;
  width: 100%;
}

.page-contact .form-content textarea {
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: #f3f5f2;
}

.page-contact .form-content .form-item:nth-of-type(2),
.page-contact .form-content .form-item:nth-of-type(3) {
  width: 50%;
}

.page-contact .form-submit {
  padding: 0;
}

.page-contact .form-submit input[type='submit'] {
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 8px;
  background-color: var(--theme-color2);
}

.page-contact .form-submit input[type='submit']:hover {
  background: var(--theme-color);
  color: #fff;
  box-shadow: none;
}

.page-contact .row-icon {
  padding-bottom: 30px
}

.page-contact .row-icon .icon-box {
  background: #f3f5f2;
  padding: 30px 15px 20px;
  border-radius: 10px;
  height: 100%;
}

.page-contact .row-icon .icon-box p {
  word-wrap: break-word;
}

.page-contact .row-icon .col-inner {
  height: 100%;
}

.page-contact .entry-content {
  padding-bottom: 0;
}

#wrapper .button.btn-viewall,
#popup-form .button.btn-viewall,
#wrapper .popup-custom-full .submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #f3dd78 0%, #c0922c 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  height: 42px;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid var(--theme-color);
  overflow: hidden;
  padding: 0 30px;
  border-radius: 99px;
  font-weight: normal;
  font-family: var(--medium);
  min-width: 150px;
}

#popup-form .button.btn-viewall {
  margin-bottom: 0;
}

#wrapper .button.btn-viewall::before,
#popup-form .button.btn-viewall:before,
#wrapper .popup-custom-full .submit button:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform-origin: center top;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}

#wrapper .button.btn-viewall:hover,
#popup-form .button.btn-viewall:hover,
#wrapper .popup-custom-full .submit button:hover {
  color: var(--theme-color);
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before,
#popup-form .button.btn-viewall:hover:before,
#wrapper .popup-custom-full .submit button:hover:before {
  transform-origin: center bottom;
  transform: scaleY(1);
  height: 100%;
  width: 100%;
}

/* End page-contact */

.archive .title-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin: 0 0px 30px;
}

.title-filter .category-filtering {
  border: 1px solid #292929;
  border-radius: 4px;
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.title-filter .category-filtering:hover {
  background-color: var(--theme-color);

  border-color: #fff;
}

.title-filter .category-filtering:hover a {
  color: #fff !important;
}

.title-filter .category-filtering a {
  margin: 0
}

.title-filter .category-filtering i {
  margin: 0 !important
}

.sortbycate {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.sortbycate .titlesort {
  color: #000;
  font-size: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0
}

.sortbycate .titlesort img {
  width: 20px;
  height: 20px
}

.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 a:hover {
  background-color: var(--theme-color2);
  color: #fff;
  border-color: var(--theme-color2);
}

.sortbycate .order-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 10px;
  height: 32px;
  border-radius: 6px;
  min-width: 63px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid #333;
  color: #292929
}

/* page giai phap */
.single-coure {
  overflow: hidden;
}

.page-thue-1 .col-left {
  max-width: 34.4%;
  flex-basis: 34.4%;
}

.page-thue-1 .col-left h2 {
  color: var(--theme-color);
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.page-thue-1 .col-main {
  height: 100%;
  flex-basis: 32.2667%;
  max-width: 32.2667%;
}

.page-thue-1 .col-main .img-1 .img-inner {
  width: 368px !important;
}

#main .page-thue-1 {
  padding-bottom: 60px;
}

#main .page-thue-1:before {
  content: "";
  width: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, #fff0d1 0%, #021E4800 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: -45px;
  z-index: 1;
  height: 600px;
  right: -80px;
}

.page-thue-1 .col-right {
  color: #3c3c3c;
  padding-left: 30px;
  padding-top: 120px;
}

.page-thue-1 .col-right p,
.page-thue-1 .col-left p {
  margin-bottom: 8px;
}

.page-thue-1 .col-main .img-2 {
  position: absolute;
  top: 0;
  width: 725px !important;
  left: 53%;
  transform: translateX(-50%);
}

.page-thue-1 .section-bg {
  top: -126px;
}

.page-thue-1 .col-main .img {
  margin-bottom: 0;
}

.page-thue-1 .icon-box-img .icon svg {
  padding: 0;
}

.page-thue-1 svg rect {
  fill: currentColor;
}

.page-thue-1 .icon-box-img .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  color: #fff;
}

.page-thue-1 .icon-box-img .icon img {
  padding: 0
}

.page-thue-1 .icon-box-img .icon-inner {
  width: 30px;
  height: 30px;
}

.page-thue-1 .icon-box+.icon-box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dddddd9e;
}

.page-thue-1 .icon-box-text {
  padding-left: 15px !important;
}

.page-thue-1 .icon-box p {
  font-size: 15px;
}

.page-thue-1 .icon-box p:nth-of-type(2) {}

.page-thue-1 .icon-box {
  align-items: center;
}

.page-thue-1 .icon-box-img {
  width: 50px !important;
}

.page-banner {
  z-index: 10;
}

.page-thue-1 .col-main .img-1 {
  text-align: center;
}

.page-solution-1 .col-left {
  padding-right: 42px;
}

.page-solution-1 .col-right {
  padding-left: 52px;
}

.page-solution-1 .col-right>.col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px 65px;
}

.page-solution-1 .col-right .icon-box-img {
  width: 76px !important;
  height: 76px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin-bottom: 23px;
}

.page-solution-1 .col-right .icon-box-img img {
  padding: 0;
  height: 100%;
  object-fit: contain;
  display: block;
}

.page-solution-1 .col-right .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 52%;
  transform: translate(-50%, -50%);
  top: 48%;
}

.page-solution-1 .col-right .icon-box h3 {
  font-size: 18px;
  line-height: 23px;
  font-family: var(--semi);
  margin-bottom: 13px;
}

.page-solution-1 .col-right .icon-box p {
  color: #515151;
  font-family: var(--light);
}

.page-solution-1 .col-left .img {
  overflow: hidden;
  border-radius: 0 0 15px 0;
  margin: 0;
}

.page-solution-1 .title-home h2 {
  margin-bottom: 20px;
}

#main .page-solution-1 {
  padding-bottom: 20px;
  padding-top: 50px;
}


#main .page-solution-3 {
  padding-bottom: 100px;
}

.page-solution-3 .title-home h2 {
  margin-bottom: 65px;
}

.page-solution-3 .stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px 27px;
}

.page-solution-3 .stack .icon-box {
  background: #e3faff;
  border-radius: 10px;
  min-height: 94px;
  display: flex;
  align-items: center;
  padding: 0 27px 0 40px;
  cursor: pointer;
}

.page-solution-3 .stack .icon-box-img {
  width: 37px !important;
}

.page-solution-3 .stack .icon-box-text {
  padding-left: 40px;
}

.page-solution-3 .stack .icon-box rect {
  fill: currentColor;
}

.page-solution-3 .stack .icon-box svg {
  color: var(--theme-color);
}

.page-solution-3 .stack .icon-box p {
  color: #3c3c3c;
}

.page-solution-3 .icon-box.active {
  background: var(--theme-color);
}

.page-solution-3 .icon-box.active p,
.page-solution-3 .icon-box.active svg {
  color: #fff;
}

.page-solution-4 .title-home h2 {
  margin-bottom: 16px;
}

.page-solution-4 .large-12 {
  padding-top: 25px;
}

#main .page-solution-4 {
  padding-bottom: 40px;
}

#main .page-solution-5 {
  padding-bottom: 0
}

.breadcrumbs-coure .container {
  display: flex;
  align-content: center;
}

.page-solution-1 .col-left>.col-inner:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--theme-color2);
  border-radius: 15px;
  z-index: -2;
  padding-top: 95%;
}

.page-solution-1 .col-left .text-2 {
  position: absolute;
  width: 95px;
  height: 53px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #0a1b5317;
  border-radius: 10px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 58%;
  left: -50px;
  -webkit-animation: down-up-one 4s infinite;
  animation: down-up-one 4s infinite;
  font-family: var(--semi);
}

.page-solution-1 .col-left .img:after {
  content: '';
  width: 110%;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -122px;
  right: -78px;
  z-index: -1;
  padding-top: 109%;
  opacity: 0.1;
}

.page-solution-1 .col-left .text-2:before {
  content: '';
  width: 25px;
  height: 24px;
  background: url(./images/star-solid.svg) no-repeat center;
  margin-right: 8px;
  background-size: contain;
}

.sec-course-1 .col-left {
  padding-right: 30px
}

.sec-course-1 .stack {
  position: relative;
  overflow-y: auto;
  padding-left: 30px;
  max-height: 464px;
}

.sec-course-1 .stack .text {
  padding-left: 30px;
}

.sec-course-1 .stack .text+.text {
  padding-top: 60px !important;
}

.sec-course-1 .stack h3 {
  position: relative
}

.sec-course-1 .stack .text:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 30px;
  border-left: 2px dashed #ddd;
  top: 0px;
  z-index: 1;
}

.sec-course-1 .col-right .image-cover {
  border-radius: 10px
}

#main .sec-course-1 {
  padding-top: 40px
}

.sec-course-3 .title-home h2 {
  margin-bottom: 0
}

.sec-course-3 .slider-wrapper .row {
  opacity: 1;
  width: 33% !important;
  margin: 0 1px;
}

.sec-course-3 .flickity-button {
  display: none !important;
}

.sec-course-3 .icon-box {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid #e8e3da;
  border-radius: 4px;
  padding: 35px 30px 20px;
  background-size: cover;
  background-color: rgb(248 248 248 / 25%);
}

.sec-course-3 .icon-box .icon-box-text {
  max-height: 110px;
  overflow-y: auto;
  padding-right: 6px;
}

.sec-course-3 .icon-box .icon-box-text::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f57a;
  height: 5px;
}

.sec-course-3 .icon-box .icon-box-text::-webkit-scrollbar-track {
  -webkit-box-shadow: unset;
  background-color: transparent;
}

.sec-course-3 .icon-box .icon {
  display: flex;
  align-items: center;
  position: relative;
}

.sec-course-3 .icon-box .icon-box-img {
  width: 100% !important;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e8e3da;
  margin-bottom: 0;
}

.sec-course-3 .icon-box .icon-inner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  margin-right: 20px;
  box-shadow: 0 0 0 1px #c2a74e;
}

.sec-course-3 .icon-box .icon-inner img {
  padding-top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-course-3 .icon-box .icon-text {
  flex: 1;
}

.sec-course-3 .icon-box .name-user {
  margin-bottom: 0;
  font-size: 18px;
  color: #292929;
}

.sec-course-3 .icon-box .info-user {
  color: #838184;
  font-family: var(--regular);
}

/* sec-course-4 */
#main .sec-course-4 {
  z-index: 11;
  margin-bottom: 60px;
}

.sec-course-4 .section-bg {
  max-width: 1250px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}

.sec-course-4 .section-bg-overlay {
  background: transparent linear-gradient(269deg, #00a27900 0%, #147146 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 0.54;
}

.sec-course-4 .col {
  padding: 60px 74px 50px;
}

.sec-course-4 .title h3 {
  color: #fff;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 14px;
}

.sec-course-4 .title p {
  color: #fff;
  max-width: 539px;
  margin-bottom: 25.5px;
}

.sec-course-4 .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 50px;
}

.sec-course-4 .form-home {
  max-width: 504px;
  padding: 38px 47px 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.sec-course-4 .form-home:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  inset: 0;
  position: absolute;
  background: rgb(255 255 255 / 83%);
  border-radius: 15px;
  opacity: 1;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
  border: 0.5px solid #fff;
  animation: unset;
  z-index: -1;
}

input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

.sec-course-4 .form-content input {
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  border-bottom: 1px solid rgb(1 38 35 / 35%);
  padding: 0;
  font-size: 15px;
  color: #3b3b3b;
}

.sec-course-4 .form-content input::placeholder {
  color: #3b3b3b;
}

.sec-course-4 .form-content .wpcf7-form-control-wrap:last-of-type {
  grid-column: span 2;
}

.sec-course-4 .form-submit {
  text-align: center;
  margin-top: 8px;
}

.sec-course-4 .form-submit .button {
  margin: 0 0 6px;
}

.popup-custom-full .bg_overlay_popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000040;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  cursor: pointer;
}

#wrapper .popup-custom-full .popup-content {
  max-width: 650px;
}

#wrapper .popup-custom-full .popup-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#wrapper .popup-custom-full .title-sub {
  color: #2d2d2d;
  font-family: var(--medium) !important;
  margin-bottom: 0;
  font-size: 20px;
}

.um-login .um-notice.err {
  display: none;
}

#wrapper .popup-custom-full .popup-content .title i {
  font-size: 22px;
  color: #2d2d2d;
}

#wrapper .popup-custom-full .content p {
  text-align: center;
}

#wrapper .popup-custom-full .content .title-form {
  font-family: var(--semi) !important;
  margin-bottom: 10px;
  font-size: 23px;
  text-align: center;
  color: var(--theme-color);
}

#wrapper .popup-custom-full .tb-box {
  padding: 25px 25px 35px;
}

#wrapper .popup-custom-full .submit button,
#wrapper .popup-custom-full .submit a {
  margin: 20px 0 0;
  background-color: var(--theme-color);
  color: #fff;
  font-family: var(--semi);
  font-weight: normal;
  text-transform: none;
  padding: 0 30px;
  border-radius: 99px;
  text-align: center;
}

#wrapper .popup-custom-full .submit button:hover {
  background-color: #fff;
  color: var(--theme-color);
  border: 1px solid
}

#wrapper .popup-custom-full .submit {
  text-align: center;
}

.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.modal_show_tb .close_tb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.popup-custom-full.show {
  display: flex;
}

.popup-custom-full .popup-content {
  position: absolute;
  z-index: 9999999999;
  background-color: #fff;
  border-radius: 0.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 400px;
  height: auto;
  padding: 0;
}

#main .sec-course-2 {
  padding-bottom: 50px
}

#main .sec-course-5 {
  padding-bottom: 35px;
  background: rgb(248 248 248 / 50%);
  padding-top: 50px;
}

.sec-course-5 .col-left {
  padding-right: 40px
}

.sec-course-5 .gallery-col.col {
  padding-bottom: 0
}

.sec-course-5 .title-home p {}

.sec-course-5 .text-top {
  padding-left: 25px;
  font-style: italic;
  border-left: 2px solid var(--theme-color2);
  margin-bottom: 40px;
}

.sec-course-5 .title-home h5 {
  font-size: 18px;
  color: var(--theme-color2);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.sec-course-5 .title-home h5:before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--theme-color2);
  display: block;
  margin-right: 10px;
}

/* End page giai phap */
/* muon nhuong quyen */

.page-franchise-1 .video-item:has(.playing):before {
  display: none;
}

.page-franchise-1 .video-item .video-button {
  width: 72px;
  height: 72px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #012623c4;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  border: 2px solid white !important;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple_video 0.7s linear infinite;
  opacity: 1;
  visibility: visible;
}

.page-franchise-1 .video-item .video-button:hover {
  cursor: pointer;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.page-franchise-1 .video-item .playing .video-button {
  opacity: 0;
  visibility: hidden;
}

.page-franchise-1 .video-item .video-button i {
  margin-left: 5px;
}

.page-franchise-1 .video-fit {
  border-radius: 15px;
  overflow: hidden;
}

/* End muon nhuong quyen */
.sec-kh {
  overflow: hidden
}

.sec-kh .large-8>.col-inner {
  padding-left: 30px;
}

.sec-kh .large-8>.col-inner>p {
  margin: 0px 0 30px;
}

.sec-kh .slider-wrapper .col-inner {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 0 20px 0 20px;
}

.sec-kh .slider-wrapper .col-inner>p {
  height: 45px;
  overflow-y: auto;
}

.sec-kh .slider-wrapper .col-inner>p::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
  height: 5px;
}

.sec-kh .flickity-prev-next-button.previous {
  left: -3%;
  opacity: 1 !important;
}

.sec-kh .flickity-prev-next-button.next {
  right: -3%;
  opacity: 1 !important;
}

.sec-kh .testimonial-box {
  align-items: center !important;
  margin-bottom: 15px;
}

.sec-kh .testimonial-box .star-rating {
  float: right;
}

.sec-kh .testimonial-box .testimonial-meta {
  display: none;
}

#main .sec-kh {
  padding-top: 90px;
}

.home-cus-cir .col-inner {
  --bd: #f8f8f8;
  --pd: 20px;
  --time: 40s;
  position: relative;
  border-radius: 100rem;
  border: 0.1rem dashed var(--bd);
  padding: var(--pd);
  animation: Spinner var(--time) linear infinite;
  z-index: 2;
}

.home-cus-cir .col-inner .cir-sq {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.home-cus-cir .col-inner .cir-sq .img {
  position: absolute;
  overflow: hidden;
  border-radius: 100rem;
  border: 0.2rem solid #ddd;
  animation: Spinner var(--time) linear infinite reverse;
}

.home-cus-cir .col-inner .cir-sq .img:nth-child(1) {
  width: 62px !important;
  height: 62px;
  top: 37%;
  left: -15%;
}

.txt-white,
.txt-white * {
  /* color: white !important; */
}

.sec-kh .slider .flickity-page-dots {
  bottom: -30px;
}

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

  100% {
    transform: rotate(360deg);

  }
}

.home-cus-cir .col-inner .cir-sq .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-cus-cir .col-inner .cir-sq .img:nth-child(2) {
  width: 45px !important;
  height: 45px;
  top: 4%;
  left: 75%;
}

.home-cus-cir .col-inner .cir-sq .dot {
  position: absolute;
  border-radius: 100rem;
  background-color: var(--bd);
}

.home-cus-cir .col-inner .cir-sq .dot:nth-child(4) {
  width: 15px;
  height: 15px;
  top: 84%;
  left: 15%;
}

.home-cus-cir .col-inner .cir-sq .dot:nth-child(5) {
  width: 30px;
  height: 30px;
  top: -2%;
  left: 14%;
}

.home-cus-cir .col-inner .cir {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--bd);
  padding: var(--pd);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Spinner var(--time) linear infinite reverse;
}

.home-cus-cir .col-inner .cir .img-inner {
  border-radius: 100rem;
  width: 100%;
}

@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  .page-about-2 h2 {
    margin-bottom: 20px
  }

  .page-about-3 .stack {
    max-height: 350px;
  }

  .sec-home5 .col-number .icon-box p:first-child {
    font-size: 25px;
  }

  #main .sec-home1:after {
    background: unset
  }

  #main .sec-home5 {
    margin-top: 0
  }

  .page-solution-1 .col-right>.col-inner {
    grid-gap: 35px 45px;
    margin-top: 15px;
  }

  .page-solution-1 .col-right {
    padding-left: 15px
  }

  .single .product-info {
    padding-left: 15px
  }

  .header #logo {
    margin: 0 10px;
    width: 150px;
  }

  .page-about-2 .col-3 .icon-box {
    margin-top: 10px;
    padding-top: 40px;
    min-height: auto;
    padding-bottom: 40px;
    min-width: 400px;
  }

  .header-nav-main>.menu-item {
    margin: 0 7px;
  }

  .header-nav-main>.menu-item>a {
    font-size: 14px;
  }

  #footer .row-bottom .col-left ul {
    gap: 40px;
    justify-content: center;
    margin-bottom: 10px;
  }

  #footer .copyright-footer p {
    justify-content: center;
  }

  #footer .row-bottom .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .home #header .stuck .header-bg-color {
    background-image: linear-gradient(180deg, #424242ba 0%, #ffffff00 100%);
    transform: translateY(0);
    background-color: #0000004d !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }


  .blog-grid .post-item:nth-of-type(6) .box-image,
  .blog-grid .post-item:nth-of-type(7) .box-image,
  .blog-grid .post-item:nth-of-type(8) .box-image {
    width: 46.34% !important;
    flex-shrink: 0;
  }

  .blog-grid .post-item:nth-of-type(6) .box-text,
  .blog-grid .post-item:nth-of-type(7) .box-text,
  .blog-grid .post-item:nth-of-type(8) .box-text {
    padding: 0 0 0 19px;
  }

  .blog-grid .post-item:nth-of-type(6) .box,
  .blog-grid .post-item:nth-of-type(7) .box,
  .blog-grid .post-item:nth-of-type(8) .box {
    align-items: center;
  }

  .blog-grid .post-item:nth-of-type(6) .post-title a,
  .blog-grid .post-item:nth-of-type(7) .post-title a,
  .blog-grid .post-item:nth-of-type(8) .post-title a {
    -webkit-line-clamp: 3;
  }

  .blog-grid .post-item:nth-of-type(6) {
    display: none
  }

  .home #wrapper:before {
    content: '';
    width: 594px;
    max-width: 90%;
    height: 594px;
    background: url(./images/Ellipse.png) no-repeat;
    position: fixed;
    left: 0;
    top: 15vh;
    display: block;
    z-index: 1;
    background-size: contain;
    opacity: .5;
    display: none;
  }

  .home #wrapper:after {
    content: '';
    width: 594px;
    max-width: 90%;
    height: 594px;
    background: url(./images/Ellipse.png) no-repeat;
    position: fixed;
    right: 0;
    top: 25vh;
    display: block;
    z-index: 0;
    background-size: contain;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: .5;
    display: none;
  }
}

@media screen and (max-width: 849.98px) {
  #header .header-main {
    height: 70px !important;
  }

  .header-main li.html.custom {
    display: block;
    margin-left: 12px;
  }

  .header-main .mobile-nav .html_topbar_left {
    display: flex !important;
    background-color: #f8f8f8;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  #header #logo img {
    max-height: 55px !important;
  }

  #header .header-bottom-nav {
    flex-wrap: wrap;
    flex-direction: row;
  }

  #header .header-bottom-nav .header-search-form {
    flex: 1;
  }

  #header .header-bottom-nav .nav-icon a {
    width: 40px;
    height: 40px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 0;
  }

  #header .searchform {
    max-width: 100%;
  }

  .section-form form {
    padding: 0px;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: #000;
    padding: 12px 15px 12px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .category-filtering {
    width: 40px;
    height: 40px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 99;
    border: 1px solid #fff;
    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;
    height: 100%;
  }

  .off-canvas .sidebar-inner {
    background-color: #fff;
  }

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

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

  .single .product-info {
    margin: 0 15px 0;
    padding-left: 0;
    padding-top: 30px;
  }

  .single #wrapper .product-container .product-main {
    margin-bottom: 30px
  }

  .widget_product_categories .product-categories>li>.children {
    flex-direction: column;
    margin-bottom: 0;
  }

  .widget_product_categories .product-categories>li>.children>li {
    margin-right: 0;
    margin-bottom: 1em;
  }

  .widget_product_categories .product-categories>li>.children>li>.toggle,
  #shop-sidebar .filter-price .filter-price__title i {
    display: none !important;
  }

  .widget_product_categories .product-categories>li>.children>li>a,
  #shop-sidebar .filter-price .filter-price__title {
    text-transform: none;
    padding-right: 0;
  }

  .widget_product_categories .product-categories>li>.children>li>a:before,
  #shop-sidebar .filter-price .filter-price__title:before {
    content: '\E900';
    font-family: 'icons';
    position: absolute;
    right: 15px;
  }

  .widget_product_categories .product-categories>li>.children>li.show>a:before,
  #shop-sidebar .filter-price.show .filter-price__title:before {
    content: '\E909';
  }

  #shop-sidebar .filter-price .order-list {
    background: #f4f4f4;
    width: 220px;
    background-color: white;
    list-style: none;
    border-left: 1px solid #ddd;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    display: none;
  }

  .blog-share {
    display: none;
  }

  .blog-single h1.entry-title {
    font-size: 24px;
  }

  .product-small.box .image-tools {
    transform: translateY(0px) !important;
  }

  .title-home .section-title-main {
    text-align: left;
  }

  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }

  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    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;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #292929;
    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: 80%;
    left: 0;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -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: -1px;
    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: 14px;
    left: 2px;
  }

  .header-inner .nav a {
    padding: 0;
  }

  #main-menu {
    width: 100vw;
    left: 0;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 70px 16px 16px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #cbcbcb;
    /* opacity: 0; */
    /* visibility: hidden; */
    background: #fff;
    display: none;
  }

  #footer .row-top .col-left {
    padding: 30px;
    border: 0;
  }

  #footer .row-top .col-right {
    padding: 30px;
  }

  #footer .row-top {
    max-width: 90%;
  }

  #footer .row-bottom .col-1 {
    padding: 0 15px;
    max-width: 80%;
    border: 0;
    margin: 60px auto 0px;
    order: 1;
  }

  #footer .row-bottom .col-2 {
    padding-left: 15px;
    border: 0;
  }

  .logo-footer {
    max-width: 300px;
    margin: 0 auto;
  }

  .sec-home1 .col-right .col-inner {
    margin-top: 0;
    grid-gap: 10px;
  }

  .sec-home1 .col-main {
    flex-basis: 40%;
    max-width: 40%;
  }

  .sec-home1 .col-right .icon-box {
    width: 75px;
  }

  .sec-home2 .col-bottom h2 {
    font-size: 40px;
  }

  .sec-home3 .col-left {
    padding-right: 45px;
  }

  .sec-home3 .col-right {
    padding-left: 45px;
  }

  .sec-home3 .row-top .content h2:before,
  .sec-home3 .row-bottom .content h2:before {
    right: -52px;
    top: 0;
  }

  .sec-home3 .row-bottom .content h2:before {
    left: -52px;
  }

  .sec-home3 .row-top .content:before,
  .sec-home3 .row-bottom .content:before {
    right: -52px;
  }

  #main .sec-home3 .row-bottom .content:before {
    right: unset;
    left: -52px;
  }

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

  .blog-grid .post-item:nth-of-type(n + 3) .box-image {
    width: 125px !important;
    flex-shrink: 0;
  }

  .blog-grid .post-item:nth-of-type(n + 3) .box-image .image-cover {
    border-radius: 5px;
    padding-top: 100% !important;
  }

  .blog-grid .post-item:nth-of-type(n + 3) .box-text {
    padding: 5px 0 0 19px;
  }

  .blog-grid .post-item:nth-of-type(n + 3) .cat-label {
    display: inline-flex;
    background-color: #fdef9f;
    height: 20px;
    align-items: center;
    padding: 0 12px;
    border-radius: 2px;
    color: #03071a;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    opacity: 1;
    margin-bottom: 8px;
  }



  #footer .row-bottom .col-left ul {
    justify-content: center;
    margin-bottom: 10px;
  }

  #footer .copyright-footer p {
    justify-content: center;
  }

  .sec-home2 .col-bottom .col-inner {
    margin-top: -100px;
  }

  #main .sec-home5 {
    margin-top: -25px;
  }

  #main .sec-home1:after {
    height: 60px
  }

  #main .sec-home1 .icon-box h4 {
    font-size: 18px
  }

  .sec-home1 .col-left {
    padding-top: 0
  }

  .sec-home1 .col-left .img:first-of-type {
    width: 180px !important;
  }

  .sec-home5 .col-number .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-home5 .col-number .icon-box p:first-child {
    font-size: 24px
  }

  .sec-home6 .col-left,
  .sec-home6 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .sec-home6 .col-left .box-blog-post .image-cover {
    padding-top: 56.25% !important;
  }

  #main .sec-home6 {
    padding-bottom: 0
  }

  #footer .col-1 {
    flex-basis: 60%;
    max-width: 60%
  }

  #footer .col-2 {
    flex-basis: 40%;
    max-width: 40%;
    padding-left: 30px
  }

  #footer .col-3 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px
  }

  #footer .col-top {
    display: none
  }

  .home #header .stuck .header-bg-color {
    /* background-color:transparent; */
  }

  .home #header .stuck #logo {
    display: block
  }

  #main .sec-home-7 {
    padding-bottom: 0
  }

  .page-thue-1 .col-main {
    order: 1;
    flex-basis: 100%;
    max-width: 100%;
    display: none;
  }

  .page-thue-1 .col-main .img-2 {
    left: 50%
  }

  .page-thue-1 .col-left {
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 0
  }

  .page-thue-1 .icon-box:last-of-type {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd9e;
  }

  .page-thue-1 .col-right {
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 0;
    padding-left: 15px
  }

  .page-thue-1 .col-main .img-1 {
    display: flex;
    justify-content: center;
  }

  #main .page-thue-1 {
    padding-bottom: 0
  }

  .page-solution-1 .col-left {
    flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto
  }

  .page-solution-1 .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px
  }

  .page-solution-2 .col-left {
    padding-right: 15px;
    flex-basis: 100%;
    max-width: 100%
  }

  .page-solution-2 .col-left:before {
    top: -80px;
    height: calc(100% + 80px)
  }

  .page-solution-2 .col-right {
    flex-basis: 100%;
    max-width: 100%
  }

  .sec-course-1 .col-left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .sec-course-1 .col-right {
    flex-basis: 80%;
    max-width: 80%;
  }

  .sec-course-1 .row {
    justify-content: center;
  }

  .sec-course-3 .slider-wrapper .row {
    width: 50% !important;
  }

  #main .page-thue-1:before {
    height: 500px;
    top: -100px;
    opacity: .5;
  }

  #main .page-franchise-1 {
    padding-bottom: 30px;
  }

  .archive .title-filter {
    margin: 0 0 30px;
    padding-top: 40px;
  }

  .single .shop-page-title .rank-math-breadcrumb span:nth-last-of-type(2),
  .single .shop-page-title .rank-math-breadcrumb .last {
    display: none;
  }

  .home .stuck #masthead .image-icon img {
    filter: unset;
  }

  .home .show #masthead .image-icon img {
    filter: unset;
  }

  .sec-kh .large-8>.col-inner {
    padding-left: 0;
  }

  .sec-kh .flickity-prev-next-button {
    display: none
  }

  #main .sec-kh {
    padding-top: 60px;
  }

}

@media screen and (max-width: 767.98px) {
  .sec-kh .slider-wrapper .col-inner>p {
    height: 89px;
  }

  #main .sec-kh {
    padding-top: 20px;
  }

  .sec-kh .slider-wrapper .col-inner {
    padding: 20px
  }

  .shop-container .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }

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

  .absolute-footer .copyright-footer span:first-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  .page-about-2 .col-3 .icon-box ul li {
    font-size: 18px;
  }

  .page-about-2 .col-1 .icon-box-img {
    width: 60px !important;
    height: 60px;
  }

  #footer .col-3,
  #footer .col-2,
  #footer .col-1 {
    padding-left: 15px;
    flex-basis: 100%;
    max-width: 100%;
  }


  body.home,
  html {
    overflow-x: hidden;
  }

  #header .searchform .button.icon {
    width: 40px;
  }

  .title-home .section-title-main {
    font-size: 20px;
    margin-bottom: 0;
  }

  .category-shop .flickity-button {
    top: -45px !important;
  }

  .row-slider .flickity-prev-next-button svg {
    padding: 5px !important;
  }

  .section-form form {
    width: 100%;
    padding: 20px;
    margin-top: 150px;
    background: transparent linear-gradient(125deg, #f3f3f3b3 0%, #f3f3f329 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 10px 20px #0000000f;
    box-shadow: 0 10px 20px #0000000f;
    border: 1px solid #fff9;
    opacity: 1;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
  }

  .section-form .box-text {
    padding: 15px;
  }

  #footer .col-link .menu {
    grid-template-columns: 100%;
  }

  .shop-page-title .title-shop h1 {
    font-size: 20px;
    margin-bottom: 17px;
  }

  .category-page-row {
    padding-top: 0;
  }

  .product-small.col .badge-container .badge-inner {
    width: 40px;
    font-size: 11px;
  }

  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    margin-left: 0px;
  }

  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
    display: none;
  }

  .single .product-info {
    padding: 0;
  }

  .related-products-wrapper .product-section-title {
    font-size: 18px;
  }

  #main .related-products-wrapper .flickity-button {
    top: -54px;
  }

  .single .product-gallery {
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
    right: 0;
  }

  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
    left: 0;
  }

  .product-info .single_add_to_cart_button,
  .product-info .single_buynow_button {
    font-size: 14px;
    padding: 0 10px;
  }

  #my-account-menu.position-vertical-left,
  #my-account-menu~.woocommerce-MyAccount-content {
    width: 100%;
  }

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

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    padding: 150px 15px 25px;
  }

  .product-small.box .grid-tools .add-to-cart-grid,
  .product-small.box .image-tools .wishlist-button {
    width: 30px;
    height: 30px;
    font-size: 15px;
    min-width: 30px;
    min-height: 30px;
  }

  .product-small.box .image-tools.top {
    right: 31%;
  }

  .product-small.box .image-tools.bottom {
    left: 31%;
  }

  .product-small.box .image-tools {
    bottom: 8px !important;
  }

  .title .section-title .number-title {
    font-size: 60px;
    line-height: 60px;
    margin-right: 10px;
  }

  .title .section-title .section-title-main {
    font-size: 21px;
    line-height: 1.6;
    text-align: left;
  }

  .title .section-title .section-title-main:before {
    top: -10px;
  }

  .title .section-title {
    margin-bottom: 30px;
    flex-wrap: nowrap;
  }

  .product-slick {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #footer .row-top {
    padding: 0;
  }

  #footer .row-top .col-left .title {
    flex-direction: column;
    gap: 10px;
  }

  #footer .row-top .col-right {
    padding-top: 0;
  }

  .form-home .wpcf7-submit {
    margin-top: 10px;
  }

  #footer .row-bottom .col-2 {
    padding: 0 16px;
  }

  #footer .row-bottom .col-3 {
    padding: 0 15px;
  }

  #footer .row-bottom .col-1 {
    max-width: 90%;
  }

  .container.title-shop {
    display: none;
  }

  .category-page-row .col-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-main .product-thumbnails {
    margin-top: 10px;
  }

  .single .product-container .product-main {
    margin-bottom: 0;
  }

  .single .blog-featured-title {
    margin-bottom: 15px;
  }

  #footer .row-bottom {
    padding-bottom: 10px;
  }

  .sec-home1 .col-main {
    order: -2;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
    z-index: 99;
  }

  .sec-home1 .col-main .title {
    padding: 0 10px;
    z-index: 10;
    position: relative;
    margin-top: -90px;
  }

  .sec-home1 .col-main .title h2 {
    font-size: 30px;
    line-height: 1.6;
    background: -webkit-linear-gradient(358.4deg,
        #fbf09c 18.1%,
        #c6932f 41.02%,
        #fbf09c 63.17%,
        #c6932f 84.86%,
        #fbf09c 97.24%);
    background: linear-gradient(91.6deg,
        #fbf09c 18.1%,
        #c6932f 41.02%,
        #fbf09c 63.17%,
        #c6932f 84.86%,
        #fbf09c 97.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0;
  }

  .sec-home1 .col-main .title p {
    color: #ebebeb;
  }

  .sec-home1 .col-main .img:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 215px;
    bottom: -40px;
    left: 0;
    background: transparent linear-gradient(180deg, #151d4100 0%, #060c23 80%, #03071a00 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
  }

  .sec-home1 .col-left {
    order: -1;
    z-index: 999;
  }

  #main .sec-home1:after {
    display: none;
  }

  .sec-home1 .col-right .icon-box {
    width: 73px;
  }

  #main .sec-home1 {
    padding-bottom: 118px;
  }

  .sec-home3 .col-left,
  .sec-home3 .col-right {
    padding-right: 15px;
    padding-left: 60px;
    flex-basis: 100%;
    max-width: 100%;
  }

  .sec-home3 .content h2 {
    font-size: 22px;
  }

  .sec-home3 .section-content:before {
    transform: unset;
    left: 30px;
  }

  .sec-home3 .row-top .content h2:before,
  .sec-home3 .row-bottom .content h2:before {
    right: unset;
    top: 0;
    left: -36px;
  }

  .sec-home3 .row-bottom .content h2:before {
    top: 15px;
  }

  .sec-home3 .row-top .content:before,
  .sec-home3 .row-bottom .content:before {
    right: unset;
    left: -36px;
  }

  #main .sec-home3 .row-bottom .content:before {
    left: -36px;
  }

  .sec-home3 .row-bottom .col-right {
    order: -1;
    padding-bottom: 30px;
  }

  .sec-home4 .title h2 {
    font-size: 26px;
  }

  .blog-grid .post-item:nth-of-type(n+3) {
    grid-column: span 2;
  }

  .blog-grid .post-item:nth-of-type(1),
  .blog-grid .post-item:nth-of-type(2) {
    grid-row: unset;
  }

  #footer .row-bottom .col-left ul {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fafafaa1;
    padding-bottom: 15px;
  }

  #footer .copyright-footer p {
    margin-bottom: 20px;
  }

  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }

  #main .featured-posts .slider-nav-circle .flickity-button {
    background-color: #fff !important;
  }

  #main .featured-posts .slider-nav-circle .flickity-button.next {
    right: -20px;
  }

  #main .featured-posts .slider-nav-circle .flickity-button.previous {
    left: -20px;
  }

  .page-contact .form-content .form-item:nth-of-type(2),
  .page-contact .form-content .form-item:nth-of-type(3) {
    width: 100%;
  }

  .page-contact .col-form .col-inner {
    padding: 20px 15px;
  }

  .sec-home1 .col-right {
    display: none
  }

  .sec-home1 .col-left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .sec-home1 .col-right .col-inner {
    max-width: 100%;
  }

  .sec-home5 .col-number .icon-box {
    /* justify-content: center; */
    /* text-align: center; */
    /* flex-direction: column; */
  }

  .sec-home5 .col-number .col-inner {
    padding: 20px 10px;
    grid-gap: 20px 10px;
  }

  #main .sec-home5 {
    margin-top: -100px;
  }

  .sec-home5 .col-number .icon-box-img {
    width: 55px !important;
    height: 55px;
  }

  .sec-home5 .col-number .icon-box p:first-child {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .sec-home5 .col-number .icon-box p:nth-of-type(2) {
    font-size: 14px;
  }

  .sec-home5 .col-number .icon-box .icon-box-text {
    padding-left: 10px;
  }

  .sec-home6 .col-left .box-blog-post .image-cover {
    padding-top: 120% !important;
  }

  #main .page-solution-5 {
    padding-top: 40px
  }

  #main .page-thue-1 {
    padding-top: 50px
  }

  .page-thue-1 .col-left h2,
  .page-solution-1 .title-home h2 {
    font-size: 22px;
  }

  #main .page-solution-1 {
    padding-top: 0
  }

  .page-solution-1 .col-left {
    flex-basis: 90%;
    max-width: 90%;
    padding-right: 15px;
  }

  .page-solution-1 .col-left .text-2 {
    height: 36px;
    width: 70px;
    padding: 0;
    left: -32px
  }

  .page-solution-1 .col-right>.col-inner {
    grid-template-columns: repeat(1, 1fr)
  }

  .page-solution-1 .col-right .icon-box {
    display: flex;
    align-items: center
  }

  .page-solution-1 .col-right .icon-box-img {
    width: 58px !important;
    height: 58px !important;
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0
  }

  .sec-course-1 .stack {
    overflow: unset
  }

  .sec-course-1 .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 30px;
  }

  #main .sec-course-1 {
    padding-bottom: 0
  }

  .sec-course-3 .slider-wrapper .row {
    width: 100% !important;
  }

  .sec-course-4 .col {
    padding: 30px;
  }

  .sec-course-4 .title h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .sec-course-4 .form-home {
    padding: 15px;
  }

  .sec-course-4 .form-content {
    display: block;
  }

  #main .page-franchise-1 {
    padding-top: 50px
  }

  .page-franchise-1 .video-item .video-button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .blog-archive .box-blog-post .box-text {
    padding: 20px 15px;
  }

  .blog-archive .box-blog-post .post-meta {
    font-size: 14px
  }

  .sortbycate {
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .sortbycate .titlesort {
    display: block;
    margin-bottom: 10px
  }

  .sortbycate .order-list a {
    font-size: 12px
  }

  .woocommerce-tabs ul.tabs a {
    font-size: 24px;
  }

  #footer .form-footer .form-content {
    display: block
  }

  .page-contact .section-title-main {
    font-size: 24px
  }

  .sec-home6 .box-blog-post .box-text {
    padding: 18px;
  }

  .sec-home-7 .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .product-small.box .box-text {
    padding: 10px 5px
  }

  .sec-home6 .col-right {
    padding-bottom: 0
  }

  #main .sec-home4 {
    padding-top: 50px
  }

  .page-about-1 .col-left,
  .page-about-1 .col-right,
  .page-about-3 .col-left,
  .page-about-3 .col-right,
  .sec-course-5 .col-left,
  .sec-course-5 .col-right,
  .sec-course-2 .col-left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .specifications-info .item {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }

  .specifications-info .item .right,
  .specifications-info .item .left {
    width: 100%;
    flex: unset;
    margin: 0;
  }

  .specifications-info .item .left {
    padding: 10px;
    background-color: rgb(248 248 248 / 50%);
  }

  .specifications-info .item .right {
    padding: 0 10px 10px;
  }

  .specifications-info .item:nth-of-type(odd) {
    background-color: #fff
  }
}

@media screen and (max-width: 575.98px) {
  .page-franchise-1 .title-home h2 {
    font-size: 20px;
  }

  .single #wrapper .product-container .product-main {
    margin-bottom: 0
  }

  .sec-course-5 .gallery-col.col {
    padding-bottom: 10px
  }

  #main .sec-course-2 {
    padding-bottom: 30px
  }

  #main .sec-course-3 {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  #main .sec-course-5 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .product-small.box .add-to-cart-button a {
    display: none
  }

  .product-small.box .price-wrapper .amount {
    font-size: 15px;
    font-family: var(--semi);
  }

  .product-small.box .price-wrapper del .amount {
    font-size: 12px !important;
  }

  .sec-home1 .col-right .col-inner {
    max-width: unset;
    grid-gap: 20px;
  }

  .sec-home-7 .slider {
    padding-bottom: 5px
  }

  .blog-grid .post-item:nth-of-type(1),
  .blog-grid .post-item:nth-of-type(2) {
    grid-column: span 2;
  }

  .slider .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
  }

  .product-info h1.product-title {
    font-size: 20px;
  }

  .woocommerce-tabs .tab-panels {
    padding-top: 0
  }
}

@-webkit-keyframes mkdf-animate-burger-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  33% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  40% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes mkdf-animate-burger-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  33% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  40% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

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

  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }

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

@keyframes ripple_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
  }
}


@keyframes firework {
  0% {
    transform: translate(var(--x), var(--initialY));
    width: var(--initialSize);
    opacity: 1;
  }

  50% {
    width: 0.5vmin;
    opacity: 1;
  }

  100% {
    width: var(--finalSize);
    opacity: 0;
  }
}

/* @keyframes fireworkPseudo {
 0% { transform: translate(-50%, -50%); width: var(--initialSize); opacity: 1; }
 50% { width: 0.5vmin; opacity: 1; }
 100% { width: var(--finalSize); opacity: 0; }
}
*/
.firework {
  display: none;
}

.firework.show {
  display: block;
}

.firework,
.firework::before,
.firework::after {
  --initialSize: 0.5vmin;
  --finalSize: 45vmin;
  --particleSize: 0.2vmin;
  --color1: yellow;
  --color2: khaki;
  --color3: white;
  --color4: lime;
  --color5: gold;
  --color6: mediumseagreen;
  --y: -30vmin;
  --x: -50%;
  --initialY: 60vmin;
  content: '';
  animation: firework 2s 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, var(--y));
  width: var(--initialSize);
  aspect-ratio: 1;
  background:
    /*
   radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 0% 0%,
   radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 100% 0%,
   radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 100% 100%,
   radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 0% 100%,
   */
    radial-gradient(circle,
      var(--color1) var(--particleSize),
      #0000 0) 50% 0%,
    radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,
    radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,
    radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,
    /* bottom right */
    radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,
    radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,
    radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,
    radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,
    radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,
    /* bottom left */
    radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,
    radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,
    radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,
    radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,
    radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,
    radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,
    /* top left */
    radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,
    radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,
    radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,
    radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,
    radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,
    radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,
    /* top right */
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;
  background-size: var(--initialSize) var(--initialSize);
  background-repeat: no-repeat;
}

.firework::before {
  --x: -50%;
  --y: -50%;
  --initialY: -50%;
  /*   transform: translate(-20vmin, -2vmin) rotate(40deg) scale(1.3) rotateY(40deg); */
  transform: translate(-50%, -50%) rotate(40deg) scale(1.3) rotateY(40deg);
  /*   animation: fireworkPseudo 2s infinite; */
}

.firework::after {
  --x: -50%;
  --y: -50%;
  --initialY: -50%;
  /*   transform: translate(44vmin, -50%) rotate(170deg) scale(1.15) rotateY(-30deg); */
  transform: translate(-50%, -50%) rotate(170deg) scale(1.15) rotateY(-30deg);
  /*   animation: fireworkPseudo 2s infinite; */
}

.firework:nth-child(2) {
  --x: 30vmin;
}

.firework:nth-child(2),
.firework:nth-child(2)::before,
.firework:nth-child(2)::after {
  --color1: pink;
  --color2: violet;
  --color3: fuchsia;
  --color4: orchid;
  --color5: plum;
  --color6: lavender;
  --finalSize: 40vmin;
  left: 30%;
  top: 60%;
  animation-delay: -1s;
}

.firework:nth-child(3) {
  --x: -30vmin;
  --y: -50vmin;
}

.firework:nth-child(3),
.firework:nth-child(3)::before,
.firework:nth-child(3)::after {
  --color1: cyan;
  --color2: lightcyan;
  --color3: lightblue;
  --color4: PaleTurquoise;
  --color5: SkyBlue;
  --color6: lavender;
  --finalSize: 35vmin;
  left: 70%;
  top: 60%;
  animation-delay: -2s;
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

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