/*
Theme Name: Flatsome Child
Description: AZWebsite.vn developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
.post-title a{
	height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
p {
  margin-bottom: 16px;
}

:root {
  --main-color: #da291c;
  --text-color: #0a0a0a;
  --black-color: #0a0a0a;
  --white-color: #fff;
}

.header-shadow .header-wrapper {
  box-shadow: none;
}

.header-top .header-contact-wrapper > ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.header-top .header-contact-wrapper > ul > li {
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid var(--white-color);
}

.header-top .header-contact-wrapper > ul > li:first-child {
  padding-right: 0;
  border-right: 0;
}

.header-top .header-contact-wrapper > ul > li > a {
  font-size: 16px;
  color: var(--white-color);
  text-transform: none;
  padding: 0;
}

.header-top .header-contact-wrapper > ul > li > a::after {
  display: none;
}

.header-top .header-contact-wrapper > ul > li > a > i {
  font-size: 20px !important;
  margin-right: 5px;
}

.header-main {
  z-index: 11;
}

.header-main .logo {
  position: relative;
}

.header-main .logo::before {
  content: "";
  background: var(--main-color);
  width: 1000px;
  height: 116px;
  position: absolute;
  top: -28px;
  right: 70px;
}

.header-main .logo::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -34px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 116px 0 0 104px;
  border-color: transparent transparent transparent var(--main-color);
}

.header-wrapper.stuck .header-main .logo::before {
  height: 80px;
  top: 0;
}

.header-wrapper.stuck .header-main .logo::after {
  border-width: 80px 0 0 104px;
  top: 0;
}

.header-main .logo > a {
  position: relative;
  z-index: 99;
}

.header-main .flex-col.flex-grow,
.header-main ul.header-nav {
  height: 100%;
}

.header-main ul.header-nav > li.menu-item {
  margin: 0 10px;
  height: 100%;
}

.header-main ul.header-nav > li.menu-item::before,
.header-main ul.header-nav > li.menu-item::after {
  display: none;
}

.header-main ul.header-nav > li.menu-item > a {
  font-size: 16px;
  font-weight: normal;
  color: var(--text-color);
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0;
}

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

.header-main ul.header-nav > li.menu-item > a > i {
  opacity: 1;
  font-weight: bold !important;
  line-height: 1.5;
}

.header-main ul.header-nav > li > ul.sub-menu.nav-dropdown,
.header-main
  ul.header-nav
  > li
  > ul.sub-menu.nav-dropdown
  > li
  > ul.sub-menu.nav-column {
  position: absolute;
  left: 0px;
  min-width: 220px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: none;
}

.header-main ul.header-nav > li:hover > ul.sub-menu.nav-dropdown {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  display: block;
}

.header-main ul.header-nav > li > ul.sub-menu.nav-dropdown > li {
  display: block;
  width: 100%;
  position: relative;
}

.header-main ul.header-nav > li ul.sub-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  padding: 5px 20px 5px 10px;
  margin: 0 15px;
  color: var(--text-color);
  border-bottom: solid 1px #e5e6ec;
  text-align: left;
  text-transform: initial;
}

.header-main
  ul.header-nav
  > li
  ul.sub-menu
  > li.menu-item-has-children
  > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--text-color) transparent transparent transparent;
  display: inline-block;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  transition: 0.5s;
  transform: rotate(270deg);
}

.header-main ul.header-nav > li ul.sub-menu > li > a:hover {
  color: var(--main-color);
  background: #fff;
}

.header-main
  ul.header-nav
  > li
  ul.sub-menu
  > li.menu-item-has-children
  > a:hover::before {
  border-color: var(--main-color) transparent transparent transparent;
}

.header-main
  ul.header-nav
  > li
  > ul.sub-menu.nav-dropdown
  > li
  > ul.sub-menu.nav-column {
  display: none;
  top: 0;
  left: 100%;
}

.header-main
  ul.header-nav
  > li
  > ul.sub-menu.nav-dropdown
  > li:hover
  > ul.sub-menu.nav-column {
  display: block !important;
}

.header-main ul.nav-right > li.has-icon {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-main ul.nav-right > li.has-icon.cart-item > a {
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-bottom: 0;
  padding: 0 10px;
}

.header-main ul.nav-right > li.has-icon > a {
  padding: 0 10px;
}

.header-main ul.nav-right > li.has-icon i {
  font-size: 24px;
  color: var(--text-color);
}

ul.header-nav-main > li.has-dropdown::before,
ul.header-nav-main > li.has-dropdown::after {
  display: none;
}

.flex-col.hide-for-medium.flex-right {
  height: 100%;
}

.header-wrapper.stuck .header-search ul.nav-dropdown,
.header-wrapper.stuck .account-item ul.nav-dropdown,
.header-wrapper.stuck .cart-item ul.nav-dropdown {
  top: 80px;
}

.header-search ul.nav-dropdown,
.account-item ul.nav-dropdown,
.cart-item ul.nav-dropdown {
  padding: 0;
  top: 100px;
  border: solid 1px #d6d6d6;
  box-shadow: #ccc 0 0 3px;
  border-radius: 4px;
}

.header-search ul.nav-dropdown {
  min-width: 200px;
  margin-left: -150px;
  box-shadow: none;
}

.account-item ul.nav-dropdown {
  min-width: 140px;
  margin-left: -88px;
}

.cart-item ul.nav-dropdown {
  padding: 10px;
  min-width: 320px;
  margin-left: -268px;
}

.header-search ul.nav-dropdown .search-form {
  min-width: 200px;
  width: 100%;
}

.header-search ul.nav-dropdown .search-form .searchform-wrapper,
.header-search ul.nav-dropdown .search-form .searchform-wrapper .searchform {
  height: 40px;
}

.header-search ul.nav-dropdown .search-form input {
  height: 40px;
  font-size: 14px;
  color: #999ea1;
  box-shadow: none;
  border: none;
}

.header-search ul.nav-dropdown .search-form button {
  height: 40px;
  min-height: unset;
  background: transparent;
  border: none;
  box-shadow: none;
}

.header-search ul.nav-dropdown .search-form button i {
  font-size: 14px;
  color: #999ea1 !important;
}

.account-item ul.nav-dropdown a {
  font-size: 16px;
  color: var(--text-color);
  padding: 2px 5px !important;
  margin: 0;
}

.account-item ul.nav-dropdown a:hover {
  color: var(--main-color);
}

.off-canvas .mfp-content.off-canvas-cart {
  background: #fff;
  width: 320px !important;
}

.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner {
  padding: 10px;
}

.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner h4 {
  margin-bottom: 15px;
  text-align: left;
}

.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner .is-divider {
  display: none;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget {
  max-height: 220px;
}

.cart-item
  ul.nav-dropdown
  li.widget_shopping_cart
  ul.product_list_widget::-webkit-scrollbar,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background-color: #f7f8fa;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.cart-item
  ul.nav-dropdown
  li.widget_shopping_cart
  ul.product_list_widget::-webkit-scrollbar-thumb,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e0e0e0;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.cart-item ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  ul {
  margin-bottom: 0;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget li,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  ul
  li {
  padding: 0 40px 20px 90px;
  margin-bottom: 20px;
  border-top: none;
  border-bottom: 1px dashed #e9edf5;
  min-height: 100px;
}

.cart-item
  ul.nav-dropdown
  li.widget_shopping_cart
  ul.product_list_widget
  li:last-child,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  ul
  li:last-child {
  margin-bottom: 0;
}

.cart-item
  ul.nav-dropdown
  li.widget_shopping_cart
  ul.product_list_widget
  li
  a.remove,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  ul
  li
  a.remove {
  top: unset;
  color: var(--black-color);
  border: none;
  font-size: 18px !important;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget li a,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  ul
  li
  a {
  font-size: 14px;
  line-height: 20px;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}

.cart-item
  ul.nav-dropdown
  li.widget_shopping_cart
  ul.product_list_widget
  li
  img,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  ul
  li
  img {
  height: 80px;
  width: 80px;
  top: 0;
  margin: 0;
}

.cart-item
  ul.nav-dropdown
  li.widget_shopping_cart
  ul.product_list_widget
  li
  .quantity,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  ul
  li
  .quantity {
  opacity: 1;
  margin: 4px 0 0;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart span.amount bdi,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  span.amount
  bdi {
  font-size: 14px;
  font-weight: normal;
  color: var(--main-color);
}

.cart-item ul.nav-dropdown li.widget_shopping_cart p.total,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  p.total {
  border: none;
  margin: 0;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart p.total strong,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  p.total
  strong {
  font-size: 16px;
  font-weight: normal;
  color: var(--black-color);
}

.cart-item ul.nav-dropdown li.widget_shopping_cart p.total span.amount bdi,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  p.total
  span.amount
  bdi {
  font-size: 16px;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart .buttons,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  .buttons {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart a.button,
.off-canvas
  .mfp-content.off-canvas-cart
  .cart-popup-inner
  .widget_shopping_cart_content
  a.button {
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.header-main .header-button-1 .header-button {
  margin-left: 30px;
}

.header-main .header-button-1 .header-button > a {
  padding: 16px 25px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: none;
  letter-spacing: unset;
  line-height: 21px;
  min-height: unset;
  display: initial;
}

.header-main .header-button-1 .header-button > a::after {
  content: "\f061";
  font-family: "FontAwesome";
  color: var(--white-color);
  margin-left: 8px;
  font-weight: normal;
}

.header-main .header-button-1 .header-button > a:hover {
  color: var(--main-color);
  background: #fff !important;
  box-shadow: none;
}

.header-main .header-button-1 .header-button > a:hover::after {
  color: var(--main-color);
}

.header-bottom {
  display: none !important;
}

.section_brand {
  padding: 25px 0 !important;
  border-bottom: 1px solid #d6d6d6;
}

.section_brand img.ux-logo-image {
  border: 1px solid #d6d6d6;
  border-radius: 7px;
}

.section_information {
  padding: 75px 0 55px !important;
}



.wrap-title {
  padding: 0 170px 70px;
  text-align: center;
}

.wrap-title.w .des-title,
.wrap-title.w p {
  color: var(--white-color);
}

.wrap-title.w p {
  margin-bottom: 0;
}

h2.default_title-link {
  margin-bottom: 25px;
}

h2.default_title-link a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 7px;
}

.des-title {
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  color: var(--text-color);
  margin-bottom: 15px;
}

.section_information .count-wrap {
  font-weight: 600;
  font-size: 35px;
  line-height: 59px;
  color: var(--text-color);
}

.btn-main {
  background: var(--main-color);
  border-radius: 5px;
  margin: 55px 0 0;
  display: inline-block;
  padding: 25px 77px;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  text-transform: none;
  line-height: 29px;
  border: 1px solid var(--main-color);
}

.btn-main span {
  line-height: 1.1;
}

.btn-main:hover {
  box-shadow: none;
  background: #fff !important;
  color: var(--main-color);
}

.section_service {
  padding: 70px 0 80px !important;
  color: var(--white-color);
}

.section_service .wrap-service > .col {
  border-right: 2px solid #767676;
  border-bottom: 2px solid #767676;
}


.section_service .wrap-service > .col.c4,
.section_service .wrap-service > .col.c6 {
  border-right: none;
}


.section_service .wrap-service > .col.c5,
.section_service .wrap-service > .col.c6 {
  border-bottom: none;
}

.section_service .wrap-service > .col.pb-0 {
  border: none;
}

.section_service .icon-box {
  padding: 45px 50px;
  position: relative;
}

.section_service .icon-box::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}

.section_service .icon-box.icon-1::before {
  background-image: url(/wp-content/uploads/2023/07/image_background1.webp);
}

.section_service .icon-box.icon-2::before {
  background-image: url(/wp-content/uploads/2023/07/image_background2.webp);
}

.section_service .icon-box.icon-3::before {
  background-image: url(/wp-content/uploads/2023/07/image_background3.webp);
}

.section_service .icon-box.icon-4::before {
  background-image: url(/wp-content/uploads/2023/07/image_background4.jpg);
}

.section_service .icon-box.icon-5::before {
  background-image: url(/wp-content/uploads/2023/07/image_background5.webp);
}

.section_service .icon-box.icon-6::before {
  background-image: url(/wp-content/uploads/2023/07/image_background6.webp);
}

.section_service .icon-box:hover::before {
  display: block;
}

.section_service .icon-box .icon-box-img {
  height: 80px;
  margin-bottom: 25px;
}

.section_service .icon-box .icon-box-text h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 17px;
}

.section_service .icon-box .icon-box-text p {
  margin-bottom: 35px;
  word-break: break-word;
  height: 96px;
  overflow: hidden;
}

.section_service .icon-box .icon-box-text a {
  color: var(--white-color);
  font-weight: 400;
}

.section_service .icon-box .icon-box-text a:hover {
  color: var(--main-color);
}

.section_product {
  padding: 80px 0 40px !important;
}

.section_product .wrap-title {
  padding: 0 115px 35px;
}

.section_product .tabbed-content ul {
  background: #edeef0;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 22px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0 auto 50px;
}

.section_product .tabbed-content ul > li.tab {
  margin: 0 7px;
}

.section_product .tabbed-content ul > li.tab > a {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: var(--text-color);
  padding: 4px 15px;
}

.section_product .tabbed-content ul > li.tab.active > a,
.section_product .tabbed-content ul > li.tab:hover > a {
  background: var(--main-color);
  color: var(--white-color);
  border-radius: 5px;
}

.product-small.box {
  border: 1px solid #f3f3f3;
  padding: 10px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.01);
}

.product-small .box-text {
  padding: 0;
}

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

.product-small .box-text .product-title a {
  font-size: 18px;
  color: var(--text-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  height: 47px;
}

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

.product-small .box-text .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.product-small .box-text .price span.amount bdi,
.product-small .box-text .price ins span.amount bdi {
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color);
}

.product-small .box-text .price del span.amount bdi {
  font-size: 16px;
  font-weight: 500;
  color: #818181;
  margin-left: 7px;
}

.product-small .box-text .add-to-cart-button {
  display: flex;
  justify-content: center;
}

.product-small .box-text .add-to-cart-button a {
	width:100%;
  background: var(--text-color) !important;
  border: 1px solid var(--text-color) !important;
  border-radius: 5px;
  padding: 8px 10px;
  height: 40px;
  font-size: 16px !important;
  font-weight: normal;
  text-transform: none;
  color: var(--white-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 25px !important;
  box-shadow: none;
}

.product-small .box-text .add-to-cart-button a:hover {
  background: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
}

.product-small .box-text .added_to_cart.wc-forward {
  display: none;
}

.section_blog {
  padding: 40px 0 !important;
}

.section_blog .wrap-title {
  padding-bottom: 35px;
}

.box-blog-post .box-text {
  padding: 30px 20px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
}

.box-blog-post .box-text h5.post-title a {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-color);
  margin: 0 0 15px;
  max-width: 100%;
}

.box-blog-post .box-text h5.post-title a:hover {
  color: var(--main-color);
}

.box-blog-post .box-text .post-meta {
  position: absolute;
  top: -49px;
  left: 0;
  padding: 15px;
  background-color: var(--text-color);
  font-size: 16px;
  color: var(--white-color);
  line-height: normal;
  opacity: 1;
}

.box-blog-post .box-text .post-meta::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 49.2px 0 0 49.2px;
  border-color: transparent transparent transparent var(--text-color);
  top: 0;
  right: -48px;
}

.box-blog-post:hover .box-text .post-meta {
  background: var(--main-color);
}

.box-blog-post:hover .box-text .post-meta::after {
  border-color: transparent transparent transparent var(--main-color);
}

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

.box-blog-post .box-text .from_the_blog_excerpt {
  font-size: 18px;
  color: var(--black-color);
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}

.box-blog-post .box-text .wrap-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-blog-post .box-text button.blog_btn_xemthem {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.section_footer {
  color: var(--white-color);
  padding-bottom: 0 !important;
  margin-top: 96px;
}

.section_footer .r-contact {
  margin-top: -96px;
}

.section_footer .r-contact .contact {
  display: flex;
  width: 100%;
}

.section_footer .r-contact .contact .wrap {
  width: 33.3333333333%;
  padding: 45px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section_footer .r-contact .contact .wrap.address {
  background: #fb8128;
}

.section_footer .r-contact .contact .wrap.tel {
  background: #ed1b24;
}

.section_footer .r-contact .contact .wrap.mail {
  background: #b9060d;
}

.section_footer .r-contact .contact .wrap::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 66px 0 67px 68px;
  z-index: 99;
  right: -68px;
}

.section_footer .r-contact .contact .wrap.address::before {
  border-color: transparent transparent transparent #fb8128;
}

.section_footer .r-contact .contact .wrap.tel::before {
  border-color: transparent transparent transparent #ed1b24;
}

.section_footer .r-contact .contact .wrap.mail::before {
  display: none;
}

.section_footer .r-contact .contact .wrap i {
  font-size: 40px;
  margin-right: 10px;
}

.section_footer .r-contact .contact .wrap p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.section_footer .r-info {
  padding-top: 75px;
}

.section_footer .section-title-container {
  margin-bottom: 20px;
}

.section_footer .section-title-normal,
.section_footer span.section-title-main {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.section_footer span.section-title-main {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--white-color);
}

.section_footer .ux-menu a.ux-menu-link__link {
  border: none !important;
  padding: 0;
  min-height: 41px;
  align-items: center;
}

.section_footer .ux-menu a.ux-menu-link__link:hover {
  color: var(--main-color);
}

.section_footer .day-time {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.section_footer .social-icons {
  margin-top: 30px;
}

.section_footer .social-icons .button.icon {
  color: var(--white-color);
  min-width: 36px;
  min-height: 36px;
  margin: 0 12px 0 0;
}

.social-icons .button.icon:hover {
  color: transparent !important;
  border-color: var(--main-color) !important;
}

.social-icons .button.icon:hover i::before {
  color: var(--main-color) !important;
}

.absolute-footer {
  border-top: solid 1px #ebebeb;
  padding: 20px 0;
}

.copyright-footer {
  font-size: 16px;
  color: var(--white-color);
}

.copyright-footer a {
  color: var(--main-color);
}

a#top-link {
  background: var(--main-color);
  border-color: var(--main-color);
  color: var(--white-color);
}

.archive-page-header,
.page-title.featured-title,
.woocommerce-page .shop-page-title.featured-title .title-bg {
  background-image: url(/wp-content/uploads/2023/08/background-brecum.webp) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title.featured-title .page-title-inner,
.archive-page-header .col {
  min-height: unset !important;
  padding: 50px 15px;
}

.page-title .page-title-inner .flex-col {
  display: none;
}

.page-title .page-title-inner .flex-col.flex-center,
.page-title .page-title-inner .flex-col.form-flat {
  display: block;
}

.archive-page-header .page-title,
.page-title.featured-title h1.entry-title,
.page-title h1.shop-page-title {
  font-size: 40px;
  font-weight: 400;
  color: var(--white-color);
  text-transform: uppercase;
  line-height: 47px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.title-breadcrumbs,
.shop-page-title .woocommerce-breadcrumb {
  padding: 15px 0;
}

.woocommerce-breadcrumb {
  padding: 0;
}

#breadcrumbs,
.breadcrumbs {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  color: var(--main-color) !important;
}

#breadcrumbs a,
.breadcrumbs .divider,
.breadcrumbs a {
  color: var(--white-color);
  opacity: 1;
}

.breadcrumbs .divider {
  margin: 0;
  padding: 0 6px;
}

#breadcrumbs span::after {
  content: "/";
  padding: 0 6px;
  color: var(--white-color);
}

#breadcrumbs span:last-child::after {
  display: none;
}

.section_amazing_count {
  padding: 100px 0 70px !important;
}

.section_amazing_count .co_info > .col-inner {
  background: var(--main-color);
  padding: 18px;
  border-radius: 7px;
  color: var(--white-color);
  text-align: center;
}

.section_amazing_count .co_info .count-wrap {
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 15px;
  position: relative;
}

.section_amazing_count .co_info .count-wrap::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  bottom: 0px;
  left: 28%;
  background: #fff;
  display: block;
}

.section_amazing_count .co_info p {
  font-size: 25px;
  margin-bottom: 0;
}

.section_vision-mission {
  padding: 100px 0 70px !important;
}

.section_vision-mission img {
  border-radius: 5px;
}

.page_contact {
  padding: 50px 0 !important;
}

.page_contact .banner .form-contact {
  padding: 55px 35px;
  width: 100% !important;
}

.page_contact .banner .form-contact .info-title h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.page_contact .banner .form-contact .info-title p {
  font-size: 18px;
  margin: 0 0 30px 0;
}

.page_contact .banner .form-contact .info-contact {
  display: flex;
  margin-bottom: 25px;
}

.page_contact .banner .form-contact .info-contact .icon {
  width: 32px;
  font-size: 32px;
  color: var(--main-color);
  margin-right: 20px;
}

.page_contact .banner .form-contact .info-contact .text p.t-1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.page_contact .banner .form-contact .info-contact .text p.t-2 {
  font-size: 14px;
  margin: 8px 0 16px;
}

.page_book {
  padding: 50px 0 !important;
}

.form-dat-lich {
  text-align: center;
  font-size: 20px;
}

.form-dat-lich h1 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 15px;
}

.form-dat-lich p.des {
  margin-bottom: 50px;
}

.form-dat-lich .form-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form-dat-lich .form-wrap .c1,
.form-dat-lich .form-wrap .c2 {
  width: 49%;
}

.form-dat-lich input,
.form-dat-lich select,
.form-dat-lich textarea {
  height: unset;
  max-height: 160px;
  padding: 18.5px 23px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #82899b;
  margin-bottom: 19px;
  box-shadow: none;
}

.form-dat-lich input.wpcf7-submit {
  font-size: 24px;
  line-height: 28px;
  color: var(--white-color);
  text-transform: none;
  background: var(--main-color);
  padding: 20px 83px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  margin: 0;
}

.form-dat-lich input.wpcf7-submit:hover {
  box-shadow: none;
  background: #fff;
  color: var(--main-color);
}

.wpcf7-spinner {
  display: none;
}

.page-wrapper {
  padding-top: 0;
}

.page-wrapper .row.align-center {
  margin-top: 50px;
}

.page-wrapper .row.align-center > .large-10 {
  flex-basis: 100%;
  max-width: 100%;
}

.page-wrapper .box-blog-post .box-image .image-cover {
  padding-top: 68% !important;
}

.page-numbers.nav-pagination {
  margin: 35px 0 16px;
  display: flex;
  justify-content: right;
}

.page-numbers.nav-pagination > li {
  display: flex !important;
  align-items: center;
  margin: 0 2px;
}

.page-numbers.nav-pagination > li > a {
  border: solid 1px #ebebeb;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.page-numbers.nav-pagination > li > a:hover,
.page-numbers.nav-pagination > li > .current {
  background: var(--main-color) !important;
  border: solid 1px var(--main-color);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}

.page-wrapper .post-sidebar,
.page-wrapper .large-9.medium-col-first {
  padding-top: 50px !important;
}

.page-wrapper .post-sidebar {
  padding-right: 10px;
}

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

.entry-content.single-page h1.entry-title-ct,
.single-post .widget .widget-title {
  font-size: 28px;
  color: var(--text-color);
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 30px;
  position: relative;
}

.entry-content.single-page h1.entry-title-ct::before,
.single-post .widget .widget-title::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  bottom: -11px;
  left: 0;
  border-radius: 4px;
  background: var(--main-color);
  display: block;
}

.single-post .widget .widget-title::before {
  bottom: -13px;
}

.widget .is-divider {
  background-color: transparent;
}

.single-post .widget.flatsome_recent_posts .recent-blog-posts .badge-square {
  width: 90px;
  height: 60px;
}

.single-post .widget.flatsome_recent_posts .recent-blog-posts a {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

.blog-wrapper .blog-share {
  text-align: right;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}

.blog-wrapper .blog-share .is-divider {
  display: none;
}

.blog-wrapper .blog-share .social-icons .button.icon {
  min-width: 32px;
  min-height: 32px;
  line-height: 28px;
  margin: 0 10px 0 0;
}

.blog-wrapper .blog-share .social-icons::before {
  content: "Chia sẻ: ";
  font-size: 18px;
  color: var(--black-color);
}

.blog-wrapper.blog-single article {
  margin-bottom: 0;
}

div#comments {
  display: none;
}

.wrap-widget-cate > .col-inner,
.woocommerce-page .widget {
  border: 1px solid var(--text-color);
}

.wrap-widget-cate h3.title,
.woocommerce-page .widget .widget-title {
  width: 100%;
  display: inline-block;
  margin: 0;
  background: var(--text-color);
  color: var(--white-color);
}

.wrap-widget-cate h3.title {
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
}

.woocommerce-page .widget .is-divider {
  display: none;
}

.woocommerce-page .widget .widget-title {
  padding: 18px 0px 18px 30px;
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
  line-height: 21px;
}

.woocommerce-page .widget.widget_product_categories ul > li {
  border: none;
}

.wrap-widget-cate .ux-menu a.ux-menu-link__link,
.woocommerce-page .widget.widget_product_categories ul > li > a {
  font-size: 18px;
  line-height: 20px;
  border-bottom: solid 1px #ebebeb;
  margin: 0 20px;
  padding: 15px 20px 15px 0px;
}

.wrap-widget-cate .ux-menu a.ux-menu-link__link:hover,
.wrap-widget-cate .ux-menu .ux-menu-link--active a.ux-menu-link__link,
.woocommerce-page .widget.widget_product_categories ul > li.active > a,
.woocommerce-page .widget.widget_product_categories ul > li > a:hover {
  font-weight: normal;
  color: var(--main-color);
}

.widget.yith-woocommerce-ajax-product-filter .is-divider {
  display: block;
  margin: 0;
  height: 15px;
}

.widget ul.yith-wcan-list {
  max-height: 256px;
  overflow-y: auto;
}

.widget ul.yith-wcan-list::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #f7f8fa;
}
.widget ul.yith-wcan-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #919aa8;
}

.widget ul.yith-wcan-list li {
  border: none;
  position: relative;
}

.widget ul.yith-wcan-list li span,
.widget ul.yith-wcan-list li a {
  line-height: 34px;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 45px;
}

.widget ul.yith-wcan-list li span::before,
.widget ul.yith-wcan-list li a::before {
  content: "";
  font-size: 18px;
  border: solid 1px #ebebeb;
  position: absolute;
  top: 6px;
  left: 14px;
  height: 20px;
  width: 20px;
  opacity: 1;
}

.widget ul.yith-wcan-list li span::after,
.widget ul.yith-wcan-list li a::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  font-size: 18px;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 14px;
  display: flex;
  justify-content: center;
  opacity: 0;
}

.widget ul.yith-wcan-list li.chosen span::before,
.widget ul.yith-wcan-list li.chosen a::before {
  background: var(--main-color);
}

.widget ul.yith-wcan-list li.chosen span::after,
.widget ul.yith-wcan-list li.chosen a::after {
  opacity: 1;
  color: var(--white-color);
  transition: 0.2s all;
}

.woocommerce-ordering .orderby {
  font-size: 14px;
}

.shop-container .product-gallery .product-thumbnails .flickity-viewport {
  height: 105px !important;
}

.shop-container .product-gallery .product-thumbnails .col a {
  border: 1px solid #eee;
  height: 100%;
}

.shop-container .product-gallery .product-thumbnails .col.is-selected a {
  border: 1px solid var(--main-color);
}

.shop-container .product-gallery .product-thumbnails img {
  height: 103px;
  width: 103px;
  transform: unset;
  display: flex;
  justify-content: center;
  margin: auto;
}

.product-footer .woocommerce-tabs,
.product-footer .related-products-wrapper {
  border: none;
}

.short-description-wrap h2.title-short-des,
.product-footer .woocommerce-tabs ul.tabs > li > a,
.product-footer .related-products-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  margin: 50px 0 15px;
  padding: 0 0 15px;
  position: relative;
}

.product-footer .woocommerce-tabs ul.tabs > li > a {
  margin-top: 0;
}

.product-footer .related-products-wrapper h3 {
  text-transform: uppercase;
  margin-top: 30px;
}

.short-description-wrap h2.title-short-des::before,
.product-footer .woocommerce-tabs ul.tabs > li > a::before,
.product-footer .related-products-wrapper h3::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  top: unset;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: var(--main-color);
  transform: unset;
  display: block;
}

.product-footer .woocommerce-tabs ul.tabs > li > a::before {
  width: 560px;
}

.product-footer .related-products-wrapper h3::before {
  width: 100%;
}

.short-description-wrap .product-short-description,
.product-footer .woocommerce-tabs .tab-panels {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px;
  padding: 0;
  display: inline-block;
}

.product-footer .short-description-wrap {
  display: none;
}

.product-info {
  padding: 0 15px;
}

.product-info h1.product-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text-color);
  padding-bottom: 35px;
  border-bottom: solid 1px #ebebeb;
  margin: 0;
}

.product-info .price-wrapper p.price {
  display: flex !important;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 40px 0 10px;
}

.product-info .price-wrapper span.amount bdi,
.product-info .price-wrapper span.amount bdi span {
  font-size: 32px;
  font-weight: bold;
  color: var(--black-color);
}

.product-info .price-wrapper del {
  font-size: 16px;
  margin-left: 10px;
}

.product-info .price-wrapper del span.amount bdi,
.product-info .price-wrapper del span.amount bdi span {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  opacity: 1;
}

.product-info .woocommerce-Price-currencySymbol {
  vertical-align: unset;
}

.product-info .product-short-description {
  display: none;
}

.product-info form.cart,
.product-info .woocommerce-variation-add-to-cart {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-info form.cart {
  margin-bottom: 15px;
}

.product-info table.variations {
  margin-bottom: 0;
}

.product-info table.variations tr > th.label {
  margin-bottom: 10px;
}

.product-info table.variations tr > th.label > label {
  font-size: 14px;
  font-weight: 400;
}

.product-info table.variations tr > th.label > span {
  color: var(--black-color);
  font-weight: 600;
}

.product-info table.variations ul.variable-items-wrapper li.variable-item {
  font-size: 16px !important;
  font-weight: 600;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  height: 30px !important;
  min-width: 35px !important;
  border-radius: 3px !important;
  border: 1px solid #f4f4f4;
  box-shadow: none !important;
}

.product-info
  table.variations
  ul.variable-items-wrapper
  li.variable-item.selected {
  border-color: var(--main-color);
  color: var(--main-color) !important;
}

.product-info .quantity {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0px 0px 15px;
  flex-basis: 100%;
}

.product-info .quantity.buttons_added input.minus.button.is-form,
.product-info .quantity.buttons_added input.input-text.qty.text,
.product-info .quantity.buttons_added input.plus.button.is-form {
  max-width: unset;
  width: 50px;
  height: 50px;
  min-height: unset;
  line-height: 38px;
  border: thin solid #dee2e6;
  font-size: 22px;
  font-weight: 600;
  color: var(--main-color);
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
}

.product-info .quantity.buttons_added input.input-text.qty.text {
  width: 80px;
  font-size: 18px;
  color: #333f48;
}

.product-info .quantity.buttons_added input.button.is-form:hover {
  background: var(--main-color);
  color: var(--white-color);
}

.product-info button.single_add_to_cart_button {
  background: #fff !important;
  border: solid 1px var(--main-color);
  padding: 6px 10px;
  border-radius: 5px;
  height: 72px;
  width: 47%;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--main-color);
  text-transform: uppercase;
  box-shadow: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info button#buy_now_button {
  background: var(--main-color) !important;
  color: var(--white-color);
}

.product-info button.single_add_to_cart_button:hover {
  background: var(--main-color) !important;
  color: var(--white-color);
}

.product-info button#buy_now_button:hover {
  background: #fff !important;
  color: var(--main-color);
}

.product-info .hotline-cart {
  font-size: 16px;
}

.product-info .hotline-cart a {
  color: #0ca1f4;
}

.product-info .content-sale {
  margin: 50px 0 25px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  font-size: 15px;
}

.product-info .content-sale .title {
  background-image: url(/wp-content/uploads/2023/08/background-endow.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 2px 20px;
  color: var(--white-color);
  max-width: 450px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -4px auto 0;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}

.product-info .content-sale .text {
  padding: 20px;
  text-align: left;
}

.product-footer {
  padding-top: 30px;
}

/*  */
.off-canvas.main-menu-overlay {
  background: transparent;
}

