@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Waterfall&display=swap");

body {
  font-family: "Quicksand", 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;
}

.box-text {
  font-size: 100%;
  padding: 0;
}

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

.title {
  position: relative;
}

.title h2 {
  font-size: 24px;
  color: var(--fs-color-primary);
  margin-bottom: 15px;
}

#wide-nav .nav > li {
  margin: 0 50px;
}

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

.h-search p {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 5px;
}

.h-search .form-flat input:not([type="submit"]) {
  background-color: #fff;
  box-shadow: none !important;
  border: 2px solid var(--fs-color-primary);
  height: 42px;
}

.h-search .form-flat input:not([type="submit"])::placeholder {
  font-size: 14px;
  padding-left: 8px;
  color: #999;
}

.h-search .searchform .button.icon {
  font-size: 14px;
  color: var(--fs-color-primary) !important;
}

/* home */
.home1 {
  padding-top: 20px;
}

.home1 .b-box {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 0;
}

.home1 .b-box .col-small {
  flex-basis: calc(20% - 10px);
  max-width: calc(20% - 10px);
}

.home1 .b-box .col-large {
  flex-basis: calc(60% + 20px);
  max-width: calc(60% + 20px);
}

.home1 .col-prd h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.home1 .col-prd .icon-box h3 {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 21px;
  margin-bottom: 0;
}

.home1 .col-prd .icon-box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #888888;
}

.home1 .col-prd a.plain:not(:last-of-type) {
  margin-bottom: 20px;
  display: block;
}

.row-bot h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.row-bot .col {
  padding-bottom: 0;
}

.row-bot .col-inner {
  position: relative;
  height: 125px;
  background-color: #f5f5f5;
  padding: 20px;
}

.row-bot .col:first-of-type .img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 125px;
}

.row-bot .col:nth-of-type(2) .img {
  position: absolute;
  bottom: 5px;
  right: 10px;
  max-width: 75px;
}

.row-bot .col:nth-of-type(3) .img {
  position: absolute;
  bottom: 5px;
  right: 10px;
  max-width: 88px;
}

ul.product_list_widget {
  margin-bottom: 0;
}

ul.product_list_widget li {
  margin-left: 0;
  padding: 5px 0 5px 75px;
  min-height: 74px;
}

ul.product_list_widget li img {
  aspect-ratio: 64 / 47;
  width: 63px;
  height: auto;
  margin: 0;
  object-fit: cover;
}

ul.product_list_widget .product-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.product_list_widget li a:not(.remove) {
  margin: 0;
}

ul.product_list_widget li a:not(.remove):hover .product-title {
  color: var(--fs-color-primary);
}

.b-menu h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 5px;
}

.b-menu ul {
  list-style: none;
  margin: 0;
}

.b-menu ul li {
  margin: 0;
  font-size: 14px;
}

.b-menu ul li a {
  display: block;
  padding: 4px;
  color: #000;
}

.home2 {
  padding-top: 20px;
}

.home2 .col-left {
  flex-basis: 20%;
  max-width: 20%;
}

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

.row-dashed .col:before,
.row-solid .col:before {
  border-color: #e6ecf2;
}

.home2 .b-box {
  background-color: #fff;
  border: 1px solid #e6ecf2;
  border-bottom: 0;
}

.home2 .row-solid .col-inner {
  padding: 0 !important;
}

.layout2 .product-small.box {
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e6ecf2;
}

.layout2 .product-small .box {
  display: flex;
  flex-direction: column;
}

.layout2 .product-small .box-text {
  order: 1;
}

.layout2 .product-small .box-image {
  order: 2;
  max-width: 115px;
  min-height: 100px;
  margin-right: 0;
}

.layout2 .product-small h3 {
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home3 {
  padding-top: 50px;
}

.home3 .title {
  margin-bottom: 60px;
}

.home3 .title::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 64px;
  background-color: var(--fs-color-primary);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.home3 .title p {
  max-width: 780px;
  margin: 0 auto;
}

.home3 .box {
  background-color: #fff;
}

.home3 .box-text {
  padding: 20px;
}

.home3 .box-text h3 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.home3 .box-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.home4 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.home4 .title {
  margin-bottom: 40px;
}

.home4 .title::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 64px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about1 h1 {
  font-family: "Waterfall", cursive;
  font-weight: 400;
  font-size: 70px;
  line-height: 27px;
  display: block;
  width: fit-content;
  position: relative;
  margin-bottom: 50px;
}

.about1 h1 strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.about1 h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  height: 3px;
  width: 100%;
  z-index: 0;
  background-color: var(--fs-color-secondary);
}

