@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

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

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

.title h4 {
  padding: 6px 16px;
  border: 1px solid var(--fs-color-primary);
  display: inline-block;
  border-radius: 99px;
  color: var(--fs-color-primary);
  font-size: 0.875rem;
  line-height: 1.4;
  width: auto;
  margin-bottom: 10px;
}

.title h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0;
}

.title p {
  color: #141416;
  margin-bottom: 24px;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  text-transform: none;
}

.header-button .button {
  height: 44px;
  line-height: 44px;
  background-color: transparent;
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.header-button .button::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20aria-hidden%3D%22true%22%3E%3Cellipse%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20cx%3D%226.11%22%20cy%3D%223.55%22%20rx%3D%222.11%22%20ry%3D%222.15%22%2F%3E%3Cellipse%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20cx%3D%226.11%22%20cy%3D%2215.55%22%20rx%3D%222.11%22%20ry%3D%222.15%22%2F%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20cx%3D%2213.15%22%20cy%3D%229.55%22%20r%3D%222.15%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%221%22%20x%3D%221%22%20y%3D%223%22%20fill%3D%22%23333333%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%221%22%20x%3D%2210%22%20y%3D%223%22%20fill%3D%22%23333333%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%221%22%20x%3D%221%22%20y%3D%229%22%20fill%3D%22%23333333%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%221%22%20x%3D%2215%22%20y%3D%229%22%20fill%3D%22%23333333%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%221%22%20x%3D%221%22%20y%3D%2215%22%20fill%3D%22%23333333%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%221%22%20x%3D%2210%22%20y%3D%2215%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: block;
}

.archive #wrapper,
.archive #main {
  background-color: #f3f3f3;
}

.nav-dropdown-has-shadow .nav-dropdown {
  padding: 15px;
}

.nav-dropdown-has-shadow .nav-dropdown .row h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 10px;
  border-left: 3px solid var(--fs-color-primary);
  margin-bottom: 10px;
}

.nav-dropdown-has-shadow .nav-dropdown .row ul {
  list-style: none;
}

.nav-dropdown-has-shadow .nav-dropdown .row ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #212121;
}

.nav-dropdown-has-shadow .nav-dropdown .row ul li a:hover {
  color: var(--fs-color-primary);
}

/* home */
.home1 h1 {
  font-size: 48px;
  margin: 0;
  margin-bottom: 24px;
}

.home2 {
  background-color: #f3f3f3;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home2 .icon-box-img {
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  padding: 16px;
}

