@charset "UTF-8";

.roboto-black,
.roboto-bold,
.roboto-light,
.roboto-medium,
.roboto-regular,
.roboto-thin {
  font-family: Roboto, sans-serif;
  font-style: normal
}

body,
img {
  width: 100%;
  height: 100%
}

*,
.m-0 {
  margin: 0
}

*,
.p-0 {
  padding: 0
}

.h100,
body,
img {
  height: 100%
}

body,
button,
html,
input,
select,
textarea {
  font-family: var(--primary-font), sans-serif
}

.taxo-heading h2::after,
.taxo-heading h2::before {
  border-top: 2px solid #ebebeb;
  transform: translate(-50%, -50%)
}

.roboto-thin {
  font-weight: 100
}

.roboto-light {
  font-weight: 300
}

.roboto-regular {
  font-weight: 400
}

.roboto-medium {
  font-weight: 500
}

.roboto-bold {
  font-weight: 700
}

.roboto-black {
  font-weight: 900
}

:root {
  --primary-font: "Roboto";
  --primary-bold-font: "Roboto";
  --primary-semibold-font: "Proximanova-SemiBold";
  --primary-italic-font: "Proximanova-RegularItalic";
  --yellow: #c9a954;
  --dark-yellow: #92793c;
  --heading-color: #cda954;
  --primary-color: #000000;
  --secondary-color: #fff40e;
  --third-color: #48b238;
  --red: #cc3d3d;
  --black: #444;
  --fading-black-bottom: linear-gradient(0deg, #000, #0000 80%);
}

* {
  box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none
}

button,
input,
select,
textarea {
  border: 0;
  background-color: transparent
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 0;
  border: 0
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  font-size: 16px
}

.ovh,
body.fixed {
  overflow: hidden
}

a {
  text-decoration: none
}

li {
  list-style: none
}

img {
  object-fit: cover
}

:is(p, li) {
  line-height: 1.5
}

.z-index {
  z-index: 1
}

.primary-bold-font {
  font-family: var(--primary-bold-font), sans-serif;
  font-weight: 500
}

.font-bold,
.fw-b,
.sidebar-menu>li>a>h3 {
  font-weight: 700
}

.font-thin {
  font-weight: 100
}

.font-bold-500 {
  font-weight: 500
}

.font-bold-400,
.sidebar-menu>li>.sub-menu>li>a>h3 {
  font-weight: 400
}

.pointer {
  cursor: pointer
}

.uppercase {
  text-transform: uppercase
}

.tac {
  text-align: center
}

.br-3px {
  border-radius: 3px
}

.br-5px {
  border-radius: 5px
}

.br-10px {
  border-radius: 10px
}

.br-15px {
  border-radius: 15px
}

.br-20px {
  border-radius: 20px
}

.br-25px {
  border-radius: 25px
}

.br-30px {
  border-radius: 30px
}

.br-35px {
  border-radius: 35px
}

.br-40px {
  border-radius: 40px
}

.br-4px {
  border-radius: 4px
}

.br-6px,
.second-post .parallelogram {
  border-radius: 6px
}

.br-8px {
  border-radius: 8px
}

.br-12px {
  border-radius: 12px
}

.br-14px {
  border-radius: 14px
}

.br-16px {
  border-radius: 16px
}

.br-18px {
  border-radius: 18px
}

.trs-25 {
  transition: .25s
}

.trs-3 {
  transition: .3s
}

.trs-35 {
  transition: .35s
}

.trs-4 {
  transition: .4s
}

.trs-5 {
  transition: .5s
}

.bt {
  color: #333
}

.wt {
  color: #fff
}

.category_page--wrap .text h2:hover,
.header-mid .main-menu>li:hover>a>h3,
.header-mid .main-menu>li>.sub-menu .child-sub-menu>li:hover h3,
.list-product .product-wrap .product-name:hover,
.list-product .product-wrap .product-term:hover,
.parallelogram:hover a,
.primary-text-color,
.single-article .new-post .sidebar-post-item a:hover,
.sub-header-top a>h3:hover,
article a,
footer a:hover {
  color: var(--primary-color)
}

.green-text,
.list-category .category-name:hover,
.list-category .parent-category:hover a {
  color: #d91c1c
}

.secondary-text-color,
.service-highlight-post ul li:hover a {
  color: var(--secondary-color)
}

.gray-text {
  color: #c1c1c1
}

.gray-dark-text {
  color: #8d8d8d
}

.gray-dark {
  color: #777
}

.gray-dark-500 {
  color: #555
}

.red-text,
form .form-alert.error {
  color: var(--red)
}

.white-bg {
  background-color: #fff
}

.green-bg,
.modal-popup .order-popup .loading-spinning-bubbles .bubble-container .bubble,
.primary-bg,
.service-highlight-post {
  background-color: var(--primary-color)
}

.secondary-bg {
  background-color: var(--secondary-color)
}

.gray-bg,
.taxo-page .partner {
  background-color: #f5f5f5
}

.black-bg {
  background-color: #000
}

.yellow-bg {
  background-color: var(--heading-color)
}

.yellow-dark-text {
  color: var(--dark-yellow)
}

.yellow-text {
  color: var(--yellow)
}

.heading-text {
  color: var(--heading-color)
}

.pr {
  position: relative
}

.pa {
  position: absolute
}

.db,
.design-container .body .content-tab.active,
.detail-publication .content.active,
.size-options-container .size-options.active {
  display: block
}

.dib {
  display: inline-block
}

.df {
  display: flex
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.list-category .product-wrap .product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden
}

.aic {
  align-items: center
}

.aib {
  align-items: baseline
}

.jcsb {
  justify-content: space-between
}

.jcsa {
  justify-content: space-around
}

.jcc,
footer .tags {
  justify-content: center
}

.fdr {
  flex-direction: row
}

.fdrr {
  flex-direction: row-reverse
}

.fdc {
  flex-direction: column
}

.fdcr {
  flex-direction: column-reverse
}

.jce {
  justify-content: end
}

.fs-10px {
  font-size: 10px
}

.fs-11px {
  font-size: 11px
}

.fs-12px {
  font-size: 12px
}

.fs-13px {
  font-size: 13px
}

.fs-13px-fix {
  font-size: 13.2px
}

.fs-14px {
  font-size: 14px
}

.fs-15px {
  font-size: 15px
}

.fs-16px {
  font-size: 16px
}

.fs-17px {
  font-size: 17px
}

.fs-18px {
  font-size: 18px
}

.fs-19px {
  font-size: 19px
}

.fs-20px {
  font-size: 20px
}

.fs-21px {
  font-size: 21px
}

.fs-22px {
  font-size: 22px
}

.fs-23px {
  font-size: 23px
}

.fs-24px {
  font-size: 24px
}

.fs-25px {
  font-size: 25px
}

.fs-26px {
  font-size: 26px
}

.fs-27px {
  font-size: 27px
}

.fs-28px {
  font-size: 28px
}

.fs-29px {
  font-size: 29px
}

.fs-30px {
  font-size: 30px
}

.fs-31px {
  font-size: 31px
}

.fs-32px {
  font-size: 32px
}

.fs-33px {
  font-size: 33px
}

.fs-34px {
  font-size: 34px
}

.fs-35px {
  font-size: 35px
}

.fs-36px {
  font-size: 36px
}

.fs-37px {
  font-size: 37px
}

.fs-38px {
  font-size: 38px
}

.fs-39px {
  font-size: 39px
}

.fs-40px {
  font-size: 40px
}

.fs-41px {
  font-size: 41px
}

.fs-42px {
  font-size: 42px
}

.fs-43px {
  font-size: 43px
}

.fs-44px {
  font-size: 44px
}

.fs-45px {
  font-size: 45px
}

.fs-46px {
  font-size: 46px
}

.fs-47px {
  font-size: 47px
}

.fs-48px {
  font-size: 48px
}

.fs-49px {
  font-size: 49px
}

.fs-50px {
  font-size: 50px
}

.fs-51px {
  font-size: 51px
}

.fs-52px {
  font-size: 52px
}

.fs-53px {
  font-size: 53px
}

.fs-54px {
  font-size: 54px
}

.fs-55px {
  font-size: 55px
}

.fs-56px {
  font-size: 56px
}

.fs-57px {
  font-size: 57px
}

.fs-58px {
  font-size: 58px
}

.fs-59px {
  font-size: 59px
}

.fs-60px {
  font-size: 60px
}

.fs-61px {
  font-size: 61px
}

.fs-62px {
  font-size: 62px
}

.fs-63px {
  font-size: 63px
}

.fs-64px {
  font-size: 64px
}

.fs-65px {
  font-size: 65px
}

.fs-66px {
  font-size: 66px
}

.fs-67px {
  font-size: 67px
}

.fs-68px {
  font-size: 68px
}

.fs-69px {
  font-size: 69px
}

.fs-70px {
  font-size: 70px
}

.fs-71px {
  font-size: 71px
}

.fs-72px {
  font-size: 72px
}

.fs-73px {
  font-size: 73px
}

.fs-74px {
  font-size: 74px
}

.fs-75px {
  font-size: 75px
}

.fs-76px {
  font-size: 76px
}

.fs-77px {
  font-size: 77px
}

.fs-78px {
  font-size: 78px
}

.fs-79px {
  font-size: 79px
}

.fs-80px {
  font-size: 80px
}

.fw-u {
  font-weight: unset
}

.mr-0 {
  margin-right: 0
}

.ml-0 {
  margin-left: 0
}

.mt-0 {
  margin-top: 0
}

.mb-0 {
  margin-bottom: 0
}

.pr-0 {
  padding-right: 0
}

.pl-0 {
  padding-left: 0
}

.pt-0 {
  padding-top: 0
}

.pb-0 {
  padding-bottom: 0
}

.m-2 {
  margin: 2px
}

.mr-2 {
  margin-right: 2px
}

.ml-2 {
  margin-left: 2px
}

.mt-2 {
  margin-top: 2px
}

.mb-2 {
  margin-bottom: 2px
}

.p-2 {
  padding: 2px
}

.pr-2 {
  padding-right: 2px
}

.pl-2 {
  padding-left: 2px
}

.pt-2 {
  padding-top: 2px
}

.pb-2 {
  padding-bottom: 2px
}

.m-4 {
  margin: 4px
}

.mr-4 {
  margin-right: 4px
}

.ml-4 {
  margin-left: 4px
}

.mt-4 {
  margin-top: 4px
}

.mb-4 {
  margin-bottom: 4px
}

.p-4 {
  padding: 4px
}

.pr-4 {
  padding-right: 4px
}

.pl-4 {
  padding-left: 4px
}

.pt-4 {
  padding-top: 4px
}

.pb-4 {
  padding-bottom: 4px
}

.m-5 {
  margin: 5px
}

.mr-5 {
  margin-right: 5px
}

.ml-5 {
  margin-left: 5px
}

.mt-5 {
  margin-top: 5px
}

.mb-5 {
  margin-bottom: 5px
}

.p-5 {
  padding: 5px
}

.pr-5 {
  padding-right: 5px
}

.pl-5 {
  padding-left: 5px
}

.pt-5 {
  padding-top: 5px
}

.pb-5 {
  padding-bottom: 5px
}

.m-6 {
  margin: 6px
}

.mr-6 {
  margin-right: 6px
}

.ml-6 {
  margin-left: 6px
}

.mt-6 {
  margin-top: 6px
}

.mb-6 {
  margin-bottom: 6px
}

.p-6 {
  padding: 6px
}

.pr-6 {
  padding-right: 6px
}

.pl-6 {
  padding-left: 6px
}

.pt-6 {
  padding-top: 6px
}

.pb-6 {
  padding-bottom: 6px
}

.m-8 {
  margin: 8px
}

.mr-8 {
  margin-right: 8px
}

.ml-8 {
  margin-left: 8px
}

.header-mid .main-menu>li>.sub-menu .child-sub-menu>li+li,
.mt-8 {
  margin-top: 8px
}

.mb-8 {
  margin-bottom: 8px
}

.p-8 {
  padding: 8px
}

.pr-8 {
  padding-right: 8px
}

.pl-8 {
  padding-left: 8px
}

.pt-8 {
  padding-top: 8px
}

.pb-8 {
  padding-bottom: 8px
}

.m-10 {
  margin: 10px
}

.mr-10 {
  margin-right: 10px
}

.main-slider .splide__pagination li+li,
.ml-10 {
  margin-left: 10px
}

.mt-10 {
  margin-top: 10px
}

.mb-10 {
  margin-bottom: 10px
}

.p-10 {
  padding: 10px
}

.pr-10 {
  padding-right: 10px
}

.pl-10 {
  padding-left: 10px
}

.pt-10 {
  padding-top: 10px
}

.pb-10 {
  padding-bottom: 10px
}

.m-12 {
  margin: 12px
}

.mr-12 {
  margin-right: 12px
}

.header-top .banner-wrap+.banner-wrap,
.ml-12,
.quatrang .page-numbers+.page-numbers {
  margin-left: 12px
}

.modal-popup .order-popup .cart-info .cart-item+.cart-item,
.modal-popup .order-popup form .note,
.mt-12,
.shape-container {
  margin-top: 12px
}

.mb-12 {
  margin-bottom: 12px
}

.p-12 {
  padding: 12px
}

.pr-12 {
  padding-right: 12px
}

.pl-12 {
  padding-left: 12px
}

.pt-12 {
  padding-top: 12px
}

.pb-12 {
  padding-bottom: 12px
}

.m-14 {
  margin: 14px
}

.mr-14 {
  margin-right: 14px
}

.ml-14 {
  margin-left: 14px
}

.mt-14 {
  margin-top: 14px
}

.mb-14 {
  margin-bottom: 14px
}

.p-14 {
  padding: 14px
}

.pr-14 {
  padding-right: 14px
}

.pl-14 {
  padding-left: 14px
}

.pt-14 {
  padding-top: 14px
}

.pb-14 {
  padding-bottom: 14px
}

.m-15 {
  margin: 15px
}

.mr-15 {
  margin-right: 15px
}

.ml-15 {
  margin-left: 15px
}

.mt-15 {
  margin-top: 15px
}

.mb-15 {
  margin-bottom: 15px
}

.p-15 {
  padding: 15px
}

.pr-15 {
  padding-right: 15px
}

.pl-15 {
  padding-left: 15px
}

.pt-15 {
  padding-top: 15px
}

.pb-15 {
  padding-bottom: 15px
}

.m-16 {
  margin: 16px
}

.mr-16 {
  margin-right: 16px
}

.ml-16 {
  margin-left: 16px
}

.mt-16 {
  margin-top: 16px
}

.mb-16 {
  margin-bottom: 16px
}

.p-16 {
  padding: 16px
}

.pr-16 {
  padding-right: 16px
}

.pl-16 {
  padding-left: 16px
}

.pt-16 {
  padding-top: 16px
}

.pb-16 {
  padding-bottom: 16px
}

.m-20 {
  margin: 20px
}

.mr-20 {
  margin-right: 20px
}

.ml-20 {
  margin-left: 20px
}

.mt-20 {
  margin-top: 20px
}

.mb-20 {
  margin-bottom: 20px
}

.p-20 {
  padding: 20px
}

.pr-20 {
  padding-right: 20px
}

.pl-20 {
  padding-left: 20px
}

.pt-20 {
  padding-top: 20px
}

.pb-20 {
  padding-bottom: 20px
}

.m-22 {
  margin: 22px
}

.mr-22 {
  margin-right: 22px
}

.ml-22 {
  margin-left: 22px
}

.mt-22 {
  margin-top: 22px
}

.mb-22 {
  margin-bottom: 22px
}

.p-22 {
  padding: 22px
}

.pr-22 {
  padding-right: 22px
}

.pl-22 {
  padding-left: 22px
}

.pt-22 {
  padding-top: 22px
}

.pb-22 {
  padding-bottom: 22px
}

.m-24 {
  margin: 24px
}

.modal-popup .order-popup form .qty,
.mr-24 {
  margin-right: 24px
}

.ml-24 {
  margin-left: 24px
}

.modal-popup .order-popup form .form-group+.form-group,
.mt-24,
.service-suport,
.sidebar-post-item+.sidebar-post-item {
  margin-top: 24px
}

.mb-24 {
  margin-bottom: 24px
}

.p-24 {
  padding: 24px
}

.pr-24 {
  padding-right: 24px
}

.pl-24,
.sidebar-menu>li>.sub-menu>li>a {
  padding-left: 24px
}

.pt-24 {
  padding-top: 24px
}

.pb-24,
.sidebar-post-item:last-child {
  padding-bottom: 24px
}

.m-28 {
  margin: 28px
}

.mr-28 {
  margin-right: 28px
}

.ml-28 {
  margin-left: 28px
}

.mt-28 {
  margin-top: 28px
}

.mb-28 {
  margin-bottom: 28px
}

.p-28 {
  padding: 28px
}

.pr-28 {
  padding-right: 28px
}

.pl-28 {
  padding-left: 28px
}

.pt-28 {
  padding-top: 28px
}

.pb-28 {
  padding-bottom: 28px
}

.m-30 {
  margin: 30px
}

.mr-30 {
  margin-right: 30px
}

.ml-30 {
  margin-left: 30px
}

.mt-30 {
  margin-top: 30px
}

.mb-30 {
  margin-bottom: 30px
}

.modal-popup .order-popup .cart-info .top,
.p-30 {
  padding: 30px
}

.pr-30 {
  padding-right: 30px
}

.pl-30 {
  padding-left: 30px
}

.pt-30 {
  padding-top: 30px
}

.pb-30 {
  padding-bottom: 30px
}

.m-32 {
  margin: 32px
}

.mr-32 {
  margin-right: 32px
}

.header-mid .main-menu>li+li,
.ml-32 {
  margin-left: 32px
}

.mt-32 {
  margin-top: 32px
}

.mb-32 {
  margin-bottom: 32px
}

.p-32 {
  padding: 32px
}

.pr-32 {
  padding-right: 32px
}

.pl-32 {
  padding-left: 32px
}

.pt-32,
.quatrang {
  padding-top: 32px
}

.pb-32 {
  padding-bottom: 32px
}

.m-36 {
  margin: 36px
}

.mr-36 {
  margin-right: 36px
}

.ml-36 {
  margin-left: 36px
}

.mt-36 {
  margin-top: 36px
}

.mb-36 {
  margin-bottom: 36px
}

.p-36 {
  padding: 36px
}

.pr-36 {
  padding-right: 36px
}

.pl-36 {
  padding-left: 36px
}

.pt-36 {
  padding-top: 36px
}

.pb-36 {
  padding-bottom: 36px
}

.m-40 {
  margin: 40px
}

.mr-40 {
  margin-right: 40px
}

.ml-40 {
  margin-left: 40px
}

.mt-40 {
  margin-top: 40px
}

.mb-40 {
  margin-bottom: 40px
}

.p-40 {
  padding: 40px
}

.footer-mid p:last-child span,
.pr-40 {
  padding-right: 40px
}

.pl-40 {
  padding-left: 40px
}

.pt-40 {
  padding-top: 40px
}

.pb-40 {
  padding-bottom: 40px
}

.m-48 {
  margin: 48px
}

.mr-48 {
  margin-right: 48px
}

.ml-48 {
  margin-left: 48px
}

.mt-48 {
  margin-top: 48px
}

.mb-48 {
  margin-bottom: 48px
}

.p-48 {
  padding: 48px
}

.pr-48 {
  padding-right: 48px
}

.pl-48 {
  padding-left: 48px
}

.pt-48 {
  padding-top: 48px
}

.pb-48 {
  padding-bottom: 48px
}

.m-52 {
  margin: 52px
}

.mr-52 {
  margin-right: 52px
}

.ml-52 {
  margin-left: 52px
}

.mt-52 {
  margin-top: 52px
}

.mb-52 {
  margin-bottom: 52px
}

.p-52 {
  padding: 52px
}

.pr-52 {
  padding-right: 52px
}

.pl-52 {
  padding-left: 52px
}

.pt-52 {
  padding-top: 52px
}

.pb-52 {
  padding-bottom: 52px
}

.m-50 {
  margin: 50px
}

.mr-50 {
  margin-right: 50px
}

.ml-50 {
  margin-left: 50px
}

.mt-50 {
  margin-top: 50px
}

.mb-50 {
  margin-bottom: 50px
}

.p-50 {
  padding: 50px
}

.pr-50 {
  padding-right: 50px
}

.pl-50 {
  padding-left: 50px
}

.pt-50 {
  padding-top: 50px
}

.pb-50 {
  padding-bottom: 50px
}

.m-56 {
  margin: 56px
}

.mr-56 {
  margin-right: 56px
}

.ml-56 {
  margin-left: 56px
}

.mt-56 {
  margin-top: 56px
}

.mb-56 {
  margin-bottom: 56px
}

.p-56 {
  padding: 56px
}

.pr-56 {
  padding-right: 56px
}

.pl-56 {
  padding-left: 56px
}

.pt-56 {
  padding-top: 56px
}

.pb-56 {
  padding-bottom: 56px
}

.m-60 {
  margin: 60px
}

.mr-60 {
  margin-right: 60px
}

.ml-60 {
  margin-left: 60px
}

.mt-60 {
  margin-top: 60px
}

.mb-60 {
  margin-bottom: 60px
}

.p-60 {
  padding: 60px
}

.pr-60 {
  padding-right: 60px
}

.pl-60 {
  padding-left: 60px
}

.pt-60 {
  padding-top: 60px
}

.pb-60 {
  padding-bottom: 60px
}

.m-64 {
  margin: 64px
}

.mr-64 {
  margin-right: 64px
}

.ml-64 {
  margin-left: 64px
}

.mt-64 {
  margin-top: 64px
}

.mb-64 {
  margin-bottom: 64px
}

.p-64 {
  padding: 64px
}

.pr-64 {
  padding-right: 64px
}

.pl-64 {
  padding-left: 64px
}

.pt-64 {
  padding-top: 64px
}

.pb-64 {
  padding-bottom: 64px
}

.m-70 {
  margin: 70px
}

.mr-70 {
  margin-right: 70px
}

.ml-70 {
  margin-left: 70px
}

.mt-70 {
  margin-top: 70px
}

.mb-70 {
  margin-bottom: 70px
}

.p-70 {
  padding: 70px
}

.pr-70 {
  padding-right: 70px
}

.pl-70 {
  padding-left: 70px
}

.pt-70 {
  padding-top: 70px
}

.pb-70 {
  padding-bottom: 70px
}

.m-75 {
  margin: 75px
}

.mr-75 {
  margin-right: 75px
}

.ml-75 {
  margin-left: 75px
}

.mt-75 {
  margin-top: 75px
}

.mb-75 {
  margin-bottom: 75px
}

.p-75 {
  padding: 75px
}

.pr-75 {
  padding-right: 75px
}

.pl-75 {
  padding-left: 75px
}

.pt-75 {
  padding-top: 75px
}

.pb-75 {
  padding-bottom: 75px
}

.m-80 {
  margin: 80px
}

.mr-80 {
  margin-right: 80px
}

.ml-80 {
  margin-left: 80px
}

.mt-80 {
  margin-top: 80px
}

.mb-80 {
  margin-bottom: 80px
}

.p-80 {
  padding: 80px
}

.pr-80 {
  padding-right: 80px
}

.pl-80 {
  padding-left: 80px
}

.pt-80 {
  padding-top: 80px
}

.pb-80 {
  padding-bottom: 80px
}

.m-90 {
  margin: 90px
}

.mr-90 {
  margin-right: 90px
}

.ml-90 {
  margin-left: 90px
}

.mt-90 {
  margin-top: 90px
}

.mb-90 {
  margin-bottom: 90px
}

.p-90 {
  padding: 90px
}

.pr-90 {
  padding-right: 90px
}

.pl-90 {
  padding-left: 90px
}

.pt-90 {
  padding-top: 90px
}

.pb-90 {
  padding-bottom: 90px
}

.m-96 {
  margin: 96px
}

.mr-96 {
  margin-right: 96px
}

.ml-96 {
  margin-left: 96px
}

.mt-96 {
  margin-top: 96px
}

.mb-96 {
  margin-bottom: 96px
}

.p-96 {
  padding: 96px
}

.pr-96 {
  padding-right: 96px
}

.pl-96 {
  padding-left: 96px
}

.pt-96 {
  padding-top: 96px
}

.pb-96 {
  padding-bottom: 96px
}

.m-112 {
  margin: 112px
}

.mr-112 {
  margin-right: 112px
}

.ml-112 {
  margin-left: 112px
}

.mt-112 {
  margin-top: 112px
}

.mb-112 {
  margin-bottom: 112px
}

.p-112 {
  padding: 112px
}

.pr-112 {
  padding-right: 112px
}

.pl-112 {
  padding-left: 112px
}

.pt-112 {
  padding-top: 112px
}

.pb-112 {
  padding-bottom: 112px
}

.m-128 {
  margin: 128px
}

.mr-128 {
  margin-right: 128px
}

.ml-128 {
  margin-left: 128px
}

.mt-128 {
  margin-top: 128px
}

.mb-128 {
  margin-bottom: 128px
}

.p-128 {
  padding: 128px
}

.pr-128 {
  padding-right: 128px
}

.pl-128 {
  padding-left: 128px
}

.pt-128 {
  padding-top: 128px
}

.pb-128 {
  padding-bottom: 128px
}

.m-144 {
  margin: 144px
}

.mr-144 {
  margin-right: 144px
}

.ml-144 {
  margin-left: 144px
}

.mt-144 {
  margin-top: 144px
}

.mb-144 {
  margin-bottom: 144px
}

.p-144 {
  padding: 144px
}

.pr-144 {
  padding-right: 144px
}

.pl-144 {
  padding-left: 144px
}

.pt-144 {
  padding-top: 144px
}

.pb-144 {
  padding-bottom: 144px
}

.service-suport .wrap,
.w50 {
  width: 50%
}

.w20 {
  width: 20%
}

.w16 {
  width: 16%
}

.w40 {
  width: 40%
}

.w100 {
  width: 100%
}

.w-fit {
  width: fit-content
}

.lh-18 {
  line-height: 1.8
}

.lh-15 {
  line-height: 1.5
}

.lh-20 {
  line-height: 2
}

.lh-25>* {
  line-height: 2.5
}

.line-clamp-1,
.list-category .product-wrap .product-name {
  -webkit-line-clamp: 1
}

.line-clamp-2 {
  -webkit-line-clamp: 2
}

.line-clamp-3 {
  -webkit-line-clamp: 3
}

.line-clamp-4 {
  -webkit-line-clamp: 4
}

.line-through {
  text-decoration: line-through
}

article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) {
  margin: 16px 0;
  color: #000;
  line-height: 1.7
}