.about1 p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.about2 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.about2 .title {
  margin-bottom: 40px;
}

.about2 .title::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 64px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about2 .box-image {
  border-radius: 5px;
  overflow: hidden;
}

.about2 .box-text h3 {
  font-size: 24px;
  font-weight: 700;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background-color: var(--fs-color-primary);
  color: #fff;
  border: 15px solid #fcfcfc;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.about2 .box-text {
  padding-top: 45px;
  font-size: 16px;
}

.about3 p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.about4 {
  padding-top: 50px;
}

.box-ab {
  background-color: #eef6ff;
  padding: 50px 100px;
}

.box-ab .title {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

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

.box-ab .title::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 64px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box-ab p {
  display: flex;
  align-items: center;
  gap: 40px;
}

.box-ab p strong {
  display: block;
}

.box-ab img.size-full.alignnone {
  margin-bottom: 0;
}

.box-ab p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--fs-color-primary);
}

.box-ab p em {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--fs-color-primary);
  font-style: unset;
  min-width: 205px;
}

.about5 {
  padding-top: 50px;
}

.about5 .title {
  margin-bottom: 40px;
}
.about5 .title h2 {
  position: relative;
  padding-bottom: 20px;
}

.about5 .title h2::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 64px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about5 .title p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
}

.about5 .post-item:nth-child(n + 3) {
  flex-basis: 25%;
  max-width: 25%;
}

.about5 .post-item .cat-label {
  width: fit-content;
  padding: 2px 8px;
}

/* post-item */
.post-item .box {
  background-color: #fff;
}

.post-item .box-text {
  padding: 20px;
}

.post-item .box-text .post-title {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 8px;
  color: #000;
}

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

.post-item .cat-label {
  font-size: 12px;
  background-color: transparent !important;
  color: #b8c1cd;
  opacity: 1;
  border: 1px solid #b8c1cd;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 15px;
}

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

.post-item .box:hover .post-title a {
  color: var(--fs-color-primary);
}

.from_the_blog_excerpt {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.2px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lauout-blog1 .b-box > .col-inner {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 0;
}

.lauout-blog1 .b-left .post-item .box {
  display: flex;
  border-bottom: 1px solid #e6ecf2;
  padding-bottom: 20px;
}

.lauout-blog1 .b-left .post-item:last-of-type .box {
  border: 0;
  padding-bottom: 0;
}

.lauout-blog1 .b-left .box-image {
  width: 30%;
}

.lauout-blog1 .b-left .box-text {
  width: 70%;
  padding: 0;
  padding-left: 20px;
}

.lauout-blog1 .b-left .from_the_blog_excerpt {
  -webkit-line-clamp: 2;
}

.lauout-blog1 .b-right .post-item .box-text {
  padding: 20px 0 8px;
}

.lauout-blog1 .b-right .post-item .box-text .post-title {
  font-size: 24px;
}

.layout-video {
  display: grid !important;
  grid-template-columns: 50% 50%;
  grid-template-rows: repeat(3, 1fr);
}

.layout-video > .col {
  max-width: unset;
}

.layout-video > .col:first-of-type {
  grid-column: 1;
  grid-row: 1 / 4;
}

.layout-video > .col:first-of-type .from_the_blog_excerpt {
  margin-top: 8px;
}

.layout-video > .col:not(:first-of-type) .from_the_blog_excerpt {
  display: none;
}

.layout-video > .col:first-of-type .image-cover {
  padding-top: 55% !important;
}

.layout-video > .col:first-of-type .post-title {
  font-size: 24px;
  margin-bottom: 0;
}

.layout-video > .col:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.layout-video > .col:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.layout-video > .col:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}

.layout-video > .col:not(:first-of-type) .box {
  display: flex;
}

.layout-video > .col:not(:first-of-type) .box-image {
  width: 35%;
}

.layout-video > .col:not(:first-of-type) .box-text {
  width: 65%;
  padding: 0;
  padding: 20px;
}

.layout-video .overlay-icon {
  background-color: var(--fs-color-secondary);
  border: 0;
  line-height: 48px;
  opacity: 1;
}

#post-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  display: none;
}

#post-popup-box {
  width: min(1000px, 90vw);
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  margin: 15vh auto;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}

#post-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}

#post-popup-content img {
  max-width: 100%;
  height: auto;
}

body.popup-open {
  overflow: hidden;
}

iframe[src*="youtube.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.sec_bread {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-wrapper {
  padding: 0;
  padding-bottom: 30px;
}

