/*
Theme Name: Flatsome child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}
.sidebar-menu .toggle{
	color:#fff;
}
.sidebar-menu .menu-item-has-children{
	flex-wrap:nowrap !important;
}
.sidebar-menu .sub-menu li{
	padding:0;
}
body {
  font-size: 14px;
  color: #403938;
  line-height: 1.7;
}
.sf-menu ul {
  min-width: 21em;
}
.popup-dang-ky {
    position: fixed;
    z-index: 999999;
    bottom: 65px;
    right: 30px;
    padding: 18px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    color: rgb(0, 125, 252);
    background: linear-gradient(135deg, rgb(42, 39, 218), rgb(0, 204, 255));
    box-shadow: rgba(0, 77, 255, .5) 0 2px 16px;
}
.popup-dang-ky svg {
    width: 26px;
    height: 26px;
    fill: rgb(255, 255, 255);
    transition: all 0.2s ease-in-out 0s;
}
#cfacebook {
  position: fixed;
  bottom: 140px;
  right: 10px;
  z-index: 9999;
  width: 350px;
  max-width: calc(100% - 20px);
  height: auto;
  border-radius: 5px;
  box-shadow: rgba(0, 18, 46, 0.16) 0 8px 18px 0;
}
.chat-header {
  padding: 24px 28px 0;
  background: linear-gradient(-61deg, #b063dc, var(--primary-color));
  position: relative;
  z-index: 4;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#cfacebook h2.twolines {
  margin-top: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
button.material-icons.exit-chat.ripple {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  border: unset;
}
.chat-header #ic-minimize {
  height: 20px;
  width: 27px;
  transform: rotate(270deg);
  fill: #fff;
}
.offline-message {
  margin-top: 30px;
  background-image: linear-gradient(135deg, var(--primary-color), #b063dc 100%);
}
.offline-message span.online::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: rgb(88, 183, 67);
  border-radius: 50%;
  left: 15px;
  bottom: 5px;
}
#cfacebook .top-heading {
  font-size: 20px;
  display: block;
  line-height: 15px;
  margin-top: 4px;
}
#cfacebook .fchat {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px;
  z-index: 10;
  position: relative;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#dang-ky-popup{
	background: linear-gradient(-61deg, #b063dc, var(--primary-color));
	border-radius:30px;
	padding:50px;
}
#dang-ky-popup h3{
	color:#fff;
}
#dang-ky-popup .mfp-close{
	mix-blend-mode: color-burn;
}
#dang-ky-popup .submit-lienhe{
	position: relative;
    top: 60px;
}
#dang-ky-popup input[type=submit]{
	border-radius:99px;
	background-color:red;
	padding: 0 30px;
	
}
.btn_readmore a:hover {
  background: #fff;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
li,
ol,
ul {
  margin: 0px !important;
  list-style: none;
}
.category-row.slider-nav-push:not(.slider-nav-reveal)
  .flickity-prev-next-button {
  margin-top: -3%;
}
.product-small .box-image img {
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

/* section about */
.section_about {
  background: #fff8f6;
  padding: 30px 0 85px !important;
  margin-bottom: 40px;
}
.section_about .col-about .title_about {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #403938;
  margin: 0 0 15px;
}
.section_about .col-about .des_about {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #403938;
  margin: 0 0 15px;
}
.section_about .col-about .list_des li {
  display: flex;
  margin-bottom: 25px !important;
}
.section_about .col-about .list_des li span {
  width: calc(100% - 18px);
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #403938 !important;
}
.section_about .col-about .list_des li svg {
  width: 18px;
  height: 18px;
}
.row-khoahocc {
  margin-top: 0px !important;
}
.btn_readmore a {
  display: inline-block;
  width: 227px;
  height: 50px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 1px solid var(--primary-color);
  line-height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.section_about .col-about .title_color {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 22px;
  text-decoration: underline;
}
/* end section about */

/* section review */
.section-review .title_module_main {
  margin-bottom: 20px;
}
.section-review .des {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.section-review a.button {
  margin-top: 25px;
}
.top_review img {
  width: auto;
}
.top_review .box-image {
  margin-bottom: 0px !important;
}
.top_review {
  margin: 0px !important;
}
.top_review .col {
  padding: 0px;
}
.row-review-content > .col > .col-inner {
  padding: 32px 27px;
  background: #f8f8f8;
  position: relative;
  border-radius: 10px;
}
.top_review .box-text {
  padding: 0px;
}
.top_review .col-inner {
  display: flex;
  justify-content: space-between;
}
.top_review .img,
.top_review .img-inner {
  display: inline-block;
  width: auto !important;
}
.title_review {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 10px 0 !important;
}
.des_review {
  display: block;

  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0 0 10px;
}
.section-review .icon-box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 99999px;
  padding: 0px;
}
.section-review .icon-box-img {
  max-width: 50px;
}
.info_review .name_review {
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  color: var(--primary-color);
}
.info_review .job_review {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
}
.section-review .icon-box-text {
  display: flex;
  align-items: center;
}
/* end section review */

/* section slider bottom */

.section-bottom {
  padding: 20px 0px !important;
  overflow: hidden;
  background: var(--primary-color) !important;
}
.section-bottom img {
  width: auto;
  height: auto;
  padding: 0px;
}
.section-bottom .icon-box-img {
  width: auto !important;
  height: 39px !important;
}
.section-bottom .icon-box {
  align-items: center;
  min-height: 50px;
}
.content_service .title_service {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.content_service .des_service {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
}
/* .section-bottom .flickity-viewport {
  height: 50px !important;
}
 */
.title_module_main .h2,
.title_module_main h2 {
  font-weight: 900 !important;
  font-size: 36px !important;
  margin: 0;
  position: relative;
  padding: 20px 0 0;
  text-transform: uppercase;
}
.title_module_main .h2:before,
.title_module_main h2:before {
  content: "";
  position: absolute;
  top: 0;
  width: 77px;
  height: 5px;
  background: var(--fs-color-secondary);
  left: 0;
  border-radius: 5px;
}
/*end section slider bottom */

/* section teacher */
.section_teacher {
  margin-bottom: 50px;
}
.col-slider {
  padding: 0px;
}
.section_teacher .name_teacher {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 29px;
  margin: 15px 0 0 0;
}
.section_teacher .box-text {
  padding: 0px;
}
.section_teacher .job_teacher {
  font-family: "Nunito", serif;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 29px;
  color: #403938;
}
.section_teacher .box-image > div {
  position: relative;
  border-radius: 10px;
}
.section_teacher .box-image > div img {
  border-radius: 10px;
}
.section_teacher .box-image > div:before {
  content: "";
  width: 100%;
  height: 195px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    9.36deg,
    rgba(245, 245, 245, 0.99) 13.99%,
    rgba(196, 196, 196, 0) 87.64%
  );
}
.section_teacher .social-icons a {
  margin: 0px !important;
  border: none !important;
  width: 36px;
  height: 36px;
  line-height: 36px !important;
  background: var(--primary-color) !important;
  border-radius: 10px !important;
  border: solid 1px var(--primary-color) !important;
  text-align: center;
  margin-right: 5px !important;
  display: inline-block !important;
  transition: all 0.5s ease-in-out !important;
  color: #fff !important;
  font-size: 14px;
}
.section_teacher .tooltip {
  position: unset !important;
  z-index: unset !important;
  display: unset !important;
  font-size: unset !important;
  line-height: unset !important;
  opacity: unset !important;
  filter: unset !important;
  visibility: unset !important;
}
.section_teacher .social-icons a i {
  color: #fff;
  opacity: 1 !important;
}
.section_teacher .social-icons a:after {
  content: none !important;
}
.section_teacher .social-icons {
  opacity: 0 !important;

  position: absolute !important;
  top: 60%;

  transform: translatex(-50%);
  transition: opacity 0.5s ease-in-out;
}
.section_teacher .col .box:hover .social-icons {
  display: inline-block;
  opacity: 1 !important;
}
.section_teacher .box-text {
  position: static;
}
/*end section teacher */

/* section banner 2 */
.section_banner_2 {
  padding: 40px 0px !important;
}
.tab-banner .col a::before,
.section_banner_2 a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tab-banner .col a::after,
.section_banner_2 a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.tab-banner .col a,
.section_banner_2 a {
  position: relative;
  display: block;
}
.tab-banner .col a:hover::before,
.section_banner_2 a:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
}
.tab-banner .col a:hover,
.section_banner_2 a:hover {
  transition: all 0.5s ease-in-out;
  filter: drop-shadow(0px 4px 30px rgba(19, 28, 25, 0.1));
}
.tab-banner .col a:hover:after,
.section_banner_2 a:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3);
}
/* end section banner 2 */