article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ol,
article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ul {
  padding-left: 20px
}

article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ol li,
article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ul li {
  list-style: inherit
}

article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) img {
  width: auto
}

article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) img.aligncenter {
  display: block;
  margin: auto
}

article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) table {
  border-collapse: collapse
}

article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) table td {
  border: 1px solid var(--black)
}

article:is(.wp-video) {
  margin: 0 auto
}

article ul {
  margin-left: 24px !important
}

article ul li {
  list-style: inherit;
  margin: 6px 0 !important
}

article a.company {
  display: block;
  margin-top: 12px;
  margin-bottom: -8px
}

form .form-group.invalid>:first-child {
  border: 1px solid var(--red)
}

form .form-message.invalid {
  margin-top: 5px;
  color: var(--red);
  font-size: 13px;
  font-style: italic;
  position: absolute;
  left: 5px;
  bottom: -20px
}

form .form-alert {
  width: 100%;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%)
}

form .form-alert.success {
  color: #11bb0f
}

.loading-container {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  width: 1px
}

.loading-container.active,
.modal-popup.active {
  opacity: 1;
  visibility: visible
}

.loading-spinning-bubbles {
  position: relative;
  margin: auto
}

.loading-spinning-bubbles .bubble-container {
  position: absolute;
  transform-origin: -150% 50%
}