.entry-content,
.entry-header-text-top {
  padding: 0;
}

.entry-header .entry-divider {
  display: none;
}

.b-detail,
.dawp-popular-posts {
  background-color: #fff;
  padding: 20px;
}

.dawp-popular-posts h2 {
  margin-bottom: 20px;
}

h1.entry-title {
  font-size: 32px;
}

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

.dawp-popular-post a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6ecf2;
  padding-bottom: 20px;
}

.dawp-popular-post-image {
  width: 30%;
}

.dawp-popular-post-title {
  width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #183354;
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
  width: 100%;
}

#ftwp-container.ftwp-wrap #ftwp-header {
  color: #000;
  background: #e8e8e8;
  margin-bottom: 20px;
  border-radius: 10px;
  padding-left: 20px;
}

#ftwp-container.ftwp-wrap #ftwp-list {
  background: #e8e8e8;
  border-radius: 10px;
  padding: 20px 0;
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor {
  padding-left: 20px;
}

#ftwp-container
  #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal
  > .ftwp-item
  > .ftwp-anchor::before,
#ftwp-container
  #ftwp-list.ftwp-strong-first
  > .ftwp-item
  > .ftwp-anchor
  .ftwp-text {
  font-weight: 500;
}

.page-id-287 #wrapper,
.page-id-287 #main {
  background-color: #fff;
}

.row-contact h3 {
  color: var(--fs-color-primary);
}

.row-contact p {
  margin-bottom: 6px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  box-shadow: none;
}

[type="submit"].dawp-form-submit {
  background-color: var(--fs-color-primary);
  color: #fff;
  font-size: 16px;
  text-transform: none;
  margin: 0 auto;
  display: block;
  min-width: 150px;
}

/* product-details */
.product-images {
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f7;
  border: 1px solid #e6ecf2;
  margin-bottom: 10px;
}

.product-thumbnails a {
  transition: all 0.3s ease;
  border-radius: 10px !important;
  border: 1px solid #e6ecf2;
  aspect-ratio: 112 / 78;
  object-fit: cover;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 10px;
  border-color: var(--fs-color-primary);
}

.product-thumbnails img {
  transform: unset !important;
  height: 100%;
  width: auto;
  margin: 0 auto !important;
  display: block;
  opacity: 1;
}

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

.product-thumbnails .col {
  padding: 0 5px !important;
}

h1.product-title {
  font-size: 24px;
  margin-bottom: 2rem;
}

.product-short-description {
  font-size: 18px;
}

.btn-zalo.button {
  font-size: 18px;
  background-color: #038fe4;
  min-width: 170px;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 1.5rem;
}

.btn-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  letter-spacing: 0.25px;
  color: var(--fs-color-primary);
  font-weight: 600;
}

.btn-contact a {
  font-size: 30px;
  line-height: 23.8px;
  letter-spacing: 0.25px;
  color: var(--fs-color-secondary);
}

.woocommerce-tabs .nav > li > a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: none;
}

.woocommerce-tabs .nav > li > a::before {
  height: 2px;
  top: unset;
  bottom: 0;
  background-color: var(--fs-color-secondary);
}

.tai-lieu-dinh-kem ul {
  list-style: none;
}

.tai-lieu-dinh-kem ul li {
  margin: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.tai-lieu-dinh-kem ul li a {
  font-weight: 500;
  color: var(--fs-color-primary);
}

.tai-lieu-dinh-kem ul li a:hover {
  color: var(--fs-color-secondary);
}

.tai-lieu-dinh-kem img {
  width: 24px;
}

.cat-title ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cat-title ul li {
  margin: 0;
}

.cat-title ul li a {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #000;
  display: block;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.cat-title ul li a:hover {
  border-color: var(--fs-color-primary);
  background-color: var(--fs-color-primary);
  color: #fff;
}

.product-small.box {
  background-color: #fff;
  border: 1px solid #e6ecf2;
  border-radius: 8px;
  overflow: hidden;
}

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

.product-small .product-title {
  font-size: 16px;
  font-weight: 600;
}

.product-small .product-title a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 4px;
  border: 0;
}

ul.links li a {
  color: #515151;
}

ul.links li a.prev,
ul.links li a.next {
  color: var(--fs-color-secondary);
}

.footer-main {
  background-color: var(--fs-color-primary);
  padding-top: 50px;
  color: #fff;
}

.footer-main a {
  color: #fff;
}

.footer-main h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

.footer-main h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.footer-main p {
  margin-bottom: 4px;
}

.footer-main ul {
  list-style: none;
  margin: 0;
}

.footer-main ul li {
  margin-left: 0;
  margin-bottom: 15px;
}

.absolute-footer.dark {
  display: none !important;
}

.page-id-306 .sec_bread {
  display: none;
}

#ftwp-trigger {
  display: none !important;
}