/* section category product */
.section_category_product {
  padding-top: 50px !important;
}
.title_module_main {
  margin-bottom: 30px;
}
.category-column h2 {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  width: auto;
  margin: 0px;
  padding-left: 10px;
}
.category-column a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  height: 63px;
  padding: 0 20px;
  background: #fafafa;
  border-radius: 10px;
  transition: all ease 0.3s;
  position: relative;
}
.category-column {
  padding: 10px;
}
.category-column:hover a {
  background: var(--primary-color);
}
.category-column:hover a:before {
  content: "\f061";
  font-family: fontawesome;
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 10px;
}
.category-column:hover h2 {
  color: #fff !important;
}
/* .category-column:hover img {
  filter: brightness(100);
} */
/* end section category product */
/* section-futured */

.section_featured {
  background: rgba(235, 250, 240, 0.9);
  padding: 50px 0 60px !important;
/*   margin-bottom: 50px; */
  margin-top: 60px;
}
.tab-banner .col {
  padding-bottom: 50px;
}
.section_featured .product-small .box-image img,
.section-new:not(.moi-nhat) .product-small .box-image img,
.archive .product-small .box-image img,
.related .product-small .box-image img {
  height: 200px;
}
/*end section-futured */
/* section new */
.section-new {
  padding-top: 50px !important;
}
.product_hover {
  opacity: 0;
  position: absolute;
  border: none;
  display: block;
  width: 100%;
  padding: 15px;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.section-new .box-text-products .category {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--primary-color);
  display: block;
  margin: 0 0 5px;
  text-transform: unset;
}


.section-new .product-small:hover .product_hover {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  height: 100%;
  opacity: 1;
  z-index: 9999;
}
.product_hover .blog-bar-content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product_hover .blog-bar-content .blog-thumbnail.lazyload {
  background-size: cover;
  width: 61px;

  position: relative;
  height: 61px;
  border-radius: 50%;
  float: left;
  object-fit: cover;
}
.section-new .box,
.section-new .box-text {
  position: static;
}
.product_hover .blog-bar-content .content_blog {
  width: calc(100% - 61px);
  float: left;
  padding-left: 10px;
}
.product_hover .blog-bar-content .content_blog a {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #333333;
}
.blog-bar-content .content_blog .summary_blog {
  font-family: "Nunito", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  margin: 0;
}
.product_hover .product-name-1 a {
  line-height: 25px;
  text-decoration: none;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  display: block !important;
  overflow: hidden;

  white-space: unset;
  height: 48px;
}
.product_hover .group_tag {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: "Nunito", serif;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 400;
}
.product_hover .group_tag .lesson_tag svg,
.product_hover .group_tag .time_tag svg {
  transform: translateY(4px);
}
.product_hover .desproduct {
  margin: 0 0 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  white-space: unset;
  -webkit-box-orient: vertical;
  max-height: 108px;
  color: #676767;
  font-family: "Nunito", serif;
  font-size: 16px;
  overflow: hidden;
}