.loading-spinning-bubbles .bubble-container .bubble {
  background: var(--secondary-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: 1s infinite bubble;
  animation-delay: inherit
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+1) {
  transform: translateX(200%) rotate(-90deg);
  animation-delay: -1.5s
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+2) {
  transform: translateX(200%) rotate(-45deg);
  animation-delay: -1.375s
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+3) {
  transform: translateX(200%);
  animation-delay: -1.25s
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+4) {
  transform: translateX(200%) rotate(45deg);
  animation-delay: -1.125s
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+5) {
  transform: translateX(200%) rotate(90deg);
  animation-delay: -1s
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+6) {
  transform: translateX(200%) rotate(135deg);
  animation-delay: -875ms
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+7) {
  transform: translateX(200%) rotate(180deg);
  animation-delay: -750ms
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+8) {
  transform: translateX(200%) rotate(225deg);
  animation-delay: -625ms
}

@keyframes bubble {

  0%,
  100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

.quatrang .page-numbers {
  width: 34px;
  height: 34px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  font-size: 15px;
  transition: .5s;
  border: 1px solid var(--primary-color)
}

.quatrang .page-numbers.current,
.quatrang .page-numbers:hover {
  background-color: var(--primary-color);
  color: #fff
}

.banner-container {
  background-color: #f9d525
}

.banner-container a>img,
.benefit .benefit-item .img-wrap img,
.member-branch .member .img-wrap:last-child img,
.payment-img img {
  object-fit: contain
}

.list-benefit .col-xl-2:nth-child(3) .img-wrap{display: flex; align-items: center; justify-content: center}
.list-benefit .col-xl-2:nth-child(3) .benefit-item .img-wrap{width: 150px; height: 176px; margin: 0 auto;}

.sub-header-top {
  border-bottom: 1px solid #5c5c5c;
  padding: 12px 0
}

.sub-header-top a>h3 {
  color: #999;
  transition: .25s
}

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

.header-top .logo {
  width: auto;
  height: 80px
}

.header-top .mobile-btn {
  border: 1px solid var(--primary-color);
  width: 36px;
  height: 36px;
  display: none
}

.header-top .banner-wrap {
  height: 50px;
  width: auto
}

.header-top .search-box {
  flex: 1
}

.header-top .search-box form {
  width: 70%
}

.header-top .search-box form input {
  border-radius: 8px 0 0 8px;
  width: 100%;
  padding: 12px 50px 12px 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  background-color: #fff
}

.header-top .search-box form input:focus,
.search-container .search-box form input:focus {
  border: 1px solid rgba(255, 255, 255, .6)
}

.header-top .search-box form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #b3b3b3
}

.header-top .search-box form input::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  font-family: var(--primary-font), sans-serif
}

.header-top .search-box form button,
.search-container .search-box form button {
  width: 160px;
  border-radius: 0 8px 8px 0
}

.header-mid .example-design {
  padding: 15px 20px 17px;
  margin-right: 20px;
  background-color: #f8d624
}

.header-mid .main-menu>li>a>h3>i {
  font-size: 13px;
  margin-left: 2px;
  transform: translatey(0)
}

.header-mid .main-menu>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 48px
}

.header-mid .main-menu>li>.sub-menu {
  position: absolute;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
  top: 48px;
  left: 50%;
  transform: translatex(-50%);
  background-color: #fff;
  width: 1480px;
  z-index: 2;
  padding: 15px 20px 25px;
  flex-wrap: wrap;
  justify-content: start;
  opacity: 0;
  visibility: hidden;
  transition: .3s
}

