:root {
  --theme-color: #cc0000;
  --theme-color2: #dcb04f;
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'GoogleSans-Regular';
  --medi: 'GoogleSans-Medium';
  --bold: 'GoogleSans-Bold';
  --light: 'GoogleSans-Light';
  --black: 'GoogleSans-Black';
}
@font-face {
  font-family: 'GoogleSans-Light';
  src: url('./fonts/GoogleSans-Light.woff2') format('woff2'),
    url('./fonts/GoogleSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GoogleSans-Regular';
  src: url('./fonts/GoogleSans-Regular.woff2') format('woff2'),
    url('./fonts/GoogleSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GoogleSans-Medium';
  src: url('./fonts/GoogleSans-Medium.woff2') format('woff2'),
    url('./fonts/GoogleSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GoogleSans-Black';
  src: url('./fonts/GoogleSans-Black.woff2') format('woff2'),
    url('./fonts/GoogleSans-Black.woff') format('woff'),
    url('./fonts/GoogleSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GoogleSans-Bold';
  src: url('./fonts/GoogleSans-Bold.woff2') format('woff2'),
    url('./fonts/GoogleSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}

/* Format theme */
table,
th,
td {
  border: 1px solid #ebebeb;
}

table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #ebebeb;
}
td:first-child,
th:first-child {
  padding-left: 0.75rem;
}
td:last-child,
th:last-child {
  padding-right: 0.75rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: var(--bold);
}

p {
  margin-bottom: 0.8em;
}
p,
a,
ul,
li,
div {
  font-family: var(--regular), sans-serif;
}
.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}
.uxb-wrapper.uxb-wrapper--team_member {
  width: 25%;
}
body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--regular), sans-serif;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.section-title-container {
  margin-bottom: 0 !important;
}

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

.section-title-normal {
  border-bottom: 0;
}

.row-slider .flickity-page-dots {
  bottom: -10px;
}
.slider-nav-reveal {
  overflow: unset;
}
.row-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 10px;
}
.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}
/* Header */
#masthead .image-icon:after {
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
#header .btn-info {
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--theme-color);
  display: block;
  cursor: pointer;
  z-index: 999;
}
.header-bottom-nav > .menu-item {
  margin: 0px 15px;
}

.header-bottom-nav .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-bottom-nav > .menu-item > a {
  color: #fff;
  padding: 19px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--bold);
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-bottom-nav > .menu-item > a:hover {
  color: #fff !important;
}
.header-bottom-nav > .menu-item > a .box-menu {
  display: none;
}
.header-bottom-nav > .menu-item.active > a {
  color: #fff;
}
.header-bottom-nav > .menu-item > a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0%;
  height: 2px;
  opacity: 0;
  bottom: 10px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.header-bottom-nav > .menu-item > a:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
.header-bottom-nav .header-cart-icon {
  background: #004935;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom-nav .header-cart-icon img {
  width: 18px;
  min-width: auto;
}
.header-bottom-nav .cart-item {
  margin: 0 !important;
}
.header-bottom-nav .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
}
#header #logo a {
  padding: 10px 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#header #logo img {
  max-height: 88px !important;
}

#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}
#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}
.header-bottom-nav .menu-item:not(.menu-item-has-block) .sub-menu {
  min-width: 250px;
  background: #27252580;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  top: 70px;
}
.header-bottom-nav .menu-item:not(.menu-item-has-block) .sub-menu a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 9px 15px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
}
.header-bottom-nav .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.header-bottom-nav.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
}
.header-bottom-nav .menu-item:after,
.header-bottom-nav .menu-item:before {
  display: none;
}
.header-bottom-nav .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}
#header #header-contact li {
  margin: 0;
}
#header-contact .icon-envelop:before,
#header-contact .icon-phone:before {
  content: '\f0e0';
  font-family: var(--fa6);
  color: var(--theme-color);
  font-size: 22px;
}
#header-contact li i {
  margin-right: 5px;
}
#header-contact .icon-phone {
  animation: shake_ani 1s infinite ease-in-out;
  animation: shake_ani 1s infinite ease-in-out;
}

#header-contact .icon-phone:before {
  content: '\f025';
  font-weight: bold;
}
#header #header-contact li a {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  opacity: 1;
  padding: 0px 30px;
  border-right: 1px solid #ebebec;
  height: 60px;
}
#header #header-contact li:first-of-type a {
  border-left: 1px solid #ebebec;
}
#header #header-contact li:last-of-type a {
  font-size: 22px;
  color: var(--theme-color);
  font-family: var(--bold);
}
#header #header-contact li a:after {
  display: none;
}
#header .searchform .button.icon {
  background-color: transparent;
  border: 0;
  color: var(--theme-color);
  font-size: 16px;
  box-shadow: none;
  margin-top: -6px;
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  width: 200px;
  font-size: 16px;
  height: 45px;
  color: #666;
}
.header-search-form.search-form {
  width: fit-content;
}
#header #header-contact li a {
  padding: 0 15px;
}
#header #header-contact li:last-of-type a {
  font-size: 16px;
}
/* End header */
#wrapper .button.btn-viewall {
  position: relative;
  display: flex;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin: 30px 0 0;
  height: 50px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  background: #aeaeae;
  z-index: 2;
  transition: all 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  width: fit-content;
}
#wrapper .button.btn-viewall i {
  margin: 0 0 0 10px;
}
#wrapper .button.btn-viewall::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}
#wrapper .button.btn-viewall::after {
  content: '';
  position: absolute;
  width: 97%;
  height: 93%;
  z-index: -1;
  background: radial-gradient(
    93.59% 795.51% at 66.11% 50%,
    #636363 0%,
    #000000 100%
  );
  clip-path: polygon(10% 0%, 99.5% 0%, 90% 100%, 0% 100%);
  transition: transform 0.45s ease-in-out;
}
#wrapper .button.btn-viewall:hover::after {
  background: linear-gradient(264.67deg, #cc0000 23.43%, #90141b 75.67%);
  transition: transform 0.45s ease-in-out;
}
#wrapper .button.btn-viewall:hover {
  color: #fff;
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}

#wrapper .slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
  color: var(--theme-color);
}
#wrapper .slider-nav-circle .flickity-button.previous {
  left: -10px;
}
#wrapper .slider-nav-circle .flickity-button.next {
  right: -10px;
  left: unset;
}
.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f177';
}