.home2 .box-mess {
  box-shadow: 0px 0px 16px 0px #00000029;
  border-radius: 100px;
  background-image: url(/wp-content/uploads/Screenshot_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 950px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  padding: 24px;
}

.home2 .box-mess .img1 {
  max-width: 170px;
}

.home2 .box-mess .box1 p,
.home2 .box-mess .box2 p {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  gap: 4px;
}

.home2 .box-mess .box1 img,
.home2 .box-mess .box2 img {
  margin: 0;
}

.home2 .box-mess .box2 p {
  font-size: 14px;
}

.home2 .box-mess .box3 p {
  margin: 0;
  font-size: 14px;
}

.home2 .box-mess .box3 strong {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.home3 {
  background-color: #cce1e7;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home3 .nav > li > a {
  padding: 6px 16px;
  background-color: #212121;
  width: fit-content;
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  transform: all 0.3s;
}

.home3 .nav > li > a h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.home3 .nav > li.active > a,
.home3 .nav > li > a:hover {
  background-color: var(--fs-color-primary);
}

.home3 .main-btn {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  border-radius: 99px;
  border: 1px solid var(--fs-color-primary);
  background-color: transparent;
  color: #222;
  display: block;
  width: fit-content;
  margin: 15px auto 0;
}

.home3 .tab-panels {
  padding-top: 30px;
}

.home4 {
  padding: 100px 0 calc(100px - 20px);
  background-color: #f3f3f3;
}

.home4 .box .box-image {
  border-radius: 12px;
  overflow: hidden;
}

.custom-slider-home .img-banner {
  width: 100%;
  height: 758px;
  object-fit: cover;
}

.custom-slider-home .el-meta {
  position: absolute;
  left: 32px;
  top: 32px;
  padding: 5px 16px;
  border-radius: 100px;
  border: 1px solid var(--fs-color-primary);
  background-color: #cce1e7;
  box-sizing: border-box;
  height: 37px;
  color: var(--fs-color-primary);
  font-weight: 600;
}

.custom-slider-home .el-meta .uk-icon {
  width: 24px;
  height: 24px;
  color: var(--fs-color-primary);
}

.custom-slider-home .card-overlay {
  border-radius: 12px 48px 12px 12px;
  background: rgb(255 255 255 / 0.2);
  backdrop-filter: blur(25px);
  overflow: hidden;
  padding: 24px;
  position: absolute;
  max-width: 600px;
  right: 24px;
  bottom: 16px;
  color: #fff;
}

.custom-slider-home .card-overlay a {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(12px, -12px);
  border-radius: 8px 32px 8px 8px;
  background: rgb(255 255 255 / 0.1);
  padding: 16px;
  display: flex;
  height: 64px;
  width: 64px;
  box-sizing: border-box;
}

.custom-slider-home .card-overlay .title {
  font-size: 28px;
  font-weight: 700;
}

.custom-slider-home .card-overlay .el-content {
  font-weight: 400;
  font-size: 18px;
  max-height: 105px;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 8px;
}

.custom-slider-home .card-overlay .el-content::-webkit-scrollbar-track {
  background-color: #c4c4c4;
}

.custom-slider-home .card-overlay .el-content::-webkit-scrollbar {
  width: 6px;
  background-color: #c4c4c4;
}

.custom-slider-home .card-overlay .el-content::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 20px;
  width: 4px;
  opacity: 0.5;
  border: 2px solid #fff0;
}

.custom-slider-home .el-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: 200px;
  text-shadow: 0 0 8px #00000052;
  color: rgb(255 255 255 / 0.7);
  text-transform: uppercase;
}

.custom-slider-home .uk-subnav {
  overflow: scroll;
  margin-top: 32px;
}

.custom-slider-home .uk-subnav::-webkit-scrollbar {
  display: none;
}

.custom-slider-home .slidenav-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 24px 2px 24px;
  background-color: #fff;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  display: flex;
  gap: 16px;
}

.custom-slider-home .slidenav-container .uk-icon {
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
}

.custom-slider-home .slidenav-container .uk-icon:hover {
  color: white !important;
}

.custom-slider-home .uk-subnav a {
  padding: 10px;
  display: flex;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
  width: 200px;
  box-sizing: border-box;
  text-transform: capitalize;
}

.custom-slider-home .uk-subnav img {
  height: 44px;
  width: 44px;
  border-radius: 100%;
  object-fit: cover;
}

.custom-slider-home ul li {
  margin-left: 0;
}

.home5 .nav-simple {
  order: 2;
  margin-top: 20px;
}

.home5 .nav > li > a {
  padding: 10px;
  display: flex;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
  box-sizing: border-box;
  text-transform: capitalize;
  background-color: #ffc107;
  color: #000000;
  min-width: 200px;
}

.home5 .nav > li:nth-child(2) > a {
  background-color: #b5bded;
}

.home5 .nav > li:last-child > a {
  background-color: #8bc34a;
}

.home5 .nav > li img {
  width: 44px;
  height: 44px;
}

.home5 .nav > li h3 {
  font-size: 20px;
  margin: 0;
  width: auto;
}

.home5 .tab-panels {
  padding-top: 0;
}

.home6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home6 .box {
  border-radius: 12px;
  overflow: hidden;
}

#ux_mess {
  padding: 12px 24px;
  box-sizing: border-box;
  margin-top: -100px;
  margin-bottom: 0;
}

#ux_mess .uk-margin-remove-first-child {
  display: flex;
  align-items: center;
  gap: 24px;
}

#ux_mess .uk-margin-remove-first-child {
  display: flex;
  align-items: center;
  gap: 24px;
}

#ux_mess .el-content {
  font-size: 18px;
}

#ux_mess .uk-margin-remove-first-child > *:first-child {
  flex: 1;
}

.home7 .box-image {
  border-radius: 12px;
  overflow: hidden;
}

/* shop */
#shop-sidebar {
  background-color: #fff;
  padding: 24px 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 16px 0px #0000000f;
  color: #212121;
}