.layout-blog3 .post-item .box-text .post-title {
  margin-bottom: 0;
}

.layout-blog3 .post-item .box-text .post-title a {
  display: block;
}

.layout-blog3 .from_the_blog_excerpt {
  display: none;
}

.layout-video .post-item .box-text .post-title {
  font-weight: 400;
  font-size: 18px;
}

.mess-box {
  position: relative;
}

.mess-box .row:not(.row-collapse) {
  max-width: 90%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
}

.mess-box h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}

.mess-box p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #fff;
  margin-bottom: 0;
}

.newsletter-form {
  margin: 0;
  display: flex;
  align-items: center;
}

.newsletter-form > {
  margin: 0;
}

.newsletter-form input[type="email"] {
  margin: 0;
  height: 56px;
  box-shadow: none;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
}

.newsletter-form button {
  height: 56px;
  background-color: #f36326 !important;
  margin: 0;
  width: 70px;
  text-align: center;
  margin-left: 8px;
  border-radius: 8px;
  font-size: 16px;
  text-transform: none;
  color: #fff;
}

.b-ct {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.b-ct > :last-child {
  margin-bottom: 0;
}

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

.product-thumbnails-video-row .col {
  padding: 0 5px !important;
}

.product-thumbnails-video-images {
  flex-basis: 80%;
  max-width: 80%;
}

.product-thumbnails-video-button {
  flex-basis: 20%;
  max-width: 20%;
}

.image-tools.bottom.left {
  display: none;
}

a.open-video.button.icon {
  border: 1px solid #e6ecf2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
  background-color: #fff;
}

a.open-video.button.icon i {
  font-size: 30px;
  color: var(--fs-color-secondary);
}

.custom-mega .icon-box .icon-box-img {
  display: none !important;
}

.custom-mega .icon-box-text p {
  margin: 0;
}

.custom-mega .icon-box-text p a {
  color: #131313;
}

.custom-mega .icon-box {
  padding: 6px 0;
  font-size: 14px;
  align-items: center;
}

.custom-mega .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 4px;
}

.custom-mega .icon-box .icon-box-text:has(.row) {
}

.custom-mega-box {
  width: 100%;
  position: absolute;
  z-index: 999;
  max-width: 214px;
}

.custom-mega-box .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 8px;
}

.product-small.col .col-inner,
.product-small.col .product-small.box {
  height: 100%;
}

.custom-mega .icon-box-text > .row {
  position: absolute;
  left: calc(100% + 10px);
  top: 15px;
  background-color: #ffff;
  width: calc(1234px - 200px);
  height: calc(100% - 30px);
  padding: 10px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 2px 0 rgb(60 64 67 / 10%),
    0 2px 6px 2px rgb(60 64 67 / 15%);
  display: none;
}

.custom-mega .icon-box:hover .icon-box-text > .row {
  display: flex;
  z-index: 999;
}

.custom-mega .icon-box-text > p {
  margin: 0;
}

.custom-mega .icon-box-text > p a {
  color: #222 !important;
}

.custom-mega .icon-box-text > .row ul {
  list-style: none;
  margin: 0;
}

.custom-mega .icon-box-text > .row ul li {
  margin: 0;
  margin-bottom: 6px;
}

.custom-mega .icon-box-text > .row ul li a {
  color: #707070;
  font-size: 13px;
  transition: all 0.3s ease;
}

.custom-mega .icon-box-text > .row ul li a:hover {
  color: var(--fs-color-primary);
}

.custom-mega .icon-box-text > .row ul li strong a {
  color: #222;
}