#wrapper .slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color) !important;
}

#wrapper .slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

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

.product-small.box .box-image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.product-small.box .box-image {
  border-radius: 6px;
  padding-top: 75%;
}

.product-small.box .product-title a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin: 0px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--garamond);
}
.home .product-small.box .product-title a {
  -webkit-line-clamp: 1;
  font-size: 22px;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}
.product-small.box .product-title {
  margin: 0;
}
.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  order: 1;
}
.product-small.box .price-wrapper del {
  order: 2;
  text-decoration: none;
}
.product-small.box .price-wrapper del .amount {
  font-size: 13px !important;
  line-height: 23px;
  color: #bcc5c0;
  margin-left: 15px;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: normal;
}
.product-small.box .price-wrapper del .amount:before {
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  border: 2.5px solid var(--theme-color);
  opacity: 1;
  border-radius: 25% 15% 0 0;
  height: 23px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  top: 6px;
  transform: rotate(-4deg);
}
.product-small.box .price-wrapper .amount {
  color: var(--theme-color);
  font-size: 17px;
  line-height: 18px;
  font-weight: normal;
  font-family: var(--semi);
}
.product-small.col .badge-container {
  margin-top: 6.5px;
  margin-left: 6.5px;
}
.product-small.col .badge-container .badge-inner {
  background-color: var(--theme-color);
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-family: var(--semi);
}
.home .product-small.box .box-image img {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  object-position: bottom;
  inset: unset;
  bottom: -56px;
}
.home .slick-center .product-small.box .box-image img {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  transform: scale(1.1);
  bottom: 0;
}
.home .product-small.box .price-wrapper .amount,
.product-small.box .price-wrapper .price .giathuong {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}
.product-small.box .price-wrapper .price .woocommerce-Price-currencySymbol {
  margin-left: 5px;
}
.product-small.box .price-wrapper .price .giathuong {
  margin-right: 5px;
}
.home .product-small.box .box-text {
  opacity: 0;
  transition: all 0.3s ease;
}
.home .slick-center .product-small.box .box-text {
  opacity: 1;
  transition: all 1s;
}
.home .product-small.box .product-title {
  width: 100vw;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #363636;
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

.slider .flickity-page-dots li.dot.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-sidebar {
  position: fixed;
  bottom: 0;
  right: -525px;
  width: 380px;
  height: calc(100% - 90px);
  padding: 50px;
  background-color: #102750;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.info-sidebar p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.admin-bar .info-sidebar {
  height: calc(100% - 122px);
}
.info-sidebar .img {
  max-width: 168px;
  margin-bottom: 30px;
}
.info-sidebar.show {
  visibility: visible;
  right: 0;
}
.info-sidebar .btn-close {
  position: absolute;
  top: 21px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}
.info-sidebar .btn-close svg {
  fill: currentColor;
}
/* slider-home */
#main .slider-home .slider .flickity-page-dots {
  bottom: 10px;
}
#main .slider-home .slider .flickity-page-dots li.dot {
  height: 3px;
  opacity: 1;
  width: 70px;
  background-color: #fff;
  margin: 0 8px;
}
#main .slider-home .slider .flickity-page-dots li.dot.is-selected {
  background-color: var(--theme-color);
}
/* End slider-home */
/* sec-home1 */
.sec-home1 .uxb-wrapper--ux_products .product-small.col:nth-of-type(n + 4) {
  display: none;
}
.sec-home1 .title h2 {
  font-size: 40px;
  font-family: var(--black);
}
#main .sec-home1 .slick-button {
  background: radial-gradient(
    93.59% 795.51% at 66.11% 50%,
    #636363 0%,
    #000000 100%
  );
  backdrop-filter: blur(2px);
  border-radius: 20px;
  width: 100px;
  border: 2px solid #b6aeae;
  margin: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 999;
}
#main .sec-home1 .slick-button i {
  transition: all 0.4s ease-in-out;
}
#main .sec-home1 .slick-button.slick-prev:hover i {
  transform: translateX(-10px);
}

#main .sec-home1 .slick-button.slick-prev {
  left: 15%;
}
#main .sec-home1 .slick-button.slick-next {
  right: 15%;
}
#wrapper .sec-home1 .button.btn-viewall {
  margin: 80px auto 0;
}
/* End sec-home1 */
/* sec-home2 */
.sec-home2 .title h3 {
  color: #666;
}
.sec-home2 .title h2 {
  font-size: 40px;
  margin-bottom: 40px;
  font-family: var(--black);
}
.sec-home2 .stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.sec-home2 .stack .box-image:before {
  content: '\2b';
  font-family: var(--fa6);
  font-weight: 100;
  font-size: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 54.21%);
  opacity: 0;
  transition: all 0.5s;
  border: 3px solid #cc0000;
  border-radius: 6px;
}
.sec-home2 .stack .box-image {
  border-radius: 6px;
  overflow: hidden;
}
.sec-home2 .stack .box:hover .box-image:before {
  opacity: 1;
  transition: all 0.5s;
}
.sec-home2 .stack .box-text {
  position: absolute;
  bottom: 20px;
  padding: 0;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.sec-home2 .box:hover .box-text-inner:before {
  background: linear-gradient(264.67deg, #cc0000 23.43%, #90141b 75.67%);
}
.sec-home2 .stack .box-text h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.sec-home2 .stack .box-text-inner {
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  background: #aeaeae;
  z-index: 5;
  position: relative;
  padding: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-home2 .stack .box-text-inner:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 91%;
  left: 5px;
  z-index: -1;
  background: radial-gradient(
    93.59% 795.51% at 66.11% 50%,
    #636363 0%,
    #000000 100%
  );
  clip-path: polygon(10% 0%, 99.5% 0%, 90% 100%, 0% 100%);
  transition: all 0.5s;
  top: 2px;
}

/* End sec-home2 */
/* sec-home3 */
.sec-home3 .video-button-wrapper {
  text-align: center;
}
.sec-home3 .video-button-wrapper .button {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
  border: 1px solid #ffffff;
  position: relative;
  background-color: transparent;
  position: relative;
}
.sec-home3 .video-button-wrapper .button:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
}
.sec-home3 .video-button-wrapper .button:hover:before {
  animation: pulse-border 1s ease-out infinite;
}
.sec-home3 .title h2 {
  font-size: 40px;
  color: #fff;
  font-family: var(--black);
}
.sec-home3 .title p {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
/* End sec-home3 */
/* sec-home4 */
#wrapper .sec-home4 .button.btn-viewall {
  margin: 20px auto 0;
}
.title h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  font-family: var(--black);
  text-transform: uppercase;
}
.box-blog-post .box-image .image-cover {
  border-radius: 6px;
}
.box-blog-post .badge.post-date {
  right: 30px;
  left: unset;
  top: -37px;
}
.box-blog-post .box-text {
  background: #fff;
  padding: 45px 30px 25px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}