#shop-sidebar label {
  font-weight: 500;
  font-size: 16px;
}

#shop-sidebar input[type="checkbox"],
#shop-sidebar input[type="radio"] {
  margin: 0;
}

.archive-page-header {
  display: none !important;
}

.post-item .box-image {
  border-radius: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
}

.post-item .data-post-day {
  font-size: 14px;
}

.post-item .posted-on i {
  font-size: 13px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50px;
  background: linear-gradient(
    to right,
    rgba(251, 33, 33, 1) 0,
    rgba(253, 122, 62, 1) 100%
  );
}

.post-item .post-title {
  font-size: 22px;
  margin: 15px 0;
  line-height: 140%;
  color: #313131;
  font-weight: 600;
}

.post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-archive .post-item {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}

ul.links {
  display: flex;
  justify-content: center;
}

ul.links li {
  background: rgba(232, 232, 232, 0.55);
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  outline: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 11px;
  margin: 0 15px;
  text-align: center;
  display: flex;
}

.nav-pagination > li > .current {
  background: linear-gradient(
    to right,
    rgba(251, 33, 33, 1) 0,
    rgba(253, 122, 62, 1) 100%
  );
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: unset;
  border-radius: 99px;
  width: 30px;
  height: 30px;
  background: #b5b5b5;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: background 0.4s ease-in;
}

.category-search-wrapper {
  border-radius: 15px;
  background-color: rgb(240, 240, 243);
  padding: 30px;
}

.category-search-form {
  display: flex;
  align-items: center;
  position: relative;
}

.category-search-form input[type="text"] {
  height: 50px;
  box-shadow: none !important;
  border-radius: 99px;
}

.category-search-form .button.icon {
  color: #fff !important;
  background: linear-gradient(
    to right,
    rgba(251, 33, 33, 1) 0,
    rgba(253, 122, 62, 1) 100%
  );
  width: 37px;
  height: 37px;
  position: absolute;
  border-radius: 99px;
  top: 5px;
  right: 5px;
}

.blog-single .entry-header-text h1 {
  color: #000;
}
.blog-single .entry-header {
  display: grid;
}
.blog-single .entry-image {
  order: 1;
}
.blog-single .entry-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.blog-single .entry-header-text {
  padding: 20px;
  border: 1px solid #e9e7e7;
  border-top: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  order: 2;
}

#crumbs {
  padding: 0.75rem 0;
  font-size: 14px;
}

#crumbs a {
  color: var(--fs-color-primary);
}

#crumbs span {
  color: #242424;
}

.project-item .data-post-day {
  margin-bottom: 10px;
}

.page-wrapper {
  padding: 0;
}

#footer\#1 .el-content {
  position: relative;
}

#footer\#1 .el-item:last-child .el-content {
  color: #d71236;
  font-size: 20px;
  font-weight: 700;
}

#footer\#1 span.uk-icon {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 12px;
  border-radius: 50%;
  border: 3px solid #fff;
}

#footer\#1 span:not(.uk-icon) {
  color: #000;
  position: absolute;
  font-size: 16px;
  top: 0;
  left: 65px;
}

#footer\#1 p {
  margin-top: 20px;
  margin-bottom: 0;
}

/* product-small */
.product-small.box {
  position: relative;
  box-sizing: border-box;
  transition: 0.1s ease-in-out;
  transition-property:
    color, background-color, background-size, border-color, box-shadow;
  border-radius: 16px;
  padding: 8px;
  background-color: #fff;
  color: #212121;
}

.product-small .image-none {
  position: relative;
  padding-top: calc(187 / 229 * 100%);
  border-radius: 8px;
  overflow: hidden;
}

.product-small .image-none 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%;
}

.product-small .addtime {
  color: white;
  font-size: 14px;
  background-color: #2b2b2bb8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 6px 12px;
  position: absolute;
  transform: translateY(calc(-100%));
  box-sizing: border-box;
  width: calc(100% - 24px);
  left: 12px;
}

.product-small .addtime .el-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-small .addtime .uk-width-expand {
  display: flex;
  flex-wrap: wrap;
}

.product-small .name {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

.product-small .name a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
}

.product-small .el-meta {
  font-size: 14px;
}

.product-small .box-text {
  padding: 10px;
}