.product_hover .btn-views {
  font-size: 16px;
  font-weight: 800;
  font-family: "Nunito", serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  border-radius: 10px;
  height: 50px;
  line-height: 50px !important;
  text-transform: uppercase;
  padding: 0 15px;
  box-shadow: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  z-index: 10;
}
.product_hover .btn-views:hover {
  background: #fff;
  color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
}
.product-page-price span.lienhe {
  color: #f76758;
  font-weight: 800;
  font-size: 32px;
  line-height: 43px;

  display: block;
}
.price span.lienhe {
  color: #f76758;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}
/* end section new */
/* single post */

.blog-wrapper .shop-page-title {
  display: none;
}

.blog-wrapper {
  padding: 0px;
}
.page-title-inner {
  min-height: unset;
  padding: 0px !important;
  border-radius: 0;
  font-weight: 400;
  line-height: 24px;
}
.entry-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.entry-divider {
  display: none;
}
.line {
  color: #acacac;
  font-family: "Nunito", serif;
  padding: 0 3px;
}
.post-time {
  color: #acacac;

  font-size: 14px;
  display: inline-block;
}
.author-post {
  font-size: 14px;
  color: #acacac;
  font-weight: 400;
}
.author-post span {
  color: var(--primary-color);
}
#comments {
  display: none;
}
.title-product-page {
  letter-spacing: 0;
  display: block;
  position: relative;
  padding: 0 30px 0 0;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
}
.title-product-page a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  position: relative;
}
/* end single post */
/* single product */
.wishlist-icon {
  display: none;
}
.tinv-wishlist {
  margin-top: 15px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 25px;
}

.rte .tag_product {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
}
.rte .tag_product:nth-child(1):before {
  content: "\f03d";
}
.rte .tag_product:nth-child(2):before {
  content: "\f02d";
}
.rte .tag_product:before {
  position: absolute;
  background-size: contain;
  font-family: fontawesome;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0;
}
.rte ul li:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 0px;
  font-family: fontawesome;
  left: 0;
}
.rte ul li {
  position: relative;
  display: block;
  margin-bottom: 15px !important;
  padding-left: 30px;
}
.rte ul li:nth-child(1):before {
  content: "\f15b";
}
.rte ul li:nth-child(2):before {
  content: "\f017";
  font-weight: 900 !important;
}
.rte ul li:nth-child(3):before {
  content: "\f1eb";
}
.rte ul li:nth-child(4):before {
  content: "\f0a3";
}
.rte {
  font-family: "Nunito", serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #5c5b5b;
}