.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}
.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  background: #e9ffbb;
  border-radius: 2px;
  padding: 0px 15px;
  line-height: 20px;
  font-size: 12px;
}
.box-blog-post .box-text .post-title a {
  color: #292929;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}
.box-blog-post .box-text .post-title a:hover {
  color: var(--theme-color);
}
.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878 !important;
  margin: 0;
}
.box-blog-post .badge .badge-inner {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-blog-post .badge .post-date-day {
  font-size: 24px;
  margin-bottom: 4px;
  display: block;
  font-family: var(--bold);
  font-weight: normal;
}
.box-blog-post .badge .post-date-month {
  font-size: 12px;
  font-family: var(--bold);
  font-weight: normal;
}
/* End sec-home4 */

#main .slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: var(--theme-color);
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

#main .slider .flickity-page-dots li.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}
#main .slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Footer */
.back-to-top.button {
  border: 0;
  font-weight: normal;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: -50px;
  cursor: pointer;
  color: black;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 99;
  background-color: transparent !important;
}
.absolute-footer {
  background-color: transparent;
}
.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}
#footer {
  background: url(./images/bg-footer.png) no-repeat center;
  background-size: cover;
}

#footer .ux-menu .ux-menu-title,
#footer .col-4 p:first-of-type {
  min-height: unset;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  font-family: var(--semi);
  margin-bottom: 22px !important;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--bold);
  position: relative;
}
#footer .ux-menu .ux-menu-title:before,
#footer .col-4 p:first-of-type:before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: var(--theme-color2);
  bottom: -5px;
  width: 40px;
}

#footer .ux-menu .ux-menu-link a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0px;
  position: relative;
  padding-left: 20px;
}
#footer .ux-menu .ux-menu-link a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
#footer .ux-menu .ux-menu-link a:hover {
  text-decoration: UNDERLINE;
}
#footer .row-top .box {
  display: flex;
  align-items: center;
  padding-right: 60px;
}
#footer .row-top .box-image {
  flex-shrink: 0;
  width: 171px;
  margin-right: 20px;
}
#footer .row-top {
  padding-top: 60px;
  border-bottom: 1px solid rgb(252 252 252 / 30%);
  padding-bottom: 0;
}
#footer .row-top .box-text {
  padding: 0;
}
#footer .row-top .box-text h4 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
}
#footer .row-top .box-text p {
  color: #fff;
  position: relative;
  padding-left: 25px;
}
#footer .row-top .box-text i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .row-top .col-right p {
  color: #fff;
  margin-bottom: 10px;
}
/* End Footer */
/* Page aboutus */
.blog-main {
  padding-top: 60px;
}
.blog-wrapper.blog-archive {
  padding-top: 0;
  background: rgb(246, 245, 242);
}
.blog-wrapper .archive-page-header {
  position: relative;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 226px 15px 40px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  color: #fff;
  text-align: left;
}
.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
}
.blog-single .rank-math-breadcrumb span:last-of-type,
.blog-single .rank-math-breadcrumb span:nth-last-of-type(2) {
  display: none;
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
}
.blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
  display: none;
}
.rank-math-breadcrumb .separator {
  position: relative;
  margin: 0 12px;
  width: 10px;
  display: inline-block;
}

.blog-archive .blog-main,
.blog-archive .project-main {
  padding-top: 50px;
  position: relative;
}

/* blog-archive */

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}
.nav-pagination > li > span.current {
  color: #fff !important;
}
.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
  color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}