.product-small .divider {
  border-top: 1px solid #e4e4e4;
  padding: 0px 16px;
  margin: 16px auto;
  opacity: 1;
  width: 100%;
}

.product-small .price-wrapper .tt {
  font-weight: 400;
  font-size: 14px;
}

.product-small .price-wrapper span.amount {
  font-size: 14px;
}

.product-small .uk-button {
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin: auto;
  font-size: 16px;
  height: 40px;
}

.product-small .uk-button:hover .uk-icon {
  background-color: #fff;
  color: var(--fs-color-primary);
}

.product-small .uk-button .uk-icon {
  background-color: var(--fs-color-primary);
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.product-small .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  text-decoration: unset;
}

.products .product-small .image-none {
  padding-top: calc(187 / 386 * 100%);
}

/* product-details */
.product1 {
  background-color: #f3f3f3;
}

.product .vitri {
  font-size: 16px;
  font-weight: 500;
}

.product .prd-title {
  font-weight: bold;
  font-weight: 600;
  font-size: 35px;
}

.product .title1 {
  font-weight: 600;
  padding: 16px 0px;
  border-top: 2px solid var(--fs-color-primary);
}

.theloai .el-item {
  box-shadow: unset;
  border-radius: 100px;
  background-color: rgba(20, 20, 22, 0.1);
  padding: 8px 12px;
}

.theloai .el-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.product .motangan {
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  font-size: 16px;
}

.product .noibat .content-showmore {
  margin-top: 24px;
}

.product .noibat ul {
  list-style: none;
  padding-left: 16px;
  column-count: 2;
  column-gap: 20px;
}

.product .noibat ul > li {
  display: flex;
  gap: 5px;
  font-size: 16px;
  margin: 0;
  margin-bottom: 17px;
}

.product .noibat ul > li::before {
  content: "";
  background-image: url(/wp-content/uploads/ic.svg);
  min-width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}

.btn-showmore {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-showmore .uk-icon {
  height: 34px;
  width: 34px;
  background-color: #e4e4e4;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-showmore .uk-icon {
  transform: rotate(180deg);
}

.btn-showmore.active {
  color: var(--fs-color-primary);
}

.btn-showmore.active .uk-icon {
  color: var(--fs-color-primary);
  transform: rotate(0deg);
}

.danhgia-title {
  font-size: 24px;
  font-weight: 600;
}

.danhgia-item .uk-card {
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  padding: 16px;
}

.danhgia-item .el-content {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.danhgia-item a {
  font-weight: normal;
  font-size: 16px;
}

.danhgia-item hr {
  border-color: #e4e4e4;
  opacity: 1;
  border-width: 1px;
}

.danhgia-item .ten {
  position: relative;
  top: 10px;
  font-weight: 700;
}

.uk-dotnav > * {
  margin-left: 0 !important;
}

.videos h2 {
  font-size: 24px;
  font-weight: 600;
}

.videos .el-content {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}

.videos .uk-icon {
  color: #ff0000;
  margin-left: 8px;
}

.choo .btn-showmore {
  font-size: 24px;
  font-weight: 600;
}

.lichtrinh .btn-showmore {
  font-size: 24px;
  font-weight: 600;
}

.lichtrinh .lichtrinh-item {
  padding: 24px;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
}

.lichtrinh .lichtrinh-item:nth-child(n + 2) {
  margin-top: 12px !important;
}

.lichtrinh .lichtrinh-item .uk-card-default {
  background-color: #f4f5f6;
  padding: 10px 12px;
  border-radius: 8px;
}

.lichtrinh .lichtrinh-item .uk-card-default .el-title {
  font-size: 16px;
  font-weight: 600;
}

.lichtrinh .lichtrinh-item .uk-accordion-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.dieukhoan .btn-showmore {
  font-size: 24px;
  font-weight: 600;
}

.dieukhoan .content-showmore {
  margin-top: 24px !important;
}

.dieukhoan .el-item {
  margin: 0;
}

.baogom .el-title {
  font-size: 20px;
  font-weight: 600;
}

.title2 {
  margin-bottom: 4px;
}

.price-box h4 {
  font-size: 32px;
  font-weight: 700;
}

.price-box .uk-grid > div:last-child {
  padding-left: 4px;
}

.price-box .el-content {
  font-size: 20px;
  line-height: 48px;
}

.not-box .el-title {
  font-size: 16px;
}

ul.meta-box > li {
  margin: 0;
}

.share-title {
  margin-bottom: 16px !important;
}

.share-list .uk-grid-column-small > *,
.share-list .uk-grid-small > * {
  padding-left: 16px;
}

.share-list ul li {
  margin: 0 !important;
}

.share-list .uk-icon-button {
  background-color: white;
  border: 1px solid #e4e4e4;
  color: #212121;
}

/* checkout */
.checkout-section {
  background-color: #f3f3f3;
  padding: 48px 0px;
}

#checkout-btn {
  background-color: var(--fs-color-primary);
  color: #fff;
  width: 100%;
  font-size: 16px;
  height: 50px;
  border-radius: 99px;
}
/* uk */
img.uk-border-circle {
  width: 35px;
  height: 35px;
}

.uk-modal-body {
  width: 1200px;
  border-radius: 24px;
  padding: 40px;
}

.avatar-stack {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  justify-content: center;
}

.avatar-stack .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  position: relative;
  margin-left: -15px;
  z-index: 1;
  transition: z-index 0.2s;
}