.add-to-cart-container {
  padding-bottom: 0px !important;
}
.right-header-product .row {
  margin: 0px !important;
}
.right-header-product .col {
  padding: 0px;
}
.right-header-product .col-right-bottom > .col-inner {
  padding: 0 35px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(239, 239, 239, 0.76);
}
.right-header-product .col-right-bottom .title_summary {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
.reset_variations {
  display: none;
}
.single_add_to_cart_button {
  height: 50px;
  line-height: 50px;

  text-decoration: none;
  text-transform: none;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  margin-bottom: 15px;
  color: #fff;
  border: 1px solid var(--primary-color);
  background: var(--primary-color) !important;
  margin-top: 0px;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 400;
}
.right-header-product .variations tr {
  display: flex;
  flex-direction: column;
}
.right-header-product .price {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5px;
}
.right-header-product ins bdi {
  color: #f76758;
  font-weight: 800;
  font-size: 32px;
  line-height: 43px;

  display: block;
}
.variable-item-span-button {
  padding: 0px !important;
  border-color: var(--primary-color);

  padding: 0 10px !important;
  min-width: 30px !important;
  height: 30px !important;
  margin: 0;
  border: 1px solid #ebebeb;
  font-size: 12px;
  border-radius: 10px;
  line-height: 30px;
}
.right-header-product .variations .label {
  line-height: 30px;

  font-size: 12px;
  color: #403938;
  font-weight: 700;
  padding: 0px;
}
.right-header-product .add-to-cart-container {
  padding: 0 35px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(239, 239, 239, 0.76);
}
.variable-item.button-variable-item {
  border: none !important;
  padding: 0px !important;
}
.value.woo-variation-items-wrapper {
  border: none !important;
}
.button-variable-item {
  box-shadow: none !important;
  margin-right: 10px !important;
}
.right-header-product .woocommerce-variation-price {
  border: none;
}
.button-variable-item.selected span {
  background: var(--primary-color) !important;
  color: #fff;
}
.woo-variation-items-wrapper {
  padding: 0px !important;
}
.variations {
  margin-bottom: 15px !important;
}
.right-header-product .woocommerce-variation-price {
  padding: 10px 0px !important;
}
.right-header-product del bdi {
  display: inline-block;

  font-weight: 400;
  color: #929292 !important;
  font-size: 15px;
  text-decoration: line-through;
  line-height: 1.7;
}
.quantity .is-form.button {
  background: none !important;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #222;
  border: 0;
  width: 50px;
  height: 50px;
  transition: all ease 0.3s;
  line-height: 32px;
  display: inline-block;
}

.right-header-product .quantity {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 20px 15px 0 !important;
  border: none;
  box-shadow: none;
  height: 50px;
  min-height: unset;
  border: solid 1px #ebebeb;
  border-radius: 10px !important;
}

.right-header-product .quantity .qty {
  border: none;
  box-shadow: none;
  background: none;
  height: 50px !important;
  line-height: 50px;
  padding: 12px !important;
  display: inline-block;
  color: #403938;
  text-align: center;
  min-height: 50px;
  font-size: 14px;
}
.quantity .button:hover {
  box-shadow: none !important;
}

.qty-text {
  margin: 0;
  line-height: 32px;
  float: left;
  width: 100%;
  display: block !important;
  font-weight: 400;
  font-size: 14px;
  color: #403938;
}
.section-product-header .is-divider,
.section-product-header .sku_wrapper {
  display: none !important;
}
.woocommerce-breadcrumb {
  font-size: 14px;
  padding: 30px 0px;
  border-radius: 0;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
}
.woocommerce-breadcrumb a {
  text-transform: capitalize;
  color: var(--primary-color);
  display: inline-block;
}
.woocommerce-breadcrumb a:last-child {
  color: #474747;
  font-weight: 700;
}
.section-product-header .product_title {
  margin: 0px 0px 20px;
  font-size: 24px;
  font-weight: 900;
}
.posted_in {
  border: none !important;
}
.right-header-product {
  padding: 0px 10px;
}
.right-header-product > .col-inner {
  padding: 30px 0;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.first_status {
  display: inline-block !important;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  float: left;
  color: #676767;
  margin-right: 24px;
}
.group-status .first_status .status_name {
  display: block;
  font-weight: 700;
  color: #403938;
}
.category_product {
  padding: 9px 23px;
  background: var(--fs-color-secondary);
  font-family: "Nunito", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--primary-color);
  margin: 0 15px 30px 0;
  display: inline-block;
  border-radius: 10px;
}
.blog-thumbnail.lazyload img {
  width: 100px;

  height: 100px;
  border-radius: 50% !important;
  float: left;
  object-fit: cover;
}
.content_blog {
  width: calc(100% - 100px);

  padding-left: 10px !important;
}
.content_blog .title_article {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  color: var(--primary-color);
}
.blog-bar-content {
  display: flex;
  align-items: center;
}
.title_author {
  font-size: 24px;
  font-weight: 700;
}

.bottom_product_right {
  padding: 0px 35px;
}
.description_tab a:before,
.additional_information_tab,
.reviews_tab {
  display: none !important;
}
.description_tab a {
  font-size: 32px !important;
  padding: 0px !important;
  font-weight: 700 !important;
  line-height: 45px;
  color: var(--primary-color) !important;
  margin: 0 0 30px;
  text-transform: capitalize !important;
}
.tab-panels {
  padding-top: 0px;
}
.woocommerce-tabs {
  margin: 45px 0 30px;
  padding: 40px 50px !important;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.group-status {
  margin-bottom: 30px;
}
/* product new */
.section-new .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: start;
  margin-bottom: 5px !important;
  align-items: center;
}
.section-new ins bdi {
  color: #f76758;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
}
.section-new del bdi {
  text-decoration: line-through;
  font-size: 13px;
  color: #929292;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
  margin-left: 10px;
}
.box-text-products,
.price-wrapper {
  height: unset !important;
}
.product-small .price {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.woocommerce-Price-amount bdi,
.price a.amount {
  color: #f76758;
}
.section .entry-content {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.section .entry-content.active {
  opacity: 1;
}
a.button.primary {
  display: inline-block;
  width: 227px;
  height: 50px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", serif;
  color: #fff;
  border: 1px solid var(--primary-color);
  line-height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  margin-bottom: 0px;
}
a.button.primary:hover {
  background: #fff !important;
  box-shadow: none;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.tab-news .tab span {
  font-size: 14px;
}
.product_type {
  padding: 5px 12px;
  background: var(--fs-color-secondary);
  font-family: "Nunito", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--primary-color);
  margin: 0 5px 5px 0;
  display: inline-block;
  border-radius: 10px;
}
/* .product_type.ez {
  background: rgba(179, 152, 255, 0.4);
  color: #5968f2;
} */
.section-new .product-title a {
  line-height: 25px;
  text-decoration: none;
  font-size: 20px;
  margin: 0 0 10px !important;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  height: 48px;
}
.section-new .product-title a {
  margin: 0px;
}
.section-new .box-text-products .title-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.section-new .product .col-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.section-new .tabbed-content {
  margin-top: -76px;
}
.section-new .tab-panels {
  margin-top: 30px;
}
.section-new .box-text {
  padding: 0px;
}
.box-image {
  margin-bottom: 20px;
}
/*end product new */
/*end  single product */
/* footer */
.contact-ft .icon_contact svg {
  width: 17px;
  transform: translateY(10px);
  height: 16px;
}
.contact-ft .icon_contact {
  width: 17px;
  height: 17px;
  float: left;
  line-height: 17px;
}
.contact-ft .content_contact {
  width: calc(100% - 17px);
  float: left;
  padding-left: 10px;
}
.contact-ft .content_contact span,
.contact-ft .content_contact a {
  font-size: 14px;
  line-height: 36px !important;
  font-weight: 400;
  color: #fff;
}
.content_contact span p {
  margin-bottom: 0px;
  line-height: 36px !important;
}
.contact-ft .icon_contact svg {
  width: 17px;
  transform: translateY(10px);
  height: 16px;
}
.contact-ft .icon_contact svg path {
  fill: #fff;
}

.absolute-footer {
  display: none !important;
}
.footer-wrapper {
  background-image: url(/wp-content/uploads/2023/10/bg_footer.webp);

  background-color: #020202;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.footer-wrapper .social-footer li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: var(--primary-color);
  border: solid 1px var(--primary-color);

  border-radius: 10px;
}
.social-footer {
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
}
.footer-wrapper .social-footer li a svg {
  transform: translateY(3px);
}
.social-footer li {
  display: inline-block;
  margin-right: 8px !important;
}
.footer-wrapper img {
  width: auto;
}
.footer-wrapper h4 {
  font-family: "Nunito", serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.subscribe form {
  margin: 0 0 30px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.subscribe form input {
  margin-bottom: 0;
  height: 47px;
  padding: 0 110px 0 25px;
  min-height: 47px;
  width: 100%;
  max-width: 100%;
  border: 0;
  display: block !important;
  background: #fff;
  border-radius: 10px !important;
  font-size: 14px;
  color: #403938;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.input-group-btn {
  position: absolute;
  white-space: nowrap;
  right: 0px;
  top: 0;
  width: 50px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  z-index: 4;
}
.input-group-btn button.btn {
  margin: 0px !important;
  border: none !important;
}
.input-group-btn .icon-fallback-text {
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  height: 47px;
  border-radius: 10px;
  line-height: 47px;
  float: right;
  max-width: unset;
}
.footer-wrapper .col-left {
  padding-right: 75px;
}
footer a:hover {
  color: var(--fs-color-secondary) !important;
}
.footer-section .list-menu li a {
  color: #fff;
  font-family: "Nunito", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
h4.title_last {
  margin: 40px 0 10px;
}
.section-footer-bottom p {
  margin: 0px;
  display: inline-block;
}
.section-footer-bottom .wsp {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: "Nunito", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}

/*end footer */

/* 
blog archie
*/
.blog-archive .blog-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0px !important;
  width: 300px;
  display: block;
  text-align: center;
  border-radius: 15px !important;
}
.blog-wrapper .content_blog {
  width: calc(100% - 300px);
  padding-left: 30px !important;
  -webkit-width: calc(100% - 300px);
  -moz-width: calc(100% - 300px);
  -o-width: calc(100% - 300px);
  -os-width: calc(100% - 300px);
}
.summary_blog p {
  margin: 0px !important;
}
.blogwp {
  display: flex;
  align-items: center;
}
.blogwp .content_blog .summary_blog p {
  font-size: 14px;
  font-family: "Nunito", serif;
  color: #403938;
  line-height: 24px;
  font-weight: 400;
  word-break: break-word;
  margin-bottom: 0;
}
.blog-wrapper .author,
.blog-wrapper .post-date {
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 18px;
}
.post-date i {
  margin-right: 5px;
}
.blogwp .content_blog h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 18px;
  display: block;
  line-height: 28px;
}
.blogwp {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.post-item {
  padding: 0px 10px;
}

.blogwp .blog-thumbnail:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.blogwp .blog-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-sidebar {
  padding: 0px 15px !important;
}
.blog-wrapper .row-large {
  margin-top: 0px !important;
}
#nav_menu-4 #menu-main-menu > li a,
#nav_menu-3 li a {
  padding: 10px 25px 10px 0;
  border-bottom: 1px dashed #ebebeb;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
#nav_menu-4 #menu-main-menu > li,
#nav_menu-3 li {
  border: none;
}
#block-3 h2 a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  position: relative;
  text-transform: uppercase;
}
#block-3 .loop-blog .thumb-left {
  width: 90px;
  display: block;
  text-align: center;
  float: left;
  overflow: hidden;
  position: relative;
}
#block-3 .thumb-left img {
  min-height: unset;
  height: 68px;
  width: 100%;
}
.loop-blog .name-right h3 {
  position: relative;
  font-size: 14px;

  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  color: #403938;
}
.loop-blog .name-right {
  display: block;
  float: left;
  width: calc(100% - 90px);
  padding-left: 15px;
  -webkit-width: calc(100% - 90px);
  -moz-width: calc(100% - 90px);
  -o-width: calc(100% - 90px);
  -os-width: calc(100% - 90px);
}
a,
.text-link {
  text-decoration: none;
  background: transparent;
}
.loop-blog .name-right .post-time {
  display: inline-block;
  color: #acacac;
  font-size: 14px;
  font-family: "Nunito", serif;
}
.loop-blog {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 20px;
}
.blog-wrapper .large-9 {
  padding: 0px 15px !important;
}
.header-blog img {
  height: 450px;
  object-fit: cover;
}
/* end archie */

/* header */
header .button.is-outline {
  line-height: 3 !important;
}
.contact_header {
  display: inline-block;
  margin-right: 70px;
  line-height: 51px;
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  text-align: center;
}
.contact_header svg {
  width: 16px;
  height: 16px;
  transform: translateY(3px);
}

.contact_header a {
  color: var(--primary-color);
  font-weight: 700;
}

#mega-menu-wrap {
  width: auto;
  background: #fff;
  display: inline-block;
  margin-right: 44px;
}
#mega-menu-title {
  color: var(--primary-color);
}
#mega-menu-title:hover {
  color: var(--fs-color-secondary);
}
#logo {
  display: inline-block !important;
}
#woocommerce-product-search-field-0 {
  box-shadow: none !important;
  height: unset;
  font-size: unset;
  padding: unset;
  height: 40px;
  min-height: 40px;
  border: none;
  padding: 0 30px 0 15px;
  font-size: 14px;
  border-radius: 10px !important;
  background: #f3f3f3;
}
.ux-search-submit {
  border: none;
  background: unset !important;
  padding: 0 15px !important;
  color: var(--fs-color-secondary);

  font-size: 14px;
  height: 40px !important;
}
.searchform {
  border-radius: 10px !important;
  background: #f3f3f3 !important;
}
.header-search-form {
  width: 329px;
  display: inline-block;
}
.header-button-1 a {
  border: none !important;
  text-transform: unset;
  padding-right: 14px;
  font-family: "Nunito", serif;
  font-weight: 600;
  font-size: 15px;
  color: #5b5b5b;
}
#logo {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  position: relative;
}
#logo:before {
  content: "";
  width: 1px;
  height: 31px;
  background: #929292;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#mega-menu-title {
  padding: 0px;
}
#mega_menu {
  width: 220px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 81px;
  left: 0;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  padding: 10px 0px !important;
  opacity: 0;
  display: unset;
}
#mega-menu-wrap:hover #mega_menu {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1);
  transform: scaleY(1) !important;
}
#mega-menu-wrap {
  line-height: 81px;
}
#mega_menu li a {
  line-height: 25px;
  display: block;
  text-align: left;
  font-size: 14px;

  font-weight: 400;
  position: relative;
  padding: 10px 0;
  color: var(--primary-color);
  border: none !important;
}
#mega_menu > li {
  display: block;
  position: relative;
  margin-right: 0px !important;
  margin-left: 0px !important;
  border-radius: 0px;
  padding: 0px 20px;
}
#mega_menu a:hover {
  background: none !important;
}
.sub-menu li:hover > a,
#mega_menu > li:hover > a {
  color: var(--fs-color-secondary) !important;
}
.sub-menu li:hover {
  background: none !important;
}
.sub-menu li {
  padding: 0 20px;
}
.section-review .icon-box-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  flex: unset;
}
.star-rating {
  margin: 0px !important;
}
.star-rating span:before {
  color: var(--fs-color-secondary) !important;
}
/*end header */
/* Bộ lọc */
.is-divider {
  display: none;
}
.woof_radio_label {
  line-height: 20px;
  color: var(--primary-color);
}
.woof_container_inner h4 {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.large-9.section-new {
  padding-top: 0px !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
  opacity: 1 !important;
  border-radius: 3px !important;
  background: #f76758 !important;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
  background: #f76758 !important;
  height: 13px;
  width: 13px;
  cursor: pointer;
  border: none;
}
.woof .widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.woof_radio_term_reset,
.woof_products_top_panel {
  display: none !important;
}
.woof_is_opened,
.woof_is_closed {
  background: none !important;
}
.woof_is_closed:after {
  content: "\f0d7";
  font-family: fontawesome;
  display: inline-block !important;
}
.woof_is_opened:after {
  content: "\f0d8";
  font-family: fontawesome;
  display: inline-block !important;
}

.button.woof_reset_search_form {
  height: 38px;
  line-height: 37px;
  font-size: 14px !important;

  border-radius: 5px !important;
  margin-bottom: 0px;
  float: left !important;
  margin: 1em 0px;
}
.category-page-row.row {
  padding-top: 0px;
}
.woof_block_html_items .woof_radio_label:before {
  content: "";
  margin-right: 5px;
  border-radius: 2px;
  font-size: 18px;
  border: solid 1px #ebebeb;
  line-height: 40px;
  height: 15px !important;
  width: 15px;
  display: inline-block;
  margin-right: 10px;
}
.woof_block_html_items input {
  margin: 0px !important;
  display: none !important;
  color: #6f6f6f;
}
.woof_list > .woof_childs_list_li:has(:checked) > label:before {
  border-color: var(--primary-color);

  background: var(--primary-color);
}
.woof_childs_list > li:has(:checked) > label:before {
  border-color: var(--primary-color);

  background: var(--primary-color);
}

/* end bộ lọc */
.footer-section .col-left {
  padding: 0px 15px;
}
.contact-ft {
  margin: 0 0 10px;
}

.accordion {
  display: flex;
}
.accordion-inner {
  padding: 0px;
}
.accordion-title {
  font-size: 14px;

  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0px;
}
.accordion-item .accordion-inner {
  display: block;
}
.accordion-item {
  width: 33.3333333%;
}
.accordion-item .toggle {
  display: none;
}
.accordion-title {
  border: none;
}
.star-rating {
  margin-bottom: 10px !important;
}
h1.shop-page-title {
  display: none;
}
.title-page-custom {
  padding: 0px 15px;
}
.title-page-custom p {
  color: #333;
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 800;
  border: 0;
  text-transform: uppercase;
  line-height: 20px;
}
.image-header-product a:after,
.image-header-product a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.image-header-product a {
  position: relative !important;
  margin-bottom: 50px !important;
  display: block;
}
.image-header-product a:hover .img-inner {
  -webkit-filter: drop-shadow(0px 4px 30px rgba(19, 28, 25, 0.1));
  filter: drop-shadow(0px 4px 30px rgba(19, 28, 25, 0.1));
}
.image-header-product a .img-inner {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: transparent;
  display: block;
}
.image-header-product a:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
}
.image-header-product a:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3);
}
#open-filters {
  width: 40px !important;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 0px 0px 20px;
  color: #fff;
  background: var(--primary-color);
  position: fixed;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%);
  padding: 4px 10px;
  cursor: pointer;
  z-index: 9999;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  display: none !important;
}
.header-button a {
  color: #5b5b5b;
  font-weight: 500;
}
.header-button a:hover {
  background: none !important;
}