/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
.blog-share .social-icons {
}
.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}
.blog-share a.icon {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 5px 10px;
}
.single .featured-title .page-title-inner {
  min-height: unset !important;
  padding: 280px 15px 180px;
}
.single .featured-title .entry-title {
  font-size: 50px;
  font-family: var(--garamond);
  margin-bottom: 0;
}
.blog-wrapper.blog-single {
  padding-top: 0;
	padding-bottom: 0;
}
.header-single {
  margin-bottom: 60px;
}
.single .blog-single .entry-content {
  padding: 0;
}
.blog-single h1.entry-title {
  font-size: 30px;
}
.box-postdate span {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
  background-color: var(--theme-color);
}
.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}
.box-postdate {
  position: relative;
}
.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #51515121;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}
.blog-featured-title + #main .post-sidebar {
  padding: 0 15px 0 0px;
}
.post {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.post-sidebar .featured-posts .title-post {
  font-size: 26px;
  margin-bottom: 19px;
  line-height: 1.5;
}
.post-sidebar .featured-posts .box-blog a {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.post-sidebar .featured-posts .box-blog .box-image {
  width: 35%;
  flex-shrink: 0;
}
.post-sidebar .featured-posts h3 {
  color: #070707;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 17px;
}
.post-sidebar .featured-posts .box:hover h3 {
  color: var(--theme-color);
}
.post-sidebar .featured-posts .box img {
  transition: all 0.3s ease;
}
.post-sidebar .featured-posts .box:hover img {
  transform: scale(1.1);
}
.post-sidebar .featured-posts .box-blog .image-cover {
  border-radius: 10px;
}
.post-sidebar .featured-posts .box-blog .box-text {
  padding: 10px 10px 10px 15px;
}
.post-sidebar .featured-posts .box-blog:last-of-type a {
  border: 0;
}
/* End blog-single */
/* Category product */
.page-title-inner {
  padding-top: 0;
}
.shop-page-title .page-title-inner .flex-col {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.woocommerce-breadcrumb {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  font-family: var(--medi);
  padding: 10px 0;
  margin-bottom: 70px;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb .divider {
  color: #999;
  opacity: 1;
}
.shop-page-title h1.shop-page-title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: var(--black);
  text-align: left;
}
.archive .products .product-small.box {
  display: flex;
  background: #f5f5f5;
  border-radius: 24px;
}
.archive .product-small.box .box-image {
  width: 50%;
  flex-shrink: 0;
  padding-top: 0;
  background: url(./images/bg-product.webp) no-repeat center;
  background-size: cover;
  border-radius: 0 24px 24px 0;
  overflow: unset;
}
.archive .product-small.col:nth-of-type(even) .product-small.box .box-image {
  border-radius: 24px 0 0 24px;
}
.archive .product-small.col {
  padding-bottom: 90px;
}
.archive .product-small.box .image-none {
  position: absolute;
  bottom: -90px;
  width: 100%;
}
.archive .product-small.box .image-none a {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}
.archive .product-small.box .box-text {
  padding: 78px 65px 65px;
}

.archive .product-small.col:nth-of-type(odd) .product-small.box {
  flex-direction: row-reverse;
}
.archive .product-small.box .product-title a {
  text-align: left;
  font-size: 36px;
  margin-bottom: 20px;
}
.archive .product-small.box .price-wrapper .price {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.archive .product-small.box .price-wrapper .amount {
  font-size: 24px;
  line-height: 30px;
  color: var(--theme-color);
}
.archive .product-small.box .price-wrapper .price .giathuong {
  color: var(--theme-color);
}
/* End Category product */
/* Product */

.single .page-title .page-title-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.single .page-title .page-title-inner h2 {
  font-size: 70px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-family: var(--garamond);
  text-align: center;
}

#shop-sidebar .product-categories .cat-item,
#shop-sidebar .filter-price li {
  border: 0 !important;
}

#shop-sidebar .product-categories .cat-item a {
  font-size: 15px;
  color: #727272;
  position: relative;
  padding: 5px 0 5px 30px;
}

#shop-sidebar .product-categories .cat-item a:before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-right: 0 !important;
  color: #fff;
  border-radius: 5px;
}

#shop-sidebar .product-categories .cat-item.active > a,
#shop-sidebar .filter-price .active a {
  color: var(--theme-color);
  font-weight: 500;
}

#shop-sidebar .product-categories .cat-item.active > a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li.chosen a:before {
  content: '\f00c';
  font-family: var(--fa6);
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  font-size: 12px;
}

#shop-sidebar {
  display: flex;
  flex-wrap: wrap;
}

#shop-sidebar .widget {
  width: 100%;
}

#shop-sidebar .widget-title {
  color: #29353e;
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
}

#shop-sidebar .widget_product_categories .widget-title:before,
#shop-sidebar .woocommerce-widget-layered-nav .widget-title:before,
#shop-sidebar .widget_price_filter .widget-title:before {
  content: '\e43f';
  font-family: var(--fa6);
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  font-weight: 700;
}

#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
  content: '\f53f';
}

#shop-sidebar #woocommerce_layered_nav-4 .widget-title:before {
  content: '\f88f';
}

#shop-sidebar .widget_price_filter .widget-title:before {
  content: '\e52a';
}

#shop-sidebar #woocommerce_layered_nav-4 .woocommerce-widget-layered-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}

#shop-sidebar .widget .is-divider,
.post-sidebar .widget .is-divider {
  display: none;
}

#shop-sidebar .widget:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

#shop-sidebar .price_slider_wrapper {
  padding: 10px 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .count {
  display: none;
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.25px solid #6d6d6d;
  top: -4px;
}

#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6d6d6d;
}

#shop-sidebar .widget_price_filter .price_label {
  display: flex;
  gap: 5px;
  width: 100%;
  float: left;
  order: 1;
  font-size: 16px;
}
#shop-sidebar .widget_price_filter .price_label span {
  font-weight: normal;
  font-family: var(--bold);
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
  width: max-content;
  margin-top: 15px;
  order: 2;
  background-color: #000;
  width: 60px;
}

#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}

#shop-sidebar .woocommerce-widget-layered-nav-list li {
  border: 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list li a {
  padding: 5px 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .ux-swatch--color {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}

#shop-sidebar #woocommerce_layered_nav-4 a {
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 5px;
}

#shop-sidebar #woocommerce_layered_nav-4 li:hover a {
  border-color: var(--theme-color);
}

#shop-sidebar .product-categories .cat-item:hover a,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover a {
  color: var(--theme-color);
}

#shop-sidebar .product-categories .cat-item:hover a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover .ux-swatch--color {
  border-color: var(--theme-color);
}
.archive .category-page-row {
  padding-top: 30px;
}

.single .product-main {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
}
.single .product-main .content-row {
  flex-wrap: nowrap;
}
.single .product-main .product-info {
  padding-right: 80px;
}
.single .product-main .product-gallery {
  margin-top: -50px;
  flex-shrink: 0;
}
.single .product-main:before {
  content: '';
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) -0.68%,
    rgba(0, 0, 0, 0.587685) 41.64%,
    rgba(0, 0, 0, 0.408098) 56.36%,
    rgba(0, 0, 0, 0.209079) 67.23%,
    rgba(0, 0, 0, 0) 73.66%
  );
  left: 0;
  height: 100%;
  width: 90%;
  top: 0;
}
.product-info .form-sendid {
  display: flex;
}
#wrapper .product-info .button.btn-viewall {
  min-width: 213px;
}
#wrapper .product-info .button.btn-viewall i {
  margin-right: 6px;
}
.product-info .breadcrumbs {
  display: none;
}
.product-info h1.product-title {
  font-size: 42px;
  color: #fff;
  font-family: var(--black);
  text-transform: uppercase;
}
.product-info .product-short-description {
  color: #fff;
}
.product-info .giathuong {
  color: var(--theme-color);
  margin-right: 8px;
  font-size: 32px;
}

.product-info .woocommerce-Price-currencySymbol {
  font-size: 32px;
  margin-left: 5px;
}
.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
  margin-left: 15px;
  line-height: 20px;
  position: relative;
}

.product-info .price-wrapper del:before {
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  border: 2.5px solid var(--theme-color);
  opacity: 1;
  border-radius: 25% 9% 0 0;
  height: 23px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  top: 12px;
  transform: rotate(-4deg);
}