.avatar-stack .avatar:first-child {
  margin-left: 0;
}

#modal-required .divider {
  width: 88px;
  height: 3px;
  background-color: var(--fs-color-primary);
  margin: auto;
}

#modal-required .el-meta {
  font-weight: 500;
  font-size: 18px;
}

#modal-required .divider {
  width: 88px;
  height: 3px;
  background-color: var(--fs-color-primary);
  margin: auto;
}

#modal-required .step-line {
  height: 1px;
  width: 94px;
  background-color: #000;
}

#modal-required .step-line.active {
  background-color: var(--fs-color-primary);
}

#modal-required .step-indicator {
  margin: 24px 0;
  padding: 16px 0;
  border: 1px solid var(--fs-color-primary);
  border-left: none;
  border-right: none;
}

.step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

.step-circle.active {
  background: var(--fs-color-primary);
  color: #fff;
}

.gap-2 {
  gap: 8px;
}

#multi-step-form .wpcf7-form-control {
  border: 1px solid #e5e5e5;
  height: 44px;
  box-shadow: none !important;
  background-color: #fff;
  border-radius: 8px;
}

#multi-step-form .wpcf7-form-control.wpcf7-submit {
  background-color: var(--fs-color-primary);
  margin: 0;
  border-radius: 99px;
  font-size: 16px;
  height: 50px;
  width: 250px;
}

.wpcf7-spinner {
  display: none !important;
}

.uk-modal-close-outside {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  right: 0;
  transform: translate(0, -30px);
}

.uk-grid-column-small > *,
.uk-grid-small > * {
  padding-left: 8px;
}

.el-slidenav,
.uk-slidenav {
  height: 44px;
  width: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #666666 !important;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  background-color: #f3f3f3;
  border: 1px solid #fff;
  border-radius: 500px;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

#filter-sidebar {
  max-height: 500px;
  overflow-y: scroll;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

.col-inner ol li,
.col-inner ul li,
.entry-content ol li,
.entry-content ul li,
.entry-summary ol li,
.entry-summary ul li {
  margin-left: 0;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .home2 .row .col {
    flex-basis: 80%;
    max-width: 80%;
  }

  .home2 .box-mess {
    display: block;
    text-align: center;
    border-radius: 1rem;
    max-width: calc(100% - 30px);
  }

  .home2 .box-mess .img1 {
    margin: 0 auto;
  }

  .home2 .box-mess .box1 p,
  .home2 .box-mess .box2 p {
    justify-content: center;
  }

  .home2 .is-divider {
    height: 1px !important;
    width: 100%;
    margin: 1rem 0 !important;
    display: block;
    max-width: unset !important;
  }

  .home3 .product-small.col {
    flex-basis: 80%;
    max-width: 80% !important;
  }

  .home4 .small-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .custom-slider-home .el-title {
    font-size: 70px;
  }

  .row-grid .box .image-cover {
    padding-top: 75% !important;
  }

  .home7 .post-item .post-title {
    color: #fff;
  }

  .uk-modal-body {
    padding: 15px;
  }

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