.account_header a {
  font-size: 15px;
  font-family: "Nunito", serif;
  color: #929292;
  padding: 10px 30px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 10px;
  float: right;
  position: relative;
}
.account_header a:last-child:before {
  content: "";
  width: 1px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #929292;
}
.account_header {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-left: 24px;
  float: right;
}
.account_header a.btns {
  background: rgba(0, 188, 134, 0.22);
  color: var(--primary-color);
}
.back-to-top {
  border: none !important;
  background: var(--primary-color) !important;
  color: #fff !important;
}
.checkout_coupon {
  display: none;
}
.quantity .qty {
  border: none;
  box-shadow: none;
  background: none;
  height: 50px !important;
  line-height: 50px;
  padding: 12px !important;
  display: inline-block;
  color: #403938;
  text-align: center;
  min-height: 50px;
  font-size: 14px;
}
.wc-proceed-to-checkout .button {
  font-family: "Nunito", serif;
  line-height: 40px;
  color: #fff;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  background: var(--primary-color) !important;
  border: solid 1px var(--primary-color);
  padding: 0px 30px;
  text-transform: uppercase;
  border-radius: 3px;
}
.actions.clear .wp-element-button {
  display: none;
}
.continue-shopping .button-continue-shopping {
  border: 1px solid #2a2a2a;
  font-family: "Nunito", serif;
  width: 100% !important;
  display: inline-block;
  height: 40px !important;
  line-height: 40px !important;
  background: #2a2a2a !important;
  color: #fff;
  padding: 0px 30px !important;
  font-size: 13px !important;
  border-radius: 3px;
  text-transform: uppercase;
}
.header-button a:hover span {
  color: #222 !important;
}
.text.location h3 {
  display: block;

  font-weight: 800;
  color: #403938;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 5px;
}
.text.location span {
  font-size: 14px;
  display: block;
  line-height: 30px;
  color: #403938;
  line-height: 26px;
  margin: 0;
}
.text.location .content_contact {
  display: flex;
}
.text.location .content_contact > div:nth-child(2) {
  padding-left: 10px;
}
.text.location .content_contact > div:nth-child(1) i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  background-color: var(--primary-color);
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 50%;
  float: left;
  color: #fff;
}
/* .text.location .content_contact {
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 30px;
  z-index: 1;
} */
.text.location .content_contact p {
  margin: 0px;
}
.text.location .content_contact {
  position: relative !important;
}
.location .col-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0%;
  height: 100%;
  background-color: var(--fs-color-secondary);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.location .col-inner:hover:before {
  opacity: 1;
  width: 100%;
}
.text.location .content_contact:hover i {
  background: #fff !important;
  color: var(--primary-color) !important;
}
.location .col-inner:hover *,
.location .col-inner:hover h3 {
  color: #fff !important;
}