.product-info .price-wrapper ins {
  display: flex;
  align-items: center;
}

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: var(--theme-color3);
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  font-family: var(--bold);
  color: var(--theme-color);
}
.product-info .price-wrapper del .amount {
  color: #bcc5c0;
  font-size: 16px;
}
.product-info .price {
  margin: 0 0 15px !important;
  display: flex;
  align-items: flex-end;
}
.product-gallery .tab-color li img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  display: block;
}
.product-gallery .tab-color .nav {
  justify-content: center;
  margin-top: 10px;
}
.product-gallery .tab-color .nav > li a:before {
  display: none;
}
.product-gallery .tab-color .nav > li {
  margin: 0 15px;
}
.product-gallery .tab-color .nav > li.active a:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #ececec;
}
.project-thumbnails .img img {
  transform: scale(0.85);
}
.project-thumbnails .img .image-cover {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.8;
  transition: all 0.5s;
  cursor: pointer;
}
.project-thumbnails .slick-current .image-cover {
  opacity: 1;
}
.project-thumbnails .col {
  padding: 0 10px 5px;
}
.product-footer .is-sticky-column:not([data-sticky-mode]) {
  z-index: 99;
  top: calc(var(--flatsome-scroll-padding-top));
}
.product-footer .menuProduct {
  background: radial-gradient(
    248.93% 1165.74% at -18.36% 296.96%,
    #636363 0%,
    #000000 100%
  );
  position: relative;
}
.product-footer .menuProduct a {
  color: #fff;
  font-family: var(--black);
  text-transform: uppercase;
  padding: 0 24px;
}
.product-footer .menuProduct .ok a {
  color: var(--theme-color);
}
.product-footer .menuProduct li:not(:last-of-type) a {
  border-right: 1px solid #959595;
}

.product-footer .menuProduct ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 12px 0;
}
.product-footer .menuProduct ul li {
  margin-bottom: 0;
}
#tong-quan .col-left {
  padding-right: 45px;
}
#tong-quan .video-fit {
  border-radius: 10px;
}
#thong-so {
  padding-bottom: 60px;
  z-index: 2;
  position: relative;
}
.tab-info {
  padding-top: 60px;
}
.tab-info .title {
  font-size: 40px;
  color: #333;
  text-transform: uppercase;
  font-family: var(--black);
}
.banner-top {
  height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#thong-so .box-thongso {
  background: #ffffff;
  box-shadow: 0px 148px 59px rgb(0 0 0 / 1%), 0px 5px 50px rgb(0 0 0 / 3%),
    0px 37px 37px rgb(0 0 0 / 4%), 0px 9px 20px rgb(0 0 0 / 5%),
    0px 0px 0px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 70px 100px;
  margin-top: -130px;
}
#thong-so .box-thongso .title {
  text-align: center;
}
#thong-so .box-thongso .content {
  max-height: 560px;
  overflow-y: auto;
  padding-right: 10px;
}
#thong-so .box-thongso .content::-webkit-scrollbar {
  width: 4px;
}
#thong-so .box-thongso .content::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #cc0000 !important;
}
#thong-so .box-thongso .content::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-box-shadow: unset;
}
#ngoai-that {
  background-size: cover;
  min-height: 800px;
  background-position: bottom;
  padding-top: 200px;
  margin-top: -100px;
}
#ngoai-that .content {
  max-width: 460px;
}
#ngoai-that .slick-slide {
  margin: 0 10px;
}
#ngoai-that .slick-slider {
  margin: 0 -10px;
}
#ngoai-that .box-text {
  padding: 25px 15px 15px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.box-popup .slick-slider .slick-slide {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.7;
}
.box-popup .slick-slider .slick-slide .box-text {
  opacity: 0;
  text-align: center;
  padding: 20px 15px 15px;
}
.box-popup .slick-slider .slick-slide.slick-current {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.box-popup .slick-slider .slick-slide.slick-current .box-text {
  opacity: 1;
}
.box-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  display: block;
  inset: 0;
  padding: 60px 0 65px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: scale(0.6);
}
.box-popup.show {
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.box-popup .button-close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.box-popup .button-close:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.box-popup .slick-button,
#noi-that .slick-button {
  width: 44px;
  height: 44px;
  box-shadow: 0 3px 6px #00000029 !important;
  margin: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color);
  z-index: 2;
}
.box-popup .slick-button.slick-next {
  right: 16%;
}
.box-popup .slick-button.slick-prev {
  left: 16%;
}
.box-popup .image-cover {
  border-radius: 15px;
}
.box-popup .title-popup {
  max-width: 1170px;
  margin: 0 auto 30px;
}

#noi-that {
  background: url(./images/bg-noithat.webp) no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
}
#noi-that .title {
  text-align: center;
  color: #fff;
}
#noi-that .image-cover {
  border-radius: 15px;
}
#noi-that .content {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#noi-that .slick-button.slick-next {
  right: -22px;
}
#noi-that .slick-button.slick-prev {
  left: -22px;
}
#phu-kien {
  min-height: 800px;
  padding-top: 500px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#phu-kien .box-ngoaithat .title {
  text-align: center;
  color: #fff;
}
#phu-kien .content {
  max-width: 650px;
  margin: 0 auto;
}
#phu-kien .content * {
  color: #fff;
}
#wrapper #phu-kien .button.btn-viewall {
  margin: 30px auto 0;
}
#lien-he .title,
#lien-he .title + p {
  text-align: center;
}
#main .block-form {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  max-width: 1170px;
  margin: 40px auto 40px;
  overflow: hidden;
  border-radius: 10px;
}
#wrapper .block-form .col:first-of-type {
  padding: 50px 70px;
}
#wrapper .block-form .col:nth-of-type(2) {
  background: url(./images/anh-bao-gia-city.webp) no-repeat center;
  background-size: cover;
  padding: 57px 70px;
}
#wrapper .form-info * {
  color: #fff;
}
.product_related {
  background-image: url(./images/bg-product_related.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}
.product_related:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 85%;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.643992) 25.92%,
    rgba(0, 0, 0, 0) 45.63%
  );
  z-index: 1;
}
.related-products-wrapper {
  border: 0;
  padding-top: 20px;
  z-index: 2;
  position: relative;
	margin-top: 10px;
}
.related-products-wrapper .row {
  overflow: unset;
}
.related-products-wrapper .product-section-title {
  font-size: 40px;
  color: #333;
  text-transform: uppercase;
  font-family: var(--black);
}
.related-products-wrapper .product-small.box .product-title a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.related-products-wrapper .product-small.box .price-wrapper .amount {
  font-size: 24px;
  line-height: 30px;
}
.related-products-wrapper .product-small.box .price-wrapper .price .giathuong {
  color: var(--theme-color);
}
.single-post .row-blog-main .large-8, .single-post .row-blog-main .large-4 {
	padding-bottom: 0;
}
#wrapper .related-products-wrapper .button.btn-viewall {
  width: fit-content;
  margin: 30px auto 0;
}
#main .related-products-wrapper .flickity-button {
  background: 0 0;
  box-shadow: none;
  top: -74px;
  transform: unset !important;
  opacity: 1;
  width: 35px !important;
  height: 30px;
  min-height: 30px;
  padding: 0;
}