.header-mid .main-menu>li>.sub-menu:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background: 0 0
}

.header-mid .main-menu>li>.sub-menu .category-info {
  width: 25%
}

.header-mid .main-menu>li>.sub-menu .category-info .publication-img {
  width: 100%;
  height: 300px
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items {
  width: 75%;
  flex-wrap: wrap;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: 'c1 c2 c3' 'c4 c5 c6' 'c7 c8 c9'
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:first-child {
  grid-area: c1
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:nth-child(2) {
  grid-area: c2
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:nth-child(3) {
  grid-area: c3
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:nth-child(4) {
  grid-area: c4
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:nth-child(5) {
  grid-area: c5
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:nth-child(6) {
  grid-area: c6
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:nth-child(7) {
  grid-area: c7
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:nth-child(8) {
  grid-area: c8
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li:nth-child(9) {
  grid-area: c9
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 24px
}

.header-mid .main-menu>li>.sub-menu>.sub-menu-items>li>a,
.header-mid .main-menu>li>.sub-menu>li>a {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 6px;
  margin-bottom: 6px
}

.header-mid .main-menu>li>.sub-menu>li {
  width: calc(100% / 3);
  padding-right: 24px;
  height: fit-content
}

.header-mid .main-menu>li>.sub-menu>li>a>h3 {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: unset;
  font-size: 17px
}

.header-mid .cart-wrap .quote {
  height: 30px;
  width: auto
}

.header-mid .cart-wrap .cart-count {
  position: absolute;
  top: -10px;
  right: -5px;
  background-color: red;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px
}

.list-banner .banner-item::after,
.list-banner .banner-item::before {
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  transition: .5s;
  bottom: 10px;
  position: absolute
}

.detail-publication .content,
.home-btn,
.mobile-menu-container,
.service-bottom,
.size-options-container .size-options,
section .button-nav a span {
  display: none
}

.main-slider {
  height: 460px
}

.main-slider .splide__pagination__page.is-active {
  transform: scale(1.5);
  opacity: 1
}

.list-banner {
  --height: 460px;
  --item-height: calc(460px / 2 - 4px)
}

.list-banner .banner-item {
  height: var(--item-height)
}

.list-banner .banner-item::after {
  transform: scale(0, 1);
  border-top: 1px solid #ffffffe7;
  border-bottom: 1px solid #ffffffe7
}

.list-banner .banner-item::before {
  transform: scale(1, 0);
  border-left: 1px solid #ffffffe7;
  border-right: 1px solid #ffffffe7
}

.list-category .category-item+.category-item,
.list-category .category-item:first-child {
  border-bottom: 0;
  border-left: 0
}

.capitalize {
  text-transform: capitalize
}

.heading {
  border-radius: 8px 8px 0 0
}

.list-category .category-item {
  width: 10%;
  padding: 5px;
  border: 1px solid #ebebeb
}

.list-category .category-item:nth-child(10),
.list-category .category-item:nth-child(20) {
  border-right: 0
}

.list-category .category-item:hover img,
.list-category .product-wrap .img-wrap:hover img {
  transform: scale(1.1)
}

.list-category .category-item img {
  width: 75px;
  height: 75px
}

.search-container {
  padding-bottom: 36px;
  border-radius: 0 0 8px 8px
}

.search-container .search-box form {
  width: 40%;
  margin-top: 12px
}

.search-container .search-box form input {
  border-radius: 8px 0 0 8px;
  width: 100%;
  padding: 12px 50px 12px 24px;
  border: 1px solid rgba(0, 0, 0, .2);
  background-color: #fff
}

.search-container .search-box form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #b3b3b3
}

.search-container .search-box form input::placeholder {
  color: #b3b3b3;
  font-size: 15px
}

.flash-sale-color {
  color: #ff0101
}

.benefit .heading,
.combo-section .heading,
.partner .heading {
  border-top: 4px solid var(--primary-color);
  border-bottom: 1px solid #d9d5d4;
  border-right: 1px solid #d9d5d4;
  border-left: 1px solid #d9d5d4
}

.list-product-wrap {
  border: 1px solid #ebebeb;
  border-top: none
}

.combos,
.partner {
  border-radius: 0 0 8px 8px
}

.combos .combo-item .img-wrap {
  border-radius: 6px;
  overflow: hidden
}

:is(#day, #hours, #minutes, #second) {
  background-color: #ff0101;
  padding: 3px 7px;
  font-size: 18px;
  margin-right: 2px;
  margin-left: 2px
}

.popular-product .heading {
  border-top: 2px solid var(--primary-color);
  border-bottom: 1px solid #d9d5d4
}

.list-product {
  flex-wrap: wrap;
  padding-top: 12px
}

.list-product .product-wrap {
  width: 20%;
  padding: 16px;
  margin-bottom: 20px
}

.list-product .product-wrap .img-wrap {
  padding: 10px;
  background-color: #f5f6f8;
  border-radius: 8px;
  width: 242px;
  height: 242px
}

.list-category {
  flex-wrap: wrap;
  padding: 24px;
  row-gap: 24px;
  column-gap: 24px
}

.list-category .product-wrap {
  width: 15%
}

.list-category .product-wrap .img-wrap {
  background-color: #fff;
  border-radius: 8px;
  max-width: 185px;
  max-height: 185px;
  border: 6px solid #e7e7e7;
  transition: .4s
}

.list-category .product-wrap .img-wrap img {
  max-width: 185px;
  max-height: 185px;
  transition: .4s
}

.benefit .list-benefit,
.partner .list-partner {
  border: 1px solid #d9d5d4;
  border-top: none
}

.col-info .list-info,
.col-info h2,
.footer-mid-wrap,
.footer-top,
.sidebar-menu li a,
.taxo-service .service-item {
  border-bottom: 1px solid #ebebeb
}

.benefit .benefit-item .img-wrap {
  width: 195px;
  height: 176px;
  margin: 0 auto
}

.partner .partner-item {
  filter: grayscale(1)
}

.partner .partner-item:hover {
  filter: grayscale(0)
}

.partner .logo-wrap {
  width: calc(100% / 11)
}

footer {
  border-top: 1px solid #d9d5d4
}

.member-branch .member {
  gap: 6px;
  flex-wrap: wrap
}

.member-branch .member .img-wrap {
  width: 49px;
  height: 49px;
  border: 1px solid #ebebeb
}

.member-branch .member .img-wrap:last-child {
  width: 100%;
  height: 63px;
  order: -1
}

.consulting,
.footer-mid,
.single-publication .wrap-decal-container {
  flex-wrap: wrap
}

.consulting .staff {
  width: calc(33.333% - 20px);
  margin: 7px 10px
}

.consulting .staff .img-wrap {
  width: 37px;
  height: 37px;
  margin-right: 8px;
  border-radius: 10px
}

.consulting .staff .staff-info a:first-child {
  padding-bottom: 4px;
  padding-top: 4px
}

.consulting .staff .staff-info a:last-child {
  padding-bottom: 2px;
  padding-top: 2px
}

.footer-quote::after {
  content: '\f10d';
  font-family: FontAwesome;
  position: absolute;
  top: 18px;
  left: 5px;
  font-size: 18px;
  color: var(--primary-color)
}

.footer-quote::before {
  content: '\f10e';
  font-family: FontAwesome;
  position: absolute;
  bottom: 10px;
  right: 18px;
  font-size: 18px;
  color: var(--primary-color)
}

.footer-logo {
  gap: 24px
}

.service {
  height: 70px;
  border-radius: 8px;
  overflow: hidden
}

.service-suport .wrap:first-child {
  width: 45%
}

.service-suport .wrap:last-child .business-info {
  padding: 17.6px 12px
}

.service-suport .wrap:last-child .business-info .img-wraper {
  width: 116px;
  height: auto
}

.business-info {
  background-color: #f7f9f9;
  padding: 12px;
  border-radius: 4px
}

.business-info .img-wrap {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px
}

.business-info p.fs-14px {
  margin: 1px 0
}

.payment-img {
  height: 90px
}

.recruit img {
  width: 125px;
  height: 100px
}

.footer-mid p {
  width: calc(50% - 108px);
  align-items: flex-end
}

.footer-mid p img {
  width: auto;
  height: 55px
}

.footer-mid p:last-child>img {
  width: auto;
  height: 60px
}

.footer-mid p:first-child span {
  padding-right: 20px;
  transform: translateY(4px)
}

.footer-mid p span {
  font-size: 16px;
  margin-left: 8px
}

footer a:hover h3 {
  color: var(--primary-color);
  margin-left: 4px
}

footer .tags .tag-item {
  width: fit-content;
  margin-bottom: 12px;
  padding: 0 6px
}

.taxo-service .service-item+.service-item,
footer .tags .tag-item+.tag-item {
  border-left: 1px solid #ebebeb
}

.img-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.taxo-page .cover-bg {
  height: 510px
}

.taxo-service .service-item {
  width: 20%;
  padding: 17px 50px
}

.taxo-service .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--primary-color);
  width: 0;
  transition: .4s;
  visibility: hidden
}

.taxo-service .service-item.active::before,
.taxo-service .service-item:hover::before {
  width: calc(100% - 1px);
  visibility: visible
}

.taxo-service .service-item .img-wrap {
  height: auto;
  width: 40px;
  margin-right: 10px
}

.taxo-service .service-item .img-wrap img {
  object-fit: scale-down
}

.taxo-service .service-item .service-info {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column
}

.taxo-title {
  background-color: #f5f5f5;
  color: #1f7f5c
}

.taxo-heading h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32%;
  width: 172px
}

.italic-style {
  font-style: italic
}

.taxo-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 174px
}

.publication-wrap {
  padding: 0 24px
}

.publication-wrap .img-wrap {
  height: 370px;
  width: 370px;
  margin: 0 auto
}

.publication-title a {
  transition: .24s
}

.publication-title:hover a {
  color: #2fc17c
}

.related-product .publication-wrap .img-wrap {
  width: auto;
  height: 290px;
  border: 1px solid #ebebeb
}

.single-article .sidebar {
  position: sticky;
  top: 0;
  overflow: unset
}

.sidebar-menu li a {
  padding: 8px 10px;
  display: inline-block;
  width: 100%;
  transition: .25s
}

.sidebar-menu li a:hover {
  background-color: #efefef
}

.sidebar-menu>li:last-child>.sub-menu>li:last-child a {
  border: none
}

.blog .post-wrap .post-img {
  height: 200px;
  border-radius: 10px;
  overflow: hidden
}

.top-post-wrap {
  display: grid;
  grid-auto-columns: 1fr 1fr 1fr;
  grid-auto-rows: 400px 180px;
  grid-template-areas: "p1 p1 p1" "p2 p3 p4";
  gap: 20px
}

.top-post-wrap .post-item-wrap:first-child {
  grid-area: p1
}

.top-post-wrap .post-item-wrap:first-child>a {
  display: block;
  height: 380px;
  overflow: hidden;
  border-radius: 8px
}

.top-post-wrap .post-item-wrap:nth-child(2) {
  grid-area: p2
}

.top-post-wrap .post-item-wrap:nth-child(3) {
  grid-area: p3
}

.top-post-wrap .post-item-wrap:nth-child(4) {
  grid-area: p4
}

.top-post-wrap .post-item-wrap:not(:first-child)>a {
  display: block;
  height: 160px;
  overflow: hidden;
  border-radius: 8px
}

.single-article article div.wp-caption {
  width: 100% !important;
  height: 100%
}

.single-article article img {
  border-radius: 12px;
  overflow: hidden
}

.single-article article .wp-caption-text {
  margin: 4px 0;
  text-align: centerl
}

.single-article .sidebar .heading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 45%;
  border-top: 1px solid #ebebeb
}

.single-article .new-post .sidebar-post-item .img-wrap {
  width: 120px;
  height: 72px;
  flex-shrink: 0;
  margin-right: 12px
}

.single-article .new-post .sidebar-post-item+.sidebar-post-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ebebeb
}

.publication-info .img-wrap {
  width: 645px;
  height: 645px
}

.publication-info .img-wrap img {
  border: 1px solid #e6e6e8
}

.shape-container .shape-item {
  padding: 4px 28px;
  border: 1.6px solid #d1d1d1
}

.shape-container .shape-item+.shape-item {
  margin-left: 26px
}

.design-container .head .title-tab.active,
.shape-container .shape-item.active {
  border-color: var(--primary-color)
}

.shape-container .shape-item .img-wrap {
  height: 58px;
  width: 58px
}

.single-publication .breadcrum .divider {
  font-size: 11px;
  margin: 0 4px
}

.single-publication .breadcrum span a {
  color: #000;
  font-size: 14px
}

.single-publication .breadcrum .breadcrumb_last {
  color: var(--primary-color);
  font-size: 14px
}

.single-publication button.btn {
  padding: 6px 22px;
  border: 1.6px solid #d1d1d1;
  margin-right: 12px;
  margin-top: 12px
}

.single-publication button.btn.active {
  border-color: var(--primary-color);
  color: var(--primary-color)
}

.wrap-select::before {
  position: absolute;
  content: "\f078";
  font-family: FontAwesome;
  top: 46%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px
}

.select-element {
  padding: 10px 28px 10px 12px;
  border: 1.6px solid #d1d1d1;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''
}

.design-container .head .title-tab {
  padding: 10px 24px;
  border: 1.6px solid #d1d1d1
}

.design-container .body .content-tab {
  padding: 20px;
  border: 1.6px solid var(--primary-color);
  display: none
}

.total-container {
  padding: 15px;
  border: 1px solid #d1d1d1
}

.order-btn {
  padding: 15px 20px;
  border: 1px solid var(--primary-color);
  width: calc(50% - 12px)
}

.order-btn:hover {
  background-color: #fff;
  color: var(--primary-color)
}

.order-btn:last-child {
  background-color: #d8ce1c;
  border: 1px solid #d8ce1c
}

.order-btn:last-child:hover {
  color: #d8ce1c;
  background-color: #fff
}

.detail-publication .tab-wraper {
  border-top: 2px solid var(--primary-color);
  border-radius: 10px 10px 0 0
}

.detail-publication .tab-title {
  width: calc(100% / 3);
  border: 1px solid #ebebeb;
  border-top-width: 0;
  border-left-width: 0
}

.detail-publication .tab-title:last-child {
  border-right-width: 0
}

.detail-publication .tab-title.active {
  border-bottom-width: 0;
  color: var(--primary-color)
}

.detail-publication .table-item-link {
  height: 90px;
  width: auto
}

.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: .4s
}

.modal-popup.active .order-popup {
  top: 50%
}

.modal-popup .icon {
  width: 64px;
  color: #40b735;
  margin-bottom: 12px
}

.modal-popup h2 {
  color: #40b735
}

.modal-popup a {
  border: 1px solid var(--primary-color);
  padding: 12px 24px;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: #fff
}

.modal-popup a:hover {
  color: var(--primary-color);
  background-color: #fff
}

.modal-popup h3.publication-name {
  border-bottom: 1px solid #dfdfdf
}

.modal-popup .order-popup {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 80%;
  border-radius: 20px
}

.modal-popup .order-popup h2 {
  text-transform: capitalize;
  margin-bottom: 18px
}

.modal-popup .order-popup p.heading-desc {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb
}

.modal-popup .order-popup form .order-form {
  width: 50%;
  flex: 1;
  padding: 30px
}

.modal-popup .order-popup form .form-group input {
  padding: 12px 20px;
  border: 1px solid #b6b6b6
}

.modal-popup .order-popup form input::placeholder {
  color: #9d9d9d;
  font-size: 14px
}

.modal-popup .order-popup form input:-webkit-autofill,
.modal-popup .order-popup form input:-webkit-autofill:active,
.modal-popup .order-popup form input:-webkit-autofill:focus,
.modal-popup .order-popup form input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.modal-popup .order-popup form button {
  width: 100% !important;
  padding: 12px 0;
  z-index: 1;
  border: 1px solid transparent
}

.modal-popup .order-popup form button:hover {
  color: var(--yellow);
  border: 1px solid var(--yellow);
  background-color: transparent
}

.category-page .post-title,
.category_page--wrap .text h2:hover a {
  color: var(--primary-color)
}

.modal-popup .order-popup .cart-info {
  width: 50%;
  height: auto
}

.modal-popup .order-popup .cart-info .img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #fff
}

.modal-popup .order-popup .cart-info .sub-total {
  border-top: 1px solid #dfdfdf
}

.modal-popup .order-popup .cart-info .bottom {
  padding: 30px;
  background-color: #e4e4e4
}

.modal-popup .order-popup .design-cost {
  max-height: 0;
  opacity: 0;
  visibility: hidden
}

.modal-popup .order-popup .design-cost.active {
  max-height: 40px;
  opacity: 1;
  visibility: visible;
  margin-top: 12px
}

.modal-popup .order-popup .close {
  position: absolute;
  top: 20px;
  right: 0;
  width: 40px;
  height: 40px;
  left: unset;
  font-size: 20px
}

.modal-popup .order-popup .close:hover {
  opacity: .5
}

.modal-popup .order-popup .form-alert {
  bottom: 2px
}

.modal-popup .order-popup .loading-container {
  position: absolute;
  bottom: 58px
}

.search-page .quatrang {
  margin-top: 0;
  margin-bottom: 32px
}

.category-page .post-img {
  height: 245px
}

.category-page .post-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700
}