.section-form input {
  height: 45px;
  border-radius: 5px;
  min-height: 45px;
  outline: none;
  font-size: 14px;
  position: relative;
  padding: 0px 15px;
  display: block;
  width: 100%;
  color: #403938;
  margin: 0;
  margin-bottom: 20px;
  box-shadow: none;
}
textarea {
  border-radius: 5px;
  box-shadow: none;
  background-color: #fff;
  outline: none;
}
.form-group,
.area {
  padding: 0px 15px;
}
.form-lh .form-group {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.form-lh .group_contact {
  display: flex;
  flex-wrap: wrap;
}
.form-lh .area {
  flex: 0 0 100%;
  max-width: 100%;
}
.wpcf7-submit {
  display: inline-block;
  width: auto !important;
  margin: 0px !important;
  color: #fff !important;
}
.wpcf7-spinner {
  display: none;
}
.submit-lienhe p {
  display: flex;
  justify-content: center;
}
.section-form h3 {
  font-weight: 500;
  margin: 0px 0 15px;
}
.section-form .col .col-inner {
  margin-bottom: 30px;
  padding: 50px 35px 47px;
  background-color: #f5f5f5;
}
.text-iframe p {
  margin: 0px;
  height: 500px;
}
iframe {
  height: 100%;
}

.account_header a {
  font-size: 15px;
  font-family: "Nunito", serif;
  color: #929292;
  padding: 10px 30px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 10px;
  float: right;
  position: relative;
}
.account_header a:last-child:before {
  content: "";
  width: 1px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #929292;
}
.account_header {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-left: 24px;
  float: right;
}
.account_header a.btns {
  background: rgba(0, 188, 134, 0.22);
  color: var(--primary-color);
}
.price span.lienhe {
  font-size: 22px;
}
.right-header-product .price span.lienhe {
  font-size: 32px;
  line-height: 43px;
}
.right-header-product .woocommerce-Price-amount bdi {
  font-size: 32px;
  line-height: 43px;
}
.right-header-product del bdi {
  color: #929292;
  font-size: 15px !important;
}
.group_button {
  display: inline-block;
  float: right;
}
.group_button .tinv-wishlist {
  margin: 0px;
  height: 50px;
  line-height: 50px;
  background: #f3f4fd;
  width: 300px;
  position: relative;
  color: #403938;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  display: inline-block;

  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #f3f4fd;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 850px) {
  /* Từ 850px trở lên */
  .show-on-desktop {
    display: block !important;
  }
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .header-blog img {
    height: 300px !important;
  }
  .blog-single .woocommerce-breadcrumb,
  .blog-single .medium-col-first {
    max-width: 720px;
    margin: 0 auto;
  }
  .blog-single .row-large {
    display: block;
  }
  .tab-banner .col:nth-child(2) {
    display: none;
  }
  .tinv-wishlist {
    width: 100%;
    height: auto;
    padding: 20px 0px;
  }
  .tinv-header h2 {
    margin: 0px !important;
  }
  .product_hover {
    display: none !important;
    line-height: unset;
  }
  .section-new .price span.lienhe {
    font-size: 22px;
    line-height: 30px !important;
  }
  #mega-menu-wrap {
    margin-right: 5px !important;
  }

  .post-sidebar,
  .category-filtering,
  #logo:before {
    display: none !important;
  }
  .section_about {
    padding: 30px 0 !important;
  }
  .section_banner_2 {
    padding-bottom: 40px !important;
  }
  .header-search a {
    line-height: 81px;
  }
  .header-search a {
    padding: 0px !important;
    width: 40px;
    height: 40px;
    font-size: 16px !important;
    color: var(--primary-color) !important;
  }
  .tabbed-content {
    margin-top: unset !important;
  }
  .section-new .tabbed-content .nav {
    justify-content: start;
  }
  .tab-banner .col.medium-12 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .mobile-sidebar {
    height: 100vh;
    background-color: var(--primary-color);
  }
  .toggle {
    opacity: 1;
  }
  .mobile-sidebar .icon-angle-down,
  .mobile-sidebar a {
    color: #fff !important;
    opacity: 1 !important;
  }
  .group_button {
    display: block;
    float: unset;
  }
  .tinv-wishlist {
    padding: 10px;
    margin-top: 20px;
    line-height: 1 !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .row.show-for-medium {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .row.show-for-medium .col {
    flex: 0 0 auto;
    max-width: 40%;
  }
  .section-des .section-content,
  .section-product-header .section-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .blog-archive .row-large {
    display: block;
    max-width: 720px !important;
    margin: 0 auto !important;
  }
  .row-review-content {
    margin-top: 40px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .row-review-content .col {
    flex: 1 0 50%;
    max-width: 100%;
  }

  .section-new .tabbed-content .nav a {
    font-size: 14px;
    padding: 10px 20px !important;
    color: #403938 !important;
    border-radius: 10px;
    margin-right: 10px;
    line-height: 1.7;
  }
  .section-new .tabbed-content li.active a {
    color: #fff !important;
  }
  .col-about {
    margin-top: 30px;
  }

  .section_category_product .section-content,
  .section_banner_2 .section-content,
  .section-review .section-content,
  .section_about .section-content,
  .section_teacher .section-content,
  .section-new .section-content {
    max-width: 720px;
    margin: 0 auto;
  }
  .accordion-item {
    flex-basis: 33.33333% !important;
    max-width: 33.33333% !important;
  }
  .footer-section .section-content,
  .section-bottom .section-content,
  .header-inner {
    max-width: 720px !important;
    margin: 0 auto;
  }
}

@media (max-width: 850px) {
  .show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .section-footer-bottom {
    padding-bottom: 100px !important;
  }
  .row.show-for-small {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .row.show-for-small .col {
    flex: 0 0 auto;
    max-width: 65%;
  }
  .group_button .tinv-wishlist {
    height: unset !important;
    margin-top: 20px;
  }
  #logo {
    padding: 0 !important;
    margin: 0 !important;
  }
  .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-form .col .col-inner {
    padding: 20px 0px;
  }
  .blog-wrapper .content_blog,
  .blog-archive .blog-thumbnail {
    width: 100%;
  }
  .blog-archive .row-large {
    display: block;
  }
  .woocommerce-breadcrumb {
    padding: 30px 10px;
  }
  .blog-single .row-large {
    display: block;
  }
  .entry-title {
    margin-top: 10px;
  }
  .entry-content h2 {
    font-size: 2rem !important;
  }
  .entry-content h3 {
    font-size: 1.75rem;
    font-weight: 500;
  }

  .blog-wrapper .content_blog {
    padding: 15px !important;
  }
  .blogwp {
    flex-direction: column;
  }

  .category-filtering,
  .archive .add-to-cart-button {
    display: none;
  }

  .side-bar-category {
	  overflow: auto;
    padding: 20px !important;
    left: unset !important;
    position: fixed;
    width: 270px;
    top: 0;
    background: #fff;
    right: -100% !important;
    transition: all 0.35s ease;
    z-index: 99999;
    height: 100vh;
  }
  .category-page-row .large-3 {
    display: block !important;
    padding: 0px;
  }

  .side-bar-category.show-sidebar {
    right: 0 !important;
  }
  .show-sidebar.open-filters {
    right: 270px !important;
  }
  .category-page-row #open-filters {
    display: inline-block !important;
  }
  .accordion-item {
    flex: 1 0 100%;
  }
  .accordion {
    display: block;
  }

  .accordion-item .accordion-inner {
    display: none;
  }
  h4.title_last {
    margin: 10px 0 10px;
  }
  .accordion-title {
    display: block;
    width: 100%;
  }
  .accordion-item {
    width: 100%;
  }
  .btn_readmore a {
    width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .btn_readmore {
    text-align: center;
  }
  .section-review a.button.primary {
    display: none;
  }
  .top_review img {
    width: auto;
    height: auto;
    max-width: unset;
  }
  .row-review-content > .col {
    margin-bottom: 30px;
  }
  .section-review .des {
    margin-bottom: 20px;
  }
  .section-product-header .product_title {
    font-size: 28px;
    line-height: 36px;
  }
  .product-thumbnails .flickity-viewport {
    height: 90px !important;
  }
  .product-thumbnails .flickity-button {
    display: none;
  }
  .right-header-product .product-price-container {
    padding: 0px 20px;
  }
  .add-to-cart-container {
    padding: 0px 20px !important;
  }
  .bottom_product_right,
  .right-header-product .col-right-bottom > .col-inner {
    padding: 0px 20px !important;
  }
  .woocommerce-tabs {
    padding: 40px 20px !important;
  }
  .description_tab a {
    font-weight: 500;
  }
  .right-header-product .quantity .qty {
    padding: unset !important;
  }
  .section_category_product .title_module_main {
    margin-bottom: 20px;
  }
  .category-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0px !important;
  }
  .category-row::-webkit-scrollbar {
    height: 5px;
  }
  .category-row {
    overflow-y: hidden;
  }
  .category-row::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: var(--primary-color);
  }

  .category-row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 15px;
  }
  .category-column {
    flex: 1 0 70%;
    padding: 10px 0px !important;
    margin-right: 10px;
  }
  .section-new .tabbed-content {
    margin: unset;
  }
  .section-new .nav {
    display: block;
    margin: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .section-new .nav li {
    width: auto;

    display: inline-block;
  }
  .section-new .nav a {
    line-height: unset;
    margin-right: 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    border: none;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 5px 20px;
    color: #403938;
    width: 100%;
  }
  .section-new ul.nav::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 15px;
  }
  .product_hover {
    display: none;
  }
  .product_type {
    padding: 2px 9px;
    font-size: 10px;
  }
  .product-title a {
    font-size: 16px !important;
    height: unset !important;
  }
  .section-new ins bdi,
  .price span.lienhe {
    font-size: 16px;
  }
  .section-new .product .col-inner {
    padding: 10px;
  }

  .section-new .row-product .entry-content .row .product {
    padding: 15px 5px;
  }
  .tab-panels {
    margin-top: 20px !important;
  }
  .section-new del bdi {
    font-size: 12px !important;
    margin: 0px;
    margin-left: 5px;
  }
  #top-bar .contact_header:nth-child(1) {
    display: none;
  }
  #top-bar {
    height: 35px !important;
    line-height: 35px;
    font-size: 13px;
    min-height: unset;
  }
  #top-bar .contact_header {
    line-height: 35px;
    font-size: 13px;
    margin-right: unset;
  }
  .section-bottom .icon-box {
    justify-content: center;
  }
  .icon-box-img,
  .icon-box-text {
    display: inline-block;
    width: auto;
    max-width: auto;
    flex: unset !important;
    margin: 0px !important;
  }

  .title_module_main .h2,
  .title_module_main h2 {
    font-size: 16px !important;
    padding: 15px 0 0;
  }
  .section_category_product {
    padding-top: 20px !important;
  }
}

@media (max-width: 550px) {
  .product-small .box-image img {
    height: 120px !important;
  }
  .section-bottom .icon-box {
    gap: 15px;
  }
  .section-bottom .icon-box .icon-box-text {
    padding: 0;
    text-align: center;
  }
}
.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