#main .related-products-wrapper .flickity-button.previous {
  left: unset !important;
  right: 45px !important;
  border: 1px solid #c3c3c3;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}

#main .related-products-wrapper .flickity-button.next {
  right: 10px !important;
  border: 1px solid #c3c3c3;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

#main .related-products-wrapper .flickity-button svg {
  margin: 0;
}

form.cart .woocommerce-variation-price {
  display: none;
}

.qty-text {
  display: flex;
  height: 40px;
  align-items: center;
  margin-right: 5px;
  width: 100%;
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  width: 100%;
  display: block;
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  background: #222;
  color: #fff;
  border: 1px solid #222;
  opacity: 1;
  box-shadow: unset;
  width: 100%;
  margin: 0;
  height: 50px;
  margin-top: 18px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--bold);
}
.product-info .single_add_to_cart_button {
  border-color: var(--theme-color);
  background-color: var(--theme-color) !important;
  flex: 1;
  margin-top: 0;
}
.product-info .single_buynow_button {
  margin-right: 0;
}

.product-info form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  display: none;
}
.product-info form.cart .woocommerce-variation {
  display: none;
}
.product-info .single_variation_wrap {
  width: 100%;
}
.quantity .button {
  background-color: transparent !important;
  border: none !important;
}
.quantity input {
  box-shadow: none;
  border: none !important;
  background: transparent;
}
.quantity {
  border-radius: 4px;
  border: 1px solid var(--theme-color2);
  width: 100px;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}
.quantity .button.minus {
  border-radius: 4px 0 0 4px;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}
.quantity .button.plus {
  border-radius: 0 4px 4px 0;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}
.product-info .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}
.product-info .quantity {
  margin-bottom: 0;
}
.quantity input[type='number'] {
  height: 100%;
}
.woocommerce-tabs .nav > li > a {
  font-size: 18px;
  font-weight: normal;
  font-family: var(--bold);
}
.woocommerce-tabs .nav > li.active > a:before {
  bottom: 0;
  top: unset;
  opacity: 1;
}
.product-footer .woocommerce-tabs {
  border-top: 0;
}
.product-footer .woocommerce-tabs .tabs {
  border-bottom: 1px solid #ececec;
}
.product-footer .woocommerce-tabs .tab-panels {
  padding-top: 40px;
}
/* End product */

/* page-contact */
.page-contact1 .wpcf7-response-output {
	display: none;
}
.page-contact1 .wpcf7 .wpcf7-not-valid-tip {
	background-color: unset;
	font-size: 13px;
	margin-top: 0;
}
.page-contact1 .wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}
.page-contact1 .title h5 {
  font-size: 24px;
  color: #666;
  font-family: var(--medi);
  margin-bottom: 0;
}
.page-contact1 .title h1 {
  font-size: 40px;
  font-family: var(--black);
  margin-bottom: 0;
}

.form-contact label {
  font-weight: normal;
  font-family: var(--medi);
  font-size: 18px;
}
.form-contact .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 30px;
}
.form-contact .form-content input {
  height: 50px;
  border: 1px solid #e5e6ec;
  box-shadow: none;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.form-contact .form-content textarea {
  border: 1px solid #e5e6ec;
  box-shadow: none;
  border-radius: 4px;
  font-size: 14px;
}
.form-contact .form-content .form-item:nth-of-type(n + 3) {
  grid-column: span 2;
}
.form-contact .form-submit {
  margin-top: 20px;
}
/* End page-contact */
/* page-about1 */
#main .page-about1 {
  padding-bottom: 0;
}
.page-about1 .col h5 {
  font-size: 20px;
  color: #666;
  font-family: var(--medi);
}
.page-about1 .col h1 {
  font-size: 40px;
  font-family: var(--black);
}
.page-about1 .col p {
  max-width: 900px;
  margin: 0 auto 20px;
}
.page-about1 .col p:last-of-type {
  margin-bottom: 0;
}
#main .page-about2 {
  padding: 120px 0;
  background-color: #f3f3f3;
}
.page-about2 .bg {
  background-size: contain !important;
  background-position: left;
}
.page-about2 .col-left p {
  font-size: 30px;
  line-height: 1.45;
  color: #333;
  font-family: var(--bold);
  margin-bottom: 50px;
}
.page-about2 .icon-box {
  align-items: center;
  margin-bottom: 40px;
}

.page-about2 .icon-box .icon-box-img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  background-color: #cc0000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-about2 .icon-box .icon-box-img:before {
  content: '';
  position: absolute;
  border-left: 2px dotted #cc0000;
  width: 1px;
  height: 35%;
  bottom: -35px;
}
.page-about2 .icon-box:last-of-type {
  margin-bottom: 0;
}
.page-about2 .icon-box:last-of-type .icon-box-img:before {
  display: none;
}
.page-about2 .icon-box .icon-box-text {
  padding-left: 20px;
}
.page-about2 .icon-box .icon-box-text h3 {
  color: #000;
  font-size: 18px;
  font-family: var(--regular);
}
#main .page-about3 {
	padding-bottom: 20px;
}
.page-about3 .col-right .col-inner {
  display: grid;
  justify-content: start;
}
.page-about3 .col-right .img {
  width: 50vw !important;
  display: inline-block;
}
.page-about3 blockquote {
  font-style: normal;
  padding: 0 20px;
}