.custom-mega .icon-box {
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-mega .icon-box:hover {
  border-radius: 5px;
  background: #f3f4f6;
}

.custom-mega .icon-box-text:has(> .row) p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.custom-mega .icon-box .icon-box-text .row p {
  margin-bottom: 8px;
}

.custom-mega .icon-box-text:has(> .row) p::after {
  content: "";
  speak: none !important;
  display: inline-block;
  font-display: block;
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: none !important;
  font-size: 18px;
}

.single-product #wrapper,
.single-product #main {
  background-color: #fff;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .home1 .b-box .col-small,
  .home1 .b-box .col-large {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home2 .col-left,
  .home2 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .layout2 .product-small .product-title a {
    -webkit-line-clamp: 2;
  }

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

  .about2 .box-text {
    padding-bottom: 15px;
  }

  .footer-main {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-main h3 {
    font-size: 20px;
  }

  .footer-main h4 {
    font-size: 16px;
  }

  .layout-video {
    display: unset !important;
  }

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

  h1.product-title,
  h1.entry-title {
    font-size: 20px;
  }

  .product-short-description {
    font-size: 16px;
  }

  .about1 {
    padding: 15px;
  }

  .btn-contact p {
    flex-wrap: wrap;
    font-size: 18px;
  }

  .btn-contact a {
    font-size: 24px;
  }

  .lauout-blog1 .b-box > .col-inner {
    padding: 10px;
  }

  .b-detail,
  .dawp-popular-posts {
    padding: 10px;
  }

  .home1 {
    padding-top: 10px;
  }

  .top-divider {
    display: none;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-inner > .img:not(:last-child) {
    margin-bottom: 10px;
  }

  .row-small > .col,
  .row-small > .flickity-viewport > .flickity-slider > .col {
    padding: 0 5px 10px;
  }

  .container .row-small:not(.row-collapse),
  .row .row-small:not(.row-collapse) {
    padding: 0 5px;
  }

  .row-bot .col-inner {
    padding: 5px 10px;
    height: 60px;
  }

  .row-bot .col:first-of-type .img {
    max-width: 50px;
  }

  .row-bot h3 {
    font-size: 10px;
    margin-bottom: 0;
  }

  .row-bot p img {
    max-width: 25px;
  }

  .row-bot .col:nth-of-type(2) .img {
    max-width: 32px;
  }

  .row-bot .col:nth-of-type(3) .img {
    max-width: 37px;
  }

  .home2 .layout2 .col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .home3,
  .home4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mess-box {
    min-height: 380px;
  }

  .mess-box .img {
    position: absolute;
    height: 100%;
  }

  .mess-box .img .img-inner {
    height: 100%;
  }

  .mess-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mess-box h3 {
    font-size: 20px;
  }

  .mess-box p {
    font-size: 16px;
  }

  .wp-singular .dawp-breadcrumbs-nav .dawp-crumb-current {
    display: none;
  }

  .wp-singular .dawp-breadcrumbs-nav .dawp-crumb-sep:first-of-type {
    display: inline-block;
  }

  .wp-singular .dawp-breadcrumbs-nav .dawp-crumb-sep {
    display: none;
  }

  .about2,
  .about5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .box-ab {
    padding: 50px 10px;
  }

  .box-ab p {
    gap: 8px;
  }

  .about5 .post-item:nth-child(n + 3) {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 849px) {
    .tab-panels .table-scroll-mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 20px;

        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .tab-panels .table-scroll-mobile table {
        width: max-content;
        min-width: 900px;
        margin-bottom: 0;
    }

    .tab-panels .table-scroll-mobile th,
    .tab-panels .table-scroll-mobile td {
        white-space: nowrap;
    }
}


/* Khung cuộn bảng */
.tab-panels .table-scroll-mobile {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    -webkit-overflow-scrolling: touch;
}

/* Table */
.tab-panels .table-scroll-mobile table {
    width: 100%;
    min-width: 800px;
    margin: 0;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
}

/* Tiêu đề bảng */
.tab-panels .table-scroll-mobile thead th,
.tab-panels .table-scroll-mobile tr:first-child th,
.tab-panels .table-scroll-mobile tr:first-child td {
    padding: 12px 15px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Nội dung bảng */
.tab-panels .table-scroll-mobile td,
.tab-panels .table-scroll-mobile tbody th {
    padding: 11px 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
	    font-size: 14px;
    font-weight: 400;
}

/* Cột đầu tiên */
.tab-panels .table-scroll-mobile td:first-child,
.tab-panels .table-scroll-mobile tbody th:first-child {
    font-weight: 600;
    text-align: left;
}

/* Dòng xen kẽ */
.tab-panels .table-scroll-mobile tbody tr:nth-child(even) td,
.tab-panels .table-scroll-mobile tbody tr:nth-child(even) th {
    background: #f7f7f7;
}

/* Mobile */
@media screen and (max-width: 849px) {
    .tab-panels .table-scroll-mobile table {
        width: max-content;
        min-width: 800px;
        font-size: 13px;
    }

    .tab-panels .table-scroll-mobile th,
    .tab-panels .table-scroll-mobile td {
        padding: 10px 12px;
        white-space: nowrap;
    }
}