.sidebar-post-item .img-wrap {
  width: 140px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 12px
}

.bussines-department-info {
  background: linear-gradient(to right, #138360, #13836080);
  min-height: 100vh
}

.bussines-department-info .card-container {
  background-color: #fff;
  border-radius: 24px;
  min-width: 380px;
  overflow: hidden;
  width: 100%;
  box-shadow: 1px 1px 25px 0 rgba(88, 88, 88, .35);
  max-width: 480px
}

.bussines-department-info .card-header .logo {
  width: fit-content;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%)
}

.bussines-department-info .card-header .logo img {
  width: 120px;
  height: 120px;
  object-fit: contain
}

.bussines-department-info .card-header .bottom {
  padding: 45px 0 20px;
  background-color: #f8f9fa
}

.bussines-department-info .card-body .info {
  padding: 12px 22px;
  transition: .3s
}

.bussines-department-info .card-body .info:hover {
  background-color: #3bb55d24
}

.bussines-department-info .card-body .info .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #148360;
  flex-shrink: 0
}

.bussines-department-info .card-body .info .icon img {
  width: 28px;
  height: auto;
  object-fit: contain
}

.bussines-department-info .card-footer .map {
  width: 100%;
  height: 260px;
  margin-bottom: 24px;
  border-radius: 12px
}

.big-post .thumbnail {
  height: 400px
}

.second-post .item {
  border-top: 1px solid var(--black-10);
  border-top: 1px solid #5c5b5c1a
}

.service-highlight-post li {
  list-style: disc
}

.service-highlight-post li::marker {
  transition: .25s;
  color: #fff
}

.service-highlight-post a {
  padding: 4px 0
}

.parallelogram {
  position: relative;
  transition: .5s;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  background-color: var(--primary-color);
  border-radius: 10px;
  border: 1px solid transparent
}

.parallelogram:hover {
  background-color: #fff;
  border-color: var(--primary-color)
}

.sticky {
  position: sticky;
  top: 0
}

.second-post .thumbnail {
  --width: 212px;
  --height: 145px;
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height)
}

.category_page--wrap .text h2 {
  transition: .3s
}

.service-highlight-post ul li:hover::marker {
  color: var(--secondary-color)
}

.fanpage .wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 180px
}

.fanpage .facebook-wrap {
  height: 132px
}

.fanpage .wrap>iframe {
  width: 100%;
  overflow: hidden;
  height: 100%
}

.youtube.wrap a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100;}
.youtube.wrap a iframe {position: relative; z-index: -1; width: 100%; height: 100%}

.facebook.wrap a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100;}
.facebook.wrap a iframe {position: relative; z-index: -1;}

.single-article .breadcrum-wrap {}
#breadcrumbs .divider {margin: 0 5px;}
 #breadcrumbs :is(a, .breadcrumb_last, .divider) {
    color: #000;
}

.related-post .sidebar .highlight-post {flex-wrap: wrap; gap: 24px;}
.related-post .sidebar .highlight-post .wrap{font-weight: 500; font-size: 15px; margin-bottom: 11px; width: 48%;}
.related-post .sidebar .highlight-post .wrap .tag {}
.highlight-post { border-radius: 10px;padding: 15px;}
.highlight-post .thumbnail { --width: 45%;  min-width: var(--width);  max-width: var(--width);  height: 135px;  margin-right: 15px;}
.highlight-post .text > a{ line-height: 1.5; transition: .5s;}
.highlight-post .text .tag-view p:last-child { font-size: 15px; }
:is(.highlight-post) .text :is(.tag, .tag_category) { padding: 5px 10px;  max-width: 205px; margin-top: 5px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: horizontal; white-space: nowrap; font-weight: 300;}