.page-about3 blockquote p {
  font-size: 24px;
  line-height: 1.3;
  font-family: var(--bold);
}
.page-about3 .col-left {
  padding-right: 80px;
}
/* End page-about1 */

/* 	404 */
	
	
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color);
	border-radius: 99px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: unset;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-shadow: unset;
}
.error404 .site-main {
	padding-top: 0;
}
.error404 .error-404 {
	margin-bottom: 20px;
}
	
/* 	end 404 */

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1199.98px) {
  #header .header-bottom-nav.nav-right li {
    margin: 0 10px;
  }
  .page-about2 .bg {
    background-position: -250px;
  }
/*   .page-about3 .col-left {
    max-height: 240px;
    overflow: auto;
  } */
  .page-about3 .col-left::-webkit-scrollbar {
    width: 4px;
  }
  .page-about3 .col-left::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #cc0000 !important;
  }
  .page-about3 .col-left::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-box-shadow: unset;
  }
  .page-about3 .col-left {
    padding-right: 15px;
  }
  .single .product-main .product-info {
    padding-right: 15px;
  }
}
@media screen and (min-width: 850px) {
  #main .sec-home1 .slick-button.slick-next:hover i {
    transform: translateX(10px);
  }
}

@media screen and (max-width: 849.98px) {
  /* body {
    overflow: unset !important;
  } */
	.page-about3 .col-right .img {
		width: 100%!important;
	}
	.page-about3 .col-right .col-inner {
		display: unset;
	}
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 40px;
  }
  .row.blog-top {
    background-color: transparent;
  }
  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }
  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }
  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }
  .row.blog-top {
    margin-bottom: 40px;
  }
  .row.blog-top .col-left {
    padding: 15px;
  }
  .blog-share {
    order: 1;
    padding: 0 15px 30px;
  }
  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog-share .social-icons {
    margin-top: 15px;
  }
  .project-single .blog-share,
  .product-footer .blog-share {
    padding: 0;
  }
  .project-single .blog-share .social-icons,
  .product-footer .blog-share .social-icons {
    padding: 0;
    border-top: 0;
  }
  .blog-share .social-icons span {
    margin-bottom: 0;
  }
  .single .post-sidebar {
    order: 2;
  }
  .single .large-7.col {
    padding-bottom: 10px;
  }
  .entry-content {
    padding-bottom: 0;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
  }

  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }
  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color2);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }
  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }
  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }
  #main-menu.mobile-sidebar .menu-item a {
    color: #fff;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
  }
  #main-menu.mobile-sidebar .menu-cate {
    order: -3;
    background-color: #fff;
    padding: 15px;
  }
  #main-menu.mobile-sidebar .menu-cate > a {
    background: linear-gradient(
      290.37deg,
      rgba(138, 189, 164, 0.5) 9.78%,
      rgba(218, 240, 180, 0.5) 109.56%
    );
    border-radius: 8px;
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-cate > a:before {
    content: '\f550';
    font-family: var(--fa6);
    margin-right: 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav:not(.nav-slide) .active > .children {
    padding-bottom: 0;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle i:before {
    content: '\f0d7';
    font-family: var(--fa6);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
  }

  #main-menu.mobile-sidebar .menu-topmobi {
    order: -2;
    background-color: #fff;
    padding: 0 15px;
  }
  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 10px;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle i {
    font-size: 20px;
  }
  #header .cart-item .header-cart-link {
    background: #004935;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #masthead .image-icon img {
    max-width: 18px;
  }

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .mobile-nav .icon-menu {
    color: var(--theme-color);
    margin-right: 15px;
  }
  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: #333;
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-sidebar .logo-mobile img {
    height: 65px;
    object-fit: contain;
  }
  .mfp-close {
    opacity: 1 !important;
    top: 30px;
    right: 30px;
  }
  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }
  .mobile-sidebar .info_menu ul {
    list-style: none;
  }
  .mobile-sidebar .info_menu ul li {
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }
  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }
  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }
  .category-filtering strong {
    display: none;
  }
  .category-filtering .filter-button {
    margin: 0;
  }
  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }

  .page-contact1 .row {
    width: calc(100% - 30px);
  }
  .page-contact1 .col-right {
    padding-left: 15px;
  }
  #main .page-contact1 {
    padding-bottom: 0;
  }
  .home .product-small.box .price-wrapper .price {
    width: 100vw;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
  #wrapper .sec-home1 .button.btn-viewall {
    margin-top: 40px;
    padding: 0 30px;
  }
  .sec-home2 .stack {
    grid-gap: 20px;
  }
  .sec-home3 .title h2 {
    font-size: 30px;
  }
  #footer .row-top .box {
    padding-right: 15px;
  }
  #main .sec-home1 .slick-button.slick-prev {
    left: 30px;
  }
  #main .sec-home1 .slick-button.slick-next {
    right: 30px;
  }
  .page-about2 .col-left p {
    font-size: 20px;
  }
  #main .page-about2 {
    padding: 60px 0;
  }
  .page-about3 .col-left {
    padding: 30px 10px;
  }
  .woocommerce-breadcrumb {
    margin-bottom: 30px;
  }
  .archive .product-small.box .box-text {
    padding: 25px;
  }
  .archive .product-small.box .product-title a {
    font-size: 30px;
  }
  .archive .product-small.box .price-wrapper .price .giathuong {
    font-size: 18px;
  }
  .archive .product-small.box .price-wrapper .amount {
    font-size: 18px;
  }
  .archive .product-small.box .image-none {
    bottom: -60px;
  }
  .single .product-main .content-row {
    flex-direction: column-reverse;
  }
  .single .product-main {
    padding-top: 60px;
  }
  #thong-so .box-thongso {
    padding: 50px;
  }
  .banner-top {
    height: 300px;
  }
  #wrapper .block-form .col:first-of-type {
    padding: 50px;
  }
  .product_related {
    padding-top: 0;
  }
  .product-footer .menuProduct a {
    padding: 0 10px;
  }
  .box-popup .title-popup {
    padding: 0 15px;
  }
  .box-popup .slick-button.slick-next {
    right: 30px;
  }
  .box-popup .slick-button.slick-prev {
    left: 30px;
  }
  .box-popup {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
	.mobile-sidebar .search-field {
		border-top-left-radius: 99px;
		border-bottom-left-radius: 99px;
	}
	.mobile-sidebar .submit-button {
		border-top-right-radius: 99px;
		border-bottom-right-radius: 99px;
	}
	#main .sec-home4 {
		padding-bottom: 30px;
	}
	#main .sec-home4 .button {
		margin-top: 0!important;
	}
	.single-product #main .block-form {
		margin-bottom: 0;
	}
  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 16px !important;
    line-height: 20px;
    height: 40px;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }
  .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }
  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button.btn-viewall:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  #footer .col-left:before {
    display: none;
  }
  #footer .col-left {
    padding-right: 15px;
  }
  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }

  #footer .col-right .ux-menu .ux-menu-link a {
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
  }
  #footer .col-right .ux-menu .ux-menu-title {
    margin-bottom: 10px !important;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding: 130px 15px 40px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .row.blog-top {
    padding-top: 0;
  }
  .post-sidebar .block_widget .col-item {
    padding: 20px 15px !important;
  }
  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .off-canvas-right .mfp-content {
    width: 100%;
  }

  .product-small.col {
    padding: 0 7.5px 20px;
  }

  .slider .flickity-page-dots {
    bottom: 0;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title {
    font-size: 26px;
  }
  .archive .category-page-row {
    padding-top: 0;
  }
  .product-main,
  .blog-archive .blog-main {
    padding-top: 40px;
  }
  .product-main {
    padding-bottom: 0;
  }
  .product-info {
    padding-top: 20px;
  }
  .related-products-wrapper .product-section-title {
    font-size: 20px;
  }
  .blog-archive .box-text .button {
    display: none;
  }
  .blog-archive .box-text .post-meta {
    margin-bottom: 5px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-bottom: 40px;
    padding-top: 130px;
  }
  .single .blog-single {
    padding-top: 40px;
  }
  #header .header-wrapper:after {
    display: none;
  }
  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }
  .mobile-nav .icon-menu {
    margin-right: 5px;
  }
  #header #logo img {
    margin: 0;
  }

  #wrapper .button.btn-viewall {
    height: 40px;
    padding: 0 20px;
  }
  #wrapper .product-small.box .product-title a {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-small.box .add-to-cart-button a {
    height: 40px;
    padding: 0 15px;
    text-transform: unset;
    font-size: 14px;
    margin-top: 10px;
  }
  .product-small.box .box-text {
    padding: 10px;
  }
  .product-small.box .price-wrapper .amount {
    font-size: 16px;
  }

  .page-contact1 .col-left .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-contact1 .col-right .iframe-map {
    height: 300px;
  }
  .page-contact2 .title h4 {
    font-size: 22px;
  }
  .page-contact2 .title h2 {
    font-size: 20px;
  }
  .form-contact .form-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-contact .form-content .form-item:nth-of-type(n + 3) {
    grid-column: unset;
  }
  .slider-home .img .img-inner {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
  }
  .slider-home .img img {
    bottom: 0;
    font-family: 'object-fit: cover;';
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
  }
  #logo {
    width: 120px !important;
  }
  .header-main {
    height: 60px !important;
  }
  .sec-home1 .title h2,
  .sec-home2 .title h2,
  .sec-home3 .title h2,
  .title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #main .sec-home1 .slick-button {
    width: 35px;
    height: 35px;
    min-height: unset;
    padding: 0;
  }
  #main .sec-home1 .slick-button.slick-prev {
    left: 5px;
  }
  #main .sec-home1 .slick-button.slick-next {
    right: 5px;
  }
  .sec-home2 .stack {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec-home3 .title p {
    font-size: 16px;
  }
  #wrapper .slider-nav-circle .flickity-button {
    width: 35px !important;
    min-height: 35px;
    height: 35px !important;
  }
  #wrapper .slider-nav-circle .flickity-button.previous {
    left: 5px;
  }
  #wrapper .slider-nav-circle .flickity-button.next {
    right: 5px;
  }
  #main .page-about1 {
    padding-top: 40px;
  }
  .page-about1 .col h5 {
    font-size: 14px;
  }
  .page-about1 .col h1,
  .tab-info .title {
    font-size: 24px;
  }
  .page-about2 .bg {
    background-image: unset !important;
  }
  #main .page-about2 {
    padding: 30px 0;
  }
  .page-about3 .col-left {
    max-height: unset;
    padding: 30px 15px 0;
  }
  .page-about3 .col-right .img {
    width: 100% !important;
  }
  .page-about3 .col-right .col-inner {
    display: block;
  }
  .page-about3 blockquote p {
    font-size: 18px;
  }
  .archive .product-small.col .product-small.box {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
  .archive .product-small.box .box-image {
    width: 100%;
    display: block;
    height: 250px;
    border-radius: 0 0 24px 24px !important;
  }
  .archive .product-small.box .price-wrapper .price {
    margin-bottom: 10px;
  }
  .product-info .form-sendid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #tong-quan .col-left {
    padding-right: 15px;
    overflow: auto;
  }
  #tong-quan .col-left table {
    max-width: 100%;
  }
  .banner-top {
    height: 250px;
  }
  #thong-so .box-thongso {
    padding: 20px;
  }
  #ngoai-that {
    min-height: 400px;
    padding-top: 0;
    margin-top: 0;
  }
  #phu-kien {
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 40px;
  }
  #wrapper .block-form .col:first-of-type {
    padding: 20px;
  }
  #main .related-products-wrapper .flickity-button {
    top: -53px;
  }
  .product-info h1.product-title {
    font-size: 30px;
  }
  .product-info .giathuong {
    font-size: 20px;
    line-height: 20px;
  }
  .product-info .price-wrapper ins .amount,
  .product-info .price-wrapper span.amount,
  .product-info .woocommerce-Price-currencySymbol {
    font-size: 20px;
    line-height: 20px;
  }
  .page-contact1 .title h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-contact1 .title h1 {
    font-size: 30px;
  }
  #footer .row-top .box {
    flex-wrap: wrap;
  }
  #footer .row-top .box-image {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes shake_ani {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