.off-canvas.off-canvas-left .mfp-close {
  display: none;
}

.off-canvas.off-canvas-left .mfp-content {
  top: 100px;
  bottom: unset;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: none;
}

.off-canvas.off-canvas-left.undefined .mfp-content {
  top: 0;
  bottom: 0;
  right: unset;
  width: 270px;
}

.off-canvas .mfp-content #main-menu .sidebar-menu {
  padding: 15px 20px;
  background: #fff;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul > li .toggle {
  color: var(--black-color);
  opacity: 1;
  height: 35px;
  min-height: unset;
  margin: 0;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul > li .toggle i {
  font-size: 18px;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul > li.menu-item {
  border: none;
  padding: 0;
  margin: 0;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul li.menu-item a {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: var(--text-color);
  padding: 0;
  height: 35px;
}

.off-canvas
  .mfp-content
  #main-menu
  .sidebar-menu
  ul
  > li.menu-item.current-menu-item
  > a,
.off-canvas .mfp-content #main-menu .sidebar-menu ul > li.menu-item.active > a,
.off-canvas .mfp-content #main-menu .sidebar-menu ul li.menu-item a:hover {
  color: var(--main-color);
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul > li.menu-item.active,
.off-canvas .mfp-content #main-menu .sidebar-menu ul > li.menu-item:hover {
  background: transparent;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul > li > ul.children {
  padding: 0;
}

.off-canvas
  .mfp-content
  #main-menu
  .sidebar-menu
  ul
  > li
  > ul.children
  > li
  > a {
  padding-left: 15px;
  font-size: 14px;
}

.off-canvas
  .mfp-content
  #main-menu
  .sidebar-menu
  ul
  > li
  > ul.children
  > li
  > ul
  > li
  > a {
  padding-left: 30px;
  font-size: 14px;
}

@media (min-width: 850px) {
  .header-wrapper:not(.stuck) .header-main #logo img {
    top: -20px;
    position: relative;
  }
}
/*************** ADD TABLET ONLY CSS HERE  ***************/
@media (min-width: 850px) and (max-width: 1200px) {
  .header-wrapper:not(.stuck) .header-main #logo img {
    top: 0;
  }
  .header-main #logo {
    width: 120px;
  }
  .header-main ul.header-nav > li.menu-item > a {
    color: #fff !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #header .container-width,
  #header .full-width .ubermenu-nav,
  #header .container,
  #header .row {
    max-width: 1170px !important;
  }

  .container-width,
  .full-width .ubermenu-nav,
  .container,
  .row {
    max-width: 720px !important;
  }

  #header .header-main {
    background: var(--main-color);
  }

  .header-main .logo::before,
  .header-main .logo::after {
    display: none;
  }

  .header-main ul.nav-right > li.has-icon i {
    font-size: 24px;
    color: var(--white-color);
  }

  .header-main ul.nav-right > li.has-icon i.icon-menu {
    color: var(--text-color);
    margin-left: 15px;
  }

  .header-main ul.nav-right > li.has-icon.cart-item > a {
    border-color: var(--text-color);
  }

  .header-main ul.nav-right > li.has-icon.cart-item i::after {
    background: #fff;
    height: 13px;
    width: 13px;
    min-width: unset;
    top: -3px;
    right: -5px;
    font-size: 9px;
    color: var(--text-color);
    font-weight: normal;
    line-height: 13px;
  }

  .header-main ul.nav-right > li.nav-icon.has-icon > a {
    opacity: 1 !important;
    transform: unset;
  }

  .header-search-dropdown::before,
  .header-search-dropdown::after {
    display: none;
  }

  .header-search ul.nav-dropdown {
    top: 64px !important;
  }

  .header-search ul.nav-dropdown .search-form button i {
    font-size: 16px;
  }

  .section_information .c2 {
    text-align: center;
    padding-left: 15px;
    padding-bottom: 0;
  }

  .section_service {
    padding: 50px 0 80px !important;
  }

  .wrap-title {
    padding: 0 0 30px;
  }

  .section_service .wrap-service > .col.c1,
  .section_service .wrap-service > .col.c3,
  .section_service .wrap-service > .col.c5 {
    border-right: 2px solid #767676;
    border-bottom: 2px solid #767676;
  }

  .section_service .wrap-service > .col.c2,
  .section_service .wrap-service > .col.c4,
  .section_service .wrap-service > .col.c6 {
    border-right: none;
    border-bottom: 2px solid #767676;
  }

  .section_service .wrap-service > .col.c5,
  .section_service .wrap-service > .col.c6 {
    border-bottom: none;
  }

  .section_product {
    padding: 50px 0 !important;
  }

  .section_product .wrap-title {
    padding: 0 0 15px;
  }

  .section_product .tabbed-content ul {
    margin: 0 auto 30px;
  }

  .section_blog {
    padding: 0 0 50px !important;
  }

  .section_footer .r-contact .contact .wrap {
    padding: 0 5px;
    height: 90px;
  }

  .section_footer .r-contact .contact .wrap::before {
    border-width: 45px 0 45px 30px;
    right: -30px;
  }

  .section_footer .r-contact .contact .wrap i {
    font-size: 24px;
  }

  .section_footer .r-contact .contact .wrap p {
    font-size: 12px;
  }

  .section_footer span.section-title-main {
    font-size: 16px;
  }

  .page_about.section_information .c2 {
    text-align: left;
  }

  .page_service {
    padding-top: 50px !important;
  }

  .blog-wrapper.blog-archive .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }

  .page-wrapper .post-sidebar {
    padding: 0 15px !important;
  }

  .shop-page-title .category-filtering {
    color: transparent;
    background-color: var(--main-color);
    position: fixed;
    right: 0;
    top: 35% !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99999;
  }

  .shop-page-title .category-filtering::before {
    content: "\f1de";
    font-family: "FontAwesome";
    font-size: 20px;
    color: var(--white-color);
    position: absolute;
    left: 5px;
    top: 1px;
  }

  .shop-page-title .category-filtering .icon-equalizer,
  .shop-page-title .category-filtering strong {
    opacity: 0;
  }

  .mfp-content #shop-sidebar {
    padding: 10px;
  }

  .shop-container .product-gallery .woocommerce-product-gallery__image {
    background: #f3f4f8;
  }

  .shop-container .product-gallery .woocommerce-product-gallery__image img {
    height: 330px;
    width: 330px;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .product-gallery .short-description-wrap {
    display: none;
  }

  .product-footer .short-description-wrap {
    display: block;
    margin-bottom: 25px;
  }

  .product-info {
    padding-top: 20px;
  }

  .product-info form.cart > div {
    width: 100%;
  }

  .product-info .content-sale {
    margin-top: 30px;
  }

  .short-description-wrap h2.title-short-des {
    margin-top: 0;
  }

  .product-footer {
    padding-top: 0;
  }
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
	.post-title a{
		height:auto;
	}
  .product-small .box-text .add-to-cart-button a {
    font-size: 13px !important;
  }
  body {
    font-size: 16px;
  }

  #header .header-main {
    background: var(--main-color);
    height: 100px !important;
  }

  .header-main .logo::before,
  .header-main .logo::after {
    display: none;
  }

  .header-main ul.nav-right > li.has-icon i {
    font-size: 16px;
    color: var(--white-color);
  }

  .header-main ul.nav-right > li.has-icon i.icon-menu {
    font-size: 24px;
    color: var(--text-color);
    margin-left: 10px;
  }

  .header-main ul.nav-right > li.has-icon.cart-item > a {
    border-color: var(--text-color);
  }

  .header-main ul.nav-right > li.has-icon.cart-item i::after {
    background: #fff;
    height: 13px;
    width: 13px;
    min-width: unset;
    top: -3px;
    right: -5px;
    font-size: 9px;
    color: var(--text-color);
    font-weight: normal;
    line-height: 13px;
  }

  .header-main ul.nav-right > li.nav-icon.has-icon > a {
    opacity: 1 !important;
    transform: unset;
  }

  .header-search-dropdown::before,
  .header-search-dropdown::after {
    display: none;
  }

  .header-search ul.nav-dropdown {
    top: 60px !important;
    margin-left: -55px;
  }

  .header-search ul.nav-dropdown .search-form button i {
    font-size: 16px;
  }

  .section_information,
  .section_service,
  .section_product {
    padding: 35px 0 50px !important;
  }

  .section_information .c2 {
    text-align: center;
    padding-left: 15px;
    padding-bottom: 0;
  }

  .des-title {
    font-size: 20px;
    line-height: normal;
  }

  .des-title br {
    display: none;
  }

  .section_information .icon-box {
    display: flex;
  }

  .section_information .icon-box .icon-box-img {
    width: 50px !important;
  }

  .section_information .icon-box .icon-box-text {
    padding-left: 10px;
  }

  .section_information .count-wrap {
    font-size: 28px;
    line-height: normal;
  }

  .section_information .icon-box .icon-box-text p {
    font-size: 12px;
  }

  .btn-main {
    font-size: 16px;
    line-height: 19px;
    margin-top: 25px;
    padding: 12px 32px;
    font-weight: 500;
  }

  .wrap-title {
    padding: 0;
  }

  .wrap-title p {
    font-size: 14px;
  }

  .section_service .wrap-service > .col {
    border: none;
  }

  .section_service .icon-box {
    padding: 35px 0 20px;
  }

  .section_service .icon-box .icon-box-text h3 {
    font-size: 16px;
  }

  .section_service .icon-box .icon-box-text p {
    height: unset;
    margin-bottom: 30px;
  }

  .section_product .wrap-title {
    padding: 0;
  }

  .section_product .tabbed-content ul > li.tab > a {
    font-size: 16px;
  }

  .product-small .box-text .product-title a {
    font-size: 16px;
    height: 42px;
  }

  .product-small .box-text .add-to-cart-button a {
    padding: 8px 12px;
    width: 100%;
  }

  .section_blog {
    padding-top: 0 !important;
  }

  .section_footer .r-contact {
    margin-top: -135px;
  }

  .section_footer .r-contact .contact {
    flex-direction: column;
  }

  .section_footer .r-contact .contact .wrap {
    width: 100%;
    padding: 12px 20px;
    justify-content: flex-start;
    height: 70px;
  }

  .section_footer .r-contact .contact .wrap.address {
    border-radius: 5px 5px 0px 0px;
  }

  .section_footer .r-contact .contact .wrap.mail {
    border-radius: 0px 0px 5px 5px;
  }

  .section_footer .r-contact .contact .wrap::before {
    display: none;
  }

  .section_footer .r-contact .contact .wrap i {
    font-size: 24px;
  }

  .section_footer .r-contact .contact .wrap p {
    font-size: 14px;
  }

  .section_footer .r-info {
    padding-top: 40px;
    font-size: 14px;
  }

  .section_footer span.section-title-main {
    font-size: 16px;
  }

  .page-title.featured-title .title-wrapper,
  .page-title.featured-title .title-content {
    padding: 0;
  }

  .archive-page-header .page-title,
  .page-title.featured-title h1.entry-title,
  .page-title h1.shop-page-title {
    font-size: 28px;
  }

  .page_about.section_information .c2 {
    text-align: left;
  }

  .page_about .des-title,
  .section_vision-mission .des-title {
    font-size: 32px;
  }

  .page_about .des-title br {
    display: block;
  }

  .section_amazing_count {
    padding: 50px 0 20px !important;
  }

  .section_amazing_count .co_info > .col-inner {
    padding: 18px 0;
  }

  .section_amazing_count .co_info .count-wrap {
    font-size: 42px;
  }

  .section_amazing_count .co_info p {
    font-size: 16px;
  }

  .section_vision-mission {
    padding: 40px 0 50px !important;
  }

  .page_contact .banner .form-contact .info-title h1 {
    font-size: 30px;
  }

  .entry-content.single-page h1.entry-title-ct,
  .single-post .widget .widget-title {
    font-size: 24px;
  }

  .blog-wrapper .blog-share {
    text-align: left;
  }

  .page-wrapper .post-sidebar {
    padding-top: 0 !important;
  }

  .shop-page-title .category-filtering {
    color: transparent;
    background-color: var(--main-color);
    position: fixed;
    right: 0;
    top: 35% !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99999;
  }

  .shop-page-title .category-filtering::before {
    content: "\f1de";
    font-family: "FontAwesome";
    font-size: 20px;
    color: var(--white-color);
    position: absolute;
    left: 5px;
    top: 1px;
  }

  .shop-page-title .category-filtering .icon-equalizer,
  .shop-page-title .category-filtering strong {
    opacity: 0;
  }

  .mfp-content #shop-sidebar {
    padding: 10px;
  }

  .page-title .page-title-inner .flex-col.form-flat {
    display: none;
  }

  .shop-container .product-gallery .product-thumbnails img {
    height: unset;
    width: unset;
  }

  .product-gallery .short-description-wrap {
    display: none;
  }

  .product-footer .short-description-wrap {
    display: block;
    margin-bottom: 25px;
  }

  .product-info button.single_add_to_cart_button,
  .product-info button#buy_now_button {
    width: 100%;
  }

  .product-info button.single_add_to_cart_button {
    font-size: 16px;
  }

  .product-info button#buy_now_button {
    margin-top: 15px;
  }

  .product-info .content-sale .title {
    background-size: contain;
    font-size: 10px;
    line-height: 16px;
  }

  .product-footer {
    padding: 0 0 30px;
  }

  .short-description-wrap h2.title-short-des {
    margin-top: 0;
  }
}
.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: bold;
  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: bold;
}

.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;
}