.breadcum-wrap {width: 100%; background-color: #fff; border-radius: 7px;}
.breadcum-wrap .divider{ margin: 0 12px; color: #000;}
.breadcum-wrap .divider:last-child{display: none;}
.breadcum-wrap a:first-child  {color: var(--primary-color);}
.breadcum-wrap a  {color: #000;}

.post-text-inside > svg {position: absolute; top: 8px; right: 8px;}
.post-text-inside { box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.post-text-inside .thumbnail { --height: 250px; height: var(--height); }
.post-text-inside .thumbnail:before { content: ''; position: absolute; width: 100%; height: 100%; border-radius: inherit; background-image: var(--fading-black-bottom); opacity: 0.8; transition: 0.5s; }
.post-text-inside:hover .thumbnail:before { opacity: 0.9; }
.post-text-inside .text { bottom: 0; padding: 0 20px 25px; }
.post-text-inside .text h2 { line-height: 1.5; }

.tag-page :is(.tag, .tag_category) + * {  margin-left: 15px;}
 
.tag-page .tag-author > a {padding: 3px 8px; font-size: 13px;font-weight: 300;}
.view span:has(i) { margin-right: 6px;}

/* start comment section */
.comment-container {border-top: 1px solid #ebebeb;padding-top: 30px;}
.comment-container .form-control :is(input, textarea){	width: 100%;	font-size: 16px;	color: #ccc;border: 1px solid #ebebeb;padding: 10px 24px;border-radius: 8px; transition: .3s; color: #000;}
.comment-container .form-control :is(input, textarea)::placeholder {color: #ccc;}
.comment-container .form-control :is(input, textarea):focus {border-color: #000; color: #000;}
.comment-container .form-control > .form-group {width: 49%;}
.comment-container .form-control.comment-content > .form-group {width: 100%;}
.comment-container .form-control. > textarea {resize: vertical;}
.comment-container button {border: 1px solid var(--primary-color); cursor: pointer;}
.comment-container button:hover {background-color: #fff; color : var(--primary-color); border: 1px solid var(--primary-color);}
.comment-container .form-control .form-message.invalid {bottom: -17px;}
.comment-container .form-control.comment-content .form-message.invalid {bottom: -12px;}


.single-post-content .comment {margin-top: 30px; }
.single-post-content .comment  > h4 > i{margin-right: 4px;}
.single-post-content .comment  > h4 {margin-bottom: 24px;}
.single-post-content .comment  > h4 {margin-bottom: 24px;}
.single-post-content .item-comment + .item-comment {margin-top: 15px; border-top: 1px solid #ebebeb; padding-top: 15px;}
.single-post-content .item-comment .customer-name{margin-bottom: 4px;}
.single-post-content .item-comment .customer-name p{font-size: 14px; font-weight: 500;margin-right: 12px; }
.single-post-content .item-comment .customer-name .stars-wrap i.active{color : #f1cf42;}
.single-post-content .item-comment .customer-name .stars-wrap i{color : #dbdbdb; font-size: 10px;}
.customer-comment {font-size: 15px; color: #565656;}
.single-post-content .item-comment .response {margin-top: 12px; margin-left: 30px;}

@media screen and (min-width:1500px) {
  .container {
    max-width: 1500px
  }

  .header-top .container {
    max-width: 1500px
  }

  .search-page .publication-wrap {
    padding: 0
  }

  .publication-wrap .img-wrap {
    height: 330px;
    width: 100%
  }
}

@media screen and (max-width:1500px) {
  .header-mid .main-menu>li+li {
    margin-left: 15px
  }
	
	.member-branch .member .img-wrap {
	  width: 42px;
	  height: 42px;
	  border: 1px solid #ebebeb
	}
}

@media screen and (max-width:1441px) {
  .header-mid .main-menu>li>.sub-menu {
    width: 1296px
  }

  .design-container .head {
    overflow-x: scroll;
    padding-bottom: 12px
  }

  .design-container .head .title-tab {
    padding: 8px 12px;
    width: 200px;
    flex-shrink: 0;
    margin-right: 16px
  }

  .publication-info .img-wrap {
    width: 100%;
    height: 555px
  }

  .member-branch .member .img-wrap {
    width: 90px;
    height: 90px;
    border: 1px solid #ebebeb
  }

  .member-branch .member .img-wrap:last-child {
    width: 100%;
    height: 58px
  }

  .footer-info.w20 {
    padding-left: 12px
  }

  .business-info .img-wrap {
    width: 44px;
    height: 44px
  }

  .header-mid .main-menu>li+li {
    margin-left: 30px
  }

  .header-mid .example-design {
    font-size: 15px
  }

  .header-mid .cart-wrap .quote {
    height: 25px
  }

  .w16 {
    width: 18%
  }

  .home-text {
    display: none
  }

  .home-btn {
    display: block
  }
}

@media screen and (max-width:1400px) {
  .header-mid .main-menu>li>.sub-menu {
    width: 1116px
  }

  .header-mid .main-menu>li+li {
    margin-left: 12px
  }

  .header-mid .example-design {
    margin-right: 14px;
    padding: 10px 8px;
    font-size: 15px
  }

  .list-banner {
    --item-height: calc(360px / 2 - 4px)
  }

  .main-slider {
    height: 360px
  }

  .header-mid .main-menu>li>.sub-menu>.sub-menu-items>li {
    padding-left: 30px;
    padding-right: 30px
  }

  .header-mid .main-menu>li>.sub-menu .category-info .publication-img {
    height: 250px
  }

  .footer-mid p {
    width: calc(50% - 80px)
  }

  .member-branch .member .img-wrap:last-child {
    height: 64px
  }

  .business-info {
    padding: 4px
  }

  .business-info .fs-11px {
    font-size: 10px
  }

  .related-product .publication-wrap .img-wrap {
    height: 230px
  }

  .list-product .product-wrap .img-wrap {
    width: 100%;
    height: 190px
  }

  .benefit .benefit-item .img-wrap {
    width: 100%
  }

  .consulting .staff {
    width: calc(33.333% - 10px);
    margin: 14px 5px
  }

  .member-branch .member .img-wrap {
    width: 87px;
    height: 87px;
  }

  .member-branch .w16 {
    width: 18%
  }

  .list-category .fs-16px {
    font-size: 14px
  }

  .taxo-heading h2::before {
    left: 28%
  }

  .taxo-heading h2::after {
    right: 13%
  }

  .taxo-service .service-item {
    padding: 17px 12px
  }

  .list-category {
    flex-wrap: wrap;
    padding: 24px;
    row-gap: 12px;
    column-gap: 0
  }

  .list-category .product-wrap {
    width: 20%
  }
}

@media screen and (max-width:1368px) {
  .header-mid .main-menu>li+li {
    margin-left: 15px
  }

  .main-slider {
    height: 380px
  }

  .list-banner {
    --item-height: calc(380px / 2 - 4px)
  }

  .list-category .category-item {
    padding: 10px 0
  }

  .list-category .category-item p {
    font-size: 14px
  }

  .list-product .product-wrap .img-wrap {
    width: 100%;
    height: 195px
  }

  .benefit .benefit-item .img-wrap {
    width: 100%;
    height: auto;
    padding: 10px 18px 15px
  }

  .partner .partner-item {
    padding: 10px
  }

  footer .member-branch {
    width: 20%
  }

  footer .consulting .staff {
    width: calc(50% - 20px);
    margin: 7px 10px
  }

  footer .staff-wrap {
    width: 36%
  }

  footer .footer-quote {
    padding: 20px
  }

  footer .footer-info.pl-30 {
    padding-left: 20px
  }

  footer .pay-method-wrap {
    width: 22%
  }

  .taxo-page .cover-bg {
    height: 450px
  }

  .taxo-page .taxo-heading h2 {
    margin-top: 50px
  }
	
	.member-branch .member .img-wrap {
        width: 99px;
        height: 99px;
    }
}

@media screen and (max-width:1199px) {

  .business-info,
  .list-category {
    padding: 12px
  }

  .business-info,
  .member-branch .member .img-wrap:last-child {
    width: fit-content
  }

  .header-mid .cart-wrap .quote,
  .header-mid-wrap .cart-wrap,
  .service-top {
    display: none
  }

  .header-mid .main-menu>li>.sub-menu {
    width: 936px
  }

  .header-mid .main-menu>li>.sub-menu>.sub-menu-items>li {
    padding-left: 16px;
    padding-right: 16px
  }

  .header-top .banner-wrap {
    height: 44px
  }

  .header-top .logo {
    height: 60px
  }

  .header-top .logo img,
  .member-branch .member .img-wrap:last-child img {
    object-fit: contain
  }

  .header-top .search-box form button {
    font-size: 12px;
    width: 160px
  }

  .list-banner {
    --item-height: calc(315px / 2 - 4px)
  }

  .main-slider {
    height: 315px
  }

  .list-category-wrap,
  .list-product-wrap {
    overflow-x: scroll
  }

  .search-container .search-box form {
    width: 55%;
    margin-top: 12px
  }

  .list-category .product-wrap .img-wrap {
    max-width: 145px;
    max-height: 145px
  }

  footer .staff-wrap {
    width: 100%;
    margin-bottom: 24px;
    order: 1
  }

  footer .footer-info.pl-30 {
    width: 33%;
    order: 3
  }

  footer .pay-method-wrap {
    width: 33%;
    order: 4
  }

  footer .member-branch {
    width: 33%;
    order: 2
  }

  footer .consulting .staff {
    width: calc(33% - 20px);
    margin: 7px 10px
  }

  .benefit .list-benefit {
    flex-wrap: wrap
  }

  .footer-mid p {
    width: calc(50% - 11px)
  }

  .service-bottom {
    display: block
  }

  .related-product .publication-wrap .img-wrap {
    height: 200px
  }

  .related-product .publication-wrap {
    padding: 0 14px
  }

  .header-mid .main-menu>li+li {
    margin-left: 12px
  }

  .header-mid .main-menu>li a h3 {
    font-size: 14px
  }

  .publication-wrap .img-wrap {
    height: 220px;
    width: auto
  }

  .taxo-heading h2::before {
    left: 25%
  }

  .taxo-heading h2::after {
    right: 6%
  }

  .taxo-page .cover-bg {
    height: 390px
  }

  .taxo-page .taxo-heading h2 {
    margin-bottom: 20px
  }

  .service-info h3 {
    font-size: 13px
  }

  .publication-info .col-info {
    margin-top: 36px
  }

  .design-container .head {
    justify-content: flex-start
  }

  .single-article .wrap-content {
    padding: 24px
  }

  .single-article .wrap-content .fs-35px {
    font-size: 24px
  }

  .business-info .fs-11px {
    font-size: 11px
  }

  .service-highlight-post {
    padding: 20px
  }

  .blog>.section-bg>.container>.row {
    flex-direction: column-reverse
  }
	
  .related-post .sidebar .highlight-post .wrap {width: 100%;}
	.stars > i {font-size: 13px;}
}

@media screen and (max-width:992px) {
  .header-top-wrap {
    flex-wrap: wrap
  }

  .header-mid,
  .header-top-wrap .banner {
    display: none
  }

  .header-top .search-box {
    width: 100%;
    flex: unset
  }

  .header-top .search-box form {
    width: 100%;
    margin-top: 18px
  }

  .header-top .mobile-btn {
    display: flex
  }

  .main-slider {
    height: 400px;
    margin-bottom: 12px
  }

  .list-banner {
    --item-height: calc(450px / 2 - 4px)
  }

  .partner .list-partner {
    width: 1200px
  }

  .partner .list-wrap {
    overflow-x: scroll;
    border-radius: 0 0 8px 8px
  }

  .mobile-menu-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    transition: .5s
  }

  .mobile-menu-container.active {
    visibility: visible;
    opacity: 1
  }

  .mobile-menu-container .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: #fff;
    width: 400px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: .5s;
    overflow-y: scroll
  }

  .mobile-menu-container .menu-wrap .menu-head {
    padding: 10px 12px;
    border-bottom: 1px solid var(--border-color)
  }

  .mobile-menu-container .menu-wrap .menu-head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 53px;
    height: 100%;
    border-left: 1px solid var(--border-color)
  }

  .mobile-menu-container .menu-wrap .menu-head::before {
    content: "";
    position: absolute;
    top: 0;
    right: 53px;
    height: 100%;
    border-left: 1px solid var(--border-color)
  }

  .mobile-menu-container .menu-wrap .menu-head .search-btn {
    font-size: 24px;
    transform: rotate(90deg)
  }

  .mobile-menu-container .menu-wrap .menu-head .close-btn svg {
    width: 24px;
    height: auto;
    color: #000;
    transition: .25s
  }

  .mobile-menu-container .menu-wrap .search-container {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s linear, visibility .1s linear, max-height .25s linear
  }

  .mobile-menu-container .menu-wrap .search-container.active {
    max-height: 46px;
    opacity: 1;
    visibility: visible
  }

  .mobile-menu-container .menu-wrap .search-container input {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-top-width: 0
  }

  .mobile-menu-container .menu-wrap .search-container button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 11px
  }

  .mobile-menu-container .menu-wrap .logo img {
    width: 81px;
    height: auto
  }

  .mobile-menu-container .menu-wrap .main-menu {
    margin: 6px 12px;
    border: 1px solid #ebebeb
  }

  .mobile-menu-container .menu-wrap .main-menu>li {
    border-bottom: 1px dashed #8c8c8c66;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-left: 20px
  }

  .mobile-menu-container .menu-wrap .main-menu>li:last-child {
    border-bottom: 0
  }

  .mobile-menu-container .menu-wrap .main-menu li>.sub-menu>li {
    padding: 6px 0
  }

  .mobile-menu-container .menu-wrap .main-menu li>.sub-menu>li>a>h3 {
    font-weight: 100;
    font-size: 15px
  }

  .mobile-menu-container .menu-wrap .main-menu>li.menu-item-has-children>a {
    position: relative
  }

  .mobile-menu-container .menu-wrap .main-menu>li.menu-item-has-children>a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding: 12px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    transition: .35s;
    color: #000
  }

  .mobile-menu-container .menu-wrap .main-menu .sub-menu-items>li>a>h3 {
    font-size: 16px;
    font-weight: 400
  }

  .mobile-menu-container .menu-wrap .call-wrap {
    padding-bottom: 0;
    margin-bottom: -10px;
    padding-top: 8px
  }

  .mobile-menu-container .menu-wrap .contact {
    padding: 12px 0;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px
  }

  .mobile-menu-container .menu-wrap .contact svg {
    width: 19px;
    height: auto;
    margin-right: 6px;
    color: #000
  }

  .mobile-menu-container.active .menu-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
  }

  .footer-mid p {
    width: 87%
  }

  .footer-mid p:last-child {
    margin-top: 24px
  }

  .business-info p.fs-14px {
    font-size: 13px
  }

  .detail-publication .content-wraper,
  .related-product .publication-wrap {
    padding: 0 24px
  }

  .related-product .publication-wrap .img-wrap {
    height: 260px
  }

  .taxo-page .cover-bg {
    height: 310px
  }

  .taxo-service {
    overflow-x: scroll
  }

  .taxo-service .service-item {
    min-width: 234px
  }

  .taxo-heading h2::before {
    left: 16%;
    width: 150px
  }

  .taxo-heading h2::after {
    right: -7%;
    width: 150px
  }

  .cost-table-wrap {
    padding: 20px
  }

  .detail-publication .table-item-link {
    height: 60px
  }

  .publication-info .img-wrap {
    height: 455px
  }

  .big-post .thumbnail {
    height: 340px
  }

  .list-category .product-wrap .img-wrap {
    max-width: 170px;
    max-height: 170px
  }

  .list-category .product-wrap {
    width: 30%
  }

  .list-product .product-wrap {
    margin-bottom: 0
  }

  .business-info {
    padding: 12px;
    width: 120%
  }
	
	.rating-wrap {
		justify-content: flex-start;
		overflow-x: scroll;
		padding-bottom: 12px;
    }
	.rating-item {width: 110px;}
	.rating-item + .rating-item {
        margin-left: 18px;
    }
	.rating-item > input {width: 13px !important; height:13px;}
	
	.highlight-post .thumbnail {height: 120px;}
}

@media screen and (max-width:769px) {

  .main-slider,
  .top-post-wrap .post-item-wrap:first-child>a {
    height: 300px
  }

  .main-slider {
    margin-bottom: 12px
  }

  .list-banner {
    --item-height: calc(340px / 2 - 4px)
  }

  .partner .heading {
    padding: 20px 6px 20px 12px
  }

  footer .pay-method-wrap {
    display: none
  }

  footer .footer-info.pl-30,
  footer .member-branch {
    width: 50%
  }

  .footer-mid p,
  .modal-popup .order-popup {
    width: 90%
  }

  .related-product .publication-wrap .img-wrap,
  .taxo-page .cover-bg {
    height: 220px
  }

  .publication-wrap {
    padding: 0;
    margin-bottom: 24px
  }

  .publication-wrap .publication-title {
    margin-bottom: 4px !important
  }

  .publication-wrap p.italic-style {
    margin-bottom: 0 !important
  }

  .detail-publication .table-item-link,
  .taxo-page .list-publication {
    margin-bottom: 12px
  }

  .taxo-heading h2::before {
    left: 11%;
    width: 110px
  }

  .taxo-heading h2::after {
    right: -10%;
    width: 110px
  }

  .taxo-page .taxo-heading h2 {
    font-size: 22px
  }

  .related-product .publication-wrap {
    padding: 0 20px
  }

  .detail-publication .tab-title {
    width: 200px;
    flex-shrink: 0;
    font-size: 15px
  }

  .detail-publication .tab-wraper {
    overflow: scroll
  }

  .cost-table-wrap {
    flex-wrap: wrap;
    padding: 20px 20px 10px
  }

  .detail-publication .content-wraper {
    margin-top: 24px
  }

  .detail-publication .content-wraper article {
    font-size: 16px
  }

  .order-btn {
    padding: 15px 10px;
    font-size: 18px
  }

  .publication-info .col-info h1 {
    font-size: 26px
  }

  .publication-info .img-wrap {
    height: 355px
  }

  .modal-popup .order-popup .cart-info .top,
  .modal-popup .order-popup form .order-form {
    padding: 24px 16px
  }

  .modal-popup .order-popup h2 {
    font-size: 18px
  }

  .modal-popup .order-popup form .form-group input {
    padding: 8px 14px
  }

  .modal-popup .select-wrap label {
    font-size: 14px
  }

  .modal-popup .order-popup .cart-info .bottom {
    padding: 14px 16px 24px
  }

  .top-post-wrap .post-item-wrap:not(:first-child)>a {
    height: 104px
  }

  .top-post-wrap {
    grid-auto-rows: 324px 150px
  }

  .list-category .product-wrap {
    width: 33%
  }

  .list-category .product-wrap .img-wrap {
    max-width: 130px;
    max-height: 130px;
    border-radius: 4px;
    border: 3px solid #e7e7e7
  }

  .list-product .product-wrap .img-wrap {
    padding: 0
  }
	
	#breadcrumbs {
		max-width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
    }
	.single-article .breadcrum-wrap {
		padding: 20px 8px;
	}
	
	.breadcrum {width: 100%;}
}

@media screen and (max-width:700px) {
  .modal-popup .order-popup form {
    flex-direction: column
  }

  .modal-popup .order-popup .cart-info,
  .modal-popup .order-popup form .order-form {
    width: 100%
  }

  .modal-popup .order-popup {
    width: 90%;
    height: 80%;
    overflow-y: scroll
  }

  .list-category {
    padding: 0
  }
}

@media screen and (max-width:576px) {
  .order-btn {
    padding: 15px 4px;
    width: calc(50% - 6px);
    font-size: 14px
  }

  .publication-wrap p.italic-style {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 14px
  }

  .taxo-service .service-item {
    padding: 10px;
    min-width: 50vw
  }

  .taxo-service .service-item .service-info>p {
    font-size: 11px
  }

  .benefit .benefit-item p,
  .service-info h3 {
    font-size: 10px
  }

  footer {
    padding-top: 30px !important;
    padding-bottom: 75px
  }

  footer .service-suport .service {
    height: 64px
  }

  footer .member-branch {
    padding-right: 12px
  }

  footer .member-branch .company-info {
    margin-top: 12px;
    margin-bottom: 12px
  }

  footer .footer-info.pl-30 {
    padding-left: 0
  }

  .footer-mid p {
    width: 100%
  }

  .footer-mid p img {
    width: auto;
    height: 44px
  }

  .footer-mid p:last-child>img {
    width: auto;
    height: 46px
  }

  .publication-info .img-wrap {
    height: 300px
  }

  .publication-info .col-info h1 {
    font-size: 20px;
    margin-bottom: 0
  }

  .modal-popup .order-popup .form-alert p,
  .publication-title a,
  .single-article article,
  .single-publication button.btn {
    font-size: 15px
  }

  .benefit .benefit-item h3,
  .col-info .fs-17px,
  .design-container .body .content-tab,
  .design-container .head .title-tab {
    font-size: 14px
  }

  .detail-publication .tab-title {
    padding: 12px 0
  }

  .item-info-wrap .info {
    font-size: 14px;
    margin-left: 8px
  }

  .modal-popup .order-popup .form-alert {
    bottom: -2px
  }

  .modal-popup .order-popup .loading-container {
    bottom: 50px
  }

  .modal-popup .order-popup .cart-info .img-wrap {
    width: 58px;
    height: 58px;
    flex-shrink: 0
  }

  .single-article article .constantia-font {
    font-size: 25px
  }

  .business-info {
    flex-direction: column;
    text-align: center
  }

  .related-product .publication-wrap {
    padding: 0 10px
  }

  .related-product .publication-wrap .img-wrap {
    height: 170px
  }

  .related-product h3.pb-24 {
    padding-bottom: 0
  }

  .list-product .product-wrap .price,
  .publication-wrap p.tac {
    font-size: 12px
  }

  .benefit .benefit-item .img-wrap {
    padding: 0;
    height: 150px
  }

  .benefit .benefit-item {
    padding: 5px
  }

  .benefit .list-benefit {
    padding: 16px 0
  }

  .top-post-wrap .post-item-wrap:first-child>a,
  .top-post-wrap .post-item-wrap:not(:first-child)>a {
    height: 200px
  }

  .top-post-wrap {
    grid-auto-columns: 1fr;
    grid-template-rows: 224px 224px 224px 224px;
    grid-template-areas: "p1" "p2" "p3" "p4"
  }

  .blog .post-wrap p,
  .post-item-wrap .primary-text-color {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
  }

  .sub-header-top,
  section .button-nav a:last-child {
    display: none
  }

  .slide.pt-1 {
    padding-top: 12px !important
  }

  section .button-nav {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    transform: unset !important;
    display: flex;
    flex-direction: row !important;
    bottom: 0 !important;
    top: unset !important;
    background-color: #01a759;
    justify-content: space-around;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    box-shadow: 0 2px 44px rgba(0, 0, 0, .2)
  }

  section .button-nav a+a {
    margin-top: 0 !important
  }

  section a:first-child .button-nav-item {
    background-color: red
  }

  section a:nth-child(2) .button-nav-item {
    background-color: #34b2ff !important
  }

  section a:nth-child(3) .button-nav-item {
    background-color: #0d8af0
  }

  section a:nth-child(4) .button-nav-item {
    background-color: orange
  }

  section .button-nav-item i {
    font-size: 16px !important
  }

  section .button-nav a span {
    text-align: center;
    font-size: 11px;
    color: #fff;
    margin-top: 2px;
    display: inline-block
  }

  section .button-nav a {
    display: flex;
    flex-direction: column;
    align-items: center
  }
	
 .fix_tel {bottom: 100px !important;}
	.fix_chatZalo {bottom: 160px !important; left: 5px !important;}
}

@media screen and (max-width:480px) {

  .benefit .heading>h2>span,
  footer .pay-method-wrap {
    display: block;
    width: 100%
  }

  .bussines-department-info .card-container {
    border-radius: 0
  }

  .bussines-department-info .card-footer .map {
    height: 230px
  }

  footer .consulting .staff {
    width: calc(50% - 20px)
  }

  .list-product,
  footer .member-branch {
    width: 100%
  }

  footer .footer-info.pl-30 {
    padding-left: 12px;
    width: 80%;
    margin-top: 18px
  }

  .business-info {
    padding: 12px;
    flex-direction: unset;
    text-align: unset;
    width: 60%
  }

  footer .pay-method-wrap {
    margin-top: 19px
  }

  .fanpage>.wrap {
    height: 264px
  }

  .heading>h2 {
    font-size: 14px
  }

  .combo-section .heading {
    padding: 16px 10px
  }

  .flash-sale-color {
    margin-right: 3px;
    font-size: 14px
  }

  .combo-section .heading>.df {
    align-items: baseline
  }

  .box-times {
    transform: translatey(-2px);
    margin-left: 3px
  }

  :is(#day, #hours, #minutes, #second) {
    font-size: 14px
  }

  .list-category .product-wrap {
    width: 49%
  }

  .search-container .search-box form {
    width: 91%
  }

  .search-container .search-box form button {
    font-size: 12px
  }

  .search-container>h3 {
    padding: 0 14px;
    font-size: 14px;
    margin-top: 18px
  }

  .home .pb-1 {
    padding-bottom: 24px !important
  }

  .home footer .pb-1 {
    padding-bottom: 4px !important
  }

  .hidden-on-mobile {
    display: none
  }

  .search-container .search-box form input::placeholder {
    font-size: 14px
  }

  .search-container .search-box form input {
    padding: 8px 15px 12px 18px
  }
	
	.comment-container h2, .related-post h3 {font-size: 20px; font-weight: 400;  text-transform: capitalize;}
	.comment-container .form-control > .form-group {width: 100%;}
	.comment-container .user-info {flex-wrap: wrap;}
	.comment-container .user-info .form-group:nth-child(2) {margin-top: 24px;}
	.comment-container .form-control :is(input, textarea) {padding: 10px;}
	.highlight-post .text > a {display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis;overflow: hidden;-webkit-line-clamp: 3;}
	.highlight-post .thumbnail {  height: 100px;}
	.highlight-post {padding: 0px;} 
	.single-post-content .comment{ padding: 12px;}
	.single-post-tag {padding: 12px;}
	
	.list-benefit .col-xl-2:nth-child(3) .benefit-item .img-wrap { width: 130px; height: 150px; margin: 0 auto;}
}

@media screen and (max-width:431px) {
  .header-top .logo {
    height: 55px;
    width: 185px
  }

  .header-top .search-box form input {
    border-radius: 6px 0 0 6px;
    padding: 12px 16px;
    font-size: 15px
  }

  .header-top .search-box form input::placeholder {
    font-size: 13px
  }

  .main-slider {
    height: 250px
  }

  .list-banner {
    --item-height: calc(260px / 2 - 4px)
  }

  .list-category .product-wrap .img-wrap {
    max-width: 160px;
    max-height: 160px
  }

  .list-product .product-wrap,
  .member-branch .info-header .wrap-info,
  footer .footer-info.pl-30 .footer-menu {
    width: 50%
  }

  .benefit.pt-36 {
    padding-top: 0
  }

  .list-product .product-wrap .img-wrap,
  .taxo-page .cover-bg {
    height: 160px
  }

  .list-product .product-wrap .product-name,
  .publication-wrap .publication-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
  }

  .list-product .product-wrap .price,
  .parallelogram>a,
  footer .tags .tag-item {
    font-size: 12px
  }

  .partner .heading h2 {
    font-size: 14px;
    text-align: center
  }

  .partner .heading h2>span {
    display: block
  }

  .mobile-menu-container .menu-wrap {
    width: 90%
  }

  footer .copyright {
    font-size: 13px;
    margin-bottom: 14px;
    margin-top: -10px
  }

  footer .footer-top {
    padding-bottom: 12px;
    margin-bottom: 20px
  }

  .detail-publication .tab-title,
  .service-highlight-post a,
  footer .footer-quote p,
  footer h3.fs-15px {
    font-size: 14px
  }

  footer .member-branch .company-info p {
    color: #000
  }

  .footer-mid p img {
    width: auto;
    height: 36px
  }

  .footer-mid p:last-child>img {
    width: auto;
    height: 40px
  }

  .footer-mid p span {
    font-size: 12px;
    padding: 0
  }

  .footer-mid p:first-child span,
  .footer-mid p:last-child span {
    padding-right: 30px
  }

  .second-post .text .fs-15px,
  .single-publication .breadcrum-wrap .publication-term {
    display: none
  }
	
	.article-info .view {
		display: block !important;
		font-size: 14px;
	}

  .single-publication .breadcrum-wrap {
    padding: 12px
  }

  .taxo-page h1 {
    font-size: 20px
  }

  .taxo-heading h2::after,
  .taxo-heading h2::before {
    width: 72px
  }

  .taxo-page .taxo-heading h2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px
  }

  footer .footer-quote {
    padding: 20px 20px 20px 28px
  }

  .shape-container .shape-item .img-wrap {
    height: 50px;
    width: 60px
  }

  .shape-container .shape-item {
    padding: 4px
  }

  .big-post .thumbnail {
    height: 270px;
    margin-bottom: 20px
  }

  .big-post .text h2 {
    font-size: 15px
  }

  .big-post .text .mt-20 {
    margin-top: 10px;
    font-size: 13px
  }

  .second-post .thumbnail {
    --width: 175px;
    --height: 110px
  }

  .second-post .text {
    margin-left: 16px
  }

  .second-post .text .fs-18px {
    font-size: 13px
  }

  .search-container h3>span {
    display: block;
    width: 100%
  }

  .info-header h3 {
    text-align: center
  }

  .member-branch .member .img-wrap {
    width: 23.7%;
    height: auto
  }

  .member-branch .member .img-wrap:last-child {
    height: 75;
    width: 100%;
    order: unset
  }

  .member-branch .info-header {
    display: flex;
    flex-wrap: wrap
  }

  .member-branch .info-header .service-bottom {
    width: 50%;
    margin-top: 8px
  }

  .member-branch .info-header .business-info {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    flex-direction: column
  }

  footer .footer-info.pl-30 {
    width: 100%;
    display: flex;
    flex-wrap: wrap
  }

  footer .footer-info.pl-30 .footer-header {
    flex: 1
  }

  footer .footer-info.pl-30 .info-header h3 {
    text-align: left
  }

  .member-branch .info-header .business-info .img-wrap {
    width: 40px;
    height: 40px
  }

  .taxo-service .service-item .service-info {
    height: auto
  }

  .related-product.pb-40 {
    padding-bottom: 10px
  }
}

@media screen and (max-width:410px) {
  .list-category .product-wrap .img-wrap {
    max-width: 160px;
    max-height: 160px
  }

  .heading>h2 {
    font-size: 14px
  }

  .list-banner {
    --item-height: calc(230px / 2 - 4px)
  }

  .main-slider {
    height: 230px
  }
	
 
}

@media screen and (max-width:391px) {
  .big-post .thumbnail {
    height: 230px
  }

  .footer-mid p:first-child span,
  .footer-mid p:last-child span {
    padding-right: 17px
  }
}

@media screen and (max-width:378px) {
  .publication-wrap .img-wrap {
    height: 177px;
    width: auto
  }

  .service-info h3 {
    height: 11px
  }
}
.btn_chatZalo {
	background: #f9d525;
}

.fone {
	color: #f9d525 !important;}